.p-bg__wrap {
  background: url(../img/bg_dot_2.jpg) repeat left top/300px;
  padding-bottom: 180px;
}
@media screen and (max-width: 899px) {
  .p-bg__wrap {
    padding-bottom: 150px;
  }
}

.p-op {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-yellow01);
  z-index: 20;
}
.is-load .p-op {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s var(--ease-main) 1.8s, filter 0.8s var(--ease-main) 1.8s;
  pointer-events: none;
}

.p-op__image {
  width: 100%;
  height: 100%;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s var(--ease-bound), opacity 0.6s var(--ease-main);
}
.is-ready .p-op__image {
  opacity: 1;
  transform: translateY(0);
}
.p-op__image-item {
  width: 438px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-op__image-item {
    width: 70%;
  }
}
.is-ready .p-op__image-item:nth-of-type(1) {
  opacity: 1;
}
.is-load .p-op__image-item:nth-of-type(1) {
  transition: opacity 0s linear 0.7s;
  opacity: 0;
}
.is-load .p-op__image-item:nth-of-type(2) {
  transition: opacity 0s linear 0.7s;
  opacity: 1;
}

.p-op__text {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-op__text {
    bottom: 5.7%;
  }
}
.p-op__text-item {
  font-size: 3rem;
  letter-spacing: -0.1em;
  font-family: var(--font-kodomo);
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-ready .p-op__text-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-op__text-item {
    font-size: 2.3rem;
  }
}
.is-ready .p-op__text-item {
  animation: loadText 2s var(--ease-bound) infinite;
}
@keyframes loadText {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-12px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.p-op__text-item:nth-of-type(1) {
  animation-delay: 0.1s;
}
.p-op__text-item:nth-of-type(2) {
  animation-delay: 0.2s;
}
.p-op__text-item:nth-of-type(3) {
  animation-delay: 0.3s;
}
.p-op__text-item:nth-of-type(4) {
  animation-delay: 0.4s;
}
.p-op__text-item:nth-of-type(5) {
  animation-delay: 0.5s;
}
.p-op__text-item:nth-of-type(6) {
  animation-delay: 0.6s;
}
.p-op__text-item:nth-of-type(7) {
  animation-delay: 0.7s;
}
.p-op__text-item:nth-of-type(8) {
  animation-delay: 0.8s;
}
.p-op__text-item:nth-of-type(9) {
  animation-delay: 0.9s;
}
.p-op__text-item:nth-of-type(10) {
  animation-delay: 1s;
}

.p-kv {
  margin-bottom: 12%;
  background: linear-gradient(var(--color-kv-bg));
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv {
    margin-bottom: 16.5%;
    padding-bottom: 18.67%;
  }
}

@media screen and (min-width: 900px) {
  .p-kv__bg {
    width: 100%;
    height: 100vh;
    margin-top: -100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.p-kv__bg img {
  width: 100%;
}
.p-kv__bg-cloud {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-kv__bg-cloud img {
    margin-top: 20.1%;
  }
}
.p-kv__bg-btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-kv__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 92.7%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv__inner {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.p-kv__detail {
  width: 448px;
  margin: 0 auto;
  margin-right: 51px;
  padding: 60px 0 200px;
}
@media screen and (max-width: 899px) {
  .p-kv__detail {
    width: 100%;
    padding: 0;
    margin-top: 68px;
    position: relative;
    z-index: 1;
  }
}
.p-kv__detail-logo {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 1.9s, transform 0.6s var(--ease-bound) 1.9s;
}
.is-load .p-kv__detail-logo {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-logo {
    margin: 0 auto 70px;
  }
}
.p-kv__detail-date {
  width: 100%;
  margin: 0 auto 57px;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 2s, transform 0.6s var(--ease-bound) 2s;
}
.is-load .p-kv__detail-date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-date {
    width: 85%;
    margin: 0 auto 27px;
  }
}
.p-kv__detail-menu {
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
}
.p-kv__detail-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 15px;
}
.p-kv__detail-menu-list-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-kv__detail-menu-list-item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.p-kv__detail-menu-list-item:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.p-kv__detail-menu-list-item:nth-of-type(3) {
  grid-area: 3/1/4/2;
}
.p-kv__detail-menu-list-item:nth-of-type(4) {
  grid-area: 4/1/5/2;
}
.p-kv__detail-menu-list-item:nth-of-type(5) {
  grid-area: 5/1/6/2;
}
.p-kv__detail-menu-list-item:nth-of-type(6) {
  grid-area: 6/1/7/2;
}
.p-kv__detail-menu-list-item:nth-of-type(7) {
  grid-area: 1/2/2/3;
}
.p-kv__detail-menu-list-item:nth-of-type(8) {
  grid-area: 2/2/3/3;
}
.p-kv__detail-menu-list-item:nth-of-type(9) {
  grid-area: 3/2/4/3;
}
.p-kv__detail-menu-list-item:nth-of-type(10) {
  grid-area: 4/2/5/3;
}
.p-kv__detail-menu-list-item:nth-of-type(11) {
  grid-area: 5/2/6/3;
}
.p-kv__detail-menu-list-item:nth-of-type(1) {
  transition-delay: 2.1s;
}
.p-kv__detail-menu-list-item:nth-of-type(2) {
  transition-delay: 2.2s;
}
.p-kv__detail-menu-list-item:nth-of-type(3) {
  transition-delay: 2.3s;
}
.p-kv__detail-menu-list-item:nth-of-type(4) {
  transition-delay: 2.4s;
}
.p-kv__detail-menu-list-item:nth-of-type(5) {
  transition-delay: 2.5s;
}
.p-kv__detail-menu-list-item:nth-of-type(6) {
  transition-delay: 2.6s;
}
.p-kv__detail-menu-list-item:nth-of-type(7) {
  transition-delay: 2.7s;
}
.p-kv__detail-menu-list-item:nth-of-type(8) {
  transition-delay: 2.8s;
}
.p-kv__detail-menu-list-item:nth-of-type(9) {
  transition-delay: 2.9s;
}
.p-kv__detail-menu-list-item:nth-of-type(10) {
  transition-delay: 3s;
}
.p-kv__detail-menu-list-item:nth-of-type(11) {
  transition-delay: 3.1s;
}
.p-kv__detail-menu-list-item:nth-of-type(12) {
  transition-delay: 3.2s;
}
.p-kv__detail-menu-list-item:nth-of-type(13) {
  transition-delay: 3.3s;
}
.p-kv__detail-menu-list-item:nth-of-type(14) {
  transition-delay: 3.4s;
}
.p-kv__detail-menu-list-item:nth-of-type(15) {
  transition-delay: 3.5s;
}
.p-kv__detail-menu-list-item:nth-of-type(16) {
  transition-delay: 3.6s;
}
.p-kv__detail-menu-list-item:nth-of-type(17) {
  transition-delay: 3.7s;
}
.p-kv__detail-menu-list-item:nth-of-type(18) {
  transition-delay: 3.8s;
}
.p-kv__detail-menu-list-item:nth-of-type(19) {
  transition-delay: 3.9s;
}
.p-kv__detail-menu-list-item:nth-of-type(20) {
  transition-delay: 4s;
}
.is-load .p-kv__detail-menu-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-kv__detail-menu-list-item .p-in-link {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-text);
  font-family: var(--font-kodomo);
  transition: color 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-kv__detail-menu-list-item .p-in-link:hover {
    color: var(--color-orange);
  }
}
.p-kv__detail-menu-list-item .p-in-link .p-in-icon {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}
.p-kv__detail-menu-list-item .p-in-link .p-in-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-orange);
}
.p-kv__detail-menu-list-item .p-in-link .p-in-text {
  font-size: 1.8rem;
  white-space: nowrap;
}
.p-kv__detail-movie {
  width: 120%;
  margin-bottom: 38px;
  position: relative;
  left: 50%;
  -webkit-mask: url(../img/icon_kuma.svg) no-repeat center/contain;
  mask: url(../img/icon_kuma.svg) no-repeat center/contain;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 0.6s var(--ease-bound) 2.2s, transform 0.6s var(--ease-bound) 2.2s;
}
.is-load .p-kv__detail-movie {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-movie {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .p-kv__detail-movie:hover .p-kv__detail-movie-icon {
    transform: translate(-50%, -50%) scale(0.9);
  }
  .p-kv__detail-movie:hover .p-kv__detail-movie-icon::before {
    transform: rotate(90deg);
  }
}
.p-kv__detail-movie-icon {
  width: 20%;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.5s var(--ease-bound);
}
.p-kv__detail-movie-icon img {
  position: relative;
}
.p-kv__detail-movie-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_play_bg.png) no-repeat center/contain;
  transition: transform 0.5s var(--ease-bound);
}
.p-kv__detail-movie-item {
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .p-kv__detail-movie-item {
    transform: scale(1.6);
  }
}
.p-kv__detail-banner {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 2.3s, transform 0.6s var(--ease-bound) 2.3s;
}
.is-load .p-kv__detail-banner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-banner {
    width: 74%;
  }
}
.p-kv__detail-banner .p-in-link {
  display: block;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-kv__detail-banner .p-in-link:hover {
    transform: scale(0.95);
  }
}

