@charset "UTF-8";
.p-top {
  width: 100%;
  max-width: 1600px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20rem;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 12rem;
  }
}

.p-hero {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__container {
  display: block;
  position: relative;
  padding: 1.6rem 2rem;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: grid;
    grid-template-columns: 47rem 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 1rem;
  }
}
.p-hero__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-hero__kv {
  display: block;
  position: relative;
}
.p-hero__inner {
  display: block;
  position: relative;
  padding: 2.6rem 0;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    padding: 1.8rem 0 0;
  }
}
.p-hero__content {
  width: 43rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    width: 33.5rem;
  }
}
.p-hero__logo {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 30rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.3s, transform 1s var(--ease_bounce) 0.3s;
}
.p-hero__onair {
  width: 39.2rem;
  display: block;
  position: relative;
  margin-top: 3.8rem;
  margin-left: 1rem;
  opacity: 0;
  transform: translateY(12rem);
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__onair a{
    transition: opacity 0.4s var(--ease_out);
  }
  .p-hero__onair a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    width: 32rem;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__onair {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.4s, transform 1s var(--ease_bounce) 0.4s;
}
.p-hero__bnr {
  width: 41rem;
  display: block;
  position: relative;
  margin: 6rem auto 0;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-hero__bnr {
    width: 100%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__bnr {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__bnr {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.5s, transform 1s var(--ease_bounce) 0.5s;
}
.p-hero__official {
  width: 40rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-hero__official {
    width: 98%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__official {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__official {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.6s, transform 1s var(--ease_bounce) 0.6s;
}

.p-hero_kv {
  display: block;
  position: relative;
}
.p-hero_kv__list {
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero_kv__list-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0s linear 0.8s;
}
.p-hero_kv__list-item.is-current {
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: opacity 0s linear;
}
.p-hero_kv__visual {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(3.4rem);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
  transform-origin: 50% 70%;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__visual {
    border-radius: 1rem;
  }
}
.is-current .p-hero_kv__visual {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout), transform 0.85s var(--ease_bounce);
}
.p-hero_kv__visual-img {
  display: block;
  position: relative;
}
.p-hero_kv__tab {
  width: 8rem;
  display: block;
  position: absolute;
  top: 0;
  right: -2rem;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__tab {
    width: 4rem;
    right: -1rem;
  }
}
.p-hero_kv__tab-item {
  display: block;
  position: relative;
}
.p-hero_kv__tab-item + .p-hero_kv__tab-item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__tab-item + .p-hero_kv__tab-item {
    margin-top: 0.2rem;
  }
}
.p-hero_kv__btn {
  display: block;
  position: relative;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__btn {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media screen and (min-width: 1601px) {
  .p-hero_kv__btn {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 1600px) and (hover: hover) and (pointer: fine) {
  .p-hero_kv__btn {
    transform: translateX(0);
    transition: transform 0.6s var(--ease_bounce);
  }
  .p-hero_kv__btn:hover {
    transform: translateX(1rem);
  }
}
.p-hero_kv__btn.is-current {
  pointer-events: none;
}
.p-hero_kv__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-text);
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__btn::after {
    border-width: 0.1rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media screen and (max-width: 1600px) {
  .p-hero_kv__btn::after {
    border-right: none;
  }
}
@media screen and (min-width: 1601px) {
  .p-hero_kv__btn::after {
    border-radius: 1rem;
  }
}
.p-hero_kv__btn-base {
  width: 100%;
  display: block;
  position: relative;
}
.p-hero_kv__btn-cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.is-current .p-hero_kv__btn-cover {
  opacity: 1;
}
@media screen and (min-width: 1601px) and (hover: hover) and (pointer: fine) {
  .p-hero_kv__btn:hover .p-hero_kv__btn-cover {
    opacity: 1;
  }
}

.p-hero_bnr {
  display: block;
  position: relative;
}
.p-hero_bnr__slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero_bnr__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-hero_bnr__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-hero_bnr__data {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__data {
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_bnr__data {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-hero_bnr__data:hover {
    opacity: 0.6;
  }
}
.p-hero_bnr__data-img {
  display: block;
  position: relative;
}
.p-hero_bnr__pagination {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__pagination {
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.3rem;
  }
}
.p-hero_bnr__pagination-item {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: relative;
  background: var(--color-brown);
  border-radius: 50%;
  opacity: 0.2;
  transition: opacity 0.3s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__pagination-item {
    width: 1rem;
    height: 1rem;
  }
}
.p-hero_bnr__pagination-item.is-current {
  opacity: 1;
}

.p-hero_official {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 1rem;
}
@media screen and (max-width: 960px) {
  .p-hero_official {
    padding: 1.8rem 1rem;
  }
}
.p-hero_official::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem dashed var(--color-brown);
  border-radius: 20rem;
}
.p-hero_official__cap {
  width: 18rem;
  display: block;
  position: relative;
  margin-right: 3rem;
}
@media screen and (max-width: 960px) {
  .p-hero_official__cap {
    width: 15rem;
    margin-right: 2rem;
  }
}
.p-hero_official__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_official__list {
    gap: 1rem;
  }
}
.p-hero_official__list-item {
  width: 3.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_official__list-item {
    width: 2.5rem;
  }
}
.p-hero_official__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_official__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}

.p-top_news {
  display: block;
  position: relative;
  margin-top: 7.6rem;
}
@media screen and (max-width: 960px) {
  .p-top_news {
    margin-top: 5.5rem;
  }
}
.p-top_news__container {
  width: 95%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_news__container {
    width: 90%;
  }
}
.p-top_news__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-top_news__header {
    margin-bottom: 1rem;
  }
}
.p-top_news__title {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 7.8rem;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-top_news__title {
    padding-left: 3.6rem;
  }
}
.p-top_news__title::before {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_news__title::before {
    width: 3rem;
  }
}
.is-scroll-active .p-top_news__title::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-top_news__title-word {
  display: block;
  position: relative;
  font-size: 8.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_news__title-word {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.is-scroll-active .p-top_news__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(2) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(4) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(5) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(6) {
  transition-delay: 0.75s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(8) {
  transition-delay: 0.85s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(9) {
  transition-delay: 0.9s;
}
.is-load .is-scroll-active .p-top_news__title-word:nth-child(10) {
  transition-delay: 0.95s;
}
.p-top_news__more {
  display: block;
  position: relative;
  top: -0.5rem;
  margin-left: 2rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_news__more {
    top: -0.2rem;
    margin-left: 0.6rem;
  }
}
.is-scroll-active .p-top_news__more {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}
.p-top_news__inner {
  display: block;
  position: relative;
}
.p-top_news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_news__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.p-top_news__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
.is-scroll-active .p-top_news__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(1) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(2) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(3) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(4) {
  transition-delay: 0.75s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(6) {
  transition-delay: 0.85s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(7) {
  transition-delay: 0.9s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(8) {
  transition-delay: 0.95s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(9) {
  transition-delay: 1s;
}
.is-load .is-scroll-active .p-top_news__list-item:nth-child(10) {
  transition-delay: 1.05s;
}

.p-top_news_article {
  height: 100%;
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-top_news_article {
    border-radius: 0.5rem;
  }
}
.p-top_news_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem dashed var(--color-brown);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-top_news_article::before {
    border-radius: 0.5rem;
  }
}
.p-top_news_article__content {
  display: block;
  position: relative;
  padding: 3rem;
}
@media screen and (max-width: 960px) {
  .p-top_news_article__content {
    padding: 1.5rem 1.8rem;
  }
}
.p-top_news_article__date {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  color: var(--color-orange);
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-top_news_article__date {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
  }
}
.p-top_news_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-top_news_article__title {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top_news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-top_news_article:hover .p-top_news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top_news_article:hover .p-top_news_article__title {
      text-decoration: underline;
    }
  }
}

.p-top_movie {
  display: block;
  position: relative;
  padding: 12.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-top_movie {
    padding: 6rem 0 0;
  }
}
.p-top_movie__container {
  width: 96%;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-top_movie__container {
    width: 95%;
  }
}
.p-top_movie__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
  margin-left: auto;
  margin-right: 3.5%;
}
@media screen and (max-width: 960px) {
  .p-top_movie__header {
    margin-bottom: 1rem;
  }
}
.p-top_movie__title {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 7.8rem;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-top_movie__title {
    padding-left: 3.6rem;
  }
}
.p-top_movie__title::before {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_movie__title::before {
    width: 3rem;
  }
}
.is-scroll-active .p-top_movie__title::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-top_movie__title-word {
  display: block;
  position: relative;
  font-size: 8.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_movie__title-word {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.is-scroll-active .p-top_movie__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(2) {
  transition-delay: 0.25s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(3) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(4) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(5) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(6) {
  transition-delay: 0.45s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(7) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(8) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(9) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_movie__title-word:nth-child(10) {
  transition-delay: 0.65s;
}
.p-top_movie__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(10%) scale(0.3);
}
.is-scroll-active .p-top_movie__inner {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-top_movie__thumb {
  width: 45rem;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content-visibility: auto;
  cursor: pointer;
  z-index: 0;
  margin: 0 auto;
  border-radius: 40rem;
}
@media screen and (max-width: 960px) {
  .p-top_movie__thumb {
    width: 20rem;
  }
}
.is-scroll-active .p-top_movie__thumb {
  width: 100%;
  border-radius: 40rem 0 0 40rem;
  transition: width 1.2s var(--ease_inout) 0.5s, border-radius 0.6s var(--ease_inout) 1.1s;
}
@media screen and (min-width: 1601px) {
  .is-scroll-active .p-top_movie__thumb {
    border-radius: 40rem;
  }
}
.p-top_movie__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-yellow-light);
  z-index: 1;
  opacity: 0.5;
}
.p-top_movie__thumb::after {
  content: "";
  width: 14rem;
  height: 14rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/movie/btn_play.png") no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-top_movie__thumb::after {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_movie__thumb::after {
    transition: transform 0.5s var(--ease_bounce);
  }
  .p-top_movie__thumb:hover::after {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.p-top_movie__thumb-img {
  min-width: 100vw;
  height: 45rem;
  display: block;
  position: relative;
  opacity: 1;
  overflow: hidden;
  border-radius: 40rem 0 0 40rem;
  transition: opacity 1.2s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .p-top_movie__thumb-img {
    height: 20rem;
  }
}
.is-play .p-top_movie__thumb-img {
  opacity: 0;
}
.p-top_movie__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top_movie__thumb-bg {
  width: 100%;
  min-width: 177.77vh;
  height: 100%;
  min-height: 56.25vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 40rem 0 0 40rem;
}
.p-top_movie__thumb-bg iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-top_intro {
  display: block;
  position: relative;
  margin-top: 11.6rem;
}
@media screen and (max-width: 960px) {
  .p-top_intro {
    margin-top: 6rem;
  }
}
.p-top_intro__container {
  width: 95%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_intro__container {
    width: 90%;
  }
}
.p-top_intro__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-top_intro__header {
    margin-bottom: 1.8rem;
  }
}
.p-top_intro__title {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 7.8rem;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-top_intro__title {
    padding-left: 3.6rem;
  }
}
.p-top_intro__title::before {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_intro__title::before {
    width: 3rem;
  }
}
.is-scroll-active .p-top_intro__title::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-top_intro__title-word {
  display: block;
  position: relative;
  font-size: 8.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_intro__title-word {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
.is-scroll-active .p-top_intro__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(2) {
  transition-delay: 0.25s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(3) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(4) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(5) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(6) {
  transition-delay: 0.45s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(7) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(8) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(9) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(10) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(11) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(12) {
  transition-delay: 0.75s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(13) {
  transition-delay: 0.8s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(14) {
  transition-delay: 0.85s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(15) {
  transition-delay: 0.9s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(16) {
  transition-delay: 0.95s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(17) {
  transition-delay: 1s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(18) {
  transition-delay: 1.05s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(19) {
  transition-delay: 1.1s;
}
.is-load .is-scroll-active .p-top_intro__title-word:nth-child(20) {
  transition-delay: 1.15s;
}
.p-top_intro__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
.is-scroll-active .p-top_intro__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}
.p-top_intro__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_intro__content {
    display: grid;
    grid-template-columns: 50rem 1fr;
    gap: 6rem;
  }
}
.p-top_intro__lead {
  width: 61.5rem;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-top_intro__lead {
    width: 33.5rem;
    margin-bottom: 1.4rem;
  }
}
.p-top_intro__text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (min-width: 961px) {
  .p-top_intro__text {
    padding: 2.2rem 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-top_intro__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-top_intro__visual {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_intro__visual {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-top_intro__visual {
    width: 100%;
    height: 20.5rem;
    margin-top: 3rem;
  }
}
.p-top_intro__visual-img {
  width: 110%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2rem 2rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1601px) {
  .p-top_intro__visual-img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top_intro__visual-img {
    border-radius: 1rem;
  }
}
.p-top_intro__visual-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top_staff {
  display: block;
  position: relative;
  margin-top: 9.6rem;
}
@media screen and (max-width: 960px) {
  .p-top_staff {
    margin-top: 6.4rem;
  }
}
.p-top_staff__container {
  width: 82%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_staff__container {
    width: 90%;
  }
}
.p-top_staff__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-top_staff__header {
    margin-bottom: 1.6rem;
  }
}
.p-top_staff__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 6.6rem;
  margin: 0 auto;
  left: 0.5rem;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-top_staff__title {
    padding: 0 3.6rem;
  }
}
.p-top_staff__title::before {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_staff__title::before {
    width: 3rem;
  }
}
.is-scroll-active .p-top_staff__title::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-top_staff__title::after {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_staff__title::after {
    width: 3rem;
  }
}
.is-scroll-active .p-top_staff__title::after {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-top_staff__title-word {
  display: block;
  position: relative;
  font-size: 8.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.4rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_staff__title-word {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
.is-scroll-active .p-top_staff__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(2) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(4) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(5) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(6) {
  transition-delay: 0.75s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(8) {
  transition-delay: 0.85s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(9) {
  transition-delay: 0.9s;
}
.is-load .is-scroll-active .p-top_staff__title-word:nth-child(10) {
  transition-delay: 0.95s;
}

.p-top_staff_content {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(6rem);
}
.p-top_staff_content + .p-top_staff_content {
  margin-top: 9.2rem;
}
.is-scroll-active .p-top_staff_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-scroll-active .p-top_staff_content:nth-child(1) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-top_staff_content:nth-child(2) {
  transition-delay: 0.85s;
}
.is-scroll-active .p-top_staff_content:nth-child(3) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-top_staff_content:nth-child(4) {
  transition-delay: 0.95s;
}
.is-scroll-active .p-top_staff_content:nth-child(5) {
  transition-delay: 1s;
}
.is-scroll-active .p-top_staff_content:nth-child(6) {
  transition-delay: 1.05s;
}
.is-scroll-active .p-top_staff_content:nth-child(7) {
  transition-delay: 1.1s;
}
.is-scroll-active .p-top_staff_content:nth-child(8) {
  transition-delay: 1.15s;
}
.is-scroll-active .p-top_staff_content:nth-child(9) {
  transition-delay: 1.2s;
}
.is-scroll-active .p-top_staff_content:nth-child(10) {
  transition-delay: 1.25s;
}
.p-top_staff_content__header {
  display: block;
  position: relative;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__header {
    margin-bottom: 2.8rem;
  }
}
.p-top_staff_content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 4.5rem;
  margin: 0 auto;
  font-size: 5.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-weight: 500;
  color: var(--color-green);
  letter-spacing: 0;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__title {
    padding: 0 2.8rem;
    font-size: 3.3rem;
  }
}
.p-top_staff_content__title::before {
  content: "";
  width: 3.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_02.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__title::before {
    width: 2rem;
  }
}
.p-top_staff_content__title::after {
  content: "";
  width: 3.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/common/icon_02.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__title::after {
    width: 2rem;
  }
}
.p-top_staff_content__title.--s {
  font-size: 1.9rem;
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__title.--s {
    font-size: 1.4rem;
  }
}
.p-top_staff_content__inner {
  display: block;
  position: relative;
}
.p-top_staff_content__list {
  display: flex;
  justify-content: center;
  gap: 5rem 2rem;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__list {
    gap: 3rem 1rem;
  }
}
.p-top_staff_content__list + .p-top_staff_content__list {
  margin-top: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__list + .p-top_staff_content__list {
    margin-top: 2.4rem;
  }
}
.p-top_staff_content__list-item {
  width: calc(33.3333333333% - 1.3333333333rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_staff_content__list-item {
    width: calc(50% - 0.5rem);
  }
}

.p-top_staff_data {
  display: block;
  position: relative;
}
.p-top_staff_data__header {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-top_staff_data__header {
    margin-bottom: 1rem;
  }
}
.p-top_staff_data__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: var(--color-orange);
  letter-spacing: 0;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-top_staff_data__cap {
    font-size: 1.2rem;
  }
}
.p-top_staff_data__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_staff_data__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-top_staff_data__title {
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_staff_data__title + .p-top_staff_data__title {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top_staff_data__title + .p-top_staff_data__title {
    margin-top: 1rem;
  }
}
.p-top_staff_data__title-main {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-brown);
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-top_staff_data__title-main {
    font-size: 1.6rem;
  }
}
.p-top_staff_data__title-sub {
  display: block;
  position: relative;
  margin-left: 1rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-brown);
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-top_staff_data__title-sub {
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.p-comic {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-comic:not(:last-child) {
  padding-bottom: 5rem;
  margin-bottom: 5.5rem;
  border-bottom: 0.1rem solid var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-comic:not(:last-child) {
    padding-bottom: 3.8rem;
    margin-bottom: 3.8rem;
  }
}
.p-comic__container {
  display: block;
  position: relative;
}
.p-comic__inner {
  display: block;
  position: relative;
}
.p-comic__img {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-comic__img {
    margin-bottom: 4.5rem;
  }
}
.p-comic__text {
  display: block;
  position: relative;
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.p-comic__text a {
  color: var(--color-orange);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-comic__text a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .p-comic__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-comment {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-comment__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-comment__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment__header {
    width: 36rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-comment__header {
    margin-bottom: 3.6rem;
  }
}
.p-comment__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-comment__cap {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-comment__cap {
    margin-bottom: 0.95rem;
    font-size: 2rem;
  }
}
.p-comment__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 960px) {
  .p-comment__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.p-top_chara {
  display: block;
  position: relative;
  margin-top: 7.6rem;
}
@media screen and (max-width: 960px) {
  .p-top_chara {
    margin-top: 5.5rem;
  }
}
.p-top_chara__container {
  width: 95%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_chara__container {
    width: 90%;
  }
}
.p-top_chara__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 4.8rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-top_chara__header {
    margin-bottom: 2rem;
  }
}
.p-top_chara__title {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 7.8rem;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-top_chara__title {
    padding-left: 3.6rem;
  }
}
.p-top_chara__title::before {
  content: "";
  width: 6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_01.png") no-repeat center/contain;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_chara__title::before {
    width: 3rem;
  }
}
.is-scroll-active .p-top_chara__title::before {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-top_chara__title-word {
  display: block;
  position: relative;
  font-size: 8.2rem;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-top_chara__title-word {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.is-scroll-active .p-top_chara__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(2) {
  transition-delay: 0.25s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(3) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(4) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(5) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(6) {
  transition-delay: 0.45s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(7) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(8) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(9) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_chara__title-word:nth-child(10) {
  transition-delay: 0.65s;
}
.p-top_chara__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_chara__inner {
    width: 92%;
  }
}
.p-top_chara__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_chara__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem 1rem;
    margin-left: -3%;
    width: 88%;
  }
}
.p-top_chara__list-item {
  min-width: 0;
  display: block;
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: translateY(5rem);
}
.p-top_chara__list-item:nth-child(6) {
  width: 156%;
}
.is-scroll-active .p-top_chara__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(1) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(2) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(3) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(4) {
  transition-delay: 0.75s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(6) {
  transition-delay: 0.85s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(7) {
  transition-delay: 0.9s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(8) {
  transition-delay: 0.95s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(9) {
  transition-delay: 1s;
}
.is-load .is-scroll-active .p-top_chara__list-item:nth-child(10) {
  transition-delay: 1.05s;
}

.p-top_chara_data {
  display: block;
  position: relative;
  z-index: 0;
}
.p-top_chara_data__bg {
  width: 140%;
  height: 105%;
  display: block;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 2;
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 20%);
  mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 20%);
  pointer-events: none;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara_data__bg {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-top_chara_data:hover .p-top_chara_data__bg {
    opacity: 1;
  }
}
.p-top_chara_data__bg::before {
  content: "";
  width: 60%;
  height: 85%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--chara_bg);
  border-radius: 20rem 20rem 0 0;
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50%);
  mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50%);
}
.p-top_chara_data__bg-img {
  width: 60%;
  height: 60%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20rem 20rem 0 0;
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50%);
  mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50%);
}
.p-top_chara_data__bg-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara_data__bg-img img {
    transform: scale(1.05);
    transition: transform 0s linear 0.6s;
  }
  .p-top_chara_data:hover .p-top_chara_data__bg-img img {
    transform: scale(1.001);
    transition: transform 0.8s var(--ease_out);
  }
}
.p-top_chara_data__bg-chara {
  width: 180%;
  position: absolute;
  top: 95%;
  left: 75%;
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__bg-chara {
    width: 150%;
    left: 55%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara_data__bg-chara {
    transition: transform 0.8s var(--ease_bounce);
  }
  .p-top_chara_data:hover .p-top_chara_data__bg-chara {
    transform: translate(-50%, -50%);
    position: relative;
  }
}
.--chara1 .p-top_chara_data__bg-chara {
  top: 100%;
}
.--chara2 .p-top_chara_data__bg-chara {
  top: 92%;
}
.--chara3 .p-top_chara_data__bg-chara {
  top: 90%;
}
.--chara4 .p-top_chara_data__bg-chara {
  top: 80%;
}
.--chara6 .p-top_chara_data__bg-chara {
  top: 100%;
}
.p-top_chara_data__header {
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__header {
    top: -0.3rem;
    right: -0.3rem;
  }
}
.p-top_chara_data__name {
  display: block;
  position: relative;
  color: var(--chara_text);
}
.p-top_chara_data__name-icon {
  width: 2.4rem;
  flex-shrink: 0;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__name-icon {
    width: 1.4rem;
  }
}
.p-top_chara_data__name-text {
  width: 3.4rem;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 2.8rem;
  writing-mode: vertical-lr;
  letter-spacing: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__name-text {
    width: 2.2rem;
    font-size: 1.6rem;
  }
}
.p-top_chara_data__cv {
  display: block;
  position: relative;
  color: var(--chara_text);
  margin: 0.8rem auto 0;
  left: 5%;
}
.p-top_chara_data__cv-icon {
  width: 1.8rem;
  flex-shrink: 0;
  display: block;
  position: relative;
  margin: 0 auto 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__cv-icon {
    width: 1rem;
    margin-bottom: 0.1rem;
  }
}
.p-top_chara_data__cv-text {
  width: 2.4rem;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  writing-mode: vertical-lr;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__cv-text {
    width: 1.7rem;
    font-size: 1rem;
  }
}
.p-top_chara_data__inner {
  display: block;
  position: relative;
}
.p-top_chara_data__visual {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara_data__visual {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-top_chara_data:hover .p-top_chara_data__visual {
    opacity: 0;
  }
}
.p-top_chara_data__visual-img {
  display: block;
  position: relative;
}



/******************************************************/
.is-op-skip .m-modal.notice_modal {
  display: none !important;
}

.is-load .m-modal.notice_modal {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.7s 1s;
}

.m-modal.notice_modal {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 0;
}

.notice_modal .m-modal__content {
  opacity: 1 !important;
}

.notice_modal .p-comic__text {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.notice_modal .p-comic__img {
  border: solid #ccc 1px;
}