@keyframes loop_obj {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate_obj {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 40px 0 rgba(255, 255, 255, 0.1333333333), -40px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 40px 0 rgba(255, 255, 255, 0.1333333333), -40px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 40px 0 #FFF, -40px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
@keyframes flash_sp {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 26px 0 rgba(255, 255, 255, 0.1333333333), -26px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 26px 0 rgba(255, 255, 255, 0.1333333333), -26px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 26px 0 #FFF, -26px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-1%, -1%);
  }
  20% {
    transform: translate(1%, 1%);
  }
  30% {
    transform: translate(-2%, -2%);
  }
  40% {
    transform: translate(3%, 3%);
  }
  50% {
    transform: translate(-3%, -3%);
  }
  60% {
    transform: translate(4%, 4%);
  }
  70% {
    transform: translate(-4%, -4%);
  }
  80% {
    transform: translate(2%, 2%);
  }
  90% {
    transform: translate(-3%, -3%);
  }
}
@keyframes film-scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.5;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
    opacity: 0.75;
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.5;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.25;
  }
  90% {
    transform: translateX(-2%);
  }
}
@keyframes effect-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.75;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.5;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.25;
  }
  90% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(30%);
  }
}
@keyframes noise {
  to {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
@keyframes shutter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-in__ttl {
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .l-in__ttl {
    margin-top: -4.5%;
    margin-bottom: 5rem;
  }
}
.l-in__ttl h2 {
  width: 74.8rem;
}
@media screen and (max-width: 960px) {
  .l-in__ttl h2 {
    width: 100%;
  }
}

.p-chara__nav {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .p-chara__nav {
    margin-bottom: 56px;
  }
}
.p-chara__nav-list {
  margin: 0 auto;
  width: 90%;
  max-width: 890px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-chara__nav-list {
    width: 84%;
  }
}
.p-chara__nav-list-item {
  width: 15.8%;
  opacity: 0;
  overflow: hidden;
}
.p-chara__nav-list-item:nth-child(2n+1) {
  transform: translateY(-20px);
}
.p-chara__nav-list-item:nth-child(2n) {
  transform: translateY(20px);
}
.is-load .p-chara__nav-list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-chara__nav-list-item:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .p-chara__nav-list-item:nth-child(2) {
  transition-delay: 0.58s;
}
.is-load .p-chara__nav-list-item:nth-child(3) {
  transition-delay: 0.66s;
}
.is-load .p-chara__nav-list-item:nth-child(4) {
  transition-delay: 0.74s;
}
.is-load .p-chara__nav-list-item:nth-child(5) {
  transition-delay: 0.82s;
}
.is-load .p-chara__nav-list-item:nth-child(6) {
  transition-delay: 0.9s;
}
.is-load .p-chara__nav-list-item:nth-child(7) {
  transition-delay: 0.98s;
}
.is-load .p-chara__nav-list-item:nth-child(8) {
  transition-delay: 1.06s;
}
.is-load .p-chara__nav-list-item:nth-child(9) {
  transition-delay: 1.14s;
}
.is-load .p-chara__nav-list-item:nth-child(10) {
  transition-delay: 1.22s;
}
.p-chara__nav-list-item.-chara1 {
  background-color: #d2beb2;
}
.p-chara__nav-list-item.-chara2 {
  background-color: #d1cfd7;
}
.p-chara__nav-list-item.-chara3 {
  background-color: #b67782;
}
.p-chara__nav-list-item.-chara4 {
  background-color: #8d8992;
}
.p-chara__nav-list-item.-chara5 {
  background-color: #b4a187;
}
.p-chara__nav-list-item.-chara6 {
  background-color: #ac7378;
}
.p-chara__nav-list-item a {
  display: block;
}
.p-chara__nav-list-item + .p-chara__nav-list-item {
  margin-left: 1%;
}
.p-chara__nav-list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-chara__nav-list-item:hover::after {
    opacity: 1;
  }
  .p-chara__nav-list-item:hover img {
    transform: scale(1.05);
  }
}
.p-chara__nav-list-item img {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara__content {
  overflow: hidden;
}
.p-chara__content-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  position: relative;
}
.p-chara__box {
  position: relative;
}
.p-chara__box + .p-chara__box {
  margin-top: 5%;
}
@media screen and (max-width: 960px) {
  .p-chara__box + .p-chara__box {
    margin-top: 13%;
  }
}
@media screen and (min-width: 961px) {
  .p-chara__box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.p-chara__detail {
  color: #fff;
  width: 34rem;
  padding-top: 6%;
}
.p-chara__box:nth-child(2n+1) .p-chara__detail {
  left: 0%;
}
@media screen and (max-width: 960px) {
  .p-chara__box:nth-child(2n+1) .p-chara__detail {
    position: relative;
  }
}
.p-chara__box:nth-child(2n) .p-chara__detail {
  right: 0%;
}
@media screen and (min-width: 961px) {
  .p-chara__detail {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__detail {
    padding-top: 0;
    top: 0;
    margin: 0 auto;
    width: 93%;
  }
}
.p-chara__head {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  padding-bottom: 1.4rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-chara__box.is-active .p-chara__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .p-chara__head {
    padding-bottom: 1rem;
  }
}
.p-chara__box:nth-child(2n) .p-chara__head {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-chara__box:nth-child(2n) .p-chara__head {
    text-align: left;
    top: 8vw;
  }
}
.p-chara__box:nth-child(2n) .p-chara__head::before {
  right: 0;
  left: auto;
}
@media screen and (max-width: 960px) {
  .p-chara__box:nth-child(2n) .p-chara__head::before {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__box:nth-child(2n+1) .p-chara__head {
    top: -17vw;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__box:nth-child(2n+1) .p-chara__head::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__head {
    position: absolute;
    top: 0;
  }
}
.p-chara__head::before {
  content: "";
  width: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-chara__head::before {
    width: 7px;
  }
}
.p-chara__head-sub {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 960px) {
  .p-chara__head-sub {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
}
.p-chara__head-main {
  letter-spacing: 1.5px;
}
@media screen and (max-width: 960px) {
  .p-chara__head-main {
    font-size: 0.7rem;
    letter-spacing: 1px;
  }
}
.p-chara__head-main .is-small {
  vertical-align: baseline;
  padding-left: 5px;
}
@media screen and (max-width: 960px) {
  .p-chara__head-main .is-small {
    padding-left: 3px;
  }
}
.p-chara__name {
  margin-top: 5.7rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-chara__box.is-active .p-chara__name {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .p-chara__name {
    text-align: center;
    margin-top: 0.6rem;
  }
}
.p-chara__name-main {
  font-size: 7rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-chara__name-main {
    font-size: 3.4rem;
  }
}
.p-chara__name-ruby {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.3rem;
  color: #000;
  padding: 4px 7px 5px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .p-chara__name-ruby {
    margin: 0 auto;
    padding: 3px 5px 3px;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.-chara1 .p-chara__name-ruby {
  background-color: #d2beb2;
}
.-chara2 .p-chara__name-ruby {
  background-color: #d1cfd7;
}
.-chara3 .p-chara__name-ruby {
  background-color: #b67782;
}
.-chara4 .p-chara__name-ruby {
  background-color: #8d8992;
}
.-chara5 .p-chara__name-ruby {
  background-color: #b4a187;
}
.-chara6 .p-chara__name-ruby {
  background-color: #ac7378;
}
.p-chara__name-cv {
  font-weight: 500;
  margin-top: 2.9rem;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 960px) {
  .p-chara__name-cv {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.p-chara__prof {
  line-height: 2.1;
  margin-top: 3rem;
  letter-spacing: 2px;
  text-align: justify;
  transform: translateY(30px);
  opacity: 0;
}
.p-chara__box.is-active .p-chara__prof {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .p-chara__prof {
    line-height: 1.7;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    letter-spacing: 1.8px;
  }
}
.p-chara__stand {
  position: relative;
  width: 100%;
}
.p-chara__stand-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.07);
  opacity: 0;
  width: 113%;
}
.p-chara__box.is-active .p-chara__stand-bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara__box:nth-child(2n+1) .p-chara__stand-bg {
  left: 65%;
}
@media screen and (max-width: 960px) {
  .p-chara__box:nth-child(2n+1) .p-chara__stand-bg {
    left: 57%;
  }
}
.p-chara__box:nth-child(2n) .p-chara__stand-bg {
  left: 35%;
}
@media screen and (max-width: 960px) {
  .p-chara__box:nth-child(2n) .p-chara__stand-bg {
    left: 56%;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__stand-bg {
    width: 185%;
  }
}
.p-chara__stand-bg-chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-chara__stand-img {
  position: relative;
  margin: 0 auto;
  width: 27.3%;
  transform: translateY(13%);
  opacity: 0;
}
.p-chara__box.is-active .p-chara__stand-img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara__stand-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-chara__box.is-active .p-chara__stand-img::before {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.7, 0, 0.84, 0);
}
.-chara1 .p-chara__stand-img::before {
  -webkit-mask: url(../img/character/img_stand01.png) no-repeat center center;
  mask: url(../img/character/img_stand01.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #d2beb2;
}
.-chara2 .p-chara__stand-img::before {
  -webkit-mask: url(../img/character/img_stand02.png) no-repeat center center;
  mask: url(../img/character/img_stand02.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #d1cfd7;
}
.-chara3 .p-chara__stand-img::before {
  -webkit-mask: url(../img/character/img_stand03.png) no-repeat center center;
  mask: url(../img/character/img_stand03.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #b67782;
}
.-chara4 .p-chara__stand-img::before {
  -webkit-mask: url(../img/character/img_stand04.png) no-repeat center center;
  mask: url(../img/character/img_stand04.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #8d8992;
}
.-chara5 .p-chara__stand-img::before {
  -webkit-mask: url(../img/character/img_stand05.png) no-repeat center center;
  mask: url(../img/character/img_stand05.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #b4a187;
}
.-chara6 .p-chara__stand-img::before {
  -webkit-mask: url(../img/character/img_stand06.png) no-repeat center center;
  mask: url(../img/character/img_stand06.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ac7378;
}
@media screen and (max-width: 960px) {
  .p-chara__stand-img {
    width: 50%;
    margin: 0;
  }
  .p-chara__box:nth-child(2n+1) .p-chara__stand-img {
    margin-right: auto;
    margin-left: 2.5%;
  }
  .p-chara__box:nth-child(2n) .p-chara__stand-img {
    margin-left: auto;
  }
}