@charset "UTF-8";
/* Scss Document */
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes flowing {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 1110px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .sp {
    display: block;
  }
}

a.link {
  transition: 0.2s;
  text-decoration: underline;
  position: relative;
}
a.link:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-weight: 400;
  font-size: 1.6em;
  font-family: "YakuHanJPs", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
  word-wrap: break-word;
  color: #363442;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, #f63f7e, #f982ac);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: 0.8s, 0.5s;
  opacity: 1;
  z-index: 1000;
}
@media screen and (max-width: 1110px) {
  .loading {
    transition-delay: 0.5s;
  }
}
.loading::before {
  display: block;
  position: absolute;
  content: "";
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  margin: auto;
  width: 180px;
  height: 180px;
  background-image: url("../images/202306_theaterdays_6th/logo_butterfly.svg");
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: 0.22s cubic-bezier(0.18, 0.89, 0.32, 1.27);
}
@media screen and (max-width: 767px) {
  .loading::before {
    top: 48.5vh;
    width: 100px;
    height: 100px;
  }
}
.loaded .loading {
  opacity: 0;
  transform: translateY(-120vh);
}
.loaded .loading::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.loading-sub {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: 0.3s;
  opacity: 1;
  z-index: 1000;
}
.loaded .loading-sub {
  opacity: 0;
}

.wrap {
  overflow-x: hidden;
  position: relative;
}
.wrap::before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/202306_theaterdays_6th/bg_lattice_g.png") center top;
  opacity: 0.36;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wrap::before {
    background-size: 300px auto;
  }
}

.contents-wrap {
  position: relative;
  padding: 202px 0 22px;
}
@media screen and (max-width: 1110px) {
  .contents-wrap {
    padding: calc(22px + 18vw) 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding: calc(16px + 24vw) 0 16px;
  }
}
.contents-wrap::before, .contents-wrap::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 22px;
  background-blend-mode: overlay;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 22px;
          mask-size: auto 22px;
  -webkit-mask-position: center center;
          mask-position: center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents-wrap::before, .contents-wrap::after {
    height: 16px;
    -webkit-mask-size: auto 16px;
            mask-size: auto 16px;
  }
}
.contents-wrap::before {
  top: 0;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(90deg, #a5d0fd, #f698b4, #fce679);
}
.contents-wrap::after {
  bottom: 0;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(-90deg, #a5d0fd, #f698b4, #fce679);
}
.page-home .contents-wrap {
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  .page-home .contents-wrap {
    padding: 16px 0;
  }
}

.rotating-animation {
  position: absolute;
  width: 30vw;
  height: 30vw;
  top: -5vw;
  left: -5vw;
  transition: opacity 0.4s;
  background: url("../images/202306_theaterdays_6th/circle_butterfly.svg") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .rotating-animation {
    width: 31vw;
    height: 31vw;
  }
}
@media screen and (max-width: 767px) {
  .rotating-animation {
    top: -5.5vw;
    left: -5.5vw;
    width: 38vw;
    height: 38vw;
  }
}
.rotating-animation::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/202306_theaterdays_6th/circle_text.svg") no-repeat center center;
  background-size: contain;
  animation: rotating 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .rotating-animation::before {
    animation: rotating 35s linear infinite;
  }
}
.scrolled-header .rotating-animation {
  position: fixed;
}
.scrolled .rotating-animation {
  opacity: 0.5;
}

.delighter {
  opacity: 0;
  transition: opacity 0.4s 0.3s, transform 0.4s 0.3s;
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .delighter {
    transition: opacity 0.4s 0.25s, transform 0.4s 0.25s;
  }
}
.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.logo-kotobukiya::before {
  background-image: url("../images/202306_theaterdays_6th/logo_kotobukiya.png");
}

.logo-gamers::before {
  background-image: url("../images/202306_theaterdays_6th/logo_gamers.png");
}

.logo-amiami::before {
  background-image: url("../images/202306_theaterdays_6th/logo_amiami.png");
}

.logo-stellamap::before {
  background-image: url("../images/202306_theaterdays_6th/logo_stellamap.png");
}

.logo-karatetsu::before {
  background-image: url("../images/202306_theaterdays_6th/logo_karatetsu.png");
}

.logo-officialshop::before {
  background-image: url("../images/202306_theaterdays_6th/logo_officialshop.png");
}

.btn-tenpo {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-image: url("../images/202306_theaterdays_6th/btn_tenpo.png");
}
.btn-tenpo:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-tenpo:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-tenpo:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-tenpo {
    border-width: 1px;
  }
}
.btn-tenpo::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-tenpo::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-tenpo::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-goods {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-image: url("../images/202306_theaterdays_6th/btn_goods.png");
}
.btn-goods:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-goods:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-goods:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-goods {
    border-width: 1px;
  }
}
.btn-goods::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-goods::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-goods::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-asobistore {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  aspect-ratio: 310/55;
  background-image: url("../images/202306_theaterdays_6th/btn_asobistore.png");
}
.btn-asobistore:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-asobistore:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-asobistore:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-asobistore {
    border-width: 1px;
  }
}
.btn-asobistore::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-asobistore::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-asobistore::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-amiami {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  aspect-ratio: 310/55;
  background-image: url("../images/202306_theaterdays_6th/btn_amiami.png");
}
.btn-amiami:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-amiami:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-amiami:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-amiami {
    border-width: 1px;
  }
}
.btn-amiami::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-amiami::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-amiami::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-amiami-tenpo {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-image: url("../images/202306_theaterdays_6th/btn_amiami_tenpo.png");
}
.btn-amiami-tenpo:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-amiami-tenpo:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-amiami-tenpo:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-amiami-tenpo {
    border-width: 1px;
  }
}
.btn-amiami-tenpo::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-amiami-tenpo::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-amiami-tenpo::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-millioncellar {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  aspect-ratio: 310/55;
  background-image: url("../images/202306_theaterdays_6th/btn_millioncellar.png");
}
.btn-millioncellar:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-millioncellar:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-millioncellar:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-millioncellar {
    border-width: 1px;
  }
}
.btn-millioncellar::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-millioncellar::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-millioncellar::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-stamp {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-image: url("../images/202306_theaterdays_6th/btn_stamp.png");
}
.btn-stamp:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-stamp:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-stamp:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-stamp {
    border-width: 1px;
  }
}
.btn-stamp::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-stamp::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-stamp::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-stamp-site {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-image: url("../images/202306_theaterdays_6th/btn_stamp_site.png");
}
.btn-stamp-site:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-stamp-site:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-stamp-site:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-stamp-site {
    border-width: 1px;
  }
}
.btn-stamp-site::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-stamp-site::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-stamp-site::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-twitter {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-image: url("../images/202306_theaterdays_6th/btn_twitter.png");
}
.btn-twitter:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-twitter:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-twitter:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-twitter {
    border-width: 1px;
  }
}
.btn-twitter::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-twitter::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-twitter::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-official-twitter {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-image: url("../images/202306_theaterdays_6th/btn_official_twitter.png");
}
.btn-official-twitter:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-official-twitter:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-official-twitter:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-official-twitter {
    border-width: 1px;
  }
}
.btn-official-twitter::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-official-twitter::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-official-twitter::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-twitter-hokoku {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  background-color: #f63f7e;
  background-image: url("../images/202306_theaterdays_6th/btn_twitter_hokoku.png");
}
.btn-twitter-hokoku:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-twitter-hokoku:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-twitter-hokoku:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-twitter-hokoku {
    border-width: 1px;
  }
}
.btn-twitter-hokoku::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-twitter-hokoku::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-twitter-hokoku::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}
.btn-twitter-hokoku::before {
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right_w.svg");
}

.btn-gamers-official {
  display: block;
  position: relative;
  aspect-ratio: 31/7;
  border-radius: 9999px;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  aspect-ratio: 310/55;
  background-image: url("../images/202306_theaterdays_6th/btn_gamers_official.png");
}
.btn-gamers-official:hover::before {
  right: 28px;
}
@media screen and (max-width: 1110px) {
  .btn-gamers-official:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .btn-gamers-official:hover::before {
    right: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-gamers-official {
    border-width: 1px;
  }
}
.btn-gamers-official::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 32px;
  height: 32px;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .btn-gamers-official::before {
    right: 6%;
    width: 3.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-gamers-official::before {
    right: 5.5%;
    width: 4.5vw;
    height: 4.5vw;
  }
}

.btn-atre {
  background-image: url("../images/202306_theaterdays_6th/btn_atre.png");
}

.btn-official {
  background-image: url("../images/202306_theaterdays_6th/btn_official.png");
}

.btn-portal {
  background-image: url("../images/202306_theaterdays_6th/btn_portal.png");
}

.btn-millionlive {
  background-image: url("../images/202306_theaterdays_6th/btn_millionlive.png");
}

[class^=btn-].comingsoon:hover::before {
  right: 38px;
}
@media screen and (max-width: 1110px) {
  [class^=btn-].comingsoon:hover::before {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  [class^=btn-].comingsoon:hover::before {
    right: 5.5%;
  }
}

.header-gift {
  position: relative;
  height: 70px;
  padding: 15px 20px;
  background-color: #ebebee;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header-gift {
    height: 60px;
    padding: 17px 4vw;
  }
}
.header-gift .header-gift-logo {
  display: block;
  width: 84px;
  height: 40px;
  background: url("../images/202306_theaterdays_6th/logo_gift.png") no-repeat center center/contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 1;
}
.header-gift .header-gift-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .header-gift .header-gift-logo:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-gift .header-gift-logo {
    width: 54px;
    height: 26px;
  }
}
.header-gift .sns-nav {
  position: absolute;
  right: 20px;
  top: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header-gift .sns-nav {
    right: 2vw;
  }
}
.header-gift .sns-nav__list {
  display: flex;
}
.header-gift .sns-nav__item {
  position: relative;
  margin: 0 0 0 10px;
}
.header-gift .sns-nav__item:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header-gift .sns-nav__item {
    margin: 0 0 0 8px;
  }
}
.header-gift .sns-nav__item a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 1;
}
.header-gift .sns-nav__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .header-gift .sns-nav__item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-gift .sns-nav__item a {
    width: 30px;
    height: 30px;
  }
}
.header-gift .sns-nav__item a.twitter {
  background-image: url("../images/202306_theaterdays_6th/icon_twitter.png");
}
.header-gift .sns-nav__item a.line {
  background-image: url("../images/202306_theaterdays_6th/icon_line.png");
}

