@charset "UTF-8";
.about {
  padding: 0rem 0 8.4375rem;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  top: 10.5rem;
  left: 0;
  background: rgba(0, 170, 255, 0.4);
  content: "";
  height: calc(100% - 10.5rem);
  pointer-events: none;
  width: 100%;
  z-index: -3;
}

.about__bg {
  background: rgba(0, 170, 255, 0.4);
  content: "";
  height: 10.5rem;
  pointer-events: none;
  width: 100%;
  z-index: -3;
}
.about__bg.-top {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.about__bg.-bottom {
  position: absolute;
  left: 0;
  bottom: -10.5rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.about__ttl {
  perspective: 48.75rem;
  perspective-origin: 50% 50%;
  margin-top: -3.75rem;
  padding: 0 7.5rem 0;
}
.about__ttl::before {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45.9375rem;
  height: 22.5rem;
  background: url(../img/main/about/bg_title.png) no-repeat top;
  background-size: 45.9375rem 22.5rem;
  content: "";
  z-index: -3;
}
.about__ttl .about__ttl__inner {
  filter: drop-shadow(0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.7));
}

.about__sec {
  color: #003399;
  position: relative;
}
.about__sec .-overview {
  margin-top: 1.3125rem;
}
.about__sec .-cast {
  margin-top: 4.1875rem;
}

.about__subttl {
  margin-left: 1.75rem;
}
.about__subttl.-overview {
  margin-top: 3.0625rem;
  width: 17.5rem;
}
.about__subttl.-cast {
  width: 20.625rem;
}

.about__txt {
  font-size: 4.25rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-top: -0.25rem;
}

.about__place {
  margin-top: 1.875rem;
}

.about__place__ttl {
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: flex;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.about__place__label {
  border: 2px solid #003399;
  display: grid;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.3125rem 1rem;
  place-content: center;
  transform: translateY(0.1875rem);
}

.about__place__name {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.about__place__txt {
  font-size: 2rem;
  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.5625rem;
  display: inline-block;
  padding-right: 2.125rem;
  text-decoration: underline;
}

.about__day1 {
  margin-top: 0rem;
}

.about__day2 {
  margin-top: 5.625rem;
}

.about__day__inner {
  padding-top: 2.375rem;
}

.about__day__head {
  background-color: #fff;
  padding: 1.75rem 2.5rem;
  color: #003399;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: flex;
}

.about__day__head__dt .about__day__head__badge {
  margin-top: -4.375rem;
  filter: drop-shadow(0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.6));
  opacity: 0;
}
.about__day1 .about__day__head__dt .about__day__head__badge {
  width: 9.75rem;
}
.about__day2 .about__day__head__dt .about__day__head__badge {
  width: 10.375rem;
}
.-reveal .about__day__head__dt .about__day__head__badge {
  animation: itemScaleJumpIn 0.5s 0.5s forwards ease;
}
.about__day__head__dt .about__day__head__date {
  font-weight: 800;
  line-height: 1;
}
.about__day__head__dt .about__day__head__date .-num {
  font-size: 4.25rem;
  letter-spacing: -0.045em;
}
.about__day__head__dt .about__day__head__date .-txt {
  font-size: 2.375rem;
  letter-spacing: -0.035em;
}

.about__day__head__dd {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  font-size: 1.875rem;
  font-weight: 900;
  margin: 0;
  height: 5.5rem;
  padding-left: 1.75rem;
  position: relative;
}
.about__day__head__dd::before {
  position: absolute;
  inset: 50% auto auto 0;
  background: #003399;
  content: "";
  transform: translateY(-50%);
  height: 5.875rem;
  width: 0.125rem;
}

.about__day__head__ico {
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/main/about/ico_time.svg) no-repeat center/contain;
}

.about__day__head__times {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.about__actor {
  align-items: center;
  display: flex;
  border-bottom: 0.125rem solid #003399;
  padding: 1.125rem 2.5rem 1.125rem 0;
}
.about__actor dt {
  flex-shrink: 0;
  position: relative;
  padding: 0 2.5rem 0 2.25rem;
  text-align: center;
  width: 17.25rem;
}
.about__actor dd {
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.5789473684;
  margin: 0;
}
[lang=en] .about__actor dd {
  line-height: 1.3;
}

.about__actor__logo {
  width: 100%;
  filter: drop-shadow(0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8));
}

.about__note {
  font-size: 1.375rem;
  line-height: 1.7272727273;
  margin-top: 3.125rem;
}

.about__guest__ttl {
  font-size: 3.25rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-top: -0.625rem;
}

.about__guest__txt {
  font-size: 2.3125rem;
  font-weight: 900;
  line-height: 1.3513513514;
  margin-top: 0.75rem;
}
.about__guest__txt span {
  color: #eb4b37;
}

.about__creator {
  margin-top: 2.625rem;
}

.about__name__txt {
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.5789473684;
}

.about__sec__note {
  margin: 0.625rem 3.125rem 0;
  font-size: 1.375rem;
  opacity: 0.8;
}

.bnr {
  position: fixed;
  inset: 0 0 auto;
  margin-inline: auto;
  padding-bottom: 0.9375rem;
  width: 48.75rem;
  z-index: 999;
}
.bnr a {
  background: #e83a73 url(../img/main/bnr/ico_megaphone.svg) no-repeat 2rem center/3.75rem;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding: calc(1.5rem - 0.05em) calc(1.875rem + 0.5em) calc(1.5rem + 0.05em) calc(6.25rem + 0.5em);
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.bnr a::after {
  position: absolute;
  inset: 0 1.875rem 0 auto;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 1.25rem;
  margin-block: auto;
  width: 1.125rem;
}
@media (min-width: 1024px) {
  .bnr {
    left: auto;
  }
}

.follow {
  position: fixed;
  top: 0;
  right: calc(50% - 24.375rem);
  z-index: 999;
  width: 48.75rem;
  display: flex;
  box-shadow: 0px 0.625rem 3.125rem rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.follow .-btn {
  width: 100%;
}
@media (max-width: 1023px) {
  .follow {
    transition: translate 1s cubic-bezier(0.86, 0, 0.07, 1);
  }
  body:not(.-ready) .follow {
    pointer-events: none;
    translate: 0 100%;
  }
}
@media (min-width: 1024px) {
  .follow {
    right: 0;
  }
}
.follow a {
  width: 50%;
}
.follow a:nth-child(1) {
  background: #1935c2;
}
.follow a:nth-child(2) {
  background: #d93616;
}
.-ready .follow {
  animation: itemInBT 0.4s 2.8s forwards ease;
}

.info {
  color: #fff;
  padding-bottom: 11.25rem;
  position: relative;
  z-index: 3;
}
.info.-ticket {
  padding-top: 6.25rem;
}
.info.-streaming {
  padding: 0.3125rem 0 19.875rem;
}
.info.-streaming::before {
  content: url(../img/main/info/bg_explode_yel.svg);
}
.info.-streaming::after {
  background-color: #003399;
}

.info__ttl {
  perspective: 48.75rem;
  perspective-origin: 50% 50%;
}
.-ticket .info__ttl {
  margin-top: -6.0625rem;
  padding: 0rem 7.6875rem 0;
}
.-ticket .info__ttl::before {
  position: absolute;
  top: 65%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 50.0625rem;
  height: 26rem;
  background: url(../img/main/info/bg_title.png) no-repeat top;
  background-size: 50.0625rem 26rem;
  content: "";
  z-index: -3;
}
.-ticket .info__ttl .info__ttl__inner {
  filter: drop-shadow(0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.7));
}

.info__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.25rem;
  row-gap: 1.5rem;
}

.info__tab__btn {
  border: 0.25rem solid #fff;
  border-radius: 100vmax;
  font-size: 2.125rem;
  height: 6rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 0.1em;
  width: 20.5rem;
  transition: background-color 0.6s, color 0.6s, opacity 0.3s;
}
.info__tab__btn span {
  font-size: 1.75rem;
}
.info__tab__btn.-select {
  background: url(../img/main/info/ico_flower.svg) no-repeat 1.75rem center/1.25rem, #fff url(../img/main/info/ico_flower.svg) no-repeat right 1.75rem center/1.25rem;
  color: #fff;
}

.info__tab__cont {
  display: none;
  padding-top: 3.75rem;
}
.info__tab__cont.-select {
  animation: 0.6s forwards showTabCont;
  display: block;
  opacity: 0;
}
@keyframes showTabCont {
  100% {
    opacity: 1;
  }
}

.info__sec {
  padding-inline: 2.375rem;
}
.info__sec:not(:has(.info__price:last-child)) {
  padding-bottom: 2.375rem;
}
.info__sec.-off {
  opacity: 0.55;
}
.-ticket .info__sec {
  margin-top: 5rem;
}
.-ticket .info__sec:first-child {
  margin-top: 0.875rem;
}
.-streaming .info__sec {
  margin-top: 2.5rem;
}
.-streaming .info__sec:first-child {
  margin-top: 0;
}

.info__subttl {
  background-color: #003399;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  margin-inline: -2.375rem;
  padding: 1.125rem 0 1.375rem;
  text-align: center;
}

.info__tag {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2846153846;
  margin: -0.4em 0 -0.1em 0.625rem;
  padding: 0 0.4em 0.1em 0.4em;
  vertical-align: middle;
}
.info__sec .info__tag {
  background-color: #fff;
  color: #fff;
}
.info__acc .info__tag {
  background-color: #fff;
  color: #fff;
}

.info__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;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.1em;
}
.info__price span {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: -0.2em;
}
.info__price:not(:last-child) {
  border-bottom: 0.25rem dotted #fff;
}

