.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: 120px;
  }
}

.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: 50px;
    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: 50px;
  grid-row-gap: 23px;
}
.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: 1/2/2/3;
}
.p-kv__detail-menu-list-item:nth-of-type(7) {
  grid-area: 2/2/3/3;
}
.p-kv__detail-menu-list-item:nth-of-type(8) {
  grid-area: 3/2/4/3;
}
.p-kv__detail-menu-list-item:nth-of-type(9) {
  grid-area: 4/2/5/3;
}
.p-kv__detail-menu-list-item:nth-of-type(10) {
  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;
}
.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: 2.2rem;
  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;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-kv__image {
    margin-bottom: 120px;
  }
}
.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-news {
  position: relative;
  z-index: 1;
  background: url(../img/bg_dot_2.jpg) repeat left top/300px;
}
.p-news::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-news::before {
    padding-top: 25.8%;
    background: url(../img/bg_cloud_sp.png) no-repeat center/100% auto;
  }
}

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

.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-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::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_star.png) repeat left top/400px;
  pointer-events: none;
}

.p-introduction__inner {
  width: 71%;
  max-width: 1200px;
  margin: 0 auto;
}
@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: 167px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-staff {
    padding: 110px 0 0;
  }
}
.p-staff::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-staff::before {
    padding-top: 25.8%;
    background: url(../img/bg_cloud_sp.png) no-repeat center/100% auto;
  }
}

.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-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: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-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-character {
  padding: 116px 0 0;
}
@media screen and (max-width: 899px) {
  .p-character {
    padding: 82px 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.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: 12.5%;
  position: absolute;
  top: 46px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .p-character__contents-pagination {
    max-width: 110px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-pagination {
    width: 72%;
    margin: 0 auto;
    position: static;
  }
}
@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;
  margin-bottom: 10px;
  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: 4.5%;
  }
  .p-character__contents-pagination-list-item:nth-of-type(4n) {
    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: var(--color-orange);
  stroke: var(--color-orange);
}
.p-character__contents-pagination-list-item:nth-of-type(2) .p-in-bg svg {
  fill: var(--color-pink);
  stroke: var(--color-pink);
}
.p-character__contents-pagination-list-item:nth-of-type(3) .p-in-bg svg {
  fill: var(--color-green);
  stroke: var(--color-green);
}
.p-character__contents-pagination-list-item:nth-of-type(4) .p-in-bg svg {
  fill: var(--color-blue);
  stroke: var(--color-blue);
}
.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;
  border-radius: 20px;
  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%;
    border-radius: 15px;
    margin: 0 auto 20px;
  }
}
.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: 126px 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;
  }
}