.header {
  z-index: 999;
}
.header .drawer {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: fixed;
  width: min(40vw, 540px);
  height: 100%;
  top: 0;
  right: -41vw;
  transition: 0.4s;
  padding: 8vh 5% 6vh;
  background: linear-gradient(90deg, #f63f7e, #f982ac);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  z-index: 999;
  color: #fff;
}
@media screen and (max-width: 1110px) {
  .header .drawer {
    width: 45vw;
    right: -46vw;
  }
}
@media screen and (max-width: 767px) {
  .header .drawer {
    width: 100%;
    right: -101vw;
    padding: 8vh 15% 5vh;
  }
}
.drawer-visible .header .drawer {
  opacity: 1;
  pointer-events: auto;
  right: 0;
  z-index: 9999;
}
.header .header-logo {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 256px;
  aspect-ratio: 256/83;
  transition: 0.3s;
  z-index: 101;
}
@media screen and (max-width: 1110px) {
  .header .header-logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    top: 20px;
    left: 2vw;
    width: 130px;
  }
}
.page-home .header .header-logo {
  display: none;
}
.header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/202306_theaterdays_6th/logo_6th.png") no-repeat center center/contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 1;
}
.header .header-logo a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .header .header-logo a:hover {
    opacity: 1;
  }
}
.header .g-nav {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 99;
}
.header .g-nav__list {
  display: flex;
  flex-direction: column;
}
.header .g-nav__item {
  min-height: 85px;
}
@media screen and (max-width: 767px) {
  .header .g-nav__item {
    min-height: 65px;
  }
}
.header .g-nav__item > a {
  display: block;
  position: relative;
  padding-right: 30px;
  line-height: 1.3;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  color: #fff;
}
.header .g-nav__item > a::after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("../images/202306_theaterdays_6th/parts/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header .g-nav__item > a::after {
    width: 20px;
    height: 20px;
  }
}
.header .g-nav__item > a:hover::after {
  right: -10px;
}
@media screen and (max-width: 1110px) {
  .header .g-nav__item > a:hover::after {
    right: 0;
  }
}
.header .g-nav__item > a.comingsoon {
  opacity: 0.65 !important;
}
.header .g-nav__item > a.comingsoon::after {
  right: 0;
}
.header .g-nav__item > span {
  display: block;
  position: relative;
  margin: 0 0 0.5em;
  line-height: 1.3;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  color: #fff;
}
.header .g-nav__comment {
  line-height: 1;
  padding-top: 0.2em;
  text-align: left;
  font-size: 1.3rem;
  color: #ffeea6;
}
@media screen and (max-width: 767px) {
  .header .g-nav__comment {
    padding-top: 0.3em;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  }
}
.header .g-nav__comment .update::before {
  display: none;
}
.header .g-nav__list--tenpo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.header .g-nav__item--tenpo {
  width: calc((100% - 30px) / 3);
  margin: 0 15px 15px 0;
}
.header .g-nav__item--tenpo:nth-child(3n) {
  margin: 0 0 15px;
}
.header .g-nav__item--tenpo a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.header .g-nav__item--tenpo a::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header .g-nav__item--tenpo a::before {
  transform: scale(1);
  transition: transform 0.2s ease;
}
.header .g-nav__item--tenpo a:hover::before {
  transform: scale(1.06);
}
@media screen and (max-width: 1110px) {
  .header .g-nav__item--tenpo a:hover::before {
    transform: scale(1);
  }
}
.header .sns-nav__list {
  display: flex;
}
.header .sns-nav__item {
  position: relative;
  margin: 0 0 0 15px;
}
.header .sns-nav__item:first-child {
  margin: 0;
}
.header .sns-nav__item a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 1;
}
.header .sns-nav__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .header .sns-nav__item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header .sns-nav__item a {
    width: 42px;
    height: 42px;
  }
}
.header .sns-nav__item a.twitter {
  background-image: url("../images/202306_theaterdays_6th/icon_twitter.png");
}
.header .sns-nav__item a.line {
  background-image: url("../images/202306_theaterdays_6th/icon_line.png");
}
.scrolled .header .sns-nav {
  top: 40px;
}
.header .drawer-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  right: 20px;
  top: 25px;
  border: 2px solid #f63f7e;
  border-radius: 50%;
  z-index: 999;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1110px) {
  .header .drawer-btn {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .header .drawer-btn {
    width: 50px;
    height: 50px;
    top: 16px;
    right: 2vw;
    border-width: 1px;
  }
}
.header .drawer-btn::before, .header .drawer-btn::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
  opacity: 1;
}
.header .drawer-btn::before {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.header .drawer-btn::after {
  width: 70px;
  height: 70px;
  background: linear-gradient(0deg, #f63f7e, #f982ac);
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .header .drawer-btn::after {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .header .drawer-btn::after {
    width: 40px;
    height: 40px;
  }
}
.header .drawer-btn span {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 38px;
  height: 4px;
  margin: auto;
  transition: 0.4s;
  border-radius: 9999px;
  background-color: #fff;
}
.header .drawer-btn span:nth-child(2) {
  top: 47px;
}
@media screen and (max-width: 1110px) {
  .header .drawer-btn span {
    top: 29px;
    width: 34px;
  }
  .header .drawer-btn span:nth-child(2) {
    top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .header .drawer-btn span {
    top: 19px;
    width: 24px;
    height: 3px;
  }
  .header .drawer-btn span:nth-child(2) {
    top: 26px;
  }
}
.header .drawer-btn:hover::after {
  transform: scale(1.05);
}
@media screen and (max-width: 1110px) {
  .header .drawer-btn:hover::after {
    transform: scale(1);
  }
}
.scrolled-header .header .drawer-btn {
  position: fixed;
}
.header .drawer-close {
  position: fixed;
  width: 70px;
  height: 70px;
  right: -41vw;
  top: 30px;
  border-radius: 50%;
  z-index: 9999;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header .drawer-close {
    width: 40px;
    height: 40px;
    top: 18px;
  }
}
.header .drawer-close span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 4px;
  margin: auto;
  transition: 0.4s;
  border-radius: 9999px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header .drawer-close span {
    width: 32px;
    height: 3px;
  }
}
.header .drawer-close span:first-child {
  transform: rotate(45deg);
  top: 28px;
}
@media screen and (max-width: 767px) {
  .header .drawer-close span:first-child {
    top: 19px;
  }
}
.header .drawer-close span:nth-child(2) {
  transform: rotate(-45deg);
  top: 28px;
}
@media screen and (max-width: 767px) {
  .header .drawer-close span:nth-child(2) {
    top: 19px;
  }
}
.drawer-visible .header .drawer-close {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .drawer-visible .header .drawer-close {
    right: 2.5vw;
  }
}

.block-top {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.block-top .main-visual {
  position: relative;
  margin: 0 auto;
  background: url("../images/202306_theaterdays_6th/top/mainvisual_pc.png") no-repeat center center;
  aspect-ratio: 275/151;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1.5s;
  transform: translateY(50px);
}
@media screen and (max-width: 1110px) {
  .block-top .main-visual {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .block-top .main-visual {
    background-image: url("../images/202306_theaterdays_6th/top/mainvisual_sp.png");
    background-size: contain;
    aspect-ratio: 75/62;
  }
}
.loaded .block-top .main-visual {
  opacity: 1;
  transform: translateY(0);
}

.tenpo-nav {
  position: relative;
  margin: 0 auto 50px;
  padding: 12px 0;
  transition: 0.5s;
  transition-delay: 1.5s;
  top: 50px;
  opacity: 0;
}
@media screen and (max-width: 1110px) {
  .tenpo-nav {
    margin: 0 auto 5vw;
    padding: 12px 2vw;
  }
}
@media screen and (max-width: 767px) {
  .tenpo-nav {
    padding: 10px 2.5vw;
  }
}
.loaded .tenpo-nav {
  opacity: 1;
  top: 0;
}
.tenpo-nav::before, .tenpo-nav::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.tenpo-nav::before {
  position: absolute;
  background: linear-gradient(135deg, #a5d0fd, #f698b4, #fce679);
}
.tenpo-nav::after {
  position: fixed;
  background: url("../images/202306_theaterdays_6th/bg_lattice_w.png") center top;
  opacity: 0.16;
}
@media screen and (max-width: 767px) {
  .tenpo-nav::after {
    background-size: 300px auto;
  }
}
.tenpo-nav__inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 4px 0;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .tenpo-nav__inner {
    border-radius: 8px;
  }
}
.tenpo-nav__inner::before, .tenpo-nav__inner::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 12px);
  height: 27px;
  background-blend-mode: overlay;
  background: linear-gradient(90deg, #a5d0fd, #f698b4, #fce679);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 27px;
          mask-size: auto 27px;
  -webkit-mask-position: center center;
          mask-position: center center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tenpo-nav__inner::before, .tenpo-nav__inner::after {
    height: 18px;
    -webkit-mask-size: auto 18px;
            mask-size: auto 18px;
  }
}
.tenpo-nav__inner::before {
  top: 4px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_arch_top.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_arch_top.svg");
}
.tenpo-nav__inner::after {
  bottom: 4px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_arch_bottom.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_arch_bottom.svg");
}
.tenpo-nav__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 2px auto;
  padding: 27px 0;
  background-image: url("../images/202306_theaterdays_6th/parts/line_g.png"), url("../images/202306_theaterdays_6th/parts/line_g.png");
  background-repeat: repeat-y;
  background-position: left 33.33% top, right 33.33% top;
  background-size: 2px auto;
}
@media screen and (max-width: 767px) {
  .tenpo-nav__list {
    padding: 18px 0;
    background-size: 1px auto;
  }
}
.tenpo-nav__list::before, .tenpo-nav__list::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 12px);
  height: 27px;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 27px;
}
@media screen and (max-width: 767px) {
  .tenpo-nav__list::before, .tenpo-nav__list::after {
    height: 18px;
    background-size: auto 18px;
  }
}
.tenpo-nav__list::before {
  top: 0;
  background-image: url("../images/202306_theaterdays_6th/parts/mask_arch_top_bg.svg");
}
.tenpo-nav__list::after {
  bottom: 0;
  background-image: url("../images/202306_theaterdays_6th/parts/mask_arch_bottom_bg.svg");
}
.tenpo-nav__item {
  width: 33.3333333333%;
  padding: 4px;
}
.tenpo-nav__item:first-child, .tenpo-nav__item:nth-child(2), .tenpo-nav__item:nth-child(3) {
  border-bottom: 2px solid #d1cbd1;
}
@media screen and (max-width: 767px) {
  .tenpo-nav__item:first-child, .tenpo-nav__item:nth-child(2), .tenpo-nav__item:nth-child(3) {
    border-width: 1px;
  }
}
.tenpo-nav__item a {
  display: block;
  aspect-ratio: 14/9;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}
.tenpo-nav__item a::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tenpo-nav__item a::before {
  transform: scale(1);
  transition: transform 0.2s ease;
}
.tenpo-nav__item a:hover::before {
  transform: scale(1.06);
}
@media screen and (max-width: 1110px) {
  .tenpo-nav__item a:hover::before {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .tenpo-nav__item a {
    aspect-ratio: 7/6;
  }
}

.top-nav {
  max-width: 1000px;
  margin: 0 auto 140px;
  transition: 0.5s;
  transition-delay: 1.5s;
  transform: translateY(50px);
  opacity: 0;
}
@media screen and (max-width: 1110px) {
  .top-nav {
    margin: 0 5vw 18vw;
  }
}
@media screen and (max-width: 767px) {
  .top-nav {
    margin: 0 2vw 16vw;
  }
}
.loaded .top-nav {
  opacity: 1;
  transform: translateY(0);
}
.top-nav__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.top-nav [class^=top-nav__item] {
  position: relative;
  width: calc((100% - 5.4vw) / 4);
  margin: 0 1.8vw 0 0;
}
.top-nav [class^=top-nav__item]:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-nav [class^=top-nav__item] {
    width: calc((100% - 6.6vw) / 4);
    margin: 0 2.2vw 0 0;
  }
}
.top-nav [class^=top-nav__item] a {
  display: block;
  position: relative;
  border-radius: 50%;
  border: 2px solid #f63f7e;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1/1;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1110px) {
  .top-nav [class^=top-nav__item] a {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .top-nav [class^=top-nav__item] a {
    border-width: 1px;
  }
}
.top-nav [class^=top-nav__item] a::before, .top-nav [class^=top-nav__item] a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 50%;
}
.top-nav [class^=top-nav__item] a::before {
  width: 86%;
  background: linear-gradient(0deg, #f63f7e, #f982ac);
  transition: 0.2s;
  transform: scale(1);
}
.top-nav [class^=top-nav__item] a::after {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-nav [class^=top-nav__item] a::after {
    background-size: contain;
  }
}
.top-nav [class^=top-nav__item] a:hover::before {
  transform: scale(1.05);
}
@media screen and (max-width: 1110px) {
  .top-nav [class^=top-nav__item] a:hover::before {
    transform: scale(1);
  }
}
.top-nav [class^=top-nav__item] a.comingsoon:hover::before {
  transform: scale(1);
}
.top-nav__item--tenpo a::after {
  background-image: url("../images/202306_theaterdays_6th/top/nav_tenpo.png");
}
.top-nav__item--goods a::after {
  background-image: url("../images/202306_theaterdays_6th/top/nav_goods.png");
}
.top-nav__item--stamp a::after {
  background-image: url("../images/202306_theaterdays_6th/top/nav_stamp.png");
}
.top-nav__item--twitter a::after {
  background-image: url("../images/202306_theaterdays_6th/top/nav_twitter.png");
}
.top-nav__comment {
  text-align: center;
  line-height: 1.35;
  margin: 0.5em 0 0;
}
.top-nav__comment .update {
  color: #f63f7e;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-nav__comment {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top-nav__comment {
    line-height: 1.2;
    margin: clamp(0.3em, 1.5vw, 0.5em) 0 0;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
  }
}
.top-nav__comment span {
  display: block;
  position: relative;
}

.block-shipping {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1110px) {
  .block-shipping {
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 767px) {
  .block-shipping {
    margin: 0 5vw 6vw;
  }
}
.block-shipping__item {
  display: block;
  position: relative;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #bfb8be;
  font-size: 2rem;
}
@media screen and (max-width: 1110px) {
  .block-shipping__item {
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .block-shipping__item {
    font-size: clamp(1.3rem, 3.5vw, 2rem);
  }
}
.block-shipping__item .update {
  font-weight: bold;
  color: #f63f7e;
}
.block-shipping__txt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.block-shipping__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
}
.block-shipping__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.block-shipping__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-shipping__list--sub {
    font-size: 1.2rem;
  }
}

.block-announce {
  max-width: 800px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 1110px) {
  .block-announce {
    margin: 0 auto 20vw;
  }
}
@media screen and (max-width: 767px) {
  .block-announce {
    margin: 0 5vw 20vw;
  }
}
.block-announce__link {
  display: block;
  position: relative;
  padding: 30px 46px 30px 30px;
  background-color: #fff;
  border: 1px solid #bfb8be;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1110px) {
  .block-announce__link {
    padding: 4vw 7.5vw 4vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .block-announce__link {
    font-size: clamp(1.24rem, 3.2vw, 2rem);
  }
}
.block-announce__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #bfb8be;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .block-announce__link::before {
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .block-announce__link::before {
    width: 3vw;
    height: 3vw;
  }
}
.block-announce__link:hover::before {
  right: 18px;
}
@media screen and (max-width: 1110px) {
  .block-announce__link:hover::before {
    right: 3vw;
  }
}

.block-attention {
  max-width: 1000px;
  margin: 0 auto 140px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .block-attention {
    margin: 0 5vw 20vw;
  }
}
@media screen and (max-width: 767px) {
  .block-attention {
    font-size: clamp(1.24rem, 3.2vw, 2rem);
  }
}
.block-attention__txt + .block-attention__txt {
  margin-top: 1em;
}

.section-info {
  max-width: 1000px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1110px) {
  .section-info {
    margin: 0 5vw 20vw;
  }
}
.section-info__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-info__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.section-info__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .section-info__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
.section-info__item {
  margin: 0 0 20px;
  padding: 35px 30px;
  line-height: 1.6;
  border: 1px solid #bfb8be;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .section-info__item {
    margin: 0 0 3vw;
    padding: 3vw 4vw 4vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-info__item {
    font-size: inherit;
  }
}
.section-info__date {
  margin: 0 0 0.3em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .section-info__date {
    font-size: 1.2rem;
  }
}

.block-news {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1110px) {
  .block-news {
    margin: 0 4vw 20vw;
  }
}
@media screen and (max-width: 767px) {
  .block-news {
    flex-direction: column;
  }
}

.section-news {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section-news {
    width: 100%;
    margin: 0 0 20vw;
  }
}
.section-news__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-news__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.section-news__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .section-news__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
.section-news__item {
  margin: 0 0 1.2em;
  padding: 0 0 1.2em;
  border-bottom: 1px solid #bfb8be;
}
.section-news__item:last-child {
  border-bottom: none;
}
.section-news__date {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 1.3rem;
  color: #f63f7e;
}
@media screen and (max-width: 767px) {
  .section-news__date {
    font-size: 1.2rem;
  }
}
.section-news__txt {
  line-height: 1.5;
  margin: 0.2em 0 0;
}
.section-twitter {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section-twitter {
    width: 100%;
  }
}
.section-twitter__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-twitter__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.section-twitter__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .section-twitter__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
.section-twitter__txt {
  margin-bottom: 2em;
}
.section-twitter__item {
  min-height: 400px;
}

.area-summary {
  overflow: hidden;
  background-color: #fff;
}

.block-flowtxt {
  position: relative;
  display: flex;
  overflow: hidden;
  will-change: transform;
  margin: 0 auto;
}
.block-flowtxt__list {
  display: flex;
  animation: flowing 22s infinite linear both;
}
@media screen and (max-width: 1110px) {
  .block-flowtxt__list {
    animation: flowing 18s infinite linear both;
  }
}
@media screen and (max-width: 767px) {
  .block-flowtxt__list {
    animation: flowing 16s infinite linear both;
  }
}
.block-flowtxt__item {
  width: 100vw;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 1110px) {
  .block-flowtxt__item {
    width: 150vw;
  }
}
@media screen and (max-width: 767px) {
  .block-flowtxt__item {
    width: 200vw;
  }
}
.block-flowtxt__item img {
  width: 100%;
}

.section-summary {
  max-width: 1000px;
  margin: 0 auto 160px;
  padding: 140px 0 0;
}
@media screen and (max-width: 1110px) {
  .section-summary {
    margin: 0 5vw 20vw;
    padding: 12vw 0 0;
  }
}
.section-summary__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-summary__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.section-summary__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .section-summary__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
.section-summary__txt {
  margin-bottom: 2em;
}
.section-summary__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #bfb8be;
  border-bottom: none;
  background-color: #fff;
  box-sizing: content-box;
}
.section-summary__list dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 20%;
  padding: 20px 15px;
  background-color: #bfb8be;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.section-summary__list dt:last-of-type {
  border-color: #bfb8be;
}
@media screen and (max-width: 767px) {
  .section-summary__list dt {
    width: 100%;
    padding: 4px 10px;
    justify-content: flex-start;
  }
}
.section-summary__list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  padding: 20px;
  border-bottom: 1px solid #bfb8be;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .section-summary__list dd {
    width: 100%;
    padding: 10px 12px;
  }
}
.section-summary__list dd.half {
  width: 40%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-summary__list dd.half {
    width: 50%;
    padding: calc(10px + 0.8vw) 12px;
  }
}
.section-summary__list dd.half + .half {
  border-left: 1px solid #bfb8be;
}
.section-summary__list--tenpo {
  width: 100%;
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.section-summary__list--tenpo li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-summary__list--tenpo li:last-child {
  margin: 0;
}
.section-summary__list--tenpo li {
  margin-bottom: 0.5em;
}
.section-summary__item--tenpo span {
  padding-left: 0.8em;
  color: #7f7f7f;
}
.section-summary__list--sub {
  width: 100%;
  line-height: 1.5;
  padding: 0 0 0 1em;
  font-size: 1.5rem;
}
.section-summary__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-summary__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-summary__list--sub {
    font-size: 1.3rem;
  }
}
.section-summary__item--red {
  color: #e22b46;
}

