@charset "UTF-8";
.c-btn {
  text-align: center;
  background-color: #9391df;
  border-radius: 300px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    background-color: #81e6d5;
  }
}
.c-btn__inner {
  display: block;
  padding: 24px 13% 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn__inner {
    padding: 16px 13% 15px;
  }
}
.c-btn__icon {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  width: 12px;
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn__icon {
    width: 7px;
  }
}
.c-btn__text {
  font-size: 2.1rem;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 1.4rem;
  }
}
.c-btn__text.-en {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-btn__text.-en {
    letter-spacing: 0.5px;
  }
}

@keyframes line_loop_top {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 610px center;
  }
}
@keyframes line_loop_top-sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 270px center;
  }
}
@keyframes line_loop_left {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: left -622px;
  }
}
@keyframes line_loop_left-sp {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: left -278px;
  }
}
@keyframes pagetop {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes bound_catch {
  0% {
    opacity: 0;
    transform: scale(5);
  }
  0.5% {
    opacity: 1;
  }
  16% {
    transform: scale(0.5);
  }
  28% {
    transform: scale(1);
  }
  44% {
    transform: scale(2.8);
  }
  50% {
    transform: scale(1.8);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.05);
  }
  88% {
    transform: scale(0.99);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bound_catch2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}
@keyframes op_text_rotate {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, -1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes m_fadein {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(28px);
    opacity: 0;
  }
}
.l-wrapper {
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
  background: url(../img/bg/bg_grid_l.png) repeat center center;
  background-size: 25px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    background-size: 23px;
    font-size: 1.3rem;
  }
}