.p-kv__image {
  flex: 1;
  width: calc(100% - 448px);
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-kv__image {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__image {
    width: 100%;
  }
}
.p-kv__image-inner {
  display: block;
  width: 100%;
  position: relative;
}
.p-kv__image-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  border-bottom: 20px;
  right: 0;
  bottom: -68px;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-kv__image-pagination {
    right: auto;
    left: 50%;
    bottom: -48px;
    transform: translateX(-50%);
    gap: 4px;
  }
}
.p-kv__image-pagination-item {
  width: 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.6s var(--ease-main), border-color 0.6s var(--ease-main);
}
.p-kv__image-pagination-item.is-current {
  border-color: var(--color-orange);
}
@media screen and (min-width: 900px) {
  .p-kv__image-pagination-item:hover {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 899px) {
  .p-kv__image-pagination-item {
    width: 40px;
    border-radius: 6px;
    border: 1px solid transparent;
  }
}
.p-kv__image-catch-item {
  width: 20%;
  position: absolute;
  z-index: 1;
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-main), filter 0.7s var(--ease-main);
}
.is-load .p-kv__image-catch-item {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-kv__image-catch-item {
    width: 21.2%;
  }
}
.p-kv__image-catch-item:nth-of-type(1) {
  top: 2.7%;
  right: 3.6%;
  transition-delay: 2s;
}
@media screen and (max-width: 899px) {
  .p-kv__image-catch-item:nth-of-type(1) {
    top: 14.2%;
    right: 3.8%;
  }
}
.p-kv__image-catch-item:nth-of-type(2) {
  bottom: 17.8%;
  left: 2.5%;
  transition-delay: 2.1s;
}
@media screen and (max-width: 899px) {
  .p-kv__image-catch-item:nth-of-type(2) {
    bottom: 17%;
    left: 4.1%;
  }
}
.p-kv__image-main {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 899px) {
  .p-kv__image-main {
    border-radius: 0;
  }
}
.p-kv__image-main img {
  width: 100%;
  opacity: 0;
  transform: scale(1.05) rotate(2deg);
  transition: opacity 0.8s var(--ease-main) 1.9s, transform 2s var(--ease-main) 1.9s;
}
.is-load .p-kv__image-main img {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.p-kv__line {
  width: 100%;
  padding-top: 10.3%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background: url(../img/bg_dot_1.jpg) repeat left top/60px;
}
@media screen and (max-width: 899px) {
  .p-kv__line {
    padding-top: 13.6%;
    background: url(../img/bg_dot_1.jpg) repeat left top/30px;
  }
}
.p-kv__line::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 1.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background: url(../img/bg_frill.png) repeat-x left top/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-kv__line::before {
    padding-top: 2.8%;
  }
}
.p-kv__line .p-in-border::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 1%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-kv__line .p-in-border::before {
    padding-top: 1.8%;
  }
}
.p-kv__line .p-in-border::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 1%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-kv__line .p-in-border::after {
    padding-top: 1.8%;
  }
}

