.p-kv {
  display: flex;
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv {
    display: block;
  }
}
.p-kv::before, .p-kv::after {
  content: "";
  display: block;
  width: 110%;
  position: absolute;
  left: 50%;
  z-index: 1;
}
.p-kv::before {
  height: 90px;
  bottom: -22px;
  background: url(../img/line_black.jpg) repeat-x left top/752px 90px;
  transform: translateX(-50%) rotate(2.5deg);
  animation: blackTape 14s linear infinite;
  transition: -webkit-clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main), -webkit-clip-path 0.8s var(--ease-main);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.is-load .p-kv::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-kv::before {
    height: 45px;
    bottom: -28px;
    transform: translateX(-50%) rotate(4deg);
    background: url(../img/line_black.jpg) repeat-x left top/376px 45px;
  }
}
.p-kv::after {
  height: 70px;
  bottom: -32px;
  transform: translateX(-50%) rotate(-5deg);
  background: url(../img/line_red.jpg) repeat-x left top/585px 70px;
  animation: redTape 10s linear infinite;
  transition: -webkit-clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main), -webkit-clip-path 0.8s var(--ease-main);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.is-load .p-kv::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-kv::after {
    height: 35px;
    bottom: -34px;
    transform: translateX(-50%) rotate(-7deg);
    background: url(../img/line_red.jpg) repeat-x left top/292.5px 35px;
  }
}

.p-kv__image {
  width: 50%;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: opacity 0.8s var(--ease-main), -webkit-clip-path 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
  transition: clip-path 0.8s var(--ease-main), opacity 0.8s var(--ease-main), -webkit-clip-path 0.8s var(--ease-main);
}
.is-load .p-kv__image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__image img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05) rotate(4deg);
  transition: transform 4s var(--ease-main), filter 0.8s var(--ease-main), opacity 0.4s var(--ease-main);
}
.is-load .p-kv__image img {
  filter: blur(0);
  opacity: 1;
  transform: scale(1) rotate(0);
}
@media screen and (max-width: 899px) {
  .p-kv__image {
    width: 100%;
  }
}

.p-kv__detail {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv__detail {
    width: 94%;
    position: relative;
    margin: -11.5% auto 0;
  }
}
.p-kv__detail-inner {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-kv__detail-inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-kv__detail-logo {
  width: 85.7%;
  margin: 0 auto 37px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-bound), opacity 0.8s var(--ease-main);
}
.is-load .p-kv__detail-logo {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-logo {
    margin: 0 auto 20px;
  }
}
.p-kv__detail-copy {
  width: 47%;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-bound) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}
.is-load .p-kv__detail-copy {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-copy {
    width: 52%;
    margin: 0 auto 18px;
  }
}
.p-kv__detail-date {
  width: 81.4%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-bound) 0.2s, opacity 0.8s var(--ease-main) 0.2s;
}
.is-load .p-kv__detail-date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-date {
    width: 95%;
  }
}
.p-kv__detail-scroll {
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: 98px;
  transform: translateX(-50%);
}
.p-kv__detail-scroll-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-kv__detail-scroll-item:nth-of-type(1) {
  transform: translateY(-44px);
}
.p-kv__detail-scroll-item:nth-of-type(2) {
  transform: translateY(-22px);
}
.p-kv__detail-scroll-item:nth-of-type(1) {
  animation: scroll01 1s steps(1) infinite 0.4s;
}
.p-kv__detail-scroll-item:nth-of-type(2) {
  animation: scroll02 1s steps(1) infinite 0.4s;
}
.p-kv__detail-scroll-item:nth-of-type(3) {
  animation: scroll03 1s steps(1) infinite 0.4s;
}
@keyframes scroll01 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes scroll03 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}

.p-news {
  padding: 192px 0 85px;
}
@media screen and (max-width: 899px) {
  .p-news {
    padding: 95px 0 59px;
  }
}

.p-news__inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-rows: 90px 2fr;
  gap: 30px 60px;
  width: 77.2%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news__inner {
    display: block;
    width: 89.2%;
  }
}

