.character__detail {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 960px) {
  .character__detail {
    height: calc(100% - 112px);
  }
}

.character__ph {
  position: relative;
  opacity: 0;
}
@media (max-width: 959px) {
  .character__ph {
    height: 117.1vw;
    margin: 0 auto;
    overflow: hidden;
    width: max(93.7vw, 360px);
  }
}
@media (min-width: 960px) {
  .character__ph {
    overflow: hidden;
    margin-left: 140px;
    transform: translateY(-122px);
    width: 720px;
  }
}
@media (max-width: 959px) {
  .character__ph img {
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 6%, rgba(0, 0, 0, 0.8) 13%, black 30%, black 50%, black 100%);
            mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 6%, rgba(0, 0, 0, 0.8) 13%, black 30%, black 50%, black 100%);
    -webkit-mask-size: 100% 117.1vw;
            mask-size: 100% 117.1vw;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media (max-width: 959px) {
  .-load .character__ph {
    -webkit-animation: mainPhInSp 1s 1s forwards ease;
            animation: mainPhInSp 1s 1s forwards ease;
  }
}
@media (min-width: 960px) {
  .-load .character__ph {
    -webkit-animation: mainPhInPc 0.8s 1s forwards ease;
            animation: mainPhInPc 0.8s 1s forwards ease;
  }
}
@media (max-width: 959px) {
  .-load.-skipheader .character__ph {
    -webkit-animation: mainPhInSp 1s 0.2s forwards ease;
            animation: mainPhInSp 1s 0.2s forwards ease;
  }
}
@media (min-width: 960px) {
  .-load.-skipheader .character__ph {
    -webkit-animation: mainPhInPc 0.8s 0.2s forwards ease;
            animation: mainPhInPc 0.8s 0.2s forwards ease;
  }
}

@-webkit-keyframes mainPhInPc {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: translateY(-122px) scale(1.02);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(-122px) scale(1);
  }
}