.info__goods {
  margin-top: 2.375rem;
}
.info__goods button {
  position: relative;
}
.info__goods button::after {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  aspect-ratio: 1;
  background: #fff url(../img/main/info/ico_zoom.svg) no-repeat center/2.375rem;
  border-radius: 50%;
  content: "";
  width: 4rem;
}

.info__list {
  margin: 0 0 -0.3125rem 1em;
  text-indent: -1em;
}
.info__list li:has(strong) {
  font-weight: 900;
}
.-streaming .info__list li:has(strong) {
  color: #fffa66;
}
.info__list.-circle {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  margin-top: 1rem;
}
.info__list.-circle li::before {
  content: "●";
}
.info__list.-asterisk {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.75rem;
}
.info__list.-asterisk li::before {
  content: "※";
}
.info__list__top + .info__list.-asterisk {
  margin-top: 0rem;
}

.info__list__top {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
}

.info__catch {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3888888889;
  margin-bottom: -0.375rem;
}
.info__catch span {
  display: block;
  font-size: 3.125rem;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin: -0.625rem 0 0.5rem;
}
.info__catch strong {
  color: #fffa66;
}

.info__bnr {
  margin-top: 2.5rem;
}

.info__acc {
  margin-top: 3.5rem;
}
.info__acc.-off {
  opacity: 0.55;
}

