.p-chara {
  display: block;
  position: relative;
}
.p-chara__container {
  width: 80%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-chara__container {
    width: 92%;
    max-width: 33.5rem;
  }
}
.p-chara__base {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-chara__base {
    width: 213%;
  }
}
.p-chara__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-chara_nav {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
}
.p-chara_nav__list {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list {
    gap: 0.5rem;
  }
}
.p-chara_nav__list-item {
  width: 8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list-item {
    width: 6.5rem;
  }
}
.p-chara_nav__btn {
  display: block;
  position: relative;
}
.p-chara_nav__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  background: linear-gradient(to bottom, var(--color-white) 0%, var(--color-sky) 100%);
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_nav__btn::before {
    transition: opacity 1.2s var(--ease_out);
  }
  .p-chara_nav__btn:hover::before {
    opacity: 1;
  }
}
.p-chara_nav__btn-base {
  display: block;
  position: relative;
}
.p-chara_nav__btn-cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-chara-current .p-chara_nav__btn-cover {
  opacity: 1;
}

.p-chara_content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara_content {
    width: 94%;
  }
}
.p-chara_content__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-chara_content__container {
    display: grid;
    grid-template-columns: 39.5rem 1fr;
    gap: 2rem;
  }
}
.p-chara_content__visual {
  display: block;
  position: relative;
}
.p-chara_content__visual-img {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara_content__visual-img {
    width: 22rem;
  }
}
.p-chara_content__inner {
  display: block;
  position: relative;
  padding-top: 13rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__inner {
    padding-top: 2.2rem;
  }
}
.p-chara_content__name {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.p-chara_content__name::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
}
.is-load .p-chara_content__name::before {
  width: 100%;
  transition: width 1s var(--ease_inout) 0.2s;
}
.p-chara_content__name-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 4.8rem;
  letter-spacing: 0.5rem;
  font-weight: 400;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-main {
    font-size: 4.2rem;
    letter-spacing: 0.05rem;
  }
}
.is-load .p-chara_content__name-main {
  opacity: 1;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.6s var(--ease_out) 0.2s, -webkit-clip-path 0.8s var(--ease_out) 0.2s;
  transition: clip-path 0.8s var(--ease_out) 0.2s, opacity 0.6s var(--ease_out) 0.2s;
  transition: clip-path 0.8s var(--ease_out) 0.2s, opacity 0.6s var(--ease_out) 0.2s, -webkit-clip-path 0.8s var(--ease_out) 0.2s;
}
.p-chara_content__cv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  left: 0.2rem;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv {
    font-size: 1.9rem;
    left: 0.4rem;
    letter-spacing: 0.1rem;
  }
}
.is-load .p-chara_content__cv {
  opacity: 1;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.6s var(--ease_out) 0.4s, -webkit-clip-path 0.8s var(--ease_out) 0.4s;
  transition: clip-path 0.8s var(--ease_out) 0.4s, opacity 0.6s var(--ease_out) 0.4s;
  transition: clip-path 0.8s var(--ease_out) 0.4s, opacity 0.6s var(--ease_out) 0.4s, -webkit-clip-path 0.8s var(--ease_out) 0.4s;
}
.p-chara_content__description {
  display: block;
  position: relative;
  left: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.95;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__description {
    font-size: 1.2rem;
    left: 0.4rem;
    line-height: 2.06;
  }
}
.is-load .p-chara_content__description {
  opacity: 1;
  transition: opacity 1.8s var(--ease_inout) 0.2s;
}