@keyframes mainPhInPc {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: translateY(-122px) scale(1.02);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(-122px) scale(1);
  }
}
@-webkit-keyframes mainPhInSp {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mainPhInSp {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
.character__ph__img {
  height: 100%;
  width: 100%;
}
.character__ph__img.-img2 {
  position: absolute;
  top: 0;
  left: 0;
}
.character__ph__img img {
  opacity: 0;
  transition: transform 0.5s 0s;
  transform: translateY(10px);
}
[data-switch="1"] .character__ph__img.-img1 img {
  opacity: 1;
  transform: translateY(0);
}
[data-switch="2"] .character__ph__img.-img2 img {
  opacity: 1;
  transform: translateY(0);
}

.character__profile {
  opacity: 0;
}
@media (max-width: 959px) {
  .character__profile {
    margin-top: -1.4vw;
  }
}
@media (min-width: 960px) {
  .character__profile {
    position: absolute;
    top: 500px;
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
    width: 280px;
    z-index: 1;
  }
  .-left .character__profile {
    right: 0;
  }
  .-right .character__profile {
    left: 0;
  }
}
.-load .character__profile {
  -webkit-animation: itemInOpa 0.6s 1s forwards ease;
          animation: itemInOpa 0.6s 1s forwards ease;
}
.-load.-skipheader .character__profile {
  -webkit-animation: itemInOpa 0.6s 0.2s forwards ease;
          animation: itemInOpa 0.6s 0.2s forwards ease;
}

.character__profile__ttl {
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 959px) {
  .character__profile__ttl {
    font-size: 3.3vw;
  }
}
@media (min-width: 960px) {
  .character__profile__ttl {
    font-size: 0.9375rem;
  }
}

.character__txt {
  font-weight: 600;
}
@media (max-width: 959px) {
  .character__txt {
    font-size: 3.6vw;
    line-height: 1.9285714286;
    margin-top: 1.3vw;
  }
}
@media (min-width: 960px) {
  .character__txt {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    margin-top: 8px;
  }
}

.character__info {
  display: flex;
}
@media (max-width: 959px) {
  .character__info {
    position: absolute;
    top: 7.2vw;
    left: 10px;
  }
}
@media (min-width: 960px) {
  .-left .character__info {
    position: absolute;
    top: 0;
    left: 90px;
  }
}
@media (min-width: 960px) {
  .-right .character__info {
    position: absolute;
    top: 0;
    left: 679px;
  }
}
@media (min-width: 960px) {
  .-atri .character__info {
    left: 672px;
  }
}
@media (min-width: 960px) {
  .-ryuji .character__info {
    top: -21px;
  }
}
@media (min-width: 960px) {
  .-ririka .character__info {
    top: -82px;
  }
}

@media (max-width: 959px) {
  .character__name {
    width: 25.2vw;
  }
  .-natsuki .character__name {
    margin-left: -7.6vw;
  }
  .-atri .character__name {
    margin-left: 1.9vw;
  }
  .-minamo .character__name {
    margin-left: -10.3vw;
    width: 27.3vw;
  }
  .-ryuji .character__name {
    margin-left: -13.2vw;
    width: 30.2vw;
  }
  .-catherine .character__name {
    margin-left: -7.5vw;
    width: 26vw;
  }
  .-ririka .character__name {
    margin-left: -11.1vw;
    width: 29.1vw;
  }
}
@media (min-width: 960px) {
  .character__name {
    width: 194px;
  }
  .-natsuki .character__name {
    margin-left: -55px;
  }
  .-atri .character__name {
    margin-left: 18px;
  }
  .-minamo .character__name {
    margin-left: -76px;
    width: 210px;
  }
  .-ryuji .character__name {
    margin-left: -98px;
    width: 232px;
  }
  .-catherine .character__name {
    margin-left: -54px;
    width: 200px;
  }
  .-ririka .character__name {
    margin-left: -82px;
    width: 224px;
  }
}

.character__name__inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.character__name__item {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  opacity: 0;
  width: 100%;
}
.-load .character__name__item.-item1, .-load .character__name__item.-item3, .-load .character__name__item.-item5 {
  -webkit-animation: nameItemInLR 1s 0.4s forwards ease;
          animation: nameItemInLR 1s 0.4s forwards ease;
}
.-load .character__name__item.-item2, .-load .character__name__item.-item4 {
  -webkit-animation: nameItemInRL 1s 0.4s forwards ease;
          animation: nameItemInRL 1s 0.4s forwards ease;
}
.-load .character__name__item.-item1 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.-load.-skipheader .character__name__item.-item1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.-load .character__name__item.-item2 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.-load.-skipheader .character__name__item.-item2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.-load .character__name__item.-item3 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.-load.-skipheader .character__name__item.-item3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.-load .character__name__item.-item4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.-load.-skipheader .character__name__item.-item4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.-load .character__name__item.-item5 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.-load.-skipheader .character__name__item.-item5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes nameItemInLR {
  0% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes nameItemInLR {
  0% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes nameItemInRL {
  0% {
    opacity: 0;
    transform: translate(10px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes nameItemInRL {
  0% {
    opacity: 0;
    transform: translate(10px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.character__furi {
  opacity: 0;
}
@media (max-width: 959px) {
  .character__furi {
    margin-left: 1vw;
    width: 2.3vw;
  }
}
@media (min-width: 960px) {
  .character__furi {
    margin-left: 7px;
    width: 18px;
  }
}
.-load .character__furi {
  -webkit-animation: itemInOpa 0.9s 1.2s forwards ease;
          animation: itemInOpa 0.9s 1.2s forwards ease;
}
.-load.-skipheader .character__furi {
  -webkit-animation: itemInOpa 0.9s 0.4s forwards ease;
          animation: itemInOpa 0.9s 0.4s forwards ease;
}

.character__cv {
  display: flex;
  flex-direction: column;
  opacity: 0;
}
@media (max-width: 959px) {
  .character__cv {
    width: 4.6vw;
  }
}
@media (min-width: 960px) {
  .character__cv {
    width: 30px;
  }
}
.character__cv .cv {
  display: inline-block;
  width: 100%;
}
@media (max-width: 959px) {
  .character__cv .cv {
    height: 4.6vw;
  }
}
.character__cv .name {
  display: inline-block;
  width: 100%;
}
@media (max-width: 959px) {
  .character__cv .name {
    margin-top: 0.7vw;
  }
}
@media (min-width: 960px) {
  .character__cv .name {
    margin-top: 7px;
  }
}
.character__cv img {
  height: auto;
  vertical-align: top;
  width: 100%;
}
.-load .character__cv {
  -webkit-animation: itemInOpa 0.9s 1.4s forwards ease;
          animation: itemInOpa 0.9s 1.4s forwards ease;
}
.-load.-skipheader .character__cv {
  -webkit-animation: itemInOpa 0.9s 0.6s forwards ease;
          animation: itemInOpa 0.9s 0.6s forwards ease;
}

@media (max-width: 959px) {
  .character__comment {
    position: absolute;
    top: 63.5vw;
    right: 0.6vw;
    width: 19.5vw;
  }
}
@media (min-width: 960px) {
  .character__comment {
    position: absolute;
    top: 36px;
    height: auto;
    width: 132px;
  }
  .-left .character__comment {
    right: 147px;
  }
  .-right .character__comment {
    left: 63px;
  }
}

.character__comment__inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.character__comment__item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  height: auto;
}
@media (max-width: 959px) {
  .character__comment__item {
    width: 19.5vw;
  }
}
@media (min-width: 960px) {
  .character__comment__item {
    width: 132px;
  }
}
.-load .character__comment__item.-item1 {
  -webkit-animation: comItemIn1 0.6s 1.1s forwards ease;
          animation: comItemIn1 0.6s 1.1s forwards ease;
}
.-load.-skipheader .character__comment__item.-item1 {
  -webkit-animation: comItemIn1 0.6s 0.3s forwards ease;
          animation: comItemIn1 0.6s 0.3s forwards ease;
}
.-load .character__comment__item.-item2 {
  -webkit-animation: comItemIn2 0.6s 1.2s forwards ease;
          animation: comItemIn2 0.6s 1.2s forwards ease;
}
.-load.-skipheader .character__comment__item.-item2 {
  -webkit-animation: comItemIn2 0.6s 0.4s forwards ease;
          animation: comItemIn2 0.6s 0.4s forwards ease;
}
.-load .character__comment__item.-item3 {
  -webkit-animation: comItemIn3 0.6s 1.3s forwards ease;
          animation: comItemIn3 0.6s 1.3s forwards ease;
}
.-load.-skipheader .character__comment__item.-item3 {
  -webkit-animation: comItemIn3 0.6s 0.5s forwards ease;
          animation: comItemIn3 0.6s 0.5s forwards ease;
}

@-webkit-keyframes comItemIn1 {
  0% {
    -webkit-clip-path: polygon(70% 0, 100% 0, 100% 0, 70% 0);
            clip-path: polygon(70% 0, 100% 0, 100% 0, 70% 0);
  }
  100% {
    -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 70% 100%);
            clip-path: polygon(70% 0, 100% 0, 100% 100%, 70% 100%);
  }
}

@keyframes comItemIn1 {
  0% {
    -webkit-clip-path: polygon(70% 0, 100% 0, 100% 0, 70% 0);
            clip-path: polygon(70% 0, 100% 0, 100% 0, 70% 0);
  }
  100% {
    -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 70% 100%);
            clip-path: polygon(70% 0, 100% 0, 100% 100%, 70% 100%);
  }
}
@-webkit-keyframes comItemIn2 {
  0% {
    -webkit-clip-path: polygon(35% 0, 70% 0, 70% 0, 35% 0);
            clip-path: polygon(35% 0, 70% 0, 70% 0, 35% 0);
  }
  100% {
    -webkit-clip-path: polygon(35% 0, 70% 0, 70% 100%, 35% 100%);
            clip-path: polygon(35% 0, 70% 0, 70% 100%, 35% 100%);
  }
}
@keyframes comItemIn2 {
  0% {
    -webkit-clip-path: polygon(35% 0, 70% 0, 70% 0, 35% 0);
            clip-path: polygon(35% 0, 70% 0, 70% 0, 35% 0);
  }
  100% {
    -webkit-clip-path: polygon(35% 0, 70% 0, 70% 100%, 35% 100%);
            clip-path: polygon(35% 0, 70% 0, 70% 100%, 35% 100%);
  }
}
@-webkit-keyframes comItemIn3 {
  0% {
    -webkit-clip-path: polygon(0 0, 35% 0, 35% 0, 0 0);
            clip-path: polygon(0 0, 35% 0, 35% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 35% 0, 35% 100%, 0 100%);
            clip-path: polygon(0 0, 35% 0, 35% 100%, 0 100%);
  }
}
@keyframes comItemIn3 {
  0% {
    -webkit-clip-path: polygon(0 0, 35% 0, 35% 0, 0 0);
            clip-path: polygon(0 0, 35% 0, 35% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 35% 0, 35% 100%, 0 100%);
            clip-path: polygon(0 0, 35% 0, 35% 100%, 0 100%);
  }
}
.character__switch {
  opacity: 0;
}
@media (max-width: 959px) {
  .character__switch {
    position: absolute;
    top: 88.5vw;
    left: 0;
    width: 17.7vw;
  }
}
@media (min-width: 960px) {
  .character__switch {
    position: absolute;
    top: 360px;
    left: 0;
    width: 88px;
  }
}
.-load .character__switch {
  -webkit-animation: itemInOpa 0.6s 1.2s forwards ease;
          animation: itemInOpa 0.6s 1.2s forwards ease;
}
.-load.-skipheader .character__switch {
  -webkit-animation: itemInOpa 0.6s 0.4s forwards ease;
          animation: itemInOpa 0.6s 0.4s forwards ease;
}

.character__switch__ttl {
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 959px) {
  .character__switch__ttl {
    font-size: 2.6vw;
  }
}
@media (min-width: 960px) {
  .character__switch__ttl {
    font-size: 0.75rem;
  }
}

.character__switch__btn {
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.character__switch__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/character/switch/deco_change.svg) no-repeat 0 0/contain;
  content: "";
  height: 100%;
  width: 100%;
}
[data-switch="1"] .character__switch__btn::after {
  -webkit-animation: arrowRotate1 0.6s 0s forwards;
          animation: arrowRotate1 0.6s 0s forwards;
}
[data-switch="2"] .character__switch__btn::after {
  -webkit-animation: arrowRotate2 0.6s 0s forwards;
          animation: arrowRotate2 0.6s 0s forwards;
}

.character__switch__ph {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
}
@media (max-width: 959px) {
  .character__switch__ph {
    width: 15.3vw;
  }
}
@media (min-width: 960px) {
  .character__switch__ph {
    width: 76px;
  }
}
[data-switch="1"] .character__switch__ph.-ph1 {
  -webkit-animation: imgRotateIn 0.5s 0s forwards;
          animation: imgRotateIn 0.5s 0s forwards;
}
[data-switch="2"] .character__switch__ph.-ph1 {
  -webkit-animation: imgRotateOut 0.5s 0s forwards;
          animation: imgRotateOut 0.5s 0s forwards;
}
[data-switch="2"] .character__switch__ph.-ph2 {
  -webkit-animation: imgRotateIn 0.5s 0s forwards;
          animation: imgRotateIn 0.5s 0s forwards;
}
[data-switch="1"] .character__switch__ph.-ph2 {
  -webkit-animation: imgRotateOut 0.5s 0s forwards;
          animation: imgRotateOut 0.5s 0s forwards;
}

@-webkit-keyframes imgRotateIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateY(0);
  }
}

@keyframes imgRotateIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateY(0);
  }
}
@-webkit-keyframes imgRotateOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateY(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg);
  }
}
@keyframes imgRotateOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateY(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg);
  }
}
@-webkit-keyframes arrowRotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes arrowRotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@-webkit-keyframes arrowRotate2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes arrowRotate2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-180deg);
  }
}
.character__cont {
  position: relative;
}
@media (min-width: 960px) {
  .character__cont {
    margin-top: 65px;
  }
}

