@charset "UTF-8";
.about {
  padding: 6.625rem 0 24.75rem;
  position: relative;
}
.about:before {
  position: absolute;
  inset: 0 0 auto;
  content: url(../img/main/about/bg_explode_top.svg);
  font-size: 0;
  z-index: -3;
}
.about:after {
  position: absolute;
  inset: 20rem 0 0;
  background-color: #ffff00;
  content: "";
  z-index: -3;
}

.about__ttl {
  perspective: 48.75rem;
  perspective-origin: 50% 50%;
}

.about__sec {
  color: #00328c;
  margin-top: 1.3125rem;
  position: relative;
}
.about__sec .c-icons.-overview {
  top: 5.25rem;
}
.about__sec .c-icons.-cast {
  top: 7.5rem;
}
.about__sec + .about__sec {
  margin-top: 4.875rem;
}

.about__subttl .c-tape.-sky.-overview {
  position: absolute;
  top: 1.25rem;
  left: -1rem;
  height: 3.8125rem;
  rotate: 5deg;
}
.about__subttl .c-tape.-sky.-cast {
  position: absolute;
  top: 2.375rem;
  left: -1.25rem;
  height: 3.8125rem;
  rotate: -5deg;
}
.about__subttl img {
  clip-path: inset(0 99.99% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.about__subttl .c-tape.-sky {
  clip-path: inset(0 0 0 99.99%);
  transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.about__subttl.-reveal img, .about__subttl.-reveal .c-tape.-sky {
  clip-path: inset(0);
}

.about__txt {
  font-size: 3.875rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.2903225806;
  margin-top: -0.875rem;
}

.about__date {
  margin-top: 2.625rem;
}

.about__speech img {
  height: 3.375rem;
  width: auto;
}

.about__date__ttl {
  font-size: 4.875rem;
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1;
  margin-top: -0.25rem;
}
.about__date__ttl span {
  font-size: 2.875rem;
}

.about__date__txt {
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.0625rem;
}
.about__date__txt span {
  border: 0.25rem solid #00328c;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  margin: -0.25em 0.25em 0 0;
  padding: 0.2em 0.25em 0.3em;
  vertical-align: middle;
}

.about__place {
  margin-top: 3.125rem;
}

.about__place__ttl {
  font-size: 4.375rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.about__place__txt {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4444444444;
  margin-top: 0.75rem;
}
.about__place__txt a {
  background: url(../img/main/about/ico_pin.svg) no-repeat right top 0.625rem/1.6875rem;
  display: inline-block;
  padding-right: 2.125rem;
  text-decoration: underline;
}

.about__actor {
  align-items: flex-start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: flex;
  margin-top: 1.6875rem;
}
.about__actor dt {
  border-radius: 1.25rem;
  color: #fff;
  display: grid;
  font-size: 1.6875rem;
  height: 2.5rem;
  line-height: 1;
  padding-bottom: 0.15em;
  place-content: center;
  position: relative;
  text-align: center;
  width: 11.6875rem;
}
.about__actor dt:after {
  position: absolute;
  bottom: 0;
  right: -0.3125rem;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  width: 1.75rem;
  z-index: -1;
}
.about__actor dd {
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.5789473684;
  margin: -0.75rem 0 -0.625rem;
  white-space: nowrap;
}
.about__actor + .about__actor {
  margin-top: 2.25rem;
}
.about__actor.-thecatswhiskers dt {
  font-size: 1.625rem;
  height: 4.625rem;
}
.about__actor.-thecatswhiskers dd {
  margin-top: 0.125rem;
}
.about__actor.-cozmez dt {
  font-size: 1.875rem;
  padding-bottom: 0.3em;
}
.about__actor.-akanyatsura dt, .about__actor.-gokuluck dt {
  font-size: 1.9375rem;
}
.about__actor.-amprule dt {
  font-size: 1.5rem;
}
.about__actor.-bae dt, .about__actor.-bae dt:after {
  background-color: #ef555f;
}
.about__actor.-thecatswhiskers dt, .about__actor.-thecatswhiskers dt:after {
  background-color: #005a9f;
}
.about__actor.-cozmez dt, .about__actor.-cozmez dt:after {
  background-color: #c662d9;
}
.about__actor.-akanyatsura dt, .about__actor.-akanyatsura dt:after {
  background-color: #f08400;
}
.about__actor.-visty dt, .about__actor.-visty dt:after {
  background-color: #f668b2;
}
.about__actor.-amprule dt, .about__actor.-amprule dt:after {
  background-color: #006f55;
}
.about__actor.-t_1nm8 dt, .about__actor.-t_1nm8 dt:after {
  background-color: #7d8182;
}
.about__actor.-gokuluck dt, .about__actor.-gokuluck dt:after {
  background-color: #f75a19;
}

.about__note {
  font-size: 1.375rem;
  line-height: 1.7272727273;
  margin-top: 1.875rem;
}

.follow {
  position: fixed;
  bottom: 0;
  right: calc(50% - 24.375rem);
  z-index: 999;
}
.follow a {
  align-items: center;
  aspect-ratio: 1;
  background-color: #000d26;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.875rem;
  width: 10.625rem;
}
.follow img[src$="txt_buy.svg"] {
  width: 6.125rem;
}
.follow img[src$="ico_arrow.svg"] {
  width: 1.5rem;
}
@media (max-width: 834px) {
  .follow {
    transition: translate 1s cubic-bezier(0.86, 0, 0.07, 1);
  }
  body:not(.-animationEnd) .follow {
    pointer-events: none;
    translate: 0 100%;
  }
}
@media (min-width: 835px) {
  .follow {
    right: 0;
  }
}

.intro {
  padding: 4.125rem 0 3.125rem;
  position: relative;
  text-align: center;
}
.intro .c-icons {
  top: -6.875rem;
}

.intro__ttl img {
  height: 3.4375rem;
}

.intro__txt {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1.5238095238;
  margin-top: 1.5rem;
}
.intro__txt strong {
  color: #ffff00;
}

.main_mv {
  padding-bottom: 12.625rem;
  position: relative;
}
.main_mv:before {
  position: absolute;
  inset: 0;
  background: url(../img/main/main_mv/bg_explode_top.svg) no-repeat top, url(../img/main/main_mv/bg_explode_bottom.svg) no-repeat bottom;
  content: "";
  z-index: -3;
}
.main_mv:after {
  position: absolute;
  inset: 17.5rem 0 11.25rem;
  background-color: #ffff00;
  content: "";
  z-index: -3;
}

.main_mv__group {
  perspective: 48.75rem;
}
@media (max-width: 834px) {
  body:not(.-animationEnd) .main_mv__group > * {
    opacity: 0;
  }
}

.main_mv__logo {
  filter: drop-shadow(0.25rem 0.25rem rgba(0, 0, 0, 0.2));
  padding: 5.4375rem 0.625rem 0;
}

.main_mv__date {
  margin: 0.25rem 2.1875rem 0;
}

.main_mv__bnr {
  margin-top: 3.125rem;
}
@media (max-width: 834px) {
  .main_mv__bnr {
    transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), scale 1s cubic-bezier(0.86, 0, 0.07, 1);
  }
  body:not(.-animationEnd) .main_mv__bnr {
    opacity: 0;
    pointer-events: none;
    scale: 1.5;
  }
}

.main_mv__bnr__wrapper {
  display: flex;
}

.main_mv__bnr__slide {
  flex-shrink: 0;
}

.main_mv__bnr__pagination {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.main_mv__bnr__pagination button {
  aspect-ratio: 1;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  width: 0.75rem;
}
.main_mv__bnr__pagination button.-active {
  background-color: #fff;
}
.main_mv__bnr__pagination:has(:only-child) {
  display: none;
}

.main_mv__tapes {
  position: absolute;
  inset: 0;
  -webkit-mask: linear-gradient(to top, transparent 11.25rem, #000 11.25rem), url(../img/main/main_mv/bg_explode_bottom.svg) no-repeat bottom;
          mask: linear-gradient(to top, transparent 11.25rem, #000 11.25rem), url(../img/main/main_mv/bg_explode_bottom.svg) no-repeat bottom;
  z-index: -2;
}
.main_mv__tapes .c-tape:nth-child(1) {
  position: absolute;
  top: 2.125rem;
  left: -14.125rem;
  rotate: -15deg;
}
.main_mv__tapes .c-tape:nth-child(2) {
  position: absolute;
  top: 63.5rem;
  left: -13.375rem;
  height: 4.5rem;
  rotate: 39deg;
}
.main_mv__tapes .c-tape:nth-child(3) {
  position: absolute;
  top: 58.25rem;
  left: -6.125rem;
  height: 4.5rem;
  rotate: -19deg;
}
.main_mv__tapes .c-tape:nth-child(4) {
  position: absolute;
  top: 65.75rem;
  left: -23.5rem;
  rotate: 47deg;
}
@media (max-width: 834px) {
  .main_mv__tapes .c-tape {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .-animationEnd .main_mv__tapes .c-tape {
    clip-path: inset(0);
  }
}

.main_mv__box {
  position: absolute;
  inset: 34.625rem -0.8125rem auto;
  z-index: -1;
}
@media (max-width: 834px) {
  .main_mv__box {
    scale: 0.8;
    transform-origin: bottom;
    translate: 0 -10%;
  }
}

.ticket {
  color: #00328c;
  margin-top: -20.25rem;
  padding: 3.25rem 0 19.875rem;
  position: relative;
}
.ticket .c-tape.-red {
  position: absolute;
  bottom: 6.875rem;
  right: -32.75rem;
  height: 6.3125rem;
  rotate: -35deg;
}
.ticket .c-tape.-grn {
  position: absolute;
  bottom: 20.3125rem;
  right: -20.9375rem;
  height: 4.0625rem;
  rotate: -56deg;
}
.ticket .c-icons {
  background: url(../img/main/ticket/bg_icons.svg) center top/100%;
  height: 100%;
  pointer-events: none;
  top: 29.0625rem;
  z-index: 1;
}
.ticket:before {
  position: absolute;
  inset: 0 0 auto;
  content: url(../img/main/ticket/bg_explode_top.svg);
  font-size: 0;
  z-index: -3;
}
.ticket:after {
  position: absolute;
  inset: 20.1875rem 0 0;
  background: url(../img/main/ticket/bg_check.png) left top/1.125rem;
  content: "";
  z-index: -3;
}

.ticket__ttl {
  perspective: 48.75rem;
  perspective-origin: 50% 50%;
}

.ticket__sec {
  border: 0.25rem solid #00328c;
  margin-top: 0.875rem;
  padding: 0 2.375rem 2.375rem;
}

.ticket__subttl {
  background-color: #00328c;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  margin-inline: -2.375rem;
  padding: 1.125rem 0 1.375rem;
  text-align: center;
}

.ticket__price {
  align-items: center;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
  display: flex;
  font-size: 3.5rem;
  font-weight: 900;
  height: 6.25rem;
  line-height: 1;
  padding-bottom: 0.1em;
}
.ticket__price strong {
  flex-grow: 1;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: -0.2em;
  text-align: center;
}
.ticket__price span {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: -0.2em;
}
.ticket__price + .ticket__price {
  border-top: 0.25rem dashed #00328c;
}

.ticket__list {
  margin: 0 0 -0.3125rem 1em;
  text-indent: -1em;
}
.ticket__list strong {
  font-weight: 900;
}
.ticket__list.-circle {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  margin-top: 0.625rem;
}
.ticket__list.-circle li:before {
  content: "●";
}
.ticket__list.-asterisk {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.75rem;
}
.ticket__list.-asterisk li:before {
  content: "※";
}

.ticket__acc {
  border: 0.25rem solid #00328c;
  margin-top: 5rem;
}
.ticket__acc + .ticket__acc {
  margin-top: 2.5rem;
}

.ticket__acc__toggle button {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  min-height: 6.25rem;
  padding: 1rem 0 1.25rem;
  position: relative;
  width: 100%;
}
.ticket__acc__toggle button:after {
  position: absolute;
  inset: 0 2.375rem 0 auto;
  background-color: #00328c;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 1rem;
  margin-block: auto;
  transition: scale 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 1.375rem;
}
.-active .ticket__acc__toggle button:after {
  scale: 1 -1;
}

.ticket__acc__cont {
  overflow-y: hidden;
  padding-inline: 2.375rem;
  transition: height 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ticket__acc__cont:before, .ticket__acc__cont:after {
  content: "";
  display: block;
}
.ticket__acc__cont:before {
  border-top: 0.25rem dashed #00328c;
}
.ticket__acc__cont:after {
  height: 2.375rem;
}

.ticket__lead {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.4666666667;
  margin: 1.625rem 0 -0.375rem;
}

.ticket__ph {
  margin: 2.25rem auto 0;
  width: 28.125rem;
}

.ticket__row {
  align-items: center;
  display: flex;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 2.25rem;
}
.ticket__row dt {
  align-items: center;
  border: 0.1875rem solid #00328c;
  display: flex;
  height: 4.25rem;
  justify-content: center;
  padding-bottom: 0.1em;
  width: 9.625rem;
}
.ticket__row dd {
  margin: -0.5rem 0 -0.375rem 1.375rem;
}

.ticket__btn.-link {
  margin-top: 2.25rem;
  padding-bottom: 0.375rem;
}
.ticket__btn.-link a {
  background-color: #ffff00;
  border: 0.25rem solid #00328c;
  border-radius: 100vmax;
  box-shadow: 0 0.375rem #00328c;
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.625rem 0 2rem;
  position: relative;
  text-align: center;
}
.ticket__btn.-link a:after {
  position: absolute;
  inset: 0 2.3125rem 0 auto;
  background-color: #00328c;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 1.25rem;
  margin-block: auto;
  width: 0.875rem;
}
.ticket__btn.-note {
  margin: 5rem auto 0;
  width: 32.5rem;
}
.ticket__btn.-note button {
  border: 0.25rem solid #00328c;
  border-radius: 100vmax;
  font-size: 1.75rem;
  height: 6rem;
  padding-bottom: 0.25em;
  width: 100%;
}
.ticket__btn.-note button:before {
  content: url(../img/main/ticket/ico_note.svg);
  display: inline-block;
  line-height: 0;
  margin: -0.25em 0.5em 0 0;
  vertical-align: middle;
  width: 2rem;
}

.ticket__pagetop {
  margin: 5rem auto 0;
  width: 11.25rem;
}
.ticket__pagetop a {
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  overflow: hidden;
  place-content: center;
  position: relative;
}
.ticket__pagetop a:before {
  position: absolute;
  inset: 0;
  animation: 10s linear infinite rotateTxt;
  content: url(../img/main/ticket/txt_back.svg);
}
@keyframes rotateTxt {
  100% {
    rotate: -360deg;
  }
}
.ticket__pagetop img {
  width: 4.375rem;
}

.goods_modal__ph {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  width: 42.125rem;
}
.goods_modal__ph strong {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  padding-left: 1em;
  text-indent: -1em;
}
.goods_modal__ph strong:before {
  content: "●";
}
.goods_modal__ph figcaption {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-top: 0.75rem;
}
@media (min-width: 1019px) {
  .goods_modal__ph strong {
    min-height: 2.875em;
  }
}

.goods_modal__note {
  color: #9f9fa0;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  line-height: 1.75;
  width: 42.125rem;
}
@media (min-width: 1019px) {
  .goods_modal__note {
    width: 100%;
  }
}

.note_modal {
  font-size: 1.5rem;
  line-height: 1.8333333333;
}

.note_modal__list {
  margin-left: 1em;
  text-indent: -1em;
}
.note_modal__list dt {
  font-weight: bold;
}
.note_modal__list dt:before {
  content: "◆";
}
.note_modal__list dd:before {
  content: "・";
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
}
.note_modal__list a {
  color: #52aff1;
  text-decoration: underline;
  text-indent: 0;
}

.note_modal__txt {
  margin-top: 1.8333333333em;
}

.canvas {
  perspective: 1920px;
}

.canvas__item {
  height: 100vh;
  width: 100%;
  opacity: 0;
}

.sub_mv {
  position: absolute;
  top: 50%;
  left: calc((100% - 48.75rem) / 2);
  aspect-ratio: 1420/1080;
  height: min(100%, 1080px);
  translate: -50% -50%;
}
@media (max-width: 834px) {
  .sub_mv {
    display: none;
  }
}

.sub_mv__group {
  position: absolute;
  inset: 0;
  perspective: 1420px;
}
.sub_mv__group > :not(.sub_mv__explode1) {
  opacity: 0;
}

.sub_mv__explode1 {
  position: absolute;
  top: -0.2777777778%;
  left: 1.1267605634%;
  translate: 0 0 -60rem;
  width: 100.0704225352%;
}

.sub_mv__explode2 {
  position: absolute;
  top: -3.9814814815%;
  left: -0.4225352113%;
  width: 97.4647887324%;
}

.sub_mv__box {
  position: absolute;
  top: 33.3333333333%;
  left: 31.8309859155%;
  width: 36.338028169%;
  scale: 0.8;
  transform-origin: bottom;
  translate: 0 -10%;
}

.sub_mv__logo,
.sub_mv__date {
  filter: drop-shadow(min(0.5555555556vh, 6px) min(0.5555555556vh, 6px) rgba(0, 0, 0, 0.2));
  rotate: -9deg;
}

.sub_mv__logo {
  position: absolute;
  top: 15.7407407407%;
  left: 25.4225352113%;
  width: 50.1408450704%;
}

.sub_mv__date {
  position: absolute;
  top: 65.1851851852%;
  left: 33.8732394366%;
  width: 41.9718309859%;
}

.sub_mv__ph {
  width: 18.3098591549%;
}

.sub_mv__team {
  width: 8.4507042254%;
}

.sub_mv__ph.-bae {
  position: absolute;
  top: 18.1481481481%;
  left: 81.1267605634%;
}

.sub_mv__team.-bae {
  position: absolute;
  top: 9.1666666667%;
  left: 0.7042253521%;
}

.sub_mv__ph.-thecatswhiskers {
  position: absolute;
  top: -2.962962963%;
  left: 68.5915492958%;
}

.sub_mv__team.-thecatswhiskers {
  position: absolute;
  top: 89.0740740741%;
  left: 41.7605633803%;
}

.sub_mv__ph.-cozmez {
  position: absolute;
  top: 0%;
  left: 15.985915493%;
}

.sub_mv__team.-cozmez {
  position: absolute;
  top: 42.4074074074%;
  left: 3.4507042254%;
}

.sub_mv__ph.-akanyatsura {
  position: absolute;
  top: 71.7592592593%;
  left: 11.4788732394%;
}

.sub_mv__team.-akanyatsura {
  position: absolute;
  top: 63.2407407407%;
  left: 90.4929577465%;
}

.sub_mv__ph.-buraikan {
  position: absolute;
  top: 78.3333333333%;
  left: 57.2535211268%;
}

.sub_mv__team.-buraikan {
  position: absolute;
  top: 1.8518518519%;
  left: 47.323943662%;
}

.sub_mv__ph.-visty {
  position: absolute;
  top: 70.8333333333%;
  left: 77.1830985915%;
}

.sub_mv__team.-visty {
  position: absolute;
  top: 70.462962963%;
  left: 0.8450704225%;
}

.sub_mv__ph.-amprule {
  position: absolute;
  top: 41.3888888889%;
  left: 80.3521126761%;
}

.sub_mv__team.-amprule {
  position: absolute;
  top: 89.6296296296%;
  left: 28.9436619718%;
}

.sub_mv__ph.-t_1nm8 {
  position: absolute;
  top: 46.7592592593%;
  left: 0.6338028169%;
}

.sub_mv__team.-t_1nm8 {
  position: absolute;
  top: 7.8703703704%;
  left: 90.7042253521%;
}

.sub_mv__ph.-gokuluck {
  position: absolute;
  top: 20.462962963%;
  left: 1.9014084507%;
}

.sub_mv__team.-gokuluck {
  position: absolute;
  top: 18.5185185185%;
  left: 74.6478873239%;
}