.l-bg_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}
.l-bg_line__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../img/bg/frame_line.png) repeat-x;
  background-position: 0 center;
  background-size: 610px;
}
@media screen and (min-width: 768px) {
  .is-op-end .l-bg_line__top {
    animation: line_loop_top 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .is-op-end .l-bg_line__top {
    animation: line_loop_top-sp 10s linear infinite both;
  }
}
@media screen and (min-width: 768px) {
  .is-op-skip .l-bg_line__top {
    animation: line_loop_top 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .is-op-skip .l-bg_line__top {
    animation: line_loop_top-sp 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .l-bg_line__top {
    height: 18px;
    background-size: 270px;
  }
}
.l-bg_line__left {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: url(../img/bg/frame_line-vertical.png) repeat-y;
  background-position: left 0;
  background-size: 40px 622px;
}
@media screen and (min-width: 768px) {
  .is-op-end .l-bg_line__left {
    animation: line_loop_left 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .is-op-end .l-bg_line__left {
    animation: line_loop_left-sp 10s linear infinite both;
  }
}
@media screen and (min-width: 768px) {
  .is-op-skip .l-bg_line__left {
    animation: line_loop_left 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .is-op-skip .l-bg_line__left {
    animation: line_loop_left-sp 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .l-bg_line__left {
    width: 18px;
    background-size: 18px 278px;
  }
}
.l-bg_line__right {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url(../img/bg/frame_line-vertical.png) repeat-y left center;
  background-size: 40px 622px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .is-op-end .l-bg_line__right {
    animation: line_loop_left 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .is-op-end .l-bg_line__right {
    animation: line_loop_left-sp 10s linear infinite both;
  }
}
@media screen and (min-width: 768px) {
  .is-op-skip .l-bg_line__right {
    animation: line_loop_left 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .is-op-skip .l-bg_line__right {
    animation: line_loop_left-sp 10s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .l-bg_line__right {
    width: 18px;
    background-size: 18px 278px;
  }
}
.l-bg_line__bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../img/bg/frame_line.png) repeat-x left center;
  background-size: 610px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .is-op-end .l-bg_line__bottom {
    animation: line_loop_top 10s linear infinite both reverse;
  }
}
@media screen and (max-width: 767px) {
  .is-op-end .l-bg_line__bottom {
    animation: line_loop_top-sp 10s linear infinite both reverse;
  }
}
@media screen and (min-width: 768px) {
  .is-op-skip .l-bg_line__bottom {
    animation: line_loop_top 10s linear infinite both reverse;
  }
}
@media screen and (max-width: 767px) {
  .is-op-skip .l-bg_line__bottom {
    animation: line_loop_top-sp 10s linear infinite both reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-bg_line__bottom {
    height: 18px;
    background-size: 270px;
  }
}

.l-content {
  position: relative;
  padding: 0 40px;
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .l-content {
    margin-top: 25.5%;
    padding: 0 18px;
  }
}

.l-section__ttl {
  position: relative;
  margin: 0 auto;
}
.l-section__ttl-inner {
  transform: translateY(35px);
  opacity: 0;
}
.is-active .l-section__ttl-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
.l-section__ttl svg {
  width: 100%;
  height: 100%;
}
.l-section__ttl h2 {
  width: 100%;
  position: relative;
}
.l-section__ttl-text {
  position: relative;
  z-index: 1;
  width: 100%;
}
.l-section__ttl-text path {
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-width: 2.5px;
  stroke: #5b529b;
}
@media screen and (max-width: 767px) {
  .l-section__ttl-text path {
    stroke-width: 1.5px;
  }
}
.l-section__ttl-caption {
  margin: 30px auto 0;
  width: 180px;
}
.l-section__ttl-bg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  stroke-width: 0;
  fill: #9391df;
}
@media screen and (max-width: 767px) {
  .l-section__ttl-bg {
    top: 6%;
    left: 3%;
  }
}
.l-section__inner {
  position: relative;
  width: 93%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.is-op-end .p-op {
  pointer-events: none;
}
.is-op-skip .p-op {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-op::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #49b2b9;
}
.is-op-end .p-op::before {
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-op__inner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-op-skip .p-op__inner {
  opacity: 0;
}
.p-op__catch {
  position: relative;
  width: 60%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-op__catch {
    width: 17%;
  }
}
.is-op-end .p-op__catch-inner {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-op__catch-base {
  opacity: 0;
  pointer-events: none;
}
.p-op__catch-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-op__catch-item.-c1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-op .p-op__catch-item.-c1 {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.8s;
}
.p-op__catch-item.-c2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-op__catch-item.-c2.is-pc {
    display: none;
  }
}
.p-op__catch-item.-c2.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-op__catch-item.-c2.is-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-op__catch-item-img {
  position: relative;
}
.-c1 .p-op__catch-item-img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 767px) {
  .-c1 .p-op__catch-item-img {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    margin: 0 auto;
    width: 56%;
  }
}
.is-op .-c1 .p-op__catch-item-img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.-c2 .p-op__catch-item-img:nth-child(1) {
  opacity: 0;
}
.is-op .-c2 .p-op__catch-item-img:nth-child(1) {
  animation: bound_catch 0.5s linear both 2.2s;
}
.is-op .-c2 .p-op__catch-item-img:nth-child(1) img {
  animation: op_text_rotate 0.3s linear both 2.2s;
}
.-c2 .p-op__catch-item-img:nth-child(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 767px) {
  .-c2 .p-op__catch-item-img:nth-child(2) {
    margin: 20% auto 0;
    width: 43%;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
.is-op .-c2 .p-op__catch-item-img:nth-child(2) {
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 2.65s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

[data-parallax] {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-hero {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background-color: #f69aaf;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 18px;
  }
}
.p-hero__inner {
  position: relative;
}
.p-hero__inner::before {
  content: "";
  width: 100%;
  padding-top: 330px;
  position: absolute;
  bottom: -168px;
  left: 0;
  background-color: #f69aaf;
  transform: scale(1, -1) skewY(6.5deg);
}
@media screen and (max-width: 767px) {
  .p-hero__inner::before {
    bottom: 0;
    padding-top: 25%;
    transform: translateY(50%) scale(1, -1) skewY(8deg);
  }
}
.p-hero__content {
  position: relative;
  display: flex;
  padding-bottom: 5%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-hero__content {
    padding-bottom: 6.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__content {
    display: block;
  }
}
.p-hero__bnr {
  margin: 0 auto;
  width: 92%;
  max-width: 1350px;
  position: relative;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-hero__bnr {
    width: 89%;
    margin-top: 0;
    padding-bottom: 28.5%;
  }
}
.p-hero__bnr-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hero__bnr-list {
    display: block;
  }
}
.p-hero__bnr-list-item {
  width: 48.5%;
  transform: translateY(15%);
  opacity: 0;
}
.is-op-end .p-hero__bnr-list-item:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.2s;
}
.is-op-end .p-hero__bnr-list-item:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.35s;
}
.is-op-skip .p-hero__bnr-list-item:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.is-op-skip .p-hero__bnr-list-item:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.65s;
}
.p-hero__bnr-list-item a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-hero__bnr-list-item a:hover {
  transform: translateY(-10%);
}
@media screen and (max-width: 767px) {
  .p-hero__bnr-list-item a {
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__bnr-list-item {
    width: 100%;
  }
}
.p-hero__bnr-list-item + .p-hero__bnr-list-item {
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .p-hero__bnr-list-item + .p-hero__bnr-list-item {
    margin: 5% 0 0;
  }
}
.p-hero__kv {
  position: relative;
  height: 100%;
  width: 62%;
  max-width: 1300px;
  flex-shrink: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-hero__kv {
    width: 100%;
  }
}
.p-hero__kv-list {
  pointer-events: none;
}
.p-hero__kv-base {
  position: relative;
  border-radius: 55px;
  overflow: hidden;
  box-shadow: 0 0 0 2px #000;
}
@media screen and (max-width: 767px) {
  .p-hero__kv-base {
    border-radius: 25px;
    box-shadow: 0 0 0 1px #000;
  }
}
.p-hero__kv-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__kv-chara {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 117%;
}
.p-hero__kv-deco-item {
  z-index: 1;
  position: absolute;
}
.p-hero__kv-deco-item.-d1 {
  top: 4%;
  left: -11%;
  width: 16%;
}
.p-hero__kv-deco-item.-d1 .parallax_inner {
  transform: rotate(32deg);
}
.p-hero__kv-deco-item.-d1 img {
  transform: translate(-7%, -4%);
  opacity: 0;
}
.is-op-end .p-hero__kv-deco-item.-d1 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
.is-op-skip .p-hero__kv-deco-item.-d1 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-hero__kv-deco-item.-d1 {
    width: 14%;
    left: -12%;
    top: 20px;
  }
}
.p-hero__kv-deco-item.-d2 {
  bottom: 82px;
  right: -13%;
  width: 18%;
}
.p-hero__kv-deco-item.-d2 .parallax_inner {
  transform: rotate(30deg);
}
.p-hero__kv-deco-item.-d2 img {
  transform: translate(-7%, -4%);
  opacity: 0;
}
.is-op-end .p-hero__kv-deco-item.-d2 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.is-op-skip .p-hero__kv-deco-item.-d2 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-hero__kv-deco-item.-d2 {
    right: -12.5%;
    width: 22%;
    bottom: 13px;
  }
}
.p-hero__kv-deco-item.-d3 {
  transform: rotate(-21deg);
  width: 40%;
  bottom: 31px;
  left: -14%;
}
.p-hero__kv-deco.-behinde .p-hero__kv-deco-item.-d1 {
  top: auto;
  bottom: 0;
  left: -84px;
  max-width: none;
  width: 33%;
  max-width: 350px;
}
.p-hero__kv-deco.-behinde .p-hero__kv-deco-item.-d1 .parallax_inner {
  transform: translateY(351%) rotate(27deg);
}
@media screen and (max-width: 767px) {
  .p-hero__kv-deco.-behinde .p-hero__kv-deco-item.-d1 .parallax_inner {
    transform: translateY(0) rotate(27deg);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__kv-deco.-behinde .p-hero__kv-deco-item.-d1 {
    width: 5%;
    left: auto;
    right: 10%;
    bottom: -34%;
  }
}
.p-hero__kv-deco.-behinde .p-hero__kv-deco-item.-d2 {
  bottom: 0;
  left: 77px;
  width: 41%;
  max-width: 490px;
}
.p-hero__kv-deco.-behinde .p-hero__kv-deco-item.-d2 .parallax_inner {
  transform: translateY(66%);
}
.p-hero__kv-catch {
  position: absolute;
  top: 1.5%;
  right: 3%;
  width: 37%;
  transform: translateY(15%);
  opacity: 0;
  z-index: 1;
}
.is-current .p-hero__kv-catch {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-hero__kv-catch.-c1 {
  top: 1.5%;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 767px) {
  .p-hero__kv-catch.-c1 {
    width: 89%;
    top: 1.9%;
    left: 47%;
  }
}
.p-hero__kv-catch.-c1 img {
  transform: translateY(20%);
  opacity: 0;
}
.is-current .p-hero__kv-catch.-c1 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-hero__kv-catch.-c2 {
  right: auto;
  left: 10%;
  top: 46%;
  width: 27%;
  transform: scale(1.8);
}
.is-current .p-hero__kv-catch.-c2 {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.85s;
}
.p-hero__kv-list {
  position: relative;
}
.p-hero__kv-list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(10%);
  transition: transform 0.65s cubic-bezier(0.68, -0.6, 0.32, 1.6), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}
.p-hero__kv-list-item.is-current {
  transform: translateX(0);
  position: relative;
  opacity: 1;
}
.p-hero__kv-change {
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 3%;
  display: flex;
  justify-content: space-between;
  transform: translateY(25%);
  opacity: 0;
  width: 15.5%;
}
.is-op-end .p-hero__kv-change {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
.is-op-skip .p-hero__kv-change {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-hero__kv-change {
    bottom: 2.5%;
    width: 24.5%;
    left: 3.5%;
  }
}
.p-hero__kv-change-item {
  width: 44%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 0 2px #ffffff;
}
.p-hero__kv-change-item.is-current {
  pointer-events: none;
}
.p-hero__kv-change-item.is-current::before {
  opacity: 0.7;
}
.p-hero__kv-change-item.is-current::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  .p-hero__kv-change-item:hover::before {
    opacity: 0.3;
  }
}
.p-hero__kv-change-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f69aaf;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-hero__kv-change-item::after {
  content: "";
  width: 45%;
  padding-top: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  background: url(../img/icon_check_white.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__onair {
  margin: min(10%, 42px) auto 0;
  width: 89%;
}
@media screen and (max-width: 767px) {
  .p-hero__onair {
    margin: 12.5% auto 0;
    width: 100%;
  }
}
.p-hero__detail {
  position: relative;
  flex-grow: 1;
  padding: 7.5% 2%;
}
@media screen and (max-width: 767px) {
  .p-hero__detail {
    padding: 6.5% 2%;
  }
}
.p-hero__detail-head {
  margin: 0 auto;
  width: 95%;
  max-width: 668px;
  transform: translateY(35px);
  opacity: 0;
}
.is-op-end .p-hero__detail-head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.75s;
}
.is-op-skip .p-hero__detail-head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-hero__detail-head {
    width: 91%;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    margin: 0 auto;
    width: 87%;
  }
}
.p-hero__twitter {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 700px;
  margin-top: min(24%, 110px);
  transform: translateY(35px);
  opacity: 0;
}
.is-op-end .p-hero__twitter {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.85s;
}
.is-op-skip .p-hero__twitter {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 767px) {
  .p-hero__twitter {
    margin-top: 57px;
    width: 92%;
  }
}
.p-hero__twitter::before, .p-hero__twitter::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #5b529b;
  border-radius: 17px;
  box-shadow: 0 0 0 2px #5b529b;
}
@media screen and (max-width: 767px) {
  .p-hero__twitter::before, .p-hero__twitter::after {
    border-radius: 15px;
    box-shadow: 0 0 0 1px #5b529b;
  }
}
.p-hero__twitter::before {
  top: 13px;
}
@media screen and (max-width: 767px) {
  .p-hero__twitter::before {
    top: 9px;
  }
}
.p-hero__twitter::after {
  top: 7px;
}
@media screen and (max-width: 767px) {
  .p-hero__twitter::after {
    top: 5px;
  }
}
.p-hero__twitter-follow {
  position: absolute;
  top: 0;
  right: -8%;
  max-width: 98px;
  width: 24%;
  transform: translateY(-45%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-hero__twitter-follow {
    width: 22%;
    max-width: 64px;
    right: -5%;
    transform: translateY(-51%);
  }
}
.p-hero__twitter-follow img {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-hero__twitter-frame {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #5b529b;
  border-radius: 17px;
  z-index: 1;
  background: url(../img/bg/bg_grid_s.png) repeat center center;
  background-size: 8px;
}
@media screen and (max-width: 767px) {
  .p-hero__twitter-frame {
    box-shadow: 0 0 0 1px #5b529b;
    border-radius: 15px;
  }
}
.p-hero__twitter-frame a {
  display: block;
  padding: 6% 5%;
}
@media screen and (max-width: 767px) {
  .p-hero__twitter-frame a {
    padding: 4% 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__twitter-frame a:hover .p-hero__twitter-follow img {
    transform: scale(1.1) rotate(-5deg);
  }
  .p-hero__twitter-frame a:hover .p-hero__twitter-ttl {
    opacity: 0.6;
  }
}
.p-hero__twitter-ttl {
  margin: 0 auto;
  width: 48%;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__twitter-ttl-text {
  display: flex;
  justify-content: center;
}
.p-hero__twitter-ttl-text span {
  vertical-align: baseline;
}
.p-hero__twitter-ttl-text span.is-sp {
  padding-left: 6px;
}
.p-hero__twitter-inner {
  position: relative;
  height: 250px;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #5b529b;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  background: url(../img/bg/bg_grid_s.png) repeat center center;
  background-size: 8px;
}
.p-hero__twitter-inner-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-api-end .p-hero__twitter-inner-box {
  opacity: 1;
}
.p-hero__twitter-load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  pointer-events: none;
}
.is-api-end .p-hero__twitter-load {
  opacity: 0;
}
.p-hero__twitter-load::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #81e6d5;
  border-top: 3px solid transparent;
  border-radius: 50%;
}
.is-load .p-hero__twitter-load::after {
  animation: rotate_loop 0.8s linear infinite both;
}
.p-hero__share {
  margin-top: min(14%, 63px);
  transform: translateY(35px);
  opacity: 0;
}
.is-op-end .p-hero__share {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.1s;
}
.is-op-skip .p-hero__share {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-hero__share {
    margin-top: 39px;
  }
}
.p-hero__share-ttl {
  text-align: center;
  font-family: "IBM Plex Sans JP", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: min(1.8rem, 1.6vw);
  font-weight: 700;
  margin-bottom: 3.8%;
  color: #5b529b;
}
@media screen and (max-width: 767px) {
  .p-hero__share-ttl {
    font-size: 1.35rem;
    margin-bottom: 12px;
  }
}
.p-hero__share-list {
  display: flex;
  justify-content: center;
}
.p-hero__share-list-item {
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .p-hero__share-list-item {
    margin: 0 4px;
  }
}
.p-hero__share-list-item a {
  position: relative;
  display: block;
  width: min(70px, 6vw);
  padding-top: min(70px, 6vw);
}
@media screen and (max-width: 767px) {
  .p-hero__share-list-item a {
    width: 52px;
    padding-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__share-list-item a:hover::before {
    background-color: #49b2b9;
  }
}
.p-hero__share-list-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #5b529b;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-hero__share-list-item svg {
  position: relative;
  fill-rule: evenodd;
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-hero__share-list-item svg {
    width: 37%;
  }
}
.p-hero_deco__item {
  position: absolute;
}
.p-hero_deco__item.-d1 {
  top: -53px;
  max-width: 190px;
  width: 9%;
  right: 24.5%;
}
.p-hero_deco__item.-d1 .parallax_inner {
  transform: translateY(15%);
  opacity: 0;
}
.is-op-end .p-hero_deco__item.-d1 .parallax_inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.is-op-skip .p-hero_deco__item.-d1 .parallax_inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0;
}
.p-hero_deco__item.-d1 img {
  transform: rotate(-30deg);
}
.is-op-end .p-hero_deco__item.-d1 img {
  transform: rotate(0);
  transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.7s;
}
.is-op-skip .p-hero_deco__item.-d1 img {
  transform: rotate(0);
  transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
}
.p-hero_deco__item.-d2 {
  top: 22%;
  right: 1.5%;
  width: 3.5%;
  max-width: 80px;
}
.p-hero_deco__item.-d2 .parallax_inner {
  transform: translate(35%, -24%);
  opacity: 0;
}
.is-op-end .p-hero_deco__item.-d2 .parallax_inner {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.9s;
}
.is-op-skip .p-hero_deco__item.-d2 .parallax_inner {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-hero_deco__item.-d2 {
    top: 73.3%;
    width: 4.1%;
    right: 9.5%;
  }
}
.p-hero_deco__item.-d3 {
  right: -64px;
  bottom: 23%;
  width: 19%;
  max-width: 380px;
}
.p-hero_deco__item.-d3 .parallax_inner {
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .p-hero_deco__item.-d3 .parallax_inner {
    transform: rotate(6deg);
  }
}
.p-hero_deco__item.-d3 img {
  transform: translate(0, 24%);
  opacity: 0;
}
.is-op-end .p-hero_deco__item.-d3 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.9s;
}
.is-op-skip .p-hero_deco__item.-d3 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-hero_deco__item.-d3 {
    right: auto;
    left: -15%;
    bottom: -1%;
    width: 30%;
    transform: rotate(0deg);
  }
}
.p-hero_deco__item.-d4 {
  right: -80px;
  bottom: 42%;
  width: 11%;
  max-width: 220px;
}
.p-hero_deco__item.-d4 .parallax_inner {
  transform: rotate(-30deg);
}
.p-hero_deco__item.-d4 img {
  transform: translate(30%, -24%);
  opacity: 0;
}
.is-op-end .p-hero_deco__item.-d4 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.is-op-skip .p-hero_deco__item.-d4 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .p-hero_deco__item.-d4 {
    right: auto;
    left: -9%;
    width: 22%;
    bottom: 37.5%;
    transform: rotate(-32deg);
  }
}
.p-hero_deco__item.-d5 {
  bottom: -20%;
  right: -76px;
  width: 34.5%;
  max-width: 560px;
}
.p-hero_deco__item.-d5 img {
  transform: translate(-3%, 10%);
  opacity: 0;
}
.is-op-end .p-hero_deco__item.-d5 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.is-op-skip .p-hero_deco__item.-d5 img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .p-hero_deco__item.-d5 {
    bottom: -7.3%;
    width: 67%;
    max-width: 380px;
    right: -10%;
  }
}
.p-hero_deco__item.-d6 {
  left: 7%;
  width: 22%;
  bottom: -10%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-hero_deco__item.-d6 {
    display: none;
  }
}
.p-hero_deco__item.-d7 {
  width: 20%;
  bottom: -11%;
  left: 0%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .p-hero_deco__item.-d7 {
    display: none;
  }
}
.p-hero_deco__item.-d7 .parallax_inner {
  transform: translateX(-30%) rotate(27deg);
}

.p-news {
  margin-bottom: 226px;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 45%;
  }
}
.p-news__ttl {
  max-width: 300px;
  width: 40%;
  margin-bottom: 77px;
  fill: #81e6d5;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    width: 48%;
    margin-bottom: 57px;
  }
}
.p-news__ttl .l-section__ttl-bg {
  fill: #fefb94;
}
.p-news__ttl .l-section__ttl-caption {
  margin: 19px auto 0;
  max-width: 160px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-news__ttl .l-section__ttl-caption {
    width: 54%;
    margin: 7px auto 0;
  }
}
.p-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    width: 98%;
    margin: 0 auto;
  }
}
.p-news__list-item {
  width: 22.75%;
  position: relative;
  transform: translateY(32px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-news__list-item + .p-news__list-item {
    margin-left: 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-news__list-item + .p-news__list-item {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-news__list-item:hover .p-news__list-item-outer {
    transform: translateY(-15px);
  }
  .p-news__list-item:hover a {
    background-color: #fefb94;
  }
}
@media screen and (max-width: 1000px) {
  .p-news__list-item:nth-child(2n) {
    margin-left: 4%;
  }
}
.is-active .p-news__list-item:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.is-active .p-news__list-item:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.42s;
}
.is-active .p-news__list-item:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.54s;
}
.is-active .p-news__list-item:nth-child(4) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.66s;
}
@media screen and (max-width: 1000px) {
  .p-news__list-item {
    width: 48%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-item {
    width: 48%;
    margin-bottom: 8%;
  }
}
.p-news__list-item-outer {
  position: relative;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-news__list-item-outer::before, .p-news__list-item-outer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 2px #9391df;
  background: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-outer::before, .p-news__list-item-outer::after {
    border-radius: 7px;
    box-shadow: 0 0 0 1px #9391df;
  }
}
.p-news__list-item-outer::before {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-outer::before {
    top: 7px;
  }
}
.p-news__list-item-outer::after {
  top: 7px;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-outer::after {
    top: 4px;
  }
}
.p-news__list a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #81e6d5;
  padding: 15px 14px 20px;
  box-shadow: 0 0 0 2px #9391df;
  border-radius: 20px;
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-news__list a {
    border-radius: 7px;
    box-shadow: 0 0 0 1px #9391df;
    padding: 7px 6px 9px;
  }
}
.p-news__list-thumb {
  width: 100%;
  padding: 30%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.p-news__list-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news__list-detail {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news__list-detail {
    line-height: 1.6;
  }
}
.p-news__list-date {
  color: #9391df;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-news__list-date {
    font-size: 1rem;
  }
}
.p-news__list-text {
  font-size: 1.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: wrap;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-news__list-text {
    font-size: 1rem;
    margin-top: 4px;
  }
}
.p-news__btn {
  margin: 66px auto 0;
  width: 380px;
  opacity: 0;
  transform: translateY(28px);
}
.is-active .p-news__btn {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    width: 80%;
    width: 190px;
    margin: 16px auto 0;
  }
}

