@charset "UTF-8";
.g-wrapper {
    background: #f8d635;
}
.g-footer {
    margin-top: calc(-70vw /14);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* .g-header-logo {
    display: block;
    opacity: 1;
    visibility: visible;
  } */
  /* .g-header-hamburger,
  .g-header-ec {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .g-header.is-kv-passed .g-header-logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .g-header.is-kv-passed .g-header-hamburger,
  .g-header.is-kv-passed .g-header-ec {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .g-header.is-kv-passed .g-header-close {
    visibility: visible;
  }
  .js-navopen .g-header.is-kv-passed .g-header-close {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 999;
  } */

/* .g-header-logo {
    width: calc(88vw / 7.5);
}
.g-header-logo__img {
    width: calc(60vw / 7.5);
    margin: 0 auto calc(10vw / 7.5) calc(14vw / 7.5);
} */

.g-footer {
    margin-top: calc(-70vw /7.5);
}
}

/* kv
//* -------------------------------------------------- */
.kv {
    height: calc(1167vw /14);
    position: relative;
    overflow: hidden;
    background: #f8d635;
    padding-bottom: calc(290vw / 14);
    transition: background-color 0.6s ease;
}
.kv::before {
    content: "";
    position: absolute;
    top: calc(288vw / 14);
    left: calc(-190vw / 14);
    width: calc(1780vw / 14);
    height: calc(410vw / 14);
    border-radius: 50% / 100% 100% 0 0;
    background: #fcefae;
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.6s ease;
}
.kv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(550vw / 14);
    background: #fcefae;
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.6s ease;
}
.kv-swiper {
    position: relative;
    z-index: 3;
    overflow: visible;
    padding-top: calc(190vw / 14);
}
.kv-swiper .swiper-wrapper {
    align-items: flex-start;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1) !important;
}
.kv-box {
    height: auto;
    transform: scale(0.9) translateY(calc(60vw / 14));
    transition:
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.9s ease;
    opacity: 0.95;
    transform-origin: top;
}
.kv-box.swiper-slide-active {
    transform: scale(1) translateY(calc(-100vw / 14));
    opacity: 1;
}
.kv-box.swiper-slide-prev,
.kv-box.swiper-slide-next {
    transform: scale(0.9) translateY(calc(80vw / 14));
}
.kv.is-moving .kv-box,
.kv.is-moving .kv-box.swiper-slide-active,
.kv.is-moving .kv-box.swiper-slide-prev,
.kv.is-moving .kv-box.swiper-slide-next {
    transform: scale(0.86) translateY(calc(0vw / 14));
}
.kv-box.swiper-slide-prev,
.kv-box.swiper-slide-next {
    transform: scale(0.9) translateY(calc(48vw / 14));
}
.kv-box a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.kv-mv {
    position: relative;
    width: calc(620vw / 14);
    margin: 0 auto;
}
.kv-mv img {
    display: block;
    width: 100%;
    height: auto;
}
.kv-mv p {
    position: absolute;
    font-size: calc(14vw / 14);
    bottom: -1em;
    right: 2em;
    font-weight: 500;
}
.kv-news {
    position: relative;
    z-index: 4;
    background-color: #fdfce1;
    border: 10px solid #fff;
    border-radius: 54em;
    width: calc(500vw / 14);
    margin: calc(-70vw / 14) auto 0;
    padding: 1em 2em;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.kv-news.is-changing {
    opacity: 0;
    transform: translateY(8px);
}
.kv-news__date {
    font-size: calc(14vw / 14);
    color: #f0a405;
    font-weight: 500;
}
.kv-news__ttl {
    font-size: calc(16vw / 14);
    color: #0162ab;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}
.kv-news .u-enkunoji {
    position: relative;
    right: inherit;
    top: 4px;
    bottom: inherit;
    margin: 0 0 0 2px;
    display: inline-block;
}

.kv-arrow {
    position: absolute;
    top: calc(396vw /14);
    z-index: 20;
    width: calc(30vw /14);
    height: calc(30vw /14);
    border: 0;
    border-radius: 50%;
    background: #fcc929;
    border: 2px solid #fff;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0;
    animation: fade .3s .5s ease forwards;
}
.kv-arrow--prev {
    left: calc(50% - 26vw);
}
.kv-arrow--next {
    right: calc(50% - 26vw);
}
.kv-arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(8vw /14);
    height: calc(8vw /14);
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
} 
.kv-arrow--prev span {
    transform: translate(-35%, -50%) rotate(-135deg);
}
.kv-arrow--next span {
    transform: translate(-65%, -50%) rotate(45deg);
} 


/*   
.kv-clouds {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}
.kv-clouds { position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
} 
.kv-cloud { position: absolute;
    left: 0;
    width: calc(203vw / 14);
    opacity: 0.95;
    transform: translateX(110vw);
    animation: kvCloudMoveArc 36s linear infinite;
} 
.kv-cloud img { 
    display: block;
    width: 100%;
    height: auto;
}
.kv-cloud--01 {
  top: calc(240vw / 14);
  animation-duration: 38s;
  animation-delay: -4s;
}
.kv-cloud--02 {
  top: calc(320vw / 14);
  width: calc(280vw / 14);
  animation-duration: 32s;
  animation-delay: -8s;
}
.kv-cloud--03 {
  top: calc(200vw / 14);
  width: calc(127vw / 14);
  animation-duration: 42s;
  animation-delay: -12s;
} 
.kv-cloud--04 {
    top: calc(300vw / 14);
    width: calc(298vw / 14);
    animation-duration: 32s;
    animation-delay: -24s;
}
.kv-cloud--05 {
    top: calc(180vw / 14);
    width: calc(125vw / 14);
    animation-duration: 42s;
    animation-delay: -28s;
} 
@keyframes kvCloudMoveArc {
    0% {
      transform: translate(115vw, 0)rotate(30deg);
    }
    20% {
      transform: translate(87vw, -3vw)rotate(20deg);
    }
    40% {
      transform: translate(59vw, -6vw)rotate(10deg);
    }
    50% {
      transform: translate(45vw, -7vw)rotate(0deg);
    }
    60% {
      transform: translate(31vw, -6vw)rotate(-10deg);
    }
    80% {
      transform: translate(3vw, -3vw)rotate(-20deg);
    }
    100% {
      transform: translate(-25vw, 0)rotate(-30deg);
    }
} */
.kv-banyana {
    position: absolute;
    z-index: 2;
    height: calc(442vw /14);
    width: calc(550vw /14);
    bottom: 0;
    right: 6%;
    background: url(../img/top/ill_banyana.svg) no-repeat;
    background-size: 100% auto;
    transform: rotate(-50deg);
    bottom: calc(-300vw /14);
    animation: banayana 8s linear infinite;
}
@keyframes banayana {
  0% {
    transform: rotate(-50deg);
    bottom: calc(-550vw /14);
  }
  8% {
    transform: rotate(-50deg);
    bottom: calc(-400vw /14);
  }
  10% {
    transform: rotate(-50deg);
    bottom: calc(-250vw /14);
  }
  13% {
    transform: rotate(-50deg);
    bottom: calc(-250vw /14);
  }
  16% {
    transform: rotate(-30deg);
    bottom: calc(-250vw /14);
  }
  19% {
    transform: rotate(-50deg);
    bottom: calc(-250vw /14);
  }
  22% {
    transform: rotate(-30deg);
    bottom: calc(-250vw /14);
  }
  25% {
    transform: rotate(-50deg);
    bottom: calc(-250vw /14);
  }
  30% {
    transform: rotate(-30deg);
    bottom: calc(-200vw /14);
  }
  33% {
    transform: rotate(-30deg);
    bottom: calc(-200vw /14);
  }
  38% {
    transform: rotate(-30deg);
    bottom: calc(-250vw /14);
  }
  41% {
    transform: rotate(-30deg);
    bottom: calc(-200vw /14);
  }
  50% {
    transform: rotate(15deg);
    bottom: calc(-130vw /14);
  }
  65% {
    transform: rotate(15deg);
    bottom: calc(-130vw /14);
  }
  78% {
    transform: rotate(-30deg);
    bottom: calc(-200vw /14);
  }
  84% {
    transform: rotate(-50deg);
    bottom: calc(-400vw /14)
  }
  90% {
    transform: rotate(-50deg);
    bottom: calc(-550vw /14);
  }
  100% {
    transform: rotate(-50deg);
    bottom: calc(-550vw /14);
  }
}

@media screen and (min-width: 768px) {
    .kv-arrow:hover {
      transform: scale(1.3)translateY(-50%);
    }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .kv {
        height: calc(1230vw /7.5);
        padding-bottom: calc(300vw / 7.5);
    }
    .kv::before {
        top: calc(400vw / 7.5);
        left: calc(-500vw / 7.5);
        width: calc(1780vw / 7.5);
        height: calc(410vw / 7.5);
    }
    .kv::after {
        height: calc(500vw / 7.5);
    }
    .kv-logo {
        position: absolute;
        z-index: 2;
        width: calc(180vw /7.5);
        top: 3%;
        left: 4%;
    }
    .kv-swiper {
        padding-top: calc(160vw / 7.5);
    }
    .kv-box.swiper-slide-active {
        transform: scale(1) translateY(calc(-58vw / 7.5));
    }
    .kv-box.swiper-slide-prev,
    .kv-box.swiper-slide-next {
        transform: scale(0.9) translateY(calc(48vw / 7.5));
    }
    .kv.is-moving .kv-box,
    .kv.is-moving .kv-box.swiper-slide-active,
    .kv.is-moving .kv-box.swiper-slide-prev,
    .kv.is-moving .kv-box.swiper-slide-next {
        transform: scale(0.86) translateY(calc(58vw / 7.5));
    }
    .kv-box.swiper-slide-prev,
    .kv-box.swiper-slide-next {
        transform: scale(0.9) translateY(calc(28vw / 7.5));
    }
    .kv-mv {
        width: calc(620vw / 7.5);
    }
    .kv-mv p {
        font-size: calc(14vw / 7.5);
    }
    .kv-news {
        border-width: 5px;
        border-radius: 27em;
        width: calc(620vw / 7.5);
        margin: calc(-20vw / 7.5) auto 0;
    }
    .kv-news__date {
        font-size: calc(24vw / 7.5);
        line-height: 1;
        margin-bottom: .4em;
    }
    .kv-news__ttl {
        font-size: calc(24vw / 7.5);
        line-height: 1.6;
    }
    .kv-news .u-enkunoji {
        top: 2px;
        margin: 0 0 0 4px;
    }
    .kv-arrow {
        top: calc(635vw /7.5);
        width: calc(47vw /7.5);
        height: calc(47vw /7.5);
        border-width: 1.5px;
    }
    .kv-arrow--prev {
        left: calc(50% - 40vw);
    }
    .kv-arrow--next {
        right: calc(50% - 40vw);
    }
    .kv-arrow span {
        width: calc(12vw /7.5);
        height: calc(12vw /7.5);
        border-width: 1px;
    } 
    /* .kv-cloud {
        width: calc(203vw / 7.5);
        transform: translateX(110vw);
        animation: kvCloudMoveArc 36s linear infinite;
    } 
    .kv-cloud--01 {
      top: calc(300vw / 7.5);
      animation-duration: 32s;
      animation-delay: -4s;
    }
    .kv-cloud--02 {
      top: calc(400vw / 7.5);
      width: calc(206vw / 7.5);
      animation-duration: 42s;
      animation-delay: -18s;
    }
    .kv-cloud--03 {
      top: calc(270vw / 7.5);
      width: calc(170vw / 7.5);
      animation-duration: 36s;
      animation-delay: -28s;
    } 
    @keyframes kvCloudMoveArc {
        0% {
          transform: translate(115vw, 0)rotate(30deg);
        }
        20% {
          transform: translate(87vw, -3vw)rotate(20deg);
        }
        40% {
          transform: translate(59vw, -6vw)rotate(10deg);
        }
        50% {
          transform: translate(45vw, -7vw)rotate(0deg);
        }
        60% {
          transform: translate(31vw, -6vw)rotate(-10deg);
        }
        80% {
          transform: translate(3vw, -3vw)rotate(-20deg);
        }
        100% {
          transform: translate(-25vw, 0)rotate(-30deg);
        }
    } */
    .kv-banyana {
        height: calc(430vw /7.5);
        width: calc(548vw /7.5);
        right: 13%;
        bottom: calc(-300vw /7.5);
        animation: banayana 8s linear infinite;
    }
    @keyframes banayana {
      0% {
        transform: rotate(-50deg);
        bottom: calc(-550vw /7.5);
      }
      8% {
        transform: rotate(-50deg);
        bottom: calc(-400vw /7.5);
      }
      10% {
        transform: rotate(-50deg);
        bottom: calc(-250vw /7.5);
      }
      13% {
        transform: rotate(-50deg);
        bottom: calc(-250vw /7.5);
      }
      16% {
        transform: rotate(-30deg);
        bottom: calc(-250vw /7.5);
      }
      19% {
        transform: rotate(-50deg);
        bottom: calc(-250vw /7.5);
      }
      22% {
        transform: rotate(-30deg);
        bottom: calc(-250vw /7.5);
      }
      25% {
        transform: rotate(-50deg);
        bottom: calc(-250vw /7.5);
      }
      30% {
        transform: rotate(-30deg);
        bottom: calc(-200vw /7.5);
      }
      33% {
        transform: rotate(-30deg);
        bottom: calc(-200vw /7.5);
      }
      38% {
        transform: rotate(-30deg);
        bottom: calc(-250vw /7.5);
      }
      41% {
        transform: rotate(-30deg);
        bottom: calc(-200vw /7.5);
      }
      50% {
        transform: rotate(15deg);
        bottom: calc(-130vw /7.5);
      }
      65% {
        transform: rotate(15deg);
        bottom: calc(-130vw /7.5);
      }
      78% {
        transform: rotate(-30deg);
        bottom: calc(-200vw /7.5);
      }
      84% {
        transform: rotate(-50deg);
        bottom: calc(-400vw /7.5)
      }
      90% {
        transform: rotate(-50deg);
        bottom: calc(-550vw /7.5);
      }
      100% {
        transform: rotate(-50deg);
        bottom: calc(-550vw /7.5);
      }
    }
}


/* g-main
//* -------------------------------------------------- */
.g-main {
  background-color: var(--brand-yellow);
}
.g-main .c-heading_en {
    font-size: calc(90vw / 14);
}
.g-main .c-heading_jp {
    font-size: calc(20vw / 14);
    margin-top: calc(10vw / 14);
}
.g-main .u-hoverButton {
    font-size: calc(14vw / 14);
    margin-top: calc(20vw / 14);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .g-main .c-heading_en {
        font-size: calc(90vw / 7.5);
    }
    .g-main .c-heading_jp {
        font-size: calc(30vw / 7.5);
        margin-top: calc(0vw / 7.5);
    }
    .g-main .u-hoverButton {
        font-size: calc(24vw / 7.5);
        margin-top: calc(10vw / 7.5);
        width: calc(380vw /7.5);
        max-width: 380px;
    }
}

.top-story {
    position: relative;
    height: 100vh;
    overflow: hidden;
    isolation: isolate;
    background: var(--brand-yellow);
}
.top-scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lineup.top-scene,
.shop.top-scene,
.world.top-scene {
    margin: 0;
}
.lineup {
    z-index: 3;
}
.shop {
    z-index: 2;
}
.world {
    z-index: 1;
}

/* lineup
//* -------------------------------------------------- */
.lineup {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    /* background: url(../img/top/bg_dot.png) no-repeat center center;
    background-size: cover; */
}
.lineup::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/top/lineup_bg.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}
.lineup::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_dot.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
}
.lineup {
    --lineup-bg-opacity: 0;
}
.lineup::before {
    opacity: var(--lineup-bg-opacity);
}
.lineup-circle {
    z-index: 4;
}
.lineup-main {
    z-index: 5;
}
.lineup-item__01 {
    position: absolute;
    top: calc(-150vw /14);
    left: calc(-60vw /14);
    width: calc(262vw /14);
    transform: rotate(-35deg);
}
.lineup-item__02 {
    position: absolute;
    top: calc(-200vw /14);
    left: calc(300vw /14);
    width: calc(218vw /14);
    transform: rotate(-25deg);
}
.lineup-item__03 {
    position: absolute;
    top: calc(-50vw /14);
    right: calc(300vw /14);
    width: calc(250vw /14);
    transform: rotate(-10deg);
}
.lineup-item__04 {
    position: absolute;
    top: calc(50vw /14);
    right: calc(-10vw /14);
    width: calc(250vw /14);
    transform: rotate(20deg);
}
.lineup-item__05 {
    position: absolute;
    bottom: calc(20vw /14);
    left: calc(20vw /14);
    width: calc(240vw /14);
    transform: rotate(15deg);
}
.lineup-item__06 {
    position: absolute;
    bottom: calc(-240vw /14);
    left: calc(270vw /14);
    width: calc(260vw /14);
    transform: rotate(25deg);
}
.lineup-item__07 {
    position: absolute;
    bottom: calc(-280vw /14);
    right: calc(420vw /14);
    width: calc(200vw /14);
    transform: rotate(0deg);
}
.lineup-item__08 {
    position: absolute;
    bottom: calc(-440vw /14);
    right: calc(-60vw /14);
    width: calc(280vw /14);
    transform: rotate(-30deg);
}
.lineup-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(198vw /14);
    width: fit-content;
}

