.p-hero {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero {
    padding-top: 82px;
  }
}
.p-hero__container {
  position: relative;
  width: 100%;
  padding-top: 117.5694444444%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-hero__container {
    padding-top: 134.4%;
  }
}
.p-hero__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.4%;
}
.p-hero__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__chara {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 94%;
  transform: translate(-47.5%, 0) scale(0.8);
  opacity: 0;
  transform-origin: center bottom;
  transition: transform 0.7s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero__chara {
    width: 102.5%;
  }
}
.is-op .p-hero__chara {
  transform: translate(-47.5%, 0) scale(1.001);
  opacity: 1;
}
.is-op-first .p-hero__chara {
  transform: translate(-47.5%, 0) scale(1.001);
  opacity: 1;
}
.p-hero__chara img {
  margin: 0 auto;
}
.p-hero__logo {
  position: absolute;
  top: 9.5%;
  left: 50%;
  width: 41%;
  transform: translateX(-51%) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    top: 12.5%;
    left: 50%;
    width: 47%;
    transform: translateX(-50%) scale(0.8);
    transition-delay: 0.3s;
  }
}
.p-hero__logo img {
  margin: 0 auto;
}
.is-op-first .p-hero__logo {
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.8s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  transform: translateX(-51%) scale(1.001);
  opacity: 1;
}
.is-op .p-hero__logo {
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: translateX(-51%) scale(1.001);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .is-op .p-hero__logo {
    transform: translateX(-50%) scale(1.001);
  }
}
.p-hero__date {
  position: absolute;
  top: 3.2%;
  left: 50%;
  width: 53.8%;
  max-width: 775px;
  transform: translateX(-50%) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__date {
    top: 5.2%;
    width: 77.8%;
  }
}
.is-op-first .p-hero__date {
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.9s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  transform: translateX(-50%) scale(1.001);
  opacity: 1;
}
.is-op .p-hero__date {
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.4s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transform: translateX(-50%) scale(1.001);
  opacity: 1;
}
.p-hero__lead {
  position: absolute;
  bottom: 3.9%;
  left: 2%;
  width: 63%;
  transform: scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__lead {
    left: 3%;
    width: 94.5%;
  }
}
.is-op-first .p-hero__lead {
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 1s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transform: scale(1.001);
  opacity: 1;
}
.is-op .p-hero__lead {
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.5s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transform: scale(1.001);
  opacity: 1;
}

@media not all and (max-width: 900px) {
  .p-hero_movie {
    position: absolute;
    bottom: 67px;
    right: 25px;
    width: 29.8611111111%;

    transform: scale(0.8);
    opacity: 0;
  }
  .is-op-first .p-hero_movie {
    transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 1s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1s;
    transform: scale(1.001);
    opacity: 1;
  }
  .is-op .p-hero_movie {
    transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.8s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
    transform: scale(1.001);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-hero_movie {
    position: relative;
    padding: 27.5px 0;
  }
  .p-hero_movie::before, .p-hero_movie::after {
    content: "";
    position: absolute;
    background: url(../img/bg_deco_spec.png) center center no-repeat;
    background-size: contain;
  }
  .p-hero_movie::before {
    bottom: 0.4%;
    left: -5%;
    width: 60%;
    padding-top: 43.35%;
  }
  .p-hero_movie::after {
    top: 0.5%;
    right: -2%;
    width: 55%;
    padding-top: 39.7375%;
    transform: rotate(180deg);
  }
}
@media not all and (max-width: 900px) {
  .p-hero_movie__bg {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-hero_movie__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pattern03.png) center center repeat;
    background-size: 50% auto;
    opacity: 0.4;
  }
}
.p-hero_movie__thumb {
  position: relative;

}
@media not all and (max-width: 900px) {
  .p-hero_movie__thumb {
    border: 5px solid #ffffff;
  }
  .p-hero_movie__thumb:hover::after {
    transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
  }
}
@media screen and (max-width: 900px) {
  .p-hero_movie__thumb {
    z-index: 1;
    width: 89.3333333333%;
    margin: 0 auto;
    border: 2px solid #5C4069;
    border-radius: 3px;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.38, 1.63, 0.64, 1) 0.8s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  }
  .is-op .p-hero_movie__thumb {
    transform: scale(1.001);
    opacity: 1;
  }
}
.p-hero_movie__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  background: url(../img/btn_movie.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero_movie__thumb-inner {
    border: 3px solid #ffffff;
  }
}
.p-hero_movie__play {
  position: relative;

}
@media not all and (max-width: 900px) {
  .p-hero_movie__play {
    
    border: 3px solid #5C4069;
    border-radius: 5px;
  }
  .p-hero_movie__play-wrap {
    border: 5px solid #ffffff;
  }
  .p-hero_movie__play:hover::after {
    transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
  }
}
@media screen and (max-width: 900px) {
  .p-hero_movie__play {
    z-index: 1;
    width: 89.3333333333%;
    margin: 0 auto;
    border: 2px solid #5C4069;
    border-radius: 3px;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.38, 1.63, 0.64, 1) 0.8s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  }
  .is-op .p-hero_movie__play {
    transform: scale(1.001);
    opacity: 1;
  }
}
.p-hero_movie__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  background: url(../img/btn_movie.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero_movie__play-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-hero_movie__play-wrap {
    border: 3px solid #ffffff;
  }
}
.p-hero_movie__play-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero_movie__play-inner #youtubePlayer {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero_movie__play-inner #youtubePlayer_player_wrap {
  padding-bottom: 0;
  height: 100%;
}

.special_banner{
  position: relative;
  border: 3px solid #5C4069;
  border-radius: 5px;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .special_banner{
    border-width: 2px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    width: 89.3333333333%;
    margin: 0 auto 2.4vw;
  }
}


.p-news {
  position: relative;
  padding-top: 76px;
  padding-bottom: 61px;
  background: url(../img/news/bg_pattern.jpg) left top repeat;
  background-size: auto;
}
@media screen and (max-width: 900px) {
  .p-news {
    padding-top: 54px;
    padding-bottom: 41px;
    background-size: 13% auto;
  }
}
.p-news::before, .p-news::after {
  content: "";
  position: absolute;
  background: url(../img/news/bg_deco_news.png) center center no-repeat;
  background-size: contain;
}
.p-news::before {
  bottom: 3%;
  left: 0%;
  width: 20.3%;
  padding-top: 11.4512820513%;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-100%);
}
@media screen and (max-width: 900px) {
  .p-news::before {
    bottom: 3.2%;
    width: 39%;
    padding-top: 22%;
  }
}
.p-news.is-active::before {
  transform: translateX(0);
}

.p-news::after {
  top: 5.4%;
  right: -1.5%;
  width: 20.3%;
  padding-top: 11.4512820513%;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scaleX(-1) translateX(-100%);
}
@media screen and (max-width: 900px) {
  .p-news::after {
    top: 3%;
    width: 53.5%;
    padding-top: 30.1794871795%;
  }
}
.p-news.is-active::after {
  transform: scaleX(-1) translateX(0);
}

