.p-op {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  transition: opacity 1s var(--ease-main) 2.5s;
}
.is-load .p-op {
  pointer-events: none;
  opacity: 0;
}

.p-op__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/main_visual01_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 899px) {
  .p-op__bg {
    background: url(../img/main_visual01_sp.jpg) no-repeat center/cover;
  }
}

.p-op__logo {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .p-op__logo {
    width: 80%;
  }
}
.p-op__logo-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-main);
}
.p-op__logo-item:nth-of-type(1) {
  transition-delay: 0.15s;
}
.p-op__logo-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-op__logo-item:nth-of-type(3) {
  transition-delay: 0.45s;
}
.p-op__logo-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-op__logo-item:nth-of-type(1) {
  position: relative;
  transform: translate(-800px, 200px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-op__logo-item:nth-of-type(1) {
    transform: translate(-300px, 75px);
  }
}
.is-load .p-op__logo-item:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
}
.p-op__logo-item:nth-of-type(2) {
  transform: translate(800px, -200px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-op__logo-item:nth-of-type(2) {
    transform: translate(300px, -75px);
  }
}
.is-load .p-op__logo-item:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
}
.p-op__logo-item:nth-of-type(3) {
  transform: translate(-800px, 200px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-op__logo-item:nth-of-type(3) {
    transform: translate(-300px, 75px);
  }
}
.is-load .p-op__logo-item:nth-of-type(3) {
  transform: translateX(0);
  opacity: 1;
}
.p-op__logo-item:nth-of-type(4) {
  transform: translate(800px, -200px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-op__logo-item:nth-of-type(4) {
    transform: translate(300px, -75px);
  }
}
.is-load .p-op__logo-item:nth-of-type(4) {
  transform: translateX(0);
  opacity: 1;
}
.p-op__logo-item:nth-of-type(5) {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s var(--ease-main) 1.3s;
}
.is-load .p-op__logo-item:nth-of-type(5) {
  opacity: 1;
}

.p-kv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p-kv__bg-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__bg-item:nth-of-type(1) {
  position: relative;
}
.p-kv__bg-item:nth-of-type(2) {
  width: 113%;
  left: -2.5%;
  top: -2.6%;
  transform: translate(100px, 100px);
  opacity: 0;
  transition: transform 1.4s var(--ease-main) 2.8s, opacity 0.8s var(--ease-main) 2.8s;
}
.is-load .p-kv__bg-item:nth-of-type(2) {
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-kv__bg-item:nth-of-type(2) {
    width: 100%;
    left: -2.4%;
    top: -1.2%;
  }
}

.p-kv__date {
  width: 26.8%;
  position: absolute;
  top: 15.4%;
  left: 0;
  z-index: 1;
  transform: translate(-50px, 25px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main) 3.3s, opacity 0.8s var(--ease-main) 3.3s;
}
.is-load .p-kv__date {
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-kv__date {
    width: 42.1%;
    top: auto;
    bottom: 3.6%;
    right: 0;
    left: auto;
    z-index: 2;
  }
}

.p-kv__title {
  width: 58.2%;
  position: absolute;
  top: 1%;
  left: 1.4%;
}
.p-kv__title img {
  display: block;
  width: 100%;
  transform: translate(50px, -25px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main) 3.1s, opacity 0.8s var(--ease-main) 3.1s;
}
.is-load .p-kv__title img {
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-kv__title {
    width: 93%;
    top: auto;
    left: 50%;
    bottom: 4.7%;
    transform: translateX(-50%);
    z-index: 3;
  }
}

.p-kv__character-item {
  width: 121.4%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-kv__character-item:nth-of-type(1) img {
  transition-delay: 2.95s;
}
.p-kv__character-item:nth-of-type(2) img {
  transition-delay: 3.1s;
}
.p-kv__character-item:nth-of-type(3) img {
  transition-delay: 3.25s;
}
.p-kv__character-item:nth-of-type(4) img {
  transition-delay: 3.4s;
}
.p-kv__character-item:nth-of-type(even) img {
  transform: translateY(-10px);
}
.p-kv__character-item:nth-of-type(odd) img {
  transform: translateY(10px);
}
.p-kv__character-item img {
  width: 100%;
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.is-load .p-kv__character-item img {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__character-item {
    width: 100%;
  }
}
.p-kv__character-item:nth-of-type(1) {
  width: 121.3%;
  right: -10.7%;
  left: auto;
  transform: none;
  z-index: 0;
}
@media screen and (max-width: 899px) {
  .p-kv__character-item:nth-of-type(1) {
    width: 100%;
    right: 0;
  }
}
.p-kv__character-item:nth-of-type(3) {
  z-index: 2;
}

.p-kv__star {
  width: 105.2%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.p-kv__grad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-kv__sns {
  width: 25.5px;
  position: absolute;
  left: 0;
  top: 53.7%;
  transform: translateY(-50%);
  z-index: 3;
}
.p-kv__sns-item {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.8s var(--ease-main) 3s, opacity 0.8s var(--ease-main) 3s;
}
.is-load .p-kv__sns-item {
  transform: translate(0);
  opacity: 1;
}

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

.p-movie__contents {
  width: 100%;
  padding-top: 600px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (hover: hover) {
  .p-movie__contents:hover .p-movie__contents-icon {
    animation: flash 0.1s linear forwards;
  }
  .p-movie__contents:hover .p-movie__contents-icon-circle {
    transform: scale(0.95);
  }
  .p-movie__contents:hover .p-movie__contents-bg {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 899px) {
  .p-movie__contents {
    padding-top: 66.6%;
  }
}
.p-movie__contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/border_texture.png) repeat left top/5px;
  z-index: 1;
  opacity: 0.3;
}
@media screen and (max-width: 899px) {
  .p-movie__contents::before {
    background: url(../img/border_texture.png) repeat left top/3px;
  }
}
.p-movie__contents-bg {
  width: 100%;
  padding-top: 56.25%;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-movie__contents-bg {
    width: 120%;
    padding-top: 67.5%;
  }
}
.p-movie__contents-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.5;
  z-index: 1;
}
.p-movie__contents-bg iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__contents-icon {
  width: 33.2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-movie__contents-icon {
    width: 49.4%;
  }
}
.p-movie__contents-icon-circle {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s var(--ease-main);
}
.p-movie__contents-icon-circle img {
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.p-news {
  width: 100%;
  position: relative;
  padding: 85px 0 63px;
  color: var(--color-black);
  background-color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .p-news {
    padding: 47px 0 70px;
  }
}
.p-news::before, .p-news::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  z-index: 2;
  background: url(../img/deco_border_pc.png) repeat-x center/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-news::before, .p-news::after {
    height: 10px;
    background: url(../img/deco_border_sp.png) repeat-x center/auto 100%;
  }
}
.p-news::before {
  top: 0;
  transform: translateY(-100%) rotate(180deg);
}
@media screen and (max-width: 899px) {
  .p-news::before {
    transform: translateY(-100%) rotate(180deg);
  }
}
.p-news::after {
  bottom: 0;
  transform: translateY(100%);
}

.p-news__inner {
  display: grid;
  grid-template-columns: 325px 1fr;
  grid-template-rows: auto 1fr;
  align-items: self-start;
  gap: 30px 0;
  width: 83.6%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news__inner {
    display: block;
    width: 92%;
  }
}

@media screen and (min-width: 900px) {
  .p-news__title {
    font-size: 6.2rem;
    letter-spacing: 0.07em;
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 899px) {
  .p-news__title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 900px) {
  .p-news__title h2 span {
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-news__title h2 small {
    margin: 0;
    margin-top: -7px;
    margin-left: 5px;
  }
}

.p-news__contents {
  grid-area: 1/2/3/3;
  margin-top: -22px;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    margin: 0;
  }
}
.p-news__contents-item {
  transform: translateX(10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-news__contents-item + .p-news__contents-item {
  border-top: 1px solid var(--color-black);
}
.p-news__contents-item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item:last-of-type {
    border-bottom: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 899px) {
  .p-news__contents-item {
    transform: translateY(10px);
  }
}
.p-news__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-news__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-scroll.is-active .p-news__contents-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news__contents-item .p-in-link {
  color: var(--color-black);
}
.p-news__contents-item .p-in-date {
  color: var(--color-black);
}
.p-news__link {
  grid-area: 2/1/3/2;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main) 0.2s, opacity 0.8s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-news__link {
  opacity: 1;
  transform: translateY(0);
}
.p-news__link-item {
  display: block;
  width: 138px;
  margin-left: 5px;
  transition: transform 0.4s var(--ease-main);
}
@media (hover: hover) {
  .p-news__link-item:hover {
    transform: scale(0.97);
    animation: flash 0.1s linear forwards;
  }
}
@media screen and (max-width: 899px) {
  .p-news__link-item {
    width: 112px;
    margin: 24px auto 0;
  }
}

.p-introduction {
  padding: 162px 0 170px;
  background: var(--color-intro-grad);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-introduction {
    padding: 87px 0 97px;
  }
}

.p-introduction__line-item {
  position: absolute;
}
.p-introduction__line-item:nth-of-type(1) {
  width: 9.2%;
  top: -0.3%;
  left: 2.2%;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(1) {
    width: 11.2%;
    top: -0.3%;
    left: 3.8%;
  }
}
.p-introduction__line-item:nth-of-type(2) {
  width: 6%;
  top: -0.3%;
  right: 8.2%;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(2) {
    width: 11%;
    top: 0;
    right: 7.3%;
  }
}
.p-introduction__line-item:nth-of-type(3) {
  width: 9.6%;
  top: 35.6%;
  left: 0%;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(3) {
    width: 13.6%;
    top: 44%;
  }
}
.p-introduction__line-item:nth-of-type(4) {
  width: 13.7%;
  top: 11%;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(4) {
    width: 10.7%;
    top: 16.5%;
  }
}
.p-introduction__line-item:nth-of-type(5) {
  width: 6.4%;
  top: 35%;
  left: 7.9%;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(5) {
    width: 13.2%;
    top: 39.5%;
    left: 3.5%;
  }
}
.p-introduction__line-item:nth-of-type(6) {
  width: 9.3%;
  top: 82.9%;
  left: -0.1%;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(6) {
    width: 17.6%;
    top: 76.5%;
    left: 0;
  }
}
.p-introduction__line-item:nth-of-type(7) {
  width: 9.1%;
  top: 75.2%;
  right: -1.6%;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(7) {
    width: 12.1%;
    top: 84.2%;
    max-width: 1400px;
    right: -2.6%;
  }
}
.p-introduction__line-item:nth-of-type(8) {
  width: 10.3%;
  top: 83.4%;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-introduction__line-item:nth-of-type(8) {
    width: 14.3%;
    top: 89.9%;
    right: 0;
  }
}

.p-introduction__arrow-item {
  position: absolute;
  transition: transform 0.5s var(--ease-out);
}
.p-introduction__arrow-item:nth-of-type(1) {
  width: 2.4%;
  left: 6.4%;
  top: 11.1%;
}
@media screen and (max-width: 899px) {
  .p-introduction__arrow-item:nth-of-type(1) {
    width: 4.6%;
    left: -0.6%;
    top: 7.7%;
  }
}
.p-introduction__arrow-item:nth-of-type(2) {
  width: 2.4%;
  top: 57.2%;
  right: 6.4%;
}
@media screen and (max-width: 899px) {
  .p-introduction__arrow-item:nth-of-type(2) {
    width: 4.5%;
    right: -1.4%;
    top: 48.4%;
  }
}
.p-introduction__arrow-item:nth-of-type(3) {
  width: 2.4%;
  top: 85.4%;
  left: 10.7%;
}
@media screen and (max-width: 899px) {
  .p-introduction__arrow-item:nth-of-type(3) {
    width: 4.5%;
    left: 1.7%;
    top: 88.6%;
  }
}
.p-introduction__arrow-item-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-introduction__triangle-item {
  width: 0.64%;
  position: absolute;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-introduction__triangle-item {
    width: 1.4%;
  }
}
.p-introduction__triangle-item:nth-of-type(1) {
  left: 13.7%;
  top: 6%;
}
@media screen and (max-width: 899px) {
  .p-introduction__triangle-item:nth-of-type(1) {
    left: 19.4%;
  }
}
.p-introduction__triangle-item:nth-of-type(2) {
  top: 31.3%;
  right: 7.9%;
  transform: rotate(180deg);
}
@media screen and (max-width: 899px) {
  .p-introduction__triangle-item:nth-of-type(2) {
    top: 27.7%;
    right: 3.5%;
  }
}
.p-introduction__triangle-item:nth-of-type(3) {
  top: 59.9%;
  left: 1.8%;
}
@media screen and (max-width: 899px) {
  .p-introduction__triangle-item:nth-of-type(3) {
    top: 57.2%;
    left: 3.4%;
  }
}
.p-introduction__triangle-item:nth-of-type(4) {
  top: 90.1%;
  right: 13.6%;
  transform: rotate(180deg);
}
@media screen and (max-width: 899px) {
  .p-introduction__triangle-item:nth-of-type(4) {
    top: 93.5%;
    right: 17.4%;
  }
}

.p-introduction__cross-item {
  width: 1%;
  position: absolute;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-introduction__cross-item {
    width: 2%;
  }
}
.p-introduction__cross-item:nth-of-type(1) {
  left: 13.3%;
  top: 49.6%;
}
.p-introduction__cross-item:nth-of-type(2) {
  top: 51.7%;
  right: 12.5%;
}
.p-introduction__cross-item:nth-of-type(3) {
  top: 94.6%;
  left: 4.4%;
}

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

.p-introduction__detail {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-introduction__detail {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-introduction__detail p {
  margin-top: 20px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-introduction__detail p:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-introduction__detail p:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-introduction__detail p:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-introduction__detail p:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-introduction__detail p:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-introduction__detail p:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-introduction__detail p:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-introduction__detail p:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-introduction__detail p:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-introduction__detail p:nth-of-type(10) {
  transition-delay: 1s;
}
.p-introduction__detail p:nth-of-type(11) {
  transition-delay: 1.1s;
}
.p-introduction__detail p:nth-of-type(12) {
  transition-delay: 1.2s;
}
.p-introduction__detail p:nth-of-type(13) {
  transition-delay: 1.3s;
}
.p-introduction__detail p:nth-of-type(14) {
  transition-delay: 1.4s;
}
.p-introduction__detail p:nth-of-type(15) {
  transition-delay: 1.5s;
}
.p-introduction__detail p:nth-of-type(16) {
  transition-delay: 1.6s;
}
.p-introduction__detail p:nth-of-type(17) {
  transition-delay: 1.7s;
}
.p-introduction__detail p:nth-of-type(18) {
  transition-delay: 1.8s;
}
.p-introduction__detail p:nth-of-type(19) {
  transition-delay: 1.9s;
}
.p-introduction__detail p:nth-of-type(20) {
  transition-delay: 2s;
}
.p-scroll.is-active .p-introduction__detail p {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-introduction__detail p {
    margin-top: 10px;
  }
}
.p-introduction__detail .--line {
  vertical-align: baseline;
}
.p-introduction__detail .--large {
  margin-top: 55px;
  letter-spacing: 0.04em;
  font-size: 3rem;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-introduction__detail .--large {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.p-character {
  background-color: var(--color-black);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character {
    padding-top: 71px;
  }
}

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

@media screen and (min-width: 900px) {
  .p-character__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.p-character__cover {
  position: relative;
  height: 100vh;
  background: url(../img/bg_img01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 900px) {
  .p-character__cover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: -webkit-clip-path 0.8s var(--ease-in) 1.2s;
    transition: clip-path 0.8s var(--ease-in) 1.2s;
    transition: clip-path 0.8s var(--ease-in) 1.2s, -webkit-clip-path 0.8s var(--ease-in) 1.2s;
  }
}
@media screen and (min-width: 900px) {
  .p-character__cover.p-scroll.is-active {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.p-character__cover.p-scroll.is-active .p-character__cover-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}
.p-character__cover.p-scroll.is-active .p-character__cover-item-image img {
  opacity: 1;
  transform: translateY(0);
}
.p-character__cover.p-scroll.is-active .p-character__cover-item-name {
  transform: translateY(0);
  animation: flash 0.1s linear forwards;
}
.p-character__cover.p-scroll.is-active .p-character__cover-item-num {
  transform: translateY(0);
  animation: flash 0.1s linear forwards;
}
@media screen and (min-width: 900px) {
  .p-character__cover {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 899px) {
  .p-character__cover {
    height: auto;
    height: 69.5vw;
    position: relative;
  }
}
.p-character__cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/border_texture.png) repeat left top/5px;
  opacity: 0.3;
}
@media screen and (max-width: 899px) {
  .p-character__cover::before {
    background: url(../img/border_texture.png) repeat left top/3px;
  }
}
.p-character__cover-list {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-character__cover-item {
  width: 25%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s var(--ease-in);
  transition: clip-path 0.6s var(--ease-in);
  transition: clip-path 0.6s var(--ease-in), -webkit-clip-path 0.6s var(--ease-in);
}
.p-character__cover-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-character__cover-item:nth-of-type(1) .p-character__cover-item-image img {
  transition-delay: 0.4s;
}
.p-character__cover-item:nth-of-type(1) .p-character__cover-item-name {
  transition-delay: 0.5s;
  animation-delay: 0.6s !important;
}
.p-character__cover-item:nth-of-type(1) .p-character__cover-item-num {
  transition-delay: 0.5s;
  animation-delay: 0.6s !important;
}
.p-character__cover-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-character__cover-item:nth-of-type(2) .p-character__cover-item-image img {
  transition-delay: 0.5s;
}
.p-character__cover-item:nth-of-type(2) .p-character__cover-item-name {
  transition-delay: 0.6s;
  animation-delay: 0.7s !important;
}
.p-character__cover-item:nth-of-type(2) .p-character__cover-item-num {
  transition-delay: 0.6s;
  animation-delay: 0.7s !important;
}
.p-character__cover-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-character__cover-item:nth-of-type(3) .p-character__cover-item-image img {
  transition-delay: 0.6s;
}
.p-character__cover-item:nth-of-type(3) .p-character__cover-item-name {
  transition-delay: 0.7s;
  animation-delay: 0.8s !important;
}
.p-character__cover-item:nth-of-type(3) .p-character__cover-item-num {
  transition-delay: 0.7s;
  animation-delay: 0.8s !important;
}
.p-character__cover-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-character__cover-item:nth-of-type(4) .p-character__cover-item-image img {
  transition-delay: 0.7s;
}
.p-character__cover-item:nth-of-type(4) .p-character__cover-item-name {
  transition-delay: 0.8s;
  animation-delay: 0.9s !important;
}
.p-character__cover-item:nth-of-type(4) .p-character__cover-item-num {
  transition-delay: 0.8s;
  animation-delay: 0.9s !important;
}
.p-character__cover-item:nth-of-type(even) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background: linear-gradient(to top, transparent, var(--color-chara-bg));
}
.p-character__cover-item:nth-of-type(even) .p-character__cover-item-image img {
  transform: translateY(-20px);
}
.p-character__cover-item:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  background: linear-gradient(to bottom, transparent, var(--color-chara-bg));
}
.p-character__cover-item:nth-of-type(odd) .p-character__cover-item-image img {
  transform: translateY(20px);
}
.p-character__cover-item:nth-of-type(1) .p-character__cover-item-image img {
  top: -0.7%;
  left: 2.1%;
  height: 105.2%;
  max-width: none;
}
@media screen and (max-width: 899px) {
  .p-character__cover-item:nth-of-type(1) .p-character__cover-item-image img {
    left: 0;
    height: 106.2%;
  }
}
.p-character__cover-item:nth-of-type(2) .p-character__cover-item-image img {
  top: -10.5%;
  left: -18.4%;
  width: 122.7%;
  height: 115.7%;
  max-width: none;
}
@media screen and (max-width: 899px) {
  .p-character__cover-item:nth-of-type(2) .p-character__cover-item-image img {
    top: -9.5%;
    left: -22.4%;
    width: 122%;
    height: 115.7%;
  }
}
.p-character__cover-item:nth-of-type(3) .p-character__cover-item-image img {
  top: -6.4%;
  left: 4.2%;
  width: 97%;
  height: 106.4%;
  max-width: none;
}
@media screen and (max-width: 899px) {
  .p-character__cover-item:nth-of-type(3) .p-character__cover-item-image img {
    width: 100%;
    left: -1.8%;
  }
}
.p-character__cover-item:nth-of-type(4) .p-character__cover-item-image img {
  top: -5.4%;
  left: -10%;
  width: 110%;
  height: 105.6%;
  max-width: none;
}
@media screen and (max-width: 899px) {
  .p-character__cover-item:nth-of-type(4) .p-character__cover-item-image img {
    top: -4.5%;
    left: -8%;
  }
}
.p-character__cover-item-name {
  font-size: 10.2rem;
  font-style: italic;
  font-family: var(--font-en01);
  writing-mode: vertical-rl;
  font-weight: 200;
  color: var(--color-blue);
  position: relative;
  left: -15px;
  top: 9px;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.5s var(--ease-main), opacity 0.5s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-character__cover-item-name {
    font-size: 3rem;
    left: -4px;
    top: 6px;
  }
}
.p-character__cover-item-num {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 16px;
  bottom: 21px;
  writing-mode: vertical-rl;
  color: var(--color-blue);
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.5s var(--ease-main), opacity 0.5s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-character__cover-item-num {
    left: 2px;
    bottom: 6px;
  }
}
.p-character__cover-item-num .p-in-head {
  font-family: var(--font-en02);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin-left: 3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 899px) {
  .p-character__cover-item-num .p-in-head {
    font-size: 0.6rem;
  }
}
.p-character__cover-item-num .p-in-main {
  font-size: 4.2rem;
  font-family: var(--font-en01);
  font-weight: 200;
}
@media screen and (max-width: 899px) {
  .p-character__cover-item-num .p-in-main {
    font-size: 2rem;
  }
}
.p-character__cover-item-image {
  width: 100%;
}
.p-character__cover-item-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}

.p-character__main {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: var(--color-black);
}
.p-character__main.p-scroll.is-active .p-character__main-bg-item::before, .p-character__main.p-scroll.is-active .p-character__main-bg-item::after {
  transform: translateX(0);
  opacity: 1;
  animation: flash 0.1s linear forwards;
}
.p-character__main.p-scroll.is-active .p-character__main-contents-navigation {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.p-character__main.p-scroll.is-active .p-character__main-contents-item-name-label {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.p-character__main.p-scroll.is-active .p-character__main-contents-item-name-main .p-in-text {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.p-character__main.p-scroll.is-active .p-character__main-contents-item-name-main .p-in-cv {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.p-character__main.p-scroll.is-active .p-character__main-contents-item-image img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.p-character__main.p-scroll.is-active .p-character__main-contents-item-profile {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .p-character__main.p-scroll.is-active .p-character__main-contents-item-face-item {
    transform: translateY(0);
    opacity: 1;
  }
  .p-character__main.p-scroll.is-active .p-character__main-contents-item-face-item:nth-of-type(3) {
    transition-delay: 0.5s;
  }
  .p-character__main.p-scroll.is-active .p-character__main-contents-item-face-item:nth-of-type(2) {
    transition-delay: 0.6s;
  }
  .p-character__main.p-scroll.is-active .p-character__main-contents-item-face-item:nth-of-type(1) {
    transition-delay: 0.7s;
  }
}
@media screen and (max-width: 899px) {
  .p-character__main {
    height: auto;
  }
}
.p-character__main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_glid_base_w.png) repeat left top/contain;
  opacity: 0.3;
}
.p-character__main-bg-item {
  width: 55.7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  right: 0;
  background: url(../img/c_base_pc.png) no-repeat center left/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-character__main-bg-item {
    width: 100%;
    right: 0;
    background: none;
  }
  .p-character__main-bg-item::before, .p-character__main-bg-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
  }
  .p-character__main-bg-item::before {
    background: url(../img/c_base_sp01.png) no-repeat top right/33.8%;
    transform: translateX(10px);
  }
  .p-character__main-bg-item::after {
    background: url(../img/c_base_sp02.png) no-repeat 0 57.1%/81.4%;
    transform: translateX(-10px);
  }
}
.p-character__main-title {
  padding-top: 8.5vh;
  position: relative;
}
.p-character__main-thumb {
  width: 11.3%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-character__main-thumb-item {
  width: 100%;
  height: 25vh;
  position: relative;
  cursor: pointer;
  transition: background-color 0.6s var(--ease-main);
}
@media (hover: hover) {
  .p-character__main-thumb-item:hover {
    background-color: var(--color-blue);
  }
}
.p-character__main-thumb-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, var(--color-chara-bg), transparent);
}
.p-character__main-thumb-item::after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translate(100%, -50%);
  background: url(../img/arrow_chara.svg) no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.6s var(--ease-main);
}
.p-character__main-thumb-item.is-current {
  background-color: var(--color-blue);
}
.p-character__main-thumb-item.is-current::after {
  opacity: 1;
}
.p-character__main-thumb-item .p-in-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-character__main-contents {
  width: 84.2%;
  margin-top: 13.5vh;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character__main-contents {
    width: 92%;
    margin: 0 auto;
    padding: 40px 0 67px;
    z-index: 1;
  }
}
.p-character__main-contents-navigation {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
  position: relative;
  z-index: 2;
}
.p-character__main-contents-navigation-item {
  width: 15px;
  position: absolute;
  top: 70.4vw;
  z-index: 2;
}
.p-character__main-contents-navigation-item svg {
  display: block;
  width: 100%;
  fill: var(--color-white);
}
.p-character__main-contents-navigation-item.--prev {
  left: 0;
}
.p-character__main-contents-navigation-item.--next {
  right: 0;
  transform: rotate(180deg);
}
.p-character__main-contents-inner {
  overflow: visible;
}
.p-character__main-contents-item {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item.--serena .p-character__main-contents-item-image {
    margin-top: -7.7%;
  }
}
.p-character__main-contents-item-name {
  display: flex;
  align-items: flex-start;
  width: 32%;
  gap: 15px;
  margin-bottom: 57px;
}
@media screen and (min-width: 1500px) {
  .p-character__main-contents-item-name {
    width: 28%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-name {
    width: 100%;
    margin: 0 auto;
  }
}
.p-character__main-contents-item-name-label {
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
}
.p-character__main-contents-item-name-label .p-in-text {
  margin-bottom: 6px;
  writing-mode: vertical-lr;
  font-family: var(--font-en02);
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--color-yellow);
  position: relative;
  left: -2px;
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-name-label .p-in-text {
    margin-bottom: 3px;
    font-size: 0.8rem;
    left: 0;
  }
}
.p-character__main-contents-item-name-label .p-in-icon {
  width: 6px;
  margin-left: 1px;
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-name-label .p-in-icon {
    width: 4px;
  }
}
.p-character__main-contents-item-name-main .p-in-text {
  margin-top: -8px;
  margin-bottom: 14px;
  margin-left: -2px;
  font-size: 7rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .p-character__main-contents-item-name-main .p-in-text {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 899px) {
  .p-character__main-contents-item-name-main .p-in-text {
    margin-top: -6px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 4.7rem;
  }
}
.p-character__main-contents-item-name-main .p-in-cv {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 11px;
  transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-name-main .p-in-cv {
    margin-left: 8px;
  }
}
.p-character__main-contents-item-name-main .p-in-cv-head {
  padding: 2px 8px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: var(--color-black);
  font-family: var(--font-en01);
  background-color: var(--color-white);
}
@media screen and (max-width: 1100px) {
  .p-character__main-contents-item-name-main .p-in-cv-head {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 899px) {
  .p-character__main-contents-item-name-main .p-in-cv-head {
    font-size: 1.4rem;
  }
}
.p-character__main-contents-item-name-main .p-in-cv-cast {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .p-character__main-contents-item-name-main .p-in-cv-cast {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 899px) {
  .p-character__main-contents-item-name-main .p-in-cv-cast {
    font-size: 1.6rem;
  }
}
.p-character__main-contents-item-name-main .p-in-cv-comment {
  width: 118px;
  cursor: pointer;
  transition: transform 0.4s var(--ease-main);
}
@media (hover: hover) {
  .p-character__main-contents-item-name-main .p-in-cv-comment:hover {
    transform: scale(0.97);
    animation: flash 0.1s linear forwards;
  }
}
@media screen and (max-width: 1100px) {
  .p-character__main-contents-item-name-main .p-in-cv-comment {
    width: 80px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 899px) {
  .p-character__main-contents-item-name-main .p-in-cv-comment {
    width: 58px;
  }
}
.p-character__main-contents-item-name-main .p-in-cv-comment img {
  display: block;
  width: 100%;
}
.p-character__main-contents-item-profile {
  display: flex;
  align-items: flex-start;
  width: 32%;
  gap: 25px;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
  opacity: 0;
}
@media screen and (min-width: 1500px) {
  .p-character__main-contents-item-profile {
    width: 28%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-profile {
    width: 100%;
    margin: 43px auto 0;
  }
}
.p-character__main-contents-item-profile-main {
  margin-top: -7px;
  font-size: 1.3rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-profile-main {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-character__main-contents-item-face {
  width: 26.3%;
  max-width: 310px;
}
@media screen and (min-width: 900px) {
  .p-character__main-contents-item-face {
    padding-top: min(26.3%, 310px);
    position: absolute;
    right: 10.3%;
    top: 2vw;
  }
}
.p-character__main-contents-item-face-item {
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 900px) {
  .p-character__main-contents-item-face-item {
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-character__main-contents-item-face-item .p-in-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
  }
  [data-face-index="1"] .p-character__main-contents-item-face-item:nth-of-type(1) {
    animation: lastFace 1.2s var(--ease-main) forwards;
    z-index: 1;
  }
  [data-face-index="1"] .p-character__main-contents-item-face-item:nth-of-type(1) .p-in-inner {
    transform: translate(0, 0);
    transition-delay: 0.6s;
    transition-duration: 0s;
  }
  [data-face-index="2"] .p-character__main-contents-item-face-item:nth-of-type(1) {
    z-index: 2;
  }
  [data-face-index="2"] .p-character__main-contents-item-face-item:nth-of-type(1) .p-in-inner {
    transform: translate(-9.6%, 9.4%);
  }
  [data-face-index="3"] .p-character__main-contents-item-face-item:nth-of-type(1) {
    z-index: 3;
  }
  [data-face-index="3"] .p-character__main-contents-item-face-item:nth-of-type(1) .p-in-inner {
    transform: translate(-19.2%, 18.8%);
  }
  [data-face-index="1"] .p-character__main-contents-item-face-item:nth-of-type(2) {
    z-index: 2;
  }
  [data-face-index="1"] .p-character__main-contents-item-face-item:nth-of-type(2) .p-in-inner {
    transform: translate(-9.6%, 9.4%);
  }
  [data-face-index="2"] .p-character__main-contents-item-face-item:nth-of-type(2) {
    z-index: 3;
  }
  [data-face-index="2"] .p-character__main-contents-item-face-item:nth-of-type(2) .p-in-inner {
    transform: translate(-19.2%, 18.8%);
  }
  [data-face-index="3"] .p-character__main-contents-item-face-item:nth-of-type(2) {
    animation: lastFace 1.2s var(--ease-main) forwards;
    z-index: 1;
  }
  [data-face-index="3"] .p-character__main-contents-item-face-item:nth-of-type(2) .p-in-inner {
    transform: translate(0%, 0%);
    transition-delay: 0.6s;
    transition-duration: 0s;
  }
  [data-face-index="1"] .p-character__main-contents-item-face-item:nth-of-type(3) {
    z-index: 3;
  }
  [data-face-index="1"] .p-character__main-contents-item-face-item:nth-of-type(3) .p-in-inner {
    transform: translate(-19.2%, 18.8%);
  }
  [data-face-index="2"] .p-character__main-contents-item-face-item:nth-of-type(3) {
    animation: lastFace 1.2s var(--ease-main) forwards;
    z-index: 1;
  }
  [data-face-index="2"] .p-character__main-contents-item-face-item:nth-of-type(3) .p-in-inner {
    transform: translate(0%, 0%);
    transition-delay: 0.6s;
    transition-duration: 0s;
  }
  [data-face-index="3"] .p-character__main-contents-item-face-item:nth-of-type(3) {
    z-index: 2;
  }
  [data-face-index="3"] .p-character__main-contents-item-face-item:nth-of-type(3) .p-in-inner {
    transform: translate(-9.6%, 9.4%);
  }
}
@keyframes lastFace {
  0% {
    transform: translate(0, 0);
    z-index: 4;
  }
  50% {
    transform: translate(-9.6%, 9.4%);
    opacity: 0;
    z-index: 4;
  }
  50.1% {
    transform: translate(9.6%, -9.4%);
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
    z-index: 1;
  }
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-face-item {
    width: 31.1%;
    transform: translateY(10px);
    transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
    opacity: 0;
  }
  .p-character__main-contents-item-face-item:nth-of-type(1) {
    right: 0;
    top: 56.5%;
  }
  .p-character__main-contents-item-face-item:nth-of-type(2) {
    left: 0;
    top: 48.1%;
  }
  .p-character__main-contents-item-face-item:nth-of-type(3) {
    right: 0;
    top: 18%;
  }
}
.p-character__main-contents-item-face-item .p-in-base {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-character__main-contents-item-face-item .p-in-frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-character__main-contents-item-face-item .p-in-main {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-character__main-contents-item-face-item .p-in-main {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-character__main-contents-item-face-item .p-in-num {
  font-size: min(1.6vw, 2.2rem);
  color: var(--color-blue);
  font-family: var(--font-en01);
  position: absolute;
  left: 3.7%;
  bottom: 3.1%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-face-item .p-in-num {
    font-size: 1.6vw;
    letter-spacing: 0.2em;
  }
}
.p-character__main-contents-item-image {
  width: 29.8%;
  pointer-events: none;
}
.p-character__main-contents-item-image img {
  width: 100%;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-main), opacity 0.6s var(--ease-main);
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .p-character__main-contents-item-image {
    max-width: 500px;
    position: absolute;
    top: 60%;
    left: 43.9%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1500px) {
  .p-character__main-contents-item-image {
    width: 40%;
    top: 80%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__main-contents-item-image {
    width: 81.5%;
    margin: 15px auto 0;
  }
}

.p-character__ship {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-top: 50vh;
  background: url(../img/bg_img01.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.p-character__ship.p-scroll.is-active .p-character__ship-inner {
  opacity: 1;
  transform: translateY(0);
}
.p-character__ship.p-scroll.is-active .p-character__ship-text {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-character__ship.p-scroll.is-active .p-character__ship-text {
    transform: translate(-50%);
  }
}
@media screen and (max-width: 899px) {
  .p-character__ship {
    height: auto;
    margin-top: 0;
    padding: 30px 0;
  }
}
.p-character__ship::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_glid_base_b.png) repeat left top/60%;
}
@media screen and (max-width: 899px) {
  .p-character__ship::before {
    background: url(../img/bg_glid_base_b.png) repeat left top/110%;
  }
}
.p-character__ship-inner {
  width: 86.9%;
  max-width: 1400px;
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}
@media screen and (min-width: 900px) {
  .p-character__ship-inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 899px) {
  .p-character__ship-inner {
    height: auto;
    width: 92%;
    margin: 0 auto;
  }
}
.p-character__ship-bg {
  width: 100%;
}
.p-character__ship-bg img {
  width: 100%;
}
.p-character__ship-contents {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-character__ship-contents {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.p-character__ship-contents-detail {
  display: flex;
  gap: 27px;
  width: 100%;
  position: absolute;
  top: 17.8%;
  left: 5.5%;
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-detail {
    width: 80%;
    gap: 17px;
    top: auto;
    bottom: 16.7%;
  }
}
.p-character__ship-contents-detail-label .p-in-text {
  margin-bottom: 6px;
  writing-mode: vertical-lr;
  font-family: var(--font-en02);
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--color-yellow);
  position: relative;
  left: -2px;
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-detail-label .p-in-text {
    margin-bottom: 3px;
    font-size: 0.8rem;
    left: 0;
  }
}
.p-character__ship-contents-detail-label .p-in-icon {
  width: 6px;
  margin-left: 1px;
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-detail-label .p-in-icon {
    width: 4px;
  }
}
.p-character__ship-contents-detail-main .p-in-head {
  margin-bottom: 24px;
  font-size: 2.8rem;
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-detail-main .p-in-head {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}
.p-character__ship-contents-detail-main .p-in-name {
  margin-top: -8px;
  margin-bottom: 30px;
  margin-left: -2px;
  font-size: 7rem;
  letter-spacing: -0.1em;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-detail-main .p-in-name {
    margin-bottom: 20px;
    font-size: 4rem;
  }
}
.p-character__ship-contents-detail-main .p-in-about {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-character__ship-contents-detail-main .p-in-about-head {
  padding: 2px 8px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: var(--color-black);
  background-color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-detail-main .p-in-about-head {
    padding: 2px 7px;
    font-size: 1.2rem;
  }
}
.p-character__ship-contents-detail-main .p-in-about-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-detail-main .p-in-about-text {
    font-size: 1.4rem;
  }
}
.p-character__ship-contents-image {
  width: 65.2%;
  position: absolute;
  top: 51%;
  left: 53.8%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .p-character__ship-contents-image {
    width: 89.2%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-character__ship-text {
  width: 100%;
  font-family: var(--font-en01);
  font-size: 17.5vw;
  color: var(--color-blue);
  letter-spacing: 0em;
  font-weight: 200;
  text-align: center;
  position: absolute;
  left: 48.4%;
  bottom: -3vw;
  white-space: nowrap;
  transform: translate(-50%, 10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}

.p-sc {
  padding: 138px 0 222px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-sc {
    padding: 86px 0 110px;
  }
}

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

.p-sc__block {
  width: 83%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-sc__block {
    width: 91%;
  }
}

.p-sc__contents {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents {
    display: block;
  }
}
.p-sc__contents + .p-sc__contents {
  margin-top: 130px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents + .p-sc__contents {
    margin-top: 43px;
  }
}
.p-sc__contents-head {
  width: 200px;
  font-size: 4.1rem;
  letter-spacing: 0.08em;
  font-family: var(--font-en01);
  position: relative;
  position: relative;
  overflow: hidden;
  transform: translateX(10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-sc__contents-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-head {
    width: 100%;
    margin-bottom: 43px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
    transform: translateY(10px);
    overflow: visible;
  }
  .p-sc__contents-head::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -17px;
    background: url(../img/line_title.svg) no-repeat center/contain;
  }
}
.p-sc__contents-main {
  flex: 1;
  margin-top: 5px;
}
.p-sc__contents-main-list {
  display: flex;
  flex-wrap: wrap;
  gap: 63px 38px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-list {
    gap: 28px 10px;
  }
}
.p-sc__contents-main-item {
  width: calc(50% - 19px);
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-sc__contents-main-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-sc__contents-main-item:nth-of-type(1) .p-in-label {
  transition-delay: 0.2s;
}
.p-sc__contents-main-item:nth-of-type(1) .p-in-name {
  transition-delay: 0.3s;
}
.p-sc__contents-main-item:nth-of-type(1)::before {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(1) .p-in-other {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(1) .p-in-comment {
  transition-delay: 0.3s;
}
.p-sc__contents-main-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-sc__contents-main-item:nth-of-type(2) .p-in-label {
  transition-delay: 0.3s;
}
.p-sc__contents-main-item:nth-of-type(2) .p-in-name {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(2)::before {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(2) .p-in-other {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(2) .p-in-comment {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-sc__contents-main-item:nth-of-type(3) .p-in-label {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(3) .p-in-name {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(3)::before {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(3) .p-in-other {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(3) .p-in-comment {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(4) .p-in-label {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(4) .p-in-name {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(4)::before {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(4) .p-in-other {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(4) .p-in-comment {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(5) .p-in-label {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(5) .p-in-name {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(5)::before {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(5) .p-in-other {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(5) .p-in-comment {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(6) .p-in-label {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(6) .p-in-name {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(6)::before {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(6) .p-in-other {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(6) .p-in-comment {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(7) .p-in-label {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(7) .p-in-name {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(7)::before {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(7) .p-in-other {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(7) .p-in-comment {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(8) .p-in-label {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(8) .p-in-name {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(8)::before {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(8) .p-in-other {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(8) .p-in-comment {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(9) .p-in-label {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(9) .p-in-name {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(9)::before {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(9) .p-in-other {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(9) .p-in-comment {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(10) .p-in-label {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(10) .p-in-name {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(10)::before {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(10) .p-in-other {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(10) .p-in-comment {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(11) {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(11) .p-in-label {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(11) .p-in-name {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(11)::before {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(11) .p-in-other {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(11) .p-in-comment {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(12) {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(12) .p-in-label {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(12) .p-in-name {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(12)::before {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(12) .p-in-other {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(12) .p-in-comment {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(13) {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(13) .p-in-label {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(13) .p-in-name {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(13)::before {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(13) .p-in-other {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(13) .p-in-comment {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(14) {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(14) .p-in-label {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(14) .p-in-name {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(14)::before {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(14) .p-in-other {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(14) .p-in-comment {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(15) {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(15) .p-in-label {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(15) .p-in-name {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(15)::before {
  transition-delay: 1.8s;
}
.p-sc__contents-main-item:nth-of-type(15) .p-in-other {
  transition-delay: 1.8s;
}
.p-sc__contents-main-item:nth-of-type(15) .p-in-comment {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(16) {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(16) .p-in-label {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(16) .p-in-name {
  transition-delay: 1.8s;
}
.p-sc__contents-main-item:nth-of-type(16)::before {
  transition-delay: 1.9s;
}
.p-sc__contents-main-item:nth-of-type(16) .p-in-other {
  transition-delay: 1.9s;
}
.p-sc__contents-main-item:nth-of-type(16) .p-in-comment {
  transition-delay: 1.8s;
}
.p-sc__contents-main-item:nth-of-type(17) {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(17) .p-in-label {
  transition-delay: 1.8s;
}
.p-sc__contents-main-item:nth-of-type(17) .p-in-name {
  transition-delay: 1.9s;
}
.p-sc__contents-main-item:nth-of-type(17)::before {
  transition-delay: 2s;
}
.p-sc__contents-main-item:nth-of-type(17) .p-in-other {
  transition-delay: 2s;
}
.p-sc__contents-main-item:nth-of-type(17) .p-in-comment {
  transition-delay: 1.9s;
}
.p-sc__contents-main-item:nth-of-type(18) {
  transition-delay: 1.8s;
}
.p-sc__contents-main-item:nth-of-type(18) .p-in-label {
  transition-delay: 1.9s;
}
.p-sc__contents-main-item:nth-of-type(18) .p-in-name {
  transition-delay: 2s;
}
.p-sc__contents-main-item:nth-of-type(18)::before {
  transition-delay: 2.1s;
}
.p-sc__contents-main-item:nth-of-type(18) .p-in-other {
  transition-delay: 2.1s;
}
.p-sc__contents-main-item:nth-of-type(18) .p-in-comment {
  transition-delay: 2s;
}
.p-sc__contents-main-item:nth-of-type(19) {
  transition-delay: 1.9s;
}
.p-sc__contents-main-item:nth-of-type(19) .p-in-label {
  transition-delay: 2s;
}
.p-sc__contents-main-item:nth-of-type(19) .p-in-name {
  transition-delay: 2.1s;
}
.p-sc__contents-main-item:nth-of-type(19)::before {
  transition-delay: 2.2s;
}
.p-sc__contents-main-item:nth-of-type(19) .p-in-other {
  transition-delay: 2.2s;
}
.p-sc__contents-main-item:nth-of-type(19) .p-in-comment {
  transition-delay: 2.1s;
}
.p-sc__contents-main-item:nth-of-type(20) {
  transition-delay: 2s;
}
.p-sc__contents-main-item:nth-of-type(20) .p-in-label {
  transition-delay: 2.1s;
}
.p-sc__contents-main-item:nth-of-type(20) .p-in-name {
  transition-delay: 2.2s;
}
.p-sc__contents-main-item:nth-of-type(20)::before {
  transition-delay: 2.3s;
}
.p-sc__contents-main-item:nth-of-type(20) .p-in-other {
  transition-delay: 2.3s;
}
.p-sc__contents-main-item:nth-of-type(20) .p-in-comment {
  transition-delay: 2.2s;
}
.p-scroll.is-active .p-sc__contents-main-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item {
    width: calc(50% - 5px);
  }
}
.p-sc__contents-main-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: var(--color-blue);
  position: absolute;
  left: 0;
  bottom: -32px;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-scroll.is-active .p-sc__contents-main-item::before {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item::before {
    width: 5px;
    bottom: -15px;
  }
}
.p-sc__contents-main-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-sc__contents-main-item .p-in-label {
  width: 100%;
  min-height: 15px;
  margin-bottom: 17px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: var(--color-yellow);
  transform: translateX(10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-scroll.is-active .p-sc__contents-main-item .p-in-label {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item .p-in-label {
    min-height: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.p-sc__contents-main-item .p-in-name {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-scroll.is-active .p-sc__contents-main-item .p-in-name {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item .p-in-name {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }
}
.p-sc__contents-main-item .p-in-comment {
  width: 118px;
  margin-left: 6px;
  cursor: pointer;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-scroll.is-active .p-sc__contents-main-item .p-in-comment {
  opacity: 1;
  transform: translate(0);
}
@media (hover: hover) {
  .p-sc__contents-main-item .p-in-comment:hover img {
    transform: scale(0.97);
    animation: flash 0.1s linear forwards;
  }
}
.p-sc__contents-main-item .p-in-comment img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item .p-in-comment {
    width: 38%;
    margin-left: 8px;
  }
}
.p-sc__contents-main-item .p-in-other {
  width: 100%;
  margin-top: 4px;
  transform: translateX(10px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-scroll.is-active .p-sc__contents-main-item .p-in-other {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item .p-in-other {
    margin-top: 6px;
  }
}
.p-sc__contents-main-item .p-in-other small {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item .p-in-other small {
    font-size: 1rem;
  }
}

.p-modal_comment {
  padding: 40px 0;
}
@media screen and (max-width: 899px) {
  .p-modal_comment {
    padding: 60px 0 42px;
  }
}

.p-modal_comment__inner {
  padding: 9.8% 0 21.3%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__inner {
    width: 93%;
    margin: 0 auto;
    padding: 37.8% 0 15.3%;
  }
  .p-modal_comment__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 53.1vw);
    position: absolute;
    top: 37.8vw;
    left: 0;
    background-color: var(--color-black);
  }
}

.p-modal_comment__title {
  font-size: 4.3rem;
  position: absolute;
  top: -2.6%;
  left: 6.5%;
  font-family: var(--font-en01);
}
@media screen and (max-width: 899px) {
  .p-modal_comment__title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    position: absolute;
    top: -2.8%;
    left: 9.6%;
  }
}

.p-modal_comment__main::before, .p-modal_comment__main::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.p-modal_comment__main::before {
  padding-top: 10%;
  top: 0;
  background: url(../img/contents_base_top_pc.png) no-repeat left bottom/100% auto;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main::before {
    padding-top: 42%;
    background: url(../img/contents_base_top_sp.png) no-repeat left bottom/100% auto;
  }
}
.p-modal_comment__main::after {
  padding-top: 21.4%;
  bottom: 0;
  background: url(../img/contents_base_btm_pc.png) no-repeat left top/100% auto;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main::after {
    padding-top: 17%;
    background: url(../img/contents_base_btm_sp.png) no-repeat left top/100% auto;
  }
}
.p-modal_comment__main-inner {
  width: 93.8%;
  padding-bottom: 8px;
  background-color: var(--color-black);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-inner {
    width: 100%;
    padding-bottom: 38.1%;
    margin-top: -25%;
    background-color: transparent;
  }
}
.p-modal_comment__main-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.p-modal_comment__main-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 78.7%;
  margin: 0 auto 40px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-head {
    width: 87.7%;
    gap: 15px;
    margin: 0 auto 32px;
  }
}
.p-modal_comment__main-head-label .p-in-text {
  margin-bottom: 6px;
  writing-mode: vertical-lr;
  font-family: var(--font-en02);
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--color-yellow);
  position: relative;
  left: -2px;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-head-label .p-in-text {
    margin-bottom: 3px;
    font-size: 0.8rem;
    left: 0;
  }
}
.p-modal_comment__main-head-label .p-in-icon {
  width: 6px;
  margin-left: 1px;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-head-label .p-in-icon {
    width: 4px;
  }
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-head-main {
    margin-top: -3px;
  }
}
.p-modal_comment__main-head-main .p-in-head {
  margin-bottom: 17px;
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-head-main .p-in-head {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}
.p-modal_comment__main-head-main .p-in-name {
  font-weight: 700;
  font-size: 4.2rem;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-head-main .p-in-name {
    font-size: 2.4rem;
  }
}
.p-modal_comment__main-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 78.7%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-detail {
    width: 87.7%;
    gap: 15px;
  }
}
.p-modal_comment__main-detail-head .p-in-text {
  margin-bottom: 6px;
  writing-mode: vertical-lr;
  font-family: var(--font-en02);
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--color-yellow);
  position: relative;
  left: -2px;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-detail-head .p-in-text {
    margin-bottom: 3px;
    font-size: 0.8rem;
    left: 0;
  }
}
.p-modal_comment__main-detail-head .p-in-icon {
  width: 6px;
  margin-left: 1px;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-detail-head .p-in-icon {
    width: 4px;
  }
}
.p-modal_comment__main-detail-text {
  margin-top: -7px;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-modal_comment__main-detail-text {
    margin-top: -6px;
    font-size: 1.2rem;
  }
}