.p-kv__character {
  width: 88.6%;
  padding-top: 21.6%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 36%);
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-kv__character {
    width: 94%;
    padding-top: 26.6%;
    transform: translate(-50%, 32.8%);
    overflow: hidden;
  }
}
.p-kv__character-item {
  width: 62%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: scale(0.95);
  transform-origin: bottom;
  transition: transform 0.5s var(--ease-bound) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
}
@media screen and (max-width: 899px) {
  .p-kv__character-item {
    width: 115%;
    max-width: none;
  }
}
.p-kv__character-item:nth-of-type(1) {
  transition-delay: 2.5s;
}
.p-kv__character-item:nth-of-type(2) {
  transition-delay: 2.6s;
}
.p-kv__character-item:nth-of-type(3) {
  transition-delay: 2.7s;
}
.p-kv__character-item:nth-of-type(4) {
  transition-delay: 2.8s;
}
.p-kv__character-item:nth-of-type(5) {
  transition-delay: 2.9s;
}
.p-kv__character-item:nth-of-type(6) {
  transition-delay: 3s;
}
.p-kv__character-item:nth-of-type(7) {
  transition-delay: 3.1s;
}
.p-kv__character-item:nth-of-type(8) {
  transition-delay: 3.2s;
}
.p-kv__character-item:nth-of-type(9) {
  transition-delay: 3.3s;
}
.p-kv__character-item:nth-of-type(10) {
  transition-delay: 3.4s;
}
.p-kv__character-item:nth-of-type(1) {
  left: 0;
}
.p-kv__character-item:nth-of-type(2) {
  left: 0;
}
.p-kv__character-item:nth-of-type(3) {
  right: 0;
}
.p-kv__character-item:nth-of-type(4) {
  right: 0;
}
.is-load .p-kv__character-item {
  opacity: 1;
  transform: scale(1);
}

.p-bg_dot {
  position: relative;
  z-index: 2;
  background: url(../img/bg_dot_2.jpg) repeat left bottom/300px;
}
.p-bg_dot::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 13%;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%) rotate(180deg);
  background: url(../img/bg_cloud_pc.png) no-repeat center/100% auto;
}
@media screen and (max-width: 899px) {
  .p-bg_dot::before {
    padding-top: 25.8%;
    background: url(../img/bg_cloud_sp.png) no-repeat center/100% auto;
  }
}

.p-news {
  position: relative;
  z-index: 2;
}

.p-news__inner {
  width: 71%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 135px 0 0;
}
@media screen and (max-width: 899px) {
  .p-news__inner {
    width: 84%;
    padding: 70px 0 0;
  }
}

.p-news__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .p-news__title {
    margin-bottom: 40px;
  }
}

.p-news__contents {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    margin-bottom: 39px;
  }
}
.p-news__contents-list-item {
  margin-bottom: 10px;
}
.p-news__link {
  width: 300px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.p-scroll.is-active .p-news__link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news__link {
    width: 80%;
  }
}
.p-news__link-text {
  padding: 22px;
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-news__link-text {
    padding: 17px;
    font-size: 1.4rem;
  }
}

.p-episode {
  width: 71%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 0 164px;
}
@media screen and (max-width: 899px) {
  .p-episode {
    width: 83%;
    margin: 0 auto;
    padding: 110px 0 107px;
  }
}

.p-episode__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .p-episode__title {
    margin-bottom: 40px;
  }
}

.p-episode__contents {
  margin: 0 auto 60px;
}
@media screen and (max-width: 899px) {
  .p-episode__contents {
    margin: 0 auto 45px;
  }
}
.p-episode__contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 899px) {
  .p-episode__contents-list {
    gap: 16px 20px;
  }
}
.p-episode__contents-item {
  width: calc(33.33% - 20px);
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.is-active.p-scroll .p-episode__contents-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-episode__contents-item {
    width: calc(50% - 10px);
  }
}
.p-episode__contents-item.is-new::before {
  display: block;
}
.p-episode__contents-item::before {
  content: "";
  display: none;
  width: 17%;
  padding-top: 17%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_new.png) no-repeat center/contain;
  transform: translate(-30%, -27%);
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-episode__contents-item::before {
    width: 12%;
    padding-top: 12%;
    transform: translate(-30%, -33%);
  }
}
.p-episode__contents-item-image {
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid var(--color-gray);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.p-episode__contents-item-image .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s var(--ease-bound);
}
.p-episode__contents-item-num {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -34%);
}
@media screen and (max-width: 899px) {
  .p-episode__contents-item-num {
    width: 30%;
    transform: translate(-35%, -34%);
  }
}
.p-episode__contents-item-num .p-in-bg {
  width: 100%;
}
.p-episode__contents-item-num .p-in-text {
  font-size: 2.2rem;
  font-family: var(--font-kodomo);
  color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .p-episode__contents-item-num .p-in-text {
    font-size: 4vw;
  }
}
.p-episode__contents-item-num img {
  width: 100%;
}