.box-feature {
  position: relative;
  max-width: 1000px;
  margin: 22px auto 72px;
  padding: 35px 70px;
  background-color: #ffebf1;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 40px auto;
}
@media screen and (max-width: 1110px) {
  .box-feature {
    margin: 16px 5vw calc(16px + 7vw);
    padding: clamp(15px, 3.5vw, 35px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-feature {
    background-size: 6% auto;
  }
}
.box-feature::before, .box-feature::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 22px;
  background-blend-mode: overlay;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 22px;
          mask-size: auto 22px;
  -webkit-mask-position: left center;
          mask-position: left center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .box-feature::before, .box-feature::after {
    height: 16px;
    -webkit-mask-size: auto 16px;
            mask-size: auto 16px;
  }
}
.box-feature::before {
  top: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-feature::before {
    top: -16px;
  }
}
.box-feature::after {
  bottom: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(-90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-feature::after {
    bottom: -16px;
  }
}
.box-feature__btn {
  padding: 25px 14%;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-feature__btn {
    padding: 20px 11%;
  }
}
@media screen and (max-width: 767px) {
  .box-feature__btn {
    padding: 16px 5%;
  }
}
.box-feature__comment {
  text-align: center;
}
.box-feature__comment .update {
  color: #f63f7e;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-feature__comment {
    font-size: 1.3rem;
  }
}
.box-feature__btn + .box-feature__comment {
  margin-top: -18px;
}
@media screen and (max-width: 1110px) {
  .box-feature__btn + .box-feature__comment {
    margin-top: -13px;
  }
}
.box-feature__image {
  margin: 2em auto;
  max-width: 560px;
  text-align: center;
}
.box-feature__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 25px;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 1110px) {
  .box-feature__heading {
    margin: 1.5vw auto 4vw;
    font-size: clamp(1.6rem, 3vw, 2.9rem);
  }
}
.box-feature__heading--sub {
  line-height: 1.4;
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1110px) {
  .box-feature__heading--sub {
    margin: 0 0 clamp(6px, 1.2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .box-feature__heading--sub {
    font-size: 1.5rem;
  }
}
.box-feature__list {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-bottom: 1em;
}
.box-feature__list li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.box-feature__list li:last-child {
  margin: 0;
}

.box-tenpo {
  margin-top: 160px;
}
@media screen and (max-width: 1110px) {
  .box-tenpo {
    margin-top: 18vw;
  }
}

.box-online-shop {
  padding: 40px 70px;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg"), url("../images/202306_theaterdays_6th/bg_box_bottom.svg");
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 40px auto;
}
@media screen and (max-width: 1110px) {
  .box-online-shop {
    padding: clamp(25px, 4vw, 40px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-online-shop {
    background-size: 6% auto;
  }
}

.box-gamers {
  margin-bottom: 180px;
  padding: 40px 70px;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg"), url("../images/202306_theaterdays_6th/bg_box_bottom.svg");
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 40px auto;
}
@media screen and (max-width: 1110px) {
  .box-gamers {
    margin-bottom: calc(16px + 20vw);
    padding: clamp(25px, 4vw, 40px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-gamers {
    background-size: 6% auto;
  }
}
.box-gamers__heading--sub {
  margin-bottom: 0;
}
.box-gamers__txt {
  margin-bottom: 1em;
  font-weight: bold;
}
.box-gamers__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .box-gamers__list {
    flex-direction: column;
  }
}
.box-gamers__item {
  position: relative;
  margin: 0 1em 0 0;
  font-weight: bold;
}
.box-gamers__item::before {
  display: inline-block;
  content: "●";
  margin: 0 0.1em 0 0;
  transform: scale(0.6);
}
.box-gamers__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-bottom: 1.5em;
}
.box-gamers__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.box-gamers__list--sub li:last-child {
  margin: 0;
}

.area-event {
  overflow: hidden;
  background-color: #ebe9eb;
}

.section-column {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 0;
}
.section-column.section-opening-hours {
  margin-bottom: 160px;
}
@media screen and (max-width: 1110px) {
  .section-column.section-opening-hours {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 1110px) {
  .section-column {
    margin: 0 5vw 10vw;
    padding: 12vw 0 0;
  }
}
.section-column__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-column__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.section-column__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .section-column__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
.section-column__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #bfb8be;
  border-bottom: none;
  box-sizing: content-box;
}
.section-column__list dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 24%;
  padding: 10px 15px;
  border-bottom: 1px solid #bfb8be;
  border-right: 1px solid #bfb8be;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-column__list dt {
    width: 100%;
    padding: 5px 10px 0;
    border-right: none;
    border-bottom: none;
  }
}
.section-column__list dt:first-of-type {
  padding: 10px !important;
  background-color: #bfb8be;
  color: #fff;
  border-right-color: #fff;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-column__list dt:first-of-type {
    display: none;
  }
}
.section-column__list dt figure {
  margin: 0;
}
.section-column__list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 76%;
  padding: 20px;
  border-bottom: 1px solid #bfb8be;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .section-column__list dd {
    width: 100%;
    padding: 0 15px 15px;
  }
}
.section-column__list dd:first-of-type {
  padding: 10px !important;
  background-color: #bfb8be;
  color: #fff;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-column__list dd:first-of-type {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-column__list dt figure {
    width: clamp(140px, 45%, 200px);
  }
}
.section-column__list--opening-hours {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #bfb8be;
  border-bottom: none;
  box-sizing: content-box;
  text-align: center;
}
.section-column__list--opening-hours dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 24%;
  padding: 10px 15px;
  border-bottom: 1px solid #bfb8be;
  border-right: 1px solid #bfb8be;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dt {
    width: 100%;
    padding: 5px 10px 0;
    border-right: none;
    border-bottom: none;
  }
}
.section-column__list--opening-hours dt:first-of-type {
  padding: 10px !important;
  background-color: #bfb8be;
  color: #fff;
  border-right-color: #fff;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dt:first-of-type {
    display: none;
  }
}
.section-column__list--opening-hours dt figure {
  margin: 0;
}
.section-column__list--opening-hours dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 76%;
  padding: 20px;
  border-bottom: 1px solid #bfb8be;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd {
    width: 100%;
    padding: 0 15px 15px;
  }
}
.section-column__list--opening-hours dd:first-of-type {
  padding: 10px !important;
  background-color: #bfb8be;
  color: #fff;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd:first-of-type {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dt {
    width: 30%;
    padding: 0 5px;
    border-bottom: 1px solid #bfb8be;
    border-right: 1px solid #bfb8be;
  }
}
.section-column__list--opening-hours dd {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd {
    width: 70%;
  }
}
.section-column__list--opening-hours dd ul {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd ul {
    flex-direction: column;
    height: auto;
  }
}
.section-column__list--opening-hours dd li {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 20px 10px;
  border-right: 1px solid #bfb8be;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd li {
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: none;
    width: 100% !important;
    padding: 15px 10px 10px;
    line-height: 17px;
  }
  .section-column__list--opening-hours dd li::before {
    display: inline-block;
    content: "展示・販売終了日：";
    font-size: 1.1rem;
    color: #a5a5a7;
    letter-spacing: -0.02em;
  }
}
.section-column__list--opening-hours dd li:nth-child(2) {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd li:nth-child(2) {
    padding: 0 10px 10px;
  }
  .section-column__list--opening-hours dd li:nth-child(2)::before {
    content: "営業時間：";
  }
}
.section-column__list--opening-hours dd li:nth-child(3) {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd li:nth-child(3) {
    padding: 0 10px 15px;
  }
  .section-column__list--opening-hours dd li:nth-child(3)::before {
    content: "休業日：";
  }
}
.section-column__list--opening-hours dd li:last-child {
  border-right: none;
}
.section-column__list--opening-hours dd:first-of-type {
  padding: 0 !important;
}
.section-column__list--opening-hours dd:first-of-type li {
  border-color: #fff;
  padding: 10px;
}
.section-column__list--opening-hours dd .caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .section-column__list--opening-hours dd .caption {
    display: inline-block;
    width: auto;
    padding: 0.2em 0 0 0.5em;
    font-size: 1.2rem;
  }
}
.section-column__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
}
.section-column__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-column__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-column__list--sub {
    font-size: 1.2rem;
  }
}

