.caststaff {
  position: relative;
  z-index: 1;
}
[lang=en] .caststaff {
  font-weight: 800;
}

@keyframes burstScaleDownRotateSc {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes burstScIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(0deg);
  }
}
.caststaff__burst {
  background: url(/assets/img/top/caststaff/ph_burst_nrw.png) 0 0/100% auto no-repeat;
  width: 297.5vw;
  aspect-ratio: 2321/2127;
  transform: translateX(-50%);
  opacity: 0;
}
.caststaff__burst.-reveal {
  opacity: 1;
}

@keyframes burstScaleUp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(7);
  }
}
@keyframes scContIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.5) rotate(10deg);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(0deg);
  }
}
.caststaff__cont {
  position: relative;
  opacity: 0;
  transform: translateX(-50%) scale(1.5) rotate(10deg);
}
.-reveal .caststaff__cont {
  animation: scContIn 0.5s 0s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}

.caststaff__ttl {
  opacity: 0;
}
.caststaff__ttl.-reveal {
  opacity: 1;
}

@keyframes scTxtIn {
  0% {
    opacity: 0;
    transform: scale(4) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(-5deg);
  }
}
.caststaff__flex {
  display: flex;
  z-index: 2;
  position: relative;
  transform: rotate(-5deg);
}

@keyframes scItemIn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.caststaff__item {
  opacity: 0;
}
.-reveal .caststaff__item {
  animation: caststaffTextIn 0.5s 1s ease-out forwards;
}
.caststaff__item.-item7 {
  animation-delay: 1.05s;
}
.caststaff__item.-item6 {
  animation-delay: 1.15s;
}
.caststaff__item.-item2 {
  animation-delay: 1.3s;
}
.caststaff__item.-item3 {
  animation-delay: 1.1s;
}
.caststaff__item.-item4 {
  animation-delay: 1.4s;
}
.caststaff__item.-item5 {
  animation-delay: 1.5s;
}

