.p-character {
  position: relative;
  z-index: 3;
}
.--character .p-character {
  padding: 4.8% 0 0;
}
@media screen and (max-width: 899px) {
  .--character .p-character {
    padding: 2.1% 0 0;
    overflow: hidden;
  }
}

.p-character__moon {
  width: 77%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-character__moon {
    width: 100%;
  }
}
.p-character__moon img {
  width: 100%;
  opacity: 0;
  transform: translateY(-20px);
  filter: brightness(1.5);
  transition: transform 2s var(--ease-out), opacity, 0.6s var(--ease-out), filter 1s var(--ease-out);
}
.is-load .p-character__moon img {
  opacity: 1;
  transform: translateY(0);
  filter: brightness(1);
}

.p-character__line-item {
  width: 0.05vw;
  height: 100vh;
  position: fixed;
  background: rgba(202, 241, 255, 0.1);
  opacity: 0;
  transition: opacity, 0.6s var(--ease-out);
}
.is-load .p-character__line-item {
  opacity: 1;
}
.p-character__line-item::after {
  content: "";
  width: 0.15625vw;
  height: 9.375vw;
  position: absolute;
  top: -20vh;
  left: -50%;
  background-image: linear-gradient(180deg, rgba(0, 255, 255, 0), #0ff 30%, #0ff 70%, hsla(0, 0%, 100%, 0));
  box-shadow: 0 0 2px 0 #fff;
  filter: blur(3px);
  animation: bgLine 6s linear infinite;
}
.is-animation-stop .p-character__line-item::after {
  animation-play-state: paused;
}
.p-character__line-item:nth-of-type(1) {
  left: 4.6875%;
}
@media screen and (max-width: 899px) {
  .p-character__line-item:nth-of-type(1) {
    left: 3.3%;
  }
}
.p-character__line-item:nth-of-type(1)::after {
  animation-delay: 1s;
}
.p-character__line-item:nth-of-type(2) {
  left: 27.34375%;
}
@media screen and (max-width: 899px) {
  .p-character__line-item:nth-of-type(2) {
    left: 26.6%;
  }
}
.p-character__line-item:nth-of-type(3) {
  left: 50%;
}
.p-character__line-item:nth-of-type(3)::after {
  animation-delay: 2s;
}
.p-character__line-item:nth-of-type(4) {
  left: 72.65625%;
}
@media screen and (max-width: 899px) {
  .p-character__line-item:nth-of-type(4) {
    left: 73.2%;
  }
}
.p-character__line-item:nth-of-type(4)::after {
  animation-delay: 4s;
}
.p-character__line-item:nth-of-type(5) {
  left: 95.3125%;
}
@media screen and (max-width: 899px) {
  .p-character__line-item:nth-of-type(5) {
    left: 96.5%;
  }
}
.p-character__line-item:nth-of-type(5)::after {
  animation-delay: 3s;
}
@keyframes bgLine {
  0% {
    transform: translateY(-20vh);
  }
  100% {
    transform: translateY(140vh);
  }
}

.p-character__contents {
  margin-top: -6.3%;
}
.p-character__contents-main {
  padding-top: 65.1%;
  position: relative;
  margin-top: -5.4%;
}
@media screen and (min-width: 900px) {
  .--21 .p-character__contents-main {
    padding-top: 60%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-main {
    padding-top: 0;
  }
}
.p-character__contents-main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.p-character__contents-main-bg svg {
  display: block;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-main-bg svg {
  animation: flash 0.1s linear 2 forwards 0.2s;
  transform: translateY(0);
}
.p-character__contents-main-bg svg.is-sp {
  display: none;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-bg svg.is-sp {
    display: block;
  }
  .p-character__contents-main-bg svg.is-pc {
    display: none;
  }
}
.p-character__contents-main-bg svg:nth-of-type(1) {
  width: 48.125vw;
  position: absolute;
  top: 12.86458vw;
  left: 12.60417vw;
}
.p-character__contents-main-bg svg:nth-of-type(2) {
  width: 21.875vw;
  position: absolute;
  top: 49.53125vw;
  left: 44.47917vw;
}
.p-character__contents-main-bg svg:nth-of-type(3) {
  width: 24.89583vw;
  position: absolute;
  top: 47.65625vw;
  right: 0;
}
.p-character__contents-main-bg svg:nth-of-type(4) {
  width: 9.47917vw;
  position: absolute;
  top: 27.55208vw;
  right: 0;
}
.p-character__contents-main-bg svg:nth-of-type(5) {
  width: 44.6875vw;
  position: absolute;
  top: 28.64583vw;
  right: 0;
}
.p-character__contents-main-bg svg:nth-of-type(6) {
  width: 44.58333vw;
  position: absolute;
  top: 68.02083vw;
  left: 0;
}
.p-character__contents-main-bg svg:nth-of-type(7) {
  width: 24.89583vw;
  position: absolute;
  top: 47.65625vw;
  right: 0;
}
.p-character__contents-main-bg svg:nth-of-type(8) {
  width: 9.47917vw;
  position: absolute;
  top: 27.55208vw;
  right: 0;
}
.p-character__contents-main-bg svg:nth-of-type(9) {
  width: 44.6875vw;
  position: absolute;
  top: 28.64583vw;
  right: 0;
}
.p-character__contents-main-bg svg:nth-of-type(10) {
  width: 44.58333vw;
  position: absolute;
  top: 68.02083vw;
  left: 0;
}
.p-character__contents-main-deco .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s;
}
.p-character__contents-main-deco .p-in-item:nth-of-type(1) {
  transform: translateX(-10px);
}
.p-character__contents-main-deco .p-in-item:nth-of-type(2) {
  transform: translateY(10px);
}
.is-load .p-character__contents-main-deco .p-in-item {
  animation: flash 0.1s linear 2 forwards 0.2s;
  transform: translateY(0);
}
.p-character__contents-main-deco .p-in-item img {
  width: 100%;
}
.p-character__contents-main-head {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-main-head {
  animation: flash 0.1s linear 2 forwards 0.2s;
  transform: translateY(0);
}
.p-character__contents-main-head img {
  width: 100%;
}
.p-character__contents-main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-image {
    position: relative;
  }
}
.p-character__contents-main-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/character/diagonal.png) no-repeat top left/100% auto;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.6s var(--ease-out) 0.1s, opacity 0.6s var(--ease-out) 0.1s;
}
.is-load .p-character__contents-main-image::after {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-image::after {
    height: 100%;
    top: 92.4vw;
    background: url(../img/sp/character/diagonal.png) no-repeat top left/100% auto;
  }
}
.p-character__contents-main-image .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-character__contents-main-image .p-in-item:nth-of-type(1) {
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.6s var(--ease-out) 0.3s, opacity 0.6s var(--ease-out) 0.3s, filter 0.6s var(--ease-out) 0.3s;
}
.is-load .p-character__contents-main-image .p-in-item:nth-of-type(1) {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.p-character__contents-main-image .p-in-item:nth-of-type(2) {
  z-index: 2;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-main-image .p-in-item:nth-of-type(2) {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.p-character__contents-main-image .p-in-item:nth-of-type(3) {
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-main-image .p-in-item:nth-of-type(3) {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-image .p-in-item:nth-of-type(3) {
    position: relative;
    height: auto;
  }
}
.p-character__contents-main-image img {
  width: 100%;
}
.p-character__contents-main-block {
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-character__contents-main-block {
    width: 33.2%;
    position: absolute;
    right: 5.35%;
    top: 19.9%;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-block {
    width: 100%;
    margin-top: -37.6%;
    position: relative;
  }
}
.p-character__contents-main-thumb {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-left: auto;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.1s, opacity 0.6s var(--ease-out) 0.1s;
}
.is-load .p-character__contents-main-thumb {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-thumb {
    width: 93%;
    margin: 0 auto;
  }
}
.p-character__contents-main-thumb::before {
  content: "";
  display: block;
  width: 102%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/character/screenshot_bg.webp) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-thumb::before {
    background: url(../img/sp/character/screenshot_bg.webp) no-repeat center/contain;
  }
}
.p-character__contents-main-thumb .p-in-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-character__contents-main-thumb .p-in-list .p-in-item {
  width: 49.4%;
  cursor: pointer;
  transition: transform 0.4s var(--ease-out);
}
@media (hover: hover) {
  .p-character__contents-main-thumb .p-in-list .p-in-item:hover {
    transform: scale(0.98);
  }
}
.p-character__contents-main-thumb .p-in-list .p-in-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-character__contents-main-detail {
  margin-top: 6.2%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-detail {
    display: flex;
    flex-direction: column;
    margin-top: 12.2%;
  }
}
.p-character__contents-main-detail .p-in-cv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1vw;
  letter-spacing: 0.5em;
  padding: 0.5% 16% 1%;
  margin: 0 auto;
  color: var(--color-blue02);
  background-color: var(--color-black);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s;
}
[data-lang=en] .p-character__contents-main-detail .p-in-cv {
  font-size: 1.1vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) {
  [data-lang=en] .p-character__contents-main-detail .p-in-cv {
    font-size: 2.8vw;
    padding: 1.8% 2%;
  }
}
[data-lang=fr] .p-character__contents-main-detail .p-in-cv {
  font-size: 1.1vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  [data-lang=fr] .p-character__contents-main-detail .p-in-cv {
    font-size: 2.8vw;
    padding: 1.8% 2%;
  }
}
[data-lang=it] .p-character__contents-main-detail .p-in-cv {
  font-size: 1.1vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  [data-lang=it] .p-character__contents-main-detail .p-in-cv {
    font-size: 2.8vw;
    padding: 1.8% 2%;
  }
}
[data-lang=es] .p-character__contents-main-detail .p-in-cv {
  font-size: 1.1vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  [data-lang=es] .p-character__contents-main-detail .p-in-cv {
    font-size: 2.8vw;
    padding: 1.8% 2%;
  }
}
[data-lang=de] .p-character__contents-main-detail .p-in-cv {
  font-size: 1.1vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  [data-lang=de] .p-character__contents-main-detail .p-in-cv {
    font-size: 2.8vw;
    padding: 1.8% 2%;
  }
}
[data-lang=kr] .p-character__contents-main-detail .p-in-cv {
  letter-spacing: 0.1em;
}
.is-load .p-character__contents-main-detail .p-in-cv {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-detail .p-in-cv {
    width: 100%;
    font-size: 3vw;
    padding: 0.5% 4%;
    background-color: var(--color-blue01);
    margin-top: 1.4vw;
    text-align: center;
  }
}
.p-character__contents-main-detail .p-in-name {
  width: 100%;
  color: var(--color-black);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: -0.3%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-detail .p-in-name {
    order: 1;
    margin-top: -0.3%;
    color: var(--color-text);
  }
}
.p-character__contents-main-detail .p-in-name-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.3s, opacity 0.6s var(--ease-out) 0.3s;
}
.is-load .p-character__contents-main-detail .p-in-name-inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .--01 .p-character__contents-main-detail .p-in-name-inner {
    width: 55%;
  }
}
.p-character__contents-main-detail .p-in-name-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  transform: scaleY(0.87);
  letter-spacing: -0.01em;
}
.p-character__contents-main-detail .p-in-name-en span {
  vertical-align: baseline;
}
@media screen and (min-width: 900px) {
  .--05 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.3vw;
  }
  .--06 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.5vw;
    margin-top: -0.6vw;
  }
  .--08 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.6vw;
    letter-spacing: 0.02em;
  }
  .--07 .p-character__contents-main-detail .p-in-name-en .is-spacing {
    display: inline-block;
    letter-spacing: -0.08em;
  }
  .--09 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.5vw;
  }
  .--10 .p-character__contents-main-detail .p-in-name-en {
    margin-top: -0.6vw;
  }
  .--11 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.2vw;
  }
  .--11 .p-character__contents-main-detail .p-in-name-en small {
    font-size: 3.3vw;
    display: block;
    margin-top: -1.9%;
  }
  .--12 .p-character__contents-main-detail .p-in-name-en {
    margin-top: -0.6vw;
  }
  .--13 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.2vw;
  }
  .--13 .p-character__contents-main-detail .p-in-name-en small {
    font-size: 3.6vw;
    display: block;
  }
  .--14 .p-character__contents-main-detail .p-in-name-en {
    margin-top: -0.6vw;
  }
  .--15 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.2vw;
  }
  .--15 .p-character__contents-main-detail .p-in-name-en small {
    font-size: 3.6vw;
    display: block;
  }
  .--16 .p-character__contents-main-detail .p-in-name-en {
    margin-top: -0.6vw;
    font-size: 4.2vw;
  }
  .--17 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.2vw;
  }
  .--18 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.6vw;
    margin-top: -0.6vw;
  }
  .--19 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.5vw;
  }
  .--20 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.8vw;
    margin-top: -0.6vw;
  }
  .--21 .p-character__contents-main-detail .p-in-name-en {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-detail .p-in-name-en {
    font-size: 11.1vw;
    letter-spacing: 0.3em;
  }
  .--01 .p-character__contents-main-detail .p-in-name-en {
    font-size: 14.5vw;
    letter-spacing: 0.02em;
  }
  .--05 .p-character__contents-main-detail .p-in-name-en {
    font-size: 14.5vw;
    letter-spacing: 0.02em;
  }
  .--06 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.13em;
  }
  .--07 .p-character__contents-main-detail .p-in-name-en {
    font-size: 13vw;
  }
  .--07 .p-character__contents-main-detail .p-in-name-en .is-spacing {
    display: inline-block;
    letter-spacing: -0.08em;
    margin-left: -10%;
  }
  .--08 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.1em;
  }
  .--09 .p-character__contents-main-detail .p-in-name-en {
    font-size: 14vw;
    letter-spacing: 0.2em;
  }
  .--10 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.1em;
  }
  .--11 .p-character__contents-main-detail .p-in-name-en {
    font-size: 13vw;
    letter-spacing: 0.06em;
  }
  .--11 .p-character__contents-main-detail .p-in-name-en small {
    font-size: 10vw;
    display: block;
    margin-top: -0.9%;
  }
  .--12 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.1em;
  }
  .--13 .p-character__contents-main-detail .p-in-name-en {
    font-size: 13vw;
    letter-spacing: 0.06em;
  }
  .--13 .p-character__contents-main-detail .p-in-name-en small {
    display: block;
    margin-top: -0.9%;
  }
  .--14 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.1em;
  }
  .--15 .p-character__contents-main-detail .p-in-name-en {
    font-size: 13vw;
    letter-spacing: 0.06em;
  }
  .--15 .p-character__contents-main-detail .p-in-name-en small {
    font-size: 11vw;
    display: block;
    margin-top: -0.9%;
  }
  .--16 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.1em;
  }
  .--17 .p-character__contents-main-detail .p-in-name-en {
    font-size: 13vw;
    letter-spacing: 0.2em;
  }
  .--18 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.1em;
  }
  .--19 .p-character__contents-main-detail .p-in-name-en {
    font-size: 13vw;
    letter-spacing: 0.2em;
  }
  .--20 .p-character__contents-main-detail .p-in-name-en {
    font-size: 11vw;
    letter-spacing: 0.1em;
  }
  .--21 .p-character__contents-main-detail .p-in-name-en {
    font-size: 13vw;
    letter-spacing: 0.2em;
  }
}
.p-character__contents-main-detail .p-in-name-text {
  margin-top: 2%;
  text-align: right;
  position: absolute;
  font-size: 1.3vw;
  bottom: -1.2vw;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 900px) {
  .--01 .p-character__contents-main-detail .p-in-name-text {
    right: 3%;
  }
  .--02 .p-character__contents-main-detail .p-in-name-text {
    right: 3%;
  }
  .--03 .p-character__contents-main-detail .p-in-name-text {
    right: 3%;
  }
  .--04 .p-character__contents-main-detail .p-in-name-text {
    right: 3%;
  }
  .--05 .p-character__contents-main-detail .p-in-name-text {
    left: 3%;
    font-size: 1.1vw;
  }
  .--06 .p-character__contents-main-detail .p-in-name-text {
    left: 3%;
  }
  .--07 .p-character__contents-main-detail .p-in-name-text {
    right: 3%;
  }
  .--08 .p-character__contents-main-detail .p-in-name-text {
    left: 20%;
    font-size: 1.1vw;
  }
  .--09 .p-character__contents-main-detail .p-in-name-text {
    right: 3%;
  }
  .--10 .p-character__contents-main-detail .p-in-name-text {
    left: 20%;
    font-size: 1.2vw;
  }
  .--11 .p-character__contents-main-detail .p-in-name-text {
    left: 13%;
    font-size: 1.2vw;
  }
  .--12 .p-character__contents-main-detail .p-in-name-text {
    left: 20%;
    font-size: 1.2vw;
  }
  .--14 .p-character__contents-main-detail .p-in-name-text {
    left: 20%;
    font-size: 1.2vw;
  }
  .--15 .p-character__contents-main-detail .p-in-name-text {
    left: 4%;
    font-size: 1.2vw;
    letter-spacing: 0.04em;
  }
  .--16 .p-character__contents-main-detail .p-in-name-text {
    left: 2%;
    font-size: 1.1vw;
  }
  .--17 .p-character__contents-main-detail .p-in-name-text {
    right: 2%;
  }
  .--18 .p-character__contents-main-detail .p-in-name-text {
    left: 20%;
  }
  .--20 .p-character__contents-main-detail .p-in-name-text {
    left: 20%;
  }
  .--21 .p-character__contents-main-detail .p-in-name-text {
    right: 2%;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-detail .p-in-name-text {
    right: 3%;
    font-size: 3vw;
    letter-spacing: 0.05em;
    bottom: auto;
    top: 4%;
    transform: translateY(-100%);
    margin-top: 0;
    font-weight: 300;
    color: var(--color-blue02);
  }
  .--01 .p-character__contents-main-detail .p-in-name-text {
    right: 17%;
  }
  .--08 .p-character__contents-main-detail .p-in-name-text {
    right: 14%;
  }
  .--13 .p-character__contents-main-detail .p-in-name-text {
    right: auto;
    left: 50%;
    top: -7%;
    transform: translateX(-50%);
  }
  .--15 .p-character__contents-main-detail .p-in-name-text {
    right: 12%;
  }
  .--16 .p-character__contents-main-detail .p-in-name-text {
    right: 12%;
  }
  .--19 .p-character__contents-main-detail .p-in-name-text {
    right: 12%;
  }
}
.p-character__contents-main-detail .p-in-detail {
  width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 8% auto 0;
  font-size: 1.1vw;
  letter-spacing: 0.05em;
  color: #caf1ff;
  color: var(--color-text);
  text-shadow: 0 0 12px #011035, 0 0 12px #011035;
  line-height: 2;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-detail .p-in-detail {
    order: 3;
    width: 90%;
    margin: 3% auto 0;
    font-size: 3.2vw;
    line-height: 1.94;
  }
}
.p-character__contents-main-nav {
  width: 104%;
  margin-top: 18%;
  position: relative;
  right: 2.6%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-nav {
    width: 100%;
    margin-top: 20.6%;
  }
}
.p-character__contents-main-nav-deco {
  width: 79.5%;
  position: absolute;
  top: -24.7%;
  right: -14%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-nav-deco {
    width: 70.4%;
    position: absolute;
    top: -21.4%;
    right: -11%;
  }
}
.p-character__contents-main-nav-deco-item img {
  width: 100%;
}
.p-character__contents-main-nav-deco-item:nth-of-type(1) {
  width: 60.2%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: 21.5%;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.4s, opacity 0.6s var(--ease-out) 0.4s;
}
.is-load .p-character__contents-main-nav-deco-item:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-nav-deco-item:nth-of-type(1) {
    width: 59.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 21.3%;
  }
}
.p-character__contents-main-nav-deco-item:nth-of-type(2) {
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.6s var(--ease-out);
  transition: clip-path 0.6s var(--ease-out);
  transition: clip-path 0.6s var(--ease-out), -webkit-clip-path 0.6s var(--ease-out);
}
.is-load .p-character__contents-main-nav-deco-item:nth-of-type(2) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-character__contents-main-nav .p-in-list {
  display: flex;
  align-items: center;
  gap: 0.5%;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.5s, opacity 0.6s var(--ease-out) 0.5s;
}
.is-load .p-character__contents-main-nav .p-in-list {
  opacity: 1;
  transform: translateY(0);
}
.p-character__contents-main-nav .p-in-item {
  position: relative;
  width: 31.9%;
  flex-shrink: 0;
}
.p-character__contents-main-nav .p-in-item.is-solo {
  width: 67.3%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-nav .p-in-item.is-solo {
    width: 59%;
  }
}
@media (hover: hover) {
  .p-character__contents-main-nav .p-in-item:hover .p-in-item-img:nth-of-type(2) {
    opacity: 1;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-nav .p-in-item {
    width: 28.7%;
  }
}
.p-character__contents-main-nav .p-in-item-img:nth-of-type(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out);
}
.p-character__contents-main-nav .p-in-item-detail {
  width: 100%;
  position: absolute;
  bottom: 7.8%;
  left: 50%;
  transform: translateX(-50%);
}
.--02 .p-character__contents-main-nav .p-in-item-detail, .--03 .p-character__contents-main-nav .p-in-item-detail, .--04 .p-character__contents-main-nav .p-in-item-detail {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .--02 .p-character__contents-main-nav .p-in-item-detail, .--03 .p-character__contents-main-nav .p-in-item-detail, .--04 .p-character__contents-main-nav .p-in-item-detail {
    top: 48%;
  }
}
.p-character__contents-main-nav .p-in-item-detail-head {
  font-size: 0.8vw;
  letter-spacing: 0.18em;
  font-weight: 200;
  color: var(--color-text);
  transform: scaleY(1);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-nav .p-in-item-detail-head {
    font-size: 2.1vw;
  }
}
.p-character__contents-main-nav .p-in-item-detail-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2vw 0.4vw 0vw;
  margin-top: 0.6%;
  min-height: 1.8vw;
  box-sizing: content-box;
  background-color: var(--color-black);
  font-size: 1.4vw;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transform: scaleY(0.9);
  color: var(--color-text);
}
@media screen and (max-width: 899px) {
  .p-character__contents-main-nav .p-in-item-detail-name {
    min-height: 4.3vw;
    padding: 0.2vw 1.1vw 0vw;
    font-size: 3.5vw;
  }
}
.p-character__contents-nav {
  margin-top: 2%;
  background: rgba(0, 1, 7, 0.45);
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-nav {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav {
    margin-top: 9.5%;
  }
}
.p-character__contents-nav::before, .p-character__contents-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 10%;
  position: absolute;
  left: 0;
}
.p-character__contents-nav::before {
  top: 0;
  background: url(../img/character/frame_top_main.png) no-repeat left top/100% auto;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav::before {
    background: url(../img/sp/character/frame_top_main.png) no-repeat left top/100% auto;
  }
}
.p-character__contents-nav::after {
  bottom: 0;
  background: url(../img/character/frame_bottom_main.png) no-repeat left bottom/100% auto;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav::after {
    background: url(../img/sp/character/frame_bottom_main.png) no-repeat left bottom/100% auto;
  }
}
.p-character__contents-nav-main {
  padding: 4.1% 0;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-main {
    padding: 8.6% 0;
  }
}
.p-character__contents-nav-inner {
  padding: 0 2.7%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-inner {
    padding: 0 20.3%;
  }
}
.p-character__contents-nav-list {
  display: flex;
  align-items: flex-start;
}
.p-character__contents-nav-item {
  width: auto;
  min-height: 40.4vw;
}
[data-lang]:not([data-lang=jp]) .p-character__contents-nav-item:nth-of-type(1) .p-in-image-item:nth-of-type(4) {
  margin-left: -3.4vw;
}
@media screen and (max-width: 899px) {
  [data-lang]:not([data-lang=jp]) .p-character__contents-nav-item:nth-of-type(1) .p-in-image-item:nth-of-type(4) {
    margin-left: -6.7vw;
  }
}
.p-character__contents-nav-item:nth-of-type(1) .p-in-image-item:nth-of-type(4) .p-in-image-item-detail {
  left: 8.8%;
}
.p-character__contents-nav-item:nth-of-type(3) .p-in-image-item:nth-of-type(1) .p-in-image-item-detail {
  left: -1.5%;
}
.p-character__contents-nav-item:nth-of-type(4) .p-in-image-item:nth-of-type(2) .p-in-image-item-detail {
  left: 4.2%;
}
.p-character__contents-nav-item:nth-of-type(9) .p-in-image-item:nth-of-type(2) .p-in-image-item-detail {
  left: 9.2%;
}
.p-character__contents-nav-item:nth-of-type(10) .p-in-image-item:nth-of-type(1) .p-in-image-item-detail {
  left: 11.2%;
}
.p-character__contents-nav-item .p-in-head {
  width: 100%;
  border-bottom: 1px solid var(--color-blue01);
  position: absolute;
}
.p-character__contents-nav-item .p-in-head::before, .p-character__contents-nav-item .p-in-head::after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  bottom: 0;
  background-color: var(--color-blue01);
  transform: translateY(100%);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-head::before, .p-character__contents-nav-item .p-in-head::after {
    height: 5px;
  }
}
.p-character__contents-nav-item .p-in-head::before {
  left: 0;
}
.p-character__contents-nav-item .p-in-head::after {
  right: 0;
}
.p-character__contents-nav-item .p-in-head-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3vw;
  letter-spacing: 0.45em;
  color: var(--color-blue01);
  padding-bottom: 0.8vw;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-head-text {
    font-size: 3.8vw;
  }
}
.p-character__contents-nav-item .p-in-head-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-blue01);
  transform: translateY(100%);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-head-text::before {
    height: 2px;
  }
}
.p-character__contents-nav-item .p-in-image {
  padding: 5vw 0 1.5vw;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-image {
    padding: 13vw 0 4.5vw;
  }
}
.p-character__contents-nav-item .p-in-image-list {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}
.p-character__contents-nav-item .p-in-image-item {
  position: relative;
  height: 34vw;
}
.p-character__contents-nav-item .p-in-image-item.is-current .p-in-image-item-main:nth-of-type(2) {
  opacity: 1;
}
@media (hover: hover) {
  .p-character__contents-nav-item .p-in-image-item:hover .p-in-image-item-main:nth-of-type(2) {
    opacity: 1;
  }
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-image-item {
    height: 86vw;
  }
}
.p-character__contents-nav-item .p-in-image-item a {
  display: block;
  height: 100%;
  width: auto;
}
.p-character__contents-nav-item .p-in-image-item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-character__contents-nav-item .p-in-image-item-main {
  width: auto;
  height: 100%;
}
.p-character__contents-nav-item .p-in-image-item-main:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease-out);
}
.p-character__contents-nav-item .p-in-image-item-detail {
  position: absolute;
  left: -5.8%;
  bottom: 10.7%;
}
.p-character__contents-nav-item .p-in-image-item-detail-head {
  font-size: 1.1vw;
  letter-spacing: 0.24em;
  font-weight: 200;
  color: var(--color-text);
  transform: scaleY(1);
  position: relative;
  left: 1.1vw;
  bottom: 0.1vw;
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-image-item-detail-head {
    font-size: 2.5vw;
    left: 2.9vw;
  }
}
.p-character__contents-nav-item .p-in-image-item-detail-name {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1% 10% 3%;
  min-height: 2.6vw;
  box-sizing: border-box;
  background-color: var(--color-black);
  font-size: 2vw;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transform: scaleY(0.9);
  color: var(--color-text);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-image-item-detail-name {
    min-height: 7.2vw;
    font-size: 5vw;
    padding: 1% 10% 3%;
  }
}
.p-character__contents-nav-item .p-in-line {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-blue01);
}
.p-character__contents-nav-item .p-in-line::before, .p-character__contents-nav-item .p-in-line::after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  position: absolute;
  bottom: 0;
  background-color: var(--color-blue01);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-line::before, .p-character__contents-nav-item .p-in-line::after {
    height: 5px;
  }
}
.p-character__contents-nav-item .p-in-line::before {
  left: 0;
}
.p-character__contents-nav-item .p-in-line::after {
  right: 0;
}
.p-character__contents-nav-item .p-in-line-item::before {
  content: "";
  display: block;
  width: 7.2vw;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-blue01);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-item .p-in-line-item::before {
    height: 2px;
  }
}
.p-character__contents-nav-scrollbar {
  width: 90% !important;
  height: 0.6vw !important;
  margin: 5vw auto 0;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  background-color: var(--color-text);
  -webkit-clip-path: polygon(3px 0, calc(100% - 3px) 0, 100% 50%, calc(100% - 3px) 100%, 3px 100%, 0% 50%);
  clip-path: polygon(3px 0, calc(100% - 3px) 0, 100% 50%, calc(100% - 3px) 100%, 3px 100%, 0% 50%);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-scrollbar {
    width: 93vw !important;
    height: 2.6vw !important;
    margin: 3vw auto 0;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 5px 100%, 0% 50%);
    clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 5px 100%, 0% 50%);
  }
}
.p-character__contents-nav-scrollbar .swiper-scrollbar-drag {
  opacity: 1;
  border-radius: 0 !important;
  background: linear-gradient(1turn, #428bf4, #2b508f);
  -webkit-clip-path: polygon(3px 0, calc(100% - 3px) 0, 100% 50%, calc(100% - 3px) 100%, 3px 100%, 0% 50%);
  clip-path: polygon(3px 0, calc(100% - 3px) 0, 100% 50%, calc(100% - 3px) 100%, 3px 100%, 0% 50%);
}
@media screen and (max-width: 899px) {
  .p-character__contents-nav-scrollbar .swiper-scrollbar-drag {
    -webkit-clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 5px 100%, 0% 50%);
    clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 5px 100%, 0% 50%);
  }
}
.p-character__contents-npc {
  margin-top: -5.2%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc {
    margin-top: 5.8%;
  }
}
.p-character__contents-npc-item {
  position: relative;
}
.p-character__contents-npc-item:nth-of-type(1)::before {
  transition-delay: 0.2s;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-bg {
  transition-delay: 0.2s;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-image {
  transition-delay: 0.3s;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-deco {
  transition-delay: 0.3s;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-detail .p-in-name-en {
  transition-delay: 0.3s;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-detail .p-in-name-text {
  transition-delay: 0.4s;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-detail .p-in-cv {
  transition-delay: 0.5s;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-detail .p-in-text {
  transition-delay: 0.6s;
}
.p-character__contents-npc-item:nth-of-type(2)::before {
  transition-delay: 0.4s;
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-bg {
  transition-delay: 0.4s;
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-image {
  transition-delay: 0.5s;
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-deco {
  transition-delay: 0.5s;
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-detail .p-in-name-en {
  transition-delay: 0.5s;
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-detail .p-in-name-text {
  transition-delay: 0.6s;
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-detail .p-in-cv {
  transition-delay: 0.7s;
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-detail .p-in-text {
  transition-delay: 0.8s;
}
.p-character__contents-npc-item:nth-of-type(3)::before {
  transition-delay: 0.6s;
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-bg {
  transition-delay: 0.6s;
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-image {
  transition-delay: 0.7s;
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-deco {
  transition-delay: 0.7s;
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-detail .p-in-name-en {
  transition-delay: 0.7s;
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-detail .p-in-name-text {
  transition-delay: 0.8s;
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-detail .p-in-cv {
  transition-delay: 0.9s;
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-detail .p-in-text {
  transition-delay: 1s;
}
.p-character__contents-npc-item:nth-of-type(4)::before {
  transition-delay: 0.8s;
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-bg {
  transition-delay: 0.8s;
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-image {
  transition-delay: 0.9s;
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-deco {
  transition-delay: 0.9s;
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-detail .p-in-name-en {
  transition-delay: 0.9s;
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-detail .p-in-name-text {
  transition-delay: 1s;
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-detail .p-in-cv {
  transition-delay: 1.1s;
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-detail .p-in-text {
  transition-delay: 1.2s;
}
.p-character__contents-npc-item:nth-of-type(5)::before {
  transition-delay: 1s;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-bg {
  transition-delay: 1s;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-image {
  transition-delay: 1.1s;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-deco {
  transition-delay: 1.1s;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-detail .p-in-name-en {
  transition-delay: 1.1s;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-detail .p-in-name-text {
  transition-delay: 1.2s;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-detail .p-in-cv {
  transition-delay: 1.3s;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-detail .p-in-text {
  transition-delay: 1.4s;
}
.p-character__contents-npc-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(43%);
  background: url(../img/character/character-22/line.png) no-repeat center/100% auto;
  pointer-events: none;
  transition: -webkit-clip-path 0.6s var(--ease-main);
  transition: clip-path 0.6s var(--ease-main);
  transition: clip-path 0.6s var(--ease-main), -webkit-clip-path 0.6s var(--ease-main);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.is-load .p-character__contents-npc-item::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item::before {
    background: url(../img/sp/character/character-22/line.png) no-repeat center/100% auto;
  }
}
.p-character__contents-npc-item + .p-character__contents-npc-item {
  margin-top: -19.6%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item + .p-character__contents-npc-item {
    margin-top: -6.6%;
  }
}
.p-character__contents-npc-item:nth-of-type(even) {
  right: 1%;
}
.p-character__contents-npc-item:nth-of-type(even) .p-in-name-en {
  text-align: left;
}
.p-character__contents-npc-item:nth-of-type(even) .p-character__contents-npc-item-inner {
  align-items: flex-end;
}
.p-character__contents-npc-item:nth-of-type(odd) .p-character__contents-npc-item-inner {
  flex-direction: row-reverse;
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-deco {
  width: 16.7%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-deco {
    width: 41.7%;
  }
}
.p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-detail .p-in-name-en-bg {
  width: 180%;
  position: absolute;
  right: -13.5vw;
  top: 12%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(1) .p-character__contents-npc-item-detail .p-in-name-en-bg {
    width: 165.8%;
    position: absolute;
    right: -43%;
    top: 12%;
  }
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-deco {
  width: 14.6%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-deco {
    width: 36.6%;
  }
}
.p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-detail .p-in-name-en-bg {
  width: 192.9%;
  position: absolute;
  left: -17.5vw;
  top: 12%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(2) .p-character__contents-npc-item-detail .p-in-name-en-bg {
    width: 152%;
    position: absolute;
    left: -21.5vw;
    top: 12%;
  }
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-deco {
  width: 17.1%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-deco {
    width: 42%;
  }
}
.p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-detail .p-in-name-en-bg {
  width: 219%;
  position: absolute;
  right: -15.4vw;
  top: 12%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(3) .p-character__contents-npc-item-detail .p-in-name-en-bg {
    width: 202%;
    right: -28.4vw;
    top: 12%;
  }
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-deco {
  width: 8.6%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-deco {
    width: 19.6%;
    right: 2.5%;
    top: 10%;
  }
}
.p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-detail .p-in-name-en-bg {
  width: 263%;
  position: absolute;
  left: -20.4vw;
  top: 12%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(4) .p-character__contents-npc-item-detail .p-in-name-en-bg {
    width: 209%;
    position: absolute;
    left: -28.4vw;
    top: 12%;
  }
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-deco {
  width: 15.5%;
}
.p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-detail .p-in-name-en-bg {
  width: 363%;
  position: absolute;
  right: -19vw;
  top: 12%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item:nth-of-type(5) .p-character__contents-npc-item-detail .p-in-name-en-bg {
    width: 328%;
    position: absolute;
    right: -36vw;
    top: 12%;
  }
}
.p-character__contents-npc-item-bg {
  width: 100%;
  position: relative;
  transition: -webkit-clip-path 0.6s var(--ease-out);
  transition: clip-path 0.6s var(--ease-out);
  transition: clip-path 0.6s var(--ease-out), -webkit-clip-path 0.6s var(--ease-out);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.is-load .p-character__contents-npc-item-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-character__contents-npc-item-deco {
  position: absolute;
  right: 9.8%;
  top: 18.7%;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-npc-item-deco {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-deco {
    right: 3.5%;
    top: 9.6%;
  }
}
.p-character__contents-npc-item-inner {
  width: 75.1%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 26.2%;
  left: 15%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-inner {
    display: block;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-character__contents-npc-item-detail {
  width: 39.3%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-detail {
    width: 100%;
  }
}
.p-character__contents-npc-item-detail .p-in-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-character__contents-npc-item-detail .p-in-name-en {
  font-size: 1.1vw;
  letter-spacing: 0.41em;
  color: var(--color-blue02);
  text-align: right;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-npc-item-detail .p-in-name-en {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-detail .p-in-name-en {
    font-size: 3vw;
    letter-spacing: 0.36em;
  }
}
.p-character__contents-npc-item-detail .p-in-name-text {
  margin-top: 3%;
  font-size: 4.8vw;
  text-align: center;
  letter-spacing: 0.13em;
  font-weight: 300;
  text-shadow: 0 0 10px var(--color-blue01), 0 0 10px var(--color-blue01), 0 0 10px var(--color-blue01), 0 0 10px var(--color-blue01);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-npc-item-detail .p-in-name-text {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-detail .p-in-name-text {
    margin-top: 1%;
    font-size: 12vw;
  }
}
.p-character__contents-npc-item-detail .p-in-cv {
  width: 100%;
  margin-top: 3.8%;
  padding: 0.5% 10%;
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 0.5em;
  text-align: center;
  background-color: var(--color-blue01);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
[data-lang=fr] .p-character__contents-npc-item-detail .p-in-cv, [data-lang=it] .p-character__contents-npc-item-detail .p-in-cv, [data-lang=es] .p-character__contents-npc-item-detail .p-in-cv, [data-lang=de] .p-character__contents-npc-item-detail .p-in-cv {
  letter-spacing: 0.05em;
}
.is-load .p-character__contents-npc-item-detail .p-in-cv {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-detail .p-in-cv {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.8% auto 0;
    padding: 0.5% 13%;
    font-size: 3.1vw;
  }
}
.p-character__contents-npc-item-detail .p-in-text {
  margin-top: 3.3%;
  font-size: 1.1vw;
  line-height: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-npc-item-detail .p-in-text {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-detail .p-in-text {
    margin-top: 5.3%;
    font-size: 3.2vw;
    text-align: center;
    line-height: 2;
  }
}
.p-character__contents-npc-item-image {
  width: 55.5%;
  position: relative;
  margin-top: 0.9%;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__contents-npc-item-image {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-image {
    width: 100%;
    position: relative;
    margin-top: 4.9%;
  }
}
.p-character__contents-npc-item-image::before {
  content: "";
  display: block;
  width: 103.9%;
  height: 97.8%;
  position: absolute;
  top: 47.9%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/character/character-22/slider_frame.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-image::before {
    width: 104.2%;
    height: 97.8%;
    top: 46.4%;
  }
}
.p-character__contents-npc-item-image-deco {
  width: auto;
  height: 2.94%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-image-deco {
    width: 100%;
    height: 3.44%;
  }
}
.p-character__contents-npc-item-image-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-image-deco img {
    width: auto;
    height: 100%;
    margin-left: auto;
  }
}
.p-character__contents-npc-item-slide {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-character__contents-npc-item-slide-list {
    top: 0.35vw;
    position: relative;
  }
}
.p-character__contents-npc-item-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 0.2%;
  margin-top: 1.9%;
}
.p-character__contents-npc-item-pagination .swiper-pagination-bullet {
  display: block;
  width: 12%;
  height: auto;
  margin: 0 !important;
  padding-top: 2.3%;
  opacity: 1 !important;
  border-radius: 0;
  background: url(../img/top/slider_dot.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-character__contents-npc-item-pagination .swiper-pagination-bullet {
    width: 14.2%;
    padding-top: 2.3%;
  }
}
.p-character__contents-npc-item-pagination .swiper-pagination-bullet-active {
  background: url(../img/top/slider_dot_active.png) no-repeat center/contain;
}

.p-character__link {
  width: 14.2%;
  margin: 3.7% auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-out) 0.2s, opacity 0.6s var(--ease-out) 0.2s, filter 0.6s var(--ease-out) 0.2s;
}
.is-load .p-character__link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__link {
    width: 57%;
    margin: 12.2% auto 0;
  }
}