.lineup-item,
.lineup-main,
.lineup-circle {
    will-change: transform, opacity, filter;
}
.lineup-item {
    z-index: 2;
    transform-origin: center center;
}
.lineup-main {
    z-index: 3;
    pointer-events: none;
}
.lineup-main .c-heading_en {
    color: #fff;
}
.lineup-main .u-hoverButton {
    pointer-events: auto;
}
.lineup-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(400vw / 14);
    height: calc(400vw / 14);
    border-radius: 50%;
    background: #fff3b1;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .lineup,
    .lineup-item,
    .lineup-main,
    .lineup-circle {
        transition: none !important;
        animation: none !important;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .lineup::before {
        background: url(../img/top/lineup_bg_sp.png) no-repeat center center;
        background-size: cover;
    }
    .lineup-main {
        top: calc(-130vw /7.5);
    }
    .lineup-item__01 {
        top: calc(-120vw /7.5);
        left: calc(0vw /7.5);
        width: calc(262vw /7.5);
        transform: rotate(-15deg);
    }
    .lineup-item__02 {
        top: calc(-100vw /7.5);
        left: calc(250vw /7.5);
        width: calc(200vw /7.5);
        transform: rotate(-5deg);
    }
    .lineup-item__03 {
        top: calc(50vw /7.5);
        right: calc(40vw /7.5);
        width: calc(222vw /7.5);
        transform: rotate(-20deg);
    }
    .lineup-item__04 {
        top: calc(320vw /7.5);
        right: calc(-80vw /7.5);
        width: calc(222vw /7.5);
        transform: rotate(20deg);
    }
    .lineup-item__05 {
        bottom: calc(320vw /7.5);
        left: calc(-100vw /7.5);
        width: calc(260vw /7.5);
        transform: rotate(-30deg);
        z-index: 4;
    }
    .lineup-item__06 {
        bottom: calc(-180vw /7.5);
        left: calc(0vw /7.5);
        width: calc(290vw /7.5);
        transform: rotate(25deg);
        z-index: 5;
    }
    .lineup-item__07 {
        bottom: calc(-260vw /7.5);
        right: calc(180vw /7.5);
        width: calc(225vw /7.5);
        transform: rotate(0deg);
    }
    .lineup-item__08 {
        bottom: calc(-300vw /7.5);
        right: calc(-240vw /7.5);
        width: calc(280vw /7.5);
        transform: rotate(-10deg);
    }
    .lineup-circle {
        width: calc(400vw / 7.5);
        height: calc(400vw / 7.5);
    }
}