@keyframes caststaffTextIn {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.caststaff__item__ja {
  font-weight: 900;
  white-space: nowrap;
}
.caststaff__item__ja .role {
  opacity: 0;
}
.-reveal .caststaff__item__ja .role {
  animation: ItemFadeIn 0.5s 1.2s ease-out forwards;
}
.caststaff__item__ja .name {
  display: flex;
}
.caststaff__item__ja .name.-comment {
  cursor: pointer;
}
.caststaff__item__ja .name .comment {
  transition: transform 0.3s 0s ease;
  width: 5.1vw;
  height: 4.4vw;
  background: url(/assets/img/top/caststaff/ico_cmt.svg) 0 0/100% auto no-repeat;
}
.-cast .caststaff__item__ja .name .comment {
  margin: 2.4vw 0 0 1.9vw;
}
.-staff .caststaff__item__ja .name .comment {
  margin: 1.2vw 0 0 0.6vw;
}
[lang=en] .caststaff__item__en {
  font-weight: 800;
}
.caststaff__item__en .name {
  white-space: nowrap;
}
[lang=en] .caststaff__item__en .name {
  font-size: 6.1vw;
  letter-spacing: 0.02em;
}
[lang=en] .-item2 .caststaff__item__en .name {
  letter-spacing: -0.01em;
}
[lang=en] .-cast .caststaff__item__en .name {
  font-size: 7.4vw;
  letter-spacing: 0.01em;
  margin: -0.6vw 0 0 -0.4vw;
}
[lang=en] .caststaff__item__en .role {
  font-size: 3.3vw;
}
[lang=en] .caststaff__item__en .source {
  font-size: 3.5vw;
}

.cs {
  position: relative;
}

.cs__inner {
  position: relative;
  overflow: hidden;
}

.cs__burst__bg {
  background: url(/assets/img/top/cs/ph_burst_nrw.png) 0 0/100% auto no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs__burst__bg.-reveal {
  opacity: 1;
}

.cs__burst__txt {
  position: relative;
  aspect-ratio: 280/62;
  opacity: 0;
}
.cs__burst__txt.-reveal {
  opacity: 1;
}
.cs__burst__txt path {
  fill: #afff00;
}

.cs__year {
  transform: translateX(-50%);
  width: 100%;
  position: relative;
  z-index: 1;
}

.cs__year__inner {
  position: relative;
}

.cs__year__txt {
  width: 100%;
  width: 106.5vw;
}
.cs__year__txt svg {
  overflow: visible;
}

.cs__year__txt__cha {
  transform-origin: 100% 96%;
  opacity: 0;
  --year-scale-from: 3;
}
.-reveal .cs__year__txt__cha {
  animation: yearTxtIn 0.8s 0s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.-reveal .cs__year__txt__cha:nth-child(1) {
  animation-delay: 0.88s;
}
.-reveal .cs__year__txt__cha:nth-child(2) {
  animation-delay: 0.96s;
}
.-reveal .cs__year__txt__cha:nth-child(3) {
  animation-delay: 1.04s;
}
.-reveal .cs__year__txt__cha:nth-child(4) {
  animation-delay: 1.12s;
}
.cs__year__txt__cha polygon {
  fill: #afff00;
}

@keyframes yearTxtIn {
  0% {
    opacity: 0;
    transform: scaleY(var(--year-scale-from));
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cs__year__burst__txt {
  position: relative;
}

@keyframes ampScaleIn {
  0% {
    opacity: 0;
    transform: scale(var(--amp-scale-from));
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cs__year__amp {
  transform: translateX(-50%);
  position: absolute;
  left: calc(50% + 10px);
  bottom: 11px;
}

.cs__year__amp__cont {
  opacity: 0;
  background: url(/assets/img/top/cs/ph_amp.webp) 0 0/100% auto no-repeat;
  aspect-ratio: 349/323;
  transform-origin: bottom;
  --amp-scale-from: 2;
}
.-reveal .cs__year__amp__cont {
  animation: ampScaleIn 1s 0.1s cubic-bezier(1, 0, 0, 1) forwards;
}

.intro {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 15;
  pointer-events: none;
  overflow: hidden;
}
.intro.-is-ready {
  background-color: transparent;
}
.intro.-is-finished {
  display: none;
}
body.-skipIntro .intro {
  display: none;
}

.intro__canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.introBarCover {
  position: absolute;
  top: 100vh;
  top: calc(100dvh - 2px);
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #000;
  z-index: 14;
  pointer-events: none;
}
body.-introend .introBarCover, body.-skipIntro .introBarCover {
  display: none;
}

body:not(.-introend) {
  background-color: #000;
}

.introduction__inner {
  position: relative;
}
.introduction__burst.-burst1 {
  width: 233.9vw;
  height: 143.9vw;
  position: absolute;
  top: -35.8vw;
  left: -39vw;
}
.introduction__burst.-burst2 {
  width: 191.9vw;
  height: 160.6vw;
  position: absolute;
  top: 100.8vw;
  left: -31.6vw;
}

@keyframes burstPhScale {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.introduction__burst__ph {
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transform: scale(1.4);
  pointer-events: none;
}
.-burst1 .introduction__burst__ph {
  x: 0;
  y: 0;
  width: 100%;
  height: 100%;
}
.-reveal .-burst1 .introduction__burst__ph {
  animation: burstPhScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.-burst2 .introduction__burst__ph {
  x: 0;
  y: 0;
  width: 100%;
  height: 100%;
}

.introduction__burst__clip {
  --burstScale: 1;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.-burst1 .introduction__burst__clip {
  width: 233.9vw;
  height: 143.9vw;
}
.-reveal .-burst1 .introduction__burst__clip {
  animation: itemInScale 0.6s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.introduction__txt.-txt1 {
  opacity: 0;
}
.introduction__txt.-txt1.-reveal {
  opacity: 1;
}
.introduction__txt.-txt2 {
  width: 73.3vw;
  opacity: 0;
  transform: translateX(-50%) scale(1.5) rotate(-5deg);
  transform-origin: center;
}
.introduction__txt.-txt3 {
  width: 74.8vw;
  opacity: 0;
  transform: translateX(-50%) scale(1.5);
}

@keyframes introTxtIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1.5) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(5deg);
  }
}
.m-caststaff-comment {
  background-color: #282828;
}
.m-caststaff-comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/top/caststaff/ph_bg_nrw.webp) 0 0/100% auto repeat-y;
}

.m-caststaff-comment__ttl {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 63.8vw;
}

.m-caststaff-comment__cont {
  color: #dcdcdc;
}

.m-caststaff-comment__block {
  position: relative;
  padding-left: 36px;
  opacity: 0;
  margin: 0 auto;
}
.m-caststaff-comment__block::before {
  content: "";
  background-color: #dcdcdc;
  height: 4px;
  width: 15px;
  position: absolute;
  top: 10px;
  left: 0;
}
.m-caststaff-comment__block.-txt::before {
  top: 12px;
}
.m-caststaff-comment__block.-ph::before {
  top: 0;
}
.-active .m-caststaff-comment__block {
  animation: ItemFadeIn 0.5s 0.4s ease-out forwards;
}
.-txt .m-caststaff-comment__block:nth-of-type(2) {
  margin-top: 27px;
}
.-ph .m-caststaff-comment__block:nth-of-type(2) {
  margin-top: 40px;
}

.m-caststaff-comment__ph {
  width: 33.8vw;
}

.m-caststaff-comment__about__ja {
  font-weight: 800;
  margin-top: 0.7vw;
}
.m-caststaff-comment__about__ja .role {
  font-size: 0.9375rem;
}
.m-caststaff-comment__about__ja .name {
  margin-top: -3px;
  font-size: 1.4375rem;
}

.m-caststaff-comment__about__en {
  font-weight: 500;
  font-size: 0.6875rem;
}
.m-caststaff-comment__about__en .name {
  margin-top: -4px;
}

.m-caststaff-comment__txt {
  text-align: justify;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.m-caststaff-comment__illust {
  max-width: 100%;
}
.m-caststaff-comment__illust img {
  width: 68.7vw;
}

.mainvisual {
  position: relative;
  z-index: 1;
}

.mainvisual__main {
  position: relative;
  height: 100%;
}

.mainvisual__intro {
  width: 100%;
  height: 100%;
  position: absolute;
}

@keyframes burstIn {
  0% {
    transform: scale(0) rotate(-100deg);
  }
  100% {
    transform: scale(var(--burstScale, 1)) rotate(calc(-100deg + 100deg * var(--burstScale, 1)));
  }
}
.mainvisual__inner {
  position: relative;
  height: 194.6vw;
}

.mainvisual__ph {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-origin: 43% 0%;
}

.mainvisual__ph__inner {
  height: 100%;
}

@keyframes charaIn {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.mainvisual__ph__chara {
  opacity: 0;
  height: 100%;
  transform-origin: 50% 30%;
}
.-load .mainvisual__ph__chara {
  animation: charaIn 1.4s 1.4s cubic-bezier(1, 0, 0, 1) forwards, ItemFadeIn 0.8s 1.2s ease-out forwards;
}
.-skipIntro .mainvisual__ph__chara {
  animation-delay: 0.3s, 0.3s;
}

.mainvisual__ph__chara__img.-mitsuki {
  aspect-ratio: 1725/1695;
  width: 110.8vw;
  position: absolute;
  top: 41.9vw;
  left: 70.1vw;
  transform: translateX(-50%);
}
.mainvisual__ph__chara__img.-aya {
  aspect-ratio: 879/1193;
  width: 57.3vw;
  position: absolute;
  top: 25.6vw;
  left: 56.9vw;
  transform: translateX(-50%);
}

.mainvisual__ph__chara__img__cont {
  opacity: 0;
  height: 100%;
}
.mainvisual__ph__chara__img__cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.-mitsuki .mainvisual__ph__chara__img__cont {
  background: url(/assets/img/top/mainvisual/ph_mitsuki_color.webp) 0 0/100% auto no-repeat;
  transform-origin: 30% 10%;
  transform: translate(4%, 4%);
}
.-load .-mitsuki .mainvisual__ph__chara__img__cont {
  animation: ItemFadeIn 0.5s 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.-skipIntro .-mitsuki .mainvisual__ph__chara__img__cont {
  animation-delay: 0s;
}
.-aya .mainvisual__ph__chara__img__cont {
  background: url(/assets/img/top/mainvisual/ph_aya_color.webp) 0 0/100% auto no-repeat;
  transform-origin: 120% 30%;
  transform: translate(-7%, -3%);
}
.-load .-aya .mainvisual__ph__chara__img__cont {
  animation: ItemFadeIn 0.5s 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.-skipIntro .-aya .mainvisual__ph__chara__img__cont {
  animation-delay: 0s;
}

.mainvisual__ph__chara__img__anim {
  height: 100%;
}

.mainvisual__ph__amp {
  opacity: 0;
  aspect-ratio: 1425/1692;
  background: url(/assets/img/top/mainvisual/ph_amp.webp) 0 0/100% auto no-repeat;
  width: 92.3vw;
  position: absolute;
  top: 48.5vw;
  left: 23vw;
}
.mainvisual__ph__amp.-amp2 {
  visibility: hidden;
}
.mainvisual__ph__amp.-amp3 {
  background: url(/assets/img/top/mainvisual/ph_amp_over.webp) 0 0/100% auto no-repeat;
}
.-load .mainvisual__ph__amp {
  animation: ItemFadeIn 0.7s 2s ease-out forwards;
}
.-skipIntro .mainvisual__ph__amp {
  animation-delay: 1.2s;
}

@keyframes pickIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes pickInTablet {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(3deg);
  }
}
.mainvisual__pick {
  aspect-ratio: 1350/1444;
  width: 173vw;
}

.mainvisual__pick__item {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  opacity: 0;
  width: 121.7vw;
  left: 44%;
  top: -2.7%;
}
.-load .mainvisual__pick__item {
  animation: pickIn 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.mainvisual__pick__item.-pick1 {
  background: url(/assets/img/top/mainvisual/ph_pick_1.webp) 0 0/100% auto no-repeat;
  animation-delay: 2.2s;
}
.-skipIntro .mainvisual__pick__item.-pick1 {
  animation-delay: 1.2s;
}
.mainvisual__pick__item.-pick2 {
  background: url(/assets/img/top/mainvisual/ph_pick_2.webp) 0 0/100% auto no-repeat;
  animation-delay: 2.1s;
}
.-skipIntro .mainvisual__pick__item.-pick2 {
  animation-delay: 1.1s;
}
.mainvisual__pick__item.-pick3 {
  background: url(/assets/img/top/mainvisual/ph_pick_3.webp) 0 0/100% auto no-repeat;
  animation-delay: 2s;
}
.-skipIntro .mainvisual__pick__item.-pick3 {
  animation-delay: 1s;
}

.mainvisual__floor {
  transform: translateX(-50%) translate3d(var(--mx, 0px), var(--my, 0px), 0);
  pointer-events: none;
}
.mainvisual__floor svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mainvisual__floor__bg {
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual__floor__clip {
  --burstScale: 1;
  transform: scale(0);
  transform-origin: 43% 72%;
  transform-box: fill-box;
}
.-load .mainvisual__floor__clip {
  animation: burstIn 1s 1.5s cubic-bezier(1, 0, 0, 1) forwards;
}
.-skipIntro .mainvisual__floor__clip {
  animation-delay: 0.5s;
}

.mainvisual__year {
  transform: translateX(-50%);
  position: absolute;
  top: 123vw;
  left: 52%;
  transform: scaleY(0.95) translateX(-50%) translate3d(var(--mx, 0px), var(--my, 0px), 0);
  opacity: 0;
}
.mainvisual__year.-active {
  animation: ItemFadeIn 0.01s 0.2s ease-out forwards;
}

.mainvisual__year__txt {
  width: 153.8vw;
  aspect-ratio: 1870/828;
  opacity: 0;
  transform-origin: top;
}
.-active .mainvisual__year__txt {
  opacity: 1;
}

.mainvisual__ttl {
  display: flex;
  justify-content: space-between;
  width: 64.3vw;
  position: absolute;
  top: -1.6vw;
  left: -10.6vw;
  opacity: 0;
}
[lang=en] .mainvisual__ttl {
  width: 90.7vw;
  position: absolute;
  top: 4.6vw;
  left: 3.7vw;
}
.mainvisual__ttl.-active {
  opacity: 1;
}

.mainvisual__credit {
  width: 50.2vw;
  opacity: 0;
}
.mainvisual__credit picture {
  position: relative;
}
.mainvisual__credit img {
  width: 100%;
}
.mainvisual__credit.-active {
  opacity: 1;
}
.mainvisual__credit.-ori {
  width: 7.6vw;
  position: absolute;
  top: 14.6vw;
  right: 5.8vw;
}
[lang=en] .mainvisual__credit.-ori {
  width: 34.3vw;
  position: absolute;
  top: 63vw;
  right: 61.5vw;
}
.mainvisual__credit.-prod {
  width: 9.4vw;
  position: absolute;
  top: 14.3vw;
  right: 16.9vw;
}
[lang=en] .mainvisual__credit.-prod {
  width: 36.2vw;
  position: absolute;
  top: 77.6vw;
  right: 59.6vw;
}

.mainvisual__en {
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10.2vw;
  background-color: red;
  padding: 1.2vw;
  color: #fff;
  white-space: nowrap;
  padding: 1vw 2.5vw 1.5vw;
}

.music {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 6.1vw;
  pointer-events: none;
}

.music__inner {
  overflow: hidden;
}

@keyframes burstRotateInLeft {
  0% {
    transform: translateX(-50%) rotate(-60deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
@keyframes burstRotateInRight {
  0% {
    transform: translateX(-50%) rotate(60deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.music__burst {
  background: url(/assets/img/top/music/ph_burst_nrw.png) 0 0/100% auto no-repeat;
  width: 125.6vw;
  aspect-ratio: 980/770;
  opacity: 0;
}
.music__burst.-reveal {
  opacity: 1;
}

.music__cont {
  position: relative;
  transform: translateX(-50%);
  transform-origin: center;
}

.music__ttl {
  font-weight: 900;
  text-align: center;
  color: #a1e304;
  opacity: 0;
  transform: rotate(-5deg);
  font-size: 4.3vw;
}
.-reveal .music__ttl {
  animation: ItemFadeIn 0.5s 0.8s ease-out forwards;
}

.music__txt {
  opacity: 0;
}
.music__txt.-reveal {
  opacity: 1;
}

.music__note {
  text-align: center;
  opacity: 0;
  transform: rotate(-5deg);
  font-size: 3vw;
  margin-left: 1.5vw;
}
.-reveal .music__note {
  animation: ItemFadeIn 0.5s 0.8s ease-out forwards;
}

.news {
  position: relative;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.-load .news {
  animation: pointerFadeIn 0.5s 3s ease-out forwards;
}
.-skipIntro .news {
  animation: pointerFadeIn 0.5s 2.3s ease-out forwards;
}

.news__wrapper {
  position: relative;
}

.news__ttl {
  width: 18.8vw;
  position: absolute;
  top: 0;
  left: 0;
}

.news__content {
  overflow: hidden;
  background-color: #afff00;
}

.news__list {
  padding-top: 2.5vw;
}

.news__list__item {
  color: #000;
  font-weight: 700;
  font-size: 4.1vw;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: -2.6vw 0 0 0;
  padding-left: 1.9vw;
}
.news__list__item::before {
  position: absolute;
  left: 0;
  bottom: min(0.2083333333vw, 4px);
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
}
.news__list__item a {
  display: flex;
}
.news__list__item .date {
  font-weight: 700;
  position: relative;
  font-size: 4.2vw;
}
[lang=ja] .news__list__item .date {
  top: 0.05em;
}
[lang=en] .news__list__item .date {
  font-size: 4.1vw;
}
.news__list__item .ttl {
  font-weight: 700;
  margin-left: 1.4vw;
  position: relative;
}

.pv {
  z-index: 2;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.pv__inner {
  overflow: hidden;
  height: 100%;
}

.pv__ttl {
  position: absolute;
  top: 0;
  left: -4.7vw;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 28vw;
  pointer-events: none;
}

.pv__ttl__main {
  height: 62.6vw;
}
.pv__ttl__main svg,
.pv__ttl__main img {
  height: 100%;
}
.pv__ttl__main path {
  fill: #afff00;
  transform: translateX(-100%);
}
.-reveal .pv__ttl__main path {
  animation: pvTtlIn 0.7s 0.7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.-firstIntro:not(.-introend) .pv.-introin .pv__ttl__main path {
  animation: none;
}
.-firstIntro.-introend .pv.-introin .pv__ttl__main path {
  animation-delay: 0.2s;
}
.pv__ttl__main path:nth-of-type(2) {
  animation-delay: 0.8s;
}
.-firstIntro:not(.-introend) .pv.-introin .pv__ttl__main path:nth-of-type(2) {
  animation: none;
}
.-firstIntro.-introend .pv.-introin .pv__ttl__main path:nth-of-type(2) {
  animation-delay: 0.3s;
}

.pv__ttl__txt {
  width: 2.6vw;
  opacity: 0;
}
.-reveal .pv__ttl__txt {
  animation: ItemFadeIn 0.4s 1s ease-out forwards;
}
.-firstIntro:not(.-introend) .pv.-introin .pv__ttl__txt {
  animation: none;
}
.-firstIntro.-introend .pv.-introin .pv__ttl__txt {
  animation-delay: 0.5s;
}
.pv__ttl__txt path {
  fill: #afff00;
}

@keyframes pvTtlIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.pv__cont {
  position: relative;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  cursor: auto;
}
.pv__cont::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  transition: opacity 0.4s ease-out;
}
.pv__cont:has(.pv__cont__play:hover)::before {
  opacity: 0.5;
}
.pv__cont iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.-reveal .pv__cont {
  animation: tapeInTop 0.5s 0.5s ease-out forwards;
}
.-firstIntro:not(.-introend) .pv.-introin .pv__cont {
  animation: none;
}
.-firstIntro.-introend .pv.-introin .pv__cont {
  animation-delay: 0s;
}
.pv__cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pv__cont__play {
  border: solid 1px #afff00;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: transform 0.4s ease-out;
  cursor: pointer;
}
.-reveal .pv__cont__play {
  animation: ItemFadeIn 0.5s 1.4s ease-out forwards;
}
.-firstIntro:not(.-introend) .pv.-introin .pv__cont__play {
  animation: none;
}
.-firstIntro.-introend .pv.-introin .pv__cont__play {
  animation-delay: 0.9s;
}

.pv__cont__play__ico {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.pv__cont__play__ico polygon {
  stroke: #afff00;
  stroke-width: 1px;
  fill: none;
}
@media (max-width: 780px) {
  .caststaff {
    margin-top: -1.7vw;
  }
  .caststaff__inner {
    height: 192.3vw;
  }
  .caststaff__burst {
    position: absolute;
    top: 5.3vw;
    left: 36%;
  }
  [lang=en] .caststaff__burst {
    width: 252.9vw;
  }
  .caststaff__cont {
    position: absolute;
    top: 84.6vw;
    left: calc(50% - 16.6vw);
  }
  [lang=en] .caststaff__cont {
    position: absolute;
    top: 75.7vw;
    left: calc(50% - 19.2vw);
  }
  .caststaff__ttl {
    width: 61vw;
    position: absolute;
    top: -26.1vw;
    left: 24.3vw;
  }
  [lang=en] .caststaff__ttl {
    position: absolute;
    top: -25.7vw;
    left: 27.1vw;
  }
  .caststaff__flex {
    width: 44.8vw;
  }
  .caststaff__list.-cast {
    order: 2;
    margin: 0.8vw 0 0 5.8vw;
  }
  [lang=en] .caststaff__list.-cast {
    margin: 0 0 0 2.1vw;
  }
  .caststaff__list.-staff {
    order: 1;
  }
  .caststaff__item:not(:first-of-type) {
    margin-top: 5.1vw;
  }
  [lang=en] .caststaff__item:not(:first-of-type) {
    margin-top: 6.1vw;
  }
  .-cast .caststaff__item:not(:first-of-type) {
    margin-top: 6vw;
  }
  .caststaff__item__ja .role {
    line-height: 1.1;
    margin-bottom: 0.5vw;
  }
  .-cast .caststaff__item__ja .role {
    font-size: 3.8vw;
  }
  .-staff .caststaff__item__ja .role {
    font-size: 3.8vw;
  }
  .caststaff__item__ja .name {
    line-height: 1.1;
  }
  .-cast .caststaff__item__ja .name {
    font-size: 7.6vw;
    margin-top: 0.6vw;
  }
  .-staff .caststaff__item__ja .name {
    font-size: 5.6vw;
    margin-top: 1.2vw;
  }
  .-item5 .caststaff__item__ja .name {
    font-size: 6.1vw;
    margin-top: 0.8vw;
  }
  .-item6 .caststaff__item__ja .name {
    transform: scaleX(0.95);
    margin-left: -1.1vw;
  }
  .-item7 .caststaff__item__ja .name {
    margin-left: -0.6vw;
  }
  .caststaff__item__ja .source {
    font-size: 3vw;
    margin-top: 0.6vw;
  }
  .caststaff__item__en {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.2;
    margin: 1.5vw 0 0 0.3vw;
  }
  .caststaff__item__en .-cast {
    margin: 2.3vw 0 0 0.3vw;
  }
  .-item5 .caststaff__item__en {
    margin-top: 0.8vw;
  }
  .cs {
    z-index: 1;
  }
  .cs__inner {
    padding-bottom: 24.3vw;
  }
  .cs__burst {
    aspect-ratio: 659/612;
    position: relative;
    left: 50%;
    width: 89.7vw;
    padding: 39.3vw 0 0 27.3vw;
    margin: -3.4vw 0 0 5.7vw;
    transform: translateX(-50%) rotate(-5deg);
  }
  .cs__burst__txt {
    width: 35.8vw;
  }
  .cs__year {
    position: absolute;
    left: 46%;
    bottom: -0.4vw;
  }
  .cs__year__amp {
    position: absolute;
    left: calc(50% - 9.7vw);
    bottom: 21.9vw;
  }
  .cs__year__amp__cont {
    --amp-scale-from: 3;
    width: 23.3vw;
    position: absolute;
    top: 25%;
    left: 50%;
  }
  .introduction__inner {
    padding-top: 6.9vw;
  }
  .-reveal.introduction__burst.-burst2 .introduction__burst__ph {
    animation: burstPhScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .-reveal.introduction__burst.-burst2 .introduction__burst__clip {
    animation: itemInScale 0.6s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .introduction__txt.-txt1 {
    width: 87.4vw;
    position: relative;
    margin: 0.5vw 0 0 -4.2vw;
  }
  .introduction__txt.-txt2.-reveal {
    animation: introTxtIn 0.7s 0.3s cubic-bezier(1, 0, 0, 1) forwards;
  }
  .introduction__txt.-txt2 {
    position: relative;
    margin-left: 58.3vw;
    margin-top: 25.3vw;
  }
  .introduction__txt.-txt3.-reveal {
    animation: introTxtIn 1s 0.2s cubic-bezier(1, 0, 0, 1) forwards;
  }
  .introduction__txt.-txt3 {
    position: relative;
    margin-left: 52vw;
    margin-top: 11.7vw;
  }
  :lang(en) .introduction__burst.-burst1 {
    position: absolute;
    top: -46.2vw;
    left: -39vw;
  }
  :lang(en) .introduction__burst.-burst2 {
    position: absolute;
    top: 91.7vw;
    left: -31.6vw;
  }
  :lang(en) .introduction__txt.-txt1 {
    width: 87.9vw;
    margin: 9.3vw 0 0 5.8vw;
  }
  :lang(en) .introduction__txt.-txt2 {
    width: 73.7vw;
    margin-left: 59.7vw;
    margin-top: 33.8vw;
  }
  :lang(en) .introduction__txt.-txt3 {
    width: 75vw;
    margin-left: 52.3vw;
    margin-top: 8.2vw;
  }
  .m-caststaff-comment__cont.-txt {
    margin: 32vw 0;
  }
  .m-caststaff-comment__cont.-ph {
    margin: 32vw 0;
  }
  .m-caststaff-comment__block {
    width: 83.3vw;
  }
  [lang=en] .music {
    margin-top: -39.8vw;
  }
  .music__burst {
    position: relative;
    margin-left: 3.9vw;
  }
  .music__cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 14.8vw), calc(-50% + 4.8vw));
  }
  [lang=en] .music__cont {
    transform: translate(calc(-50% + 16.2vw), calc(-50% + 5vw));
  }
  .music__cont__wrapper {
    width: 49.1vw;
  }
  .music__ttl {
    margin-left: -2.7vw;
  }
  .pv {
    width: 100%;
    aspect-ratio: 16/9;
    height: 62.6vw;
  }
  .pv__cont iframe {
    height: 62.6vw;
    width: 111.2888888889vw;
  }
  .pv__cont {
    width: 100%;
  }
  .pv__cont__play {
    width: 15.3vw;
    height: 15.3vw;
    padding: 4.6vw 0 0 5.5vw;
  }
  .pv__cont__play__ico polygon {
    stroke-width: 3px;
  }
  .pv__cont__play__ico {
    width: 8.2vw;
    height: 8.2vw;
  }
}
@media (min-width: 781px) {
  .caststaff {
    margin-top: -621px;
  }
  .caststaff__inner {
    height: 1974px;
  }
  .caststaff__burst {
    transform-origin: center;
    background: url(/assets/img/top/caststaff/ph_burst.png) 0 0/100% auto no-repeat;
    width: 1974px;
    aspect-ratio: 1960/1600;
    position: absolute;
    top: 0;
    left: calc(50% - 377px);
    height: 100%;
  }
  .caststaff__cont {
    position: absolute;
    top: 590px;
    left: calc(50% - 170px);
  }
  [lang=en] .caststaff__cont {
    position: absolute;
    top: 607px;
    left: calc(50% - 250px);
  }
  .caststaff__ttl {
    width: 353px;
    position: absolute;
    top: -106px;
    left: -105px;
  }
  [lang=en] .caststaff__ttl {
    width: 360px;
    position: absolute;
    top: -117px;
    left: -68px;
  }
  .caststaff__flex {
    width: 478px;
  }
  .caststaff__list.-cast {
    order: 2;
    margin: 0 0 0 80px;
  }
  [lang=en] .caststaff__list.-cast {
    margin: 0 0 0 69px;
  }
  .caststaff__list.-staff {
    order: 1;
  }
  .caststaff__item:not(:first-of-type) {
    margin-top: 20px;
  }
  [lang=en] .caststaff__item:not(:first-of-type) {
    margin-top: 25px;
  }
  [lang=en] .caststaff__item:nth-of-type(2) {
    margin-top: 34px;
  }
  .-cast .caststaff__item:not(:first-of-type) {
    margin-top: 27px;
  }
  [lang=en] .-cast .caststaff__item:not(:first-of-type) {
    margin-top: 24px;
  }
  .caststaff__item__ja .role {
    margin-top: -4px;
    margin-bottom: 2px;
  }
  .-cast .caststaff__item__ja .role {
    font-size: 1.5625rem;
  }
  .-staff .caststaff__item__ja .role {
    font-size: 1.3125rem;
  }
  .caststaff__item__ja .name {
    line-height: 1.1875;
  }
  .caststaff__item__ja .name:hover .comment {
    transform: scale(0.8);
  }
  .-cast .caststaff__item__ja .name {
    font-size: 2.5rem;
  }
  .-staff .caststaff__item__ja .name {
    font-size: 2rem;
  }
  .-item5 .caststaff__item__ja .name {
    font-size: 2.25rem;
    margin-top: -4px;
  }
  .caststaff__item__ja .name .comment {
    width: 32px;
    height: 28px;
  }
  .-cast .caststaff__item__ja .name .comment {
    margin: 10px 0 0 7px;
  }
  .-staff .caststaff__item__ja .name .comment {
    margin: 6px 0 0 7px;
  }
  .caststaff__item__ja .source {
    font-size: 1rem;
    margin-top: 3px;
  }
  .caststaff__item__en {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 1px 0 0 2px;
  }
  .caststaff__item__en .name {
    margin-top: -4px;
  }
  [lang=en] .caststaff__item__en .name {
    font-size: 2.5rem;
    margin: -17px 0 0 -2px;
    letter-spacing: 0.01em;
  }
  [lang=en] .-cast .caststaff__item__en .name {
    font-size: 3.125rem;
    margin: -18px 0 0 -2px;
  }
  .-cast .caststaff__item__en .role {
    margin-top: 4px;
  }
  [lang=en] .-cast .caststaff__item__en .role {
    margin: 0 0 0 -1px;
  }
  [lang=en] .caststaff__item__en .role {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
  [lang=en] .caststaff__item__en .source {
    font-size: 1.125rem;
    margin: -12px 0 0 -1px;
  }
  .cs {
    margin-top: -104px;
  }
  [lang=en] .cs {
    margin-top: -46px;
  }
  .cs__inner {
    height: 833px;
  }
  .cs__burst {
    aspect-ratio: 593/541;
    width: 593px;
    padding: 264px 0 0 200px;
    position: absolute;
    top: 30px;
    left: calc(50% - 144px);
    transform: translateX(-50%) rotate(-5deg);
  }
  .cs__burst__bg {
    background: url(/assets/img/top/cs/ph_burst.png) 0 0/100% auto no-repeat;
  }
  .cs__burst__txt {
    width: 260px;
  }
  .cs__year {
    position: absolute;
    left: calc(50% - 10px);
    bottom: 0;
  }
  .cs__year__txt {
    width: 100.7vw;
  }
  .cs__year__txt__cha {
    transform-origin: 100% 99%;
    --year-scale-from: 2;
  }
  .cs__year__burst__txt img {
    position: absolute;
    top: 82px;
    left: 78px;
    width: 127px;
  }
  .cs__year__amp {
    position: absolute;
    left: calc(50% + 0.7vw);
    bottom: 13px;
  }
  .cs__year__amp__cont {
    width: 349px;
  }
  .introduction__inner {
    height: 1246px;
  }
  .introduction__burst {
    transform: translateX(-50%);
  }
  .introduction__burst.-burst1 {
    width: 1430px;
    height: 821px;
    position: absolute;
    top: 179px;
    left: calc(50% - 450px);
  }
  .introduction__burst.-burst2 {
    width: 998px;
    height: 835px;
    position: absolute;
    top: 408px;
    left: calc(50% + 368px);
  }
  .-burst1 .introduction__burst__ph {
    y: -50px;
    width: 1431px;
    height: 1223px;
  }
  .-burst2 .introduction__burst__ph {
    x: 0;
    y: -50px;
    width: 999px;
    height: 1236px;
  }
  .-reveal .-burst2 .introduction__burst__ph {
    animation: burstPhScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .-burst1 .introduction__burst__clip {
    transform-origin: 45% 57%;
    width: 1535px;
    height: 881px;
  }
  .-reveal.introduction .-burst2 .introduction__burst__clip {
    animation: itemInScale 0.6s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .introduction__txt.-txt1 {
    transform: translateX(-50%);
    width: 500px;
    position: absolute;
    top: 96px;
    left: calc(50% - 317px);
  }
  [lang=en] .introduction__txt.-txt1 {
    position: absolute;
    top: 96px;
    left: calc(50% - 3px);
  }
  .-reveal .introduction__txt.-txt2 {
    animation: introTxtIn 0.7s 0.3s cubic-bezier(1, 0, 0, 1) forwards;
  }
  .introduction__txt.-txt2 {
    width: 491px;
    position: absolute;
    top: 221px;
    left: calc(50% + 339px);
  }
  :lang(en) .introduction__txt.-txt1 {
    width: 580px;
    position: absolute;
    top: 130px;
    left: calc(50% - 305px);
  }
  :lang(en) .introduction__txt.-txt2 {
    width: 428px;
    position: absolute;
    top: 208px;
    left: calc(50% + 329px);
  }
  .m-caststaff-comment::before {
    background: url(/assets/img/top/caststaff/ph_bg.webp) 0 0/100% auto repeat-y;
  }
  .m-caststaff-comment__ttl {
    width: 510px;
  }
  .m-caststaff-comment__cont.-txt {
    margin: 300px 0;
  }
  .m-caststaff-comment__cont.-ph {
    margin: 300px 0;
  }
  .m-caststaff-comment__block {
    width: 640px;
    padding-left: 56px;
  }
  .m-caststaff-comment__block::before {
    position: absolute;
    top: 13px;
    left: 0;
    height: 5px;
    width: 20px;
  }
  .m-caststaff-comment__block.-txt::before {
    top: 16px;
  }
  .m-caststaff-comment__block.-ph {
    top: 13px;
  }
  .-txt .m-caststaff-comment__block:nth-of-type(2) {
    margin-top: 36px;
  }
  .-ph .m-caststaff-comment__block:nth-of-type(2) {
    margin-top: 48px;
  }
  .m-caststaff-comment__ph {
    width: 180px;
  }
  .m-caststaff-comment__about__ja {
    margin-top: 8px;
  }
  .m-caststaff-comment__about__ja .role {
    font-size: 1.25rem;
  }
  .m-caststaff-comment__about__ja .name {
    margin-top: -4px;
    font-size: 2rem;
  }
  .m-caststaff-comment__about__en {
    font-size: 0.9375rem;
    margin-top: 3px;
  }
  .m-caststaff-comment__about__en .name {
    margin-top: -2px;
  }
  .m-caststaff-comment__txt {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .m-caststaff-comment__illust {
    width: 100%;
  }
  .m-caststaff-comment__illust img {
    width: 480px;
  }
  .mainvisual__credit.-prod {
    transform: translateX(-50%);
    width: min(5.2083333333vw, 100px);
    position: absolute;
    top: min(3.6458333333vw, 70px);
    left: calc(50% + min(32.2395833333vw, 619px));
  }
  [lang=en] .mainvisual__credit.-prod {
    width: min(17.3958333333vw, 334px);
    position: absolute;
    top: min(11.6666666667vw, 224px);
    left: calc(50% + min(37.1875vw, 714px));
  }
  .mainvisual__en {
    font-size: 6.25rem;
    padding: 8px 20px 12px;
  }
  .music {
    height: 837px;
    margin-top: -1332px;
  }
  .music__burst {
    background: url(/assets/img/top/music/ph_burst.png) 0 0/100% auto no-repeat;
    width: 860px;
    aspect-ratio: 860/840;
    transform: translateX(-50%);
    position: absolute;
    top: 40px;
    left: calc(50% + 329px);
  }
  .music__cont {
    position: absolute;
    top: 413px;
    left: calc(50% + 310px);
  }
  .music__cont__wrapper {
    width: 354px;
  }
  .music__ttl {
    font-weight: 700;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
  }
  .music__txt {
    margin: 4px 0 0 13px;
  }
  .music__note {
    font-size: 0.875rem;
    margin-left: 30px;
  }
  .pv {
    height: min(41.6666666667vw, 800px);
  }
  .pv__ttl {
    width: min(17.9166666667vw, 344px);
    position: absolute;
    top: calc(min(0.625vw, 12px) * -1);
    left: calc(min(1.0416666667vw, 20px) * -1);
  }
  .pv__ttl__main {
    height: min(43.8020833333vw, 841px);
  }
  .pv__ttl__txt {
    margin-top: min(0.625vw, 12px);
    width: min(0.78125vw, 15px);
  }
  .pv__cont {
    width: 100%;
  }
  .pv__cont__play:hover {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .pv__cont__play {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    padding: 36px 0 0 43px;
  }
  .pv__cont__play__ico {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 781px) and (max-width: 1399px) {
  .caststaff {
    margin-top: -44.4vw;
  }
  .caststaff__inner {
    height: 141.1vw;
  }
  .caststaff__burst {
    width: 141.1vw;
    position: absolute;
    top: 0vw;
    left: calc(50% - 26.9vw);
  }
  .caststaff__cont {
    position: absolute;
    top: 42.1vw;
    left: calc(50% - 12.1vw);
  }
  [lang=en] .caststaff__cont {
    position: absolute;
    top: 43.3vw;
    left: calc(50% - 17.8vw);
  }
  .caststaff__ttl {
    width: 25.2vw;
    position: absolute;
    top: -7.6vw;
    left: -7.6vw;
  }
  [lang=en] .caststaff__ttl {
    width: 25.7vw;
    position: absolute;
    top: -8.1vw;
    left: -4.9vw;
  }
  .caststaff__ttl path {
    fill: #afff00;
  }
  .caststaff__flex {
    width: 34.1vw;
  }
  .caststaff__list.-cast {
    margin: 0 0 0 5.7vw;
  }
  [lang=en] .caststaff__list.-cast {
    margin: 0 0 0 4.9vw;
  }
  .caststaff__item:not(:first-of-type) {
    margin-top: 1.4vw;
  }
  [lang=en] .caststaff__item:not(:first-of-type) {
    margin-top: 1.7vw;
  }
  [lang=en] .caststaff__item:nth-of-type(2) {
    margin-top: 2.4vw;
  }
  .-cast .caststaff__item:not(:first-of-type) {
    margin-top: 1.9vw;
  }
  [lang=en] .-cast .caststaff__item:not(:first-of-type) {
    margin-top: 1.7vw;
  }
  .caststaff__item__ja .role {
    margin-top: -0.3vw;
    margin-bottom: 0.1vw;
  }
  .-cast .caststaff__item__ja .role {
    font-size: 1.7vw;
  }
  .-staff .caststaff__item__ja .role {
    font-size: 1.5vw;
  }
  .-cast .caststaff__item__ja .name {
    font-size: 2.8vw;
  }
  .-staff .caststaff__item__ja .name {
    font-size: 2.2vw;
  }
  .-item5 .caststaff__item__ja .name {
    font-size: 2.5vw;
    margin-top: -0.3vw;
  }
  .caststaff__item__ja .name .comment {
    width: 2.2vw;
    height: 2vw;
  }
  .-cast .caststaff__item__ja .name .comment {
    margin: 0.7vw 0 0 0.3vw;
  }
  .-staff .caststaff__item__ja .name .comment {
    margin: 0.4vw 0 0 0.3vw;
  }
  .caststaff__item__ja .source {
    font-size: 1.1vw;
    margin-top: 0.2vw;
  }
  .caststaff__item__en {
    font-size: 1vw;
    margin: 0vw 0 0 0.1vw;
  }
  .caststaff__item__en .name {
    margin-top: -0.3vw;
  }
  [lang=en] .caststaff__item__en .name {
    font-size: 2.8vw;
    margin: -1.3vw 0 0 -0.2vw;
  }
  [lang=en] .-cast .caststaff__item__en .name {
    font-size: 3.5vw;
    margin: -1.3vw 0 0 -0.2vw;
  }
  .-cast .caststaff__item__en .role {
    margin-top: 0.2vw;
  }
  [lang=en] .-cast .caststaff__item__en .role {
    margin: 0 0 0 -0.1vw;
  }
  [lang=en] .caststaff__item__en .role {
    font-size: 1.7vw;
  }
  [lang=en] .caststaff__item__en .source {
    font-size: 1.2vw;
    margin: -0.9vw 0 0 -0.1vw;
  }
  .cs__inner {
    height: 59.5vw;
  }
  .cs__burst {
    aspect-ratio: 593/541;
    width: 42.3vw;
    padding: 18.8vw 0 0 14.2vw;
    position: absolute;
    top: 2.1vw;
    left: calc(50% - 10.2vw);
  }
  .cs__burst__txt {
    width: 18.5vw;
  }
  .cs__year {
    position: absolute;
    left: calc(50% - 0.7vw);
    bottom: 0;
  }
  .cs__year__txt {
    width: 100.7vw;
  }
  .cs__year__burst__txt img {
    position: absolute;
    top: 5.8vw;
    left: 5.5vw;
    width: 9vw;
  }
  .cs__year__amp__cont {
    width: 24.9vw;
  }
  .introduction__inner {
    height: 89vw;
  }
  .introduction__burst.-burst1 {
    width: 102.2vw;
    height: 58.6vw;
    position: absolute;
    top: 12.7vw;
    left: calc(50% - 32.1vw);
  }
  .introduction__burst.-burst2 {
    width: 71.3vw;
    height: 59.6vw;
    position: absolute;
    top: 29.1vw;
    left: calc(50% + 26.3vw);
  }
  .-burst1 .introduction__burst__ph {
    y: 0;
    width: 100%;
    height: 100%;
  }
  .-burst2 .introduction__burst__ph {
    y: 0;
    width: 100%;
    height: 100%;
  }
  .-burst1 .introduction__burst__clip {
    transform-origin: 45% 57%;
    width: 109.7vw;
    height: 62.9vw;
  }
  .introduction__txt.-txt1 {
    width: 35.7vw;
    position: absolute;
    top: 6.8vw;
    left: calc(50% - 22.6vw);
  }
  .introduction__txt.-txt2 {
    width: 35vw;
    position: absolute;
    top: 15.7vw;
    left: calc(50% + 24.2vw);
  }
  :lang(en) .introduction__txt.-txt1 {
    width: 41.4vw;
    position: absolute;
    top: 9.2vw;
    left: calc(50% - 21.8vw);
  }
  :lang(en) .introduction__txt.-txt2 {
    width: 30.5vw;
    position: absolute;
    top: 14.8vw;
    left: calc(50% + 23.5vw);
  }
  .music {
    height: 59.8vw;
    margin-top: -95.3vw;
  }
  .music__burst {
    width: 61.4vw;
    position: absolute;
    top: 2.8vw;
    left: calc(50% + 23.5vw);
  }
  .music__cont {
    position: absolute;
    top: 29.5vw;
    left: calc(50% + 22.1vw);
  }
  .music__cont__wrapper {
    width: 25.3vw;
  }
  .music__ttl {
    font-size: 1.5vw;
  }
  .music__txt {
    margin: 0.2vw 0 0 0.9vw;
  }
  .music__note {
    font-size: 1vw;
    margin-left: 2.1vw;
  }
  .pv__cont__play {
    width: 14.2vw;
    height: 14.2vw;
    border-radius: 7.1vw;
    padding: 2.5vw 0 0 3vw;
  }
  .pv__cont__play__ico {
    width: 8.5vw;
    height: 8.5vw;
  }
}
@media (min-width: 1025px) {
  .mainvisual__inner {
    height: min(66.40625vw, 1275px);
  }
  [data-news-position=bottom] .mainvisual__inner {
    min-height: 100svh;
  }
  .mainvisual__ph__chara__img.-mitsuki {
    width: min(45.3125vw, 870px);
    position: absolute;
    top: min(6.5104166667vw, 125px);
    left: calc(50% + min(4.7395833333vw, 91px));
  }
  .mainvisual__ph__chara__img.-aya {
    width: min(22.8645833333vw, 439px);
    position: absolute;
    top: min(0.1041666667vw, 2px);
    left: calc(50% - min(0.3645833333vw, 7px));
  }
  .mainvisual__ph__amp {
    width: min(37.5vw, 720px);
    position: absolute;
    top: min(9.375vw, 180px);
    left: calc(50% - min(14.84375vw, 285px));
  }
  .mainvisual__pick {
    transform: translateX(-50%);
    width: min(70.3125vw, 1350px);
    position: absolute;
    top: calc(min(7.8125vw, 150px) * -1);
    left: calc(50% + min(0.46875vw, 9px));
  }
  .mainvisual__pick__item {
    top: -5%;
    left: 50%;
  }
  .mainvisual__pick__item {
    width: 100%;
  }
  .mainvisual__floor {
    width: min(123.59375vw, 2373px);
    aspect-ratio: 2373/1301;
    position: absolute;
    top: calc(min(6.7708333333vw, 130px) * -1);
    left: calc(50% + min(8.3333333333vw, 160px));
  }
  .mainvisual__year {
    position: absolute;
    top: min(32.6041666667vw, 626px);
    left: calc(50% + min(1.09375vw, 21px));
    transform: scaleY(0.9) translateX(-50%) translate3d(var(--mx, 0px), var(--my, 0px), 0);
  }
  .mainvisual__year__txt {
    width: min(124.4791666667vw, 2390px);
    aspect-ratio: 2080/828;
  }
  .mainvisual__ttl {
    transform: translateX(-50%);
    position: absolute;
    top: min(0.3645833333vw, 7px);
    left: calc(50% - min(33.28125vw, 639px));
    width: min(34.8958333333vw, 670px);
  }
  [lang=en] .mainvisual__ttl {
    position: absolute;
    top: min(4.9479166667vw, 95px);
    left: calc(50% - min(28.125vw, 540px));
    width: min(35.4166666667vw, 680px);
  }
  .mainvisual__credit.-ori {
    transform: translateX(-50%);
    width: min(4.1666666667vw, 80px);
    position: absolute;
    top: min(3.6458333333vw, 70px);
    left: calc(50% + min(39.21875vw, 753px));
  }
  [lang=en] .mainvisual__credit.-ori {
    width: min(16.3541666667vw, 314px);
    position: absolute;
    top: min(5vw, 96px);
    left: calc(50% + min(36.71875vw, 705px));
  }
  .news {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  [data-news-position=bottom] .news {
    height: 100svh;
  }
  .news__inner {
    position: absolute;
    top: min(53.6458333333vw, 1030px);
    right: min(3.75vw, 72px);
  }
  [data-news-position=fixed] .news__inner {
    position: fixed;
    bottom: min(1.6666666667vw, 32px);
    right: min(8.75vw, 168px);
    top: auto;
  }
  [data-news-position=bottom] .news__inner {
    position: absolute;
    bottom: min(1.6666666667vw, 32px);
    right: min(8.75vw, 168px);
    top: auto;
  }
  [data-scroll=active] .news__inner {
    right: min(8.75vw, 168px);
  }
  .news__wrapper {
    transition: opacity 0.3s ease-out;
    width: min(25vw, 480px);
  }
  .news__ttl {
    width: min(6.1458333333vw, 118px);
    position: absolute;
    top: calc(min(0.9895833333vw, 19px) * -1);
    left: calc(min(1.0416666667vw, 20px) * -1);
  }
  .news__list {
    padding-top: min(0.4166666667vw, 8px);
  }
  .news__list__item {
    font-size: 1rem;
    margin: calc(min(0.4166666667vw, 8px) * -1) 0 0 0;
    padding-left: min(0.78125vw, 15px);
  }
  .news__list__item .date {
    font-size: 1.0625rem;
  }
  [lang=en] .news__list__item .date {
    font-size: 1rem;
  }
  .news__list__item .ttl {
    margin-left: min(0.4166666667vw, 8px);
  }
  .pv {
    transition: opacity 0.3s ease-out;
    margin-top: min(0vw, 0px);
  }
}
@media (min-width: 768px) {
  .mainvisual__ph__chara {
    transform-origin: top;
  }
}
@media (max-width: 767px) {
  [lang=en] .mainvisual__ph__chara__img.-mitsuki {
    width: 117.9vw;
    position: absolute;
    top: 49.9vw;
    left: 71.2vw;
    transform: translateX(-50%) rotate(-1deg);
  }
  [lang=en] .mainvisual__ph__chara__img.-aya {
    width: 60.5vw;
    position: absolute;
    top: 33.5vw;
    left: 57.9vw;
    transform: translateX(-50%) rotate(-1deg);
  }
  [lang=en] .mainvisual__ph__amp {
    width: 97.3vw;
    transform: rotate(-1deg);
    position: absolute;
    top: 57.6vw;
    left: 21vw;
  }
  [lang=en] .mainvisual__pick__item {
    left: 44.5%;
    top: -6.5%;
  }
  [lang=ja] .mainvisual__pick__item.-pick1 {
    background: url(/assets/img/top/mainvisual/ph_pick_1_nrw.webp) 0 0/100% auto no-repeat;
  }
  [lang=en] .mainvisual__pick__item.-pick1 {
    background: url(/assets/img/top/mainvisual/ph_pick_1_nrw_en.webp) 0 0/100% auto no-repeat;
  }
  [lang=ja] .mainvisual__pick__item.-pick2 {
    background: url(/assets/img/top/mainvisual/ph_pick_2_nrw.webp) 0 0/100% auto no-repeat;
  }
  [lang=en] .mainvisual__pick__item.-pick2 {
    background: url(/assets/img/top/mainvisual/ph_pick_2_nrw_en.webp) 0 0/100% auto no-repeat;
  }
  [lang=ja] .mainvisual__pick__item.-pick3 {
    background: url(/assets/img/top/mainvisual/ph_pick_3_nrw.webp) 0 0/100% auto no-repeat;
  }
  [lang=en] .mainvisual__pick__item.-pick3 {
    background: url(/assets/img/top/mainvisual/ph_pick_3_nrw_en.webp) 0 0/100% auto no-repeat;
  }
  .mainvisual__floor {
    width: 278.9vw;
    aspect-ratio: 2176/1251;
    position: absolute;
    top: 23vw;
    left: calc(50% + 21.7vw);
    transform: translateX(-50%) translate3d(var(--mx, 0px), var(--my, 0px), 0);
  }
  [lang=en] .mainvisual__year {
    position: absolute;
    top: 134.6vw;
    left: 52%;
  }
  [lang=en] .news {
    margin-top: -20vw;
  }
  .news__content {
    background-color: transparent;
  }
  .news__list__item::before {
    position: absolute;
    left: 0;
    bottom: 0.8vw;
  }
  [lang=en] .news__list__item::before {
    position: absolute;
    left: 0;
    bottom: 1.2vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainvisual__ph__chara__img.-mitsuki {
    width: 99.2vw;
    position: absolute;
    top: 20.8vw;
    left: 61.7vw;
    transform: translateX(-50%) rotate(2deg);
  }
  .mainvisual__ph__chara__img.-aya {
    width: 50.7vw;
    position: absolute;
    top: 6.1vw;
    left: 51.3vw;
    transform: translateX(-50%) rotate(2deg);
  }
  .mainvisual__ph__amp {
    background: url(/assets/img/top/mainvisual/ph_amp_tablet_top.webp) 0 0/100% auto no-repeat;
  }
  .mainvisual__ph__amp.-amp2 {
    visibility: visible;
    display: block;
    background: url(/assets/img/top/mainvisual/ph_amp_tablet_bottom.webp) 0 0/100% auto no-repeat;
    position: absolute;
    top: 32.2vw;
    left: calc(50% - 30.4vw);
  }
  .mainvisual__ph__amp.-amp3 {
    position: absolute;
    top: 32.2vw;
    left: calc(50% - 30.4vw);
  }
  .mainvisual__ph__amp {
    width: 75.5vw;
    position: absolute;
    top: 32.2vw;
    left: calc(50% - 25.7vw);
    transform: rotate(1deg);
  }
  .mainvisual__pick__item {
    top: -5%;
    left: 48%;
  }
  .mainvisual__pick__item {
    top: -11.5%;
    left: 47.8%;
    width: 159.2vw;
  }
  [lang=en] .mainvisual__pick__item {
    width: 160.2vw;
    top: -11.8%;
    left: 48%;
  }
  .-load .mainvisual__pick__item {
    animation-name: pickInTablet;
  }
  .mainvisual__floor {
    width: 235.6vw;
    aspect-ratio: 2373/1301;
    position: absolute;
    top: 2.8vw;
    left: calc(50% + 14vw);
    transform: translateX(-50%) translate3d(var(--mx, 0px), var(--my, 0px), 0) rotate(-5deg);
  }
  .mainvisual__year {
    position: absolute;
    top: 89.5vw;
    left: 52%;
  }
  .mainvisual__year__txt {
    width: 139.3vw;
    aspect-ratio: 1870/828;
  }
  .mainvisual__ttl {
    width: 49vw;
    position: absolute;
    top: 3.2vw;
    left: -8.1vw;
  }
  [lang=en] .mainvisual__ttl {
    width: 45vw;
    position: absolute;
    top: 10vw;
    left: 3.9vw;
  }
  .mainvisual__credit.-ori {
    width: 7vw;
    position: absolute;
    top: 9.3vw;
    right: 3.9vw;
  }
  [lang=en] .mainvisual__credit.-ori {
    width: 20.8vw;
    transform: translateX(-50%);
    position: absolute;
    top: 10.2vw;
    left: calc(50% + 35.9vw);
  }
  .mainvisual__credit.-prod {
    width: 8.7vw;
    position: absolute;
    top: 9.1vw;
    right: 12.3vw;
  }
  [lang=en] .mainvisual__credit.-prod {
    width: 22.1vw;
    transform: translateX(-50%);
    position: absolute;
    top: 19vw;
    left: calc(50% + 36.7vw);
  }
  .mainvisual__credit.-prod::before {
    content: "";
    width: 9.5vw;
    height: 25.3vw;
    position: absolute;
    left: -2.1vw;
    bottom: -1.9vw;
    background-color: #fff;
    border-radius: 100px;
    filter: blur(25px);
    opacity: 0.35;
  }
  [lang=en] .mainvisual__credit.-prod::before {
    content: none;
  }
  .news {
    margin-top: 0 !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .news__inner {
    position: absolute;
    top: 130.2vw;
    right: 2.3vw;
  }
  [data-news-position=fixed] .news__inner {
    position: fixed;
    bottom: 2vw;
    right: 2.3vw;
    top: auto;
  }
  .news__wrapper {
    transition: opacity 0.3s ease-out;
    width: 45.3vw;
    padding: 0 !important;
  }
  .news__ttl {
    top: -2vw !important;
    left: -1.1vw !important;
    width: 9.8vw !important;
  }
  .news__list {
    padding-top: 1vw;
  }
  .news__list__item {
    font-size: 2vw;
    margin: -1.1vw 0 0 0;
    padding-left: 1.9vw;
  }
  .news__list__item::before {
    position: absolute;
    left: 0;
    bottom: 0.2vw;
  }
  [lang=en] .news__list__item::before {
    position: absolute;
    left: 0;
    bottom: 0.6vw;
  }
  .news__list__item .date {
    font-size: 2vw;
  }
  [lang=en] .news__list__item .date {
    font-size: 2vw;
  }
  .news__list__item .ttl {
    margin-left: 0.5vw;
  }
  .pv {
    margin-top: -57.3vw !important;
  }
}
@media (max-width: 1024px) {
  .news {
    margin-top: -32.1vw;
  }
  .news__wrapper {
    padding: 0 4.6vw;
  }
  .news__ttl {
    background-color: transparent;
    position: absolute;
    top: -13px;
    left: 3vw;
  }
  .pv {
    margin-top: 15.3vw;
  }
  [lang=en] .pv {
    margin-top: 0vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 1000px) and (max-height: 1400px) {
  .news {
    height: 100svh;
    min-height: 100svh;
  }
  .news__inner {
    top: min(130.2vw, 100svh - 5.2vw) !important;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .news__wrapper {
    width: min(29.1666666667vw, 560px);
    max-width: 480px;
  }
  [data-scroll=active] .news__wrapper {
    width: min(25vw, 480px);
  }
}