.block-lead {
  padding: 0 0 80px;
}
@media screen and (max-width: 1110px) {
  .block-lead {
    padding-bottom: 7vw;
  }
}
.block-lead__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1110px) {
  .block-lead__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.block-lead__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .block-lead__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 1110px) {
  .block-lead__heading {
    margin-bottom: 3.5vw;
  }
}
.block-lead__txt {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .block-lead__txt {
    margin: 0 5vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-lead__txt {
    text-align: left;
  }
}
.block-lead__list--tenpo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .block-lead__list--tenpo {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-lead__list--tenpo {
    margin: 0 12vw;
  }
}
.block-lead__item--tenpo {
  width: 15.4166666667%;
  margin: 0 1.5% 0 0;
}
.block-lead__item--tenpo:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .block-lead__item--tenpo {
    width: 30.6666666667%;
    margin: 0 4% 4% 0;
  }
  .block-lead__item--tenpo:nth-child(3n) {
    margin-right: 0;
  }
}
.block-lead__item--tenpo a {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #d1cbd1;
  background-color: #fff;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
.block-lead__item--tenpo a::before {
  transform: scale(1);
  transition: transform 0.2s ease;
}
.block-lead__item--tenpo a:hover::before {
  transform: scale(1.06);
}
@media screen and (max-width: 1110px) {
  .block-lead__item--tenpo a:hover::before {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .block-lead__item--tenpo a {
    border-width: 1px;
  }
}
.block-lead__item--tenpo a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.block-lead__box--period {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 15px 10px;
  background-color: #f63f7e;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .block-lead__box--period {
    margin: 0 5vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .block-lead__box--period {
    padding: 10px;
  }
}
.block-lead__txt--period {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .block-lead__txt--period {
    font-size: 1.7rem;
  }
}
.block-lead__txt--period span {
  display: block;
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .block-lead__txt--period span {
    font-size: 1.3rem;
  }
}
.block-lead__list--notice {
  line-height: 1.5;
  padding: 0 0 0 1em;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 25px 35px 25px calc(1em + 35px);
  border: 1px solid #bfb8be;
  background-color: #fff;
}
.block-lead__list--notice li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.block-lead__list--notice li:last-child {
  margin: 0;
}
@media screen and (max-width: 1110px) {
  .block-lead__list--notice {
    margin: 0 5vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .block-lead__list--notice {
    padding: 15px 1.2em 15px 2.2em;
  }
}
.block-lead__list--notice .txt-notice {
  color: #e22b46;
  font-weight: bold;
}

.area-tenpo {
  overflow: hidden;
  background-color: #fff;
}
.area-tenpo--gray {
  overflow: hidden;
  background-color: #ebe9eb;
}

.section-tenpo {
  max-width: 1000px;
  margin: 0 auto 160px;
  padding-top: 100px;
}
@media screen and (max-width: 1110px) {
  .section-tenpo {
    margin: 0 5vw 20vw;
    padding-top: 10vw;
  }
}
.section-tenpo__heading {
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 92%;
  aspect-ratio: 92/9;
  margin: 0 auto 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1110px) {
  .section-tenpo__heading {
    width: 96%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .section-tenpo__heading {
    width: 104%;
    margin-left: -2%;
  }
}
.section-tenpo__heading.heading-kotobukiya {
  background-image: url("../images/202306_theaterdays_6th/tenpo_kotobukiya.png");
}
.section-tenpo__heading.heading-gamers {
  background-image: url("../images/202306_theaterdays_6th/tenpo_gamers.png");
}
.section-tenpo__heading.heading-amiami {
  background-image: url("../images/202306_theaterdays_6th/tenpo_amiami.png");
}
.section-tenpo__heading.heading-stellamap {
  aspect-ratio: 92/14;
  background-image: url("../images/202306_theaterdays_6th/tenpo_stellamap.png");
}
.section-tenpo__heading.heading-karatetsu {
  background-image: url("../images/202306_theaterdays_6th/tenpo_karatetsu.png");
}
.section-tenpo__heading.heading-officialshop {
  aspect-ratio: 92/14;
  background-image: url("../images/202306_theaterdays_6th/tenpo_officialshop.png");
}
.section-tenpo__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #bfb8be;
  border-bottom: none;
  background-color: #fff;
  box-sizing: content-box;
}
.section-tenpo__list dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 20%;
  padding: 20px 15px;
  background-color: #bfb8be;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.section-tenpo__list dt:last-of-type {
  border-color: #bfb8be;
}
@media screen and (max-width: 767px) {
  .section-tenpo__list dt {
    width: 100%;
    padding: 4px 10px;
    justify-content: flex-start;
  }
}
.section-tenpo__list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  padding: 20px;
  border-bottom: 1px solid #bfb8be;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .section-tenpo__list dd {
    width: 100%;
    padding: 10px 12px;
  }
}
.section-tenpo__list dd.half {
  width: 40%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-tenpo__list dd.half {
    width: 50%;
    padding: calc(10px + 0.8vw) 12px;
  }
}
.section-tenpo__list dd.half + .half {
  border-left: 1px solid #bfb8be;
}
.section-tenpo__list--note {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-bottom: 2.5em;
}
.section-tenpo__list--note li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-tenpo__list--note li:last-child {
  margin: 0;
}
.section-tenpo__list--desc dt {
  margin-bottom: 0.1em;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .section-tenpo__list--desc dt {
    font-size: 1.65rem;
  }
}
.section-tenpo__list--desc dt span {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .section-tenpo__list--desc dt span {
    font-size: 1.5rem;
  }
}
.section-tenpo__list--desc dd {
  margin-bottom: 2.5em;
}

