.l-in__content {
  margin-top: 15px;
  opacity: 1;
}

@media screen and (min-width: 901px) and (max-width: 1020px) {
  .l-in__ttl {
    height: 120px;
  }
}

.p-chara {
  padding-bottom: 58px;
}
.p-chara.-detail {
  opacity: 0;
  pointer-events: none;
}
.is-swiper-init .p-chara.-detail {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.p-chara__list {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
}
@media not all and (max-width: 900px) {
  .p-chara__list {
    margin-top: 71px;
    margin-bottom: 62px;
  }
}
.p-chara__list-item {
  position: relative;
  overflow: hidden;
  width: 30.4%;
  margin-right: 4.4%;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-chara__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-chara__list-item:nth-of-type(n + 4) {
    margin-top: 4.4%;
  }
}
@media not all and (max-width: 900px) {
  .p-chara__list-item {
    width: 22%;
    margin-right: 4%;
  }
  .p-chara__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-chara__list-item:nth-of-type(n + 5) {
    margin-top: 3.4%;
  }
}
.p-chara__list-item::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #808a72;
  transform-origin: center center;
  transform: scaleY(0);
}
body.is-in-play .p-chara__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
body.is-in-play .p-chara__list-item::before {
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
body.is-in-play .p-chara__list-item:nth-of-type(1) {
  transition-delay: 0.04s;
}
body.is-in-play .p-chara__list-item:nth-of-type(1)::before {
  transition-delay: 0.04s;
}
body.is-in-play .p-chara__list-item:nth-of-type(1) .p-chara__list-name {
  transition-delay: 0.15s;
}
body.is-in-play .p-chara__list-item:nth-of-type(1) .p-chara__list-link {
  animation-delay: 0.2s;
}
body.is-in-play .p-chara__list-item:nth-of-type(2) {
  transition-delay: 0.08s;
}
body.is-in-play .p-chara__list-item:nth-of-type(2)::before {
  transition-delay: 0.08s;
}
body.is-in-play .p-chara__list-item:nth-of-type(2) .p-chara__list-name {
  transition-delay: 0.19s;
}
body.is-in-play .p-chara__list-item:nth-of-type(2) .p-chara__list-link {
  animation-delay: 0.24s;
}
body.is-in-play .p-chara__list-item:nth-of-type(3) {
  transition-delay: 0.12s;
}
body.is-in-play .p-chara__list-item:nth-of-type(3)::before {
  transition-delay: 0.12s;
}
body.is-in-play .p-chara__list-item:nth-of-type(3) .p-chara__list-name {
  transition-delay: 0.23s;
}
body.is-in-play .p-chara__list-item:nth-of-type(3) .p-chara__list-link {
  animation-delay: 0.28s;
}
body.is-in-play .p-chara__list-item:nth-of-type(4) {
  transition-delay: 0.16s;
}
body.is-in-play .p-chara__list-item:nth-of-type(4)::before {
  transition-delay: 0.16s;
}
body.is-in-play .p-chara__list-item:nth-of-type(4) .p-chara__list-name {
  transition-delay: 0.27s;
}
body.is-in-play .p-chara__list-item:nth-of-type(4) .p-chara__list-link {
  animation-delay: 0.32s;
}
body.is-in-play .p-chara__list-item:nth-of-type(5) {
  transition-delay: 0.2s;
}
body.is-in-play .p-chara__list-item:nth-of-type(5)::before {
  transition-delay: 0.2s;
}
body.is-in-play .p-chara__list-item:nth-of-type(5) .p-chara__list-name {
  transition-delay: 0.31s;
}
body.is-in-play .p-chara__list-item:nth-of-type(5) .p-chara__list-link {
  animation-delay: 0.36s;
}
body.is-in-play .p-chara__list-item:nth-of-type(6) {
  transition-delay: 0.24s;
}
body.is-in-play .p-chara__list-item:nth-of-type(6)::before {
  transition-delay: 0.24s;
}
body.is-in-play .p-chara__list-item:nth-of-type(6) .p-chara__list-name {
  transition-delay: 0.35s;
}
body.is-in-play .p-chara__list-item:nth-of-type(6) .p-chara__list-link {
  animation-delay: 0.4s;
}
body.is-in-play .p-chara__list-item:nth-of-type(7) {
  transition-delay: 0.28s;
}
body.is-in-play .p-chara__list-item:nth-of-type(7)::before {
  transition-delay: 0.28s;
}
body.is-in-play .p-chara__list-item:nth-of-type(7) .p-chara__list-name {
  transition-delay: 0.39s;
}
body.is-in-play .p-chara__list-item:nth-of-type(7) .p-chara__list-link {
  animation-delay: 0.44s;
}
body.is-in-play .p-chara__list-item:nth-of-type(8) {
  transition-delay: 0.32s;
}
body.is-in-play .p-chara__list-item:nth-of-type(8)::before {
  transition-delay: 0.32s;
}
body.is-in-play .p-chara__list-item:nth-of-type(8) .p-chara__list-name {
  transition-delay: 0.43s;
}
body.is-in-play .p-chara__list-item:nth-of-type(8) .p-chara__list-link {
  animation-delay: 0.48s;
}
body.is-in-play .p-chara__list-item:nth-of-type(9) {
  transition-delay: 0.36s;
}
body.is-in-play .p-chara__list-item:nth-of-type(9)::before {
  transition-delay: 0.36s;
}
body.is-in-play .p-chara__list-item:nth-of-type(9) .p-chara__list-name {
  transition-delay: 0.47s;
}
body.is-in-play .p-chara__list-item:nth-of-type(9) .p-chara__list-link {
  animation-delay: 0.52s;
}
body.is-in-play .p-chara__list-item:nth-of-type(10) {
  transition-delay: 0.4s;
}
body.is-in-play .p-chara__list-item:nth-of-type(10)::before {
  transition-delay: 0.4s;
}
body.is-in-play .p-chara__list-item:nth-of-type(10) .p-chara__list-name {
  transition-delay: 0.51s;
}
body.is-in-play .p-chara__list-item:nth-of-type(10) .p-chara__list-link {
  animation-delay: 0.56s;
}
body.is-in-play .p-chara__list-item:nth-of-type(11) {
  transition-delay: 0.44s;
}
body.is-in-play .p-chara__list-item:nth-of-type(11)::before {
  transition-delay: 0.44s;
}
body.is-in-play .p-chara__list-item:nth-of-type(11) .p-chara__list-name {
  transition-delay: 0.55s;
}
body.is-in-play .p-chara__list-item:nth-of-type(11) .p-chara__list-link {
  animation-delay: 0.6s;
}
body.is-in-play .p-chara__list-item:nth-of-type(12) {
  transition-delay: 0.48s;
}
body.is-in-play .p-chara__list-item:nth-of-type(12)::before {
  transition-delay: 0.48s;
}
body.is-in-play .p-chara__list-item:nth-of-type(12) .p-chara__list-name {
  transition-delay: 0.59s;
}
body.is-in-play .p-chara__list-item:nth-of-type(12) .p-chara__list-link {
  animation-delay: 0.64s;
}
body.is-in-play .p-chara__list-item:nth-of-type(13) {
  transition-delay: 0.52s;
}
body.is-in-play .p-chara__list-item:nth-of-type(13)::before {
  transition-delay: 0.52s;
}
body.is-in-play .p-chara__list-item:nth-of-type(13) .p-chara__list-name {
  transition-delay: 0.63s;
}
body.is-in-play .p-chara__list-item:nth-of-type(13) .p-chara__list-link {
  animation-delay: 0.68s;
}
body.is-in-play .p-chara__list-item:nth-of-type(14) {
  transition-delay: 0.56s;
}
body.is-in-play .p-chara__list-item:nth-of-type(14)::before {
  transition-delay: 0.56s;
}
body.is-in-play .p-chara__list-item:nth-of-type(14) .p-chara__list-name {
  transition-delay: 0.67s;
}
body.is-in-play .p-chara__list-item:nth-of-type(14) .p-chara__list-link {
  animation-delay: 0.72s;
}
body.is-in-play .p-chara__list-item:nth-of-type(15) {
  transition-delay: 0.6s;
}
body.is-in-play .p-chara__list-item:nth-of-type(15)::before {
  transition-delay: 0.6s;
}
body.is-in-play .p-chara__list-item:nth-of-type(15) .p-chara__list-name {
  transition-delay: 0.71s;
}
body.is-in-play .p-chara__list-item:nth-of-type(15) .p-chara__list-link {
  animation-delay: 0.76s;
}
body.is-in-play .p-chara__list-item:nth-of-type(16) {
  transition-delay: 0.64s;
}
body.is-in-play .p-chara__list-item:nth-of-type(16)::before {
  transition-delay: 0.64s;
}
body.is-in-play .p-chara__list-item:nth-of-type(16) .p-chara__list-name {
  transition-delay: 0.75s;
}
body.is-in-play .p-chara__list-item:nth-of-type(16) .p-chara__list-link {
  animation-delay: 0.8s;
}
body.is-in-play .p-chara__list-item:nth-of-type(17) {
  transition-delay: 0.68s;
}
body.is-in-play .p-chara__list-item:nth-of-type(17)::before {
  transition-delay: 0.68s;
}
body.is-in-play .p-chara__list-item:nth-of-type(17) .p-chara__list-name {
  transition-delay: 0.79s;
}
body.is-in-play .p-chara__list-item:nth-of-type(17) .p-chara__list-link {
  animation-delay: 0.84s;
}
body.is-in-play .p-chara__list-item:nth-of-type(18) {
  transition-delay: 0.72s;
}
body.is-in-play .p-chara__list-item:nth-of-type(18)::before {
  transition-delay: 0.72s;
}
body.is-in-play .p-chara__list-item:nth-of-type(18) .p-chara__list-name {
  transition-delay: 0.83s;
}
body.is-in-play .p-chara__list-item:nth-of-type(18) .p-chara__list-link {
  animation-delay: 0.88s;
}
body.is-in-play .p-chara__list-item:nth-of-type(19) {
  transition-delay: 0.76s;
}
body.is-in-play .p-chara__list-item:nth-of-type(19)::before {
  transition-delay: 0.76s;
}
body.is-in-play .p-chara__list-item:nth-of-type(19) .p-chara__list-name {
  transition-delay: 0.87s;
}
body.is-in-play .p-chara__list-item:nth-of-type(19) .p-chara__list-link {
  animation-delay: 0.92s;
}
body.is-in-play .p-chara__list-item:nth-of-type(20) {
  transition-delay: 0.8s;
}
body.is-in-play .p-chara__list-item:nth-of-type(20)::before {
  transition-delay: 0.8s;
}
body.is-in-play .p-chara__list-item:nth-of-type(20) .p-chara__list-name {
  transition-delay: 0.91s;
}
body.is-in-play .p-chara__list-item:nth-of-type(20) .p-chara__list-link {
  animation-delay: 0.96s;
}
.p-chara__list-link {
  position: relative;
  display: block;
  opacity: 0;
  z-index: 1;
}
body.is-in-play .p-chara__list-link {
  animation: flash2 0.1s 1 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
}
.p-chara__list-link::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e02e2c;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.15s;
}
@media not all and (max-width: 900px) {
  .p-chara__list-link:hover::before {
    opacity: 1;
  }
}
.p-chara__list-img img {
  width: 100%;
}
.p-chara__list-name {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #e02e2c;
  color: #000000;
  writing-mode: vertical-rl;
  font-size: 10px;
  padding: 3px 0px;
  line-height: 1.4;
  z-index: 1;
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-chara__list-name {
    padding: 8px 0;
    font-size: 19.5px;
    letter-spacing: -0.01em;
  }
}
body.is-in-play .p-chara__list-name {
  opacity: 1;
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
.p-chara__list-link:hover .p-chara__list-name {
  background-color: #000000;
  color: #e02e2c;
  transition: 0.15s 0s !important;
}

.p-chara__back {
  position: relative;
  z-index: 2;
}
@media not all and (max-width: 900px) {
  .p-chara__back {
    margin-top: 28px;
  }
}
.p-chara__back .c-btn {
  max-width: 190px;
}
@media not all and (max-width: 900px) {
  .p-chara__back .c-btn {
    margin-left: -2.7%;
    max-width: 210px;
    height: 44px;
  }
}
@media not all and (max-width: 900px) {
  .p-chara__back .c-btn__text {
    font-size: 20px;
  }
}

.p-chara__slide {
  position: relative;
  margin-top: 19px;
  min-height: 800px;
}
@media not all and (max-width: 900px) {
  .p-chara__slide {
    margin-top: 0;
    min-height: 600px;
  }
}
@media screen and (min-width: 1541px) {
  .p-chara__slide {
    margin-top: -46px;
  }
}
.p-chara__slide-slide {
  opacity: 0 !important;
  pointer-events: none;
}
.p-chara__slide-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}
@media not all and (max-width: 900px) {
  .p-chara__slide-slide {
    padding-bottom: 100px;
  }
}
.p-chara__slide-nav {
  position: absolute;
  left: 50%;
  width: 92%;
  top: 0;
  max-width: 587px;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-chara__slide-nav {
    margin-top: 68.6%;
  }
}
@media screen and (max-width: 900px) and (min-width: 637.5px) {
  .p-chara__slide-nav {
    margin-top: 539px;
  }
}
@media not all and (max-width: 900px) {
  .p-chara__slide-nav {
    top: -30px;
    width: 81.4%;
    max-width: 1254px;
  }
}
.p-chara__slide-button-prev, .p-chara__slide-button-next {
  position: absolute;
  width: 22px;
  top: 0;
  height: 46px;
  margin-top: -23px;
}
@media not all and (max-width: 900px) {
  .p-chara__slide-button-prev, .p-chara__slide-button-next {
    width: 43px;
    height: 90px;
  }
}
.p-chara__slide-button-prev::before, .p-chara__slide-button-prev::after, .p-chara__slide-button-next::before, .p-chara__slide-button-next::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 28px;
  height: 1px;
  top: 50%;
  transition: transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98), background 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media not all and (max-width: 900px) {
  .p-chara__slide-button-prev::before, .p-chara__slide-button-prev::after, .p-chara__slide-button-next::before, .p-chara__slide-button-next::after {
    height: 2px;
    width: 60px;
  }
}
@media not all and (max-width: 900px) {
  .p-chara__slide-button-prev {
    left: auto;
    right: 126px;
  }
  .p-chara__slide-button-prev:hover::before, .p-chara__slide-button-prev:hover::after {
    background-color: #e02e2c;
  }
  .p-chara__slide-button-prev:hover::before {
    transform: translateX(-5px) rotate(-45deg);
  }
  .p-chara__slide-button-prev:hover::after {
    transform: translateX(-5px) rotate(45deg);
  }
}
.p-chara__slide-button-prev::before, .p-chara__slide-button-prev::after {
  left: 0;
  transform-origin: left center;
}
.p-chara__slide-button-prev::before {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.p-chara__slide-button-prev::after {
  margin-top: 1px;
  transform: rotate(45deg);
}
@media not all and (max-width: 900px) {
  .p-chara__slide-button-next:hover::before, .p-chara__slide-button-next:hover::after {
    background-color: #e02e2c;
  }
  .p-chara__slide-button-next:hover::before {
    transform: translateX(5px) rotate(45deg);
  }
  .p-chara__slide-button-next:hover::after {
    transform: translateX(5px) rotate(-45deg);
  }
}
.p-chara__slide-button-next::before, .p-chara__slide-button-next::after {
  right: 0;
  transform-origin: right center;
}
.p-chara__slide-button-next::before {
  margin-top: -2px;
  transform: rotate(45deg);
}
.p-chara__slide-button-next::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}