/* shop
//* -------------------------------------------------- */
.shop {
    overflow: hidden;
    isolation: isolate;
    background: #FFFDF1;
    background: linear-gradient(0deg,rgba(255, 253, 241, 1) 0%, rgba(255, 243, 177, 1) 71%, rgba(191, 231, 222, 1) 100%);
}
.shop::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_dot.png) no-repeat center center;
    background-size: cover;
}
.shop-clouds {
    width: calc(1240vw /14);
    position: absolute;
    top: 15%;
    right: calc(40vw /14);
    z-index: 3;
}
.shop-bills {
    width: 100%;
    position: absolute;
    bottom: calc(-60vw /14);
    /* left: -2%;
    */
    left: 0;
}
.shop-ground {
    width: 100%;
    position: absolute;
    bottom: 0;
    /* left: -2%;
    */
    left: 0;
}
.shop-banana {
    width: calc(110vw /14);
    position: absolute;
    bottom: calc(200vw /14);
    left: calc(-50vw /14);
    right: 0;
    margin: auto;
    transform: rotate(25deg);
}
.shop-main {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(198vw /14);
    width: fit-content;
}
.shop-main .c-heading_en {
    color: #126eb3;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .shop {
        background: linear-gradient(0deg,rgba(255, 253, 241, 1) 0%, rgba(255, 243, 177, 1) 71%, rgba(191, 231, 222, 1) 100%);
    }
    .shop-clouds {
        width: calc(1300vw /7.5);
        top: 8%;
        right: calc(-180vw /7.5);
    }
    .shop-bills {
        width: 170%;
        bottom: calc(0vw /7.5);
        left: -30%;
    }
    .shop-ground {
        width: 240%;
        bottom: 0;
        left: -70%;
    }
    .shop-banana {
        width: calc(115vw /7.5);
        bottom: calc(280vw /7.5);
        left: calc(-50vw /7.5);
        transform: rotate(25deg);
    }
    .shop-main {
        height: calc(198vw /7.5);
        top: 36%;
    }
}