.p-news__title {
  width: 100%;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 899px) {
  .p-news__title {
    width: 45%;
    margin: 0 auto 27px;
  }
}

.p-news__contents {
  grid-area: 1/2/3/3;
}
.p-news__more {
  width: 200px;
  grid-area: 2/1/3/2;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-news__more {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news__more {
    width: 200px;
    margin: 24px auto 0;
  }
}
.p-introduction {
  padding: 12% 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-introduction {
    padding: 24.4% 0;
  }
}

.p-introduction__bg {
  width: 143%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-scroll.is-active .p-introduction__bg {
  animation: leftMask 0.5s steps(1) forwards;
}
@keyframes leftMask {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  20% {
    -webkit-clip-path: polygon(0 0, 0 0, 25% 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 25% 100%, 0 100%);
  }
  40% {
    -webkit-clip-path: polygon(0 0, 50% 0, 25% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0, 25% 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 50% 0, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0, 75% 100%, 0 100%);
  }
  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 899px) {
  .p-introduction__bg {
    width: 100%;
  }
}
.p-introduction__bg img {
  width: 100%;
}

.p-introduction__inner {
  width: 100%;
  position: relative;
}

.p-introduction__title {
  margin-bottom: 3.7%;
}
@media screen and (max-width: 899px) {
  .p-introduction__title {
    margin-bottom: 7.9%;
  }
}

.p-introduction__contents {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-introduction__contents {
    width: 95%;
    margin: 0 auto;
  }
}
.p-introduction__contents .p-in-main {
  display: inline-block;
  margin-top: 7px;
}
@media screen and (max-width: 899px) {
  .p-introduction__contents .p-in-main {
    margin-top: 3px;
  }
}
.p-introduction__contents-detail {
  font-size: 1.135vw;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .p-introduction__contents-detail {
    font-size: 3.75vw;
    line-height: 1.8;
  }
}
.p-introduction__contents-detail p {
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-introduction__contents-detail p {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-introduction__contents-detail p {
    margin-top: 24px;
  }
}
.p-introduction__contents-detail .u-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 4px 6px;
  line-height: 1;
  background-color: var(--color-red);
}
@media screen and (max-width: 899px) {
  .p-introduction__contents-detail .u-label {
    padding: 2px 6px 4px;
    margin-bottom: 5px;
  }
}
.p-introduction__contents-detail .u-middle {
  display: block;
  font-size: 1.75vw;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.3s, transform 0.7s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-introduction__contents-detail .u-middle {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-introduction__contents-detail .u-middle {
    font-size: 4.45vw;
  }
}
.p-introduction__contents-detail strong {
  display: block;
  font-size: 2.15vw;
  margin-top: -9px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.4s, transform 0.7s var(--ease-main) 0.4s;
}
.p-scroll.is-active .p-introduction__contents-detail strong {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-introduction__contents-detail strong {
    display: block;
    font-size: 5.15vw;
    margin-top: -2px;
  }
}

.p-sc {
  padding: 7.4% 0 0;
}
@media screen and (max-width: 899px) {
  .p-sc {
    padding: 61px 0 0;
  }
}

.p-sc__title {
  margin-bottom: 73px;
}
@media screen and (max-width: 899px) {
  .p-sc__title {
    margin-bottom: 37px;
  }
}

.p-sc__contents-block + .p-sc__contents-block {
  margin-top: 115px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-block + .p-sc__contents-block {
    margin-top: 60px;
  }
}
.p-sc__contents-block.--ensemble {
  margin-top: 62px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-block.--ensemble {
    margin-top: 30px;
  }
}
.p-sc__contents-title {
  margin-bottom: 28px;
  font-family: var(--font-en);
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-scroll.is-active.--cast .p-sc__contents-title {
  opacity: 1;
  transform: translateY(0);
}
.p-scroll.is-active.--staff .p-sc__contents-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-title {
    margin-bottom: 26px;
    font-size: 2.8rem;
  }
}
.p-sc__contents-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 133px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-title::before {
    height: 66.5px;
  }
}
.--cast .p-sc__contents-title::before {
  background: url(../img/cast_staff/txt_cast.png) repeat-x left top/517px 133px;
  animation: castText 7s linear infinite;
}
@keyframes castText {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -517px;
  }
}
@media screen and (max-width: 899px) {
  .--cast .p-sc__contents-title::before {
    background: url(../img/cast_staff/txt_cast.png) repeat-x left top/258.5px 66.5px;
  }
  @keyframes castText {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -258.5px;
    }
  }
}
.--staff .p-sc__contents-title::before {
  background: url(../img/cast_staff/txt_staff.png) repeat-x left top/615.5px 133px;
  animation: staffText 7s linear infinite;
}
@keyframes staffText {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 615.5px;
  }
}
@media screen and (max-width: 899px) {
  .--staff .p-sc__contents-title::before {
    background: url(../img/cast_staff/txt_staff.png) repeat-x left top/307.75px 66.5px;
  }
  @keyframes staffText {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 307.75px;
    }
  }
}
.p-sc__contents-cast {
  width: 77.2%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast {
    width: 90%;
  }
}
.p-sc__contents-cast-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 18px;
}
.p-sc__contents-cast-list:nth-of-type(1) .p-sc__contents-cast-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-sc__contents-cast-list:nth-of-type(1) .p-sc__contents-cast-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-sc__contents-cast-list:nth-of-type(1) .p-sc__contents-cast-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-sc__contents-cast-list:nth-of-type(1) .p-sc__contents-cast-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-sc__contents-cast-list:nth-of-type(1) .p-sc__contents-cast-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-scroll.is-active.--cast .p-sc__contents-cast-list:nth-of-type(1) .p-sc__contents-cast-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast-list {
    gap: 20px;
  }
}
.p-sc__contents-cast-list + .p-sc__contents-cast-list {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast-list + .p-sc__contents-cast-list {
    margin-top: 22px;
  }
}
.p-sc__contents-cast-item {
  width: calc(20% - 15px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-sc__contents-cast-item:nth-of-type(1) {
  transition-delay: 0.5s;
}
.p-sc__contents-cast-item:nth-of-type(2) {
  transition-delay: 0.6s;
}
.p-sc__contents-cast-item:nth-of-type(3) {
  transition-delay: 0.7s;
}
.p-sc__contents-cast-item:nth-of-type(4) {
  transition-delay: 0.8s;
}
.p-sc__contents-cast-item:nth-of-type(5) {
  transition-delay: 0.9s;
}
.p-sc__contents-cast-item:nth-of-type(6) {
  transition-delay: 1s;
}
.p-sc__contents-cast-item:nth-of-type(7) {
  transition-delay: 1.1s;
}
.p-sc__contents-cast-item:nth-of-type(8) {
  transition-delay: 1.2s;
}
.p-sc__contents-cast-item:nth-of-type(9) {
  transition-delay: 1.3s;
}
.p-sc__contents-cast-item:nth-of-type(10) {
  transition-delay: 1.4s;
}
.p-scroll.is-active.--cast .p-sc__contents-cast-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast-item {
    width: calc(50% - 10px);
  }
}
.p-sc__contents-cast-item-image {
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (hover: hover) {
  .p-sc__contents-cast-item-image:hover img {
    transform: scale(0.97) rotate(2deg);
  }
}
.p-sc__contents-cast-item-image img {
  transition: transform 0.4s var(--ease-main);
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast-item-image {
    margin-bottom: 6px;
  }
}
.p-sc__contents-cast-item-detail .p-in-chara {
  font-size: 1.4rem;
  text-align: center;
  color: var(--color-red);
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast-item-detail .p-in-chara {
    font-size: 1.2rem;
  }
}
.p-sc__contents-cast-item-detail .p-in-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast-item-detail .p-in-name {
    margin: 6px auto 0;
    font-size: 1.5rem;
  }
}
.p-sc__contents-cast-item-detail .p-in-name-text {
  padding-right: 27px;
}
.p-sc__contents-cast-item-detail .p-in-name-icon {
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-sc__contents-cast-item-detail .p-in-name-icon:hover img {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-cast-item-detail .p-in-name-icon {
    width: 16px;
  }
}
.p-sc__contents-cast-item-detail .p-in-name-icon img {
  transition: transform 0.7s var(--ease-main);
  width: 100%;
}
.p-sc__contents-sub_head {
  text-align: center;
  font-size: 2.8rem;
  color: var(--color-red);
  font-family: var(--font-en);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-scroll.is-active.--ensemble .p-sc__contents-sub_head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-sub_head {
    font-size: 1.7rem;
  }
}
.p-sc__contents-staff {
  margin-top: 39px;
}
.--ensemble .p-sc__contents-staff {
  margin-top: 28px;
}
@media screen and (max-width: 899px) {
  .--ensemble .p-sc__contents-staff {
    margin-top: 20px;
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff {
    margin-top: 29px;
  }
}
.p-sc__contents-staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 43px;
  width: 77%;
  max-width: 1400px;
  margin: 0 auto;
}
.--ensemble .p-sc__contents-staff-list {
  gap: 4px 43px;
}
@media screen and (max-width: 899px) {
  .--ensemble .p-sc__contents-staff-list {
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .p-sc__contents-staff-list {
    min-width: 860px;
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-list {
    width: 90%;
    gap: 14px 22px;
  }
}
.p-sc__contents-staff-list + .p-sc__contents-staff-list {
  margin-top: 56px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-list + .p-sc__contents-staff-list {
    margin-top: 37px;
  }
}
.p-sc__contents-staff-item {
  width: calc(25% - 33px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-sc__contents-staff-item:nth-of-type(1) {
  transition-delay: 0.15s;
}
.p-sc__contents-staff-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-sc__contents-staff-item:nth-of-type(3) {
  transition-delay: 0.25s;
}
.p-sc__contents-staff-item:nth-of-type(4) {
  transition-delay: 0.3s;
}
.p-sc__contents-staff-item:nth-of-type(5) {
  transition-delay: 0.35s;
}
.p-sc__contents-staff-item:nth-of-type(6) {
  transition-delay: 0.4s;
}
.p-sc__contents-staff-item:nth-of-type(7) {
  transition-delay: 0.45s;
}
.p-sc__contents-staff-item:nth-of-type(8) {
  transition-delay: 0.5s;
}
.p-sc__contents-staff-item:nth-of-type(9) {
  transition-delay: 0.55s;
}
.p-sc__contents-staff-item:nth-of-type(10) {
  transition-delay: 0.6s;
}
.p-sc__contents-staff-item:nth-of-type(11) {
  transition-delay: 0.65s;
}
.p-sc__contents-staff-item:nth-of-type(12) {
  transition-delay: 0.7s;
}
.p-sc__contents-staff-item:nth-of-type(13) {
  transition-delay: 0.75s;
}
.p-sc__contents-staff-item:nth-of-type(14) {
  transition-delay: 0.8s;
}
.p-sc__contents-staff-item:nth-of-type(15) {
  transition-delay: 0.85s;
}
.p-sc__contents-staff-item:nth-of-type(16) {
  transition-delay: 0.9s;
}
.p-sc__contents-staff-item:nth-of-type(17) {
  transition-delay: 0.95s;
}
.p-sc__contents-staff-item:nth-of-type(18) {
  transition-delay: 1s;
}
.p-sc__contents-staff-item:nth-of-type(19) {
  transition-delay: 1.05s;
}
.p-sc__contents-staff-item:nth-of-type(20) {
  transition-delay: 1.1s;
}
.p-sc__contents-staff-item:nth-of-type(21) {
  transition-delay: 1.15s;
}
.p-sc__contents-staff-item:nth-of-type(22) {
  transition-delay: 1.2s;
}
.p-sc__contents-staff-item:nth-of-type(23) {
  transition-delay: 1.25s;
}
.p-sc__contents-staff-item:nth-of-type(24) {
  transition-delay: 1.3s;
}
.p-sc__contents-staff-item:nth-of-type(25) {
  transition-delay: 1.35s;
}
.p-sc__contents-staff-item:nth-of-type(26) {
  transition-delay: 1.4s;
}
.p-sc__contents-staff-item:nth-of-type(27) {
  transition-delay: 1.45s;
}
.p-sc__contents-staff-item:nth-of-type(28) {
  transition-delay: 1.5s;
}
.p-sc__contents-staff-item:nth-of-type(29) {
  transition-delay: 1.55s;
}
.p-sc__contents-staff-item:nth-of-type(30) {
  transition-delay: 1.6s;
}
.p-scroll.is-active.--staff .p-sc__contents-staff-item {
  opacity: 1;
  transform: translateY(0);
}
.p-scroll.is-active.--ensemble .p-sc__contents-staff-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-item {
    width: calc(50% - 12px);
  }
  .--ensemble .p-sc__contents-staff-item {
    width: calc(25% - 10px);
  }
}
.p-sc__contents-staff-item.--big {
  width: 44.5%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-sc__contents-staff-item.--big {
    min-width: 480px;
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-item.--big {
    width: 100%;
  }
}
.p-sc__contents-staff-head {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-red);
  font-size: 1.5rem;
  text-align: center;
  color: var(--color-red);
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-head {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}
.p-sc__contents-staff-detail {
  margin-top: 22px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-detail {
    margin-top: 14px;
  }
}
.p-sc__contents-staff-detail-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-detail-head {
    font-size: 2.5rem;
  }
}
.p-sc__contents-staff-detail-head small {
  font-size: 1.2rem;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-detail-head small {
    font-size: 0.8rem;
  }
}
.p-sc__contents-staff-detail-main {
  margin-top: 17px;
}
.p-sc__contents-staff-detail-main .p-in-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-detail-main .p-in-list {
    gap: 10%;
  }
}
.p-sc__contents-staff-detail-main .p-in-item {
  display: flex;
  align-items: center;
}
.p-sc__contents-staff-detail-main .p-in-item-cap {
  font-family: var(--font-en);
  font-size: 1.3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-detail-main .p-in-item-cap {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.p-sc__contents-staff-detail-main .p-in-item-name {
  font-size: 2.1rem;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-detail-main .p-in-item-name {
    font-size: 1.5rem;
  }
}
.p-sc__contents-staff-name {
  padding: 14px 0;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-staff-name {
    padding: 8px 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .--ensemble .p-sc__contents-staff-name {
    padding: 0;
  }
}

.p-sc__modal {
  padding: 20px 0;
}
@media screen and (max-width: 899px) {
  .p-sc__modal {
    width: 83.2%;
    margin: 0 auto;
  }
}
.p-sc__modal-inner {
  display: flex;
  align-items: center;
  gap: 5.4%;
}
@media screen and (max-width: 899px) {
  .p-sc__modal-inner {
    display: block;
  }
}
.p-sc__modal-image {
  width: 37%;
}
@media screen and (max-width: 899px) {
  .p-sc__modal-image {
    width: 83.4%;
    margin: 0 auto 17px;
  }
}
.p-sc__modal-detail {
  flex: 1;
  text-align: left;
}
.p-sc__modal-detail-head {
  margin-bottom: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-sc__modal-detail-head {
    margin-bottom: 12px;
    padding-bottom: 15px;
  }
}
.p-sc__modal-detail-head .p-in-chara {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--color-red);
}
@media screen and (max-width: 899px) {
  .p-sc__modal-detail-head .p-in-chara {
    margin-bottom: 7px;
    font-size: 1.2rem;
  }
}
.p-sc__modal-detail-head .p-in-name {
  font-size: 3.3rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .p-sc__modal-detail-head .p-in-name {
    font-size: 1.8rem;
  }
}
.p-sc__modal-detail-text {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-sc__modal-detail-text {
    font-size: 1.2rem;
    line-height: 1.94;
  }
}

.p-schedule {
  padding: 106px 0 0;
}
@media screen and (max-width: 899px) {
  .p-schedule {
    padding: 66px 0 0;
  }
}

.p-schedule__title {
  margin-bottom: 65px;
}
@media screen and (max-width: 899px) {
  .p-schedule__title {
    width: 110%;
    margin-bottom: 32px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-schedule__contents-block + .p-schedule__contents-block {
  margin-top: 106px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-block + .p-schedule__contents-block {
    margin-top: 58px;
  }
}
.p-schedule__contents-head {
  text-align: center;
}
.p-schedule__contents-head-title {
  font-size: 4.8rem;
  font-weight: 700;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-schedule__contents-head-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-title {
    font-size: 2.8rem;
  }
}
.p-schedule__contents-head-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 133px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-title::before {
    height: 66.5px;
  }
}
.--tokyo .p-schedule__contents-head-title::before {
  background: url(../img/schedule/txt_tokyo.png) repeat-x left top/517px 133px;
  animation: tokyoText 7s linear infinite;
}
@keyframes tokyoText {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -517px;
  }
}
@media screen and (max-width: 899px) {
  .--tokyo .p-schedule__contents-head-title::before {
    background: url(../img/schedule/txt_tokyo.png) repeat-x left top/258.5px 66.5px;
  }
  @keyframes tokyoText {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -258.5px;
    }
  }
}
.--kyoto .p-schedule__contents-head-title::before {
  background: url(../img/schedule/txt_kyoto.png) repeat-x left top/615.5px 133px;
  animation: kyotoText 7s linear infinite;
}
@keyframes kyotoText {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 615.5px;
  }
}
@media screen and (max-width: 899px) {
  .--kyoto .p-schedule__contents-head-title::before {
    background: url(../img/schedule/txt_kyoto.png) repeat-x left top/307.75px 66.5px;
  }
  @keyframes kyotoText {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 307.75px;
    }
  }
}
.p-schedule__contents-head-date {
  margin-top: 18px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-schedule__contents-head-date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-date {
    margin-top: 12px;
    font-size: 1.7rem;
  }
}
.p-schedule__contents-head-date small {
  font-size: 2.4rem;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-date small {
    font-size: 1.2rem;
  }
}
.p-schedule__contents-head-place {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 21px auto 0;
  padding-left: 21px;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.3s, transform 0.7s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-schedule__contents-head-place {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-place {
    margin: 13px auto 0;
    padding-left: 12px;
  }
}
.p-schedule__contents-head-place .p-in-icon {
  width: 14px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-place .p-in-icon {
    width: 8px;
  }
}
.p-schedule__contents-head-place .p-in-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-place .p-in-text {
    font-size: 1rem;
  }
}
.p-schedule__contents-head-link {
  width: 173px;
  margin: 21px auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.4s, transform 0.7s var(--ease-main) 0.4s;
}
.p-scroll.is-active .p-schedule__contents-head-link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-head-link {
    width: 170px;
    margin: 16px auto 0;
  }
}
.p-schedule__contents-image {
  width: 77.2%;
  max-width: 1400px;
  margin: 48px auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.5s, transform 0.7s var(--ease-main) 0.5s;
}
.p-scroll.is-active .p-schedule__contents-image {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-image {
    width: 89.2%;
    margin: 30px auto 0;
  }
}
.--kyoto .p-schedule__contents-image {
  width: 50%;
  max-width: 920px;
  margin: 38px auto 0;
}
@media screen and (max-width: 899px) {
  .--kyoto .p-schedule__contents-image {
    width: 90%;
    margin: 28px auto 0;
  }
}
.p-schedule__contents-image img {
  width: 100%;
}

.p-ticket {
  padding: 148px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 899px) {
  .p-ticket {
    padding: 74px 0 130px;
  }
}

.p-ticket__title {
  margin-bottom: 58px;
}
@media screen and (max-width: 899px) {
  .p-ticket__title {
    width: 110%;
    margin-bottom: 33px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-ticket__price {
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-ticket__price {
    margin-bottom: 25px;
  }
}
.p-ticket__price-head {
  margin-bottom: 7px;
  font-size: 1.8rem;
  color: var(--color-red);
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-ticket__price-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__price-head {
    font-size: 1.2rem;
  }
}
.p-ticket__price-num {
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-ticket__price-num {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__price-num {
    font-size: 1.8rem;
  }
}
.p-ticket__price-num strong {
  font-size: 7rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-ticket__price-num strong {
    font-size: 4.4rem;
  }
}
.p-ticket__price-num small {
  display: block;
  margin-top: 18px;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__price-num small {
    margin-top: 11px;
    font-size: 1rem;
  }
}

.p-ticket__note {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.2s, transform 0.7s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-ticket__note {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__note {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.p-ticket__contents {
  width: 77.1%;
  max-width: 1400px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.3s, transform 0.7s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-ticket__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents {
    width: 89%;
  }
}
.p-ticket__contents + .p-ticket__contents {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents + .p-ticket__contents {
    margin-top: 30px;
  }
}
.p-ticket__contents-head {
  padding: 16px 14px 20px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--color-gray2);
  color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-head {
    padding: 12px 14px 11px;
    font-size: 1.6rem;
  }
}
.p-ticket__contents-main {
  padding: 10px 48px 15px;
  background-color: var(--color-black);
  border: 1px solid var(--color-gray1);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-main {
    padding: 0 18px;
  }
}
.p-ticket__contents-main-item {
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid var(--color-gray1);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-main-item {
    display: block;
    padding: 18px 0 23px;
  }
}
.p-ticket__contents-main-item:last-of-type {
  border-bottom: 0;
}
.p-ticket__contents-main-item .p-in-date {
  width: 160px;
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-main-item .p-in-date {
    width: 100%;
    font-size: 1.3rem;
  }
}
.p-ticket__contents-main-item .p-in-detail {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-main-item .p-in-detail {
    margin-top: 14px;
    font-size: 1.3rem;
  }
}
.p-ticket__contents-main-item .p-in-detail-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 32px;
  min-width: 175px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-main-item .p-in-detail-link {
    padding: 10px 20px;
  }
}
.p-ticket__contents-main-item .p-in-detail-link a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-ticket__contents-main-item .p-in-caution {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-main-item .p-in-caution {
    font-size: 1rem;
  }
}
.p-ticket__contents-main-item .p-in-caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-movie {
  position: relative;
}
.p-movie::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 23.7%;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  background: url(../img/movie/bg_movie_pc.png) no-repeat center/100% auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-movie::before {
    padding-top: 31.7%;
    background: url(../img/movie/bg_movie_sp.png) no-repeat center/100% auto;
  }
}

.p-movie__contents {
  width: 100%;
  position: relative;
  padding: 100px 0 212px;
  background-color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-movie__contents {
    padding: 25px 0 80px;
  }
}
.p-movie__contents-bg {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-movie__contents-bg {
  opacity: 1;
  transform: translateY(0);
}
.p-movie__contents-bg-inner {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.p-movie__contents-bg-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s var(--ease-main);
}
@media (hover: hover) {
  .p-movie__contents-bg-inner:hover::before {
    opacity: 0.5;
  }
}
@media screen and (max-width: 899px) {
  .p-movie__contents-bg-inner {
    width: 90%;
  }
}
.p-movie__contents-bg .p-in-item {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.p-movie__contents-bg .p-in-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-movie__contents-text {
  width: 100%;
  height: 113px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/movie/btn_movie.png) repeat-x left top/497.5px 113px;
  z-index: 1;
  mix-blend-mode: difference;
  pointer-events: none;
  animation: movieText 10s linear infinite;
  opacity: 0;
  transform: translateY(calc(-50% - 20px));
  transition: opacity 0.7s var(--ease-main) 0.1s, transform 0.7s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-movie__contents-text {
  opacity: 1;
  transform: translateY(-50%);
}
@keyframes movieText {
  0% {
    background-position: 0;
  }
  0% {
    background-position: 497.5px;
  }
}
@media screen and (max-width: 899px) {
  .p-movie__contents-text {
    height: 56.5px;
    background: url(../img/movie/btn_movie.png) repeat-x left top/248.75px 56.5px;
  }
  @keyframes movieText {
    0% {
      background-position: 0;
    }
    0% {
      background-position: 248.75px;
    }
  }
}