.p-chara__data {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-chara__data {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 900px) {
  .p-chara__data::before {
    position: absolute;
    content: "";
    pointer-events: none;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 17.5%;
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: left top;
  }
}
@media screen and (max-width: 900px) and (min-width: 637px) {
  .p-chara__data::before {
    margin-top: 111.5px;
  }
}
@media screen and (max-width: 900px) {
  .is-swiper-init .p-chara__data::before {
    transform: scaleX(1);
    transition: transform 0.35s cubic-bezier(0.83, 0, 0.17, 1);
  }
}
.p-chara__data-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-chara__data-inner {
    max-width: 638px;
  }
}
@media not all and (max-width: 900px) {
  .p-chara__data-inner {
    padding-top: 7%;
  }
}

.p-chara__visual {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-chara__visual {
    position: absolute;
    width: 65.9%;
    top: 0;
    left: -13.9%;
    z-index: 1;
  }
}
.p-chara__visual-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90.66%;
  padding-top: 90.66%;
}
@media screen and (max-width: 900px) {
  .p-chara__visual-bg {
    transform: translate(-50%, -50%);
  }
}
@media not all and (max-width: 900px) {
  .p-chara__visual-bg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 66.8%;
    margin-top: 12.2%;
    padding-top: 67%;
  }
}
.p-chara__visual-bg::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/character/frame_base_sp.png) no-repeat 50% 0;
  background-size: auto 100%;
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-chara__visual-bg::before {
    background-image: url(../img/character/frame_base_pc.png);
  }
}
.is-swiper-init .p-chara__visual-bg::before {
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.4s;
}
.p-chara__visual-img {
  position: relative;
  opacity: 0;
  transform: translateX(-80px);
  transition: 1.2s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media screen and (max-width: 900px) {
  .p-chara__visual-img {
    transition-duration: 0.8s;
  }
}
.swiper-slide-active .p-chara__visual-img {
  transform: translateX(0);
  opacity: 1;
}
.swiper-slide-prev .p-chara__visual-img {
  transform: translateX(80px);
}
.p-chara__visual-img img {
  width: 100%;
}

.p-chara__profile {
  position: relative;
  margin: -1.8% auto 0;
  width: 84%;
}
@media not all and (max-width: 900px) {
  .p-chara__profile {
    margin-top: 0;
    width: 100%;
  }
}
@media not all and (max-width: 900px) {
  .p-chara__profile-bg {
    position: absolute;
    left: -11.42%;
    top: 0;
    right: 0;
    height: 100%;
  }
  .p-chara__profile-bg::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: left center;
  }
  .is-swiper-init .p-chara__profile-bg::before {
    transform: scaleX(1);
    transition: transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (min-width: 1541px) {
  .p-chara__profile-bg {
    left: calc((100vw - 1254px) / 2 * -1);
  }
}
.p-chara__profile-wrap {
  position: relative;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition-property: opacity, transform;
}
@media not all and (max-width: 900px) {
  .p-chara__profile-wrap {
    width: 54.6%;
    padding-top: 6.3%;
    margin-left: auto;
    padding: 0 3% 40px 0;
    min-height: 37.6vw;
  }
}
@media screen and (min-width: 1541px) {
  .p-chara__profile-wrap {
    min-height: 579px;
  }
}
.is-change .p-chara__profile-wrap:not(.p-chara__profile-wrap--switch) {
  animation: none;
  opacity: 0;
  transform: translateX(-20px);
  pointer-events: none;
  transition-duration: 0.6s;
}
.p-chara__profile-wrap--switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-20px);
  transition-duration: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-chara__profile-wrap--switch {
    width: 54.6%;
  }
}
.is-change .p-chara__profile-wrap--switch {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  transition-duration: 0.8s;
}
.p-chara__profile-name {
  opacity: 0;
  transform: translateY(15px);
}
.swiper-slide-active .p-chara__profile-name {
  opacity: 1;
  transform: translateY(0);
  transition: 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media screen and (max-width: 900px) {
  .-switch .p-chara__profile-name {
    padding-right: 55px;
  }
}
.p-chara__profile-name .p-in-en,
.p-chara__profile-name .p-in-ja {
  position: relative;
}
.p-chara__profile-name .p-in-en span,
.p-chara__profile-name .p-in-ja span {
  background-color: #e02e2c;
  color: #000000;
  display: inline-block;
}
.p-chara__profile-name .p-in-en {
  position: relative;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
}
@media not all and (max-width: 900px) {
  .p-chara__profile-name .p-in-en {
    font-size: 20px;
    bottom: -1px;
  }
}
.p-chara__profile-name .p-in-en span {
  padding: 1px 4px 1px 3px;
  vertical-align: bottom;
}
@media not all and (max-width: 900px) {
  .p-chara__profile-name .p-in-en span {
    padding: 1px 10px 4px 12px;
  }
}
.p-chara__profile-name .p-in-ja {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  font-size: clamp(32px, 10.6vw, 43.5px);
}
@media not all and (max-width: 900px) {
  .p-chara__profile-name .p-in-ja {
    font-size: 80.4px;
    font-size: clamp(55px, 5.74vw, 88.4px);
  }
}
.p-chara__profile-name .p-in-ja span {
  vertical-align: top;
  padding: 0px 5px 3px;
}
@media not all and (max-width: 900px) {
  .p-chara__profile-name .p-in-ja span {
    padding: 0 7px 6px;
  }
}
.p-chara__profile-switch {
  display: block;
  position: absolute;
  top: 15px;
  right: 3px;
  width: 47px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
}
@media not all and (max-width: 900px) {
  .p-chara__profile-switch {
    right: 3.5087719298%;
    width: 80px;
    margin-top: 2.2%;
  }
}
.p-chara__profile-switch::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 46, 44, 0.5);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media not all and (max-width: 900px) {
  .p-chara__profile-switch:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
  }
  .p-chara__profile-switch:hover::before {
    transform: scale(1);
    animation: flash2 0.1s infinite cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    transition-duration: 0.2s;
  }
}
.p-chara__profile-switch img {
  position: relative;
}
.p-chara__profile-cv {
  line-height: 1.3;
  margin-top: 14px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(15px);
}
@media not all and (max-width: 900px) {
  .p-chara__profile-cv {
    margin-top: 17px;
    font-size: 22px;
    font-weight: 500;
  }
}
.swiper-slide-active .p-chara__profile-cv {
  opacity: 1;
  transform: translateY(0);
  transition: 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.1s;
}
.p-chara__profile-text {
  margin-top: 16px;
  font-feature-settings: "palt";
  line-height: 1.45;
  opacity: 0;
  transform: translateY(15px);
}
@media not all and (max-width: 900px) {
  .p-chara__profile-text {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 30px;
  }
}
.swiper-slide-active .p-chara__profile-text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.2s;
}

.p-chara__face {
  position: relative;
  margin: 15px auto 15px;
}
@media not all and (max-width: 900px) {
  .p-chara__face {
    width: 48.8%;
    margin: 3.1% 5.5% 0 auto;
  }
}
.p-chara__face-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-chara__face-bg::before, .p-chara__face-bg::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/character/face_base01_sp.png) no-repeat 0 0;
  background-size: contain;
}
@media not all and (max-width: 900px) {
  .p-chara__face-bg::before, .p-chara__face-bg::after {
    background-image: url(../img/character/face_base01_pc.png);
  }
}
.p-chara__face-bg::after {
  transform: scale(1.15);
  opacity: 0;
  background-image: url(../img/character/face_base02_sp.png);
}
@media not all and (max-width: 900px) {
  .p-chara__face-bg::after {
    background-image: url(../img/character/face_base02_pc.png);
  }
}
.is-swiper-init .p-chara__face-bg::after {
  transition: 0.2s transform 0.3s;
  transform: scale(1);
  animation: flash2 0.1s 3 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.3s;
}
.p-chara__face-img {
  position: relative;
  opacity: 0;
}
.swiper-slide-active .p-chara__face-img {
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.3s;
}