.p-episode__link {
  width: 300px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.p-scroll.is-active .p-episode__link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-episode__link {
    width: 80%;
  }
}
.p-episode__link-text {
  padding: 22px;
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-episode__link-text {
    padding: 17px;
    font-size: 1.4rem;
  }
}

.p-introduction {
  padding: 315px 0 0px;
  background: linear-gradient(var(--color-grad));
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-introduction {
    padding: 174px 0 8px;
  }
}

.p-introduction__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-introduction__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.4;
  z-index: 1;
}
.p-introduction__bg #js-intro-movie_player_wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-introduction__bg iframe {
  width: auto !important;
  height: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.p-introduction__inner {
  width: 71%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-introduction__inner {
    width: 84%;
  }
}

.p-introduction__title {
  margin-bottom: 52px;
}
@media screen and (max-width: 899px) {
  .p-introduction__title {
    margin-bottom: 35px;
  }
}
.p-introduction__title-text .p-in-sub {
  color: var(--color-white);
}

.p-introduction__lead {
  margin-bottom: 152px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.p-scroll.is-active .p-introduction__lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-introduction__lead {
    margin-bottom: 104px;
    font-size: 1.4rem;
  }
}

.p-introduction__scene {
  padding-bottom: 7.5%;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-introduction__scene {
    padding-bottom: 14.5%;
  }
}
.p-introduction__scene-block-inner {
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-main) 0.3s, transform 0.7s var(--ease-bound) 0.3s;
}
.p-introduction__scene-block-inner:nth-of-type(2) {
  transition-delay: 0.4s;
}
.is-active.p-scroll .p-introduction__scene-block-inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-introduction__scene-block-inner {
    margin-bottom: 16px;
  }
}
.p-introduction__scene-block-list {
  transition-timing-function: linear !important;
}
.p-introduction__scene-block-list-item {
  width: 21.7%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (max-width: 899px) {
  .p-introduction__scene-block-list-item {
    width: 40%;
    border-radius: 12px;
  }
}

.p-staff {
  padding: 125px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 899px) {
  .p-staff {
    padding: 45px 0 0;
  }
}

.p-staff__inner {
  width: 71.7%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-staff__inner {
    width: 84%;
  }
}

.p-staff__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .p-staff__title {
    margin-bottom: 40px;
  }
}
.p-staff__contents-list {
  display: flex;
  flex-wrap: wrap;
}
.p-staff__contents-list + .p-staff__contents-list {
  margin-top: 70px;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list + .p-staff__contents-list {
    margin-top: 40px;
  }
}
.p-staff__contents-list.--center {
  justify-content: center;
}
.p-staff__contents-list-item {
  width: 30%;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-staff__contents-list-item.--large {
  margin: 0;
}
.p-staff__contents-list-item.--large .p-in-label {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item.--large .p-in-label {
    font-size: 1.6rem;
  }
}
.p-staff__contents-list-item.--large .p-in-name {
  font-size: 2.8rem;
}
.p-staff__contents-list-item.--large .p-in-name-text {
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item.--large .p-in-name {
    font-size: 1.8rem;
  }
}
.p-staff__contents-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-staff__contents-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-staff__contents-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-staff__contents-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-staff__contents-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-staff__contents-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-staff__contents-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-staff__contents-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-staff__contents-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-staff__contents-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-staff__contents-list-item:nth-of-type(11) {
  transition-delay: 1.2s;
}
.p-staff__contents-list-item:nth-of-type(12) {
  transition-delay: 1.3s;
}
.p-staff__contents-list-item:nth-of-type(13) {
  transition-delay: 1.4s;
}
.p-staff__contents-list-item:nth-of-type(14) {
  transition-delay: 1.5s;
}
.p-staff__contents-list-item:nth-of-type(15) {
  transition-delay: 1.6s;
}
.p-staff__contents-list-item:nth-of-type(16) {
  transition-delay: 1.7s;
}
.p-staff__contents-list-item:nth-of-type(17) {
  transition-delay: 1.8s;
}
.p-staff__contents-list-item:nth-of-type(18) {
  transition-delay: 1.9s;
}
.p-staff__contents-list-item:nth-of-type(19) {
  transition-delay: 2s;
}
.p-staff__contents-list-item:nth-of-type(20) {
  transition-delay: 2.1s;
}
.p-scroll.is-active .p-staff__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .p-staff__contents-list-item {
    margin-right: 5%;
  }
  .p-staff__contents-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8.6%;
  }
  .p-staff__contents-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-staff__contents-list-item .p-in-label {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: var(--color-orange);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item .p-in-label {
    padding-bottom: 14px;
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
}
.p-staff__contents-list-item .p-in-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/dot_yoko.png) repeat-x left top/contain;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item .p-in-label::before {
    height: 3px;
  }
}
.p-staff__contents-list-item .p-in-name {
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item .p-in-name {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.p-staff__contents-list-item .p-in-name-text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item .p-in-name-text {
    gap: 5px;
  }
}
.p-staff__contents-list-item .p-in-name-text-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item .p-in-name-text-item {
    gap: 3px;
  }
}
.p-staff__contents-list-item .p-in-name-text-comment {
  width: 26px;
}
@media screen and (max-width: 899px) {
  .p-staff__contents-list-item .p-in-name-text-comment {
    width: 20px;
  }
}
.p-staff__contents-list-item .p-in-name-text-comment img {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-staff__contents-list-item .p-in-name-text-comment img:hover {
    transform: scale(0.9);
  }
}

