@charset "UTF-8";
@media not all and (max-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media not all and (max-width: 960px) {
  .l-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  @media screen and (max-width: 1100px) {
    .l-main::before {
      width: 260px;
    }
  }
}

footer {
  position: relative;
}

.footer_deco {
  display: none;
}

@media not all and (max-width: 960px) {
  .in_contents .page_title {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 960px) {
  .in_contents .page_title {
    margin-bottom: 5vw;
  }
}

.in_contents__container {
  width: 100%;
  max-width: none;
}

.p-chara {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-chara {
    display: flex;
  }
}
.p-chara__deco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/character/bg_chara_pc.png) top center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-chara__deco {
    background-image: url(../img/character/bg_chara_sp.png);
  }
}
.p-chara__header {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-chara__header {
    width: 295px;
    flex-shrink: 0;
  }
  @media screen and (max-width: 1100px) {
    .p-chara__header {
      width: 260px;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-chara__header {
    margin-bottom: 3rem;
    background: rgba(0, 0, 0, 0.3);
  }
}
.p-chara__inner {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-chara__inner {
    flex-grow: 1;
    width: calc(100% - 295px);
  }
  @media screen and (max-width: 1100px) {
    .p-chara__inner {
      width: calc(100% - 260px);
    }
  }
}
@media screen and (max-width: 960px) {
  .p-chara__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-chara__detail {
  margin: 0 auto;
  overflow: hidden;
}
@media not all and (max-width: 960px) {
  .p-chara__detail {
    width: 74.5%;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__detail {
    width: 86.6666666667%;
    margin-bottom: 4rem;
  }
}
.p-chara__list {
  position: relative;
  display: flex;
  width: 100%;
}
.p-chara__list-item {
  width: 100%;
  flex-shrink: 0;
  pointer-events: none;
}
.p-chara__list-item.swiper-slide-active {
  pointer-events: auto;
}

.p-chara_nav {
  position: relative;
  margin-bottom: 60px;
  padding-top: 29px;
  padding-bottom: 27px;
}
@media screen and (max-width: 960px) {
  .p-chara_nav {
    padding-top: 2.7rem;
    padding-bottom: 2.6rem;
  }
}
.p-chara_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.p-chara_nav__wrapper {
  position: relative;
  width: 74.3%;
  max-width: 1600px;
  margin: 0 auto;
}
@media not all and (max-width: 960px) {
  .p-chara_nav__wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_nav__wrapper {
    width: 86.6666666667%;
  }
}
.p-chara_nav__list {
  display: flex;
}
.p-chara_nav__list-item {
  position: relative;
  flex-shrink: 0;
}
.p-chara_nav__link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-family: YakuHanMP, "Zen Old Mincho", "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  cursor: pointer;
}
.p-chara_nav__thumb {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 7px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__thumb {
    margin-bottom: 0.2rem;
    border-radius: 5px;
  }
}
.p-chara_nav__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/character/thumb_frame.svg) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara_nav__list-item.is-current .p-chara_nav__thumb::after {
  opacity: 1;
}
.p-chara_nav__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara_nav__thumb img.swiper-lazy-loaded {
  opacity: 1;
}
.p-chara_nav__link:hover .p-chara_nav__thumb img {
  transform: scale(1.1);
}
.p-chara_nav__thumb .p-in-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
}
.p-chara_nav__thumb .p-in-spinner svg .spinner {
  transform-origin: center;
  animation: loadingSpinnerAnime 0.6s linear infinite;
  fill: #fff;
}
@keyframes loadingSpinnerAnime {
  100% {
    transform: rotate(360deg);
  }
}
.p-chara_nav__name {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__name {
    font-size: 0.86rem;
  }
}
.p-chara_nav__pager {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__pager {
    display: none;
  }
}
.p-chara_nav__pager-item {
  width: 60px;
  pointer-events: auto;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara_nav__pager-item.swiper-button-disabled {
  opacity: 0.2;
}
@media not all and (max-width: 960px) {
  .p-chara_nav__pager-item:hover {
    transform: scale(1.1);
  }
}

@media not all and (max-width: 960px) {
  .p-chara_data {
    display: flex;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_data__header {
    writing-mode: vertical-rl;
    text-orientation: upright;
    flex-shrink: 0;
    margin-right: 27px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_data__header {
    margin-bottom: 2.1rem;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_data__name {
    font-size: 49px;
    letter-spacing: 0.7rem;
    text-orientation: initial;
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_data__name {
    margin-bottom: 1rem;
    font-size: 3rem;
    letter-spacing: 0.55rem;
  }
}
.p-chara_data__cv {
  position: relative;
  margin-right: 12px;
  line-height: 1.8;
}
@media not all and (max-width: 960px) {
  .p-chara_data__cv {
    padding-top: 11px;
    font-size: 20px;
    letter-spacing: 0.38rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_data__cv {
    padding-left: 1rem;
    font-size: 1.3rem;
    letter-spacing: 0.25rem;
    line-height: 1.6;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_data__cv.is-nodata {
    min-width: 36px;
  }
  .p-chara_data__cv.is-nodata::before {
    content: none;
  }
}
.p-chara_data__cv-inner {
  position: relative;
}
.p-chara_data__cv span {
  display: inline-block;
}
@media not all and (max-width: 960px) {
  .p-chara_data__cv span:nth-child(1) {
    padding-bottom: 5px;
  }
}
.p-chara_data__cv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/character/cv_bg.png) top center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  .p-chara_data__cv::before {
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  }
}
@media not all and (max-width: 960px) {
  .p-chara_data__inner {
    flex-grow: 1;
  }
}
.p-chara_data__inner-foot {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_data__inner-foot {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1.2rem;
  }
}
.p-chara_data__img {
  position: relative;
  width: 100%;
  padding-top: 56.2857142857%;
}
.p-chara_data__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara_data__img img.swiper-lazy-loaded {
  opacity: 1;
}
.p-chara_data__img .p-in-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-chara_data__img .p-in-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-size: 200% auto;
  animation: skelton 2s linear infinite;
}
.p-chara_data__desc {
  font-size: 15px;
  line-height: 1.7;
}
@media not all and (max-width: 960px) {
  .p-chara_data__desc {
    margin-top: 19px;
    margin-right: 160px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_data__desc {
    margin-top: 7px;
    font-size: 1.1rem;
    line-height: 1.55;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_data__share {
    position: absolute;
    top: 7px;
    right: 0;
    width: 140px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_data__share {
    position: relative;
    width: 8.4rem;
    margin-left: auto;
  }
}
.p-chara_data__share-inner {
  position: relative;
  display: block;
}
@media not all and (max-width: 960px) {
  .p-chara_data__share-inner {
    transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-chara_data__share-inner:hover {
    color: #e0cf8a;
  }
  .p-chara_data__share-inner:hover .p-in-base::before {
    background: #e0cf8a;
  }
}
.p-chara_data__share-inner .p-in-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/character/share_frame.svg) center center no-repeat;
  mask: url(../img/character/share_frame.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara_data__share-inner .p-in-base img {
  opacity: 0;
}
.p-chara_data__share-inner .p-in-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  line-height: 1;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 960px) {
  .p-chara_data__share-inner .p-in-txt {
    font-size: 1rem;
  }
}

@keyframes skelton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.p-chara_series {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-chara_series {
    padding-top: 83px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_series {
    width: 87%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 29px;
  }
}
.p-chara_series__list {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-chara_series__list {
    margin-left: 28px;
  }
  @media screen and (max-width: 1100px) {
    .p-chara_series__list {
      margin-left: 20px;
    }
  }
}
.p-chara_series__list::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 15px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(83, 83, 83, 0), rgba(83, 83, 83, 0.5), rgba(83, 83, 83, 0));
}
@media screen and (max-width: 960px) {
  .p-chara_series__list::before {
    position: absolute;
    top: 11px;
    bottom: auto;
    left: -7%;
    width: 114%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  }
}
@media screen and (max-width: 960px) {
  .p-chara_series__list {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-chara_series__list-item {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_series__list-item {
    white-space: nowrap;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_series__list-item + .p-chara_series__list-item {
    margin-top: 34.5px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_series__list-item + .p-chara_series__list-item {
    margin-left: 37.5px;
  }
}
.p-chara_series__link {
  position: relative;
  display: block;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 960px) {
  .p-chara_series__link {
    padding-left: 47px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_series__link {
    padding-top: 34px;
  }
}
.p-chara_series__list-item.is-current .p-chara_series__link {
  color: #e0cf8a;
}
.p-chara_series__list-item.is-current .p-chara_series__link::before {
  background: #e0cf8a;
}
.p-chara_series__list-item.is-current .p-chara_series__link::after {
  opacity: 1;
}
@media not all and (max-width: 960px) {
  .p-chara_series__link:hover {
    color: #e0cf8a;
  }
  .p-chara_series__link:hover::before {
    background: #e0cf8a;
  }
}
.p-chara_series__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 14px;
  height: 14px;
  -webkit-mask: url(../img/character/bullet.svg) center center no-repeat;
  mask: url(../img/character/bullet.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  background: #fff;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-chara_series__link::before {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    transform: translateY(0);
  }
}
.p-chara_series__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 29px;
  height: 29px;
  background: url(../img/character/bullet_frame.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_series__link::after {
    top: 0;
    left: 0px;
    width: 23px;
    height: 23px;
    transform: translateY(0);
  }
}
.p-chara_series__link .p-in-type {
  margin-bottom: 3px;
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  .p-chara_series__link .p-in-type {
    font-size: 0.8rem;
  }
}
.p-chara_series__link .p-in-ttl {
  font-size: 22px;
  line-height: 1.35;
}
@media not all and (max-width: 960px) {
  @media screen and (max-width: 1100px) {
    .p-chara_series__link .p-in-ttl {
      font-size: 18px;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-chara_series__link .p-in-ttl {
    font-size: 1.4rem;
  }
}