.p-news_deco__item {
  position: absolute;
}
.p-news_deco__item img {
  height: 100%;
}
.p-news_deco__item.-d1 {
  top: 12%;
  right: -10%;
  width: 37%;
  max-width: 200px;
  transform: rotate(-22deg);
}
.p-news_deco__item.-d1 img {
  transform: translateY(15px);
  opacity: 0;
}
.is-active .p-news_deco__item.-d1 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0;
}
.p-news_deco__item.-d2 {
  width: 40%;
  max-width: 200px;
  bottom: -15%;
  left: -12%;
  transform: rotate(42deg);
}
.p-news_deco__item.-d2 img {
  transform: translateY(15px);
  opacity: 0;
}
.is-active .p-news_deco__item.-d2 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}

.p-movie {
  position: relative;
  background-color: #f69aaf;
  padding-bottom: 57px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding-top: 18%;
    padding-bottom: 19.5%;
  }
}
.p-movie::before {
  content: "";
  width: 100%;
  padding-top: 25%;
  position: absolute;
  top: -127px;
  left: 0;
  background-color: #f69aaf;
  transform: scale(1, -1) skewY(6.5deg);
}
@media screen and (max-width: 767px) {
  .p-movie::before {
    top: 0;
    transform: translateY(-46%) scale(1, -1) skewY(8deg);
  }
}
.p-movie__ttl {
  margin: 0 0 72px;
  fill: #fefb94;
  padding-right: 10px;
}
.p-movie__ttl .l-section__ttl-inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-movie__ttl {
    padding: 0;
    margin: 0 0 32px;
  }
}
.p-movie__ttl h2 {
  flex-shrink: 0;
  max-width: 324px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-movie__ttl h2 {
    width: 55%;
  }
}
.p-movie__ttl .l-section__ttl-caption {
  margin: 0;
  max-width: 80px;
  width: 10%;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .p-movie__ttl .l-section__ttl-caption {
    width: 13%;
    margin-right: 2px;
  }
}
.p-movie__ttl .l-section__ttl-bg {
  top: 7px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .p-movie__ttl .l-section__ttl-bg {
    top: 3px;
    left: 3px;
  }
}
.p-movie__slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-movie__slider {
    width: 100%;
  }
}
.p-movie__slider-box {
  position: relative;
  transform: translateY(25px);
  opacity: 0;
}
.is-active .p-movie__slider-box {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-movie__slider-pagination {
  margin-top: 3.1%;
  transform: translateY(25px);
  opacity: 0;
}
.is-active .p-movie__slider-pagination {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.45s;
}
@media screen and (max-width: 767px) {
  .p-movie__slider-pagination {
    margin-top: 9%;
  }
}
.p-movie__slider-pagination-thumb {
  width: min(13%, 96px);
  padding-top: min(13%, 96px);
  position: relative;
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #9391df;
  margin: 0 min(1%, 6px) 3%;
  background-color: #ffffff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-movie__slider-pagination-thumb:hover .p-in_thumb::before {
    opacity: 0.3;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__slider-pagination-thumb {
    width: 16%;
    padding-top: 16%;
    margin: 0 1.8% 3%;
    box-shadow: 0 0 0 2px #9391df;
  }
}
.p-movie__slider-pagination-thumb.swiper-pagination-bullet-active .p-in_thumb::before {
  opacity: 0.7;
}
.p-movie__slider-pagination-thumb.swiper-pagination-bullet-active .p-in_thumb::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.p-movie__slider-pagination-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 3px;
  background-color: #9391df;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-movie__slider-pagination-thumb::before {
    top: 3px;
    left: 3px;
  }
}
.p-movie__slider-pagination-thumb .p-in_thumb {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  overflow: hidden;
}
.p-movie__slider-pagination-thumb .p-in_thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #49b2b9;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie__slider-pagination-thumb .p-in_thumb::after {
  content: "";
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  background: url(../img/icon_check_white.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie .swiper-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.p-movie .swiper-button-img {
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-movie .swiper-button-img svg {
  fill: #fefb94;
}
.p-movie .swiper-button-next {
  width: 3.3%;
  background: none;
  right: 0;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  pointer-events: all;
}
.p-movie .swiper-button-next::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-movie .swiper-button-next:hover .swiper-button-img {
    transform: scale(1.15);
  }
  .p-movie .swiper-button-next:hover svg {
    fill: #81e6d5;
  }
}
@media screen and (max-width: 767px) {
  .p-movie .swiper-button-next {
    display: none;
  }
}
.p-movie .swiper-button-prev {
  background: none;
  transform: translateY(-50%) scale(-1, 1) !important;
  width: 3.3%;
  left: 0;
  margin-top: 0 !important;
  pointer-events: all;
}
.p-movie .swiper-button-prev::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-movie .swiper-button-prev:hover .swiper-button-img {
    transform: scale(1.15);
  }
  .p-movie .swiper-button-prev:hover svg {
    fill: #81e6d5;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-movie .swiper-button-prev {
    display: none;
  }
}

.p-movie_deco img {
  height: 100%;
}
.p-movie_deco__item {
  position: absolute;
}
.p-movie_deco__item.-d1 {
  top: -9%;
  left: 5.5%;
  max-width: 428px;
  width: 21%;
}
.p-movie_deco__item.-d1 .parallax_inner {
  transform: rotate(42deg);
}
.p-movie_deco__item.-d1 img {
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-movie_deco__item.-d1 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0;
}
.p-movie_deco__item.-d2 {
  top: 3.5%;
  left: 9.5%;
  width: 3.5%;
  max-width: 86px;
}
.p-movie_deco__item.-d2 img {
  transform: translate(18px, 20px);
  opacity: 0;
}
.is-active .p-movie_deco__item.-d2 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 767px) {
  .p-movie_deco__item.-d2 {
    top: 5%;
    left: 7.5%;
    width: 7%;
  }
}
.p-movie_deco__item.-d3 {
  top: -3.5%;
  left: 42%;
  width: 11%;
  max-width: 234px;
}
.p-movie_deco__item.-d3 .parallax_inner {
  transform: rotate(-35deg) translateX(-50%);
}
.p-movie_deco__item.-d3 img {
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-movie_deco__item.-d3 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-movie_deco__item.-d4 {
  top: -19%;
  right: 5%;
  width: 16.5%;
  max-width: 370px;
}
.p-movie_deco__item.-d4 .parallax_inner {
  transform: rotate(-51deg);
}
@media screen and (max-width: 767px) {
  .p-movie_deco__item.-d4 .parallax_inner {
    transform: rotate(-51deg);
  }
}
.p-movie_deco__item.-d4 img {
  transform: translateY(-18px);
  opacity: 0;
}
.is-active .p-movie_deco__item.-d4 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0;
}
@media screen and (max-width: 767px) {
  .p-movie_deco__item.-d4 {
    top: -13%;
    width: 31%;
    right: 5%;
  }
}

.p-movie_slide {
  width: 66% !important;
  margin: 0 3%;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.slide-none .p-movie_slide {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-movie_slide:hover {
    transform: translateY(-4%);
  }
  .p-movie_slide:hover .p-movie_slide__thumb-inner::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-movie_slide {
    margin: 0;
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-movie_slide__ttl {
  background-color: #81e6d5;
  color: #9391df;
  font-size: min(2.2rem, 1.8vw);
  padding: 5px 14px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  border: 2px solid #9391df;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-movie_slide__ttl {
    border: 1px solid #9391df;
    position: relative;
    top: 0;
    left: 0;
    max-width: 90%;
    padding: 3px 10px 0px;
    margin: 14px auto 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-movie_slide__thumb {
  position: relative;
  padding: 2%;
  background-color: #ffffff;
  cursor: pointer;
}
.p-movie_slide__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.p-movie_slide__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #9391df;
}
@media screen and (max-width: 767px) {
  .p-movie_slide__thumb::before {
    top: 5px;
    left: 5px;
  }
}
.p-movie_slide__thumb-inner {
  position: relative;
  background-color: #c3bfbf;
  z-index: 1;
  overflow: hidden;
}
.p-movie_slide__thumb-inner::before {
  content: "";
  width: 12%;
  padding-top: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/btn_play_on.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-movie_slide__thumb-inner::before {
    width: 18%;
    padding-top: 18%;
  }
}
.p-movie_slide__thumb-inner::after {
  content: "";
  width: 12%;
  padding-top: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/btn_play_off.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-movie_slide__thumb-inner::after {
    width: 18%;
    padding-top: 18%;
  }
}
.p-movie_slide__thumb-img {
  padding-top: 52.2%;
  position: relative;
}
.p-movie_slide__thumb-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #c3bfbf;
}
.lazyloaded .p-movie_slide__thumb-img::before {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-movie_slide__thumb-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.lazyload .p-movie_slide__thumb-img::after, .lazyloading .p-movie_slide__thumb-img::after {
  animation: skeleton-animation 1.4s linear infinite both;
}
.lazyloaded .p-movie_slide__thumb-img::after {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .p-movie_slide__thumb-img {
    padding-top: 55%;
  }
}
.p-movie_slide__buttons {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 74%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.slide-none .p-movie_slide__buttons {
  display: none;
}

.p-intro {
  position: relative;
  padding-top: 123px;
  background-color: #f69aaf;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-top: 74px;
  }
}
.p-intro .l-section__inner {
  position: relative;
  padding: 174px 0 187px;
}
@media screen and (max-width: 767px) {
  .p-intro .l-section__inner {
    padding: 58.5% 0 22%;
  }
}
.p-intro__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 123px);
}
@media screen and (max-width: 767px) {
  .p-intro__bg {
    height: calc(100% - 74px);
  }
}
.p-intro__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg_intro.jpg) no-repeat center center;
  background-size: cover;
  transform: scale(1.05);
}
.is-active .p-intro__bg-img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-intro__ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-27%);
  width: 45%;
  padding-right: 6%;
  display: block;
}
.p-intro__ttl .l-section__ttl-inner {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    transform: translateY(-20%);
    left: 1%;
    width: 100%;
  }
}
.p-intro__ttl h2 {
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
  height: 100%;
  width: 138%;
  max-width: 474px;
  margin-left: 8px;
  margin-top: -21px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl h2 {
    width: 79.5%;
    margin-left: 1%;
  }
}
.p-intro__ttl .l-section__ttl-text {
  fill: #ffffff;
}
.p-intro__ttl .l-section__ttl-caption {
  max-width: 35px;
  width: 10.3%;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl .l-section__ttl-caption {
    width: 6%;
    transform: translateY(-9%);
  }
}
.p-intro__ttl .l-section__ttl-bg {
  top: -6px;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl .l-section__ttl-bg {
    top: -2px;
    left: 4px;
  }
}
.p-intro__lead {
  margin: 0 auto;
  padding: 0px 7% 0 26.3%;
  line-height: 1.8;
  font-size: 2.3rem;
  font-size: min(2.3rem, 2vw);
  color: #ffffff;
  font-weight: 600;
  position: relative;
  transform: translateY(28px);
  opacity: 0;
}
.is-active .p-intro__lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-intro__lead {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0.5px;
    margin: -2px auto 0;
    width: 98%;
  }
}
.p-intro__lead-text + .p-intro__lead-text {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-intro__lead-text + .p-intro__lead-text {
    margin-top: 21px;
  }
}