.area-stamp {
  overflow: hidden;
  background-color: #fff;
}
.area-stamp--gray {
  overflow: hidden;
  background-color: #ebe9eb;
}

.section-stamp {
  max-width: 1000px;
  margin: 100px auto 160px;
}
@media screen and (max-width: 1110px) {
  .section-stamp {
    margin: clamp(20px, 8vw, 100px) 5vw 18vw;
  }
}
.section-stamp__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 1110px) {
  .section-stamp__heading {
    margin: 0 auto clamp(8px, 3vw, 20px);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
  }
}
.section-stamp__heading::before {
  display: inline;
  content: "●";
  padding: 0 0.15em 0 0;
  color: #f63f7e;
}

.box-stamp {
  position: relative;
  max-width: 1000px;
  margin: 22px auto 72px;
  padding: 35px 70px;
  background-color: #ffebf1;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 40px auto;
  margin: 42px auto 182px;
  padding: 60px 60px;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg"), url("../images/202306_theaterdays_6th/bg_box_bottom.svg");
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 40px auto;
}
@media screen and (max-width: 1110px) {
  .box-stamp {
    margin: 16px 5vw calc(16px + 7vw);
    padding: clamp(15px, 3.5vw, 35px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-stamp {
    background-size: 6% auto;
  }
}
.box-stamp::before, .box-stamp::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 22px;
  background-blend-mode: overlay;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 22px;
          mask-size: auto 22px;
  -webkit-mask-position: left center;
          mask-position: left center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .box-stamp::before, .box-stamp::after {
    height: 16px;
    -webkit-mask-size: auto 16px;
            mask-size: auto 16px;
  }
}
.box-stamp::before {
  top: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-stamp::before {
    top: -16px;
  }
}
.box-stamp::after {
  bottom: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(-90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-stamp::after {
    bottom: -16px;
  }
}
.box-stamp__btn {
  padding: 25px 14%;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-stamp__btn {
    padding: 20px 11%;
  }
}
@media screen and (max-width: 767px) {
  .box-stamp__btn {
    padding: 16px 5%;
  }
}
.box-stamp__comment {
  text-align: center;
}
.box-stamp__comment .update {
  color: #f63f7e;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-stamp__comment {
    font-size: 1.3rem;
  }
}
.box-stamp__btn + .box-stamp__comment {
  margin-top: -18px;
}
@media screen and (max-width: 1110px) {
  .box-stamp__btn + .box-stamp__comment {
    margin-top: -13px;
  }
}
.box-stamp__image {
  margin: 2em auto;
  max-width: 560px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-stamp {
    margin: clamp(24px, 3vw, 36px) auto calc(16px + 18vw);
    padding: clamp(26px, 4vw, 46px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-stamp {
    background-size: 6% auto;
  }
}
.box-stamp__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.box-stamp__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.box-stamp__list--sub li:last-child {
  margin: 0;
}
.box-stamp__btn {
  padding: 30px 16% 35px;
}
@media screen and (max-width: 1110px) {
  .box-stamp__btn {
    padding: 25px 12% 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-stamp__btn {
    padding: 20px 6% 25px;
  }
}
.box-stamp__comment {
  margin-bottom: 1.5em;
}
.box-stamp__txt--period {
  line-height: 1.3;
}
.box-stamp__txt--period span {
  display: block;
  color: #f63f7e;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .box-stamp__txt--period span {
    font-size: 1.6rem;
  }
}

.box-stamp-howto__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 1110px) {
  .box-stamp-howto__list {
    margin-bottom: 2vw;
  }
}
.box-stamp-howto__list dt {
  width: 65%;
  padding: 30px 5% 10px 0;
  line-height: 1.3;
  border-top: 1px solid #908a96;
  font-weight: bold;
  font-size: 3.4rem;
}
.box-stamp-howto__list dt:first-of-type {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}
@media screen and (max-width: 1110px) {
  .box-stamp-howto__list dt {
    padding: clamp(20px, 2.5vw, 30px) 0;
    font-size: clamp(1.9rem, 3vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .box-stamp-howto__list dt {
    width: 100%;
  }
}
.box-stamp-howto__list dt span {
  display: block;
  margin-bottom: 0.15em;
  font-size: 3.5rem;
  color: #f63f7e;
}
@media screen and (max-width: 1110px) {
  .box-stamp-howto__list dt span {
    font-size: clamp(2rem, 3.05vw, 3.5rem);
  }
}
.box-stamp-howto__list dd {
  width: 35%;
  border-top: 1px solid #908a96;
  padding-top: 30px;
  margin-bottom: 30px;
}
.box-stamp-howto__list dd:first-of-type {
  width: 100%;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 1110px) {
  .box-stamp-howto__list dd {
    margin-bottom: clamp(20px, 2.5vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .box-stamp-howto__list dd {
    padding: 0;
    width: 100%;
    border-top: none;
  }
}
.box-stamp-howto__list dd figure {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box-stamp-howto__list dd figure {
    width: 80%;
  }
}

.box-stamp-tenpo__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .box-stamp-tenpo__list {
    margin: 0 auto 4vw;
  }
}
.box-stamp-tenpo__item {
  width: 30.3333333333%;
  margin: 0 4.5% 5% 0;
}
.box-stamp-tenpo__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .box-stamp-tenpo__item {
    width: 47%;
    margin: 0 6% 10% 0;
  }
  .box-stamp-tenpo__item:nth-child(3n) {
    margin-right: 6%;
  }
  .box-stamp-tenpo__item:nth-child(2n) {
    margin-right: 0;
  }
}
.box-stamp-tenpo__item figure {
  margin: 0 auto 0.8em;
}
.box-stamp-tenpo__txt {
  line-height: 1.3;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .box-stamp-tenpo__txt {
    font-size: 1.3rem;
  }
}

.box-prize__image {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-prize__image {
    margin-bottom: 4vw;
  }
}
.box-prize__heading {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.1em 0.4em 0.11em 0.6em;
  background-color: #f63f7e;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
}
@media screen and (max-width: 1110px) {
  .box-prize__heading {
    font-size: clamp(1.8rem, 3vw, 3.4rem);
  }
}
.box-prize__heading span {
  display: inline-block;
  padding-left: 0.2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .box-prize__heading span {
    font-size: 1.3rem;
  }
}
.box-prize .txt-notice {
  color: #e22b46;
  font-weight: bold;
}

.box-prize-exchange__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 1110px) {
  .box-prize-exchange__heading {
    font-size: clamp(1.6rem, 3vw, 2.9rem);
  }
}

.section-stamp-caution {
  max-width: 1000px;
  margin: 100px auto 160px;
}
@media screen and (max-width: 1110px) {
  .section-stamp-caution {
    margin: clamp(20px, 8vw, 100px) 5vw 18vw;
  }
}
.section-stamp-caution__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-stamp-caution__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.section-stamp-caution__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .section-stamp-caution__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
.section-stamp-caution__list--lead {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-bottom: 2em;
  font-weight: bold;
}
.section-stamp-caution__list--lead li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-stamp-caution__list--lead li:last-child {
  margin: 0;
}
.section-stamp-caution__list dt {
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .section-stamp-caution__list dt {
    font-size: 1.6rem;
  }
}
.section-stamp-caution__list dd {
  margin-bottom: 3em;
}
.section-stamp-caution__list dd:last-child {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .section-stamp-caution__list dd:last-child {
    font-size: 1.1rem;
  }
}
.section-stamp-caution__box {
  margin: 1em 0;
  padding: 1em 1.2em;
  background-color: #fff;
}
.section-stamp-caution__heading--sub {
  font-weight: bold;
}
.section-stamp-caution__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.section-stamp-caution__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-stamp-caution__list--sub li:last-child {
  margin: 0;
}
.section-stamp-caution__item--qa {
  padding: 1em 0;
  border-bottom: 1px solid #bfb8be;
}
.section-stamp-caution__item--qa:first-child {
  padding-top: 0;
}
.section-stamp-caution__item--qa span {
  font-weight: bold;
}
.section-stamp-caution__item--qa > .section-stamp-caution__list--sub {
  margin-top: 0.4em;
}

.page-goods .block-lead {
  padding: 0 0 20px;
}
@media screen and (max-width: 1110px) {
  .page-goods .block-lead {
    padding-bottom: 2vw;
  }
}

.area-goods {
  overflow: hidden;
  background-color: #fff;
}

.section-goods {
  margin: 100px auto 0;
}
@media screen and (max-width: 1110px) {
  .section-goods {
    margin: clamp(20px, 8vw, 100px) auto 0;
  }
}
.section-goods__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 2.8rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1110px) {
  .section-goods__heading {
    margin: 0 auto clamp(8px, 3vw, 20px);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
  }
}
.section-goods__heading::before {
  display: inline;
  content: "●";
  padding: 0 0.15em 0 0;
  color: #f63f7e;
}
@media screen and (max-width: 1110px) {
  .section-goods__heading {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.section-goods__heading span {
  padding: 0 0 0 0.4em;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section-goods__heading span {
    font-size: 1.4rem;
  }
}
.section-goods__list--tenpo {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1110px) {
  .section-goods__list--tenpo {
    margin: 0 5vw 14vw;
  }
}
.section-goods__item--tenpo {
  width: 31.8%;
  margin: 0 2.3% 1.8% 0;
}
.section-goods__item--tenpo:nth-child(3n) {
  margin-right: 0;
}
.section-goods__item--tenpo:last-child {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-goods__item--tenpo {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 2.5%;
  }
}
.section-goods__item--tenpo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  line-height: 1.4;
  background-color: #fff;
  border: 2px solid #d1cbd1;
  border-radius: 10px;
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-goods__item--tenpo a {
    font-size: clamp(1.3rem, 1.7vw, 1.9rem);
  }
}
@media screen and (max-width: 767px) {
  .section-goods__item--tenpo a {
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}
.section-goods__item--tenpo a strong {
  display: block;
  width: 100%;
}
.section-goods__item--tenpo a::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .section-goods__item--tenpo a::before {
    display: none;
  }
}
.section-goods__item--tenpo a:hover::before {
  opacity: 0.5;
}
@media screen and (max-width: 1110px) {
  .section-goods__item--tenpo a:hover::before {
    opacity: 0;
  }
}
.section-goods__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.section-goods__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-goods__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 1110px) {
  .section-goods__list--sub {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

.box-tokuten {
  position: relative;
  max-width: 1000px;
  margin: 22px auto 72px;
  padding: 35px 70px;
  background-color: #ffebf1;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 40px auto;
  margin: 42px auto 182px;
  padding: 60px 60px;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg"), url("../images/202306_theaterdays_6th/bg_box_bottom.svg");
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 40px auto;
}
@media screen and (max-width: 1110px) {
  .box-tokuten {
    margin: 16px 5vw calc(16px + 7vw);
    padding: clamp(15px, 3.5vw, 35px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-tokuten {
    background-size: 6% auto;
  }
}
.box-tokuten::before, .box-tokuten::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 22px;
  background-blend-mode: overlay;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 22px;
          mask-size: auto 22px;
  -webkit-mask-position: left center;
          mask-position: left center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .box-tokuten::before, .box-tokuten::after {
    height: 16px;
    -webkit-mask-size: auto 16px;
            mask-size: auto 16px;
  }
}
.box-tokuten::before {
  top: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-tokuten::before {
    top: -16px;
  }
}
.box-tokuten::after {
  bottom: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(-90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-tokuten::after {
    bottom: -16px;
  }
}
.box-tokuten__btn {
  padding: 25px 14%;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-tokuten__btn {
    padding: 20px 11%;
  }
}
@media screen and (max-width: 767px) {
  .box-tokuten__btn {
    padding: 16px 5%;
  }
}
.box-tokuten__comment {
  text-align: center;
}
.box-tokuten__comment .update {
  color: #f63f7e;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-tokuten__comment {
    font-size: 1.3rem;
  }
}
.box-tokuten__btn + .box-tokuten__comment {
  margin-top: -18px;
}
@media screen and (max-width: 1110px) {
  .box-tokuten__btn + .box-tokuten__comment {
    margin-top: -13px;
  }
}
.box-tokuten__image {
  margin: 2em auto;
  max-width: 560px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-tokuten {
    margin: clamp(24px, 3vw, 36px) 5vw calc(16px + 18vw);
    padding: clamp(26px, 4vw, 46px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-tokuten {
    background-size: 6% auto;
  }
}
.box-tokuten__heading {
  display: inline-block;
  margin-bottom: 1.3em;
  padding: 0.1em 0.4em 0.11em 0.6em;
  background-color: #f63f7e;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
}
@media screen and (max-width: 1110px) {
  .box-tokuten__heading {
    font-size: clamp(1.8rem, 3vw, 3.4rem);
  }
}
.box-tokuten__txt {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.box-tokuten__txt .txt-notice {
  color: #f63f7e;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-tokuten__txt {
    font-size: 1.5rem;
  }
}
.box-tokuten__image {
  margin: 0 auto 1em;
  max-width: inherit;
}
.box-tokuten__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .box-tokuten__item {
    margin-bottom: 20px;
  }
}
.box-tokuten__item figure {
  margin: 0;
}
.box-tokuten__list--notice {
  line-height: 1.5;
  padding: 0 0 0 1em;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 25px 25px 25px calc(1em + 25px);
  background-color: #fff;
}
.box-tokuten__list--notice li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.box-tokuten__list--notice li:last-child {
  margin: 0;
}
@media screen and (max-width: 1110px) {
  .box-tokuten__list--notice {
    margin: 0 auto 9vw;
  }
}
@media screen and (max-width: 767px) {
  .box-tokuten__list--notice {
    padding: 15px 1.2em 15px 2.2em;
  }
}
.box-tokuten__list--notice .txt-notice {
  color: #e22b46;
  font-weight: bold;
}
.box-tokuten__list--note {
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.box-tokuten__list--note li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.box-tokuten__list--note li:last-child {
  margin: 0;
}

.area-desc {
  overflow: hidden;
  background-color: #ebe9eb;
  padding: 90px 0 160px;
}
@media screen and (max-width: 1110px) {
  .area-desc {
    padding: 10vw 0 20vw;
  }
}

.section-desc {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .section-desc {
    margin: 0 5vw;
    padding: clamp(25px, 5vw, 40px) 0;
  }
}
.section-desc__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 1110px) {
  .section-desc__heading {
    margin: 0 auto clamp(8px, 3vw, 20px);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
  }
}
.section-desc__heading::before {
  display: inline;
  content: "●";
  padding: 0 0.15em 0 0;
  color: #f63f7e;
}

.block-desc {
  padding: 40px 0;
  border-bottom: 1px solid #bfb8be;
}
.block-desc:first-of-type {
  padding: 0 0 40px;
}
@media screen and (max-width: 1110px) {
  .block-desc:first-of-type {
    padding: 0 0 clamp(25px, 5vw, 40px);
  }
}
.block-desc:last-of-type {
  padding: 40px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 1110px) {
  .block-desc:last-of-type {
    padding: clamp(25px, 5vw, 40px) 0 0;
  }
}
.block-desc__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 1110px) {
  .block-desc__heading {
    margin: 0 auto clamp(8px, 3vw, 20px);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
  }
}
.block-desc__heading::before {
  display: inline;
  content: "●";
  padding: 0 0.15em 0 0;
  color: #f63f7e;
}
.block-desc__heading--sub {
  line-height: 1.4;
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 10px;
}
@media screen and (max-width: 1110px) {
  .block-desc__heading--sub {
    margin: 0 0 clamp(6px, 1.2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .block-desc__heading--sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1110px) {
  .block-desc__heading--sub {
    margin: 0 0 clamp(6px, 1.3vw, 10px);
  }
}
.block-desc__heading--sub::before {
  display: inline;
  content: "●";
  padding: 0 0.15em 0 0;
}
.block-desc__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #bfb8be;
  border-bottom: none;
  background-color: #fff;
  box-sizing: content-box;
}
.block-desc__list dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 20%;
  padding: 20px 15px;
  background-color: #bfb8be;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.block-desc__list dt:last-of-type {
  border-color: #bfb8be;
}
@media screen and (max-width: 767px) {
  .block-desc__list dt {
    width: 100%;
    padding: 4px 10px;
    justify-content: flex-start;
  }
}
.block-desc__list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  padding: 20px;
  border-bottom: 1px solid #bfb8be;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .block-desc__list dd {
    width: 100%;
    padding: 10px 12px;
  }
}
.block-desc__list dd.half {
  width: 40%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .block-desc__list dd.half {
    width: 50%;
    padding: calc(10px + 0.8vw) 12px;
  }
}
.block-desc__list dd.half + .half {
  border-left: 1px solid #bfb8be;
}
@media screen and (max-width: 767px) {
  .block-desc__list dt {
    border-bottom: none;
  }
}
.block-desc__list dd.one-third {
  width: 26.6666666667%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .block-desc__list dd.one-third {
    width: 33.3333333333%;
    padding: calc(10px + 0.8vw) 2px;
  }
}
.block-desc__list dd.one-third + .one-third {
  border-left: 1px solid #a8a8af;
}
.block-desc__list--note {
  line-height: 1.5;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
}
.block-desc__list--note li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.block-desc__list--note li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-desc__list--note {
    font-size: 1.2rem;
  }
}
.block-desc__list .link-asobistore, .block-desc__list .link-amiami, .block-desc__list .link-millioncellar {
  display: inline-block;
  width: 100%;
  aspect-ratio: 50/11;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 1;
}
.block-desc__list .link-asobistore:hover, .block-desc__list .link-amiami:hover, .block-desc__list .link-millioncellar:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .block-desc__list .link-asobistore:hover, .block-desc__list .link-amiami:hover, .block-desc__list .link-millioncellar:hover {
    opacity: 1;
  }
}
.block-desc__list .link-asobistore {
  background-image: url("../images/202306_theaterdays_6th/goods/link_asobistore.png");
}
.block-desc__list .link-amiami {
  background-image: url("../images/202306_theaterdays_6th/goods/link_amiami.png");
}
.block-desc__list .link-millioncellar {
  background-image: url("../images/202306_theaterdays_6th/goods/link_millioncellar.png");
}
.block-desc__list dd span {
  display: block;
  margin: -2px auto -16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1110px) {
  .block-desc__list dd span {
    margin: 0 auto -16px;
  }
}
@media screen and (max-width: 767px) {
  .block-desc__list dd span {
    margin: 0 auto -10px;
    font-size: 1.2rem;
  }
}
.block-desc__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-top: 0.3em;
  width: 100%;
  font-size: 1.4rem;
}
.block-desc__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.block-desc__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-desc__list--sub {
    font-size: 1.2rem;
  }
}
.block-desc__list--twitter {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.3em;
}
.block-desc__item--twitter {
  width: 31.8%;
  margin: 0 2.3% 1.5% 0;
}
.block-desc__item--twitter:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .block-desc__item--twitter {
    width: 48.5%;
    margin: 0 3% 2.5% 0;
  }
  .block-desc__item--twitter:nth-child(3n) {
    margin-right: 3%;
  }
  .block-desc__item--twitter:nth-child(2n) {
    margin-right: 0;
  }
}
.block-desc__item--twitter a {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  aspect-ratio: 32/9;
  background-color: #fff;
  border: 2px solid #d1cbd1;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .block-desc__item--twitter a {
    border-width: 1px;
    border-radius: 5px;
  }
}
.block-desc__item--twitter a::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .block-desc__item--twitter a::before {
    display: none;
  }
}
.block-desc__item--twitter a:hover::before {
  opacity: 0.5;
}
@media screen and (max-width: 1110px) {
  .block-desc__item--twitter a:hover::before {
    opacity: 0;
  }
}
.block-desc__item--twitter .twitter-kotobukiya {
  background-image: url("../images/202306_theaterdays_6th/goods/twitter_kotobukiya.png");
}
.block-desc__item--twitter .twitter-gamers {
  background-image: url("../images/202306_theaterdays_6th/goods/twitter_gamers.png");
}
.block-desc__item--twitter .twitter-amiami {
  background-image: url("../images/202306_theaterdays_6th/goods/twitter_amiami.png");
}
.block-desc__item--twitter .twitter-stellamap {
  background-image: url("../images/202306_theaterdays_6th/goods/twitter_stellamap.png");
}
.block-desc__item--twitter .twitter-karatetsu {
  background-image: url("../images/202306_theaterdays_6th/goods/twitter_karatetsu.png");
}
.block-desc__item--twitter .twitter-officialshop {
  background-image: url("../images/202306_theaterdays_6th/goods/twitter_officialshop.png");
}

