@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.l-wrapper {
  position: relative;
}

.l-pc_contents {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(100% - 650px);
}
.l-pc_contents__logo {
  margin: 0 auto;
  width: 74%;
  max-width: 600px;
}
.l-pc_contents__logo img {
  transform: scale(1.15);
  opacity: 0;
}
.is-load .l-pc_contents__logo img {
  opacity: 1;
  transform: scale(1) translateX(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.l-pc_contents__share {
  text-align: center;
  margin-top: 37px;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .l-pc_contents__share {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.l-pc_contents__share-cap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pc_contents__share-cap-text {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin: 0 11px;
}
.l-pc_contents__share-cap-line {
  width: 60px;
}
.l-pc_contents__share-list {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}
.l-pc_contents__share-list-item {
  width: 30px;
  margin: 0 15px;
}
.l-pc_contents__share-list-item svg {
  fill-rule: evenodd;
  fill: #ee87b4;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-pc_contents__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-pc_contents__share-list-item a:hover svg {
    fill: #555555;
  }
}

.l-pc_textdeco {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgb(211, 247, 250) 100%);
  overflow: hidden;
}
.l-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pc_bg_line.png) repeat center center;
  background-size: cover;
  transform: scale(1.1);
}
.is-load .l-bg::before {
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern_bg.png) repeat center 0;
  background-size: 800px;
}

.l-wrap {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .l-wrap {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .l-wrap {
    max-width: 450px;
    margin-left: auto;
    margin-right: 200px;
  }
  .l-wrap::before {
    content: "";
    z-index: 1;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #7FCCF1;
    background: linear-gradient(180deg, rgb(127, 204, 241) 0%, rgb(143, 130, 186) 20%, rgb(237, 159, 190) 40%, rgb(240, 156, 118) 60%, rgb(255, 245, 155) 80%, rgb(137, 199, 151) 100%);
  }
  .l-wrap::after {
    content: "";
    z-index: 1;
    width: 1px;
    height: 100%;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    background: #7FCCF1;
    background: linear-gradient(180deg, rgb(127, 204, 241) 0%, rgb(143, 130, 186) 20%, rgb(237, 159, 190) 40%, rgb(240, 156, 118) 60%, rgb(255, 245, 155) 80%, rgb(137, 199, 151) 100%);
  }
}
.l-wrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern_bg.png) repeat 0 0;
  background-size: 375px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .l-wrap__bg {
    transition: background 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
}

.l-frame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.l-frame::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #89C797;
  background: linear-gradient(180deg, rgb(137, 199, 151) 0%, rgb(137, 199, 151) 20%, rgb(255, 245, 155) 40%, rgb(237, 159, 190) 60%, rgb(143, 130, 186) 80%, rgb(127, 204, 241) 100%);
}
.l-frame::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #89C797;
  background: linear-gradient(180deg, rgb(137, 199, 151) 0%, rgb(137, 199, 151) 20%, rgb(255, 245, 155) 40%, rgb(237, 159, 190) 60%, rgb(143, 130, 186) 80%, rgb(127, 204, 241) 100%);
}

.l-content {
  position: relative;
}