.p-intro_deco img {
  height: 100%;
}
.p-intro_deco__item {
  position: absolute;
  z-index: 1;
}
.p-intro_deco__item.-d1 {
  top: 22%;
  right: -75px;
  width: 19%;
  max-width: 380px;
}
.p-intro_deco__item.-d1 .parallax_inner {
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-intro_deco__item.-d1 .parallax_inner {
    transform: rotate(-25deg) scale(-1, 1);
  }
}
.p-intro_deco__item.-d1 img {
  transform: translateY(15px);
  opacity: 0;
}
.is-active .p-intro_deco__item.-d1 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0;
}
@media screen and (max-width: 767px) {
  .p-intro_deco__item.-d1 {
    width: 26%;
    max-width: 130px;
    right: 8%;
    top: 3%;
  }
}
.p-intro_deco__item.-d2 {
  width: 26%;
  max-width: 450px;
  bottom: 15%;
  left: -44px;
}
.p-intro_deco__item.-d2 img {
  transform: translateY(15px);
  opacity: 0;
}
.is-active .p-intro_deco__item.-d2 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-intro_deco__item.-d2 {
    top: 17%;
    bottom: auto;
    left: auto;
    right: -6%;
    width: 50%;
    max-width: 250px;
  }
}
.p-intro_deco__item.-d3 {
  width: 17%;
  max-width: 380px;
  top: 1%;
  right: 12%;
}
.p-intro_deco__item.-d3 .parallax_inner {
  transform: scale(-1, 1) rotate(21deg);
}
@media screen and (max-width: 767px) {
  .p-intro_deco__item.-d3 .parallax_inner {
    transform: rotate(28deg);
  }
}
.p-intro_deco__item.-d3 img {
  transform: translateY(15px);
  opacity: 0;
}
.is-active .p-intro_deco__item.-d3 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 767px) {
  .p-intro_deco__item.-d3 {
    bottom: 3.5%;
    right: -8%;
    top: auto;
    width: 40%;
    max-width: 131px;
  }
}

.p-gb_grad {
  background: linear-gradient(180deg, rgb(246, 154, 175) 0%, rgb(254, 251, 148) 100%);
}

