@charset "UTF-8";
body.event .sat {
  background: #0006E4 !important;
}
body.event .sun {
  background: #EF1616 !important;
}
body.event #event {
  background: #008484;
  padding: 4rem 2.4rem 0;
  overflow: hidden;
  text-align: center;
  min-height: calc(100vh - 34.8rem);
  display: grid;
  grid-template-rows: auto auto 1fr;
}
body.event #event h2 {
  position: relative;
}
body.event #event h2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
  height: 72rem;
  background: radial-gradient(rgba(255, 255, 255, 0.7333333333), transparent 65%);
  mix-blend-mode: overlay;
  z-index: 0;
  pointer-events: none;
}
body.event #event h2 img {
  width: 57.8rem;
  margin: 0 auto;
  position: relative;
}

/* 並び替えメニュー
------------------------------------------------------------*/
.day-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 3rem 0 1.5rem;
}
.day-select li {
  background: var(--bk-brown);
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc((100% - 3.2rem) / 3);
  height: 12.6rem;
  position: relative;
  margin-bottom: 1.5rem;
  transition: all 0.2s;
}
.day-select li::before {
  content: "";
  background: var(--gold-2);
  width: 100%;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.day-select li::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 0.8rem;
  background: var(--lt-brown);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.6rem;
}
.day-select li.active {
  background: var(--wt-brown);
  border: 0.5rem #E50012 solid;
}
.day-select li.active::before, .day-select li.active::after {
  content: none;
}
.day-select li.active p {
  color: var(--bk-brown);
}
.day-select li.active span:nth-child(2) {
  color: var(--bk-brown);
}
.day-select li p {
  color: #fff;
  font-family: var(--font-en);
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 5rem;
}
.day-select li p span {
  background: #000;
  border-radius: 100%;
  color: #FFF;
  font-size: 2rem;
  font-weight: 900;
  line-height: 3.5rem;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 0.5rem;
  position: relative;
  top: -1.2rem;
}
.day-select li span:nth-child(2) {
  color: #fff;
  border-top: 1px solid var(--lt-brown);
  font-family: var(--font-ja-2);
  font-weight: 900;
  font-size: 2.2rem;
  width: 15rem;
  margin: 0 auto;
  font-family: var(--font-en);
}