.p-character {
  padding: 168px 0 0;
  position: relative;
  z-index: 2;
}
.p-character::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 13%;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  background: url(../img/bg_cloud_pc.png) no-repeat center/100% auto;
}
@media screen and (max-width: 899px) {
  .p-character::before {
    padding-top: 25.8%;
    background: url(../img/bg_cloud_sp.png) no-repeat center/100% auto;
  }
}
@media screen and (max-width: 899px) {
  .p-character {
    padding: 112px 0 0;
  }
}

.p-character__inner {
  width: 71.7%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character__inner {
    width: 84%;
  }
}

.p-character__title {
  margin-bottom: 61px;
}
@media screen and (max-width: 899px) {
  .p-character__title {
    margin-bottom: 44px;
  }
}

.p-character__contents {
  width: 100%;
  position: relative;
}
.p-character__contents-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
  pointer-events: noe;
}
.is-active.p-scroll .p-character__contents-bg {
  opacity: 1;
  transform: translateY(0);
}
.p-character__contents-bg-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -7%;
  left: 0;
  background-position: center;
  background-repeat: repeat-x;
  opacity: 0;
  transition: opacity 0.3s var(--ease-main);
  background-size: 111px;
}
@media screen and (max-width: 899px) {
  .p-character__contents-bg-item {
    top: -11.5%;
  }
}
.p-character__contents-bg-item:nth-of-type(1) {
  background-size: 1039.5px 111px;
  animation: charaBgName01 20s linear infinite;
}
@keyframes charaBgName01 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1039.5px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-bg-item:nth-of-type(1) {
    background-size: 519.75px 55.5px;
  }
  @keyframes charaBgName01 {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -519.75px;
    }
  }
}
.p-character__contents-bg-item:nth-of-type(2) {
  background-size: 1278px 111px;
  animation: charaBgName02 25s linear infinite;
}
@keyframes charaBgName02 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1278px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-bg-item:nth-of-type(2) {
    background-size: 639px 55.5px;
  }
  @keyframes charaBgName02 {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -639px;
    }
  }
}
.p-character__contents-bg-item:nth-of-type(3) {
  background-size: 978px 111px;
  animation: charaBgName03 20s linear infinite;
}
@keyframes charaBgName03 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -978px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-bg-item:nth-of-type(3) {
    background-size: 489px 55.5px;
  }
  @keyframes charaBgName03 {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -489px;
    }
  }
}
.p-character__contents-bg-item:nth-of-type(4) {
  background-size: 1489.5px 111px;
  animation: charaBgName04 28s linear infinite;
}
@keyframes charaBgName04 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1489.5px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-bg-item:nth-of-type(4) {
    background-size: 744.75px 55.5px;
  }
  @keyframes charaBgName04 {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -744.75px;
    }
  }
}
.p-character__contents-bg-item:nth-of-type(5) {
  background-size: 1105px 111px;
  animation: charaBgName05 28s linear infinite;
}
@keyframes charaBgName05 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1105px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-bg-item:nth-of-type(5) {
    background-size: 552.5px 55.5px;
  }
  @keyframes charaBgName05 {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -552.5px;
    }
  }
}
.p-character__contents-bg-item:nth-of-type(6) {
  background-size: 500px 111px;
  animation: charaBgName06 10s linear infinite;
}
@keyframes charaBgName06 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -500px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-bg-item:nth-of-type(6) {
    background-size: 250px 55.5px;
  }
  @keyframes charaBgName06 {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -250px;
    }
  }
}
.p-character__contents-bg-item.is-current {
  opacity: 1;
}
.p-character__contents-inner {
  width: 56.9%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-character__contents-inner {
    min-width: 800px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-inner {
    width: 100%;
  }
}
.p-character__contents-change {
  width: 80px;
  display: grid;
  place-items: center;
  height: 80px;
  border-radius: 50rem;
  background-color: var(--color-blue);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: transform 0.5s var(--ease-bound), opacity 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-character__contents-change {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .p-character__contents-change:hover {
    transform: scale(0.9) rotate(180deg);
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-change {
    width: 46px;
    height: 46px;
    right: 29px;
    top: 19.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-change img {
    width: 45%;
    margin: 0 auto;
  }
}
.p-character__contents-pagination {
  width: 20.5%;
  position: absolute;
  top: 46px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .p-character__contents-pagination {
    max-width: 200px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-pagination {
    width: 72%;
    margin: 0 auto 5%;
    position: static;
  }
}
@media screen and (min-width: 900px) {
  .p-character__contents-pagination-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    gap: 10px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-pagination-list {
    display: flex;
    align-items: center;
  }
}
.p-character__contents-pagination-list-item {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: transform 0.7s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-character__contents-pagination-list-item:hover {
    transform: scale(0.95);
  }
  .p-character__contents-pagination-list-item:hover .p-in-bg {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-pagination-list-item {
    width: 22%;
    margin-right: 2.5%;
  }
  .p-character__contents-pagination-list-item:nth-of-type(6n) {
    margin-right: 0;
  }
}
.p-character__contents-pagination-list-item:nth-of-type(1) .p-in-inner {
  transition-delay: 0.2s;
}
.p-character__contents-pagination-list-item:nth-of-type(2) .p-in-inner {
  transition-delay: 0.3s;
}
.p-character__contents-pagination-list-item:nth-of-type(3) .p-in-inner {
  transition-delay: 0.4s;
}
.p-character__contents-pagination-list-item:nth-of-type(4) .p-in-inner {
  transition-delay: 0.5s;
}
.p-character__contents-pagination-list-item:nth-of-type(5) .p-in-inner {
  transition-delay: 0.6s;
}
.p-character__contents-pagination-list-item:nth-of-type(6) .p-in-inner {
  transition-delay: 0.7s;
}
.p-character__contents-pagination-list-item:nth-of-type(7) .p-in-inner {
  transition-delay: 0.8s;
}
.p-character__contents-pagination-list-item:nth-of-type(8) .p-in-inner {
  transition-delay: 0.9s;
}
.p-character__contents-pagination-list-item:nth-of-type(9) .p-in-inner {
  transition-delay: 1s;
}
.p-character__contents-pagination-list-item:nth-of-type(10) .p-in-inner {
  transition-delay: 1.1s;
}
.p-character__contents-pagination-list-item .p-in-inner {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-scroll.is-active .p-character__contents-pagination-list-item .p-in-inner {
  opacity: 1;
  transform: scale(1);
}
.p-character__contents-pagination-list-item:nth-of-type(1) .p-in-bg svg {
  fill: #f49a05;
  stroke: #f49a05;
}
.p-character__contents-pagination-list-item:nth-of-type(2) .p-in-bg svg {
  fill: #eb6ba6;
  stroke: #eb6ba6;
}
.p-character__contents-pagination-list-item:nth-of-type(3) .p-in-bg svg {
  fill: #04adee;
  stroke: #04adee;
}
.p-character__contents-pagination-list-item:nth-of-type(4) .p-in-bg svg {
  fill: #53b779;
  stroke: #53b779;
}
.p-character__contents-pagination-list-item:nth-of-type(5) .p-in-bg svg {
  fill: #665fad;
  stroke: #665fad;
}
.p-character__contents-pagination-list-item:nth-of-type(6) .p-in-bg svg {
  fill: #18a1b3;
  stroke: #18a1b3;
}
.p-character__contents-pagination-list-item.is-current .p-in-bg svg {
  fill: transparent;
}
.p-character__contents-pagination-list-item.is-current .p-in-item {
  opacity: 0;
}
.p-character__contents-pagination-list-item.is-current .p-in-item:last-of-type {
  opacity: 1;
}
.p-character__contents-pagination-list-item .p-in-bg {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.7s var(--ease-bound);
}
.p-character__contents-pagination-list-item .p-in-bg svg {
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  overflow: visible;
  transition: fill 0.6s var(--ease-main);
}
.p-character__contents-pagination-list-item .p-in-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-character__contents-pagination-list-item .p-in-item:last-of-type {
  opacity: 0;
}
.p-character__contents-list-item {
  width: 100%;
}
.p-character__contents-list-item.is-change .p-in-image-item {
  opacity: 0;
}
.p-character__contents-list-item.is-change .p-in-image-item:nth-of-type(2) {
  opacity: 1;
}
.p-character__contents-list-item[data-character-item="1"].is-change-1 .p-in-image-item {
  opacity: 0;
}
.p-character__contents-list-item[data-character-item="1"].is-change-1 .p-in-image-item:nth-of-type(2) {
  opacity: 1;
}
.p-character__contents-list-item[data-character-item="1"].is-change-2 .p-in-image-item {
  opacity: 0;
}
.p-character__contents-list-item[data-character-item="1"].is-change-2 .p-in-image-item:nth-of-type(3) {
  opacity: 1;
}
.p-character__contents-list-item .p-in-image {
  width: 80%;
  margin-bottom: 30.5px;
  margin-left: auto;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-scroll.is-active .p-character__contents-list-item .p-in-image {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item .p-in-image {
    width: 100%;
    margin-bottom: 4px;
  }
}
.p-character__contents-list-item .p-in-image-item:nth-of-type(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-character__contents-list-item .p-in-image-item:nth-of-type(3) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-character__contents-list-item .p-in-name {
  width: 80%;
  margin-bottom: 36px;
  font-family: var(--font-kodomo);
  font-size: 4.8rem;
  letter-spacing: -0.1em;
  text-align: center;
  margin-left: auto;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.p-scroll.is-active .p-character__contents-list-item .p-in-name {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item .p-in-name {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 3rem;
  }
}
.p-character__contents-list-item .p-in-detail {
  width: 80%;
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 1.45;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.p-scroll.is-active .p-character__contents-list-item .p-in-detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-list-item .p-in-detail {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-character__contents-nav {
  display: flex;
  align-items: center;
  width: 80%;
  position: absolute;
  right: 0;
  top: 66.2%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.p-scroll.is-active .p-character__contents-nav {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav {
    width: 84%;
    right: auto;
    top: 54.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-character__contents-nav-item {
    width: 46px;
    height: 46px;
  }
  .p-character__contents-nav-item-icon {
    width: 22px;
  }
}

.p-music {
  padding: 126px 0 0;
}
@media screen and (max-width: 899px) {
  .p-music {
    padding: 65px 0 0;
  }
}

.p-music__inner {
  width: 71.7%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-music__inner {
    width: 84%;
  }
}

.p-music__title {
  margin-bottom: 63px;
}
@media screen and (max-width: 899px) {
  .p-music__title {
    margin-bottom: 44px;
  }
}

.p-music__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media screen and (max-width: 899px) {
  .p-music__contents {
    display: block;
    margin-bottom: 37px;
  }
}
.p-music__contents-image {
  width: 40%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-gray);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
  opacity: 0;
  transform: translateY(10px);
}
.p-scroll.is-active .p-music__contents-image {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-music__contents-image {
    width: 74%;
    margin: 0 auto 28px;
    border-radius: 10px;
  }
}
.p-music__contents-image img {
  width: 100%;
}
.p-music__contents-detail {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-music__contents-detail {
    width: 100%;
  }
}
.p-music__contents-detail .p-in-title {
  margin-bottom: 24px;
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
  opacity: 0;
  transform: translateX(10px);
}
.p-scroll.is-active .p-music__contents-detail .p-in-title {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-music__contents-detail .p-in-title {
    margin-bottom: 17px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-music__contents-detail .p-in-about {
  font-size: 1.5rem;
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
  opacity: 0;
  transform: translateX(10px);
}
.p-scroll.is-active .p-music__contents-detail .p-in-about {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-music__contents-detail .p-in-about {
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-music__contents-detail .p-in-about li {
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .p-music__contents-detail .p-in-about li {
    margin-bottom: 7px;
  }
}
.p-music__contents-detail .p-in-about li:last-of-type {
  margin-bottom: 0;
}

.p-music__about-item-head {
  text-align: center;
  margin-bottom: 30px;
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
  opacity: 0;
  transform: translateY(10px);
}
.p-scroll.is-active .p-music__about-item-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-music__about-item-head {
    margin-bottom: 19px;
  }
}
.p-music__about-item-head .p-in-text {
  font-family: var(--font-kodomo);
  color: var(--color-orange);
  font-size: 3rem;
  letter-spacing: -0.05em;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-music__about-item-head .p-in-text {
    font-size: 1.8rem;
  }
}
.p-music__about-item-head .p-in-text::before, .p-music__about-item-head .p-in-text::after {
  content: "";
  display: block;
  width: calc(50% - 100px);
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/dot_yoko.png) repeat-x center/contain;
}
@media screen and (max-width: 899px) {
  .p-music__about-item-head .p-in-text::before, .p-music__about-item-head .p-in-text::after {
    width: calc(50% - 58px);
  }
}
.p-music__about-item-head .p-in-text::before {
  left: 0;
}
.p-music__about-item-head .p-in-text::after {
  right: 0;
}
.p-music__about-item-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 899px) {
  .p-music__about-item-inner {
    display: block;
  }
}
.p-music__about-item-image {
  width: 26%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-bound) 0.5s;
  opacity: 0;
  transform: translateY(10px);
}
.p-scroll.is-active .p-music__about-item-image {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-music__about-item-image {
    width: 62%;
    margin: 0 auto 20px;
  }
}
.p-music__about-item-image-item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-music__about-item-image-item {
    border-radius: 15px;
  }
}
.p-music__about-item-image-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.p-music__about-item-image-pagination .swiper-pagination-bullet {
  display: block;
  background: var(--color-text);
  opacity: 1 !important;
}
.p-music__about-item-image-pagination .swiper-pagination-bullet-active {
  background: var(--color-orange);
}
.p-music__about-item-detail {
  flex: 1;
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-bound) 0.6s;
  opacity: 0;
  transform: translateY(10px);
}
.p-scroll.is-active .p-music__about-item-detail {
  opacity: 1;
  transform: translateY(0);
}
.p-music__about-item-detail .p-in-head {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-music__about-item-detail .p-in-head {
    margin-bottom: 4px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-music__about-item-detail .p-in-text {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-music__about-item-detail .p-in-text {
    font-size: 1.2rem;
  }
}

.p-goods {
  padding: 165px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-goods {
    padding: 105px 0 0;
  }
}

.p-goods__inner {
  width: 71.7%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-goods__inner {
    width: 84%;
  }
}

.p-goods__title {
  margin-bottom: 63px;
}
@media screen and (max-width: 899px) {
  .p-goods__title {
    margin-bottom: 40px;
  }
}

.p-goods__category {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-load .p-goods__category {
  opacity: 1;
  transform: translateY(0);
}

.p-goods__contents {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents {
    margin-top: 36px;
  }
}
.p-goods__contents-block {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s var(--ease-main);
  pointer-events: none;
}
.p-goods__contents-block.is-current {
  pointer-events: auto;
  position: relative;
  opacity: 1;
}
.p-goods__contents-list {
  margin-bottom: 28px;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-list {
    margin-bottom: 10px;
  }
}
.p-goods__contents-list-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-goods__contents-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-goods__contents-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-goods__contents-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-goods__contents-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-goods__contents-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-goods__contents-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-goods__contents-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-goods__contents-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-goods__contents-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-goods__contents-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-scroll.is-active .p-goods__contents-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-goods__contents .l-in_none {
  padding-top: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-load .p-goods__contents .l-in_none {
  opacity: 1;
  transform: translateY(0);
}
.p-goods__contents-link {
  width: 300px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.p-scroll.is-active .p-goods__contents-link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-goods__contents-link {
    width: 80%;
  }
}
.p-goods__contents-link-text {
  padding: 22px;
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-goods__contents-link-text {
    padding: 17px;
    font-size: 1.4rem;
  }
}

.p-stream {
  width: 71.7%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 178px 0 0;
}
@media screen and (max-width: 899px) {
  .p-stream {
    width: 84.7%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 125px 0 0;
  }
}

.p-stream__title {
  margin-bottom: 62px;
}
@media screen and (max-width: 899px) {
  .p-stream__title {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 899px) {
  .p-stream__title-text .p-in-main {
    width: 157%;
  }
}
.p-stream__title-text .p-in-sub {
  margin-top: 12px;
  font-size: 1.9rem;
}
@media screen and (max-width: 899px) {
  .p-stream__title-text .p-in-sub {
    font-size: 1.4rem;
  }
}

.p-stream__contents-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-stream__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-stream__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-stream__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-stream__contents-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-stream__contents-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-stream__contents-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-stream__contents-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-stream__contents-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-stream__contents-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-stream__contents-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-stream__contents-item {
  opacity: 1;
  transform: translateY(0);
}
.p-stream__contents-item + .p-stream__contents-item {
  margin-top: 62px;
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item + .p-stream__contents-item {
    margin-top: 38px;
  }
}
.p-stream__contents-item-head {
  margin-bottom: 38px;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-head {
    margin-bottom: 23px;
    text-align: center;
    font-size: 1.7rem;
  }
}
.p-scroll.is-active .p-stream__contents-item-detail-item {
  opacity: 1;
  transform: translateY(0);
}
.p-stream__contents-item-detail-item + .p-stream__contents-item-detail-item {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-detail-item + .p-stream__contents-item-detail-item {
    margin-top: 25px;
  }
}
.p-stream__contents-item-detail-item .p-in-head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color-orange);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-detail-item .p-in-head {
    margin-bottom: 13px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
}
.p-stream__contents-item-detail-item .p-in-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/dot_yoko.png) repeat-x left top/contain;
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-detail-item .p-in-head::before {
    height: 3px;
  }
}
.p-stream__contents-item-detail-item .p-in-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-detail-item .p-in-list {
    display: block;
  }
}
.p-stream__contents-item-detail-item .p-in-list .p-in-item {
  width: calc(33.33% - 15px);
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-detail-item .p-in-list .p-in-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-stream__contents-item-detail-item .p-in-list .p-in-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-stream__contents-item-detail-item .p-in-list .p-in-item-link {
  padding: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-detail-item .p-in-list .p-in-item-link {
    padding: 13px;
    font-size: 1.2rem;
    border-width: 1px;
  }
}
@media screen and (max-width: 899px) {
  .p-stream__contents-item-detail-item .p-in-list .p-in-item-link .p-in-icon {
    right: 15px;
  }
}

.p-comment__modal {
  width: 72%;
  padding: 16% 0;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-comment__modal {
    width: 86.3%;
    padding: 25% 0;
  }
}
.p-comment__modal-head {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 24px;
  font-weight: 700;
  color: var(--color-orange);
  padding-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-comment__modal-head {
    margin-bottom: 13px;
    padding-bottom: 12px;
    gap: 13px;
  }
}
.p-comment__modal-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/dot_yoko.png) repeat-x left top/contain;
}
.p-comment__modal-head-label {
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 899px) {
  .p-comment__modal-head-label {
    font-size: 1.3rem;
  }
}
.p-comment__modal-head-name {
  font-size: 3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 899px) {
  .p-comment__modal-head-name {
    font-size: 1.8rem;
  }
}
.p-comment__modal-detail {
  text-align: left;
  font-size: 2rem;
  color: var(--color-white);
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-comment__modal-detail {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.p-onair__link {
  margin: -40px 20% 45px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-bound) 2s, transform 0.6s var(--ease-bound) 2s;
}

.p-onair__link .p-news__link-text {
  padding: 15px;
  font-size: 1.3rem;
}

.is-load .p-onair__link {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 899px) {
  .p-onair__link {
    margin: -15px 25% 40px;
  }
  .p-onair__link .p-news__link-text {
    padding: 10px;
    font-size: 1rem;
  }
}



/****************************************************************/

.new_movie {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .new_movie {
    right: 5px;
    bottom: 5px;
  }
}

.new_movie.is-stop {
  position: absolute;
  bottom: auto;
}

.new_movie_icon {
  position: absolute;
  width: 130px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 899px) {
  .new_movie_icon {
    width: 80px;
  }
}

.new_movie_thumb {
  width: 180px;
  height: 180px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 3px var(--color-orange);
}

@media screen and (max-width: 899px) {
  .new_movie_thumb {
    width: 100px;
    height: 100px;
    right: 30px;
    bottom: 15px;
  }
}

.new_movie_thumb .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

@media screen and (max-width: 899px) {
  .new_movie_thumb .play {
    width: 30px;
  }
}

@media screen and (min-width: 900px) {
  .new_movie_thumb:hover .play {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .new_movie_thumb:hover .play::before {
    transform: rotate(90deg);
  }
}

.new_movie_thumb .play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_play_bg.png) no-repeat center / contain;
  transition: transform 0.5s var(--ease-bound);
  z-index: -1;
}

/****************************************************************/

.new_movie_thumb .play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_play_bg.png) no-repeat center / contain;
  transition: transform 0.5s var(--ease-bound);
  z-index: -1;
}

.p-movie_in__contents-item-image {
  cursor: pointer;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid var(--color-gray);
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.p-movie_in__contents-item-image .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s var(--ease-bound);
}

.p-movie_in__contents-item-image .p-in-play {
  width: 26%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s var(--ease-bound);
}

.p-movie_in__contents-item-image .p-in-play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_play_bg.png) no-repeat center / contain;
  transition: transform 0.5s var(--ease-bound);
  z-index: -1;
  opacity: 0.8;
}

.p-episode__contents-item-num {
  z-index: 1;
}

@media screen and (min-width: 900px) {
  .p-movie_in__contents-item-image:hover .p-in-item {
    transform: scale(1.05);
  }

  .p-movie_in__contents-item-image:hover .p-in-play {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .p-movie_in__contents-item-image:hover .p-in-play::before {
    transform: rotate(90deg);
  }
}