.p-story {
  position: relative;
  min-height: 900px;
}
@media screen and (max-width: 767px) {
  .p-story {
    min-height: 800px;
    padding-bottom: 19%;
  }
}
.p-story .l-section__inner {
  padding-top: 136px;
}
@media screen and (max-width: 767px) {
  .p-story .l-section__inner {
    padding-top: 25%;
  }
}
.p-story__ttl {
  max-width: 341px;
  width: 40%;
  margin: 0;
  fill: #81e6d5;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .p-story__ttl {
    margin-bottom: 50px;
    width: 54%;
  }
}
.p-story__ttl h2 {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .p-story__ttl h2 {
    margin-left: -6px;
  }
}
.p-story__ttl .l-section__ttl-bg {
  fill: #fefb94;
}
.p-story__ttl .l-section__ttl-caption {
  margin: 18px 0 0;
  width: 42%;
  max-width: 138px;
}
@media screen and (max-width: 767px) {
  .p-story__ttl .l-section__ttl-caption {
    width: 43%;
    margin: 6px 0 0;
    padding-left: 3px;
  }
}
.p-story__content {
  transform: translateX(3%);
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-story__content-inner {
  display: flex;
  justify-content: center;
  transform: translateY(0);
  opacity: 1;
}
.is-show .p-story__content-inner {
  animation: m_fadein 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-story__content-inner {
    flex-direction: column-reverse;
    padding-bottom: 41.5%;
  }
}
.is-episode .p-story__content {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-story__content {
    transform: translateX(0);
  }
}
.p-story__content-lead {
  max-width: 522px;
  line-height: 1.8;
  font-size: 2.1rem;
  font-size: min(2.1rem, 2vw);
  color: #ffffff;
  margin-right: 5%;
  width: 50%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-story__content-lead {
    transform: translateY(28px);
    opacity: 0;
  }
  .is-active .p-story__content-lead {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .p-story__content-lead {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.75;
    transform: translateY(25px);
    opacity: 0;
  }
  .is-active .p-story__content-lead {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.35s;
  }
}
.p-story__content-lead-text + .p-story__content-lead-text {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-story__content-lead-text + .p-story__content-lead-text {
    margin-top: 18px;
  }
}
.p-story__content-lead-text:nth-child(2) {
  width: 87%;
  transform: translateX(41%);
}
@media screen and (max-width: 767px) {
  .p-story__content-lead-text:nth-child(2) {
    width: 91%;
    transform: translateX(0);
  }
}
.p-story__content-img {
  padding-top: 5px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-story__content-img {
    transform: translateY(-28px);
    opacity: 0;
  }
  .is-active .p-story__content-img {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .p-story__content-img {
    width: 100%;
  }
}
.p-story__content-img-item:nth-child(1) {
  width: 120%;
}
@media screen and (min-width: 768px) {
  .p-story__content-img-item:nth-child(1) {
    transform: translateX(2%);
  }
}
@media screen and (max-width: 767px) {
  .p-story__content-img-item:nth-child(1) {
    width: 100%;
    margin-bottom: 8%;
    transform: translateY(25px);
    opacity: 0;
  }
  .is-active .p-story__content-img-item:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
.p-story__content-img-item:nth-child(2) {
  width: 49%;
  margin-top: 5.5%;
}
@media screen and (min-width: 768px) {
  .p-story__content-img-item:nth-child(2) {
    transform: translateX(40%);
  }
}
@media screen and (max-width: 767px) {
  .p-story__content-img-item:nth-child(2) {
    width: 59%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    transform: translateY(25px);
    opacity: 0;
  }
  .is-active .p-story__content-img-item:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.5s;
  }
}
.p-story__content-img img {
  height: 100%;
}
.is-show .p-story__box {
  transform: translateY(0);
  opacity: 1;
}
.is-show-change .p-story__box {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-story_nav {
  position: absolute;
  top: 136px;
  right: 0;
  width: 100%;
  max-width: 534px;
  padding-top: 15px;
  transform: translateY(28px);
  opacity: 0;
}
.is-active .p-story_nav {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 890px) {
  .p-story_nav {
    position: relative;
    top: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-story_nav {
    margin-bottom: 24px;
  }
}
.p-story_nav__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 891px) {
  .p-story_nav__list {
    justify-content: flex-end;
  }
}
.p-story_nav__list-item {
  width: 110px;
  text-align: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .p-story_nav__list-item {
    width: 70px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 891px) {
  .p-story_nav__list-item.-all {
    width: 100%;
  }
}
@media screen and (min-width: 891px) {
  .p-story_nav__list-item.-all .p-story_nav__list-item-inner {
    width: 170px;
    margin-left: auto;
  }
}
@media screen and (max-width: 890px) {
  .p-story_nav__list-item.-all {
    width: 144px;
  }
}
@media screen and (min-width: 891px) {
  .p-story_nav__list-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 890px) {
  .p-story_nav__list-item {
    margin-right: 5px;
  }
}
.p-story_nav__list-item.is-current .p-story_nav__list-item-inner {
  pointer-events: none;
  background-color: #fefb94;
}
.p-story_nav__list-item.is-current .p-story_nav__list-text {
  color: #f69aaf;
}
.p-story_nav__list-item-inner {
  border-radius: 100px;
  border: 1px solid #fefb94;
  display: block;
  padding: 10px 10px 8px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-story_nav__list-item-inner:hover {
    background-color: #fefb94;
  }
  .p-story_nav__list-item-inner:hover .p-story_nav__list-text {
    color: #f69aaf;
  }
}
@media screen and (max-width: 767px) {
  .p-story_nav__list-item-inner {
    padding: 11px 10px 10px;
  }
}
.p-story_nav__list-text {
  position: relative;
  color: #fefb94;
  font-size: 19px;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-story_nav__list-text {
    font-size: 1.2rem;
  }
}

.p-story_deco img {
  height: 100%;
}
.p-story_deco__item {
  position: absolute;
}
.p-story_deco__item.-d1 {
  top: 16%;
  left: -103px;
  width: 20%;
  max-width: 290px;
}
.p-story_deco__item.-d1 .parallax_inner {
  transform: rotate(-13deg);
}
@media screen and (max-width: 767px) {
  .p-story_deco__item.-d1 .parallax_inner {
    transform: rotate(-11deg);
  }
}
.p-story_deco__item.-d1 img {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.is-active .p-story_deco__item.-d1 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-story_deco__item.-d1 {
    left: auto;
    right: -8%;
    top: auto;
    bottom: 2%;
    width: 39%;
    max-width: 134px;
  }
}
.p-story_deco__item.-d2 {
  top: 60px;
  right: 23.5%;
  width: 3.8%;
  max-width: 87px;
}
.p-story_deco__item.-d2 img {
  transform: translate(15px, 10px);
  opacity: 0;
}
.is-active .p-story_deco__item.-d2 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .p-story_deco__item.-d2 {
    top: 61px;
    right: 10.5%;
    width: 6.8%;
    max-width: 23px;
  }
}
.p-story_deco__item.-d3 {
  top: -16px;
  right: 3.8%;
  width: 12%;
  max-width: 238px;
}
.p-story_deco__item.-d3 .parallax_inner {
  transform: rotate(38deg);
}
@media screen and (max-width: 767px) {
  .p-story_deco__item.-d3 .parallax_inner {
    transform: scale(-1, 1) rotate(-40deg);
  }
}
.p-story_deco__item.-d3 img {
  transform: translateY(15px);
  opacity: 0;
}
.is-active .p-story_deco__item.-d3 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 767px) {
  .p-story_deco__item.-d3 {
    width: 42%;
    max-width: 170px;
    top: auto;
    bottom: 1%;
    right: auto;
    left: -8%;
  }
}
.p-story_deco__item.-d4 {
  bottom: -93px;
  left: -61px;
  width: 21.5%;
  max-width: 464px;
}
.p-story_deco__item.-d4 .parallax_inner {
  transform: scale(-1, 1) rotate(-39deg);
}
.p-story_deco__item.-d4 img {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.is-active .p-story_deco__item.-d4 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}

.p-story_episode {
  transform: translateY(28px);
  opacity: 0;
  display: none;
}
.is-episode.is-show .p-story_episode {
  display: block;
  animation: m_fadein 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.2s;
}
.p-story_episode__content {
  width: 97.5%;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-story_episode__content {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.p-story_episode__head {
  display: flex;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .p-story_episode__head {
    margin-bottom: 7%;
  }
}
.p-story_episode__head-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 4rem;
  font-weight: 700;
  border: 1px solid #5b529b;
  border-radius: 10px;
  padding: 5px 20px 0;
  background-color: #9391df;
  color: #fefb94;
  box-shadow: 5px 5px 0 1px #5b529b;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .p-story_episode__head-num {
    padding: 3px 10px 0;
    font-size: 1.8rem;
    border-radius: 5px;
    height: 40px;
    box-shadow: 2px 2px 0 1px #5b529b;
    margin-right: 10px;
  }
}
.p-story_episode__head-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  padding-top: 16px;
  line-height: 1.3;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-story_episode__head-title {
    font-size: 2rem;
    padding-top: 10px;
  }
}
.p-story_episode__lead {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-top: 48px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-story_episode__lead {
    line-height: 1.9;
    font-size: 1.2rem;
    margin-top: 14px;
  }
}
.p-story_episode__detail {
  flex-grow: 1;
  margin-right: 5%;
  margin-top: -5%;
}
@media screen and (max-width: 1000px) {
  .p-story_episode__detail {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
  }
}
.p-story_episode__slider {
  position: relative;
  flex-shrink: 0;
  width: 60.5%;
}
@media screen and (max-width: 1000px) {
  .p-story_episode__slider {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
  }
}
.p-story_episode__slider-container {
  position: relative;
}
.p-story_episode__slider-paginationthumb {
  margin: 0 1%;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .p-story_episode__slider-paginationthumb {
    margin-top: 3px;
  }
}
.p-story_episode__slider-paginationthumb .p-in_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-story_episode__slider.slide-none .swiper-button-prev, .p-story_episode__slider.slide-none .swiper-button-next, .p-story_episode__slider.slide-none .swiper-pagination {
  display: none;
}
.p-story_episode .story_swiper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-story_episode .story_swiper {
    border-radius: 5px;
  }
}
.p-story_episode .swiper-pagination {
  position: relative;
  margin: 0 auto;
}
.p-story_episode .swiper-pagination-bullet {
  width: 15%;
  padding-top: 8.2%;
  background: none;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  overflow: hidden;
  opacity: 1;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-story_episode .swiper-pagination-bullet::after {
  content: "";
  width: 20%;
  padding-top: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: url(../img/icon_check_white.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story_episode .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #49b2b9;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-story_episode .swiper-pagination-bullet {
    width: 18%;
    padding-top: 9.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-story_episode .swiper-pagination-bullet:hover::before {
    opacity: 0.5;
  }
}
.p-story_episode .swiper-button-prev {
  width: 8%;
  padding-top: 8%;
  left: -4%;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: #9391df;
  border-radius: 50%;
  height: auto;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 768px) {
  .p-story_episode .swiper-button-prev:hover {
    transform: translateY(-50%) scale(1.05);
    background-color: #49b2b9;
  }
}
@media screen and (max-width: 767px) {
  .p-story_episode .swiper-button-prev {
    width: 10%;
    padding-top: 10%;
  }
}
.p-story_episode .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%) scaleX(-1);
  width: 43%;
  padding-top: 43%;
  background: url(../img/arrow_l.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-story_episode .swiper-button-prev::after {
    width: 35%;
    padding-top: 35%;
  }
}
.p-story_episode .swiper-pagination-bullet-active {
  pointer-events: none;
}
.p-story_episode .swiper-pagination-bullet-active::before {
  opacity: 0.5;
}
.p-story_episode .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.p-story_episode .swiper-button-next {
  width: 8%;
  padding-top: 8%;
  right: -4%;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: #9391df;
  border-radius: 50%;
  height: auto;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .p-story_episode .swiper-button-next {
    width: 10%;
    padding-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .p-story_episode .swiper-button-next:hover {
    transform: translateY(-50%) scale(1.05);
    background-color: #49b2b9;
  }
}
.p-story_episode .swiper-button-next::after {
  content: "";
  position: absolute;
  font-size: 0;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 43%;
  padding-top: 43%;
  background: url(../img/arrow_l.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-story_episode .swiper-button-next::after {
    width: 35%;
    padding-top: 35%;
  }
}

.p-chara {
  position: relative;
  margin-top: 132px;
  padding-top: 30px;
  padding-bottom: 152px;
}
@media screen and (max-width: 767px) {
  .p-chara {
    padding-top: 14%;
    padding-bottom: 40.8%;
    margin: 0;
  }
}
.p-chara .l-section__inner {
  width: 98%;
  max-width: 1220px;
}
.p-chara__ttl {
  transform: rotate(8deg);
  fill: #81e6d5;
  width: 54.5%;
  max-width: 624px;
  margin: 0;
  position: absolute;
  top: 3px;
  right: -4.5%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-chara__ttl {
    width: 93%;
    right: 2%;
    top: -6.4%;
    transform: rotate(8deg);
  }
}
.p-chara__ttl .l-section__ttl-bg {
  fill: #f79aaf;
}
@media screen and (max-width: 767px) {
  .p-chara__ttl .l-section__ttl-bg {
    top: 3px;
    left: 4px;
  }
}
.p-chara__content {
  position: relative;
  transform: translateY(28px);
  opacity: 0;
}
.is-active .p-chara__content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-chara__content {
    padding: 0 0 11%;
    margin: 13% auto 0;
    width: 93%;
  }
}
.p-chara__content-bg {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-chara__content-bg {
    bottom: 0;
    height: 100%;
    padding: 4px;
  }
}
.p-chara__content-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 11px;
  left: 10px;
  background-color: #9391df;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  .p-chara__content-bg::before {
    top: 6px;
    left: 6px;
    border-radius: 23px;
  }
}
.p-chara__content-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/bg_grid_l.png) repeat center center;
  background-size: 20px;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  .p-chara__content-bg::after {
    border-radius: 23px;
  }
}
.p-chara__content-bg-inner {
  position: relative;
  width: 100%;
  padding-top: 48%;
  border: 2px solid #9391df;
  border-radius: 45px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-chara__content-bg-inner {
    padding-top: 0;
    border-radius: 23px;
    height: 100%;
    border: 1px solid #9391df;
  }
}
.p-chara__ttlcaption {
  position: absolute;
  right: 3%;
  top: 42%;
  transform: translateY(-50%);
  max-width: 50px;
  width: 4.1%;
}
@media screen and (max-width: 767px) {
  .p-chara__ttlcaption {
    top: 5%;
    right: 5%;
    transform: translateY(0);
    width: 8%;
  }
}
.p-chara__slider {
  position: relative;
}
.p-chara__pagination {
  margin-top: 1.5%;
  transform: translateY(28px);
  opacity: 0;
}
.is-active .p-chara__pagination {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-chara__pagination {
    margin-top: 7%;
  }
}
.p-chara__pagination-thumb {
  width: 13%;
  padding-top: 13%;
  position: relative;
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #9391df;
  margin: 0 0 3%;
  background-color: #ffffff;
  opacity: 1;
}
.p-chara__pagination-thumb.swiper-pagination-bullet-active {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-chara__pagination-thumb:hover .p-in_thumb {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .p-chara__pagination-thumb {
    box-shadow: 0 0 0 2px #9391df;
    width: 18%;
    padding-top: 18%;
  }
}
.p-chara__pagination-thumb + .p-chara__pagination-thumb {
  margin-left: 1.3%;
}
@media screen and (max-width: 767px) {
  .p-chara__pagination-thumb + .p-chara__pagination-thumb {
    margin-left: 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-chara__pagination-thumb:nth-child(8n) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-chara__pagination-thumb:nth-child(6n) {
    margin: 0;
  }
}
.p-chara__pagination-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 3px;
  background-color: #9391df;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-chara__pagination-thumb::before {
    top: 3px;
    left: 3px;
  }
}
.p-chara__pagination-thumb-bg {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  overflow: hidden;
}
.p-chara__pagination-thumb-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9391df;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.swiper-pagination-bullet-active .p-chara__pagination-thumb-bg::before {
  opacity: 1;
}
.p-chara__pagination-thumb .p-in_thumb {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-chara .swiper-pagination {
  position: relative !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 1024px;
}

.p-chara_deco img {
  height: 100%;
}
.p-chara_deco__item {
  position: absolute;
  z-index: 2;
}
.p-chara_deco__item.-d1 {
  bottom: -10%;
  right: -12%;
  width: 25%;
  max-width: 79px;
  transform: rotate(-35deg);
}
.p-chara_deco__item.-d1 img {
  transform: translate(0, 15px);
  opacity: 0;
}
.is-active .p-chara_deco__item.-d1 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
.p-chara_deco__item.-d2 {
  top: -5%;
  left: 42%;
  transform: translateX(-50%) rotate(-35deg);
  width: 14%;
  max-width: 150px;
}
.p-chara_deco__item.-d2 img {
  transform: translate(0px, -15px);
  opacity: 0;
}
.is-active .p-chara_deco__item.-d2 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.p-chara_deco__item.-d3 {
  bottom: 17%;
  right: -99px;
  transform: rotate(30deg);
  width: 11.5%;
  max-width: 137px;
}
.p-chara_deco__item.-d3 img {
  transform: translate(0, 15px);
  opacity: 0;
}
.is-active .p-chara_deco__item.-d3 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 767px) {
  .p-chara_deco__item.-d3 {
    transform: rotate(30deg);
    right: -58px;
    bottom: auto;
    top: 27%;
    width: 26%;
  }
}
.p-chara_deco__item.-d4 {
  left: -106px;
  top: 69%;
  width: 11%;
  max-width: 134px;
}
.p-chara_deco__item.-d4 img {
  transform: translate(-10px, -15px);
  opacity: 0;
}
.is-active .p-chara_deco__item.-d4 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .p-chara_deco__item.-d4 {
    left: -17%;
    width: 22%;
    top: 47.8%;
  }
}