.character__cont__bg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  aspect-ratio: 679/746;
  /* .-load & {
      animation: itemInOpa 1s 0.3s forwards ease;
  }
  .-load.-skipheader & {
      animation: itemInOpa 1s 0s forwards ease;
  } */
}
@media (max-width: 959px) {
  .character__cont__bg {
    position: absolute;
    top: 26vw;
    left: 26vw;
    width: 67.9vw;
  }
}
@media (min-width: 960px) {
  .character__cont__bg {
    position: absolute;
    top: -108px;
    left: calc(50% - 234px);
    height: 746px;
    width: 679px;
  }
  .-right .character__cont__bg {
    left: calc(50% - 535px);
  }
}
.character__cont__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg/bg_chara_2.png) no-repeat center/contain;
  content: "";
  height: 100%;
  width: 100%;
  will-change: filter;
}

.character__pagenate {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .character__pagenate {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95.9vw;
  }
}
@media (min-width: 960px) {
  .character__pagenate {
    position: absolute;
    top: 360px;
    left: 50%;
    width: 95.8vw;
  }
}

.character__pagenate__item {
  background: url(../img/common/ico/ico_arw_line.svg) no-repeat center/contain;
  pointer-events: all;
}
@media (max-width: 959px) {
  .character__pagenate__item {
    height: 8.8vw;
    width: 4vw;
  }
}
@media (min-width: 960px) {
  .character__pagenate__item {
    height: 68px;
    width: 31px;
  }
}
.character__pagenate__item.-prev {
  transform: scaleX(-1);
}

