@media (hover: hover) {
  .u-hover-rotatey:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.js-flash-text {
  opacity: 0;
}
.is-active .js-flash-text {
  opacity: 1;
}
.js-flash-text span {
  display: inline-block;
  vertical-align: baseline;
}
.is-active .js-flash-text span {
  -webkit-animation: text-blink-1 backwards 0.34s steps(1);
  animation: text-blink-1 backwards 0.34s steps(1);
}
.is-active .js-flash-text span:nth-of-type(1)[data-num="1"] {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
}
.is-active .js-flash-text span:nth-of-type(1)[data-num="2"] {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.is-active .js-flash-text span:nth-of-type(1)[data-num="3"] {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.is-active .js-flash-text span:nth-of-type(1)[data-num="4"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.is-active .js-flash-text span:nth-of-type(1)[data-num="5"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.is-active .js-flash-text span:nth-of-type(1)[data-num="6"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.is-active .js-flash-text span:nth-of-type(2)[data-num="1"] {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.is-active .js-flash-text span:nth-of-type(2)[data-num="2"] {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}
.is-active .js-flash-text span:nth-of-type(2)[data-num="3"] {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}
.is-active .js-flash-text span:nth-of-type(2)[data-num="4"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.is-active .js-flash-text span:nth-of-type(2)[data-num="5"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.is-active .js-flash-text span:nth-of-type(2)[data-num="6"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.is-active .js-flash-text span:nth-of-type(3)[data-num="1"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.is-active .js-flash-text span:nth-of-type(3)[data-num="2"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.is-active .js-flash-text span:nth-of-type(3)[data-num="3"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.is-active .js-flash-text span:nth-of-type(3)[data-num="4"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.is-active .js-flash-text span:nth-of-type(3)[data-num="5"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.is-active .js-flash-text span:nth-of-type(3)[data-num="6"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.is-active .js-flash-text span:nth-of-type(4)[data-num="1"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.is-active .js-flash-text span:nth-of-type(4)[data-num="2"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.is-active .js-flash-text span:nth-of-type(4)[data-num="3"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.is-active .js-flash-text span:nth-of-type(4)[data-num="4"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.is-active .js-flash-text span:nth-of-type(4)[data-num="5"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.is-active .js-flash-text span:nth-of-type(4)[data-num="6"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.is-active .js-flash-text span:nth-of-type(5)[data-num="1"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.is-active .js-flash-text span:nth-of-type(5)[data-num="2"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.is-active .js-flash-text span:nth-of-type(5)[data-num="3"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.is-active .js-flash-text span:nth-of-type(5)[data-num="4"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.is-active .js-flash-text span:nth-of-type(5)[data-num="5"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.is-active .js-flash-text span:nth-of-type(5)[data-num="6"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.is-active .js-flash-text span:nth-of-type(6)[data-num="1"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.is-active .js-flash-text span:nth-of-type(6)[data-num="2"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.is-active .js-flash-text span:nth-of-type(6)[data-num="3"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.is-active .js-flash-text span:nth-of-type(6)[data-num="4"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.is-active .js-flash-text span:nth-of-type(6)[data-num="5"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.is-active .js-flash-text span:nth-of-type(6)[data-num="6"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.is-active .js-flash-text span:nth-of-type(7)[data-num="1"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.is-active .js-flash-text span:nth-of-type(7)[data-num="2"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.is-active .js-flash-text span:nth-of-type(7)[data-num="3"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.is-active .js-flash-text span:nth-of-type(7)[data-num="4"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.is-active .js-flash-text span:nth-of-type(7)[data-num="5"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.is-active .js-flash-text span:nth-of-type(7)[data-num="6"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.is-active .js-flash-text span:nth-of-type(8)[data-num="1"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.is-active .js-flash-text span:nth-of-type(8)[data-num="2"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.is-active .js-flash-text span:nth-of-type(8)[data-num="3"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.is-active .js-flash-text span:nth-of-type(8)[data-num="4"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.is-active .js-flash-text span:nth-of-type(8)[data-num="5"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.is-active .js-flash-text span:nth-of-type(8)[data-num="6"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.is-active .js-flash-text span:nth-of-type(9)[data-num="1"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.is-active .js-flash-text span:nth-of-type(9)[data-num="2"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.is-active .js-flash-text span:nth-of-type(9)[data-num="3"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.is-active .js-flash-text span:nth-of-type(9)[data-num="4"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.is-active .js-flash-text span:nth-of-type(9)[data-num="5"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.is-active .js-flash-text span:nth-of-type(9)[data-num="6"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.is-active .js-flash-text span:nth-of-type(10)[data-num="1"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.is-active .js-flash-text span:nth-of-type(10)[data-num="2"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.is-active .js-flash-text span:nth-of-type(10)[data-num="3"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.is-active .js-flash-text span:nth-of-type(10)[data-num="4"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.is-active .js-flash-text span:nth-of-type(10)[data-num="5"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.is-active .js-flash-text span:nth-of-type(10)[data-num="6"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.is-active .js-flash-text span:nth-of-type(11)[data-num="1"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.is-active .js-flash-text span:nth-of-type(11)[data-num="2"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.is-active .js-flash-text span:nth-of-type(11)[data-num="3"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.is-active .js-flash-text span:nth-of-type(11)[data-num="4"] {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.is-active .js-flash-text span:nth-of-type(11)[data-num="5"] {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.is-active .js-flash-text span:nth-of-type(11)[data-num="6"] {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}
.is-active .js-flash-text span:nth-of-type(12)[data-num="1"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.is-active .js-flash-text span:nth-of-type(12)[data-num="2"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.is-active .js-flash-text span:nth-of-type(12)[data-num="3"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.is-active .js-flash-text span:nth-of-type(12)[data-num="4"] {
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
}
.is-active .js-flash-text span:nth-of-type(12)[data-num="5"] {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
}
.is-active .js-flash-text span:nth-of-type(12)[data-num="6"] {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.js-ttl-anime {
  position: relative;
}
.js-ttl-anime-main {
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.is-active .js-ttl-anime-main {
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
}
.js-ttl-anime [class*=dummy] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.js-ttl-anime .-dummy1 {
  color: #fa69b9;
}
.is-active .js-ttl-anime .-dummy1 {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  -webkit-transition: opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  -webkit-transition-delay: 0s, 1s;
  transition-delay: 0s, 1s;
}
.js-ttl-anime .-dummy2 {
  color: #4eaef8;
}
.is-active .js-ttl-anime .-dummy2 {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  -webkit-transition: opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  -webkit-transition-delay: 0.1s, 1.1s;
  transition-delay: 0.1s, 1.1s;
}

.p-staffcast__block-ttl span {
  display: inline-block;
  vertical-align: baseline;
  opacity: 0;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span {
  opacity: 1;
  -webkit-animation: text-blink-1 backwards 0.34s steps(1);
  animation: text-blink-1 backwards 0.34s steps(1);
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(1)[data-num="1"] {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(1)[data-num="2"] {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(1)[data-num="3"] {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(1)[data-num="4"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(1)[data-num="5"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(1)[data-num="6"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(2)[data-num="1"] {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(2)[data-num="2"] {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(2)[data-num="3"] {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(2)[data-num="4"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(2)[data-num="5"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(2)[data-num="6"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(3)[data-num="1"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(3)[data-num="2"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(3)[data-num="3"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(3)[data-num="4"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(3)[data-num="5"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(3)[data-num="6"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(4)[data-num="1"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(4)[data-num="2"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(4)[data-num="3"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(4)[data-num="4"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(4)[data-num="5"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(4)[data-num="6"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(5)[data-num="1"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(5)[data-num="2"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(5)[data-num="3"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(5)[data-num="4"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(5)[data-num="5"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(5)[data-num="6"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(6)[data-num="1"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(6)[data-num="2"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(6)[data-num="3"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(6)[data-num="4"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(6)[data-num="5"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(6)[data-num="6"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(7)[data-num="1"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(7)[data-num="2"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(7)[data-num="3"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(7)[data-num="4"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(7)[data-num="5"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(7)[data-num="6"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(8)[data-num="1"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(8)[data-num="2"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(8)[data-num="3"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(8)[data-num="4"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(8)[data-num="5"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(8)[data-num="6"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(9)[data-num="1"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(9)[data-num="2"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(9)[data-num="3"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(9)[data-num="4"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(9)[data-num="5"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(9)[data-num="6"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(10)[data-num="1"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(10)[data-num="2"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(10)[data-num="3"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(10)[data-num="4"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(10)[data-num="5"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(10)[data-num="6"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(11)[data-num="1"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(11)[data-num="2"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(11)[data-num="3"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(11)[data-num="4"] {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(11)[data-num="5"] {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(11)[data-num="6"] {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(12)[data-num="1"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(12)[data-num="2"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(12)[data-num="3"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(12)[data-num="4"] {
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(12)[data-num="5"] {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
}
.p-staffcast__block.is-active .p-staffcast__block-ttl span:nth-of-type(12)[data-num="6"] {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.p-news__header {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.is-active .p-news__header {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
}

.p-news__new {
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}
.is-active .p-news__new {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
}

.p-movie__slide {
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.is-active .p-movie__slide {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
}

.p-staffcast__list {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
@media screen and (max-width: 960px) {
  .p-staffcast__list {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.p-staffcast__block.is-active .p-staffcast__list {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0.25s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.25s;
  transition: opacity ease 0.8s 0.25s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.25s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.25s, opacity ease 0.8s 0.25s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.25s, opacity ease 0.8s 0.25s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.25s;
}

.p-chara__thumb-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
@media not all and (max-width: 960px) {
  .p-chara__thumb-item {
    -webkit-transform: translate3d(-45px, 0, 0);
    transform: translate3d(-45px, 0, 0);
  }
}
.is-active .p-chara__thumb-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-active .p-chara__thumb-item:nth-of-type(1) {
  -webkit-transition-delay: 0.3s, 0.2s, 0.2s;
  transition-delay: 0.3s, 0.2s, 0.2s;
}
.is-active .p-chara__thumb-item:nth-of-type(2) {
  -webkit-transition-delay: 0.34s, 0.24s, 0.24s;
  transition-delay: 0.34s, 0.24s, 0.24s;
}
.is-active .p-chara__thumb-item:nth-of-type(3) {
  -webkit-transition-delay: 0.38s, 0.28s, 0.28s;
  transition-delay: 0.38s, 0.28s, 0.28s;
}
.is-active .p-chara__thumb-item:nth-of-type(4) {
  -webkit-transition-delay: 0.42s, 0.32s, 0.32s;
  transition-delay: 0.42s, 0.32s, 0.32s;
}
.is-active .p-chara__thumb-item:nth-of-type(5) {
  -webkit-transition-delay: 0.46s, 0.36s, 0.36s;
  transition-delay: 0.46s, 0.36s, 0.36s;
}
.is-active .p-chara__thumb-item:nth-of-type(6) {
  -webkit-transition-delay: 0.5s, 0.4s, 0.4s;
  transition-delay: 0.5s, 0.4s, 0.4s;
}

.p-comics__deco {
  opacity: 0;
  -webkit-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
}
.is-active .p-comics__deco {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0.35s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.35s;
  transition: opacity ease 0.8s 0.35s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.35s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.35s, opacity ease 0.8s 0.35s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.35s, opacity ease 0.8s 0.35s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.35s;
}

.p-comics__inner {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.is-active .p-comics__inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0.5s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.5s;
  transition: opacity ease 0.8s 0.5s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.5s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.5s, opacity ease 0.8s 0.5s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.5s, opacity ease 0.8s 0.5s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.5s;
}

.p-comics__list-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.is-active .p-comics__list-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 0.8s 0s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
}
.is-active .p-comics__list-item:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.is-active .p-comics__list-item:nth-of-type(2) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.is-active .p-comics__list-item:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.is-active .p-comics__list-item:nth-of-type(4) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.is-active .p-comics__list-item:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.is-active .p-comics__list-item:nth-of-type(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.is-active .p-comics__list-item:nth-of-type(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.is-active .p-comics__list-item:nth-of-type(8) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.l-main {
  opacity: 0;
}
.is-load .l-main {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 150;
}
.is-load .p-op {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s linear 5.2s;
  transition: 0.5s linear 5.2s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.p-op__bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -293px;
  bottom: -343px;
  background: #ffffff url(../img/common/bg.png) repeat 0 0;
  -webkit-animation: bg-loop-sp 5s linear infinite;
  animation: bg-loop-sp 5s linear infinite;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-op__bg {
    background-size: 147px;
  }
}
@media not all and (max-width: 960px) {
  .p-op__bg {
    -webkit-animation-name: bg-loop-pc;
    animation-name: bg-loop-pc;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
  }
}

.p-op__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 188px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media not all and (max-width: 960px) {
  .p-op__catch {
    width: 230px;
    max-width: 230px;
  }
}
.p-op__catch img {
  width: 100%;
}
.p-op__catch-item {
  opacity: 0;
}
.p-op__catch-item:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-load .p-op__catch-item {
  opacity: 1;
  -webkit-transition: opacity 0.75s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.75s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-load .p-op__catch-item.-item2 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.is-load .p-op__catch-item.-item3 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.is-load .p-op__catch-item.-item4 {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.p-hero__bg {
  opacity: 0;
  -webkit-transform: translate3d(-80px, 0, 0);
  transform: translate3d(-80px, 0, 0);
}
@media not all and (max-width: 960px) {
  .p-hero__bg {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
  }
}
.is-op-end .p-hero__bg {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 1.15s 0s, 1.15s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: opacity ease 1.15s 0s, 1.15s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  transition: 1.15s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1.15s 0s;
  transition: 1.15s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1.15s 0s, 1.15s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
}

.p-hero__kv {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.is-op-end .p-hero__kv {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  -webkit-transition-delay: 0s, 1.15s;
  transition-delay: 0s, 1.15s;
}
@media screen and (max-width: 960px) {
  .is-op-end .p-hero__kv {
    -webkit-transition-duration: 1s, 1s;
    transition-duration: 1s, 1s;
  }
}

.p-hero__catch {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    -webkit-transform: scale(0.95) translate(-50%, 0);
    transform: scale(0.95) translate(-50%, 0);
  }
}
.is-op-end .p-hero__catch {
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s, 1.15s;
  transition-delay: 0s, 1.15s;
}
@media screen and (max-width: 960px) {
  .is-op-end .p-hero__catch {
    -webkit-transition-duration: 1s, 1s;
    transition-duration: 1s, 1s;
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
  }
}

.p-hero__onair::before {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
.is-op-end .p-hero__onair::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.36, 0.02, 0, 1), -webkit-transform 0.8s cubic-bezier(0.36, 0.02, 0, 1);
  transition: opacity 0.6s cubic-bezier(0.36, 0.02, 0, 1), -webkit-transform 0.8s cubic-bezier(0.36, 0.02, 0, 1);
  transition: opacity 0.6s cubic-bezier(0.36, 0.02, 0, 1), transform 0.8s cubic-bezier(0.36, 0.02, 0, 1);
  transition: opacity 0.6s cubic-bezier(0.36, 0.02, 0, 1), transform 0.8s cubic-bezier(0.36, 0.02, 0, 1), -webkit-transform 0.8s cubic-bezier(0.36, 0.02, 0, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.p-hero__onair-date {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.is-op-end .p-hero__onair-date {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: opacity 0.3s ease, -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: opacity 0.3s ease, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: opacity 0.3s ease, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s, -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

.p-hero__logo {
  opacity: 0;
  -webkit-transform: scaleX(0.55);
  transform: scaleX(0.55);
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    -webkit-transform: scaleY(0.55);
    transform: scaleY(0.55);
  }
}
.is-op-end .p-hero__logo {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .is-op-end .p-hero__logo {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.p-hero__bnr {
  opacity: 0;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}
@media screen and (max-width: 960px) {
  .p-hero__bnr {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}
.is-op-end .p-hero__bnr {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 1s 0.9s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.9s;
  transition: opacity ease 1s 0.9s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.9s;
  transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.9s, opacity ease 1s 0.9s;
  transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.9s, opacity ease 1s 0.9s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.9s;
}
@media screen and (max-width: 960px) {
  .is-op-end .p-hero__bnr {
    -webkit-transition-delay: 0.78s;
    transition-delay: 0.78s;
  }
}

.l-main {
  padding-bottom: 20px;
}
@media not all and (max-width: 960px) {
  .l-main {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__sns {
    top: 7px;
    left: 7px;
  }
}

/*============================
  hero
============================*/
.p-hero {
  position: relative;
  padding-top: 53px;
}
@media not all and (max-width: 960px) {
  .p-hero {
    padding-top: 0;
  }
}
.p-hero img {
  width: 100%;
}
.p-hero__main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media not all and (max-width: 960px) {
  .p-hero__main {
    width: 60%;
    margin: 0px 10.2% 0 auto;
  }
}

.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-hero__onair {
  width: 100%;
}
@media not all and (max-width: 960px) {
  .p-hero__onair {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    margin: 20px auto 0;
  }
}
.p-hero__onair-date {
  position: relative;
}
.p-hero__onair-date img {
  position: relative;
}

.p-hero__kv {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    width: 95%;
    margin: 0 auto;
  }
}

.p-hero__catch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 95%;
  height: 100%;
}
@media not all and (max-width: 960px) {
  .p-hero__catch {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    -webkit-transform: scale(0.95) translateX(-50%);
    transform: scale(0.95) translateX(-50%);
  }
}

.p-hero__logo {
  position: relative;
  width: 88%;
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    margin: 5.5% auto 0;
  }
}
@media not all and (max-width: 960px) {
  .p-hero__logo {
    position: absolute;
    top: 4.9%;
    right: 89.6%;
    top: 5.9%;
    right: 109.6%;
    width: 29.7894736842%;
  }
}
.p-hero__logo svg {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero__bnr {
    margin-top: 10.5%;
  }
}
@media not all and (max-width: 960px) {
  .p-hero__bnr {
    position: absolute;
    left: 0;
    bottom: 18.1%;
    width: 21.3125%;
    overflow: hidden;
  }
}

.p-hero_bnr__container {
  overflow: visible;
}
@media not all and (max-width: 960px) {
  .p-hero_bnr__container {
    width: 87.9765395894%;
    margin-left: auto;
  }
}
.p-hero_bnr__box {
  overflow: visible;
}

@media not all and (max-width: 960px) {
  .p-hero_bnr__box {
    width: 87.9765395894%;
    margin-left: auto;
  }
}

.p-hero_bnr__slide-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero_bnr__slide-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: -5%;
  width: 110%;
  height: 138%;
  -webkit-transform: skewY(-10deg) scale(1, 0);
  transform: skewY(-10deg) scale(1, 0);
  background-color: rgba(250, 105, 185, 0.5);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.8, 0.315, 1), -webkit-transform 0.6s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-hero_bnr__slide:nth-of-type(even) .p-hero_bnr__slide-link::after {
  background-color: rgba(84, 175, 245, 0.5);
}
@media (hover: hover) {
  .p-hero_bnr__slide-link:hover::after {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewY(-10deg) scale(1, 1);
    transform: skewY(-10deg) scale(1, 1);
  }
}

/*============================
  news
============================*/
.p-news {
  padding-top: 33px;
}
@media not all and (max-width: 960px) {
  .p-news {
    padding-top: 40px;
  }
}
@media not all and (max-width: 960px) {
  .p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 88px);
    max-width: 1814px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .p-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 9px;
  }
}
@media not all and (max-width: 960px) {
  .p-news__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 273px;
    padding-left: 1.9%;
  }
}
.p-news__header-ttl {
  position: relative;
  z-index: 1;
}

.p-news__ttl {
  font-size: 32px;
}
@media not all and (max-width: 960px) {
  .p-news__ttl {
    font-size: 60px;
    letter-spacing: 0.08em;
  }
}
.p-news__ttl[class*=dummy] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-news__more {
  width: 95px;
}
@media not all and (max-width: 960px) {
  .p-news__more {
    width: 140px;
    margin: 1px 0 0 4px;
  }
  .p-news__more .c-btn_round {
    padding: 11px 13px 9px;
    font-size: 12px;
  }
}

@media not all and (max-width: 960px) {
  .p-news__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 273px);
  }
}

@media not all and (max-width: 960px) {
  .p-news__new {
    margin-right: -44px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1920px) {
  .p-news__new {
    margin-right: 0;
    width: calc((100vw - 1814px) / 2 + 100%);
  }
}

.p-news_new {
  position: relative;
  padding-bottom: 18px;
}
@media not all and (max-width: 960px) {
  .p-news_new {
    margin-right: 44px;
    padding: 12px 0 35px 0;
  }
}
.p-news_new__container {
  overflow: visible;
}

.p-news_new__slide {
  display: block;
  position: relative;
  width: 68.6567164179%;
  height: auto;
  padding: 17px 20px 41px;
  text-decoration: none;
  background-color: #fa69b9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95), -webkit-transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
}
@media not all and (max-width: 960px) {
  .p-news_new__slide {
    width: 32.3%;
    padding: 38px 40px 80px;
    border-radius: 21px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-news_new__slide {
    width: 49%;
  }
}
@media (hover: hover) {
  .p-news_new__slide:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .p-news_new__slide:hover::after {
    -webkit-animation: hover-hop-right 0.68s ease-out;
    animation: hover-hop-right 0.68s ease-out;
  }
}
.p-news_new__slide:only-child {
  width: 100%;
}
.p-news_new__slide::after {
  position: absolute;
  content: "";
  right: 16px;
  bottom: 16px;
  width: 18px;
  height: 10px;
  background: url(../img/common/icon_arrow.svg) no-repeat right bottom;
  background-size: contain;
}
@media not all and (max-width: 960px) {
  .p-news_new__slide::after {
    right: 30px;
    bottom: 31px;
    width: 17px;
    height: 12px;
  }
}
.p-news_new__slide:nth-of-type(even) {
  background-color: #54aff5;
}
.p-news_new__slide:not(:last-of-type) {
  margin-right: 15px;
}
@media not all and (max-width: 960px) {
  .p-news_new__slide:not(:last-of-type) {
    margin-right: 1.55%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-news_new__slide:not(:last-of-type) {
    margin-right: 2%;
  }
}

.p-news_new__item-date {
  margin-bottom: 4px;
  font-family: nobel, "noto-sans-cjk-jp", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 960px) {
  .p-news_new__item-date {
    margin-bottom: 29px;
    font-size: 14px;
    letter-spacing: 0.11em;
  }
}
.p-news_new__item-ttl {
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 1.8;
}
@media not all and (max-width: 960px) {
  .p-news_new__item-ttl {
    font-size: 16px;
  }
}

.p-news_new__scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dddee0;
}
@media not all and (max-width: 960px) {
  .p-news_new__scrollbar {
    height: 2px;
  }
}
.p-news_new__scrollbar .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000000;
}

/*============================
  movie
============================*/
.p-movie {
  position: relative;
  margin-top: 4%;
  padding-top: 30px;
}
@media not all and (max-width: 960px) {
  .p-movie {
    margin: 45px auto 0;
  }
}
@media not all and (max-width: 960px) {
  .p-movie__inner {
    width: 82.5%;
    max-width: 1584px;
  }
}

.p-movie__slide {
  position: relative;
}

.p-movie__youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 53.3%;
  overflow: hidden;
}
@media not all and (max-width: 960px) {
  .p-movie__youtube {
    padding-top: 56.25%;
  }
}
.p-movie__youtube iframe {
  position: absolute;
  top: 50%;
  height: 200%;
  left: 0;
  width: 100%;
  height: 200%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-movie_slide {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie_slide {
    padding-bottom: 31px;
  }
}
.p-movie_slide__slide {
  pointer-events: none;
}
.p-movie_slide__slide.swiper-slide-active {
  pointer-events: auto;
}
.is-single-movie .p-movie_slide__slide {
  pointer-events: auto;
}

.p-movie_slide__item {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.swiper-slide-active .p-movie_slide__item, .swiper-slide-duplicate-active .p-movie_slide__item {
  opacity: 1;
  -webkit-transition: opacity 0.1s 0s;
  transition: opacity 0.1s 0s;
}
.is-single-movie .p-movie_slide__item {
  opacity: 1;
  -webkit-transition: opacity 0.1s 0s;
  transition: opacity 0.1s 0s;
}
.p-movie_slide__item-thumb {
  position: relative;
  padding-top: 53.3%;
  overflow: hidden;
}
@media not all and (max-width: 960px) {
  .p-movie_slide__item-thumb {
    padding-top: 56.25%;
  }
}
.p-movie_slide__item-thumb::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 140%;
  height: 100%;
  background-color: #fa69b9;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}
.p-movie_slide__slide:nth-of-type(even) .p-movie_slide__item-thumb::after {
  background-color: #54aff5;
}
.swiper-slide-active .p-movie_slide__item-thumb::after, .swiper-slide-duplicate-active .p-movie_slide__item-thumb::after {
  width: 0;
  -webkit-transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.is-single-movie .p-movie_slide__item-thumb::after {
  width: 0;
  -webkit-transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.p-movie_slide__item-thumb .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.is-playing .swiper-slide-active .p-movie_slide__item-thumb .p-in-img {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s 0.8s, -webkit-transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s 0.8s, -webkit-transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 1.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.8s 0.8s;
  transition: transform 1.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.8s 0.8s, -webkit-transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-single-movie.is-playing .p-movie_slide__item-thumb .p-in-img {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.p-movie_slide__item-ttl {
  margin: 7px auto 0;
  font-size: 13.5px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-movie_slide__item-ttl {
    width: 92.2%;
  }
}
@media not all and (max-width: 960px) {
  .p-movie_slide__item-ttl {
    font-size: 26px;
    letter-spacing: 0.1em;
    margin: 32px 100px 0 3.1%;
  }
  .is-single-movie .p-movie_slide__item-ttl {
    margin-right: 3.1%;
  }
}

.p-movie_slide__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 5.3333333333%;
  bottom: 0;
  z-index: 1;
}
@media not all and (max-width: 960px) {
  .p-movie_slide__nav {
    right: 2px;
    bottom: 3px;
  }
}
.p-movie_slide__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
@media not all and (max-width: 960px) {
  .p-movie_slide__nav-btn {
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) {
  .p-movie_slide__nav-btn:hover svg {
    -webkit-animation: hover-hop-right 0.75s ease-out;
    animation: hover-hop-right 0.75s ease-out;
  }
}
.p-movie_slide__nav-btn.-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-movie_slide__nav-btn.-next {
  margin-left: 20px;
}
@media not all and (max-width: 960px) {
  .p-movie_slide__nav-btn.-next {
    margin-left: 25px;
  }
}
.p-movie_slide__nav-btn svg {
  width: 100%;
}

/*============================
  staffcast
============================*/
.p-staffcast {
  margin-top: 2.2%;
}
@media not all and (max-width: 960px) {
  .p-staffcast {
    padding-top: 71px;
  }
}
@media not all and (max-width: 960px) {
  .p-staffcast__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 80px;
  }
}

.p-staffcast__block {
  padding-top: 38px;
}
@media not all and (max-width: 960px) {
  .p-staffcast__block.-staff {
    max-width: 720px;
    margin-right: 80px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-staffcast__block.-staff {
    max-width: 500px;
  }
}
.p-staffcast__block-ttl {
  margin-bottom: 6px;
  font-family: nobel, "noto-sans-cjk-jp", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fa69b9;
}
@media not all and (max-width: 960px) {
  .p-staffcast__block-ttl {
    margin-bottom: 22px;
    font-size: 60px;
  }
}
.p-staffcast__block:nth-of-type(even) .p-staffcast__block-ttl {
  color: #54aff5;
}
.p-staffcast_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media not all and (max-width: 960px) {
  .-cast .p-staffcast_list {
    display: block;
  }
}
.p-staffcast_list__item {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-staffcast_list__item {
    width: 47%;
  }
  .p-staffcast_list__item:nth-of-type(even) {
    margin-left: 6%;
  }
  .p-staffcast_list__item:nth-of-type(n + 3) {
    margin-top: 14px;
  }
}
@media not all and (max-width: 960px) {
  .p-staffcast_list__item {
    width: 240px;
    margin-bottom: 31px;
    padding-right: 5px;
  }
}
@media not all and (max-width: 960px) {
  .p-staffcast_list__item.-pc--full {
    width: 100%;
  }
}

.p-staffcast_list__pos {
  font-size: 12px;
}
@media not all and (max-width: 960px) {
  .p-staffcast_list__pos {
    font-size: 14px;
  }
}

.p-staffcast_list__name {
  margin-top: 3px;
  font-size: 19px;
}
@media not all and (max-width: 960px) {
  .p-staffcast_list__name {
    margin-top: 6px;
    font-size: 24.5px;
    letter-spacing: 0.07em;
  }
}
.p-staffcast_list__name-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media not all and (max-width: 960px) {
  .p-staffcast_list__name-item {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.p-staffcast_list__name-item .p-in-sup {
  display: block;
  font-size: 9px;
}
@media screen and (max-width: 960px) {
  .p-staffcast_list__name-item .p-in-sup {
    padding-bottom: 2px;
  }
}
@media not all and (max-width: 960px) {
  .p-staffcast_list__name-item .p-in-sup {
    padding-bottom: 4px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.p-staffcast_list__comment {
  display: inline-block;
  vertical-align: -11%;
  width: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: transform 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: transform 0.3s cubic-bezier(0.08, 0.8, 0.315, 1), -webkit-transform 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
@media screen and (max-width: 960px) {
  .p-staffcast_list__comment {
    margin-left: 4px;
  }
}
@media not all and (max-width: 960px) {
  .p-staffcast_list__comment {
    display: block;
    padding-bottom: 1px;
    width: 30px;
  }
}
@media (hover: hover) {
  .p-staffcast_list__comment:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p-staffcast_list__comment:hover svg {
    fill: #fa69b9;
  }
  .-cast .p-staffcast_list__comment:hover svg {
    fill: #4eaef8;
  }
}
.p-staffcast_list__comment svg {
  -webkit-transition: fill 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: fill 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
/*============================
  character
============================*/
.p-chara {
  margin-top: 2.6666666667%;
  padding-top: 20px;
}
@media not all and (max-width: 960px) {
  .p-chara {
    margin-top: 5.9%;
  }
}
.p-chara__ttl {
  position: relative;
  left: -0.1em;
  font-size: 58px;
  font-size: min(15.4666666667vw, 107.3px);
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #e5eaed;
}
@media screen and (max-width: 960px) {
  .p-chara__ttl {
    text-align: center;
  }
}
@media not all and (max-width: 960px) {
  .p-chara__ttl {
    left: -0.08em;
    font-size: 200px;
    font-size: min(12.5vw, 240px);
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
.p-chara__ttl[class*=dummy] {
  left: -0.1em;
}
@media not all and (max-width: 960px) {
  .p-chara__ttl[class*=dummy] {
    left: -0.08em;
  }
}
.p-chara__ttl-wrap {
  position: relative;
  z-index: 1;
}

.p-chara__inner {
  position: relative;
  z-index: 1;
}

.p-chara__slide {
  position: relative;
  margin-top: -30px;
}
@media not all and (max-width: 960px) {
  .p-chara__slide {
    margin-top: -7.8%;
    margin-right: -40px;
    padding-left: 90px;
  }
}

@media screen and (max-width: 960px) {
  .p-chara__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media not all and (max-width: 960px) {
  .p-chara__thumb {
    position: absolute;
    top: 0;
    left: -1px;
    margin-top: 5.1%;
  }
}
.p-chara__thumb-item {
  width: 58px;
  height: 58px;
}
@media not all and (max-width: 960px) {
  .p-chara__thumb-item {
    width: 92px;
    height: 92px;
  }
  .p-chara__thumb-item + .p-chara__thumb-item {
    margin-top: 4px;
  }
}
.p-chara__thumb-item.is-current {
  pointer-events: none !important;
}
.p-chara__thumb-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: auto;
  margin: 0;
  border: 0;
  padding: 6px;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.4s transform;
  transition: cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.4s transform;
}
@media (hover: hover) {
  .p-chara__thumb-btn:hover {
    -webkit-animation: chara-prof-in 0.55s;
    animation: chara-prof-in 0.55s;
  }
}
.p-chara__thumb-btn img {
  border-radius: 50%;
}
.-aizawa .p-chara__thumb-btn img {
  background-color: #ef4c49;
}
.-kubota .p-chara__thumb-btn img {
  background-color: #4d66e6;
}
.-gundo .p-chara__thumb-btn img {
  background-color: #ba8cdc;
}
.-carol .p-chara__thumb-btn img {
  background-color: #f7a2cc;
}
.-misaki .p-chara__thumb-btn img {
  background-color: #ecde6a;
}
.-tatsumi .p-chara__thumb-btn img {
  background-color: #F4AC48;
}
.p-chara__thumb-current {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media not all and (max-width: 960px) {
  .p-chara__thumb-current {
    width: 112%;
    height: 112%;
  }
}
.p-chara__thumb-current svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: -webkit-transform cubic-bezier(0.1, 1.29, 0.7, 0.98) 0.7s;
  transition: -webkit-transform cubic-bezier(0.1, 1.29, 0.7, 0.98) 0.7s;
  transition: transform cubic-bezier(0.1, 1.29, 0.7, 0.98) 0.7s;
  transition: transform cubic-bezier(0.1, 1.29, 0.7, 0.98) 0.7s, -webkit-transform cubic-bezier(0.1, 1.29, 0.7, 0.98) 0.7s;
}
.-aizawa .p-chara__thumb-current svg {
  fill: #ef4c49;
}
.-kubota .p-chara__thumb-current svg {
  fill: #4d66e6;
}
.-gundo .p-chara__thumb-current svg {
  fill: #ba8cdc;
}
.-carol .p-chara__thumb-current svg {
  fill: #f7a2cc;
}
.-misaki .p-chara__thumb-current svg {
  fill: #ecde6a;
}
.-tatsumi .p-chara__thumb-current svg {
  fill: #F4AC48;
}
.is-current .p-chara__thumb-current {
  opacity: 1;
}
.is-current .p-chara__thumb-current svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 960px) {
  .p-chara_slide {
    margin-top: 11px;
  }
}
.p-chara_slide img {
  width: 100%;
  height: auto;
}
.p-chara_slide__container {
  overflow: visible;
}

.p-chara_slide__slide {
  pointer-events: none;
}
.p-chara_slide__slide.swiper-slide-active {
  pointer-events: auto;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-chara_slide__wrap {
  position: relative;
}
.p-chara_slide__wrap--1 {
  z-index: 1;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__wrap--1 {
    width: 56.5%;
  }
}
.p-chara_slide__wrap--2 {
  margin-top: -9%;
  margin-top: max(-9%, -62px);
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  -webkit-transition: 0.3s opacity 0s, -webkit-transform 0.3s 0s;
  transition: 0.3s opacity 0s, -webkit-transform 0.3s 0s;
  transition: 0.3s opacity 0s, transform 0.3s 0s;
  transition: 0.3s opacity 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__wrap--2 {
    padding: 6.4% 0 5.0666666667%;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__wrap--2 {
    width: 43.5%;
    margin-top: 47px;
    padding: 2.65% 0 1.9% 3.0612244898%;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__wrap--2 {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
}
.swiper-slide-active .p-chara_slide__wrap--2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity ease 0.8s 0.4s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.4s;
  transition: opacity ease 0.8s 0.4s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.4s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.4s, opacity ease 0.8s 0.4s;
  transition: 0.8s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.4s, opacity ease 0.8s 0.4s, 0.8s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.4s;
}
.p-chara_slide__wrap--2::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(100% + 26.5px);
  height: 100%;
  background-color: #ef4c49;
  border-bottom-left-radius: 95px;
  border-top-left-radius: 95px;
  opacity: 0;
  -webkit-transform: scaleY(0.6);
  transform: scaleY(0.6);
  -webkit-transition: 0.4s 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.4s 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__wrap--2::before {
    width: 124%;
    border-bottom-left-radius: 198px;
    border-top-left-radius: 198px;
  }
}
@media screen and (min-width: 1920px) {
  .p-chara_slide__wrap--2::before {
    right: calc((100vw - 1824px) / 2 * -1);
    width: calc((100vw - 1824px) / 2 + 124%);
  }
}
.swiper-slide-active .p-chara_slide__wrap--2::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.-aizawa .p-chara_slide__wrap--2::before {
  background-color: #ef4c49;
}
.-kubota .p-chara_slide__wrap--2::before {
  background-color: #4d66e6;
}
.-gundo .p-chara_slide__wrap--2::before {
  background-color: #ba8cdc;
}
.-carol .p-chara_slide__wrap--2::before {
  background-color: #f7a2cc;
}
.-misaki .p-chara_slide__wrap--2::before {
  background-color: #ecde6a;
}
.-tatsumi .p-chara_slide__wrap--2::before {
  background-color: #F4AC48;
}

.p-chara_slide__visual {
  position: relative;
  width: 71.5%;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__visual {
    margin: 0 auto;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__visual {
    width: 57.8%;
    margin-left: auto;
    -webkit-transform: translateX(16.7%);
    transform: translateX(16.7%);
  }
  .-misaki .p-chara_slide__visual {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
}
.p-chara_slide__visual-inner {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.2s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: opacity 0.2s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95), opacity 0.2s;
  transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95), opacity 0.2s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
}
.swiper-slide-active .p-chara_slide__visual-inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.p-chara_slide__visual-inner img {
  opacity: 0;
}
.swiper-slide-active .p-chara_slide__visual-inner img {
  opacity: 1;
  -webkit-transition: opacity 0s 0.75s;
  transition: opacity 0s 0.75s;
}
.p-chara_slide__visual-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-chara_slide__visual-overlay::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/chara/img_chara01.png) no-repeat right top;
  mask: url(../img/chara/img_chara01.png) no-repeat right top;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.p-chara_slide__visual-overlay.-overlay1 {
  z-index: 1;
}
.p-chara_slide__visual-overlay.-overlay2::before {
  background-color: #e5eaed;
}
.swiper-slide-active .p-chara_slide__visual-overlay {
  -webkit-clip-path: polygon(150% 0, 150% 0, 100% 100%, 100% 100%);
  clip-path: polygon(150% 0, 150% 0, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.35s;
  transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.35s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.35s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.35s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.35s;
}
.swiper-slide-active .p-chara_slide__visual-overlay::before {
  -webkit-transition: width cubic-bezier(0.16, 1, 0.3, 1) 1s 0.6s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: width cubic-bezier(0.16, 1, 0.3, 1) 1s 0.6s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), width cubic-bezier(0.16, 1, 0.3, 1) 1s 0.6s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), width cubic-bezier(0.16, 1, 0.3, 1) 1s 0.6s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  -webkit-clip-path: polygon(0 0, 305% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 305% 0, 100% 100%, 0% 100%);
}
.swiper-slide-active .p-chara_slide__visual-overlay.-overlay1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.swiper-slide-active .p-chara_slide__visual-overlay.-overlay1::before {
  -webkit-transition-delay: 0.15s, 0.75s;
  transition-delay: 0.15s, 0.75s;
}
.-aizawa .p-chara_slide__visual-overlay.-overlay1::before {
  background-color: #ef4c49;
}
.-kubota .p-chara_slide__visual-overlay.-overlay1::before {
  background-color: #4d66e6;
}
.-gundo .p-chara_slide__visual-overlay.-overlay1::before {
  background-color: #ba8cdc;
}
.-carol .p-chara_slide__visual-overlay.-overlay1::before {
  background-color: #f7a2cc;
}
.-misaki .p-chara_slide__visual-overlay.-overlay1::before {
  background-color: #ecde6a;
}
.-tatsumi .p-chara_slide__visual-overlay.-overlay1::before {
  background-color: #F4AC48;
}
.p-chara_slide__slide:nth-of-type(1) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara01.png);
  mask-image: url(../img/chara/img_chara01.png);
}
.p-chara_slide__slide:nth-of-type(2) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara02.png);
  mask-image: url(../img/chara/img_chara02.png);
}
.p-chara_slide__slide:nth-of-type(3) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara03.png);
  mask-image: url(../img/chara/img_chara03.png);
}
.p-chara_slide__slide:nth-of-type(4) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara04.png);
  mask-image: url(../img/chara/img_chara04.png);
}
.p-chara_slide__slide:nth-of-type(5) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara05.png);
  mask-image: url(../img/chara/img_chara05.png);
}
.p-chara_slide__slide:nth-of-type(6) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara06.png);
  mask-image: url(../img/chara/img_chara06.png);
}
.p-chara_slide__slide:nth-of-type(7) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara07.png);
  mask-image: url(../img/chara/img_chara07.png);
}
.p-chara_slide__slide:nth-of-type(8) .p-chara_slide__visual-overlay::before {
  -webkit-mask-image: url(../img/chara/img_chara08.png);
  mask-image: url(../img/chara/img_chara08.png);
}

.p-chara_slide__text {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__text {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__text {
    left: 14%;
    width: 50.5%;
    margin-top: 26%;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__text {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  .swiper-slide-active .p-chara_slide__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
    transition: opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1s 0s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  }
}

@media screen and (max-width: 960px) {
  .p-chara_slide__name {
    position: absolute;
    top: 0;
    right: 3.4%;
    margin-top: 1.9%;
    letter-spacing: 0.13em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: 0;
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
  }
  .swiper-slide-active .p-chara_slide__name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
    transition: opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1s 0s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
  }
}
.-aizawa .p-chara_slide__name {
  color: #ef4c49;
}
.-kubota .p-chara_slide__name {
  color: #4d66e6;
}
.-gundo .p-chara_slide__name {
  color: #ba8cdc;
}
.-carol .p-chara_slide__name {
  color: #f7a2cc;
}
.-misaki .p-chara_slide__name {
  color: #ecde6a;
}
.-tatsumi .p-chara_slide__name {
  color: #F4AC48;
}
.p-chara_slide__name-ja {
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__name-ja {
    font-size: 42px;
    font-size: min(11.2vw, 77.7px);
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__name-ja {
    font-size: 75px;
    font-size: min(4.6875vw, 90px);
    letter-spacing: 0.1em;
  }
}
.-carol .p-chara_slide__name-ja {
  font-size: 31px;
  font-size: min(8.2666666667vw, 57.35px);
}
@media not all and (max-width: 960px) {
  .-carol .p-chara_slide__name-ja {
    font-size: 62px;
    font-size: min(3.875vw, 74.4px);
  }
}
.p-chara_slide__name-ja span {
  display: inline-block;
  vertical-align: baseline;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__name-ja span {
    min-height: 0.35em;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__name-ja span {
    min-width: 0.35em;
  }
}
.swiper-slide-active .p-chara_slide__name-ja span {
  opacity: 1;
  -webkit-animation: text-blink-1 backwards 0.34s steps(1);
  animation: text-blink-1 backwards 0.34s steps(1);
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(1)[data-num="1"] {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(1)[data-num="2"] {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(1)[data-num="3"] {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(1)[data-num="4"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(1)[data-num="5"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(1)[data-num="6"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(2)[data-num="1"] {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(2)[data-num="2"] {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(2)[data-num="3"] {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(2)[data-num="4"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(2)[data-num="5"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(2)[data-num="6"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(3)[data-num="1"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(3)[data-num="2"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(3)[data-num="3"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(3)[data-num="4"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(3)[data-num="5"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(3)[data-num="6"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(4)[data-num="1"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(4)[data-num="2"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(4)[data-num="3"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(4)[data-num="4"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(4)[data-num="5"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(4)[data-num="6"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(5)[data-num="1"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(5)[data-num="2"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(5)[data-num="3"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(5)[data-num="4"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(5)[data-num="5"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(5)[data-num="6"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(6)[data-num="1"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(6)[data-num="2"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(6)[data-num="3"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(6)[data-num="4"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(6)[data-num="5"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(6)[data-num="6"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(7)[data-num="1"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(7)[data-num="2"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(7)[data-num="3"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(7)[data-num="4"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(7)[data-num="5"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(7)[data-num="6"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(8)[data-num="1"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(8)[data-num="2"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(8)[data-num="3"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(8)[data-num="4"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(8)[data-num="5"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(8)[data-num="6"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(9)[data-num="1"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(9)[data-num="2"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(9)[data-num="3"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(9)[data-num="4"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(9)[data-num="5"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(9)[data-num="6"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(10)[data-num="1"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(10)[data-num="2"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(10)[data-num="3"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(10)[data-num="4"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(10)[data-num="5"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(10)[data-num="6"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(11)[data-num="1"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(11)[data-num="2"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(11)[data-num="3"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(11)[data-num="4"] {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(11)[data-num="5"] {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(11)[data-num="6"] {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(12)[data-num="1"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(12)[data-num="2"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(12)[data-num="3"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(12)[data-num="4"] {
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(12)[data-num="5"] {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
}
.swiper-slide-active .p-chara_slide__name-ja span:nth-of-type(12)[data-num="6"] {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.p-chara_slide__name-en {
  text-transform: uppercase;
  font-family: nobel, "noto-sans-cjk-jp", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.13em;
  font-size: 12.5px;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__name-en {
    margin: 1px 4px 0 0;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__name-en {
    margin-top: 25px;
    font-size: 25px;
    font-size: min(1.5625vw, 30px);
    line-height: 1.1;
  }
}
.p-chara_slide__name-en span {
  display: inline-block;
  vertical-align: baseline;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__name-en span {
    min-height: 0.35em;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__name-en span {
    min-width: 0.35em;
  }
}
.swiper-slide-active .p-chara_slide__name-en span {
  opacity: 1;
  -webkit-animation: text-blink-1 backwards 0.34s steps(1);
  animation: text-blink-1 backwards 0.34s steps(1);
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(1)[data-num="1"] {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(1)[data-num="2"] {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(1)[data-num="3"] {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(1)[data-num="4"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(1)[data-num="5"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(1)[data-num="6"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(2)[data-num="1"] {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(2)[data-num="2"] {
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(2)[data-num="3"] {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(2)[data-num="4"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(2)[data-num="5"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(2)[data-num="6"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(3)[data-num="1"] {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(3)[data-num="2"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(3)[data-num="3"] {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(3)[data-num="4"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(3)[data-num="5"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(3)[data-num="6"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(4)[data-num="1"] {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(4)[data-num="2"] {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(4)[data-num="3"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(4)[data-num="4"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(4)[data-num="5"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(4)[data-num="6"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(5)[data-num="1"] {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(5)[data-num="2"] {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(5)[data-num="3"] {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(5)[data-num="4"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(5)[data-num="5"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(5)[data-num="6"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(6)[data-num="1"] {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(6)[data-num="2"] {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(6)[data-num="3"] {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(6)[data-num="4"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(6)[data-num="5"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(6)[data-num="6"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(7)[data-num="1"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(7)[data-num="2"] {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(7)[data-num="3"] {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(7)[data-num="4"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(7)[data-num="5"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(7)[data-num="6"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(8)[data-num="1"] {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(8)[data-num="2"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(8)[data-num="3"] {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(8)[data-num="4"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(8)[data-num="5"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(8)[data-num="6"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(9)[data-num="1"] {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(9)[data-num="2"] {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(9)[data-num="3"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(9)[data-num="4"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(9)[data-num="5"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(9)[data-num="6"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(10)[data-num="1"] {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(10)[data-num="2"] {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(10)[data-num="3"] {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(10)[data-num="4"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(10)[data-num="5"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(10)[data-num="6"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(11)[data-num="1"] {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(11)[data-num="2"] {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(11)[data-num="3"] {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(11)[data-num="4"] {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(11)[data-num="5"] {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(11)[data-num="6"] {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(12)[data-num="1"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(12)[data-num="2"] {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(12)[data-num="3"] {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(12)[data-num="4"] {
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(12)[data-num="5"] {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
}
.swiper-slide-active .p-chara_slide__name-en span:nth-of-type(12)[data-num="6"] {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.p-chara_slide__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32.1100917431%;
    margin-bottom: 23%;
    opacity: 0;
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
  }
  .swiper-slide-active .p-chara_slide__cv {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
    transition: opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1s 0s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s, opacity ease 1s 0s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0s;
    -webkit-transition: opacity ease 1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
    transition: opacity ease 1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95), opacity ease 1s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95), opacity ease 1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__cv {
    margin-top: 14.2%;
    opacity: 0;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
  .swiper-slide-active .p-chara_slide__cv {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity ease 1s 0.1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.1s;
    transition: opacity ease 1s 0.1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.1s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.1s, opacity ease 1s 0.1s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.1s, opacity ease 1s 0.1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95) 0.1s;
    -webkit-transition: opacity ease 1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
    transition: opacity ease 1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95), opacity ease 1s;
    transition: 1s transform cubic-bezier(0.21, 0.75, 0.38, 0.95), opacity ease 1s, 1s -webkit-transform cubic-bezier(0.21, 0.75, 0.38, 0.95);
  }
}
.p-chara_slide__cv-icon {
  width: 35px;
}
@media screen and (max-width: 960px) {
  .p-chara_slide__cv-icon {
    margin-bottom: 8px;
  }
}
@media not all and (max-width: 960px) {
  .p-chara_slide__cv-icon {
    width: 52px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-chara_slide__cv-icon {
    width: 41.6px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_slide__cv-wrap {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.p-chara_slide__cv-name {
  line-height: 1.1;
  font-size: 21px;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__cv-name {
    font-size: 29.5px;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-chara_slide__cv-name {
    font-size: 23.6px;
  }
}
.p-chara_slide__cv-en {
  text-transform: uppercase;
  font-family: nobel, "noto-sans-cjk-jp", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__cv-en {
    margin-top: 9px;
    font-size: 12.5px;
    letter-spacing: 0.07em;
    padding-left: 1px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-chara_slide__cv-en {
    font-size: 10px;
  }
}

.p-chara_slide__info {
  position: relative;
  max-width: 694px;
  margin: 0 auto;
  padding: 28px 13.3333333333% 0;
  opacity: 0;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__info {
    padding: 46px 157px 0 0;
  }
}
.swiper-slide-active .p-chara_slide__info {
  opacity: 1;
  -webkit-transition: 0.1s 0.65s;
  transition: 0.1s 0.65s;
}
.p-chara_slide__info-cap {
  position: absolute;
  right: 2.5%;
  width: 5px;
  margin-top: 4px;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__info-cap {
    width: 9px;
    margin-top: 10px;
  }
}
.p-chara_slide__info-inner {
  position: relative;
  padding-bottom: 30px;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__info-inner {
    width: 84%;
    padding-bottom: 59px;
  }
}
.p-chara_slide__info:not(:last-of-type) .p-chara_slide__info-inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/chara/line.png) space bottom left;
  background-size: auto 100%;
}
.-misaki .p-chara_slide__info:not(:last-of-type) .p-chara_slide__info-inner::after {
  background: url(../img/chara/line_b.png) space bottom left;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__info:not(:last-of-type) .p-chara_slide__info-inner::after {
    height: 10px;
  }
}
.p-chara_slide__prof {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.22em;
}
.-misaki .p-chara_slide__prof {
  color: #000000;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__prof {
    font-size: 14px;
    letter-spacing: 0.18em;
    line-height: 2.13;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-chara_slide__prof {
    font-size: 11.2px;
  }
}

.-misaki .p-chara_slide__data {
  color: #000000;
}
.p-chara_slide__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  letter-spacing: 0.22em;
  line-height: 1.6;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__data-item {
    font-size: 15px;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-chara_slide__data-item {
    font-size: 12px;
  }
}
.p-chara_slide__data-item + .p-chara_slide__data-item {
  margin-top: 4px;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__data-item + .p-chara_slide__data-item {
    margin-top: 6px;
  }
}
.p-chara_slide__data-head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  min-width: 56px;
  max-width: 50%;
  margin-right: 32px;
  padding-right: 5px;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__data-head {
    min-width: 73px;
    margin-right: 43px;
  }
}
.p-chara_slide__data-head::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0.8em;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
}
@media not all and (max-width: 960px) {
  .p-chara_slide__data-head::after {
    width: 32px;
  }
}
.-misaki .p-chara_slide__data-head::after {
  background-color: #000000;
}
.p-chara_slide__data-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*============================
  comics
============================*/
.p-comics {
  position: relative;
  margin-top: 50px;
  margin-top: min(13.3333333333%, 92.5px);
  text-align: center;
  padding: 7.2% 0 10.7%;
  overflow: hidden;
}
@media not all and (max-width: 960px) {
  .p-comics {
    padding: 66px 0 81px;
    border-radius: 28px;
    overflow: hidden;
    z-index: 1;
  }
}
.p-comics::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fa69b9;
}
.p-comics__deco {
  position: absolute;
  top: 0;
  right: -10px;
  width: 86.6666666667%;
  max-width: 601px;
}
@media not all and (max-width: 960px) {
  .p-comics__deco {
    right: 0;
    width: 65%;
    max-width: 966px;
  }
}

.p-comics__ttl {
  position: relative;
  text-align: center;
  font-size: 45px;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media not all and (max-width: 960px) {
  .p-comics__ttl {
    font-size: 58px;
    letter-spacing: 0.11em;
  }
}

.p-comics__inner {
  position: relative;
  margin-top: 4px;
}
@media not all and (max-width: 960px) {
  .p-comics__inner {
    margin-top: 13px;
    padding: 0 3%;
  }
}

.p-comics__lead {
  text-align: center;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media not all and (max-width: 960px) {
  .p-comics__lead {
    font-size: 29px;
    letter-spacing: 0.07em;
    line-height: 1.65;
  }
}

.p-comics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23px;
}
@media not all and (max-width: 960px) {
  .p-comics__list {
    width: 78.3%;
    max-width: 1120px;
    margin: 31px auto 0;
  }
}
.p-comics__list-item {
  width: 24%;
  margin: 0 1.33% 1.33% 0;
}
@media not all and (max-width: 960px) {
  .p-comics__list-item {
    width: 22.3%;
    margin: 0 3.6% 3.6% 0;
  }
}
.p-comics__list-item:nth-of-type(4n) {
  margin-right: 0;
}
.p-comics__list-item a {
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
  transition: transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95), -webkit-transform 0.4s cubic-bezier(0.21, 0.75, 0.38, 0.95);
}
@media (hover: hover) {
  .p-comics__list-item a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.p-comics__list-item img {
  width: 100%;
}

.p-comics__link {
  width: 83.5%;
  max-width: 480px;
  margin: 26px auto 0;
}
@media not all and (max-width: 960px) {
  .p-comics__link {
    margin-top: 0;
  }
}
.p-comics__link-item + .p-comics__link-item {
  margin-top: 10px;
}
.p-comics__link-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 10px 45px;
  text-align: center;
  text-decoration: none;
  color: #fa69b9;
  letter-spacing: 0.11em;
  font-weight: 700;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
  transition: 0.3s cubic-bezier(0.08, 0.8, 0.315, 1);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media not all and (max-width: 960px) {
  .p-comics__link-link {
    min-height: 86px;
    padding: 10px 60px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (hover: hover) {
  .p-comics__link-link:hover {
    color: #ffffff;
    background-color: #fa69b9;
  }
  .p-comics__link-link:hover::after {
    -webkit-animation: hover-hop-right 0.65s ease-out;
    animation: hover-hop-right 0.65s ease-out;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 21"><path fill="%23ffffff" d="M29.4,20.2l-1.732-1,5.021-8.7L27.665,1.8l1.732-1,5.918,9.7ZM1.531,9.5h24v2h-24v-2Z" /></svg>');
  }
}
.p-comics__link-link::after {
  position: absolute;
  content: "";
  top: 0;
  right: 14px;
  width: 18px;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 21"><path fill="%23fc69b7" d="M29.4,20.2l-1.732-1,5.021-8.7L27.665,1.8l1.732-1,5.918,9.7ZM1.531,9.5h24v2h-24v-2Z" /></svg>') no-repeat right center;
  background-size: contain;
}
@media not all and (max-width: 960px) {
  .p-comics__link-link::after {
    right: 30px;
    width: 18px;
  }
}