.day_contents {
  background: url(../images/event_bg.svg) repeat top center/15rem, var(--wt-brown);
  margin: 0 -2.4rem;
  padding: 3rem 2.4rem 6rem;
  box-shadow: var(--bk-brown) 0 0 1.6rem;
}
.day_contents ul.tag-btn-wrap {
  border: solid var(--brown) 0.1rem;
  border-left-width: 0;
  border-right-width: 0;
  padding: 2rem 0.4rem;
}
.day_contents ul.tag-btn-wrap li {
  display: inline-block;
}
.day_contents ul.tag-btn-wrap li a {
  background: #fff;
  line-height: 4.8rem;
  padding: 0 2rem;
  margin: 0.4rem;
  color: var(--brown);
  transition: all 0.2s;
}
.day_contents ul.tag-btn-wrap li a.active {
  background: var(--brown);
  color: #fff;
}
.day_contents .day {
  display: flex;
  justify-content: center;
}
.day_contents .day p {
  font-family: var(--font-en);
  font-size: 8rem;
  font-weight: 900;
}
.day_contents .day p span {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  color: #fff;
  border-radius: 100%;
  font-size: 3.2rem;
  background: #000;
  display: inline-block;
  position: relative;
  top: -1rem;
  margin-left: 0.5em;
  font-weight: bold;
}
.day_contents .day > span {
  position: relative;
  top: 6.4rem;
  font-size: 4rem;
  line-height: 1rem;
  margin-left: 2rem;
  font-family: var(--font-en);
  font-weight: 900;
}
.day_contents section {
  background: #FFF;
  text-align: left;
  margin-bottom: 2.4rem;
  box-shadow: var(--bk-brown) 0 0 1.2rem;
}
.day_contents section.hidden {
  display: none;
}
.day_contents section .thum {
  width: 100%;
  height: 35.1rem;
  background: url(../images/event_blank.svg) center center/cover, #BABABA;
}
.day_contents section .thum img {
  height: 100%;
  object-fit: contain;
  background: var(--lt-brown);
}
.day_contents section .metadata {
  padding: 3rem 3.6rem 2rem 3.6rem;
  font-weight: 500;
}
.day_contents section .metadata .mida {
  font-weight: 900;
  font-size: 4.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.day_contents section .metadata .mida .small {
  font-size: 3rem;
  display: block;
  width: fit-content;
  color: #FFF;
  background: var(--lt-brown);
  font-size: 2.4rem;
  line-height: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 100vmax;
  margin-bottom: 0.4rem;
}
.day_contents section .metadata .txt {
  margin-bottom: 1.5rem;
}
.day_contents section .metadata .txt.red {
  color: #BF090F;
  font-weight: bold;
}
.day_contents section .metadata .txt.red a {
  font-weight: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.day_contents section .metadata .txt.red.head {
  margin: 3rem 0 0.8rem;
  padding-top: 1.6rem;
  border-top: #BF090F 0.1rem solid;
  font-size: 3.6rem;
  line-height: 1.4;
}
.day_contents section .metadata ul.tag {
  margin-bottom: 3.2rem;
}
.day_contents section .metadata ul.tag li {
  display: inline-block;
  background: var(--brown);
  line-height: 4rem;
  padding: 0 2rem;
  margin: 0 0.8rem 0.8rem 0;
  font-size: 2.4rem;
  color: #fff;
}
.day_contents section .metadata dl {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}
.day_contents section .metadata dt {
  width: 4.5em;
  line-height: 4.8rem;
  background: #BF090F;
  color: #FFF;
  text-align: center;
  clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 1rem);
}
.day_contents section .metadata dd {
  width: 48.5rem;
  padding-left: 1rem;
}
.day_contents section .metadata .kome {
  font-size: 2.4rem;
  color: #222;
  font-weight: normal;
}
.day_contents p.no-con {
  margin: 4rem 0;
}
.day_contents .bottom {
  font-size: 2.6rem;
  background: #FEE56B;
  padding: 3rem 0;
  border-radius: 100vmax;
}
.day_contents .bottom a {
  color: #049FC0;
  text-decoration: underline;
}
.day_contents .bottom a:hover {
  text-decoration: none;
}

.day-blank {
  font-size: 2.4rem;
  text-align: center;
  display: block;
  width: 75%;
  padding: 3rem 10%;
  margin: auto;
  background: var(--wt-brown);
  box-shadow: var(--lt-brown) 0 0 1.2rem;
}

.day-wrap {
  display: block;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {
  body.event #event {
    padding: 4rem 18.4rem 0;
    min-height: calc(100vh - 9.6rem);
  }
  body.event #event h2 {
    position: relative;
  }
  body.event #event h2 img {
    width: 81.2rem;
  }
  /* 並び替えメニュー
  ------------------------------------------------------------*/
  .day-select {
    justify-content: center;
    margin: 2.4rem 0;
  }
  .day-select li {
    width: 20rem;
    margin: 0 0.8rem;
  }
  .day-select li::before {
    content: "";
    background: var(--gold-2);
    width: 100%;
    height: 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .day-select li.active {
    transform: translateY(1.2rem);
  }
  .day_contents {
    background: url(../images/event_bg.svg) repeat top center/10rem, var(--wt-brown);
    margin: 0 -18.4rem;
    padding: 3rem 18.4rem 6rem;
  }
  .day_contents ul.tag-btn-wrap {
    padding: 2.4rem 0;
  }
  .day_contents ul.tag-btn-wrap li a {
    line-height: 4rem;
    font-size: 2rem;
    cursor: pointer;
  }
  .day_contents div.day-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .day_contents .day {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
  }
  .day_contents section {
    margin-bottom: 3.2rem;
    width: 50rem;
  }
  .day_contents section .thum {
    width: 100%;
    height: 25rem;
    background: url(../images/event_blank.svg) center center/cover, #BABABA;
  }
  .day_contents section .metadata {
    font-weight: 500;
  }
  .day_contents section .metadata .mida {
    font-size: 2.8rem;
  }
  .day_contents section .metadata .mida .small {
    font-size: 1.6rem;
    padding: 0.2rem 1.5rem;
  }
  .day_contents section .metadata .txt {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .day_contents section .metadata .txt.red.head {
    margin: 2rem 0 0.8rem;
    padding-top: 0.8rem;
    font-size: 2.4rem;
  }
  .day_contents section .metadata ul.tag {
    margin-bottom: 3.2rem;
  }
  .day_contents section .metadata ul.tag li {
    display: inline-block;
    background: var(--brown);
    line-height: 2.4rem;
    padding: 0 1.2rem;
    margin: 0 0.8rem 0.8rem 0;
    font-size: 1.6rem;
    color: #fff;
  }
  .day_contents section .metadata dl {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 0.8rem 0;
    margin-bottom: 1.5rem;
    justify-content: space-between;
  }
  .day_contents section .metadata dt {
    font-size: 1.8rem;
    line-height: 3rem;
    background: #BF090F;
    color: #FFF;
    text-align: center;
    clip-path: polygon(0.5rem 0, 100% 0, 100% 100%, 0 100%, 0 0.5rem);
  }
  .day_contents section .metadata dd {
    width: 34.7rem;
    padding-left: 1rem;
    font-size: 1.8rem;
  }
  .day_contents section .metadata .kome {
    font-size: 1.6rem;
    color: #222;
    font-weight: normal;
  }
  .day_contents div.dummy {
    width: 50rem;
    height: 0;
    opacity: 0;
  }
  .day_contents p.no-con {
    font-size: 1.8rem;
    display: block;
    width: 100%;
  }
  .day_contents .bottom {
    font-size: 2.6rem;
    background: #FEE56B;
    padding: 3rem 0;
    border-radius: 100vmax;
  }
  .day_contents .bottom a {
    color: #049FC0;
    text-decoration: underline;
  }
  .day_contents .bottom a:hover {
    text-decoration: none;
  }
  .day-blank {
    font-size: 1.8rem;
    width: 50%;
    margin: 0 30%;
  }
  .day-wrap {
    display: block;
  }
}/*# sourceMappingURL=event.css.map */