/* world
//* -------------------------------------------------- */
.world {
    overflow: hidden;
    isolation: isolate;
    position: relative;
}
.world-route {
    display: flex;
    align-items: center;
    width: max-content;
    width: calc(3107vw/ 14);
    position: relative;
    z-index: 2;
}
.world-ariplane {
    width: calc(1546vw /14);
    position: relative;
    z-index: 1;
}
.world .c-heading {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: calc(1296vw /14);
    position: relative;
}
.world .c-heading span {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
}
.world .c-heading::after {
    display: block;
    content: '';
    position: absolute;
    left: calc(-50vw /14);
    width: calc(1296vw /14);
    height: calc(122vw /14);
    bottom: calc(-50vw /14);
    background: url(../img/top/world_cloud.svg) no-repeat;
    background-size: 100% auto;
    z-index: 0;
}
.world .c-heading_en {
    line-height: .6;
    margin-right: calc(50vw /14);
}
.world .u-hoverButton {
    width: calc(265vw /14);
}

.world-star {
    width: calc(29vw /14);
    position: absolute;
    z-index: 3;
    pointer-events: none;
}
.world-star01 {
    transform: rotate(45deg);
    top: 10%;
    left: 10%;
}
.world-star02 {
    transform: rotate(-15deg);
    bottom: 10%;
    left: 20%;
}
.world-star03 {
    transform: rotate(15deg);
    top: 30%;
    left: 40%;
}
.world-star04 {
    transform: rotate(-45deg);
    bottom: 30%;
    left: 90%;
}
.world-star05 {
    transform: rotate(0deg);
    bottom: 50%;
    left: 70%;
}
.world-sky {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.world-sky01 {
    opacity: .3!important;
    background: #FFEDA4;
    background: linear-gradient(0deg,rgba(255, 237, 164, 1) 7%, rgba(255, 192, 57, 1) 100%);
}
.world-sky02 {
    background: #FFEDA4;
    background: linear-gradient(0deg,rgba(255, 237, 164, 1) 0%, rgba(255, 137, 55, 1) 88%);
}
.world-sky03 {
    background: #FFEDA4;
    background: linear-gradient(0deg,rgba(255, 237, 164, 1) 0%, rgba(255, 137, 55, 1) 36%, rgba(66, 92, 139, 1) 100%);
}
.world-sky04 {
    background: #425C8B;
    background: linear-gradient(0deg,rgba(66, 92, 139, 1) 0%, rgba(25, 50, 95, 1) 100%);
}


/* special
//* -------------------------------------------------- */
.special {
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(0deg,rgba(66, 91, 139, 0.9) 0%, rgba(25, 50, 95, 1) 100%);
}
.special-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    border-radius: 0;
    background: linear-gradient(0deg,rgba(66, 91, 139, 0.9) 0%, rgba(25, 50, 95, 1) 100%);
}
.special-main,
.special-sticker,
.smartphone-camera {
    will-change: transform, opacity;
}
.smartphone-camera {
    position: absolute;
    opacity: 0;
    width: calc(200vw / 14);
    top: 1%;
    left: 1%;
    z-index: 5;
    pointer-events: none;
    will-change: transform, opacity;
}
.special-main {
    z-index: 3;
}