.p-news__container {
  position: relative;
  z-index: 1;
  width: 79.3055555556%;
  max-width: 1142px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-news__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .p-news__container {
    width: 89.3333333333%;
  }
}
.p-news__block {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-news__block {
    width: 49.0367775832%;
  }
}
@media screen and (max-width: 900px) {
  .p-news__block + .p-news__block {
    margin-top: 33px;
  }
}
.p-news__ttl {
  position: absolute;
  top: -10.5%;
  left: -3%;
  width: 180px;
  z-index: 1;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-news__ttl {
    top: -9.3%;
    left: -3%;
    width: 113px;
    transform: translateY(30px);
  }
}
@media not all and (max-width: 900px) {
  .--timeline .p-news__ttl {
    top: -13%;
    left: -2.4%;
    width: 147px;
  }
}
@media screen and (max-width: 900px) {
  .--timeline .p-news__ttl {
    top: -5%;
    width: 86px;
  }
}
.is-active .p-news__ttl {
  transform: translateY(0);
  opacity: 1;
}
.p-news__inner {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #ffffff;
  border: 5px solid #5C4069;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-news__inner {
    padding-top: 18px;
    padding-bottom: 20px;
    border-width: 3px;
    transform: translateY(30px);
  }
}
.is-active .p-news__inner {
  transform: translateY(0);
  opacity: 1;
}
.p-news__timeline {
  position: relative;
  padding: 0;
  height: 261px;
  border-color: #282828;
}
@media screen and (max-width: 900px) {
  .p-news__timeline {
    height: 210px;
  }
}
.p-news__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-rendered .p-news__loader {
  opacity: 0;
}
.p-news__loader-inner {
  --size: 50px;
  --stroke-width: calc(var(--size) / 6);
  --color: currentColor;
  --animation-timing-function: linear;
  --animation-duration: 1s;
  width: var(--size);
  height: var(--size);
  border-width: var(--stroke-width);
  border-style: solid;
  border-color: var(--color) var(--color) var(--color) transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: var(--animation-timing-function) var(--animation-duration) infinite circle-spin-1-animation;
}
@media screen and (max-width: 900px) {
  .p-news__loader-inner {
    --size: 35px;
  }
}
@keyframes circle-spin-1-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-news__list {
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-news__list {
    width: 88%;
  }
}
.p-news__list-item {
  border-bottom: 2px solid #CECECE;
}
@media screen and (max-width: 900px) {
  .p-news__list-item {
    border-width: 1px;
  }
}
.p-news__list-item:nth-child(1) {
  border-top: 2px solid #CECECE;
}
@media screen and (max-width: 900px) {
  .p-news__list-item:nth-child(1) {
    border-width: 1px;
  }
}
.p-news__data {
  display: block;
  padding: 18.5px 0;
}
@media not all and (max-width: 900px) {
  .p-news__data {
    display: flex;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news__data:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  .p-news__data {
    padding: 10.5px 0;
  }
}
.p-news__data-date {
  min-width: 122px;
  color: #5C4069;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-news__data-date {
    margin-bottom: 2px;
    font-size: 11px;
  }
}
.p-news__data-txt {
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .p-news__data-txt {
    transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news__data:hover .p-news__data-txt {
    color: #5C4069;
  }
}
@media screen and (max-width: 900px) {
  .p-news__data-txt {
    font-size: 13px;
  }
}
.p-news__more {
  position: relative;
  width: 230px;
  margin: 20px auto 0;
  text-align: center;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-news__more {
    width: 66%;
    max-width: 300px;
    margin-top: 9px;
    transform: translateY(30px);
  }
}
.is-active .p-news__more {
  transform: translateY(0);
  opacity: 1;
}
.p-news__more-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  background: #5C4069;
  color: #ffffff;
  border: none;
  font-size: 16px;
}
@media not all and (max-width: 900px) {
  .p-news__more-btn {
    transform: scale(1.001);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news__more-btn:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 900px) {
  .p-news__more-btn {
    padding: 9px 0;
    font-size: 13px;
  }
}
.--timeline .p-news__more-btn {
  background: #282828;
}
.p-news__more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #ffffff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-news__more-btn::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.p-news__more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 50%, 42% 0, 42% 100%);
  clip-path: polygon(100% 50%, 42% 0, 42% 100%);
}
@media screen and (max-width: 900px) {
  .p-news__more-btn::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }
}