.l-footer {
  position: relative;
  padding: 0 5%;
  margin-top: 122px;
  padding-bottom: 68px;
}
.l-footer__official {
  margin: 0 auto;
  width: 168px;
}
.l-footer__official a {
  display: block;
}
@media (hover: hover) {
  .l-footer__official a:hover img {
    transform: scale(0.97);
    opacity: 0.7;
  }
}
.l-footer__official img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__share {
  margin-top: 49px;
}
.l-footer__share-cap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.l-footer__share-cap-line {
  width: 61px;
}
.l-footer__share-cap-text {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  flex-shrink: 0;
  margin: 0 12px;
}
.l-footer__share-list {
  display: flex;
  justify-content: center;
}
.l-footer__share-list-item {
  width: 30px;
  margin: 0 15px;
}
.l-footer__share-list a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list a:hover svg {
    fill: #555555;
  }
}
.l-footer__share-list svg {
  fill-rule: evenodd;
  fill: #ee87b4;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__anilink {
  margin-top: 47px;
}
.l-footer__anilink-list {
  display: flex;
  justify-content: center;
}
.l-footer__anilink-list-item {
  position: relative;
  font-size: 13px;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  padding-left: 14px;
  margin-left: 11px;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #555555;
  transform: translateY(-50%);
}
.l-footer__anilink-list-item a {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  color: #555555;
  text-decoration: none;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__anilink-list-item a:hover {
    color: #ee87b4;
  }
}
.l-footer__text {
  margin-top: 37px;
  text-align: center;
  font-size: min(10px, 2.6666666667vw);
  line-height: 1.8;
}
.l-footer__copy {
  font-size: min(10px, 2.6666666667vw);
  text-align: center;
  margin-top: 14px;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: #fff;
  z-index: 1;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.l-loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .l-loading__icon {
    width: 65px;
  }
}
.is-ready .l-loading__icon {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.l-loading__icon img {
  animation: fuyo 2s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}

@keyframes hero_text {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -480px center;
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 1001px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.p-hero__deco {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.p-hero__deco.-top {
  top: 0;
}
.p-hero__deco.-top .p-hero__deco-line {
  width: 41%;
}
.p-hero__deco.-top .p-hero__deco-line img {
  transform: scale(1.05) translateX(-15%);
  opacity: 0;
}
.is-load .p-hero__deco.-top .p-hero__deco-line img {
  opacity: 1;
  transform: scale(1) translateX(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-hero__deco.-top .p-hero__deco-text {
  bottom: -4px;
  animation: hero_text 10s linear infinite forwards;
}
.p-hero__deco.-bottom {
  bottom: 0;
}
.p-hero__deco.-bottom .p-hero__deco-text {
  top: -4px;
  animation: hero_text 10s linear infinite forwards reverse;
}
.p-hero__deco.-bottom .p-hero__deco-line {
  width: 79%;
  margin-left: auto;
}
.p-hero__deco.-bottom .p-hero__deco-line img {
  transform: scale(1.05) translateX(15%);
  opacity: 0;
}
.is-load .p-hero__deco.-bottom .p-hero__deco-line img {
  opacity: 1;
  transform: scale(1) translateX(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-hero__deco-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-15deg);
  width: 130vw;
  padding-top: 50px;
  background: url(../img/main_txt_line.png) repeat-x 0 center;
  background-size: 480px;
}
.p-hero__logo {
  margin: 0 auto;
  width: 81%;
  transform: translateY(-37%);
}
.p-hero__logo img {
  transform: scale(1.2);
  filter: blur(3px);
  opacity: 0;
}
.is-load .p-hero__logo img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: 0.4s;
}

.p-box__ttl {
  position: relative;
  text-align: center;
}
.p-box__ttl::before {
  content: "";
  width: 120px;
  padding-top: 120px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  background: url(../img/ttl_bg_deco.png) no-repeat center center;
  background-size: contain;
}
.p-box.is-active .p-box__ttl::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
.p-box__ttl h2 {
  position: relative;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 27px;
  transform: translateY(30px);
  opacity: 0;
}
.p-box__ttl h2::before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/ttl_icon.png) no-repeat center center;
  background-size: contain;
}
.p-box.is-active .p-box__ttl h2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-box__ttl-cap {
  position: relative;
  font-size: 10px;
  margin-top: 12px;
  transform: translateY(30px);
  opacity: 0;
}
.p-box.is-active .p-box__ttl-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}

.p-intro {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 83px;
}
.p-intro__bg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
  width: 300%;
  pointer-events: none;
}
.p-intro__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
}
.p-intro__catch {
  margin: 0 auto;
  width: 76%;
  margin-top: 13%;
}
.p-intro__catch img {
  transform: scale(1.1);
  filter: blur(3px);
  opacity: 0;
}
.p-box.is-active .p-intro__catch img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), filter 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.3s;
}
.p-intro__lead {
  padding: 0 5%;
  font-size: min(13px, 3.4666666667vw);
  letter-spacing: -1px;
  margin-top: 5%;
}
.p-intro__lead-item {
  line-height: 1.7;
  transform: translateY(20px);
  opacity: 0;
  filter: blur(3px);
}
.p-box.is-active .p-intro__lead-item {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.p-box.is-active .p-intro__lead-item:nth-child(1) {
  transition-delay: 0.7s;
}
.p-box.is-active .p-intro__lead-item:nth-child(2) {
  transition-delay: 0.9s;
}
.p-intro__lead-item + .p-intro__lead-item {
  margin-top: 4.5%;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.8;
}

.p-game {
  margin-bottom: 64px;
}
.p-game__content {
  margin-top: 26px;
}
.p-game__box {
  display: flex;
  position: relative;
  padding-bottom: 11%;
  overflow: hidden;
}
.p-game__box-content {
  width: 100%;
  flex-shrink: 0;
  padding: 13% 18px 0;
  position: relative;
  z-index: 1;
}
.p-game__box:nth-child(2n+1) .p-game__box-ttl {
  right: -3%;
}
.p-game__box:nth-child(2n+1) .p-game__box-cap::before {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.p-game__box:nth-child(2n) .p-game__box-ttl {
  left: -3%;
}
.p-game__box:nth-child(2n) .p-game__box-cap {
  margin-left: auto;
}
.p-game__box:nth-child(2n) .p-game__box-cap::before {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.p-game__box:nth-child(2n) .p-game__box-lead {
  padding-right: 0;
  padding-left: 38%;
}
.p-game__box:nth-child(2n) .p-game__box-slider {
  margin-left: auto;
}
.p-game__box-ttl {
  position: absolute;
  top: 0;
  width: 41%;
  padding-top: 12%;
}
.p-game__box-ttl-num {
  position: absolute;
  top: 0;
  left: 57%;
  transform: translateX(-50%);
  width: 46%;
}
.p-game__box-ttl-num img {
  transform: translateY(20px);
  opacity: 0;
}
.p-game__box.is-active .p-game__box-ttl-num img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-game__box-ttl-num.-num2 {
  width: 60%;
  left: 50%;
}
.p-game__box-ttl-num.-num3 {
  width: 60%;
  left: 50%;
}
.p-game__box-ttl-chara {
  position: relative;
  transform: scale(0.87);
  opacity: 0;
}
.p-game__box.is-active .p-game__box-ttl-chara {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-game__box-ttl-chara::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-game__box.is-active .p-game__box-ttl-chara::before {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.p-game__box:nth-child(1) .p-game__box-ttl-chara::before {
  -webkit-mask: url(../img/system_img01_chara.png) no-repeat center center;
  mask: url(../img/system_img01_chara.png) no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #ffa0ab;
}
.p-game__box:nth-child(2) .p-game__box-ttl-chara::before {
  -webkit-mask: url(../img/system_img02_chara.png) no-repeat center center;
  mask: url(../img/system_img02_chara.png) no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #b8daba;
}
.p-game__box:nth-child(3) .p-game__box-ttl-chara::before {
  -webkit-mask: url(../img/system_img03_chara.png) no-repeat center center;
  mask: url(../img/system_img03_chara.png) no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #e2c5e0;
}
.p-game__box-cap {
  font-size: min(23px, 6.1333333333vw);
  letter-spacing: -1.5px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  transform: translateY(25px);
  opacity: 0;
}
.p-game__box.is-active .p-game__box-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-game__box-cap::before {
  content: "";
  width: 100%;
  padding-top: 15px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: url(../img/txt_base.png) no-repeat left bottom;
  background-size: 320px;
}
.p-game__box.is-active .p-game__box-cap::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-game__box-cap-text {
  position: relative;
}
.p-game__box-lead {
  padding-right: 38%;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.75;
  transform: translateY(25px);
  opacity: 0;
}
.p-game__box.is-active .p-game__box-lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-game__box-slider {
  width: 60%;
  margin-top: 4%;
  transform: translateY(25px);
  opacity: 0;
}
.p-game__box.is-active .p-game__box-slider {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-game__box-slider-pager {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}
.p-game__box-slider-pager .swiper-pagination-bullet {
  background-color: #e4e4e4;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 2px !important;
}
.p-game__box-slider-pager .swiper-pagination-bullet-active {
  background-color: #a1c5f3;
}

.game_swiper {
  border: 2px solid #f3daee;
  box-shadow: 6px 6px 0 0 #f3daee;
}
.game_swiper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}

.p-staff__content {
  margin-top: 59px;
}
.p-staff__list {
  margin: 0 auto;
  width: 220px;
  text-align: right;
}
.p-staff__list-item {
  display: flex;
  align-items: center;
  transform: translateY(25px);
  opacity: 0;
  line-height: 1.3;
}
.p-box.is-active .p-staff__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-box.is-active .p-staff__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.p-box.is-active .p-staff__list-item:nth-child(2) {
  transition-delay: 0.45s;
}
.p-box.is-active .p-staff__list-item:nth-child(3) {
  transition-delay: 0.6s;
}
.p-staff__list-item + .p-staff__list-item {
  margin-top: 13px;
}
.p-staff__list-cap {
  font-size: 11px;
  letter-spacing: -0.6px;
  flex-shrink: 0;
  width: 140px;
  margin-right: 10px;
}
.p-staff__list-name {
  font-size: 17px;
}