.special-sticker {
    z-index: 2;
}

.special-sticker__arw {
    opacity: 0;
}
.special-main {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(127vw /14);
    width: fit-content;
}
.special-main .c-heading_jp,
.special-main .c-heading_en {
    color: #fff;
}

.special-sticker {
    position: relative;
    display: block;
    transform-origin: center center;
    position: absolute;
    pointer-events: visible;
}
.special-sticker__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.special-sticker__img--off {
    opacity: 0;
}

.special-sticker__img--on {
    opacity: 1;
}
.special-sticker__01 {
    top: calc(90vw / 14);
    left: calc(205vw / 14);
    width: calc(308vw / 14);
}
.special-sticker__01.special-sticker {
    aspect-ratio: 615 / 571;
}
.special-sticker__02 {
    top: calc(220vw /14);
    right: calc(5vw /14);
    width: calc(270vw /14);
}
.special-sticker__02.special-sticker {
    aspect-ratio: 539 / 541;
}
.special-sticker__03 {
    bottom: calc(0vw /14);
    left: calc(180vw /14);
    width: calc(272vw /14);
}
.special-sticker__03.special-sticker {
    aspect-ratio: 543 / 585;
}
.special-sticker__04 {
    bottom: calc(230vw /14);
    left: calc(10vw /14);
    width: calc(346vw /14);
}
.special-sticker__04.special-sticker {
    aspect-ratio: 691 / 454;
}
.special-sticker__05 {
    top: calc(0vw /14);
    right: calc(150vw /14);
    width: calc(291vw /14);
}
.special-sticker__05.special-sticker {
    aspect-ratio: 582 / 646;
}
.special-sticker__06 {
    bottom: calc(20vw /14);
    right: calc(196vw /14);
    width: calc(228vw /14);
}
.special-sticker__06.special-sticker {
    aspect-ratio: 494 / 648;
}

.special-sticker__arw {
    display: block;
    position: absolute;
    width: calc(25vw /14);
    height: calc(25vw /14);
    background-color: #ffea39;
    border-radius: 50%;
}
.special-sticker__arw::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    right: 0;
    margin: auto;
    background: #1470b4;
    height: calc(tan(60deg) * 8px / 2);
    width: 6px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.special-sticker__01 .special-sticker__arw {
    bottom: calc(12vw /14);
    right: calc(50vw /14);
}
.special-sticker__02 .special-sticker__arw {
    bottom: calc(65vw / 14);
    left: calc(20vw / 14);
}
.special-sticker__03 .special-sticker__arw {
    bottom: calc(24vw / 14);
    right: calc(40vw / 14);
}
.special-sticker__04 .special-sticker__arw {
    bottom: calc(80vw / 14);
    right: calc(10vw / 14);
}
.special-sticker__05 .special-sticker__arw {
    top: calc(22vw / 14);
    right: calc(3vw / 14);
}
.special-sticker__06 .special-sticker__arw {
    bottom: calc(6vw / 14);
    right: calc(55vw / 14);
}

