:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.l-content {
  max-width: none;
  padding-bottom: 0;
  width: 100%;
}

.l-main {
  overflow: visible;
}
@media screen and (max-width: 899px) {
  .l-main {
    overflow: hidden;
  }
}

.l-footer {
  z-index: 1;
}

.p-character {
  position: relative;
}
.p-character.-in {
  padding-bottom: 20.5rem;
}
@media screen and (max-width: 899px) {
  .p-character.-in {
    padding-bottom: 12.2rem;
  }
}
@media screen and (max-width: 899px) {
  .p-character {
    margin-top: -41px;
  }
}
.p-character__unit {
  overflow: hidden;
  padding: 5px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-character__unit {
    padding: 0;
  }
}
.p-character__unit-team {
  text-align: center;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 3px;
  margin-bottom: 36px;
  transform: translateY(30px);
  opacity: 0;
}
.p-character__unit-box.is-active .p-character__unit-team {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-character__unit-team {
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 1.8rem;
  }
}
.p-character__unit-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-character__unit-box + .p-character__unit-box {
  padding-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-character__unit-box + .p-character__unit-box {
    padding-top: 46px;
  }
}
@media screen and (max-width: 899px) {
  .p-character__unit-box {
    padding-top: 38px;
  }
}
.p-character__unit-box::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.p-character__unit-box:nth-child(2n)::before {
  background-color: #fff;
}
.p-character__unit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5% 40px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.p-character__unit-list.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.-in .p-character__unit-list {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__unit-list {
    padding: 0 5% 40px;
  }
}
.p-character__unit-list-item {
  position: relative;
  z-index: 1;
  width: 17.1%;
  max-width: 230px;
  margin-right: 1.6%;
  margin-bottom: 3.6%;
}
.p-character__unit-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .p-character__unit-list-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-character__unit-list-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 7.6%;
  }
  .p-character__unit-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-character__unit-list-item a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-character__unit-list-item a:hover {
    transform: translateY(-5px);
    opacity: 0.8;
  }
}
.p-character__unit-content {
  text-align: center;
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
}
@media screen and (max-width: 899px) {
  .p-character__unit-content {
    bottom: -7.5%;
  }
}
.p-character__unit-thumb img {
  height: 100%;
}
.p-character__unit-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-character__unit-charaname {
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-character__unit-charaname {
    font-size: 1.3rem;
  }
}
.p-character__unit-subname {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 10px;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-character__unit-subname {
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
.-shin .p-character__unit-subname {
  color: #fd5b56;
}
.-yukinojo .p-character__unit-subname {
  color: #0e9bed;
}
.-taiga .p-character__unit-subname {
  color: #8fc31f;
}
.-kakeru .p-character__unit-subname {
  color: #fabe00;
}
.-minato .p-character__unit-subname {
  color: #49bcbd;
}
.-leo .p-character__unit-subname {
  color: #fa77b5;
}
.-yu .p-character__unit-subname {
  color: #6a81d5;
}
.-louis_v2 .p-character__unit-subname {
  color: #d7d793;
}
.-alex .p-character__unit-subname {
  color: #a464ce;
}
.-joji .p-character__unit-subname {
  color: #cfdb00;
}
.-koji_v2 .p-character__unit-subname {
  color: #ce63bd;
}
.-hiro_v2 .p-character__unit-subname {
  color: #54c3f1;
}
.-kaduki_v2 .p-character__unit-subname {
  color: #00bf4d;
}
.-jin .p-character__unit-subname {
  color: #6978cc;
}
.-hijiri .p-character__unit-subname {
  color: #b84f52;
}
.-rei .p-character__unit-subname {
  color: #becab7;
}
.-ryo .p-character__unit-subname {
  color: #f6bed0;
}
.-ai .p-character__unit-subname {
  color: #b7b4bc;
}
.p-character__otherunit {
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateY(30px);
  opacity: 0;
  padding: 60px 0 82px;
}
@media screen and (max-width: 899px) {
  .p-character__otherunit {
    padding: 49px 0 121px;
  }
}
.p-character__otherunit.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.-in .p-character__otherunit {
  padding: 0;
  opacity: 1;
  transform: translateY(0);
}
.p-character__otherunit-head {
  text-align: center;
  margin-bottom: 3.9rem;
  padding: 0 5%;
  font-weight: 700;
  transform: translateY(30px);
  opacity: 0;
}
.p-character__otherunit.is-active .p-character__otherunit-head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-head {
    margin-bottom: 2.7rem;
  }
}
.p-character__otherunit-head-cap {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-head-cap {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
}
.p-character__otherunit-head-main {
  font-size: 3.2rem;
  letter-spacing: 0px;
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-head-main {
    font-size: 2.2rem;
  }
}
.p-character__otherunit-list {
  position: relative;
  z-index: 1;
  padding: 0 8.7% 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-list {
    padding: 0 5.3% 0;
    display: block;
  }
}
.p-character__otherunit-list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-character__otherunit-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
  .p-character__otherunit-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-character__otherunit-list-item a {
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-character__otherunit-list-item a:hover {
    transform: translateY(-5px);
    opacity: 0.8;
  }
}
.p-character__otherunit-content {
  text-align: center;
  position: absolute;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  width: 81%;
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-content {
    bottom: -10.5%;
    width: 70%;
  }
}
.p-character__otherunit-thumb img {
  height: 100%;
}
.p-character__otherunit-charaname {
  font-size: 1.7rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-charaname {
    font-size: 1.3rem;
  }
}
.p-character__otherunit-copy {
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 899px) {
  .p-character__otherunit-copy {
    font-size: 8px;
    margin-top: 3px;
  }
}
.p-character__otherunit-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
.p-character__nav {
  margin-top: 5.7%;
}
@media screen and (max-width: 899px) {
  .p-character__nav {
    margin-top: 14.7%;
  }
}
.p-character__nav .p-character__unit-list {
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
  padding: 0;
}
.p-character__nav .p-character__unit-list-item {
  width: 10.4%;
  margin-right: 0.8%;
  margin-bottom: 0.7%;
}
@media screen and (max-width: 899px) {
  .p-character__nav .p-character__unit-list-item {
    width: 23.8%;
    margin-right: 1.5%;
  }
}
.p-character__nav .p-character__unit-list-item:nth-child(5n) {
  margin-right: 0.8%;
}
@media screen and (max-width: 899px) {
  .p-character__nav .p-character__unit-list-item:nth-child(5n) {
    margin-right: 1.5%;
  }
}
@media screen and (min-width: 900px) {
  .p-character__nav .p-character__unit-list-item:nth-child(9n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-character__nav .p-character__unit-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
.p-character__nav .p-character__otherunit {
  margin: 0 auto;
  margin-top: 20px;
  width: 90%;
  max-width: 1160px;
  background-color: transparent;
}
@media screen and (max-width: 899px) {
  .p-character__nav .p-character__otherunit {
    margin-top: 18px;
  }
}
.p-character__nav .p-character__otherunit-list {
  padding: 0;
  display: flex;
}
.p-character__nav .p-character__otherunit-list-item {
  width: 15.83%;
  margin-right: 1%;
}
@media screen and (min-width: 900px) {
  .p-character__nav .p-character__otherunit-list-item:nth-child(3n) {
    margin-right: 1%;
  }
  .p-character__nav .p-character__otherunit-list-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-character__nav .p-character__otherunit-list-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 1.5%;
  }
  .p-character__nav .p-character__otherunit-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-character__back {
  margin-top: 62px;
}
@media screen and (max-width: 899px) {
  .p-character__back {
    margin-top: 43px;
  }
}

.p-character_detail {
  --kv_height: 37.5vw;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}
@media screen and (max-width: 899px) {
  .p-character_detail {
    padding-top: 37px;
  }
}
.p-character_detail__head {
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
  text-align: center;
  line-height: 1.6;
}
.p-character_detail__head-ttl {
  font-family: "Vidaloka", YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  line-height: 1;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-character_detail__head-ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__head-ttl {
    font-size: 3rem;
    letter-spacing: 1px;
  }
}
.p-character_detail__head-sub {
  position: relative;
  margin-top: -1.3rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-character_detail__head-sub {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__head-sub {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    font-size: 9px;
  }
}
.p-character_detail__head-text {
  font-size: 1.5rem;
  line-height: 1.9;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-character_detail__head-text {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.75s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__head-text {
    font-size: 1.3rem;
    letter-spacing: -0.5px;
  }
}
.p-character_detail__line {
  height: 80px;
  margin-bottom: 3.4%;
  position: relative;
  margin-top: 32px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-character_detail__line {
    height: 40px;
    margin-top: 10%;
    margin-bottom: 12%;
  }
}
.p-character_detail__line::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 899px) {
  .p-character_detail__line::before {
    transform: translateX(-50%) translateY(-100%) scaleX(0.8);
  }
}
.is-load .p-character_detail__line::before {
  transform: translateX(-50%) translateY(0%);
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 1s;
}
@media screen and (max-width: 899px) {
  .is-load .p-character_detail__line::before {
    transform: translateX(-50%) translateY(0%) scaleX(0.8);
  }
}
.p-character_detail__content {
  display: flex;
}
.-solo .p-character_detail__content, .-mario .p-character_detail__content {
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-character_detail__content {
    display: block;
  }
}
.p-character_detail__chara {
  position: relative;
  flex-shrink: 0;
  width: 44.3%;
  padding-top: 52.9%;
  margin-right: 5.6%;
}
@media screen and (max-width: 899px) {
  .p-character_detail__chara {
    width: 100%;
    padding-top: 119.5%;
  }
}
.-unit .p-character_detail__chara {
  width: 60%;
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .-unit .p-character_detail__chara {
    min-height: calc(var(--kv_height));
  }
}
@media screen and (max-width: 899px) {
  .-unit .p-character_detail__chara {
    width: 100%;
  }
}
.p-character_detail__chara-wrap {
  --kv_space: calc(50vh - var(--kv_height) * 0.5);
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-character_detail__chara-wrap {
    position: absolute;
    top: calc(var(--kv_space) * -1);
    left: 0;
    height: calc(100% + var(--kv_space) * 2);
  }
}
.p-character_detail__chara-stand {
  pointer-events: none;
  position: absolute;
  top: -11%;
  left: 56%;
  transform: translateX(-50%);
  width: 115%;
}
@media screen and (max-width: 899px) {
  .p-character_detail__chara-stand {
    width: 137%;
    left: 50%;
    top: -10.5%;
  }
}
.p-character_detail__chara-stand.-fix {
  transform: translateX(0);
  width: 100%;
  padding: 4.5% 0 0;
}
@media screen and (min-width: 900px) {
  .p-character_detail__chara-stand.-fix {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 899px) {
  .p-character_detail__chara-stand.-fix {
    left: 0;
    position: relative;
    padding: 0;
  }
}
.p-character_detail__chara-stand-item {
  filter: drop-shadow(-30px 25px 10px rgba(0, 0, 0, 0.15));
  width: 100%;
  -webkit-mask: url(../img/character/mask_sp.png) no-repeat center bottom;
  mask: url(../img/character/mask_sp.png) no-repeat center bottom;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
@media screen and (min-width: 900px) {
  .p-character_detail__chara-stand-item {
    -webkit-mask: url(../img/character/mask_pc.png) no-repeat center bottom;
    mask: url(../img/character/mask_pc.png) no-repeat center bottom;
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
}
.-solo .p-character_detail__chara-stand-item {
  transform: translateY(35px);
  opacity: 0;
}
.-solo .p-character_detail__content.is-active .p-character_detail__chara-stand-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.-unit .p-character_detail__chara-stand-item {
  filter: none;
  -webkit-mask: unset;
  mask: unset;
}
.-fix .p-character_detail__chara-stand-item {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .-fix .p-character_detail__chara-stand-item {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.-fix .p-character_detail__chara-stand-item img {
  transform: scale(1.1);
  opacity: 0;
}
.p-character_detail__content.is-active .-fix .p-character_detail__chara-stand-item img {
  transform: scale(1);
  opacity: 1;
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.p-character_detail__chara-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-5%);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__chara-bg {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.1s;
}
.p-character_detail__chara-bg-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-character_detail__chara-bg::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.-shin .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #faaa9f 0%, #fc6540 100%);
}
.-yukinojo .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #afd5ff 0%, #0b8fdc 100%);
}
.-taiga .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #c1faac 0%, #a8e427 100%);
}
.-kakeru .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #ffe282 0%, #fac200 100%);
}
.-minato .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #b4f0f1 0%, #5ee7e8 100%);
}
.-leo .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #f1bad4 0%, #fa89b8 100%);
}
.-yu .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #adb7d9 0%, #b39afd 100%);
}
.-louis_v2 .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #ebebc9 0%, #bebe92 100%);
}
.-alex .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #af80ce 0%, #812fb7 100%);
}
.-joji .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #effa9f 0%, #cfdb00 100%);
}
.-koji_v2 .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #e4b3dd 0%, #a857bc 100%);
}
.-hiro_v2 .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #bee0f8 0%, #66c9f2 100%);
}
.-kaduki_v2 .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #bdf6c4 0%, #3acf76 100%);
}
.-jin .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #617ab5 0%, #1f2a66 100%);
}
.-hijiri .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #b4608f 0%, #a72141 100%);
}
.-rei .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #c4ccc8 0%, #767e72 100%);
}
.-ryo .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #ffdbee 0%, #f5b3c8 100%);
}
.-ai .p-character_detail__chara-bg::before {
  background: linear-gradient(180deg, #e4e6ee 0%, #aba8b0 100%);
}
.p-character_detail__chara-bg-text {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-character_detail__chara-bg-text.-other01, .p-character_detail__chara-bg-text.-other02 {
  width: 100vw;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.p-character_detail__chara-bg-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.1);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__chara-bg-text::before {
  opacity: 1;
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-character_detail__chara-bg-text.-sep::before {
  background: url(../img/character/bg/txt_sep.png) no-repeat center top;
  background-size: 100%;
}
.p-character_detail__chara-bg-text.-sr::before {
  background: url(../img/character/bg/txt_sr.png) no-repeat center top;
  background-size: 100%;
}
.p-character_detail__chara-bg-text.-otr::before {
  background: url(../img/character/bg/txt_otr.png) no-repeat center top;
  background-size: 100%;
}
.p-character_detail__chara-bg-text.-otr::before {
  background: url(../img/character/bg/txt_otr.png) no-repeat center top;
  background-size: 100%;
}
.-jin .p-character_detail__chara-bg-text::before {
  background: url(../img/character/bg/img_jin.png) no-repeat right bottom;
  background-size: auto 100%;
}
@media screen and (min-width: 1600px) {
  .-jin .p-character_detail__chara-bg-text::before {
    background-size: auto 1058px;
  }
}
.-hijiri .p-character_detail__chara-bg-text::before {
  background: url(../img/character/bg/img_hijiri.png) no-repeat right bottom;
  background-size: auto 100%;
}
@media screen and (min-width: 1600px) {
  .-hijiri .p-character_detail__chara-bg-text::before {
    background-size: auto 1058px;
  }
}
.-rei .p-character_detail__chara-bg-text::before {
  background: url(../img/character/bg/img_rei.png) no-repeat right bottom;
  background-size: auto 100%;
}
@media screen and (min-width: 1600px) {
  .-rei .p-character_detail__chara-bg-text::before {
    background-size: auto 1058px;
  }
}
.-ryo .p-character_detail__chara-bg-text {
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.-ryo .p-character_detail__chara-bg-text::before {
  background: url(../img/character/bg/txt_er.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 899px) {
  .p-character_detail__chara-bg-text {
    top: 55%;
    width: 92%;
  }
}
.p-character_detail__chara-bg-name {
  position: absolute;
  bottom: 3.5%;
  left: 0;
  padding-left: 4%;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  color: #fff;
  font-size: 2.5vw;
  letter-spacing: 14px;
  width: 80%;
  transform: translateY(25px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__chara-bg-name {
  opacity: 0.3;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__chara-bg-name {
    width: 95%;
    padding-left: 5%;
    letter-spacing: 10px;
    font-size: 5.5vw;
  }
}
.p-character_detail__chara-stylechange {
  position: absolute;
  bottom: 2.5%;
  right: 3%;
  width: 19%;
  cursor: pointer;
  transform: translateY(25px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__chara-stylechange {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
@media (hover: hover) {
  .p-character_detail__chara-stylechange:hover .p-character_detail__chara-stylechange-arrow {
    transform: rotate(200deg);
  }
}
.-jin .p-character_detail__chara-stylechange {
  display: none;
}
.-hijiri .p-character_detail__chara-stylechange {
  display: none;
}
.-rei .p-character_detail__chara-stylechange {
  display: none;
}
.-unit .p-character_detail__chara-stylechange {
  display: none;
}
.-ai .p-character_detail__chara-stylechange {
  display: none;
}
@media screen and (max-width: 899px) {
  .p-character_detail__chara-stylechange {
    bottom: auto;
    top: 3%;
    right: 3.5%;
    width: 22%;
  }
}
.p-character_detail__chara-stylechange-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-load .p-character_detail__chara-stylechange-bg img {
  animation: loop_rotate 10s linear infinite;
}
.p-character_detail__about {
  flex-grow: 1;
  max-width: 695px;
  position: relative;
  padding-right: 8%;
}
@media screen and (min-width: 1700px) {
  .p-character_detail__about {
    max-width: 800px;
  }
}
@media screen and (max-width: 899px) {
  .p-character_detail__about {
    width: 90%;
    margin: 0 auto;
    margin-top: 16%;
    padding: 0;
  }
}
@media screen and (max-width: 899px) {
  .-unit .p-character_detail__about {
    margin-top: 10.5%;
    padding-right: 0;
  }
}
.p-character_detail__about-head {
  margin-bottom: 43px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-head {
    margin-bottom: 25px;
  }
}
.p-character_detail__about-head-en {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 3.2px;
  margin-bottom: 12px;
  transform: translateY(25px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__about-head-en {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-head-en {
    margin-bottom: 6px;
    font-size: 1rem;
  }
}
.p-character_detail__about-head-name {
  font-size: 6.1rem;
  letter-spacing: 1px;
  transform: translateY(25px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__about-head-name {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-head-name {
    font-size: 3.4rem;
    letter-spacing: 0px;
  }
}
.p-character_detail__about-cv {
  position: relative;
  padding: 26px 0 24px;
  transform: translateY(25px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__about-cv {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.9s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-cv {
    padding: 17px 0 18px;
  }
}
.p-character_detail__about-cv-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-character_detail__about-cv-frame .p-in_item {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: rgba(179, 146, 67, 0.4);
}
.p-character_detail__about-cv-frame .p-in_item.-top {
  top: 0;
}
.p-character_detail__about-cv-frame .p-in_item.-bottom {
  bottom: 0;
}
.p-character_detail__about-cv-frame .p-in_item::before, .p-character_detail__about-cv-frame .p-in_item::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-character_detail__about-cv-frame .p-in_item::before, .p-character_detail__about-cv-frame .p-in_item::after {
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-character_detail__about-cv-frame .p-in_item::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-character_detail__about-cv-frame .p-in_item::before {
    left: -0.2rem;
  }
}
.p-character_detail__about-cv-frame .p-in_item::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-character_detail__about-cv-frame .p-in_item::after {
    right: -0.2rem;
  }
}
.p-character_detail__about-cv-text {
  display: flex;
  padding: 0 7px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-cv-text {
    padding: 0 2px;
  }
}
.p-character_detail__about-cv-text .p-in_ttl {
  flex-shrink: 0;
  position: relative;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  padding-right: 2.8rem;
  font-size: 2.1rem;
  margin-right: 1.1rem;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-cv-text .p-in_ttl {
    padding-right: 1.9rem;
    letter-spacing: 1px;
    font-size: 1.6rem;
    margin-right: 0.3rem;
  }
}
.p-character_detail__about-cv-text .p-in_ttl::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/deco_star.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-cv-text .p-in_ttl::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-character_detail__about-cv-text .p-in_name {
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-cv-text .p-in_name {
    margin-top: -3px;
    font-size: 1.7rem;
  }
}
.p-character_detail__about-text {
  line-height: 1.75;
  margin-top: 43px;
  font-size: 1.6rem;
  transform: translateY(25px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__about-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.2s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-text {
    line-height: 1.9;
    font-size: 1.3rem;
    margin-top: 23px;
  }
}
.p-character_detail__about-profile {
  margin-top: 34px;
  transform: translateY(25px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__about-profile {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.4s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__about-profile {
    margin-top: 19px;
  }
}
.p-character_detail__charabox {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.p-character_detail__content.is-active .p-character_detail__charabox {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-character_detail__content.is-active .p-character_detail__charabox:nth-child(1) {
  transition-delay: 0.5s;
}
.p-character_detail__content.is-active .p-character_detail__charabox:nth-child(2) {
  transition-delay: 0.65s;
}
.p-character_detail__content.is-active .p-character_detail__charabox:nth-child(3) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox {
    padding: 0 1.5%;
  }
}
.p-character_detail__charabox + .p-character_detail__charabox {
  margin-top: 40px;
  border-top: 1px solid rgba(179, 146, 67, 0.4);
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox + .p-character_detail__charabox {
    margin-top: 30px;
  }
}
.p-character_detail__charabox + .p-character_detail__charabox::before, .p-character_detail__charabox + .p-character_detail__charabox::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-character_detail__charabox + .p-character_detail__charabox::before, .p-character_detail__charabox + .p-character_detail__charabox::after {
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-character_detail__charabox + .p-character_detail__charabox::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-character_detail__charabox + .p-character_detail__charabox::before {
    left: -0.2rem;
  }
}
.p-character_detail__charabox + .p-character_detail__charabox::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-character_detail__charabox + .p-character_detail__charabox::after {
    right: -0.2rem;
  }
}
.p-character_detail__charabox + .p-character_detail__charabox .p-character_detail__charabox-head {
  padding-top: 36px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox + .p-character_detail__charabox .p-character_detail__charabox-head {
    padding-top: 27px;
  }
}
.p-character_detail__charabox + .p-character_detail__charabox .p-character_detail__charabox-head-icon {
  top: 27px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox + .p-character_detail__charabox .p-character_detail__charabox-head-icon {
    top: 17px;
  }
}
.p-character_detail__charabox-head {
  line-height: 1.5;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head {
    padding-top: 8px;
    margin-bottom: 12px;
  }
}
.p-character_detail__charabox-head-icon {
  position: absolute;
  top: 0;
  right: 2%;
  width: 28%;
  max-width: 103px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head-icon {
    width: 25%;
    right: 0;
  }
}
.p-character_detail__charabox-head-en {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 1.8px;
  margin-bottom: 2px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head-en {
    margin-bottom: -1px;
    letter-spacing: 2.5px;
    font-size: 1.1rem;
  }
}
.p-character_detail__charabox-head-name {
  font-size: 3.5rem;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head-name {
    font-size: 2.5rem;
  }
}
.p-character_detail__charabox-head-cv {
  margin-top: 11px;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head-cv {
    margin-top: 3px;
  }
}
.p-character_detail__charabox-head-cv .p-in_ttl {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  position: relative;
  padding-right: 24px;
  font-size: 1.8rem;
  margin-right: 9px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head-cv .p-in_ttl {
    font-size: 1.6rem;
    padding-right: 2rem;
    margin-right: 6px;
  }
}
.p-character_detail__charabox-head-cv .p-in_ttl::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../img/common/deco_star.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head-cv .p-in_ttl::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-character_detail__charabox-head-cv .p-in_name {
  position: relative;
  font-size: 1.8rem;
  margin-top: -2px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-head-cv .p-in_name {
    font-size: 1.55rem;
  }
}
.p-character_detail__charabox-text {
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-text {
    font-size: 1.3rem;
  }
}
.p-character_detail__charabox-color {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.p-character_detail__charabox-color-ttl {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
  width: 140px;
  padding: 5px 0;
  margin-right: 11px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-color-ttl {
    width: 90px;
    padding: 4px 0;
    margin-right: 5px;
  }
}
.p-character_detail__charabox-color-ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.-shogo .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #afd5ff 0%, #0b8fdc 100%);
}
.-asahi .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #faaa9f 0%, #fc6540 100%);
}
.-koyoi .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #e4b3dd 0%, #a857bc 100%);
}
.-shinya .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #ff9ecd 0%, #e84091 100%);
}
.-ushimitsu .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #98e1ec 0%, #21b8ce 100%);
}
.-mario .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #d86274 0%, #a41e33 100%);
}
.-takaya .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #d86274 0%, #a41e33 100%);
}
.-ayumi .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #d86274 0%, #a41e33 100%);
}
.-toma .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #f29b76 0%, #e60012 100%);
}
.-hughie .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #8b9ccf 0%, #004ea2 100%);
}
.-sho .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #8b9ccf 0%, #004ea2 100%);
}
.-hibiki .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #8b9ccf 0%, #004ea2 100%);
}
.-wataru .p-character_detail__charabox-color-ttl::before {
  background: linear-gradient(260deg, #8b9ccf 0%, #004ea2 100%);
}
.p-character_detail__charabox-color-ttl .p-in_ttl {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-color-ttl .p-in_ttl {
    letter-spacing: -1px;
    font-size: 1rem;
  }
}
.p-character_detail__charabox-color-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-character_detail__charabox-color-text {
    font-size: 1.4rem;
  }
}
.p-character_detail__profile {
  display: flex;
  flex-wrap: wrap;
}
.p-character_detail__profile-item {
  text-align: center;
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3.6%;
}
@media screen and (max-width: 899px) {
  .p-character_detail__profile-item {
    margin-bottom: 4.5%;
  }
}
.p-character_detail__profile-item:nth-child(3n) {
  margin-right: 0;
}
.p-character_detail__profile-ttl {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  font-size: 1.4rem;
  padding: 5px 0;
}
@media screen and (max-width: 899px) {
  .p-character_detail__profile-ttl {
    font-size: 1.1rem;
    padding: 3px 0 4px;
  }
}
.p-character_detail__profile-ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.-shin .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #faaa9f 0%, #fc6540 100%);
}
.-yukinojo .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #afd5ff 0%, #0b8fdc 100%);
}
.-taiga .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #c1faac 0%, #a8e427 100%);
}
.-kakeru .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #ffe282 0%, #fac200 100%);
}
.-minato .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #b4f0f1 0%, #5ee7e8 100%);
}
.-leo .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #f1bad4 0%, #fa89b8 100%);
}
.-yu .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #adb7d9 0%, #b39afd 100%);
}
.-louis_v2 .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #ebebc9 0%, #bebe92 100%);
}
.-alex .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #af80ce 0%, #812fb7 100%);
}
.-joji .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #effa9f 0%, #cfdb00 100%);
}
.-koji_v2 .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #e4b3dd 0%, #a857bc 100%);
}
.-hiro_v2 .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #bee0f8 0%, #66c9f2 100%);
}
.-kaduki_v2 .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #bdf6c4 0%, #3acf76 100%);
}
.-jin .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #617ab5 0%, #1f2a66 100%);
}
.-hijiri .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #b4608f 0%, #a72141 100%);
}
.-rei .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #c4ccc8 0%, #767e72 100%);
}
.-ryo .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #ffdbee 0%, #f5b3c8 100%);
}
.-ai .p-character_detail__profile-ttl::before {
  background: linear-gradient(260deg, #e4e6ee 0%, #aba8b0 100%);
}
.p-character_detail__profile-ttl .p-in_text {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-character_detail__profile-ttl .p-in_text {
    letter-spacing: -0.5px;
  }
}
.p-character_detail__profile-text {
  margin-top: 11px;
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-character_detail__profile-text {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}