.character__nav {
  opacity: 0;
  z-index: 1;
}
@media (max-width: 959px) {
  .character__nav {
    position: absolute;
    top: -15.7vw;
    right: 0;
  }
}
@media (min-width: 960px) {
  .character__nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.-load .character__nav {
  -webkit-animation: itemInOpa 0.6s 1s forwards ease;
          animation: itemInOpa 0.6s 1s forwards ease;
}
.-skipheader .character__nav {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.character__nav__inner {
  position: relative;
}

.character__nav__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 959px) {
  .character__nav__list {
    gap: 1vw;
    padding-right: 3.9vw;
  }
}
@media (min-width: 960px) {
  .character__nav__list {
    gap: 10px;
    padding-right: 24px;
  }
}
@media (max-width: 959px) {
  .character__nav__list li {
    width: 11.4vw;
  }
}
@media (min-width: 960px) {
  .character__nav__list li {
    width: 64px;
  }
}
.character__nav__list a.-active {
  pointer-events: none;
}

.character__nav__txt {
  font-weight: 700;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
}
@media (max-width: 959px) {
  .character__nav__txt {
    position: absolute;
    top: 0;
    left: 16.9vw;
    font-size: 2.3vw;
  }
}
@media (min-width: 960px) {
  .character__nav__txt {
    position: absolute;
    top: 0;
    left: 88px;
    font-size: 0.75rem;
  }
}