.info__acc__toggle button {
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2222222222;
  min-height: 9rem;
  padding-bottom: 0.1em;
  padding: 1.25rem 4.6875rem;
  position: relative;
  width: 100%;
  background-color: #004bcc;
}
.-closed .info__acc__toggle button {
  color: rgba(255, 255, 255, 0.6);
}
.info__acc__toggle button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  left: 50%;
  transform: translate(-50%, -95%) scaleY(1);
  width: 42.5rem;
  height: 0.75rem;
  background: url(../img/main/info/bg_toggle_top.svg) 0 0/contain no-repeat;
  pointer-events: none;
  transition: transform 0.3s 0s ease;
  transform-origin: bottom;
  z-index: -1;
}
.-active .info__acc__toggle button::before {
  transform: translate(-50%, -95%) scaleY(0);
}
.info__acc__toggle button::after {
  position: absolute;
  inset: 0 2.375rem 0 auto;
  content: "";
  margin-block: auto;
  width: 1.625rem;
  height: 1.625rem;
  background: linear-gradient(#fff, #fff) center/100% 0.25rem no-repeat, linear-gradient(#fff, #fff) center/0.25rem 100% no-repeat;
  transition: background-size 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-closed .info__acc__toggle button::after {
  opacity: 0.6;
}
.-active .info__acc__toggle button::after {
  background-size: 100% 0.25rem, 0.25rem 0%;
}
.info__acc__toggle button .closed-txt {
  background: #fff;
  color: #004ab2;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.625rem;
  transform: translateY(-0.3rem);
  padding: 0.25rem 0.625rem 0.4375rem;
}

.info__acc__cont {
  background-color: rgba(0, 125, 242, 0.7);
  overflow-y: hidden;
  padding-inline: 2.375rem;
  transition: height 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.info__acc__cont::before, .info__acc__cont::after {
  content: "";
  display: block;
}
.info__acc__cont::after {
  height: 3.4375rem;
}

.info__lead {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.4666666667;
  margin: 1.625rem 0 -0.375rem;
}

.info__ph {
  margin: 2.25rem auto 0;
  width: 28.125rem;
}

.info__row {
  align-items: center;
  display: flex;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 2.25rem;
}
.info__row dt {
  font-size: 1.875rem;
  align-items: center;
  border: 0.1875rem solid #fff;
  display: flex;
  justify-content: center;
  min-height: 4.875rem;
  width: 10.375rem;
  flex-shrink: 0;
  padding: 0.3125rem 0.625rem;
}
[lang=en] .info__row dt {
  line-height: 1.12;
}
.info__row dd {
  font-size: 2rem;
  line-height: 1.3125;
  margin: -0.5rem 0 -0.375rem 1.0625rem;
}

.info__btn {
  display: block;
}
.info__btn.-link, .info__btn.-end {
  margin-top: 2.25rem;
  padding-bottom: 0.375rem;
}
.info__btn.-link > *, .info__btn.-end > * {
  border-radius: 100vmax;
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 1.625rem 5rem 2rem 4.375rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.02em;
}
.info__btn.-link > *::after, .info__btn.-end > *::after {
  position: absolute;
  inset: 0 2.3125rem 0 auto;
  content: "";
  margin-block: auto;
  width: 2.5rem;
  height: 1.5rem;
  background: url(../img/main/info/ico_btn_arrow.svg) center/contain no-repeat;
}
.-ticket .info__btn.-link > *, .-ticket .info__btn.-end > * {
  color: #00328c;
  background-color: #fff64c;
}
.-streaming .info__btn.-link > *, .-streaming .info__btn.-end > * {
  color: #fff;
}
.-streaming .info__btn.-link > *::after, .-streaming .info__btn.-end > *::after {
  background-color: #fff;
}
.info__btn + .info__btn {
  margin-top: 0.9375rem;
}
.info__btn.-buy {
  margin: 0.9375rem auto 0;
  padding-bottom: 0.375rem;
  width: 28.125rem;
}
.info__btn.-buy > * {
  background: #004bcc;
  border-radius: 100vmax;
  display: block;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 1.125rem 5rem 1.4375rem 4.375rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.02em;
  width: 100%;
}
.info__btn.-buy > *::after {
  position: absolute;
  inset: 0 1.875rem 0 auto;
  content: "";
  filter: brightness(0) invert(1);
  margin-block: auto;
  width: 2.5rem;
  height: 1.5rem;
  background: url(../img/main/info/ico_btn_arrow.svg) center/contain no-repeat;
}
.info__btn.-note {
  margin: 5rem auto 0;
  width: 37.5rem;
}
.info__btn.-note button {
  border: 0.25rem solid #003399;
  color: #003399;
  font-weight: 700;
  border-radius: 100vmax;
  font-size: 1.875rem;
  padding: 1.625rem 2.5rem 2rem 2.5rem;
  width: 100%;
}
.info__btn.-note + .info__btn.-note {
  margin-top: 2rem;
}
.info__btn.-attention button::before {
  content: url(../img/main/info/ico_note.svg);
  display: inline-block;
  line-height: 0;
  margin: -0.25em 0.5em 0 0;
  vertical-align: middle;
  width: 2.375rem;
}
.info__btn.-blank button::after {
  content: url(../img/main/info/ico_link.svg);
  display: inline-block;
  line-height: 0;
  margin: -1.25rem 0 0 0.5rem;
  vertical-align: middle;
  width: 1.125rem;
}

.info__pagetop {
  margin: 5rem auto 0;
  width: 13rem;
  height: 13rem;
  position: relative;
}
.info__pagetop a {
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  overflow: hidden;
  place-content: center;
  position: relative;
}
.info__pagetop a::before {
  position: absolute;
  inset: 0;
  animation: 10s linear infinite rotateTxt;
  content: url(../img/main/info/txt_back.svg);
}
@keyframes rotateTxt {
  100% {
    rotate: -360deg;
  }
}
.info__pagetop img {
  width: 13rem;
  height: 13rem;
}

.info__ticket-list {
  margin-top: 3.5rem;
  margin-bottom: 0.4375rem;
  color: #003399;
}
.info__ticket-list .info__ticket-list__item {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 0.5rem;
  opacity: 0;
}
.info__ticket-list .info__ticket-list__item.-price {
  min-height: 9rem;
  padding-inline: 3.125rem;
}
.info__ticket-list .info__ticket-list__item.-goods {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 3.125rem 0;
}
.info__ticket-list .info__ticket-list__item.-top {
  margin-bottom: 0.125rem;
}
.-reveal .info__ticket-list .info__ticket-list__item {
  transition: opacity 0.8s ease;
  opacity: 1;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(1) {
  transition-delay: 0.2s !important;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(2) {
  transition-delay: 0.4s !important;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(3) {
  transition-delay: 0.6s !important;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(4) {
  transition-delay: 0.8s !important;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(5) {
  transition-delay: 1s !important;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(6) {
  transition-delay: 1.2s !important;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(7) {
  transition-delay: 1.4s !important;
}
.info__ticket-list .info__ticket-list__item:nth-of-type(8) {
  transition-delay: 1.6s !important;
}
.info__ticket-list .info__ticket-list__left,
.info__ticket-list .info__ticket-list__head {
  display: flex;
  align-items: center;
  min-width: 0;
}
.info__ticket-list .info__ticket-list__left {
  flex-shrink: 0;
}
.info__ticket-list .info__ticket-list__head {
  position: relative;
  width: 100%;
  z-index: 2;
  flex: 1 1 auto;
}
.info__ticket-list .info__ticket-list__head::after {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  background: #fff url(../img/main/info/ico_zoom.svg) no-repeat center/4.5rem;
  border-radius: 50%;
  content: "";
  width: 4.5rem;
}
.info__ticket-list .info__ticket-list__ico {
  display: inline-block;
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.9375rem;
}
.info__ticket-list .info__ticket-list__ico.-price {
  background: url(../img/main/info/ico_ticket.svg) center/contain no-repeat;
}
.info__ticket-list .info__ticket-list__ico.-goods {
  background: url(../img/main/info/ico_heart.svg) center/contain no-repeat;
}
.info__ticket-list .info__ticket-list__name {
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 1.15;
  width: 13.75rem;
  text-align: left;
  flex-shrink: 0;
}
.info__ticket-list .info__ticket-list__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  padding: 0.3125rem 0 0.625rem;
  border-left: 0.125rem solid rgba(0, 51, 153, 0.7);
  padding-left: 2.5rem;
  flex-wrap: wrap;
  flex: 1;
}
.info__ticket-list .info__ticket-list__price {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}
.info__ticket-list .info__ticket-list__tax {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.5rem;
}
.info__ticket-list .info__ticket-list__goods {
  padding-inline: 3.625rem;
  position: relative;
}

.info__ticket__photo {
  margin: 2.8125rem auto 0;
  position: relative;
  width: 34rem;
}

.info__ticket__photo__name {
  position: absolute;
  top: 0;
  left: 0;
  background: #182fa3;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.75rem 1.1875rem;
}

.info__ticket__photo__ico {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  background: #fff url(../img/main/info/ico_zoom.svg) no-repeat center/contain;
  width: 4.5rem;
  height: 4.5rem;
}

.main_mv {
  padding: 7.5rem 0 5.9375rem;
  position: relative;
}

.main_mv__group {
  padding-top: 2.75rem;
  position: relative;
  transform: scale(0.9);
  width: 100%;
  z-index: 1;
}
.main_mv__group::before {
  position: absolute;
  inset: 0.25rem 50% 0;
  transform: translateX(-50%);
  width: 58.5625rem;
  height: 42.375rem;
  background: url(../img/main/main_mv/bg_logo.png) no-repeat top;
  background-size: 58.5625rem 42.375rem;
  content: "";
  z-index: -3;
}
@media (max-width: 1023px) {
  .main_mv__group::before {
    opacity: 0;
  }
  .-ready .main_mv__group::before {
    animation: itemFadeIn 2s 0.5s forwards ease;
  }
}
@media (max-width: 1023px) {
  .main_mv__group {
    perspective: 48.75rem;
  }
  body:not(.-ready) .main_mv__group > * {
    opacity: 0;
  }
}
.main_mv__group .c-icons {
  top: -5.25rem;
}

.main_mv__icons {
  opacity: 0;
}
.-ready .main_mv__icons {
  animation: itemFadeIn 1.5s 1.8s forwards ease;
}

.main_mv__logo {
  filter: drop-shadow(0.1875rem 0.3125rem 0.25rem rgba(0, 0, 0, 0.9));
  margin-inline: auto;
  position: relative;
  width: 42.1875rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .main_mv__logo {
    opacity: 0;
  }
  .-ready .main_mv__logo {
    animation: itemFadeIn 1.7s 1s forwards ease;
  }
}

.main_mv__date .-icon {
  padding: 0rem 35.3125rem 0 2.5rem;
  margin: -3.5rem 0 0;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.8));
  opacity: 0;
  position: relative;
  z-index: 1;
}
.-ready .main_mv__date .-icon {
  animation: itemScaleJumpIn 0.5s 1.5s forwards ease;
}
.main_mv__date .-txt {
  padding: 0rem 3.5rem 0 0;
  margin: -8.0625rem 0 0 8.375rem;
  display: inline-block;
  position: relative;
}
.main_mv__date .-txt img {
  width: 36.875rem;
}
.main_mv__date .-txt::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/date/bg_date.svg) no-repeat center/cover;
  content: "";
  height: 14.6875rem;
  opacity: 0;
  width: 36.875rem;
  z-index: -1;
}
.-ready .main_mv__date .-txt::before {
  animation: dateBgIn 0.5s 2s forwards ease;
}
@keyframes dateBgIn {
  0% {
    opacity: 0;
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
.main_mv__date .txt_1 {
  opacity: 0;
}
.-ready .main_mv__date .txt_1 {
  animation: tapeInLR 0.4s 1.5s forwards ease;
}
.main_mv__date .txt_2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.-ready .main_mv__date .txt_2 {
  animation: tapeInLR 0.4s 1.6s forwards ease;
}

.main_mv__btn {
  width: 23.75rem;
}
@media (max-width: 1023px) {
  .main_mv__btn {
    opacity: 0;
  }
}
.main_mv__btn.-top {
  margin: 9.375rem 0 0 24.4375rem;
  filter: drop-shadow(0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8));
}
.main_mv__btn.-top .-arw {
  position: absolute;
  top: 6.125rem;
  left: 18.4375rem;
}
@media (max-width: 1023px) {
  .-ready .main_mv__btn.-top {
    animation: itemScaleJumpIn 0.4s 2.2s forwards ease;
  }
}
.main_mv__btn.-bottom {
  margin: 0.625rem 0 0 1.875rem;
  filter: drop-shadow(0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8));
}
.main_mv__btn.-bottom .-arw {
  position: absolute;
  top: 6.25rem;
  left: 18.5625rem;
}
@media (max-width: 1023px) {
  .-ready .main_mv__btn.-bottom {
    animation: itemScaleJumpIn 0.4s 2.4s forwards ease;
  }
}
.main_mv__btn .-arw {
  display: block;
  width: 2.65625rem;
  height: 2.28125rem;
  overflow: hidden;
  pointer-events: none;
  transform: rotate(10deg);
}
.main_mv__btn .-arw::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/main/main_mv/ico_arw.png) no-repeat center/contain;
  content: "";
  height: 100%;
  transform-origin: right;
  width: 100%;
  animation: mvBtnArwMove 3s 0s infinite ease;
}

@keyframes mvBtnArwMove {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(100%);
  }
  21% {
    opacity: 0;
    transform: translateX(-100%);
  }
  40% {
    opacity: 1;
    transform: translateX(0);
  }
  41% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.main_mv__kv,
.main_mv__bnr {
  transform: translateY(-1.875rem);
}
@media (max-width: 1023px) {
  .main_mv__kv,
.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(.-ready) .main_mv__kv,
body:not(.-ready) .main_mv__bnr {
    opacity: 0;
    pointer-events: none;
    scale: 1.5;
  }
}

.main_mv__kv {
  margin-top: -1.375rem;
}

.main_mv__kv__wrapper,
.main_mv__bnr__wrapper {
  display: flex;
}

.main_mv__kv__slide {
  flex-shrink: 0;
  position: relative;
}
.main_mv__kv__slide > img {
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem #000);
  height: 42.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  width: 46rem;
}
.main_mv__kv__slide button {
  position: absolute;
  bottom: -1.875rem;
  right: 5.125rem;
  border-radius: 50%;
  width: 4.5rem;
}
.main_mv__kv__slide button img {
  opacity: 0;
  scale: 1.25;
  transition: all 0.4s;
}
.main_mv__kv__slide::before {
  position: absolute;
  inset: 0;
  aspect-ratio: 641/848;
  background-color: #09f;
  content: "";
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  transition: rotate 0.4s;
}
.main_mv__kv__slide:has([src$="dopeshow.jpg"]) button {
  position: absolute;
  bottom: 6.125rem;
  right: 0;
}
.main_mv__kv__slide:has([src$="dopeshow.jpg"])::before {
  aspect-ratio: 1220/695;
}
.main_mv__kv__slide.-active button img {
  opacity: 1;
  scale: 1;
  transition-delay: 0.4s;
}
.main_mv__kv__slide.-active::before {
  rotate: 2deg;
  transition-delay: 0.4s;
}

.main_mv__kv__nav {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.main_mv__kv__btn button {
  width: 5rem;
}
.main_mv__kv__btn:first-child {
  scale: -1 1;
}

.main_mv__bnr__pagination {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: flex;
  justify-content: center;
  margin: 1.25rem 0 0;
  transform: translate(0, 17.5rem);
}
.main_mv__bnr__pagination button {
  aspect-ratio: 1;
  background-color: #003399;
  opacity: 0.4;
  border-radius: 50%;
  width: 0.75rem;
}
.main_mv__bnr__pagination:has(:only-child) {
  display: none;
}
.main_mv__bnr__pagination button {
  transition: background 0.3s, opacity 0.3s;
}
.main_mv__bnr__pagination button.-active {
  opacity: 1;
  pointer-events: none;
}

.goods_modal {
  padding: 10rem 0;
}
@media (min-width: 1024px) {
  .goods_modal .c-modal__inner {
    display: flex;
    gap: 0 3rem;
    justify-content: center;
  }
}
.goods_modal[data-modalid=ticket] .c-modal__inner {
  max-width: 58.5rem;
}
@media (min-width: 1024px) {
  .goods_modal .c-modal__inner {
    row-gap: 2.1875rem;
  }
}

.goods_modal__ph {
  width: 42.875rem;
}
.goods_modal__ph img {
  height: auto;
}
.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;
}
@media (min-width: 1024px) {
  [data-modalid=ticket] .goods_modal__ph {
    width: 100%;
  }
}

.goods_modal__note {
  margin-top: 2.25rem;
  color: #9f9fa0;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  line-height: 1.75;
  width: 42.875rem;
}
.goods_modal__note dd {
  padding-left: 1em;
  text-indent: -1em;
}
.goods_modal__note dd::before {
  content: "※";
}
.goods_modal__note strong {
  font-weight: 900;
}
@media (min-width: 1024px) {
  .goods_modal__note {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.goods_modal__info {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 400;
  text-align: left;
  margin-top: 2.5rem;
  width: 42.875rem;
}
@media (min-width: 1024px) {
  .goods_modal__info {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.goods_modal__thumbs {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  width: 42.875rem;
}
@media (min-width: 1024px) {
  .goods_modal__thumbs {
    gap: 8px;
    width: 216px;
  }
}

.goods_modal__thumb {
  position: relative;
}
.goods_modal__thumb img {
  height: auto;
}
.goods_modal__thumb.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.goods_modal__title {
  width: 42.875rem;
  font-size: 2.375rem;
  line-height: 1.2105263158;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .goods_modal__phs {
    width: 440px;
    flex-shrink: 0;
  }
}

.goods_modal__text {
  margin-top: 3.75rem;
}
@media (min-width: 1024px) {
  .goods_modal__text {
    margin-top: 0;
  }
}

.kv_modal {
  padding: 0;
}
.kv_modal .c-modal__inner {
  max-width: 120.125rem;
}

.kv_modal__ph img {
  max-height: 100vh;
}

.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;
}

.sub_kv {
  height: 100%;
  margin-right: 48.75rem;
  opacity: 0;
}
.-animationEnd .sub_kv {
  animation: MvImgIn 1.2s 2s forwards;
}
@media (max-width: 1023px) {
  .sub_kv {
    display: none;
  }
}

.sub_kv__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}

.sub_kv__slide {
  flex-shrink: 0;
  padding-inline: 3.3333333333vh;
  rotate: -3deg;
  transition: rotate 0.8s;
}
.sub_kv__slide img {
  box-shadow: 0.462962963vh 0.462962963vh 0.462962963vh rgba(0, 0, 0, 0.6);
  height: 78.5185185185vh;
}
.sub_kv__slide img[src$="dopeshow.jpg"] {
  height: 64.3518518519vh;
}
.sub_kv__slide.-active {
  rotate: none;
}

.sub_mv {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1600/1080;
  height: min(100%, 1080px);
  translate: -50% -50%;
}
.-animationEnd .sub_mv {
  animation: subInOut 1.6s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes subInOut {
  0% {
    opacity: 1;
    left: 50%;
  }
  35% {
    opacity: 0;
    left: 50%;
  }
  38% {
    opacity: 0;
    left: calc((100% - 48.75rem) / 2);
  }
  100% {
    opacity: 1;
    left: calc((100% - 48.75rem) / 2);
  }
}
@media (max-width: 1023px) {
  .sub_mv {
    display: none;
  }
}
.sub_mv.-over {
  z-index: 15;
  height: 100vh;
}
.sub_mv.-unnder {
  z-index: 5;
}

.sub_mv__cloud__item.-cloud1 {
  position: fixed;
  top: -80px;
  right: 0;
  animation: cloudMove 80s -40s linear infinite;
  width: 30.1041666667%;
}
.sub_mv__cloud__item.-cloud2 {
  position: fixed;
  bottom: 80px;
  right: 0;
  animation: cloudMove 80s 0s linear infinite;
  width: 32.03125%;
}

@keyframes cloudMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110vw);
  }
}
.sub_mv__sticker__item {
  opacity: 0;
}
@media (min-width: 1024px) {
  .-animationEnd .sub_mv__sticker__item {
    animation: MvImgIn 1.2s 2s ease forwards;
  }
}
.sub_mv__sticker__item.-t-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 30.1041666667%;
}
.sub_mv__sticker__item.-b-right {
  position: fixed;
  bottom: 0;
  right: 463px;
  width: 32.03125%;
}

.sub_anchor {
  position: fixed;
  top: 30px;
  right: 540px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 25px rgba(0, 0, 0, 0.3));
  opacity: 0;
  width: 160px;
  z-index: 80;
}
@media (max-width: 1023px) {
  .sub_anchor {
    display: none;
  }
}
.sub_anchor .sub_mv__anchor {
  pointer-events: auto;
  width: 100%;
  overflow: hidden;
}
.sub_anchor .sub_mv__anchor__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub_anchor .sub_mv__anchor__item {
  border-top: 0.1875rem solid rgba(255, 255, 255, 0.8);
}
.sub_anchor .sub_mv__anchor__item:last-child {
  border-bottom: 0.1875rem solid rgba(255, 255, 255, 0.8);
}
.sub_anchor .sub_mv__anchor__link {
  display: grid;
  grid-template-columns: 25px 1fr 20px;
  padding-block: 11px;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-decoration: none;
  color: #fff;
}
.sub_anchor .sub_mv__anchor__ico {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sub_anchor .sub_mv__anchor__label {
  display: flex;
  align-items: center;
  height: 19px;
  width: -moz-max-content;
  width: max-content;
}
.sub_anchor .sub_mv__anchor__label img {
  display: block;
  height: 100%;
  width: auto;
}
.sub_anchor .sub_mv__anchor__arrow {
  width: 20px;
  height: 17px;
  margin-left: auto;
}
.sub_anchor .sub_mv__anchor__arrow.-up {
  width: 15px;
  height: 15px;
}
.sub_anchor::before {
  position: absolute;
  top: -30px;
  right: -40px;
  aspect-ratio: 1;
  background-image: linear-gradient(210deg, rgba(0, 25, 153, 0.3), transparent 35%);
  content: "";
  width: 1080px;
  z-index: -1;
}
.-animationEnd .sub_anchor {
  animation: itemFadeIn 1.2s 2s ease forwards;
}

.sub_mv__group {
  width: 100%;
  z-index: 50;
}
.sub_mv__group.-logo {
  position: relative;
  top: 21.5740740741%;
  left: 29.5774647887%;
  width: 41.9718309859%;
}
.-animationEnd .sub_mv__group.-logo {
  animation: subLogoHideOnSecond 1.6s 0.7s linear forwards;
}
.sub_mv__group.-logo::before {
  position: absolute;
  inset: -4.0094339623% 50% 0;
  transform: translateX(-50%);
  width: 142.7852348993%;
  height: 125%;
  background: url(../img/sub/sub_mv/bg_logo.png) no-repeat top/contain;
  content: "";
  z-index: -4;
  opacity: 0;
}
.-ready .sub_mv__group.-logo::before {
  animation: itemFadeIn 1.5s 0s forwards ease;
}
.sub_mv__group.-logo .sub_mv__logo {
  position: relative;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.sub_mv__group.-logo .sub_mv__logo img {
  filter: drop-shadow(2px 4px 3px black);
  z-index: 4;
}
.-ready .sub_mv__group.-logo .sub_mv__logo {
  animation: itemFadeIn 1.5s 0.2s forwards ease;
}
.sub_mv__group.-logo .sub_mv__date {
  margin-top: -3.355704698%;
  position: relative;
}
.sub_mv__group.-logo .sub_mv__date .-icon {
  position: absolute;
  top: -15.1006711409%;
  left: 4.1946308725%;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.4));
  opacity: 0;
  width: 23.9932885906%;
  z-index: 1;
}
.-ready .sub_mv__group.-logo .sub_mv__date .-icon {
  animation: itemScaleJumpIn 0.5s 1s forwards ease;
}
.sub_mv__group.-logo .sub_mv__date .-txt {
  margin: 0 0 0 17.4496644295%;
  display: inline-block;
  position: relative;
  width: 78.6912751678%;
}
.sub_mv__group.-logo .sub_mv__date .-txt img {
  width: 100%;
}
.sub_mv__group.-logo .sub_mv__date .-txt::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/date/bg_date.svg) no-repeat center/cover;
  content: "";
  height: 100%;
  opacity: 0;
  width: 100%;
  z-index: -1;
}
.-ready .sub_mv__group.-logo .sub_mv__date .-txt::before {
  animation: dateBgIn 0.5s 1.5s forwards ease;
}
@keyframes dateBgIn {
  0% {
    opacity: 0;
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
.sub_mv__group.-logo .sub_mv__date .txt_1 {
  opacity: 0;
}
.-ready .sub_mv__group.-logo .sub_mv__date .txt_1 {
  animation: tapeInLR 0.4s 1s forwards ease;
}
.sub_mv__group.-logo .sub_mv__date .txt_2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.-ready .sub_mv__group.-logo .sub_mv__date .txt_2 {
  animation: tapeInLR 0.4s 1.1s forwards ease;
}
.sub_mv__group.-member .sub_mv__member {
  position: relative;
  opacity: 0;
  width: 69.014084507%;
  position: absolute;
  top: 0;
  left: 12.676056338%;
}
.-animationEnd .sub_mv__group.-member .sub_mv__member {
  animation: itemFadeIn 1.2s 2s ease forwards;
}
.sub_mv__group.-member .sub_mv__member .-member_items .-member_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.sub_mv__group.-member .sub_mv__member .-member_items .-member_item img {
  display: block;
  width: 90%;
  height: auto;
  transform: rotate(var(--member-rotate, 0deg)) scale(var(--member-scale, 1)) translateX(calc(10% + var(--member-x, 0%)));
  transform-origin: center;
  transition: transform var(--item-duration, 0.4s) cubic-bezier(0.7, 0, 0.6, 1);
}
.sub_mv__group.-member .sub_mv__member .-member_labels .-member_label {
  position: absolute;
  top: 79.2592592593vh;
  left: 7.4074074074vh;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.sub_mv__group.-member .sub_mv__member .-member_labels .-member_label img {
  display: block;
  height: 6.5740740741vh;
  transform: none;
  clip-path: inset(0 100% 0 0);
}
.sub_mv__group.-member .sub_mv__member .-member_labels .-member_label.-active {
  opacity: 1;
}
.sub_mv__group.-member .sub_mv__member .-member_labels .-member_label.-reveal img {
  animation: labelReveal 5s ease-in-out forwards;
}

@keyframes labelReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  6% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  94% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}
@keyframes subLogoHideOnSecond {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}