.area-goods-online {
  overflow: hidden;
  background-color: #ffebf1;
}

.block-goods {
  margin: 0 auto 100px;
  max-width: 1120px;
  padding: 75px 60px 70px;
}
@media screen and (max-width: 1110px) {
  .block-goods {
    margin: 0 2vw 12vw;
    padding: 6vw 4vw 5.5vw;
  }
}
.block-goods__heading {
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 92%;
  aspect-ratio: 92/9;
  margin: 0 auto 1.5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1110px) {
  .block-goods__heading {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .block-goods__heading {
    width: 104%;
    margin-left: -2%;
  }
}
.block-goods__heading.heading-kotobukiya {
  background-image: url("../images/202306_theaterdays_6th/tenpo_kotobukiya.png");
}
.block-goods__heading.heading-gamers {
  background-image: url("../images/202306_theaterdays_6th/tenpo_gamers.png");
}
.block-goods__heading.heading-amiami {
  background-image: url("../images/202306_theaterdays_6th/tenpo_amiami.png");
}
.block-goods__heading.heading-common-items {
  aspect-ratio: 92/18;
  background-image: url("../images/202306_theaterdays_6th/tenpo_common_items.png");
}
.block-goods__heading--sub {
  margin-bottom: 0.1em;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .block-goods__heading--sub {
    font-size: clamp(2rem, 4.2vw, 3.6rem);
  }
}
.block-goods__txt {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .block-goods__txt {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    text-align: left;
  }
}
.block-goods__txt--announce {
  margin-top: 20px;
  font-weight: bold;
  color: #e22b46;
}
@media screen and (max-width: 1110px) {
  .block-goods__txt--announce {
    margin-top: 2vw;
  }
}
.block-goods__txt--announce a {
  color: #e22b46;
}
.block-goods__list {
  margin: 50px auto 0;
}
@media screen and (max-width: 1110px) {
  .block-goods__list {
    margin: 5vw auto 0;
  }
}
.block-goods__item {
  margin: 0 auto 50px;
}
@media screen and (max-width: 1110px) {
  .block-goods__item {
    margin: 0 auto 5vw;
  }
}
.block-goods__item:last-child {
  margin: 0;
}
.block-goods__item figure {
  margin: 0;
}
.block-goods__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  font-size: 1.5rem;
}
.block-goods__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.block-goods__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-goods__list--sub {
    font-size: 1.3rem;
  }
}
.block-goods__list + .block-goods__list--sub {
  margin-top: 20px;
}
@media screen and (max-width: 1110px) {
  .block-goods__list + .block-goods__list--sub {
    margin-top: 2vw;
  }
}
.block-goods#goods-online {
  margin-bottom: 160px;
  padding: 0 60px;
}
@media screen and (max-width: 1110px) {
  .block-goods#goods-online {
    margin-bottom: 18vw;
    padding: 0 4vw;
  }
}
.block-goods#goods-kotobukiya {
  background-color: #e8f9ed;
}
.block-goods#goods-gamers {
  background-color: #ffeeee;
}
.block-goods#goods-amiami {
  background-color: #fff3d9;
}
.block-goods#goods-common-items {
  margin-bottom: 0;
  background-color: #e4f4f9;
}