.p-movie {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media not all and (max-width: 900px) {
  .p-movie {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-movie {
    margin-top: 30px;
  }
}
.is-active .p-movie {
  transform: translateY(0);
  opacity: 1;
}
.p-movie__container {
  width: 76.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-movie__container {
    width: calc(100% - 6px);
  }
}
.p-movie__list {
  position: relative;
  margin-bottom: 1%;
  border: 6px solid #5C4069;
}
@media screen and (max-width: 900px) {
  .p-movie__list {
    margin-left: -3px;
    border-width: 3px;
  }
}
.p-movie__list-item {
  position: relative;
  padding: 5px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-movie__list-item {
    padding: 3px;
  }
}
.p-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-movie__thumb::before, .p-movie__thumb::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.p-movie__thumb::before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #3A332D;
  opacity: 0.5;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-movie__list-item:hover .p-movie__thumb::before {
    opacity: 0;
  }
}
.p-movie__thumb::after {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: url(../img/btn_movie.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-movie__thumb::after {
    width: 52px;
    height: 52px;
  }
}
@media (hover: hover) {
  .p-movie__list-item:hover .p-movie__thumb::after {
    transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
  }
}
.p-movie__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-movie__nav {
    transform: translate(-50%, -63%);
  }
}
.is-single .p-movie__nav {
  display: none;
}
.p-movie__nav-prev {
  width: 108px;
  transform: scaleX(-1) translateX(134%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: auto;
}
@media not all and (max-width: 900px) {
  .p-movie__nav-prev:hover {
    transform: scaleX(-1) translateX(calc(134% + 5px));
  }
}
@media screen and (max-width: 900px) {
  .p-movie__nav-prev {
    width: 13.3333333333%;
    max-width: 80px;
    transform: scaleX(-1) translateX(43%);
  }
}
.p-movie__nav-prev.swiper-button-disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.6;
}
.p-movie__nav-next {
  width: 108px;
  transform: translateX(134%);
  pointer-events: auto;
}
@media not all and (max-width: 900px) {
  .p-movie__nav-next {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-movie__nav-next:hover {
    transform: translateX(calc(134% + 5px));
  }
}
@media screen and (max-width: 900px) {
  .p-movie__nav-next {
    width: 13.3333333333%;
    max-width: 80px;
    transform: translateX(43%);
  }
}
.p-movie__nav-next.swiper-button-disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.6;
}
.p-movie__pager {
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-movie__pager {
    margin-top: 7px;
  }
}
.is-single .p-movie__pager {
  display: none;
}
.p-movie__pager span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5C4069;
  border: 2px solid #5C4069;
}
@media screen and (max-width: 900px) {
  .p-movie__pager span {
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
}
.p-movie__pager span + span {
  margin-left: 19px;
}
@media screen and (max-width: 900px) {
  .p-movie__pager span + span {
    margin-left: 10px;
  }
}
.p-movie__pager span.swiper-pagination-bullet-active {
  background: transparent;
}

.p-about {
  position: relative;
  z-index: 1;
}
.p-about::before, .p-about::after {
  content: "";
  position: absolute;
  background: url(../img/about/bg_deco_about.png) center center no-repeat;
  background-size: contain;
}
.p-about::before {
  bottom: 5.7%;
  left: 0;
  width: 21%;
  padding-top: 20.4362416107%;
  transform: translateX(-100%);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-about::before {
    bottom: 2.5%;
    width: 42%;
    padding-top: 40.8724832215%;
  }
}
.p-about.is-active::before {
  transform: translateX(0);
}

.p-about::after {
  top: 4.8%;
  right: 0;
  width: 23%;
  padding-top: 22.3825503356%;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-about::after {
    transform: scaleX(-1) translateX(-100%);
  }
}
@media screen and (max-width: 900px) {
  .p-about::after {
    top: 2.8%;
    right: 9%;
    width: 55%;
    padding-top: 53.5234899329%;
    transform: translateX(100%) rotate(180deg);
  }
}
@media not all and (max-width: 900px) {
  .p-about.is-active::after {
    transform: scaleX(-1) translateX(0);
  }
}
@media screen and (max-width: 900px) {
  .p-about.is-active::after {
    transform: translateX(0) rotate(180deg);
  }
}

.p-about__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-about__deco-item {
  position: absolute;
  width: 30.5%;
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-about__deco-item {
    width: 50%;
  }
}
.p-about__deco-item:first-child {
  top: 4.5%;
}
@media screen and (max-width: 900px) {
  .p-about__deco-item:first-child {
    top: 60px;
  }
  .--game .p-about__deco-item:first-child {
    top: 27px;
  }
}
.p-about__deco-item:nth-child(2) {
  top: 17%;
}
@media screen and (max-width: 900px) {
  .p-about__deco-item:nth-child(2) {
    top: 24%;
  }
}
.--game .p-about__deco-item:nth-child(2) {
  top: auto;
  bottom: 10%;
}
@media screen and (max-width: 900px) {
  .--game .p-about__deco-item:nth-child(2) {
    bottom: 2%;
  }
}
.p-about__deco-item:nth-child(3) {
  top: 42%;
}
.p-about__deco-item:nth-child(4) {
  top: 55%;
}
@media screen and (max-width: 900px) {
  .p-about__deco-item:nth-child(4) {
    top: 61%;
  }
}
.p-about__deco-item:nth-child(5) {
  top: 73%;
}
@media screen and (max-width: 900px) {
  .p-about__deco-item:nth-child(5) {
    top: 79%;
  }
}
.p-about__deco-item:nth-child(6) {
  top: 90%;
}
@media screen and (max-width: 900px) {
  .p-about__deco-item:nth-child(6) {
    display: none;
  }
}
.p-about__deco-item:nth-child(odd) {
  left: 0;
  opacity: 0;
  transform: translateX(-30%);
}
@media screen and (max-width: 900px) {
  .p-about__deco-item:nth-child(odd) {
    left: auto;
    right: 0%;
    transform: scaleX(-1) translateX(-30%);
  }
  .--game .p-about__deco-item:nth-child(odd) {
    right: auto;
    left: 0;
    transform: scaleX(1) translateX(-30%);
  }
}
.is-active .p-about__deco-item:nth-child(odd) {
  opacity: 1;
  transform: translateX(0%);
}
@media screen and (max-width: 900px) {
  .is-active .p-about__deco-item:nth-child(odd) {
    transform: scaleX(-1) translateX(0%);
  }
  .is-active.--game .p-about__deco-item:nth-child(odd) {
    transform: scaleX(1) translateX(0%);
  }
}
.p-about__deco-item:nth-child(even) {
  right: 0;
  opacity: 0;
  transform: scaleX(-1) translateX(-30%);
}
@media screen and (max-width: 900px) {
  .p-about__deco-item:nth-child(even) {
    right: auto;
    left: 0%;
    transform: scaleX(1) translateX(-30%);
  }
  .--game .p-about__deco-item:nth-child(even) {
    left: auto;
    right: 0;
  }
}
.is-active .p-about__deco-item:nth-child(even) {
  opacity: 1;
  transform: scaleX(-1) translateX(0%);
}
@media screen and (max-width: 900px) {
  .is-active .p-about__deco-item:nth-child(even) {
    transform: scaleX(1) translateX(0%);
  }
  .is-active.--game .p-about__deco-item:nth-child(even) {
    transform: scaleX(-1) translateX(0%);
  }
}
.p-about__particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  pointer-events: none;
}
.p-about__particle canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__inner.--board {
  padding-top: 60px;
  padding-bottom: 77px;
}
@media not all and (max-width: 900px) {
  .p-about__inner.--board::before {
    content: "";
    position: absolute;
    top: 60px;
    right: calc(546px + (100% - 1180px) / 2);
    width: 1544px;
    padding-top: 90px;
    background: url(../img/about/bg_rail_top.png) right top no-repeat;
    background-size: contain;
  }
  @media screen and (max-width: 1311px) {
    .p-about__inner.--board::before {
      width: 118.2407407407%;
      padding-top: 6.8922711572%;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-about__inner.--board {
    padding-top: 11%;
    padding-bottom: 11.3%;
  }
}
.p-about__inner.--game {
  position: relative;
  padding: 0;
}
.p-about__inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.--board .p-about__inner-bg {
  background: url(../img/about/bg_pattern02.jpg) left top repeat;
  background-size: auto;
}
@media screen and (max-width: 900px) {
  .--board .p-about__inner-bg {
    background-size: 20% auto;
  }
}
.--game .p-about__inner-bg {
  background: url(../img/about/bg_pattern03.jpg) left top repeat;
  background-size: auto;
}
@media screen and (max-width: 900px) {
  .--game .p-about__inner-bg {
    background-size: 20% auto;
  }
}
.p-about__inner-wrap {
  position: relative;
}
.--game .p-about__inner-wrap {
  padding-top: 80px;
  padding-bottom: 56px;
}
@media screen and (max-width: 900px) {
  .--game .p-about__inner-wrap {
    padding-top: 48px;
    padding-bottom: 41px;
  }
}
.p-about__block {
  position: relative;
  z-index: 1;
  width: 68%;
  max-width: 1048px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-about__block {
    width: 89.3333333333%;
  }
}
.--board .p-about__block {
  width: 90%;
  max-width: 1180px;
  padding-top: 11%;
  background: url(../img/about/bg_rail2.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .--board .p-about__block {
    width: 100%;
    padding-top: 20%;
    background-image: url(../img/about/bg_rail2_sp.png);
    background-size: 100% auto;
  }
}
.--game .p-about__block {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-active .p-about__block {
  transform: translateY(0);
  opacity: 1;
}
.p-about__chara {
  position: absolute;
  top: -34%;
  right: -17%;
  width: 35%;
}
@media screen and (max-width: 900px) {
  .p-about__chara {
    top: -53%;
    right: -14.5%;
    width: 53.2%;
    max-width: 300px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .p-about__chara {
    top: -43%;
  }
}
.p-about__ttl {
  max-width: 341px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 900px) {
  .p-about__ttl {
    width: 51%;
    margin-bottom: 11px;
  }
}
.--board .p-about__ttl {
  position: relative;
  z-index: 2;
  width: 38%;
  max-width: 450px;
  margin-bottom: 2.7%;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .--board .p-about__ttl {
    width: 60%;
    max-width: none;
    margin-bottom: 3.7%;
    transform: translateY(30px);
  }
}
.is-active .p-about__ttl {
  transform: translateY(0);
  opacity: 1;
}
.p-about__subttl {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-about__subttl {
    margin-bottom: 11px;
  }
}
.p-about__subttl-item {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
}
.p-about__subttl-item:first-child {
  position: relative;
}
.p-about__subttl-item.is-current {
  opacity: 1;
}
.p-about__subttl-item::before {
  content: "";
  position: absolute;
  bottom: -11%;
  left: 50%;
  width: 59%;
  height: 100%;
  background: url(../img/about/minigame_title_bg.svg) center bottom no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  transition: clip-path 0.5s cubic-bezier(0.83, 0, 0.17, 1);
  transition: clip-path 0.5s cubic-bezier(0.83, 0, 0.17, 1), -webkit-clip-path 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}
@media screen and (max-width: 900px) {
  .p-about__subttl-item::before {
    width: 84%;
    bottom: -30%;
  }
}
.p-about__subttl-item.is-current::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-about__subttl-item span {
  display: block;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-about__subttl-item span {
    height: 23px;
  }
}
.p-about__subttl-item.is-current span {
  transform: translateY(0);
  opacity: 1;
}

.p-about__subttl-item span img {
  height: 100%;
  margin: 0 auto;
}
.p-about__slide {
  position: relative;
}
.p-about__slide::before {
  content: "";
  position: absolute;
  top: -39%;
  left: -18.7%;
  width: 38%;
  padding-top: 66.1220159151%;
  background: url(../img/chara/Char07.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translate(0, 30px) scale(0.9);
  transition: transform 0.8s cubic-bezier(0.38, 1.63, 0.64, 1) 0.1s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
@media screen and (max-width: 900px) {
  .p-about__slide::before {
    top: -61%;
    left: -13%;
    width: 37%;
    padding-top: 64.3819628647%;
  }
}
.is-active .p-about__slide::before {
  opacity: 1;
  transform: translate(0, 0) scale(1.01);
}
.p-about__slide::after {
  content: "";
  position: absolute;
  top: -44.2%;
  right: -19%;
  width: 38.5%;
  padding-top: 73.6905444126%;
  background: url(../img/chara/Char08.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translate(0, 30px) scale(0.9);
  transition: transform 0.8s cubic-bezier(0.38, 1.63, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-about__slide::after {
    width: 37%;
    padding-top: 70.8194842407%;
    top: -65%;
    right: -16%;
  }
}
.is-active .p-about__slide::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.p-about__slide-container {
  position: relative;
  padding: 20px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-about__slide-container {
    padding: 10px;
  }
}
.p-about__list-item.is-new::after {
  content: "";
  position: absolute;
  top: -9.5%;
  right: -5%;
  width: 14.5%;
  padding-top: 14.5%;
  background: url(../img/icon_new.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-about__list-item.is-new::after {
    top: -9%;
    right: -7%;
    width: 18.5%;
    padding-top: 18.5%;
  }
}
.p-about__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.is-single .p-about__nav {
  display: none;
}
.p-about__nav-prev {
  width: 108px;
  transform: scaleX(-1) translateX(134%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: auto;
}
@media not all and (max-width: 900px) {
  .p-about__nav-prev:hover {
    transform: scaleX(-1) translateX(calc(134% + 5px));
  }
}
@media screen and (max-width: 900px) {
  .p-about__nav-prev {
    width: 13.3333333333%;
    max-width: 80px;
    transform: scaleX(-1) translateX(35%);
  }
}
.p-about__nav-prev.swiper-button-disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.6;
}
.p-about__nav-next {
  width: 108px;
  transform: translateX(134%);
  pointer-events: auto;
}
@media not all and (max-width: 900px) {
  .p-about__nav-next {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-about__nav-next:hover {
    transform: translateX(calc(134% + 5px));
  }
}
@media screen and (max-width: 900px) {
  .p-about__nav-next {
    width: 13.3333333333%;
    max-width: 80px;
    transform: translateX(35%);
  }
}
.p-about__nav-next.swiper-button-disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.6;
}
.p-about__thumb {
  width: 100%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-about__thumb {
    width: 90%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .p-about__thumb {
    margin-top: 18px;
  }
  .p-board .p-about__thumb {
    margin-top: 5px;
  }
}
.--board .p-about__thumb {
  transform: translate(0, 60px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .--board .p-about__thumb {
    transform: translate(0, 30px);
  }
}

.--board .p-board_slide.is-active .p-about__thumb {
  transform: translate(0%, 0);
  opacity: 1;
}

.p-about__thumb-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .p-board .p-about__thumb-list {
    width: 86%;
    margin: 0 auto;
  }
}
.p-about__thumb-item {
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .p-about__thumb-item {
    width: 15%;
    margin-bottom: 1%;
    margin-left: 0.8%;
  }
  .p-about__thumb-item:nth-child(9n-8) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 900px) {
  .p-about__thumb-item {
    width: 23%;
    margin-left: 1.5%;
    margin-bottom: 1.8%;
  }
  .p-about__thumb-item:nth-child(4n-3) {
    margin-left: 0;
  }
}
.p-about__thumb-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #5C4069;
  transform: translate(-50%, -50%);
}
.p-about__thumb-item.is-current::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-width: 3px;
}
@media screen and (max-width: 900px) {
  .p-about__thumb-item.is-current::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 2px;
  }
}

.p-about__thumb-item .p-in-img {
  position: relative;
  padding: 4px;
}
@media screen and (max-width: 900px) {
  .p-about__thumb-item .p-in-img {
    padding: 0;
  }
}
.p-about__thumb-item .p-in-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: rgba(58, 51, 45, 0.5);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-about__thumb-item .p-in-img::before {
    width: 100%;
    height: 100%;
  }
}
@media not all and (max-width: 900px) {
  .p-about__thumb-item:hover .p-in-img::before {
    opacity: 0.2;
  }
}
.p-about__thumb-item.is-current .p-in-img::before {
  opacity: 0;
}

.p-about__thumb-item .p-in-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 51%;
}
@media not all and (max-width: 900px) {
  .p-about__thumb-item .p-in-icon {
    min-width: 65px;
  }
}
@media screen and (max-width: 900px) {
  .p-about__thumb-item .p-in-icon {
    width: 60%;
  }
}
.p-about__thumb-item.is-new::after {
  content: "";
  position: absolute;
  top: -11%;
  right: -3%;
  width: 25%;
  height: 0;
  padding-top: 25%;
  background: url(../img/icon_new.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-about__thumb-item.is-new::after {
    top: -15%;
    right: -4%;
    width: 30%;
    padding-top: 30%;
  }
}
.p-about__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-board {
  width: 74.406779661%;
  margin: 0 auto;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
@media screen and (max-width: 900px) {
  .p-board {
    width: 84.9333333333%;
    transform: translateY(30px);
  }
}
.is-active .p-board {
  transform: translateY(0);
  opacity: 1;
}

.p-board_slide {
  position: relative;
}
.p-board_slide + .p-board_slide {
  margin-top: 4%;
}
@media screen and (max-width: 900px) {
  .p-board_slide + .p-board_slide {
    margin-top: 21%;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .p-board_slide + .p-board_slide {
    margin-top: 26.5%;
  }
}
.p-board_slide::before, .p-board_slide::after {
  pointer-events: none;
}
.p-board_slide:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -34.5%;
  left: -18.4%;
  width: 32%;
  padding-top: 68.6376811594%;
  background: url(../img/chara/Char02.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-board_slide:nth-child(1)::before {
    top: -29.5%;
    left: -13.4%;
  }
}
.p-board_slide:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -44%;
  right: -20%;
  width: 49%;
  padding-top: 72.9166666667%;
  background: url(../img/chara/Char01.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-board_slide:nth-child(1)::after {
    width: 46%;
    padding-top: 68.4523809524%;
    top: -36%;
    right: -17%;
  }
}
.p-board_slide:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -44%;
  right: -29%;
  width: 57%;
  padding-top: 84.8214285714%;
  background: url(../img/chara/Char03.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-board_slide:nth-child(2)::after {
    top: -41%;
    right: -14%;
  }
}
.p-board_slide:nth-child(3)::after {
  content: "";
  position: absolute;
  top: -48%;
  left: -36.4%;
  width: 49%;
  padding-top: 72.9166666667%;
  background: url(../img/chara/Char04.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-board_slide:nth-child(3)::after {
    top: -29%;
    left: -17.3%;
    width: 46%;
    padding-top: 68.4523809524%;
  }
}
.p-board_slide:nth-child(4) {
  z-index: 2;
}
.p-board_slide:nth-child(4)::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -43.5%;
  width: 54%;
  padding-top: 71.8888888889%;
  background: url(../img/chara/Char05.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-board_slide:nth-child(4)::after {
    top: -28%;
    right: -17.5%;
    width: 51%;
    padding-top: 67.8950617284%;
  }
}
.p-board_slide:nth-child(5)::before {
  content: "";
  position: absolute;
  top: -36%;
  left: -31.4%;
  width: 38%;
  padding-top: 90.078313253%;
  background: url(../img/chara/Char06.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-board_slide:nth-child(5)::before {
    top: -39.5%;
    left: -7.4%;
    width: 35%;
    padding-top: 82.9668674699%;
  }
}
.p-board_slide::before, .p-board_slide::after {
  opacity: 0;
  transform: translate(0, 30px) scale(0.9);
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-board_slide.is-active::before, .p-board_slide.is-active::after {
  transform: translate(0, 0) scale(1.01);
  opacity: 1;
}
.p-board_slide__list {
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
  border: 6px solid #5C4069;
  background: #5C4069;
}
@media screen and (max-width: 900px) {
  .p-board_slide__list {
    margin-bottom: -3px;
    border-width: 3px;
  }
}
.p-board_slide__list-item {
  position: relative;
  padding: 5px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-board_slide__list-item {
    padding: 3px;
  }
}
.p-board_slide__list-item.is-new::after {
  content: "";
  position: absolute;
  top: -9%;
  right: -5%;
  width: 12%;
  padding-top: 12%;
  background: url(../img/icon_new.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-board_slide__list-item.is-new::after {
    top: -9%;
    right: -4%;
    width: 16%;
    padding-top: 16%;
  }
}
.p-board_slide__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-board_slide__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about_data__inner {
  margin-top: 7px;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.38, 1.63, 0.64, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-about_data__inner {
    margin-top: 10px;
    transform: translateY(30px);
  }
}
.is-active .p-about_data__inner {
  transform: translateY(0);
  opacity: 1;
}
.p-about_data__img {
  position: relative;
}

.p-about_desc {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1200px) {
    .p-about_desc {
      width: 100%;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-about_desc {
    left: 50%;
    width: 112%;
    max-width: 750px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .p-about_desc {
    margin-top: 80px;
  }
}
.--board .p-about_desc {
  left: 50%;
  width: 108%;
  transform: translate(-50%, 60px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .--board .p-about_desc {
    width: 106%;
    max-width: none;
    transform: translate(-50%, 30px);
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .--board .p-about_desc {
    margin-top: 0;
  }
}
.--board .p-board_slide.is-active .p-about_desc {
  transform: translate(-50%, 0);
  opacity: 1;
}
.p-about_desc__base {
  position: relative;
}
.p-about_desc__base::before {
  content: "";
  position: absolute;
  bottom: -11%;
  left: 50px;
  width: 75px;
  padding-top: 52.4096385542px;
  background: url(../img/about/deco_about_text01.png) center center no-repeat;
  background-size: contain;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1300px) {
    .p-about_desc__base::before {
      left: 0;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-about_desc__base::before {
    bottom: -7%;
    left: 2%;
    width: 10%;
    padding-top: 6.9879518072%;
  }
}
.--board .p-about_desc__base::before {
  left: 5%;
  bottom: -16%;
}
@media screen and (max-width: 900px) {
  .--board .p-about_desc__base::before {
    left: 1.5%;
    bottom: 5%;
    width: 11%;
    padding-top: 7.686746988%;
  }
}
.p-about_desc__base::after {
  content: "";
  position: absolute;
  top: -4.5%;
  right: 77px;
  width: 44px;
  padding-top: 43.1851851852px;
  background: url(../img/about/deco_about_text02.png) center center no-repeat;
  background-size: contain;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1300px) {
    .p-about_desc__base::after {
      right: 0;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-about_desc__base::after {
    top: -10%;
    right: 2%;
    width: 6%;
    padding-top: 5.8888888889%;
  }
}
.--board .p-about_desc__base::after {
  top: -5%;
  right: 10%;
  width: 46px;
  padding-top: 45.1481481481px;
}
@media screen and (max-width: 900px) {
  .--board .p-about_desc__base::after {
    top: 4%;
    right: 1%;
    width: 7%;
    padding-top: 6.8703703704%;
  }
}
.p-about_desc__base img {
  margin: 0 auto;
}
.p-about_desc__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.--board .p-about_desc__txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about_desc__txt-item {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1200px) {
    .p-about_desc__txt-item {
      font-size: 16px;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-about_desc__txt-item {
    font-size: clamp(12px, 3.4666666667vw, 24px);
    line-height: 1.6;
  }
}
.p-about_desc__txt-item .p-in-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.--board .p-about_desc__txt-item .p-in-text {
  font-size: 18px;
  font-size: clamp(10px, 1.25vw, 18px);
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .--board .p-about_desc__txt-item .p-in-text {
    font-size: 12px;
    font-size: clamp(10px, 3.2vw, 20px);
  }
}
.p-about_desc__txt-item .p-in-text span {
  display: block;
  transform: translateY(-3px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-slide-thumb-active .p-in-text span {
  transform: translateY(0px);
  opacity: 1;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(1) {
  transition-delay: 0s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(2) {
  transition-delay: 0.04s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(3) {
  transition-delay: 0.08s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(4) {
  transition-delay: 0.12s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(5) {
  transition-delay: 0.16s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(6) {
  transition-delay: 0.2s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(7) {
  transition-delay: 0.24s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(8) {
  transition-delay: 0.28s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(9) {
  transition-delay: 0.32s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(10) {
  transition-delay: 0.36s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(11) {
  transition-delay: 0.4s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(12) {
  transition-delay: 0.44s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(13) {
  transition-delay: 0.48s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(14) {
  transition-delay: 0.52s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(15) {
  transition-delay: 0.56s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(16) {
  transition-delay: 0.6s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(17) {
  transition-delay: 0.64s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(18) {
  transition-delay: 0.68s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(19) {
  transition-delay: 0.72s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(20) {
  transition-delay: 0.76s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(21) {
  transition-delay: 0.8s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(22) {
  transition-delay: 0.84s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(23) {
  transition-delay: 0.88s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(24) {
  transition-delay: 0.92s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(25) {
  transition-delay: 0.96s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(26) {
  transition-delay: 1s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(27) {
  transition-delay: 1.04s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(28) {
  transition-delay: 1.08s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(29) {
  transition-delay: 1.12s;
}
.swiper-slide-thumb-active .p-in-text span:nth-child(30) {
  transition-delay: 1.16s;
}

.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(1) {
  transition-delay: 0.8s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(2) {
  transition-delay: 0.84s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(3) {
  transition-delay: 0.88s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(4) {
  transition-delay: 0.92s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(5) {
  transition-delay: 0.96s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(6) {
  transition-delay: 1s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(7) {
  transition-delay: 1.04s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(8) {
  transition-delay: 1.08s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(9) {
  transition-delay: 1.12s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(10) {
  transition-delay: 1.16s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(11) {
  transition-delay: 1.2s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(12) {
  transition-delay: 1.24s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(13) {
  transition-delay: 1.28s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(14) {
  transition-delay: 1.32s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(15) {
  transition-delay: 1.36s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(16) {
  transition-delay: 1.4s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(17) {
  transition-delay: 1.44s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(18) {
  transition-delay: 1.48s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(19) {
  transition-delay: 1.52s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(20) {
  transition-delay: 1.56s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(21) {
  transition-delay: 1.6s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(22) {
  transition-delay: 1.64s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(23) {
  transition-delay: 1.68s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(24) {
  transition-delay: 1.72s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(25) {
  transition-delay: 1.76s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(26) {
  transition-delay: 1.8s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(27) {
  transition-delay: 1.84s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(28) {
  transition-delay: 1.88s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(29) {
  transition-delay: 1.92s;
}
.swiper-slide-thumb-active .p-in-text.is-start21 span:nth-child(30) {
  transition-delay: 1.96s;
}

.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(1) {
  transition-delay: 0.84s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(2) {
  transition-delay: 0.89s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(3) {
  transition-delay: 0.94s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(4) {
  transition-delay: 0.99s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(5) {
  transition-delay: 1.04s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(6) {
  transition-delay: 1.09s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(7) {
  transition-delay: 1.14s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(8) {
  transition-delay: 1.19s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(9) {
  transition-delay: 1.24s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(10) {
  transition-delay: 1.29s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(11) {
  transition-delay: 1.34s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(12) {
  transition-delay: 1.39s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(13) {
  transition-delay: 1.44s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(14) {
  transition-delay: 1.49s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(15) {
  transition-delay: 1.54s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(16) {
  transition-delay: 1.59s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(17) {
  transition-delay: 1.64s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(18) {
  transition-delay: 1.69s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(19) {
  transition-delay: 1.74s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(20) {
  transition-delay: 1.79s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(21) {
  transition-delay: 1.84s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(22) {
  transition-delay: 1.89s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(23) {
  transition-delay: 1.94s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(24) {
  transition-delay: 1.99s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(25) {
  transition-delay: 2.04s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(26) {
  transition-delay: 2.09s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(27) {
  transition-delay: 2.14s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(28) {
  transition-delay: 2.19s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(29) {
  transition-delay: 2.24s;
}
.swiper-slide-thumb-active .p-in-text.is-start22 span:nth-child(30) {
  transition-delay: 2.29s;
}

.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(1) {
  transition-delay: 0.88s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(2) {
  transition-delay: 0.93s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(3) {
  transition-delay: 0.98s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(4) {
  transition-delay: 1.03s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(5) {
  transition-delay: 1.08s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(6) {
  transition-delay: 1.13s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(7) {
  transition-delay: 1.18s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(8) {
  transition-delay: 1.23s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(9) {
  transition-delay: 1.28s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(10) {
  transition-delay: 1.33s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(11) {
  transition-delay: 1.38s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(12) {
  transition-delay: 1.43s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(13) {
  transition-delay: 1.48s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(14) {
  transition-delay: 1.53s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(15) {
  transition-delay: 1.58s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(16) {
  transition-delay: 1.63s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(17) {
  transition-delay: 1.68s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(18) {
  transition-delay: 1.73s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(19) {
  transition-delay: 1.78s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(20) {
  transition-delay: 1.83s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(21) {
  transition-delay: 1.88s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(22) {
  transition-delay: 1.93s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(23) {
  transition-delay: 1.98s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(24) {
  transition-delay: 2.03s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(25) {
  transition-delay: 2.08s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(26) {
  transition-delay: 2.13s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(27) {
  transition-delay: 2.18s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(28) {
  transition-delay: 2.23s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(29) {
  transition-delay: 2.28s;
}
.swiper-slide-thumb-active .p-in-text.is-start23 span:nth-child(30) {
  transition-delay: 2.33s;
}

.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(1) {
  transition-delay: 0.92s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(2) {
  transition-delay: 0.97s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(3) {
  transition-delay: 1.02s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(4) {
  transition-delay: 1.07s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(5) {
  transition-delay: 1.12s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(6) {
  transition-delay: 1.17s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(7) {
  transition-delay: 1.22s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(8) {
  transition-delay: 1.27s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(9) {
  transition-delay: 1.32s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(10) {
  transition-delay: 1.37s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(11) {
  transition-delay: 1.42s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(12) {
  transition-delay: 1.47s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(13) {
  transition-delay: 1.52s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(14) {
  transition-delay: 1.57s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(15) {
  transition-delay: 1.62s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(16) {
  transition-delay: 1.67s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(17) {
  transition-delay: 1.72s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(18) {
  transition-delay: 1.77s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(19) {
  transition-delay: 1.82s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(20) {
  transition-delay: 1.87s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(21) {
  transition-delay: 1.92s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(22) {
  transition-delay: 1.97s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(23) {
  transition-delay: 2.02s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(24) {
  transition-delay: 2.07s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(25) {
  transition-delay: 2.12s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(26) {
  transition-delay: 2.17s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(27) {
  transition-delay: 2.22s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(28) {
  transition-delay: 2.27s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(29) {
  transition-delay: 2.32s;
}
.swiper-slide-thumb-active .p-in-text.is-start24 span:nth-child(30) {
  transition-delay: 2.37s;
}

.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(1) {
  transition-delay: 1.2s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(2) {
  transition-delay: 1.25s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(3) {
  transition-delay: 1.3s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(4) {
  transition-delay: 1.35s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(5) {
  transition-delay: 1.4s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(6) {
  transition-delay: 1.45s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(7) {
  transition-delay: 1.5s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(8) {
  transition-delay: 1.55s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(9) {
  transition-delay: 1.6s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(10) {
  transition-delay: 1.65s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(11) {
  transition-delay: 1.7s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(12) {
  transition-delay: 1.75s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(13) {
  transition-delay: 1.8s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(14) {
  transition-delay: 1.85s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(15) {
  transition-delay: 1.9s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(16) {
  transition-delay: 1.95s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(17) {
  transition-delay: 2s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(18) {
  transition-delay: 2.05s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(19) {
  transition-delay: 2.1s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(20) {
  transition-delay: 2.15s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(21) {
  transition-delay: 2.2s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(22) {
  transition-delay: 2.25s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(23) {
  transition-delay: 2.3s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(24) {
  transition-delay: 2.35s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(25) {
  transition-delay: 2.4s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(26) {
  transition-delay: 2.45s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(27) {
  transition-delay: 2.5s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(28) {
  transition-delay: 2.55s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(29) {
  transition-delay: 2.6s;
}
.swiper-slide-thumb-active .p-in-text.is-start25 span:nth-child(30) {
  transition-delay: 2.65s;
}

.p-info {
  position: relative;
  padding: 62px 0;
  background: url(../img/info/bg_pattern04.jpg) center center repeat;
  background-size: auto auto;
}
@media screen and (max-width: 900px) {
  .p-info {
    padding-top: 39px;
    background-size: 20% auto;
  }
}
.p-info__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-info__deco-item {
  position: absolute;
  width: 30.5%;
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-info__deco-item {
    width: 45%;
  }
}
.p-info__deco-item:first-child {
  top: 81px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .p-info__deco-item:first-child {
    top: 60px;
    left: -10%;
  }
}
.p-info__deco-item:nth-child(2) {
  top: 17%;
  right: 0;
}
@media screen and (max-width: 900px) {
  .p-info__deco-item:nth-child(2) {
    right: -5%;
  }
}
.p-info__deco-item:nth-child(3) {
  top: 30%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .p-info__deco-item:nth-child(3) {
    left: -5%;
  }
}
.p-info__deco-item:nth-child(4) {
  top: 50%;
  right: 0;
}
@media screen and (max-width: 900px) {
  .p-info__deco-item:nth-child(4) {
    right: -10%;
  }
}
.p-info__deco-item:nth-child(5) {
  top: 70%;
  left: 0;
}
.p-info__deco-item:nth-child(6) {
  top: 90%;
  right: 0;
}
.p-info__deco-item:nth-child(odd) {
  opacity: 0;
  transform: translateX(-30%);
}
.p-info__deco-item:nth-child(odd).is-active {
  opacity: 1;
  transform: translateX(0%);
}
.p-info__deco-item:nth-child(even) {
  opacity: 0;
  transform: scaleX(-1) translateX(-30%);
}
.p-info__deco-item:nth-child(even).is-active {
  opacity: 1;
  transform: scaleX(-1) translateX(0%);
}
.p-info__container {
  max-width: 1180px;
  width: 89.6%;
  margin: 0 auto;
}
.p-info__ttl {
  max-width: 310px;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-info__ttl {
    width: 46%;
    margin-bottom: 13px;
  }
}
.is-active .p-info__ttl {
  opacity: 1;
  transform: translateY(0);
}
.p-info__inner {
  position: relative;
  background: #FDF3F0;
  border: 5px solid #5C4069;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-info__inner {
    border-width: 3px;
  }
}
.is-active .p-info__inner {
  opacity: 1;
  transform: translateY(0);
}
.p-info__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  border: 3px solid #5C4069;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-info__inner::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-width: 2px;
  }
}
.p-info__inner-wrap {
  width: 84.7457627119%;
  margin: 0 auto;
  padding: 71px 0;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1100px) {
    .p-info__inner-wrap {
      width: 90%;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-info__inner-wrap {
    width: 89.2%;
    padding-top: 28px;
    padding-bottom: 37px;
  }
}
.p-info__block + .p-info__block {
  border-top: 1px solid #5C4069;
}

.p-info_detail {
  padding-bottom: 61px;
}
@media not all and (max-width: 900px) {
  .p-info_detail {
    width: 79%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 1300px) {
    .p-info_detail {
      width: 100%;
    }
  }
}
@media not all and (max-width: 900px) {
  .p-info_detail__header {
    width: 36%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-info_detail__header {
    margin-bottom: 12px;
  }
}
.p-info_detail___img {
  border: 4px solid #5C4069;
  padding: 3px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-info_detail___img {
    width: 83.5%;
    max-width: 471px;
    margin: 0 auto;
    border-width: 2px;
  }
}
@media not all and (max-width: 900px) {
  .p-info_detail__inner {
    width: 64%;
    padding-left: 6.4%;
    padding-top: 23px;
  }
}
.p-info_detail__item + .p-info_detail__item {
  margin-top: 53px;
}
@media screen and (max-width: 900px) {
  .p-info_detail__item + .p-info_detail__item {
    margin-top: 26px;
  }
}
.p-info_detail__type {
  margin-bottom: 32px;
  font-weight: 900;
  color: #5C4069;
  font-size: 31px;
  letter-spacing: -0.12rem;
}
@media screen and (max-width: 900px) {
  .p-info_detail__type {
    margin-bottom: 14px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0rem;
  }
}
.p-info_detail__list {
  margin-bottom: 31px;
}
@media screen and (max-width: 900px) {
  .p-info_detail__list {
    margin-bottom: 14px;
  }
}
.p-info_detail__list-item {
  display: flex;
  font-weight: 700;
}
.p-info_detail__list-item + .p-info_detail__list-item {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .p-info_detail__list-item + .p-info_detail__list-item {
    margin-top: 7px;
  }
}
.p-info_detail__list-ttl {
  color: #5C4069;
  font-size: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-info_detail__list-ttl {
    font-size: 14px;
    letter-spacing: -0.02rem;
  }
}
.p-info_detail__list-ttl span {
  display: inline-block;
  vertical-align: baseline;
  color: #3A332D;
}
.p-info_detail__list-txt {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-info_detail__list-txt {
    font-size: 14px;
    letter-spacing: -0.02rem;
  }
}
.p-info_detail__bonus {
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .p-info_detail__bonus {
    margin-bottom: 27px;
  }
}
.p-info_detail__bonus-ttl {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 22px;
  color: #5C4069;
}
@media screen and (max-width: 900px) {
  .p-info_detail__bonus-ttl {
    margin-bottom: 6px;
    font-size: 15px;
  }
}
.p-info_detail__bonus-txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-info_detail__bonus-txt {
    font-size: 14px;
    line-height: 1.45;
  }
}
.p-info_detail__bonus-txt .p-in-caution {
  display: block;
  margin-top: 9px;
  font-weight: 400;
  font-size: 11.5px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .p-info_detail__bonus-txt .p-in-caution {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.55;
  }
}
.p-info_detail__footer {
  margin-top: 20px;
}
@media not all and (max-width: 900px) {
  .p-info_detail__footer {
    width: 100%;
  }
}
@media not all and (max-width: 900px) {
  .p-info_detail__caution {
    width: 70%;
    min-width: 545px;
    margin: 0 auto;
  }
}
.p-info_detail__caution-item {
  font-size: 11.5px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-info_detail__caution-item {
    font-size: 11px;
  }
}
@media not all and (max-width: 900px) {
  .p-info_detail__buy .c-btn__inner {
    padding: 26px 0;
    font-size: 19px;
  }
  .p-info_detail__buy .c-btn__inner::after {
    right: 27px;
    width: 12px;
    height: 13px;
  }
}
@media screen and (max-width: 900px) {
  .p-info_detail__buy .c-btn__inner {
    padding: 17px 0;
  }
  .p-info_detail__buy .c-btn__inner::after {
    right: 19px;
  }
}

.p-info_bonus {
  padding-top: 55px;
  padding-bottom: 60px;
  border-bottom: 1px solid #5C4069;
}
@media screen and (max-width: 900px) {
  .p-info_bonus {
    padding-bottom: 30px;
  }
}
.p-info_bonus:last-child {
  border-bottom: none;
}
.p-info_bonus__ttl {
  margin-bottom: 37px;
  text-align: center;
  color: #5C4069;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 900px) {
  .p-info_bonus__ttl {
    margin-bottom: 18px;
    font-size: 18px;
    letter-spacing: 0.04rem;
  }
}
.p-info_bonus__list {
  display: flex;
  flex-wrap: wrap;
}
.p-info_bonus__list.is-souki {
  justify-content: center;
}
.p-info_bonus__list-item {
  background: #ffffff;
}
@media not all and (max-width: 900px) {
  .p-info_bonus__list-item {
    width: 32%;
    margin-left: 2%;
  }
  .p-info_bonus__list-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .p-info_bonus__list-item:nth-child(n+4) {
    margin-top: 20px;
  }
  .is-souki .p-info_bonus__list-item {
    width: 48%;
    margin-left: 0;
  }
  .is-souki .p-info_bonus__list-item:nth-child(even) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 900px) {
  .p-info_bonus__list-item {
    width: 48.3050847458%;
    margin-left: 3.3898305085%;
  }
  .p-info_bonus__list-item:nth-child(odd) {
    margin-left: 0;
  }
  .p-info_bonus__list-item:nth-child(n+3) {
    margin-top: 13px;
  }
  .is-souki .p-info_bonus__list-item {
    width: 100%;
    margin-left: 0;
  }
  .is-souki .p-info_bonus__list-item + .p-info_bonus__list-item {
    margin-top: 20px;
  }
}
.p-info_bonus__list-item.is-disable {
  filter: grayscale(0.8);
  opacity: 0.8;
}
.p-info_bonus__shopcaution {
  margin-top: 20px;
  text-align: center;
}

.p-info_card {
  width: 87.5%;
  height: 100%;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-info_card {
    width: 91.2280701754%;
    padding-top: 16px;
    padding-bottom: 18px;
  }
}
.p-info_card__ttl {
  margin-bottom: 11px;
  text-align: center;
  color: #5C4069;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-info_card__ttl {
    margin-bottom: 6px;
    font-size: 13px;
  }
}
.is-souki .p-info_card__ttl {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .is-souki .p-info_card__ttl {
    font-size: 16px;
  }
}
.p-info_card__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .p-info_card__img {
    margin-bottom: 6px;
  }
}
.p-info_card__txt {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .p-info_card__txt {
    font-size: 11px;
    letter-spacing: -0.02rem;
  }
  .is-souki .p-info_card__txt {
    font-size: 13px;
  }
}
.is-souki .p-info_card__txt {
  font-weight: 700;
}
.p-info_card__txt.is-coming {
  padding: 16% 0;
}
@media screen and (max-width: 900px) {
  .p-info_card__txt.is-coming {
    padding: 25px 0;
  }
}
.p-info_card__caution {
  margin-top: 9px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .p-info_card__caution {
    margin-top: 2px;
    line-height: 1.55;
  }
}
.p-info_card__btn {
  margin-top: 39px;
}
@media screen and (max-width: 900px) {
  .p-info_card__btn {
    margin-top: 17px;
  }
}
@media not all and (max-width: 900px) {
  .p-info_card__btn .c-btn__inner {
    padding: 19px 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .p-info_card__btn .c-btn__inner {
    padding: 8.5px 0;
    font-size: 10px;
  }
}

.p-spec {
  position: relative;
  padding-top: 77px;
  padding-bottom: 77px;
}
@media screen and (max-width: 900px) {
  .p-spec {
    padding-top: 70px;
  }
}
.p-spec::before, .p-spec::after {
  content: "";
  position: absolute;
  background: url(../img/bg_deco_spec.png) center center no-repeat;
  background-size: contain;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-spec::before {
  bottom: 1.4%;
  left: 0;
  width: 27.7%;
  padding-top: 20.01325%;
  transform: translateX(-100%);
}
@media screen and (max-width: 900px) {
  .p-spec::before {
    bottom: 0.4%;
    left: -2%;
    width: 50%;
    padding-top: 36.125%;
  }
}
.p-spec.is-active::before {
  transform: translateX(0);
}

.p-spec::after {
  top: 4.5%;
  right: 0;
  width: 27.7%;
  padding-top: 20.01325%;
  transform: rotate(180deg) translateX(-100%);
}
@media screen and (max-width: 900px) {
  .p-spec::after {
    top: 1.5%;
    width: 50%;
    padding-top: 36.125%;
  }
}
.p-spec.is-active::after {
  transform: rotate(180deg) translateX(0);
}

.p-spec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern03.png) center center repeat;
  background-size: auto;
  opacity: 0.4;
}
@media screen and (max-width: 900px) {
  .p-spec__bg {
    background-size: 50% auto;
  }
}
.p-spec__container {
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-spec__container {
    width: 90%;
    max-width: 878px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-spec__container {
    width: 89.3333333333%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.is-active .p-spec__container {
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-spec__header {
    width: 33.3712984055%;
    flex-shrink: 0;
  }
}
.p-spec__logo {
  width: 86.5%;
}
@media screen and (max-width: 900px) {
  .p-spec__logo {
    width: 54%;
    margin: 0 auto 20px;
  }
}
@media not all and (max-width: 900px) {
  .p-spec__inner {
    flex-grow: 1;
  }
}
.p-spec__list {
  font-weight: 600;
}
.p-spec__list-item {
  display: flex;
  padding: 17.5px 0;
  border-bottom: 2px solid #CECECE;
}
@media screen and (max-width: 900px) {
  .p-spec__list-item {
    padding: 13px 0;
    border-width: 1px;
  }
}
.p-spec__list-item:first-child {
  border-top: 2px solid #CECECE;
}
@media screen and (max-width: 900px) {
  .p-spec__list-item:first-child {
    border-width: 1px;
  }
}
.p-spec__list-ttl {
  letter-spacing: -0.03rem;
}
@media not all and (max-width: 900px) {
  .p-spec__list-ttl {
    min-width: 161px;
  }
}
@media screen and (max-width: 900px) {
  .p-spec__list-ttl {
    min-width: 125px;
    font-size: 12.5px;
  }
}
@media screen and (max-width: 900px) {
  .p-spec__list-txt {
    font-size: 14px;
  }
}
.p-spec__list-txt span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .p-spec__list-txt span {
    font-size: 12px;
  }
}
@media not all and (max-width: 900px) {
  .p-spec__list-txt span {
    font-size: 14px;
  }
}

.p-buy {
  position: fixed;
  bottom: 19px;
  right: 21px;
  width: 9.4444444444%;
  max-width: 136px;
  z-index: 1;
  transform: translateX(50%);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-buy {
    bottom: 5px;
    right: 5px;
    width: 20%;
    max-width: 100px;
  }
}
.is-op-first .p-buy {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.4s;
  transform: translateX(0);
  opacity: 1;
}
.is-op .p-buy {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transform: translateX(0);
  opacity: 1;
}
.p-buy__inner {
  display: block;
}
@media not all and (max-width: 900px) {
  .p-buy__inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-buy__inner:hover {
    transform: scale(0.9);
  }
}