.p-chara_slide {
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans JP", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-chara_slide {
    display: block;
  }
}
.p-chara_slide__head {
  flex-shrink: 0;
  width: 41%;
  position: relative;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .is-width-wide .p-chara_slide__head {
    width: 44%;
    padding-left: 3%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-chara_slide__head {
    padding: 9% 5%;
    width: 100%;
  }
}
.p-chara_slide__chara {
  position: relative;
  z-index: 1;
  transform: translateX(3.5%);
}
.p-chara_slide__chara img {
  transform: translateX(-5%);
  opacity: 0;
}
.is-slider-init .p-chara_slide__chara img {
  transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__chara {
    margin: 0 auto;
    width: 79%;
    transform: translateX(1.5%);
  }
}
.p-chara_slide__label {
  position: absolute;
  top: 5.7%;
  left: 15%;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  background-color: #9391df;
  color: #fefb94;
  font-size: 3.1rem;
  font-size: min(3.1rem, 2.5vw);
  padding: 7px;
  font-weight: 600;
  z-index: 10;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  word-break: keep-all;
}
.is-slider-init .p-chara_slide__label {
  transition: -webkit-clip-path 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  transition: clip-path 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  transition: clip-path 0.8s cubic-bezier(0.83, 0, 0.17, 1), -webkit-clip-path 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.25s;
}
.p-chara_slide__label .is-num {
  text-combine-upright: all;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__label {
    left: 8%;
    font-size: 1.9rem;
    font-size: min(1.9rem, 5vw);
    letter-spacing: 2px;
    padding: 7px 6px;
    top: 0;
  }
}
.p-chara_slide__namelabel {
  text-align: center;
  position: absolute;
  left: 0;
  top: 51%;
  transform: rotate(-90deg) translateY(146%) translateX(-50%);
  transform-origin: left center;
  color: #9391df;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  font-size: min(1.9rem, 1.6vw);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__namelabel {
    transform: rotate(0) translateY(0) translateX(0);
    transform-origin: center;
    text-align: right;
    width: 100%;
    font-size: min(3.5rem, 9vw);
    padding: 0 3%;
    color: #fefb94;
    letter-spacing: 3px;
    top: auto;
    bottom: 13%;
    line-height: 1;
  }
}
.p-chara_slide__detail {
  padding-left: 0.5%;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__detail {
    margin-top: 0%;
    padding: 0 7% 0;
  }
}
.p-chara_slide__detail-head {
  transform: translateY(28px);
  opacity: 0;
}
.is-slider-init .p-chara_slide__detail-head {
  opacity: 1;
  transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-chara_slide__name {
  font-size: min(8rem, 5.5vw);
  font-weight: 700;
  position: relative;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  .is-width-wide .p-chara_slide__name {
    font-size: min(8rem, 4.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-chara_slide__name {
    font-size: 4.1rem;
    font-size: min(4.1rem, 11.5vw);
  }
}
.p-chara_slide__name-text {
  color: #9391df;
  position: relative;
  z-index: 1;
}
.p-chara_slide__name-bg {
  color: #fefb94;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__name-bg {
    top: 2px;
    left: 3px;
  }
}
.p-chara_slide__cv {
  margin-top: 1.6%;
  padding: 8px 8px 6px;
  font-size: 2rem;
  font-size: min(2rem, 1.8vw);
  font-weight: 700;
  background-color: #f69aaf;
  color: #ffffff;
  display: inline-block;
  word-break: keep-all;
  transform: translateX(4px);
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__cv {
    font-size: 1.1rem;
    margin-top: 6px;
    padding: 5px 7px 4px;
  }
}
.p-chara_slide__lead {
  line-height: 2.1;
  font-size: 1.8rem;
  font-size: min(1.8rem, 1.5vw);
  margin-top: 4.5%;
  width: 81%;
  transform: translateY(28px);
  opacity: 0;
  color: #5b529b;
}
.is-slider-init .p-chara_slide__lead {
  opacity: 1;
  transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__lead {
    font-size: 1.2rem;
    margin-top: 14px;
    line-height: 1.85;
    width: 100%;
  }
}
.p-chara_slide__hashtag {
  padding-left: 3px;
  margin-top: 5.3%;
  transform: translateY(28px);
  opacity: 0;
}
.is-slider-init .p-chara_slide__hashtag {
  opacity: 1;
  transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__hashtag {
    margin-top: 14px;
  }
}
.p-chara_slide__hashtag-list {
  display: flex;
}
.p-chara_slide__hashtag-list-item {
  border: 2px solid #f69aaf;
  font-size: 2rem;
  font-size: min(2rem, 1.8vw);
  padding: 6px 3px 4px;
  letter-spacing: 0.8px;
  color: #f69aaf;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__hashtag-list-item {
    font-size: 1.05rem;
    padding: 4px 3px 2px;
    letter-spacing: 1.5px;
  }
}
.p-chara_slide__hashtag-list-item + .p-chara_slide__hashtag-list-item {
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .p-chara_slide__hashtag-list-item + .p-chara_slide__hashtag-list-item {
    margin-left: 4px;
  }
}

.p-staffcast {
  padding-top: 132px;
  padding-bottom: 232px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-staffcast {
    padding-top: 21.5%;
    padding-bottom: 30%;
  }
}
.p-staffcast__ttl {
  max-width: 612px;
  width: 70%;
  margin-bottom: 120px;
  fill: #81e6d5;
}
@media screen and (max-width: 767px) {
  .p-staffcast__ttl {
    width: 97%;
    margin-bottom: 50px;
  }
}
.p-staffcast__ttl .l-section__ttl-bg {
  fill: #fefb94;
}
@media screen and (max-width: 767px) {
  .p-staffcast__ttl .l-section__ttl-bg {
    top: 8%;
    left: 1.5%;
  }
}
.p-staffcast__ttl .l-section__ttl-caption {
  max-width: 360px;
  width: 60%;
  margin: 12px auto 0;
}
@media screen and (max-width: 767px) {
  .p-staffcast__ttl .l-section__ttl-caption {
    width: 59%;
    margin: 5px auto 0;
  }
}
.p-staffcast__content {
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 1028px;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content {
    width: 98%;
    display: block;
  }
}
.p-staffcast__content-ttl {
  max-width: 85px;
  width: 23%;
  position: relative;
  flex-shrink: 0;
  margin-right: 9.5%;
  margin-left: -11px;
  margin-top: -17px;
  transform: translateY(28px);
  opacity: 0;
}
.is-active .p-staffcast__content-ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-ttl {
    width: 44px;
    margin-top: -10px;
    margin-left: -5px;
    margin-right: 7%;
  }
}
.-staff .p-staffcast__content-ttl {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .-staff .p-staffcast__content-ttl {
    width: 44px;
  }
}
.p-staffcast__content-ttl-text {
  position: relative;
  z-index: 1;
}
.p-staffcast__content-ttl-text svg {
  fill: #ffffff;
  stroke: #5b529b;
  stroke-width: 2px;
}
.p-staffcast__content-ttl-bg {
  fill: #fefb94;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-ttl-bg {
    top: 4px;
    left: 4px;
  }
}
.p-staffcast__content-item {
  display: flex;
  line-height: 1.2;
}
.p-staffcast__content-item.-staff {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-item.-staff {
    width: 100%;
  }
}
.p-staffcast__content-item.-cast {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-item.-cast {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-item + .p-staffcast__content-item {
    margin-top: 40px;
  }
}
.p-staffcast__content-list {
  transform: translateY(28px);
  opacity: 0;
}
.is-active .p-staffcast__content-list {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.45s;
}
.p-staffcast__content-list-item + .p-staffcast__content-list-item {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-list-item + .p-staffcast__content-list-item {
    margin-top: 17px;
  }
}
.p-staffcast__content-caption {
  color: #f69aaf;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-caption {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}
.p-staffcast__content-name {
  font-weight: 700;
  font-size: 4rem;
  font-size: min(4rem, 3vw);
  position: relative;
  letter-spacing: -0.1rem;
}
.p-staffcast__content-name.-comment {
  display: inline-block;
  padding-right: min(6.1rem, 4vw);
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-name.-comment {
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-name {
    font-size: 2.25rem;
    line-height: 1.4;
  }
}
.p-staffcast__content-name-text {
  color: #555498;
  position: relative;
  z-index: 1;
}
.p-staffcast__content-name-text .is-move {
  display: inline-block;
  vertical-align: baseline;
  transform: translateX(-6%);
}
.p-staffcast__content-name-text .is-small {
  font-size: 2.5rem;
  transform: translateX(-3%);
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-name-text .is-small {
    font-size: 1.8rem;
  }
}
.p-staffcast__content-name-bg {
  width: 100%;
  position: absolute;
  top: 4px;
  left: 5px;
  color: #81e6d5;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-name-bg {
    top: 2px;
    left: 2px;
  }
}
.p-staffcast__content-name-bg .is-move {
  display: inline-block;
  vertical-align: baseline;
  transform: translateX(-6%);
}
.p-staffcast__content-name-bg .is-small {
  font-size: 2.5rem;
  transform: translateX(-3%);
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-name-bg .is-small {
    font-size: 1.8rem;
  }
}
.p-staffcast__content-comment {
  position: absolute;
  top: 3px;
  right: 0;
  max-width: 47px;
  width: min(36px, 3vw);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-staffcast__content-comment {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-staffcast__content-comment:hover {
    transform: scale(1.15) rotate(5deg);
  }
  .p-staffcast__content-comment:hover svg {
    fill: #9391df;
  }
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-comment {
    width: 21px;
  }
}
.p-staffcast__content-comment svg {
  fill: #f69aaf;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-staffcast_deco img {
  height: 100%;
}
.p-staffcast_deco__item {
  position: absolute;
}
.p-staffcast_deco__item.-d1 {
  top: 18%;
  right: -17%;
  width: 36%;
  max-width: 200px;
}
.p-staffcast_deco__item.-d1 .parallax_inner {
  transform: rotate(-27deg);
}
@media screen and (min-width: 768px) {
  .p-staffcast_deco__item.-d1 .parallax_inner {
    transform: rotate(-32deg);
  }
}
.p-staffcast_deco__item.-d1 img {
  height: 100%;
  transform: translate(0, 15px);
  opacity: 0;
}
.is-active .p-staffcast_deco__item.-d1 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .p-staffcast_deco__item.-d1 {
    top: -26px;
    right: 4%;
    width: 20%;
    max-width: 357px;
  }
}
.p-staffcast_deco__item.-d2 {
  top: 42.5%;
  left: -16%;
  width: 24%;
  max-width: 150px;
}
.p-staffcast_deco__item.-d2 .parallax_inner {
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-staffcast_deco__item.-d2 .parallax_inner {
    transform: rotate(25deg);
  }
}
.p-staffcast_deco__item.-d2 img {
  transform: translate(-10px, 5px);
  opacity: 0;
}
.is-active .p-staffcast_deco__item.-d2 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0;
}
@media screen and (min-width: 768px) {
  .p-staffcast_deco__item.-d2 {
    top: 560px;
    left: -63px;
    width: 11%;
    max-width: 238px;
  }
}
.p-staffcast_deco__item.-d3 {
  top: 2.5%;
  right: 21%;
  width: 7%;
}
.p-staffcast_deco__item.-d3 img {
  transform: translate(-10px, 15px);
  opacity: 0;
}
.is-active .p-staffcast_deco__item.-d3 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0;
}
@media screen and (min-width: 768px) {
  .p-staffcast_deco__item.-d3 {
    top: 139px;
    right: 3.8%;
    width: 3.5%;
    max-width: 80px;
  }
}
.p-staffcast_deco__item.-d4 {
  bottom: 2%;
  left: -16%;
  width: 40%;
  max-width: 250px;
}
.p-staffcast_deco__item.-d4 .parallax_inner {
  transform: rotate(-10deg);
}
.p-staffcast_deco__item.-d4 img {
  transform: translate(0, 15px);
  opacity: 0;
}
.is-active .p-staffcast_deco__item.-d4 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2;
}
@media screen and (min-width: 768px) {
  .p-staffcast_deco__item.-d4 {
    bottom: 53px;
    left: -97px;
    width: 19%;
    max-width: 380px;
  }
}
.p-staffcast_deco__item.-d5 {
  bottom: 4.5%;
  right: -10%;
  width: 19%;
}
.p-staffcast_deco__item.-d5 img {
  transform: translate(0, 15px);
  opacity: 0;
}
.is-active .p-staffcast_deco__item.-d5 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1;
}
@media screen and (min-width: 768px) {
  .p-staffcast_deco__item.-d5 {
    bottom: 161px;
    right: -67px;
    width: 10%;
    max-width: 214px;
  }
}
.p-staffcast_deco__item.-d6 {
  top: -9.3%;
  left: -6%;
  width: 51%;
  max-width: 272px;
}
.p-staffcast_deco__item.-d6 img {
  transform: translate(-5px, 15px);
  opacity: 0;
}
.is-active .p-staffcast_deco__item.-d6 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (min-width: 768px) {
  .p-staffcast_deco__item.-d6 {
    top: 246px;
    left: -45px;
    width: 28%;
    max-width: 500px;
  }
}