.area-notice {
  overflow: hidden;
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 1110px) {
  .area-notice {
    padding: 12vw 0;
  }
}

.block-notice {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .block-notice {
    margin: 0 5vw;
  }
}
.block-notice__txt {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1110px) {
  .block-notice__txt {
    font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  }
}
.block-notice__txt--line-bg {
  display: inline;
  padding: 0.1em 0.4em;
  background: linear-gradient(transparent 10%, #f63f7e 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  margin: 0 0 0.5em;
  font-size: 2.9rem;
  font-weight: bold;
}
@media screen and (max-width: 1110px) {
  .block-notice__txt--line-bg {
    font-size: clamp(1.65rem, 3.6vw, 2.9rem);
  }
}

.page-twittercp .block-lead {
  padding: 0 0 20px;
}
@media screen and (max-width: 1110px) {
  .page-twittercp .block-lead {
    padding-bottom: 2vw;
  }
}

.area-twittercp {
  overflow: hidden;
  background-color: #fff;
}

.section-twittercp {
  max-width: 1000px;
  margin: 100px auto 160px;
}
@media screen and (max-width: 1110px) {
  .section-twittercp {
    margin: clamp(20px, 8vw, 100px) 5vw 18vw;
  }
}

.block-twittercp {
  margin-bottom: 110px;
}
@media screen and (max-width: 1110px) {
  .block-twittercp {
    margin-bottom: 12vw;
  }
}
.block-twittercp__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1110px) {
  .block-twittercp__heading {
    margin: 0 auto clamp(8px, 3vw, 20px);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
  }
}
.block-twittercp__heading::before {
  display: inline;
  content: "●";
  padding: 0 0.15em 0 0;
  color: #f63f7e;
}
@media screen and (max-width: 1110px) {
  .block-twittercp__heading {
    margin-bottom: clamp(5px, 2vw, 15px);
  }
}
.block-twittercp-summary .block-twittercp__txt, .block-twittercp-present .block-twittercp__txt, .block-twittercp-period .block-twittercp__txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .block-twittercp-summary .block-twittercp__txt, .block-twittercp-present .block-twittercp__txt, .block-twittercp-period .block-twittercp__txt {
    font-size: 1.5rem;
  }
}
.block-twittercp-summary .block-twittercp__txt.txt-notice, .block-twittercp-present .block-twittercp__txt.txt-notice, .block-twittercp-period .block-twittercp__txt.txt-notice {
  font-weight: bold;
  color: #f63f7e;
}
.block-twittercp-summary .block-twittercp__txt.txt-large, .block-twittercp-present .block-twittercp__txt.txt-large, .block-twittercp-period .block-twittercp__txt.txt-large {
  line-height: 1.6;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .block-twittercp-summary .block-twittercp__txt.txt-large, .block-twittercp-present .block-twittercp__txt.txt-large, .block-twittercp-period .block-twittercp__txt.txt-large {
    font-size: 1.6rem;
  }
}
.block-twittercp__list--note {
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.block-twittercp__list--note li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.block-twittercp__list--note li:last-child {
  margin: 0;
}
.block-twittercp__list--note .txt-notice {
  color: #e22b46;
  font-weight: bold;
}
.block-twittercp__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-top: 1em;
  font-size: 1.5rem;
}
.block-twittercp__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.block-twittercp__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-twittercp__list--sub {
    font-size: 1.3rem;
  }
}
.block-twittercp__image {
  text-align: center;
}