.p-music {
  position: relative;
  padding-top: 133px;
  padding-bottom: 217px;
  background-color: #f69aaf;
}
@media screen and (max-width: 767px) {
  .p-music {
    padding-top: 26%;
    padding-bottom: 30%;
  }
}
.p-music__ttl {
  margin: 0 0 76px;
  fill: #81e6d5;
}
.p-music__ttl .l-section__ttl-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-music__ttl {
    padding: 0;
    margin: 0 0 34px;
  }
}
.p-music__ttl h2 {
  flex-shrink: 0;
  max-width: 324px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-music__ttl h2 {
    width: 55%;
  }
}
.p-music__ttl .l-section__ttl-caption {
  margin: 0;
  max-width: 80px;
  width: 10%;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .p-music__ttl .l-section__ttl-caption {
    width: 13%;
    margin-right: 2px;
  }
}
.p-music__ttl .l-section__ttl-bg {
  top: 7px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .p-music__ttl .l-section__ttl-bg {
    top: 3px;
    left: 3px;
  }
}
.p-music .l-section__ttl-bg {
  fill: #fefb94;
  left: 2px;
}
.p-music__box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-music__box-item {
  position: relative;
}
.p-music__box-item + .p-music__box-item {
  margin-top: 158px;
}
@media screen and (max-width: 767px) {
  .p-music__box-item + .p-music__box-item {
    margin-top: 23%;
  }
}
@media screen and (max-width: 767px) {
  .p-music__box-item-inner {
    margin: 0 auto;
  }
}
.p-music__head {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 62px;
  transform: translateY(28px);
  opacity: 0;
}
.p-music__box-item.is-active .p-music__head {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-music__head {
    margin-bottom: 32px;
  }
}
.p-music__head-theme .p-in_caption {
  font-size: 2.2rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .p-music__head-theme .p-in_caption {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }
}
.p-music__head-theme .p-in_ttl {
  font-size: 5rem;
  letter-spacing: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-music__head-theme .p-in_ttl {
    font-size: 2.7rem;
  }
}
.p-music__head-artist {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-music__head-artist {
    font-size: 1.7rem;
    margin-top: -3px;
  }
}
.p-music__tracklist {
  margin-bottom: 87px;
  transform: translateY(28px);
  opacity: 0;
}
.p-music__box-item.is-active .p-music__tracklist {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist {
    margin-bottom: 39px;
  }
}
.p-music__tracklist-ttl {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  color: #555498;
  filter: drop-shadow(0 3px 0 #81e6d5);
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist-ttl {
    text-align: left;
    font-size: 1.7rem;
    margin: 0 auto 9px;
    width: 83%;
    letter-spacing: 0.08rem;
    filter: drop-shadow(0 2px 0 #81e6d5);
  }
}
.p-music__tracklist-list {
  margin: 0 auto;
  width: 80%;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist-list {
    width: 83%;
  }
}
.p-music__tracklist-list-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 19px 21px 13px;
  display: flex;
  color: #5b529b;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist-list-item {
    border-radius: 6px;
    padding: 4% 4% 3.5%;
  }
}
.p-music__tracklist-list-num {
  flex-shrink: 0;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  width: 43px;
  padding-right: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist-list-num {
    font-size: 1.6rem;
    width: 25px;
    padding-right: 5px;
  }
}
.p-music__tracklist-list-num .is-large {
  vertical-align: baseline;
}
.p-music__tracklist-list-detail {
  margin-top: -0.5rem;
  font-size: 2.6rem;
  letter-spacing: -0.15rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist-list-detail {
    margin-top: -0.1rem;
    font-size: 1.4rem;
  }
}
.p-music__tracklist-list-detail .is-small {
  letter-spacing: -0.05rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist-list-detail .is-small {
    font-size: 1rem;
    margin-top: -1px;
  }
}
.p-music__tracklist-more {
  margin: 0 auto;
  width: 80%;
  max-width: 580px;
  text-align: right;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  margin-top: 7px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .p-music__tracklist-more {
    width: 83%;
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.p-music__main {
  display: flex;
  margin: 0 auto 120px;
  width: 95%;
  max-width: 1100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-music__main {
    display: block;
    margin-bottom: 60px;
  }
}
.p-music__main-kv {
  width: 45.4%;
  flex-shrink: 0;
  margin-right: 2.5%;
  transform: translateY(28px);
  opacity: 0;
}
.p-music__main.is-active .p-music__main-kv {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
.p-music__main-kv img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-music__main-kv {
    width: 100%;
    margin: 0;
  }
}
.p-music__main-detail {
  flex-grow: 1;
  margin-top: 10px;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 600;
  transform: translateY(28px);
  opacity: 0;
}
.p-music__main.is-active .p-music__main-detail {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-music__main-detail {
    text-align: center;
  }
}
.p-music__main-detail-text.is-large {
  letter-spacing: 1px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-music__main-detail-text.is-large {
    font-size: 30px;
  }
}
.p-music__albumlist-ttl {
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  filter: drop-shadow(0 3px 0 #5b529b);
  margin-bottom: 50px;
  transform: translateY(28px);
  opacity: 0;
}
.p-music__albumlist.is-active .p-music__albumlist-ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
.p-music__album {
  margin: 0 auto 108px;
  width: 95%;
  max-width: 1037px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-music__album {
    display: block;
    margin: 0 auto 40px;
  }
}
.p-music__album-item {
  width: 43.3%;
  transform: translateY(28px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-music__album-item.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.05s;
}
@media screen and (max-width: 767px) {
  .p-music__album-item {
    width: 100%;
  }
  .p-music__album-item + .p-music__album-item {
    margin-top: 12%;
  }
}
.p-music__album-item.-flex {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-music__album-item.-flex {
    flex-direction: row;
  }
}
.p-music__album-item-side_l {
  width: 43.4%;
  flex-shrink: 0;
  margin-right: 6.5%;
}
@media screen and (max-width: 767px) {
  .p-music__album-item-side_l {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-music__album-item-side_l .p-music__album-ttl {
    margin-bottom: 6px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
  }
}
.p-music__album-item-side_r {
  margin-top: -10px;
  flex-grow: 1;
}
.p-music__album-item-side_r .p-music__album-ttl {
  font-size: 3.15rem;
  text-align: left;
}
.p-music__album-item-side_r .p-music__album-detail-list dt {
  width: 83px;
}
.p-music__album-release {
  font-size: 2.5rem;
  letter-spacing: 0.5px;
  color: #5b529b;
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-music__album-release {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
.p-music__album-btn {
  margin: 27px auto 0;
  width: 90%;
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .p-music__album-btn {
    margin: 15px auto 0;
    width: 71%;
  }
}
.p-music__album-btn .c-btn a {
  padding: 19px 16% 20px;
}
@media screen and (max-width: 767px) {
  .p-music__album-btn .c-btn a {
    padding: 13px 16% 13px;
  }
}
.p-music__album-btn .c-btn__icon {
  width: 22px;
  right: 9%;
}
@media screen and (max-width: 767px) {
  .p-music__album-btn .c-btn__icon {
    width: 17px;
    right: 10%;
  }
}
.p-music__album-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  filter: drop-shadow(0 3px 0 #5b529b);
  letter-spacing: -0.8px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .p-music__album-ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
    filter: drop-shadow(0 2px 0 #5b529b);
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-music__album-thumb {
    margin: 0 auto;
    width: 87%;
  }
}
.p-music__album-detail {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-music__album-detail {
    margin: 5px auto 0;
    width: 88%;
  }
}
.p-music__album-detail-list {
  display: flex;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.8;
}
.p-music__album-detail-list dt {
  width: 58px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-music__album-detail-list dt {
    width: 41px;
    font-size: 1rem;
  }
}
.p-music__album-detail-list dt .is-word {
  vertical-align: baseline;
  display: inline-block;
}
.p-music__album-detail-list dd {
  flex-grow: 1;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-music__album-detail-list dd {
    font-size: 1rem;
  }
}
.p-music__album-detail-list dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.p-music__album-detail-list dd .is-note {
  font-size: 1.3rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .p-music__album-detail-list dd .is-note {
    font-size: 1rem;
    text-indent: -1rem;
    padding-left: 1rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}
.p-music__prof {
  margin: 0 auto;
  width: 95%;
  max-width: 1037px;
  position: relative;
  transform: translateY(28px);
  opacity: 0;
}
.p-music__prof + .p-music__prof {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .p-music__prof + .p-music__prof {
    margin-top: 24px;
  }
}
.p-music__prof.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.05s;
}
@media screen and (max-width: 767px) {
  .p-music__prof {
    width: 98%;
  }
}
.p-music__prof::before, .p-music__prof::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 2px #5b529b;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-music__prof::before, .p-music__prof::after {
    box-shadow: 0 0 0 1px #5b529b;
    border-radius: 15px;
  }
}
.p-music__prof::before {
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-music__prof::before {
    top: 7px;
  }
}
.p-music__prof::after {
  top: 7px;
}
@media screen and (max-width: 767px) {
  .p-music__prof::after {
    top: 4px;
  }
}
.p-music__prof-outer {
  border-radius: 30px;
  box-shadow: 0 0 0 2px #5b529b;
  position: relative;
  z-index: 1;
  background: url(../img/bg/bg_grid_l.png) repeat center center;
  background-size: 15px;
  padding: 4.8%;
}
@media screen and (max-width: 767px) {
  .p-music__prof-outer {
    background-size: 13px;
    box-shadow: 0 0 0 1px #5b529b;
    border-radius: 15px;
    padding: 25px 7.5% 29px;
  }
}
.p-music__prof-deco-item {
  position: absolute;
  top: 10%;
  right: -8%;
  width: 14%;
}
@media screen and (max-width: 767px) {
  .p-music__prof-deco-item {
    top: 0%;
    right: -2%;
    width: 23%;
  }
}
.p-music__prof-deco-item img {
  height: 100%;
  transform: rotate(144deg);
}
.p-music__prof-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-music__prof-inner {
    display: block;
  }
}
.p-music__prof-thumb {
  flex-shrink: 0;
  width: 24.6%;
  min-width: 200px;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .p-music__prof-thumb {
    width: 61%;
    min-width: auto;
    margin: 0 auto 26px;
  }
}
.p-music__prof-detail {
  margin-top: 3px;
  word-break: break-all;
  color: #5b529b;
}
@media screen and (max-width: 767px) {
  .p-music__prof-detail {
    margin-top: 0;
  }
}
.p-music__prof-detail-ttl {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5b529b;
  letter-spacing: 1px;
  margin-bottom: 23px;
  position: relative;
  display: flex;
  align-items: center;
}
.p-music__prof-detail-ttl.margin-top {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-music__prof-detail-ttl.margin-top {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-music__prof-detail-ttl {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
  }
}
.p-music__prof-detail-ttl .p-in_text {
  filter: drop-shadow(0 3px 0 #81e6d5);
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-music__prof-detail-ttl .p-in_text {
    padding-right: 5px;
    filter: drop-shadow(0 2px 0 #81e6d5);
  }
}
.p-music__prof-detail-ttl .p-in_line {
  content: "";
  height: 2px;
  flex-grow: 1;
  display: block;
  position: relative;
  background-color: #9391df;
}
@media screen and (max-width: 767px) {
  .p-music__prof-detail-ttl .p-in_line {
    height: 1px;
  }
}
.p-music__prof-detail-name {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-music__prof-detail-name {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.p-music__prof-detail-about {
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0.3px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-music__prof-detail-about {
    line-height: 1.8;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
  }
}
.p-music__prof-sns {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-music__prof-sns {
    margin-top: 16px;
  }
}
.p-music__prof-sns-item {
  margin: 0 11px;
}
@media screen and (max-width: 767px) {
  .p-music__prof-sns-item {
    margin: 0 7px;
  }
}
.p-music__prof-sns-item.-official {
  position: relative;
  padding-right: 23px;
  margin: 0 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-music__prof-sns-item.-official {
    padding-right: 17px;
  }
}
.p-music__prof-sns-item.-official::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 19px;
  background-color: #5b529b;
  transform: translateY(-50%) skewX(-25deg);
}
@media screen and (max-width: 767px) {
  .p-music__prof-sns-item.-official::before {
    height: 15px;
  }
}
.p-music__prof-sns-item.-official .p-in_text {
  padding-left: 34px;
  letter-spacing: 1.2px;
  font-family: "Lato", sans-serif;
  color: #f69aaf;
  font-weight: 600;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-music__prof-sns-item.-official .p-in_text {
    font-size: 1.1rem;
    padding-left: 28px;
  }
}
.p-music__prof-sns-item.-official .p-in_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  fill: #f69aaf;
}
@media screen and (max-width: 767px) {
  .p-music__prof-sns-item.-official .p-in_icon {
    width: 18px;
    height: 18px;
  }
}
.p-music__prof-sns-link a {
  display: block;
  height: 19px;
  width: 19px;
}
@media screen and (max-width: 767px) {
  .p-music__prof-sns-link a {
    height: 15px;
    width: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-music__prof-sns-link a:hover .p-in_text {
    color: #9391df;
  }
  .p-music__prof-sns-link a:hover svg {
    fill: #9391df;
  }
}
.p-music__prof-sns-link a svg {
  fill-rule: evenodd;
  height: 100%;
  fill: #f69aaf;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.-official .p-music__prof-sns-link a svg {
  height: auto;
}
.-official .p-music__prof-sns-link a {
  width: auto;
  height: auto;
}

.p-music_deco img {
  height: 100%;
}
.p-music_deco__item {
  position: absolute;
}
.p-music_deco__item.-d1 {
  top: 544px;
  right: -103px;
  width: 20%;
  max-width: 290px;
}
.p-music_deco__item.-d1 .parallax_inner {
  transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d1 .parallax_inner {
    transform: rotate(32deg);
  }
}
.p-music__box-item:first-of-type .p-music_deco__item.-d1 {
  top: 151px;
}
.p-music__box-item .p-music_deco__item.-d1 {
  top: 400px;
}
.p-music_deco__item.-d1 img {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.is-active .p-music_deco__item.-d1 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d1 {
    right: -14%;
    top: 3%;
    width: 39%;
    max-width: 200px;
  }
}
.p-music_deco__item.-d2 {
  top: 201px;
  right: 14.5%;
  width: 15.8%;
  max-width: 190px;
}
.p-music_deco__item.-d2 .parallax_inner {
  transform: rotate(140deg);
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d2 .parallax_inner {
    transform: rotate(142deg);
  }
}
.p-music__box-item:first-of-type .p-music_deco__item.-d2 {
  top: -160px;
}
.p-music__box-item .p-music_deco__item.-d2 {
  top: 48px;
}
.p-music_deco__item.-d2 img {
  transform: translate(15px, 10px);
  opacity: 0;
}
.is-active .p-music_deco__item.-d2 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d2 {
    top: 1%;
    right: -12.5%;
    width: 29.8%;
    max-width: 150px;
  }
}
.p-music_deco__item.-d3 {
  top: 736px;
  left: -63px;
  width: 12%;
  max-width: 238px;
}
.p-music_deco__item.-d3 .parallax_inner {
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d3 .parallax_inner {
    transform: rotate(32deg);
  }
}
.p-music__box-item:first-of-type .p-music_deco__item.-d3 {
  top: 384px;
}
.p-music__box-item .p-music_deco__item.-d3 {
  top: 580px;
}
.p-music_deco__item.-d3 img {
  transform: translateY(15px);
  opacity: 0;
}
.is-active .p-music_deco__item.-d3 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d3 {
    width: 22%;
    max-width: 130px;
    top: 18%;
    right: auto;
    left: -10%;
  }
}
.p-music_deco__item.-d4 {
  top: 37%;
  left: 52px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d4 {
    top: 32.5%;
    left: auto;
    right: 2%;
    width: 7%;
  }
}
.p-music_deco__item.-d4 .parallax_inner {
  transform: rotate(-17deg);
}
.p-music__box-item:first-of-type .p-music_deco__item.-d4 {
  bottom: 751px;
}
.p-music__box-item .p-music_deco__item.-d4 {
  bottom: 25px;
}
.p-music_deco__item.-d4 img {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.is-active .p-music_deco__item.-d4 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-music_deco__item.-d5 {
  top: 53%;
  right: 52px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d5 {
    top: 42%;
    right: auto;
    left: -1%;
    width: 7%;
  }
}
.p-music_deco__item.-d5 .parallax_inner {
  transform: rotate(-17deg);
}
.p-music_deco__item.-d6 {
  top: 54%;
  left: -63px;
  width: 12%;
  max-width: 238px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d6 {
    width: 22%;
    max-width: 130px;
    top: 54%;
    right: auto;
    left: -10%;
  }
}
.p-music_deco__item.-d6 .parallax_inner {
  transform: rotate(30deg) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d6 .parallax_inner {
    transform: rotate(32deg) scaleX(-1);
  }
}
.p-music_deco__item.-d7 {
  top: 67%;
  left: -103px;
  width: 20%;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d7 {
    top: 63%;
    width: 30%;
    left: auto;
    right: -10%;
    max-width: none;
  }
}
.p-music_deco__item.-d7 .parallax_inner {
  transform: rotate(-19deg);
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d7 .parallax_inner {
    transform: rotate(19deg);
  }
}
.p-music_deco__item.-d8 {
  top: 74%;
  right: -59px;
  width: 9%;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d8 {
    width: 15%;
    right: -12%;
    top: 64%;
    max-width: none;
  }
}
.p-music_deco__item.-d8 .parallax_inner {
  transform: rotate(-15deg);
}
.p-music_deco__item.-d9 {
  top: 85%;
  left: -50px;
  width: 18%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d9 {
    width: 26%;
    left: -10%;
    top: 77%;
  }
}
.p-music_deco__item.-d9 .parallax_inner {
  transform: scaleX(-1) rotate(-40deg);
}
.p-music_deco__item.-d10 {
  top: 92%;
  right: -103px;
  width: 20%;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d10 {
    right: -10%;
    width: 30%;
    top: 88%;
  }
}
.p-music_deco__item.-d10 .parallax_inner {
  transform: rotate(19deg);
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d10 .parallax_inner {
    transform: rotate(19deg);
  }
}
.p-music_deco__item.-d11 {
  top: 97%;
  left: 20px;
  width: 15%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-music_deco__item.-d11 {
    left: -7%;
    width: 30%;
  }
}
.p-music_deco__item.-d11 .parallax_inner {
  transform: scaleX(-1) rotate(18deg);
}

.p-special {
  position: relative;
  padding-bottom: 8%;
  margin-top: max(-6vw,-56px);
}
@media screen and (max-width: 767px) {
  .p-special {
    margin-top: -8%;
    padding-bottom: 21%;
  }
}
.p-special__ttl {
  max-width: 400px;
  width: 46%;
  margin-bottom: 82px;
  fill: #fefb94;
}
@media screen and (max-width: 767px) {
  .p-special__ttl {
    width: 64%;
    margin-bottom: 56px;
  }
}
.p-special__ttl .l-section__ttl-bg {
  fill: #81e6d5;
  top: 11px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .p-special__ttl .l-section__ttl-bg {
    top: 8%;
    left: 1.5%;
  }
}
.p-special__ttl .l-section__ttl-caption {
  max-width: 200px;
  width: 50%;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .p-special__ttl .l-section__ttl-caption {
    width: 50%;
    margin: 7px auto 0;
  }
}
.p-special__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-special__list {
    width: 98%;
    margin: 0 auto;
  }
}
.p-special__list-item {
  width: 22.75%;
  position: relative;
  transform: translateY(32px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-special__list-item + .p-special__list-item {
    margin-left: 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-special__list-item + .p-special__list-item {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-special__list-item:hover .p-special__list-item-outer {
    transform: translateY(-15px);
  }
  .p-special__list-item:hover a {
    background-color: #fefb94;
  }
}
@media screen and (max-width: 1000px) {
  .p-special__list-item:nth-child(2n) {
    margin-left: 4%;
  }
}
.is-active .p-special__list-item:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.is-active .p-special__list-item:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.42s;
}
.is-active .p-special__list-item:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.54s;
}
.is-active .p-special__list-item:nth-child(4) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.66s;
}
@media screen and (max-width: 1000px) {
  .p-special__list-item {
    width: 48%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-special__list-item {
    width: 48%;
    margin-bottom: 8%;
  }
}
.p-special__list-item-outer {
  position: relative;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-special__list-item-outer::before, .p-special__list-item-outer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 2px #9391df;
  background: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-special__list-item-outer::before, .p-special__list-item-outer::after {
    border-radius: 7px;
    box-shadow: 0 0 0 1px #9391df;
  }
}
.p-special__list-item-outer::before {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .p-special__list-item-outer::before {
    top: 7px;
  }
}
.p-special__list-item-outer::after {
  top: 7px;
}
@media screen and (max-width: 767px) {
  .p-special__list-item-outer::after {
    top: 4px;
  }
}
.p-special__list a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #fefb94;
  padding: 15px 14px 20px;
  box-shadow: 0 0 0 2px #9391df;
  border-radius: 20px;
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-special__list a {
    border-radius: 7px;
    box-shadow: 0 0 0 1px #9391df;
    padding: 7px 6px 9px;
  }
}
.p-special__list-thumb {
  width: 100%;
  padding: 30%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.p-special__list-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-special__list-detail {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-special__list-detail {
    line-height: 1.6;
  }
}
.p-special__list-date {
  color: #9391df;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-special__list-date {
    font-size: 1rem;
  }
}
.p-special__list-text {
  font-size: 1.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: wrap;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-special__list-text {
    font-size: 1rem;
    margin-top: 4px;
  }
}
.p-special__btn {
  margin: 66px auto 0;
  width: 380px;
  opacity: 0;
  transform: translateY(28px);
}
.is-active .p-special__btn {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-special__btn {
    width: 80%;
    width: 190px;
    margin: 16px auto 0;
  }
}

.p-special_deco img {
  height: 100%;
}
.p-special_deco__item {
  position: absolute;
}
.p-special_deco__item.-d1 {
  top: 27%;
  right: 17%;
  width: 11%;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .p-special_deco__item.-d1 {
    top: -32%;
    right: 0;
    width: 22%;
  }
}
.p-special_deco__item.-d1 .parallax_inner {
  transform: rotate(-38deg);
}
@media screen and (max-width: 767px) {
  .p-special_deco__item.-d1 .parallax_inner {
    transform: translateX(77%) rotate(-152deg);
  }
}
.p-special_deco__item.-d1 img {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.is-active .p-special_deco__item.-d1 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-special_deco__item.-d2 {
  bottom: -67%;
  width: 17%;
  max-width: 280px;
  right: 4%;
}
@media screen and (max-width: 767px) {
  .p-special_deco__item.-d2 {
    bottom: 4%;
    width: 30%;
  }
}
.p-special_deco__item.-d2 .parallax_inner {
  transform: rotate(-49deg);
}
@media screen and (max-width: 767px) {
  .p-special_deco__item.-d2 .parallax_inner {
    transform: translateX(35%) rotate(-49deg);
  }
}
.p-special_deco__item.-d2 img {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.is-active .p-special_deco__item.-d2 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-special_deco__item.-d3 {
  top: 27%;
  left: 0;
  width: 21%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-special_deco__item.-d3 {
    top: 7%;
    left: 0px;
    width: 39%;
  }
}
.p-special_deco__item.-d3 .parallax_inner {
  transform: translateX(-29%) rotate(29deg);
}
@media screen and (max-width: 767px) {
  .p-special_deco__item.-d3 .parallax_inner {
    transform: translateX(-29%) rotate(42deg);
  }
}
.p-special_deco__item.-d3 img {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.is-active .p-special_deco__item.-d3 img {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}