.box-twittercp {
  position: relative;
  max-width: 1000px;
  margin: 22px auto 72px;
  padding: 35px 70px;
  background-color: #ffebf1;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 40px auto;
  margin: 42px auto 122px;
  padding: 60px 60px;
  background-image: url("../images/202306_theaterdays_6th/bg_box_top.svg"), url("../images/202306_theaterdays_6th/bg_box_bottom.svg");
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 40px auto;
}
@media screen and (max-width: 1110px) {
  .box-twittercp {
    margin: 16px 5vw calc(16px + 7vw);
    padding: clamp(15px, 3.5vw, 35px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-twittercp {
    background-size: 6% auto;
  }
}
.box-twittercp::before, .box-twittercp::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 22px;
  background-blend-mode: overlay;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 22px;
          mask-size: auto 22px;
  -webkit-mask-position: left center;
          mask-position: left center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .box-twittercp::before, .box-twittercp::after {
    height: 16px;
    -webkit-mask-size: auto 16px;
            mask-size: auto 16px;
  }
}
.box-twittercp::before {
  top: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-twittercp::before {
    top: -16px;
  }
}
.box-twittercp::after {
  bottom: -22px;
  -webkit-mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
          mask-image: url("../images/202306_theaterdays_6th/parts/mask_line_dot.svg");
  background: linear-gradient(-90deg, #a5d0fd, #f698b4, #fce679);
}
@media screen and (max-width: 767px) {
  .box-twittercp::after {
    bottom: -16px;
  }
}
.box-twittercp__btn {
  padding: 25px 14%;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__btn {
    padding: 20px 11%;
  }
}
@media screen and (max-width: 767px) {
  .box-twittercp__btn {
    padding: 16px 5%;
  }
}
.box-twittercp__comment {
  text-align: center;
}
.box-twittercp__comment .update {
  color: #f63f7e;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-twittercp__comment {
    font-size: 1.3rem;
  }
}
.box-twittercp__btn + .box-twittercp__comment {
  margin-top: -18px;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__btn + .box-twittercp__comment {
    margin-top: -13px;
  }
}
.box-twittercp__image {
  margin: 2em auto;
  max-width: 560px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .box-twittercp {
    margin: clamp(24px, 3vw, 36px) auto calc(12vw + 20px);
    padding: clamp(26px, 4vw, 46px) 5vw;
    background-size: 4.5% auto;
  }
}
@media screen and (max-width: 767px) {
  .box-twittercp {
    background-size: 6% auto;
  }
}
.box-twittercp__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__list {
    margin-bottom: 2vw;
  }
}
.box-twittercp__list dt {
  width: 70%;
  padding: 30px 5% 10px 0;
  line-height: 1.3;
  border-top: 1px solid #908a96;
  font-weight: bold;
  font-size: 3.4rem;
}
.box-twittercp__list dt:first-of-type {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__list dt {
    padding: clamp(20px, 2.5vw, 30px) 0;
    font-size: clamp(1.9rem, 3vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .box-twittercp__list dt {
    width: 100%;
  }
}
.box-twittercp__list dt.howto-3:last-of-type {
  width: 100%;
}
.box-twittercp__list dt span {
  display: block;
  margin-bottom: 0.15em;
  font-size: 3.5rem;
  color: #f63f7e;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__list dt span {
    font-size: clamp(2rem, 3.05vw, 3.5rem);
  }
}
.box-twittercp__list dt .txt-small {
  display: inline;
  margin-bottom: 0;
  font-size: 2.4rem;
  color: inherit;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__list dt .txt-small {
    font-size: clamp(1.3rem, 2vw, 2.6rem);
  }
}
.box-twittercp__list dd {
  width: 30%;
  border-top: 1px solid #908a96;
  padding-top: 30px;
  margin-bottom: 30px;
}
.box-twittercp__list dd:first-of-type {
  width: 100%;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__list dd {
    margin-bottom: clamp(20px, 2.5vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .box-twittercp__list dd {
    padding: 0;
    width: 100%;
    border-top: none;
  }
}
.box-twittercp__list dd figure {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box-twittercp__list dd figure {
    width: 46%;
  }
}
.box-twittercp__list dd.howto-2 {
  margin-bottom: 0;
}
.box-twittercp__list dd.howto-2:last-of-type {
  width: 100%;
  padding-top: 0;
  margin-bottom: 30px;
  border-top: none;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__list dd.howto-2:last-of-type {
    margin-bottom: clamp(20px, 2.5vw, 30px);
  }
}
.box-twittercp__btn {
  padding: 30px 16% 35px;
}
@media screen and (max-width: 1110px) {
  .box-twittercp__btn {
    padding: 25px 12% 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-twittercp__btn {
    padding: 20px 6% 25px;
  }
}
.howto-2 .box-twittercp__btn {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .howto-2 .box-twittercp__btn {
    padding-top: 20px;
  }
}
.box-twittercp__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-top: 1em;
  font-size: 1.5rem;
}
.box-twittercp__list--sub li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.box-twittercp__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .box-twittercp__list--sub {
    font-size: 1.3rem;
  }
}
.box-twittercp__list--sub .txt-notice {
  color: #e22b46;
  font-weight: bold;
}
.box-twittercp__list--sub .txt-hashtag {
  background-color: #e22b46;
  color: #fff;
}

.footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.block-official {
  max-width: 1000px;
  margin: 100px auto 80px;
}
@media screen and (max-width: 1110px) {
  .block-official {
    margin: 12vw auto 14vw;
    padding: 0 2vw;
  }
}
.block-official__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-official__item {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
}
@media screen and (max-width: 1110px) {
  .block-official__item {
    margin: 0 2% 3.5% 0;
  }
}
.block-official__item:last-child {
  margin-right: 0;
}
.list-official .block-official__item {
  width: 46%;
  margin-right: 0;
}
.block-official__item a {
  display: block;
  position: relative;
  aspect-ratio: 155/63;
  border: 2px solid #d1cbd1;
  border-radius: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-official__item a {
    border-radius: 5px;
    border-width: 1px;
  }
}
.block-official__item a::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .block-official__item a::before {
    display: none;
  }
}
.block-official__item a:hover::before {
  opacity: 0.5;
}
@media screen and (max-width: 1110px) {
  .block-official__item a:hover::before {
    opacity: 0;
  }
}
.block-official__item a.btn-atre {
  aspect-ratio: 232/63;
}

.section-caution {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #bfb8be;
}
@media screen and (max-width: 1110px) {
  .section-caution {
    margin: 0 5vw 7vw;
    padding: 0 0 6vw;
  }
}
.section-caution__heading {
  position: relative;
  line-height: 1.4;
  margin: 0 auto 45px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .section-caution__heading {
    margin: 0 auto 5vw;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  }
}
.section-caution__heading::after {
  display: block;
  content: "";
  width: 75px;
  height: 7px;
  margin: 8px auto 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/202306_theaterdays_6th/parts/deco_heading.svg");
}
@media screen and (max-width: 767px) {
  .section-caution__heading::after {
    width: 52px;
    height: 5px;
    margin: 5px auto 0;
  }
}
.section-caution__list {
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.section-caution__list li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-caution__list li:last-child {
  margin: 0;
}

.block-company {
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1110px) {
  .block-company {
    margin: 0 5vw 10vw;
  }
}
.block-company__item {
  position: relative;
  line-height: 1.65;
  margin: 0 0 0.3em;
  padding: 0 0 0 1em;
}
.block-company__item::before {
  display: block;
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.block-company__item:nth-child(2), .block-company__item:nth-child(3) {
  display: inline-block;
}
.block-company__item p {
  display: inline-block;
  padding: 0 1.2em 0 0;
}
.block-company__item span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .block-company__item span {
    font-size: 1.2rem;
  }
}

.foot-nav {
  margin: 0 auto 70px;
}
@media screen and (max-width: 1110px) {
  .foot-nav {
    margin: 0 auto 10vw;
    padding: 0 5vw;
  }
}
.foot-nav__list {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .foot-nav__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .foot-nav__list {
    flex-direction: column;
  }
}
.foot-nav__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .foot-nav__item {
    margin: 0 0 1em;
  }
}
.foot-nav__item a {
  display: block;
  padding: 0 1em;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .foot-nav__item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .foot-nav__item a {
    font-size: 1.5rem;
  }
}
.foot-nav__item a:hover {
  color: #f63f7e;
}
@media screen and (max-width: 1110px) {
  .foot-nav__item a:hover {
    color: inherit;
  }
}
.foot-nav__item a.comingsoon {
  opacity: 0.4 !important;
}
.foot-nav__item a.comingsoon:hover {
  color: inherit;
}
.foot-nav__item a .txt-small {
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
}

.copyright {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin: 0 3vw 10vw;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
  }
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 200;
  width: 66px;
  height: 66px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #f63f7e;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
.pagetop::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  background: #fff url("../images/202306_theaterdays_6th/parts/arrow_up.svg") no-repeat center center;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .pagetop {
    width: 54px;
    height: 54px;
    right: 2.5vw;
  }
  .pagetop::before {
    width: 21x;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    border-width: 1px;
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
  .pagetop::before {
    width: 16px;
    height: 16px;
  }
}
.pagetop:hover::before {
  transform: translateY(-5px);
}
@media screen and (max-width: 1110px) {
  .pagetop:hover::before {
    transform: translateY(0);
  }
}

.page-announce {
  position: relative;
}
.page-announce::before {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ebe9eb;
}
.page-announce .content {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding: 80px 5%;
  background-color: #fff;
}
@media screen and (max-width: 1110px) {
  .page-announce .content {
    padding: 8vw 5vw;
  }
}

.section-announce__heading {
  margin-bottom: 1.2em;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .section-announce__heading {
    font-size: 1.9rem;
  }
}
.section-announce__heading--sub {
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-announce__heading--sub {
    font-size: 1.6rem;
  }
}
.section-announce__txt {
  margin-bottom: 2em;
}
.section-announce__txt.txt-right {
  text-align: right;
}
.section-announce__box {
  margin-bottom: 2em;
  padding: 2em;
  border: 2px solid #ddd;
}
@media screen and (max-width: 767px) {
  .section-announce__box {
    padding: 1.2em;
  }
}
.section-announce__box .section-announce__txt {
  margin-bottom: 0;
}
.section-announce__image {
  text-align: center;
}
.section-announce__image figure {
  margin: 0 auto;
}/*# sourceMappingURL=202306_theaterdays_6th.css.map */