﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 32px;
  --g-padding-m: 64px;
  --g-padding-l: 136px;
  --g-color-base: #EEE9E5;
  --g-color-grape: #493A46;
  --g-color-black: #07070B;
  --g-color-blue: #00FFFF;
  --g-color-white: #ffffff;
  --g-color-border: #707070;
  --g-color-yellow: #D8C1B2;
}
@media screen and (max-width: 1400px) {
  :root {
    --g-padding-s: 32rem;
    --g-padding-m: 64rem;
    --g-padding-l: 136rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

.c-font-xs {
  font-size: 12rem;
  letter-spacing: 0.05em;
}

.c-font-s {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-font-m {
  font-size: 25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-font-l {
  font-size: 45rem;
  font-weight: 500;
  line-height: 90rem;
  letter-spacing: 0.05em;
}

.c-font-xl {
  font-size: 120rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body.is-loading .js-cursor {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1302083333vw;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  overflow-x: hidden;
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

.black a,
.black p {
  color: #000;
}

h1, h2, h3, h4, h5, a, p, span {
  color: var(--g-color-black);
}

section {
  position: relative;
  overflow: hidden;
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
  bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
  bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
  transform: translateY(0);
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span {
    transform: unset !important;
  }
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span::after {
    content: unset;
  }
}

.anime-ttl span {
  display: inline-block;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transform: translateY(100px);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.anime-ttl span:nth-child(1) {
  transition-delay: 60ms;
}
.anime-ttl span:nth-child(2) {
  transition-delay: 0.12s;
}
.anime-ttl span:nth-child(3) {
  transition-delay: 0.18s;
}
.anime-ttl span:nth-child(4) {
  transition-delay: 0.24s;
}
.anime-ttl span:nth-child(5) {
  transition-delay: 0.3s;
}
.anime-ttl span:nth-child(6) {
  transition-delay: 0.36s;
}
.anime-ttl span:nth-child(7) {
  transition-delay: 0.42s;
}
.anime-ttl span:nth-child(8) {
  transition-delay: 0.48s;
}
.anime-ttl span:nth-child(9) {
  transition-delay: 0.54s;
}
.anime-ttl span:nth-child(10) {
  transition-delay: 0.6s;
}
.anime-ttl span:nth-child(11) {
  transition-delay: 0.66s;
}
.anime-ttl span:nth-child(12) {
  transition-delay: 0.72s;
}
.anime-ttl span:nth-child(13) {
  transition-delay: 0.78s;
}
.anime-ttl span:nth-child(14) {
  transition-delay: 0.9s;
}
.anime-ttl span:nth-child(15) {
  transition-delay: 0.96s;
}
.anime-ttl span:nth-child(16) {
  transition-delay: 1.02s;
}
.anime-ttl span:nth-child(17) {
  transition-delay: 1.08s;
}
.anime-ttl span:nth-child(18) {
  transition-delay: 1.14s;
}
.anime-ttl span:nth-child(19) {
  transition-delay: 1.2s;
}
.anime-ttl span:nth-child(20) {
  transition-delay: 1.26s;
}
.anime-ttl span:nth-child(21) {
  transition-delay: 1.32s;
}
.anime-ttl span:nth-child(22) {
  transition-delay: 1.38s;
}
.anime-ttl span:nth-child(23) {
  transition-delay: 1.44s;
}
.anime-ttl span:nth-child(24) {
  transition-delay: 1.5s;
}
.anime-ttl span:nth-child(25) {
  transition-delay: 1.56s;
}
.anime-ttl span:nth-child(26) {
  transition-delay: 1.62s;
}
.anime-ttl span:nth-child(27) {
  transition-delay: 1.68s;
}
.anime-ttl span:nth-child(28) {
  transition-delay: 1.74s;
}
.anime-ttl span:nth-child(29) {
  transition-delay: 1.8s;
}
.anime-ttl span:nth-child(30) {
  transition-delay: 1.86s;
}
.anime-ttl span:nth-child(31) {
  transition-delay: 1.92s;
}
.anime-ttl span:nth-child(32) {
  transition-delay: 1.98s;
}
.anime-ttl span:nth-child(33) {
  transition-delay: 2.04s;
}
.anime-ttl span:nth-child(34) {
  transition-delay: 2.1s;
}
.anime-ttl span:nth-child(35) {
  transition-delay: 2.16s;
}
.anime-ttl span:nth-child(36) {
  transition-delay: 2.22s;
}
.anime-ttl span:nth-child(37) {
  transition-delay: 2.28s;
}
.anime-ttl span:nth-child(38) {
  transition-delay: 2.34s;
}
.anime-ttl.show span {
  transform: translateY(0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.forpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }
}

.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forsp {
    display: block;
  }
}

.s-container {
  max-width: 648px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 350rem;
  }
}

.container {
  max-width: 880px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 880rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 350rem;
  }
}

.l-container {
  max-width: 1152px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .l-container {
    max-width: 1152rem;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    max-width: 370rem;
  }
}

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow-x: clip;
  margin-bottom: 50px;
}
.slide-auto-loop-wrap .slide-auto-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 70s infinite linear;
}
.slide-auto-loop-wrap._reverse {
  margin-bottom: 0;
}
.slide-auto-loop-wrap._reverse .slide-auto-loop-area {
  animation-direction: reverse;
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-auto-loop-txt {
  margin: 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 120rem;
  }
}
.slide-auto-loop-txt a {
  width: 500px;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  text-wrap: nowrap;
  line-height: 1;
  border-radius: 10px;
  font-size: 24px;
  color: var(--g-color-black);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .slide-auto-loop-txt a {
    width: 450rem;
    font-size: 24rem;
  }
}
.slide-auto-loop-txt a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px white;
}
.slide-auto-loop-txt .bubble-wrap {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide-auto-loop-txt .drop {
  position: relative;
  width: 20px;
  height: 20px;
  top: calc(100% - 20px);
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  animation: drip 5s cubic-bezier(1, 0, 0.91, 0.19) infinite;
}
.slide-auto-loop-txt .drop._other {
  animation-delay: 1s;
  margin: 0;
  left: calc(50% - 80px);
  transform: translateX(-50%);
}
.slide-auto-loop-txt .drop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid rgb(255, 255, 255);
  top: -22px;
}
.slide-auto-loop-txt .wave {
  position: relative;
  opacity: 0;
  top: 0;
  width: 2px;
  height: 1px;
  border: #FFF 7px solid;
  border-radius: 300px/150px;
  animation: waveripple 5s infinite;
  animation-delay: 1.96s;
  margin: 175px auto;
  z-index: 50;
}
.slide-auto-loop-txt .wave._other {
  animation-delay: 2.96s;
  margin: 0;
  margin-top: 175px;
  left: calc(50% - 80px);
  transform: translateX(-50%);
}
.slide-auto-loop-txt .wave:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 1px;
  border: #FFF 5px solid;
  border-radius: 300px/150px;
  animation: ripple-2 2s infinite;
}
@keyframes waveripple {
  0% {
    opacity: 1;
  }
  40% {
    width: 100%;
    height: 150px;
    border-width: 1px;
    top: -100px;
    opacity: 0;
  }
  40.01% {
    opacity: 0;
    top: 0;
    width: 2px;
    height: 1px;
    border-radius: 300px/150px;
  }
}
@keyframes ripple-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    width: 200px;
    height: 100px;
    border-width: 1px;
  }
}
@keyframes drip {
  0% {
    top: calc(100% - 20px);
  }
  40% {
    top: 190px;
  }
  40.01% {
    top: calc(100% - 20px);
  }
}

.slide-auto-loop-img {
  width: 400px;
  height: 560px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 4px;
}
@media screen and (max-width: 1400px) {
  .slide-auto-loop-img {
    margin: 0 4rem;
    width: 400rem;
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    margin: 0 3rem;
    width: 280rem;
    height: 394rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-cover-sec {
  margin-top: -40px;
}
@media screen and (max-width: 1400px) {
  .js-cover-sec {
    margin-top: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .js-cover-sec {
    margin-top: -16rem;
  }
}

.js-cover-elem {
  position: relative;
}

.js-cover-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 1;
  pointer-events: none;
  will-change: opacity;
}

.more-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 47px;
  background: #493A46;
  border-radius: 100px;
  border: 1px solid #493A46;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .more-btn a {
    padding: 15rem 47rem;
  }
}
.more-btn a span {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .more-btn a span {
    font-size: 14rem;
    margin-right: 14rem;
  }
}
.more-btn a svg {
  width: 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .more-btn a svg {
    width: 10rem;
  }
}
.more-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.more-btn a:hover {
  background: var(--g-color-white);
}
.more-btn a:hover span {
  color: #493A46;
}
.more-btn a:hover svg path {
  fill: #493A46;
}

.sec-ttl h2 {
  font-family: "Seravek Basic";
  font-size: 40px;
  font-weight: 500;
  color: var(--g-color-white);
  line-height: 1.6;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .sec-ttl h2 {
    font-size: 40rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    margin-bottom: 15rem;
    font-size: 46rem !important;
  }
}
.sec-ttl h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--g-color-white);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.6s;
}
.sec-ttl h2._show:after {
  width: 100%;
}
.sec-ttl h2 span:first-child {
  color: #77e8f5;
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 span {
    color: #77e8f5;
  }
}
.sec-ttl p {
  font-family: "GenShinGothic P";
  font-size: 22px;
  font-weight: 600;
  color: var(--g-color-white);
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .sec-ttl p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl p {
    font-size: 30rem !important;
  }
}
.sec-ttl._black h2,
.sec-ttl._black p {
  color: var(--g-color-black);
}
.sec-ttl._black h2::after,
.sec-ttl._black p::after {
  background: var(--g-color-black);
}

.sec-world-earth {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.sec-world-earth canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* ----------------------------------------
泡 アニメーション部分
----------------------------------------- */
/* アニメーション */
/* --------------------------------------------
TOP 水アニメーション
--------------------------------------------- */
@keyframes move {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  100% {
    transform: translateY(38vh);
  }
}
@keyframes shake1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shake2 {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes shake3 {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes shake4 {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes shake5 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bubble-field {
  overflow: hidden;
  height: 33vh;
  width: 100%;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.bubble {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.8) inset;
  position: relative;
  /* 個々のサイズ、shake設定 */
}

.bubble::after {
  content: "";
  display: block;
  width: 20%;
  height: 20%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 15%;
  top: 15%;
  filter: blur(2px);
  transform: rotateZ(45deg) scaleY(0.8);
}

.bubble.bubble1 {
  width: 15px;
  height: 15px;
  animation: shake1 5s ease 0s infinite normal;
}

.bubble.bubble2 {
  width: 25px;
  height: 25px;
  animation: shake2 4s ease 0s infinite normal;
}

.bubble.bubble3 {
  width: 20px;
  height: 20px;
  animation: shake3 2s ease 0s infinite normal;
}

.bubble.bubble4 {
  width: 30px;
  height: 30px;
  animation: shake4 6s ease 0s infinite normal;
}

.bubble.bubble5 {
  width: 10px;
  height: 10px;
  animation: shake5 3s ease 0s infinite normal;
}

.bubble-move {
  position: absolute;
  top: -20%;
  left: 50%;
  animation: move 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
}

.bubble-move.move1 {
  left: 50%;
}

.bubble-move.move2 {
  left: 50%;
  animation-delay: 1s;
  animation-duration: 6s;
}

.bubble-move.move3 {
  left: 50%;
  animation-delay: 1.5s;
  animation-duration: 3s;
}

.bubble-move.move4 {
  left: 50%;
  animation-delay: 2s;
  animation-duration: 7s;
}

.bubble-move.move5 {
  left: 50%;
  animation-delay: 2.5s;
  animation-duration: 4s;
}

/* ----------------------------------------------------
ここまで泡 アニメーション部分
----------------------------------------------------- */
.wow-icon {
  position: absolute;
  z-index: 999;
  top: 150px;
  left: 32%;
  right: 50%;
  width: 500px;
  text-align: center;
  margin: 0 auto;
}

.container {
  width: 200px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#droplet {
  width: 100%;
  position: absolute;
  top: 0;
}

/* ---------------------
contact
----------------------- */
.section-contact {
  margin-bottom: 0;
  background-color: #000;
}

.contact {
  padding: 50px 100px 200px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .contact {
    padding-inline: 10px;
    padding-top: 50px;
  }
}
.contact-fade-wrap {
  position: relative;
  z-index: 5;
}

.contact-top {
  display: flex;
  justify-content: center;
  transform: translateY(180px);
}

@media screen and (max-width: 1023px) {
  .contact-top {
    padding-inline: 10px;
    transform: translateY(75px);
  }
}
@media screen and (max-width: 767px) {
  .contact-top {
    padding-inline: 10px;
    transform: translateY(50px);
  }
}
.contact-circle {
  width: clamp(120px, 25vw, 300px);
  height: clamp(120px, 25vw, 300px);
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  border: 4px solid rgba(85, 85, 85, 0.7);
  position: relative;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 1rem);
  font-weight: bold;
  padding-top: 40px;
  padding-inline: 25px;
}

.contact-circle::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -12px;
  width: 100%;
  z-index: -2;
  height: calc(100% - 1px);
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.7);
}

.contact-circle.is-tab_active::after {
  background-color: rgba(122, 245, 249, 0.6);
  z-index: -2;
}

@media screen and (max-width: 1023px) {
  .contact-circle {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-circle {
    padding-top: 20px;
    padding-inline: 5px;
    font-size: max(10px, 1.6vw);
  }
}
.contact-circle1 {
  transform: translateX(15px);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.contact-circle1.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contact-circle1 {
    transform: translateX(0);
  }
}
.contact-circle2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.contact-circle2.active {
  opacity: 1;
}

.contact-circle2.is-tab_active {
  z-index: 2;
}

.contact-circle3 {
  transform: translateX(-15px);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.contact-circle3.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contact-circle3 {
    transform: translateX(0);
  }
}
.tab {
  cursor: pointer;
}

main {
  overflow-x: hidden;
}

@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 300;
  src: url("../fonts/Hiragino Kaku Gothic ProN W3.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  src: url("../fonts/Hiragino Kaku Gothic Pro W6.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 800;
  src: url("../fonts/Hiragino Kaku Gothic Std W8.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Normal.ttf") format("truetype"), url("../fonts/GenShinGothic-Normal.woff2") format("woff2"), url("../fonts/GenShinGothic-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic Monospace";
  src: url("../fonts/GenShinGothic-Monospace-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic Monospace";
  src: url("../fonts/GenShinGothic-Monospace-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic Monospace";
  src: url("../fonts/GenShinGothic-Monospace-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic Monospace";
  src: url("../fonts/GenShinGothic-Monospace-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic Monospace";
  src: url("../fonts/GenShinGothic-Monospace-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic Monospace";
  src: url("../fonts/GenShinGothic-Monospace-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic Monospace";
  src: url("../fonts/GenShinGothic-Monospace-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GenShinGothic P";
  src: url("../fonts/GenShinGothic-P-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_ExtraLight_Italic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_Light_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_Medium_Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Seravek Basic";
  src: url("../fonts/fonnts.com-Seravek_Basic_Bold_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family:'GenShinGothic-Normal';
  src: url('../fonts/GenShinGothic-Normal.woff2') format('woff2'),
       url('../fonts/GenShinGothic-Normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "GenShinGothic P", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-style: normal;
}

._bold {
  font-weight: 700;
}

.js-ttl,
.js-ttl-io {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.js-ttl.show,
.js-ttl-io.show {
  opacity: 1;
}
.js-ttl > span,
.js-ttl-io > span {
  display: inline-flex;
  align-items: center;
}
.js-ttl > span span,
.js-ttl-io > span span {
  display: inline-block;
  transform: translate(0, 101%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-ttl > span span._delay._show,
.js-ttl-io > span span._delay._show {
  transform: translate(0);
}
.js-ttl > span span._delay._show:nth-of-type(1),
.js-ttl-io > span span._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-ttl > span span._delay._show:nth-of-type(2),
.js-ttl-io > span span._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-ttl > span span._delay._show:nth-of-type(3),
.js-ttl-io > span span._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-ttl > span span._delay._show:nth-of-type(4),
.js-ttl-io > span span._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-ttl > span span._delay._show:nth-of-type(5),
.js-ttl-io > span span._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-ttl > span span._delay._show:nth-of-type(6),
.js-ttl-io > span span._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-ttl > span span._delay._show:nth-of-type(7),
.js-ttl-io > span span._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-ttl > span span._delay._show:nth-of-type(8),
.js-ttl-io > span span._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-ttl > span span._delay._show:nth-of-type(9),
.js-ttl-io > span span._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-ttl > span span._delay._show:nth-of-type(10),
.js-ttl-io > span span._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}
.js-ttl > span span._delay._show:nth-of-type(11),
.js-ttl-io > span span._delay._show:nth-of-type(11) {
  transition-delay: 0.82s;
}
.js-ttl > span span._delay._show:nth-of-type(12),
.js-ttl-io > span span._delay._show:nth-of-type(12) {
  transition-delay: 0.9s;
}
.js-ttl > span span._delay._show:nth-of-type(13),
.js-ttl-io > span span._delay._show:nth-of-type(13) {
  transition-delay: 0.98s;
}
.js-ttl > span span._delay._show:nth-of-type(14),
.js-ttl-io > span span._delay._show:nth-of-type(14) {
  transition-delay: 1.06s;
}
.js-ttl > span span._delay._show:nth-of-type(15),
.js-ttl-io > span span._delay._show:nth-of-type(15) {
  transition-delay: 1.12s;
}
.js-ttl > span span._delay._show:nth-of-type(16),
.js-ttl-io > span span._delay._show:nth-of-type(16) {
  transition-delay: 1.2s;
}
.js-ttl > span span._delay._show:nth-of-type(17),
.js-ttl-io > span span._delay._show:nth-of-type(17) {
  transition-delay: 1.28s;
}
.js-ttl > span span._delay._show:nth-of-type(18),
.js-ttl-io > span span._delay._show:nth-of-type(18) {
  transition-delay: 1.36s;
}
.js-ttl > span span._delay._show:nth-of-type(19),
.js-ttl-io > span span._delay._show:nth-of-type(19) {
  transition-delay: 1.44s;
}
.js-ttl > span span._delay._show:nth-of-type(20),
.js-ttl-io > span span._delay._show:nth-of-type(20) {
  transition-delay: 1.52s;
}
.js-ttl > span span._delay._show:nth-of-type(21),
.js-ttl-io > span span._delay._show:nth-of-type(21) {
  transition-delay: 1.6s;
}
.js-ttl > span span._delay._show:nth-of-type(22),
.js-ttl-io > span span._delay._show:nth-of-type(22) {
  transition-delay: 1.68s;
}
.js-ttl > span span._delay._show:nth-of-type(23),
.js-ttl-io > span span._delay._show:nth-of-type(23) {
  transition-delay: 1.74s;
}
.js-ttl > span span._delay._show:nth-of-type(24),
.js-ttl-io > span span._delay._show:nth-of-type(24) {
  transition-delay: 1.82s;
}
.js-ttl > span span._delay._show:nth-of-type(25),
.js-ttl-io > span span._delay._show:nth-of-type(25) {
  transition-delay: 1.9s;
}
.js-ttl > span span._delay._show:nth-of-type(26),
.js-ttl-io > span span._delay._show:nth-of-type(26) {
  transition-delay: 1.98s;
}
.js-ttl > span span._delay._show:nth-of-type(27),
.js-ttl-io > span span._delay._show:nth-of-type(27) {
  transition-delay: 2.04s;
}
.js-ttl > span span._delay._show:nth-of-type(28),
.js-ttl-io > span span._delay._show:nth-of-type(28) {
  transition-delay: 2.12s;
}
.js-ttl > span span._delay._show:nth-of-type(29),
.js-ttl-io > span span._delay._show:nth-of-type(29) {
  transition-delay: 2.2s;
}
.js-ttl > span span._delay._show:nth-of-type(30),
.js-ttl-io > span span._delay._show:nth-of-type(30) {
  transition-delay: 2.28s;
}
.js-ttl > span span._show,
.js-ttl-io > span span._show {
  transform: translate(0, 0);
}

.js-io._fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadetoup {
  transform: translate(0, 130%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .js-io._fadeleft {
    transform: translateX(100rem) scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .js-io._fadeleft {
    transform: translateX(50rem) scale(1.1);
  }
}
.js-io._fadexy {
  transform: translate3d(20px, 20px, 0);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.21s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.25s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.29s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.33s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.37s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.41s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.45s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.49s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.53s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.57s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.61s;
}
.js-io._delay._show:nth-of-type(17) {
  transition-delay: 0.65s;
}
.js-io._delay._show:nth-of-type(18) {
  transition-delay: 0.69s;
}
.js-io._delay._show:nth-of-type(19) {
  transition-delay: 0.73s;
}
.js-io._delay._show:nth-of-type(20) {
  transition-delay: 0.77s;
}
.js-io._delay._show:nth-of-type(21) {
  transition-delay: 0.81s;
}
.js-io._delay._show:nth-of-type(22) {
  transition-delay: 0.85s;
}
.js-io._delay._show:nth-of-type(23) {
  transition-delay: 0.89s;
}
.js-io._delay._show:nth-of-type(24) {
  transition-delay: 0.93s;
}
.js-io._delay._show:nth-of-type(25) {
  transition-delay: 0.97s;
}
.js-io._delay._show:nth-of-type(26) {
  transition-delay: 1.01s;
}
.js-io._delay._show:nth-of-type(27) {
  transition-delay: 1.05s;
}
.js-io._delay._show:nth-of-type(28) {
  transition-delay: 1.09s;
}
.js-io._delay._show:nth-of-type(29) {
  transition-delay: 1.13s;
}
.js-io._delay._show:nth-of-type(30) {
  transition-delay: 1.17s;
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}

._cus-blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  filter: blur(10px);
  opacity: 0;
}
._cus-blur._show {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

._cus-fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
._cus-fadeup._show {
  transform: translate(0);
  opacity: 1;
}
._cus-fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
._cus-fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
._cus-fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
._cus-fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
._cus-fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
._cus-fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}

.handle-anime-txt {
  animation-name: handle_anime_txt;
  animation-duration: 0.87s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes handle_anime_txt {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
    transform: translate(0, 100%) scale(1, 3.6);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0) scale(1);
  }
}
.js-io-anime {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
}

.handle-anime {
  animation-name: handle_anime;
  animation-duration: 0.653s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.776s;
}

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt > p {
  font-size: 96px;
  color: var(--g-color-white);
  line-height: 1;
}
.loading-content .loading-txt-progress {
  position: relative;
}
.loading-content .loading-txt-progress p {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
.loading-content .loading-txt-progress p.loaded {
  opacity: 0;
}
.loading-content .loading-txt-progress .loading-progress-bar {
  height: 1px;
  width: 200px;
  background-color: var(--g-color-white);
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress .loading-progress-bar {
    width: 200rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--g-color-white);
}
.loading-content .loading-txt-progress .loading-progress-bar.loaded {
  opacity: 0;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

.c-preloader__progress {
  color: var(--g-color-black);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: MPLUS1;
}

body.is-loading .js-cursor {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  visibility: hidden;
}
.header-container {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 32px;
}
@media screen and (max-width: 1400px) {
  .header-container {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 20rem;
  }
}
.header-btn button {
  visibility: visible;
  width: 40px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: unset;
  cursor: pointer;
  outline: unset;
}
.header-btn button span {
  width: 40px;
  height: 2px;
  background: var(--g-color-white);
  display: block;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.header-btn button span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-btn button span:nth-child(2) {
  position: unset;
}
.header-btn button span:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-btn button.active span:nth-child(1) {
  transform: rotate(-45deg) translateX(-50%);
}
.header-btn button.active span:nth-child(2) {
  opacity: 0;
}
.header-btn button.active span:nth-child(3) {
  transform: rotate(45deg) translateX(-50%);
}

.full-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 800;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  visibility: hidden;
}
.full-bg.active {
  opacity: 1;
  visibility: visible;
}

.full-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 400px;
  height: 100vh;
  z-index: 899;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  opacity: 0;
  visibility: hidden;
}
.full-menu.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.full-menu-container {
  padding: 32px;
  padding-top: 100px;
}
.full-menu-container ul li a {
  font-size: 18px;
  font-weight: 700;
  color: var(--g-color-white);
  text-decoration: none;
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease-in-out;
}
.full-menu-container ul li a:hover {
  color: #419bc0;
}

.first-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  transition: all 0.8s ease-in-out;
  background: #000;
}
.first-video-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .first-video-inner {
    height: 500rem;
  }
}
.first-video-inner iframe {
  width: 100%;
  height: 100%;
}
.first-video.hidden {
  opacity: 0;
  visibility: hidden;
}
.first-video-inner::before, .first-video-inner::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .first-video-inner::before, .first-video-inner::after {
    height: 35%;
  }
}
.first-video-inner::before {
  top: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, transparent);
}
.first-video-inner::after {
  bottom: 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 50%, transparent);
}
.first-video .play-btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.first-video .play-btn.hidden {
  opacity: 0;
  visibility: hidden;
}
.first-video .play-btn button {
  background: transparent;
  border: unset;
  outline: unset;
  cursor: pointer;
}
.first-video .play-btn button:hover img {
  transform: scale(1.1);
}
.first-video .play-btn img {
  transition: all 0.4s ease-in-out;
  width: 200px;
}
@media screen and (max-width: 1400px) {
  .first-video .play-btn img {
    width: 200rem;
  }
}
.first-video .skip-btn {
  z-index: 2;
  position: absolute;
  bottom: 80px;
  right: 100px;
}
@media screen and (max-width: 1400px) {
  .first-video .skip-btn {
    bottom: 80rem;
    right: 100rem;
  }
}
.first-video .skip-btn button {
  background: transparent;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.05em;
  font-family: "Seravek Basic";
  cursor: pointer;
  border: unset;
  outline: unset;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1400px) {
  .first-video .skip-btn button {
    font-size: 32rem;
  }
}

.footer {
  padding: 20px 0;
  text-align: center;
}
.footer p {
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 300;
  letter-spacing: 0.05em;
}

.sec-fv {
  height: 100vh;
  position: relative;
  background-color: #000;
}
.sec-fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.sec-fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.sec-fv-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to right, #ff6666, #a76fcc, #00bcd4);
  z-index: 10;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at center bottom, transparent 70%, black 110%), linear-gradient(to bottom, black 90%, transparent 100%);
          mask-image: radial-gradient(ellipse at center bottom, transparent 70%, black 110%), linear-gradient(to bottom, black 90%, transparent 100%);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%, 100% 100%;
          mask-size: 100% 100%, 100% 100%;
}
.sec-fv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-fv-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-deco-bg {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.2;
}
.sec-fv-deco-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-fv-main {
  position: relative;
}
.sec-fv-main-txt > span {
  font-size: 24px;
  font-weight: 300;
  color: var(--g-color-white);
  display: block;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .sec-fv-main-txt {
    text-align: center;
  }
  .sec-fv-main-txt > span {
    font-size: 24rem;
    padding-left: 50rem;
  }
}
.sec-fv-main-txt h2 {
  font-family: "GenShinGothic-Normal";
  font-size: 32px;
  display: inline-block;
  background: transparent;
  border: 1px solid var(--g-color-white);
  padding: 10px 50px;
  position: relative;
  color: var(--g-color-white);
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-fv-main-txt h2 {
    font-size: 36rem;
    max-width: 75%;
    padding: 15rem 70rem;
    font-family: "GenShinGothic-Normal";
  }
  .sec-fv-main-txt h2 span {
    font-family: "GenShinGothic-Normal";
    color: #1e52a0;
    transform: translateY(0);
    clip-path: inset(0);
  }
}
.sec-fv-main-txt h2 .char12 {
  color: #1e52a0;
}
.sec-fv-main-txt p {
  font-family: "Seravek Basic";
  font-size: 24px;
  font-weight: 300;
  color: var(--g-color-white);
  display: block;
  text-align: right;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  .sec-fv-main-txt p {
    font-size: 24rem;
    margin-right: -30rem;
  }
}
.sec-fv-main-txt p span {
  color: #77e8f5;
}
.sec-fv-main-join {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sec-fv-main-join span {
  font-family: "Seravek Basic";
  font-size: 24px;
  font-weight: 300;
  color: var(--g-color-white);
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-fv-main-join span {
    font-size: 24rem;
  }
}
.sec-fv-main-join span svg {
  position: absolute;
  width: 22px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .sec-fv-main-join span svg {
    width: 22rem;
    bottom: -20rem;
  }
}

.sec-preneur {
  overflow: unset;
}
.sec-preneur-circle01, .sec-preneur-circle02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 700px;
  height: 700px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  .sec-preneur-circle01, .sec-preneur-circle02 {
    width: 36.4583333333vw;
    height: 36.4583333333vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-preneur-circle01, .sec-preneur-circle02 {
    width: 52vw;
    height: 52vw;
    top: 60%;
  }
}
.sec-preneur-circle01.active, .sec-preneur-circle02.active {
  opacity: 1;
}
.sec-preneur-circle01.step02, .sec-preneur-circle02.step02 {
  opacity: 0;
}
.sec-preneur-circle01 {
  left: 45%;
}
.sec-preneur-circle01.step01 {
  left: 31.6%;
}
.sec-preneur-circle02 {
  right: 45%;
}
.sec-preneur-circle02.step01 {
  right: 31.6%;
}
.sec-preneur-bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease-in-out;
  opacity: 0;
  z-index: 2;
}
.sec-preneur-bubble img {
  width: 1200px;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-bubble img {
    width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-bubble {
    top: 60%;
  }
  .sec-preneur-bubble img {
    max-width: 1000rem;
  }
}
.sec-preneur-bubble.active {
  opacity: 1;
}
.sec-preneur-bubble.step01 {
  transform: translate(-50%, -50%) scale(0.5);
}
.sec-preneur-bubble.hidden {
  opacity: 0;
}
.sec-preneur-black-bg {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.sec-preneur-black-bg.active {
  opacity: 1;
}
.sec-preneur-black-bg.step01 {
  border-radius: 50%;
  width: 1000px;
  height: 1000px;
  left: 60%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 1400px) {
  .sec-preneur-black-bg.step01 {
    width: 1000rem;
    height: 1000rem;
  }
}
.sec-preneur-main {
  position: relative;
}
.sec-preneur-main-ch {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.sec-preneur-main-ch-main {
  transition: all 0.6s ease-in-out;
}
.sec-preneur-main-ch-main.active {
  transform: translateY(20%) scale(0.6);
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-ch-main.active {
    transform: translateY(40%) scale(0.6);
  }
}
.sec-preneur-main-ch-main > img {
  width: 300px;
  position: relative;
  z-index: 5;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-main-ch-main > img {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-ch-main > img {
    width: 370rem;
  }
}
.sec-preneur-main-ch-main > img:nth-child(1) {
  transform: translateX(150px);
}
@media screen and (max-width: 1400px) {
  .sec-preneur-main-ch-main > img:nth-child(1) {
    transform: translateX(150rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-ch-main > img:nth-child(1) {
    transform: translateX(194rem);
  }
}
.sec-preneur-main-ch-main > img:nth-child(2) {
  opacity: 0;
  transform: translateX(-150px);
}
@media screen and (max-width: 1400px) {
  .sec-preneur-main-ch-main > img:nth-child(2) {
    transform: translateX(-150rem);
  }
}
.sec-preneur-main-ch-main > img:nth-child(3) {
  z-index: 3;
  width: 500px;
  position: absolute;
  left: 50%;
  top: 58%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 30px));
}
@media screen and (max-width: 1400px) {
  .sec-preneur-main-ch-main > img:nth-child(3) {
    width: 500rem;
  }
}
.sec-preneur-main-ch-main > img.active {
  opacity: 1;
  transform: translate(0);
}
.sec-preneur-main-ch-main > img.active:nth-child(3) {
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .sec-preneur-main-ch-main > img.active:nth-child(3) {
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-ch-main > img.active:nth-child(3) {
    width: 800rem;
    max-width: 800rem;
  }
}
.sec-preneur-main-ch-main > img.hidden {
  opacity: 0;
}
.sec-preneur-main-ch-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-preneur-main-ch-arrow svg {
  width: 20px;
  height: auto;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translateY(15px);
}
@media screen and (max-width: 1400px) {
  .sec-preneur-main-ch-arrow svg {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-ch-arrow svg {
    width: 50rem;
  }
}
.sec-preneur-main-ch-arrow svg path {
  transition: all 0.6s ease-in-out;
  animation: arrowColor 1s linear infinite;
}
.sec-preneur-main-ch-arrow svg:nth-child(2) {
  transition-delay: 0.2s;
}
.sec-preneur-main-ch-arrow svg:nth-child(2) path {
  animation-delay: 0.33s;
}
@keyframes arrowColor {
  0% {
    stroke: #cccccc;
  }
  33% {
    stroke: #353535;
  }
  66% {
    stroke: #353535;
  }
  100% {
    stroke: #cccccc;
  }
}
.sec-preneur-main-ch-arrow.active svg {
  opacity: 1;
  transform: translate(0);
}
.sec-preneur-main-ch > p {
  font-size: 28px;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 83%;
  font-weight: 500;
  opacity: 0;
  transform: translate(-50%, 30px);
  color: var(--g-color-black);
  transition: all 0.6s ease-in-out;
  text-wrap: nowrap;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-main-ch > p {
    font-size: 34rem;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-ch > p {
    text-wrap: wrap;
  }
}
.sec-preneur-main-ch > p.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.sec-preneur-main-bg__elem {
  position: absolute;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.sec-preneur-main-bg__elem img {
  width: 300px;
  animation: fadeMove 4s linear infinite;
}
@media screen and (max-width: 1920px) {
  .sec-preneur-main-bg__elem img {
    width: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem img {
    width: 35vw;
  }
}
@keyframes fadeMove {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.sec-preneur-main-bg__elem:nth-child(1) {
  top: 10%;
  left: 12%;
  transform: translate(30px, 30px);
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(1) {
    left: 0%;
  }
}
.sec-preneur-main-bg__elem:nth-child(1) img {
  animation-delay: 0.2s;
}
.sec-preneur-main-bg__elem:nth-child(2) {
  top: 15%;
  left: 27%;
  transform: translate(30px, 30px);
  transition-delay: 0.15s;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(2) {
    top: 20%;
    left: 8%;
  }
}
.sec-preneur-main-bg__elem:nth-child(2) img {
  animation-delay: 4.3s;
}
.sec-preneur-main-bg__elem:nth-child(3) {
  top: 25%;
  left: 20%;
  transform: translate(30px, 30px);
  transition-delay: 0.15s;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(3) {
    top: 29%;
    left: -4%;
  }
}
.sec-preneur-main-bg__elem:nth-child(3) img {
  animation-delay: 3.1s;
}
.sec-preneur-main-bg__elem:nth-child(4) {
  top: 50%;
  transform: translate(30px, 30px);
  left: 14%;
  transition-delay: 0.22s;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(4) {
    top: 60%;
    left: -2%;
  }
}
.sec-preneur-main-bg__elem:nth-child(4) img {
  animation-delay: 2.6s;
}
.sec-preneur-main-bg__elem:nth-child(5) {
  transform: translate(30px, 30px);
  top: 43%;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(5) {
    top: 31%;
  }
}
.sec-preneur-main-bg__elem:nth-child(5) img {
  animation-delay: 2.32s;
}
.sec-preneur-main-bg__elem:nth-child(6) {
  transform: translate(-30px, 30px);
  right: 10%;
  top: 50%;
  transition-delay: 0.12s;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(6) {
    top: 66%;
  }
}
.sec-preneur-main-bg__elem:nth-child(6) img {
  animation-delay: 1.5s;
}
.sec-preneur-main-bg__elem:nth-child(7) {
  transform: translate(-30px, 30px);
  top: 43%;
  transition-delay: 0.15s;
  right: 25%;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(7) {
    top: 57%;
    right: 31%;
  }
}
.sec-preneur-main-bg__elem:nth-child(7) img {
  animation-delay: 3.2s;
}
.sec-preneur-main-bg__elem:nth-child(8) {
  transform: translate(-30px, 30px);
  top: 30%;
  right: 19%;
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(8) {
    top: 36%;
    right: -2%;
  }
}
.sec-preneur-main-bg__elem:nth-child(8) img {
  animation-delay: 0.45s;
}
.sec-preneur-main-bg__elem:nth-child(9) {
  transform: translate(-30px, 30px);
  top: 10%;
  right: 14%;
  transition-delay: 0.15s;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(9) {
    top: 2%;
    right: 5%;
  }
}
.sec-preneur-main-bg__elem:nth-child(9) img {
  animation-delay: 3s;
}
.sec-preneur-main-bg__elem:nth-child(10) {
  transform: translate(-30px, 30px);
  top: 15%;
  right: 25%;
}
@media screen and (max-width: 768px) {
  .sec-preneur-main-bg__elem:nth-child(10) {
    top: 19%;
    right: 13%;
  }
}
.sec-preneur-main-bg__elem:nth-child(10) img {
  animation-delay: 4.52s;
}
.sec-preneur-main-bg__elem.active {
  opacity: 1;
  transform: translate(0);
}
.sec-preneur-main-bg__elem.hidden {
  opacity: 0;
}
.sec-preneur-earth {
  position: absolute;
  transition: all 1.2s ease-in-out;
  top: 50%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec-preneur-earth {
    top: 60%;
  }
}
.sec-preneur-earth.active {
  opacity: 1;
}
.sec-preneur-earth.step01 {
  transform: translate(-80%, -50%);
}
@media screen and (max-width: 768px) {
  .sec-preneur-earth.step01 {
    transform: translate(-70%, -50%);
  }
}
.sec-preneur-earth.step02 {
  transform: translate(-25%, -75%);
  filter: blur(10px);
}
.sec-preneur-earth-main {
  position: relative;
}
.sec-preneur-earth-main > img {
  width: 280px;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-earth-main > img {
    width: 280rem;
  }
}
.sec-preneur-earth-main > img.active {
  opacity: 1;
  transform: translate(-80%, -50%);
}
.sec-preneur-earth #earth-container {
  width: 600px;
  height: 600px;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-earth #earth-container {
    width: 600rem;
    height: 600rem;
  }
}
.sec-preneur-earth #earth-container canvas {
  width: 100% !important;
  height: 100% !important;
}
.sec-preneur-content {
  text-align: right;
  padding-top: 1000px;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-content {
    padding-top: 1000rem;
  }
}
.sec-preneur-content-txt {
  display: inline-block;
}
.sec-preneur-content-txt p {
  text-align: left;
  color: var(--g-color-white);
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-preneur-content-txt p {
    font-size: 20rem;
  }
}
.sec-preneur-wellness {
  position: absolute;
  z-index: 12;
  left: 49.4791666667vw;
  top: 40%;
  width: -moz-max-content;
  width: max-content;
  transform: translateY(-50%);
  padding: 0 50px;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-wellness {
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-wellness {
    max-width: 90%;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
.sec-preneur-wellness-ttl {
  position: relative;
  z-index: 50;
  opacity: 0;
  transform: translateY(30px);
}
.sec-preneur-wellness-ttl.active {
  opacity: 1;
  transform: translateY(0);
}
.sec-preneur-wellness-txt p {
  opacity: 0;
  transform: translateY(30px);
  color: var(--g-color-white);
  margin-top: 30px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec-preneur-wellness-txt p {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-preneur-wellness-txt p {
    font-size: 24rem !important;
  }
}
.sec-preneur-wellness-txt p.active {
  opacity: 1;
  transform: translateY(0);
}
.sec-preneur-human {
  position: absolute;
  z-index: 20;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: opacity 0.6s ease-in-out, transform 1.2s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec-preneur-human {
    top: unset;
    left: 65%;
    bottom: -25%;
    width: 200%;
  }
}
.sec-preneur-human.active {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.sec-preneur-human-inner {
  position: relative;
}
.sec-preneur-human-inner::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 45%;
  height: 10%;
  background: linear-gradient(to top, #fff, transparent 100%);
}
.sec-preneur-human img {
  width: 100%;
}

.sec-human {
  padding: 100px 0;
  padding-top: 200px;
}
@media screen and (max-width: 1400px) {
  .sec-human {
    padding: 100rem 0;
    padding-top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-human {
    padding: 120rem 0;
  }
}
.sec-human-container {
  position: relative;
  z-index: 5;
  max-width: 1700px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
  display: flex;
  align-items: start;
  justify-content: right;
}
@media screen and (max-width: 1400px) {
  .sec-human-container {
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-human-container {
    max-width: 90%;
    padding: 0;
  }
}
.sec-human-img {
  width: 500px;
  margin-right: 150px;
}
@media screen and (max-width: 1400px) {
  .sec-human-img {
    width: 500rem;
    margin-right: 150rem;
  }
}
.sec-human-img img {
  width: 100%;
  opacity: 0;
  transform: translateY(50%);
  transition: all 1.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sec-human-content {
  padding-top: 200px;
}
@media screen and (max-width: 1400px) {
  .sec-human-content {
    padding-top: 200rem;
  }
}
.sec-human-txt p {
  text-align: left;
  color: var(--g-color-white);
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-human-txt p {
    font-size: 20rem;
  }
}

.sec-spark {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.sec-spark-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateX(80px);
}
@media screen and (max-width: 1400px) {
  .sec-spark-inner {
    transform: translateX(80rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-spark-inner {
    transform: translateX(0);
  }
}
.sec-spark-inner::before, .sec-spark-inner::after {
  content: "";
  position: absolute;
  height: var(--height);
  width: 2px;
  background: #ccc;
  left: 39%;
  top: 50%;
  transform: translateY(-52%);
}
@media screen and (max-width: 768px) {
  .sec-spark-inner::before {
    height: 35vh;
  }
  .sec-spark-inner::before, .sec-spark-inner::after {
    left: 34%;
  }
}
.sec-spark-inner::after {
  left: 61.5%;
  height: 30vh;
}
@media screen and (max-width: 768px) {
  .sec-spark-inner::after {
    left: 65.2%;
    height: 10vh;
  }
}
.sec-spark-container {
  max-width: 1150px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
  display: flex;
  align-items: start;
  justify-content: right;
}
@media screen and (max-width: 1400px) {
  .sec-spark-container {
    max-width: 1150rem;
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-spark-container {
    max-width: 90%;
    padding: 0;
  }
}
.sec-spark-img {
  width: 500px;
  margin-right: 150px;
}
@media screen and (max-width: 1400px) {
  .sec-spark-img {
    width: 500rem;
    margin-right: 150rem;
  }
}
.sec-spark-img img {
  width: 100%;
  opacity: 0;
  transform: translateY(50%);
  transition: all 1.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sec-spark-ttl {
  margin-bottom: 42vh;
}
@media screen and (max-width: 768px) {
  .sec-spark-ttl {
    margin-bottom: 45vh;
    padding-right: 100rem;
  }
  .sec-spark-ttl .sec-ttl {
    width: max-content;
    margin-left: auto;
  }
  .sec-spark-ttl .sec-ttl p {
    width: max-content;
  }
}
.sec-spark-ch__elem {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.sec-spark-ch__elem:nth-child(1) {
  opacity: 1;
  left: -15.625vw;
  width: 52.0833333333vw;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem:nth-child(1) {
    left: -89vw;
    width: 120vw;
    top: 50%;
  }
}
.sec-spark-ch__elem:nth-child(2) {
  left: 20%;
  width: 18.2291666667vw;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem:nth-child(2) {
    width: 30vw;
  }
}
.sec-spark-ch__elem:nth-child(3) {
  left: 35%;
  width: 8.8541666667vw;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem:nth-child(3) {
    width: 12vw;
  }
}
.sec-spark-ch__elem:nth-child(4) {
  left: 50%;
  width: 3.6458333333vw;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem:nth-child(4) {
    width: 7vw;
  }
}
.sec-spark-ch__elem:nth-child(5) {
  left: 58%;
  width: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem:nth-child(5) {
    width: 5vw;
  }
}
.sec-spark-ch__elem.active {
  opacity: 1;
}
.sec-spark-ch__elem.active:nth-child(2) {
  left: 40%;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem.active:nth-child(2) {
    left: 34%;
  }
}
.sec-spark-ch__elem.active:nth-child(3) {
  left: 64%;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem.active:nth-child(3) {
    left: 66%;
  }
}
.sec-spark-ch__elem.active:nth-child(4) {
  left: 77%;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem.active:nth-child(4) {
    left: 79%;
  }
}
.sec-spark-ch__elem.active:nth-child(5) {
  left: 83.5%;
}
@media screen and (max-width: 768px) {
  .sec-spark-ch__elem.active:nth-child(5) {
    left: 87.5%;
  }
}
.sec-spark-content {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 41%;
}
@media screen and (max-width: 768px) {
  .sec-spark-content {
    top: 48%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90%;
  }
}
.sec-spark-txt,
.sec-spark-txt p {
  text-align: left;
  color: var(--g-color-black);
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .sec-spark-txt,
  .sec-spark-txt p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-spark-txt {
    padding: 0 50rem;
  }
  .sec-spark-txt,
  .sec-spark-txt p {
    font-size: 30rem;
  }
}
.sec-spark-txt p:first-child {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .sec-spark-txt p:first-child {
    margin-left: 0;
  }
}
.sec-spark-bubble-holder__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec-spark-bubble-holder {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sec-spark-bubble-1 {
  left: 8%;
  animation-delay: 1s;
}
.sec-spark-bubble-1 .sec-spark-bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 0s;
}
.sec-spark-bubble-2 {
  left: 40%;
  animation-delay: 2s;
}
.sec-spark-bubble-2 .sec-spark-bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 2s;
}
.sec-spark-bubble-3 {
  right: 15%;
  animation-delay: 1s;
}
.sec-spark-bubble-3 .sec-spark-bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 1.5s;
}
.sec-spark-bubble-4 {
  left: 8%;
  animation-delay: 2s;
}
.sec-spark-bubble-4 .sec-spark-bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 3s;
}
.sec-spark-bubble-5 {
  left: 40%;
  animation-delay: 1s;
}
.sec-spark-bubble-5 .sec-spark-bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 0;
}
.sec-spark-bubble-6 {
  left: 45%;
  animation-delay: 2s;
}
.sec-spark-bubble-6 .sec-spark-bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 3.5s;
}
.sec-spark-bubble-7 {
  right: 15%;
  animation-delay: 1s;
}
.sec-spark-bubble-7 .sec-spark-bubble-animation-y {
  animation-duration: 5.5s;
  animation-delay: 3s;
}
.sec-spark-bubble-8 {
  right: 5%;
  animation-delay: 2s;
}
.sec-spark-bubble-8 .sec-spark-bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 3s;
}
.sec-spark-bubble-container {
  position: absolute;
  bottom: -250px;
}
.sec-spark-bubble-large, .sec-spark-bubble-small {
  border-radius: 50%;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.25);
  animation: waterDrop 4s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}
.sec-spark-bubble-large {
  width: 231px;
  height: 231px;
  animation: waterDrop 4s ease-in-out infinite;
}
.sec-spark-bubble-large::before {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: waterDrop 4s ease-in-out infinite;
  content: "";
  height: 10px;
  margin: 10% 0 0px 20%;
  position: absolute;
  transform: rotate(-30deg);
  width: 30px;
}
.sec-spark-bubble-large::after {
  border-radius: 50%;
  box-shadow: inset 0 -8px 8px rgba(255, 255, 255, 0.15);
  animation: waterDrop 4s ease-in-out infinite;
  content: "";
  height: 90%;
  position: absolute;
  margin: 8% 0 0 2%;
  width: 96%;
}
.sec-spark-bubble-small {
  width: 82px;
  height: 82px;
}
.sec-spark-bubble-small::before {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  height: 4px;
  margin: 8px 0 0px 17px;
  position: absolute;
  width: 15px;
  transform: rotate(-20deg);
}
.sec-spark-bubble-small::after {
  border-radius: 50%;
  box-shadow: inset 0 -8px 8px rgba(255, 255, 255, 0.15);
  content: "";
  height: 80%;
  position: absolute;
  margin: 15% 0 0 6%;
  width: 90%;
}
.sec-spark-bubble-animation-x {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bubbleXAnimFrames;
  animation-timing-function: ease;
  animation-direction: alternate;
}
.sec-spark-bubble-animation-y {
  animation-iteration-count: infinite;
  animation-name: bubbleYAnimFrames;
  animation-timing-function: linear;
}
@keyframes bubbleXAnimFrames {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
@keyframes bubbleYAnimFrames {
  0% {
    transform: translateY(0);
  }
  50% {
    opacity: 85%;
  }
  100% {
    transform: translateY(-1250px);
    opacity: 0;
  }
}

.sec-tech {
  padding: 100px 0;
  padding-top: 200px;
}
@media screen and (max-width: 1400px) {
  .sec-tech {
    padding-top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-tech {
    padding: 120rem 0;
  }
}
.sec-tech-deco-circle {
  position: absolute;
  width: 62.5vw;
  height: 62.5vw;
  border-radius: 50%;
  border: 1px solid #333;
  left: -20.8333333333vw;
  bottom: -20.8333333333vw;
}
.sec-tech > img {
  width: 1500px;
  position: absolute;
  left: 56%;
  top: 10%;
}
@media screen and (max-width: 1400px) {
  .sec-tech > img {
    width: 1500rem;
  }
}
.sec-tech-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  padding: 0 50px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-tech-main {
    padding: 0 20rem;
    max-width: 100%;
  }
}
.sec-tech__elem a {
  display: block;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.sec-tech__elem a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s ease-in-out;
  transform: scale(1.3);
}
.sec-tech__elem a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec-tech__elem a:hover {
  animation: tech-hover 1.2s ease-in-out infinite;
}
.sec-tech__elem a:hover img:nth-child(2) {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sec-tech__elem a:hover {
    animation: unset;
  }
  .sec-tech__elem a img:nth-child(1) {
    opacity: 0;
  }
  .sec-tech__elem a img:nth-child(2) {
    opacity: 1;
  }
}
@keyframes tech-hover {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.1) translateY(-3%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.sec-tech__elem-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.sec-tech__elem-txt p {
  font-family: "Seravek Basic";
  font-size: 20px;
  font-weight: 500;
  color: var(--g-color-white);
  line-height: 2;
  text-wrap: nowrap;
  position: relative;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .sec-tech__elem-txt p {
    font-size: 24rem;
    text-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.5);
  }
}
.sec-tech__elem-txt p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 50px;
  background: var(--g-color-white);
}
.sec-tech__elem-txt span {
  font-family: "GenShinGothic P";
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  text-wrap: nowrap;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  color: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .sec-tech__elem-txt span {
    font-size: 20rem;
    text-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.5);
  }
}
.sec-tech-more {
  position: relative;
  height: 74px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-tech-more {
    height: 120rem;
  }
}
.sec-tech-more-btn {
  margin: auto;
  background: #333;
  width: 0;
  border-radius: 30px;
  text-align: center;
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  height: 5px;
}
@media screen and (max-width: 768px) {
  .sec-tech-more-btn {
    height: 3rem;
  }
}
.sec-tech-more-btn._show {
  animation: tech-more-btn 1.1s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .sec-tech-more-btn._show {
    animation: tech-more-btn-sp 1.1s ease-in-out forwards;
  }
}
@keyframes tech-more-btn {
  0% {
    overflow: hidden;
    width: 0;
    height: 5px;
  }
  70% {
    width: 80%;
    height: 5px;
  }
  99.99% {
    overflow: hidden;
  }
  100% {
    width: 80%;
    height: 74px;
    overflow: unset;
  }
}
@keyframes tech-more-btn-sp {
  0% {
    overflow: hidden;
    width: 0;
    height: 3rem;
  }
  70% {
    width: 90%;
    height: 3rem;
  }
  99.99% {
    overflow: hidden;
  }
  100% {
    width: 90%;
    height: 80rem;
    overflow: unset;
  }
}
.sec-tech-more-btn-txt {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0);
}
.sec-tech-more-btn-txt:hover {
  opacity: 0.6;
}
.sec-tech-more-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  color: var(--g-color-white);
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  transition-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .sec-tech-more-btn a {
    font-size: 30rem;
  }
}
.sec-tech-more-btn a span {
  color: #77e8f5;
}
.sec-tech-more-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--g-color-white);
  border-bottom: 1px solid var(--g-color-white);
  transform: rotate(-45deg);
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sec-tech-more-btn a::after {
    width: 14rem;
    height: 14rem;
    margin-left: 18rem;
  }
}
.sec-tech-more-btn a._show {
  opacity: 1;
  transform: translateY(0);
}
.sec-tech-more-btn img {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  transition-delay: 1.2s;
}
@media screen and (max-width: 768px) {
  .sec-tech-more-btn img {
    width: 500rem;
  }
}
.sec-tech-more-btn img._show {
  top: 100%;
  transform: translateX(-50%);
}

.sec-problem {
  padding: 120px 0;
  background: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-problem {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem {
    padding: 140rem 0;
  }
}
.sec-problem-container {
  position: relative;
  z-index: 3;
}
.sec-problem-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .sec-problem-ttl {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem-ttl {
    margin-bottom: 50rem;
  }
}
.sec-problem-content {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .sec-problem-content {
    padding-bottom: 80rem;
  }
}
.sec-problem-content > img {
  position: absolute;
  width: 87%;
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.sec-problem-content > img.active {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .sec-problem-content > img {
    width: 100%;
  }
}
.sec-problem-content video {
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .sec-problem-content video {
    margin-top: 8rem;
  }
}
.sec-problem-content video.hidden {
  opacity: 0;
}
.sec-problem-content > p {
  text-align: center;
  color: var(--g-color-white);
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .sec-problem-content > p {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem-content > p {
    margin-bottom: 70rem;
    font-size: 22rem;
  }
}
.sec-problem-content-slide {
  position: relative;
  width: 500px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .sec-problem-content-slide {
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem-content-slide {
    width: 400rem;
    top: -21px !important;
  }
}
.sec-problem__elem {
  width: 500px;
  height: 500px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .sec-problem__elem {
    width: 500rem;
    height: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem__elem {
    width: 400rem;
    height: 400rem;
  }
}
.sec-problem__elem-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.sec-problem__elem-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  transform: scale(1.2);
  position: relative;
}
.sec-problem__elem-img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-problem__elem-txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec-problem__elem-txt h5 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #191919;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .sec-problem__elem-txt h5 {
    margin-bottom: 16rem;
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem__elem-txt h5 {
    font-size: 40rem !important;
  }
}
.sec-problem__elem-txt p {
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 3px #191919;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .sec-problem__elem-txt p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem__elem-txt p {
    font-size: 20rem !important;
  }
}
@keyframes waterDrop {
  0% {
    border-radius: 51% 49% 48% 52%/62% 44% 56% 38%;
  }
  25% {
    border-radius: 58% 42% 55% 45%/52% 56% 44% 48%;
  }
  50% {
    border-radius: 45% 55% 42% 58%/56% 48% 52% 44%;
  }
  75% {
    border-radius: 52% 48% 58% 42%/44% 52% 48% 56%;
  }
  100% {
    border-radius: 51% 49% 48% 52%/62% 44% 56% 38%;
  }
}
.sec-problem .swiper-controller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1500px;
  padding: 0 50px;
  width: 100%;
  z-index: 10;
  visibility: hidden;
}
@media screen and (max-width: 1400px) {
  .sec-problem .swiper-controller {
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-problem .swiper-controller {
    width: 90%;
  }
}
.sec-problem .swiper-controller .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-problem .swiper-controller .swiper-button {
  visibility: visible;
}
.sec-problem .swiper-controller .swiper-button::before, .sec-problem .swiper-controller .swiper-button::after {
  display: none;
}
.sec-problem .swiper-controller .swiper-button-ico {
  width: 40px;
  height: 40px;
  background: var(--g-color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sec-problem .swiper-controller .swiper-button-ico {
    width: 50rem;
    height: 50rem;
  }
}
.sec-problem .swiper-controller .swiper-button-ico svg {
  width: 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-problem .swiper-controller .swiper-button-ico svg {
    width: 15rem;
  }
}
.sec-problem .swiper-controller .swiper-button-ico:hover {
  opacity: 0.5;
}
.sec-problem .swiper-controller .swiper-button:nth-child(1) svg {
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .sec-problem .swiper-controller .swiper-button:nth-child(1) svg {
    margin-right: 5rem;
  }
}
.sec-problem .swiper-controller .swiper-button:nth-child(2) svg {
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .sec-problem .swiper-controller .swiper-button:nth-child(2) svg {
    margin-left: 5rem;
  }
}
.sec-problem .swiper-controller .swiper-button-next,
.sec-problem .swiper-controller .swiper-button-prev {
  position: unset;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-problem .swiper-controller .swiper-button-next,
  .sec-problem .swiper-controller .swiper-button-prev {
    width: 50rem;
    height: 50rem;
  }
}
.sec-problem-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.sec-problem-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-warping {
  min-height: 100vh;
  background: var(--g-color-black);
}
.sec-warping > video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-warping-container {
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .sec-warping-container {
    max-width: 1300rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-warping-container {
    display: block;
  }
}
.sec-warping-content {
  padding-top: 150px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .sec-warping-content {
    padding-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-warping-content {
    padding-top: 150rem;
  }
}
.sec-warping-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 1400px) {
  .sec-warping-ttl {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-warping-ttl {
    margin-bottom: 70rem;
    text-align: center;
  }
}
.sec-warping-list {
  margin: auto;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sec-warping-list {
    max-width: 90%;
  }
}
.sec-warping-list.active {
  opacity: 1;
  transform: translateY(0);
}
.sec-warping-list ul li {
  font-size: 16px;
  font-weight: 300;
  color: var(--g-color-white);
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-warping-list ul li {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-warping-list ul li {
    font-size: 20rem;
  }
}
.sec-warping-list ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--g-color-white);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-warping-list ul li::before {
    width: 15rem;
  }
}
.sec-warping-img {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 2;
  top: 15%;
  transition: all 0.6s ease-in-out;
  transform: translateY(50px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec-warping-img {
    width: 100%;
    top: unset;
    bottom: 25%;
  }
}
.sec-warping-img.active {
  transform: translateY(0);
  opacity: 1;
}
.sec-warping-img-inner {
  position: relative;
}
.sec-warping-img-inner > img {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 1.2s ease-in-out;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sec-warping-img-inner > img {
    height: 700rem;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.sec-warping-img-inner > img:nth-child(2) {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec-warping-img-inner > img.active:nth-child(1) {
  opacity: 0;
}
.sec-warping-img-inner > img.active:nth-child(2) {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sec-warping-img-inner > img.active:nth-child(2) {
    opacity: 0.9;
  }
}
.sec-warping-img.step01 {
  width: 70%;
  top: 15%;
}
@media screen and (max-width: 768px) {
  .sec-warping-img.step01 {
    width: 100%;
    top: unset;
    bottom: 25%;
  }
}
@media screen and (max-width: 768px) {
  .sec-warping-img.step01 .sec-warping-img-inner > img {
    /* height: 500rem; */
  }
}
@media screen and (max-width: 768px) {
  .sec-warping-img-hover {
    display: none;
  }
}
.sec-warping-img-hover__elem {
  text-align: center;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.5s;
}
.sec-warping-img-hover__elem-area {
  visibility: visible;
  width: 100px;
  height: 80px;
  border-radius: 50%;
  background: rgba(9, 169, 236, 0.568627451);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  cursor: pointer;
  pointer-events: auto;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec-warping-img-hover__elem-area {
    width: 100rem;
    height: 80rem;
  }
}
.sec-warping-img-hover__elem-area.active {
  opacity: 1;
}
.sec-warping-img-hover__elem-area:hover {
  opacity: 0;
}
.sec-warping-img-hover__elem-area:hover ~ .sec-warping-img-hover__elem-inner {
  opacity: 1;
  transform: translateY(0);
}
.sec-warping-img-hover__elem:nth-child(1) {
  right: 14.0625vw;
  top: 12.5vw;
  z-index: 10;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(1) {
    right: 18%;
    top: 23%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(1) {
    right: 14%;
  }
}
.sec-warping-img-hover__elem:nth-child(2) {
  right: 35%;
  top: 37%;
  z-index: 11;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(2) {
    right: 32%;
    top: 35%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(2) {
    right: 30%;
    top: 31%;
  }
}
.sec-warping-img-hover__elem:nth-child(3) {
  top: 45%;
  right: 7%;
  z-index: 12;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(3) {
    top: 45%;
    right: 5%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(3) {
    top: 43%;
    right: 2%;
  }
}
.sec-warping-img-hover__elem:nth-child(4) {
  right: 49%;
  top: 35%;
  z-index: 13;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(4) {
    right: 47%;
    top: 33%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(4) {
    right: 43%;
    top: 31%;
  }
}
.sec-warping-img-hover__elem:nth-child(5) {
  right: 17%;
  top: 39%;
  z-index: 14;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(5) {
    right: 16%;
    top: 38%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(5) {
    right: 14%;
    top: 36%;
  }
}
.sec-warping-img-hover__elem:nth-child(6) {
  right: 45%;
  top: 47%;
  z-index: 15;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(6) {
    right: 40%;
    top: 46%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(6) {
    right: 38%;
    top: 45%;
  }
}
.sec-warping-img-hover__elem:nth-child(7) {
  right: 13%;
  top: 54%;
  z-index: 16;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(7) {
    right: 15%;
    top: 54%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(7) {
    right: 12%;
    top: 52%;
  }
}
.sec-warping-img-hover__elem:nth-child(8) {
  right: 55%;
  top: 52%;
  z-index: 17;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(8) {
    right: 54%;
    top: 49%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(8) {
    right: 50%;
    top: 49%;
  }
}
.sec-warping-img-hover__elem:nth-child(9) {
  right: 62%;
  top: 64%;
  z-index: 18;
}
@media screen and (max-width: 1700px) {
  .sec-warping-img-hover__elem:nth-child(9) {
    right: 53%;
    top: 72%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-warping-img-hover__elem:nth-child(9) {
    right: 51%;
    top: 67%;
  }
}
.sec-warping-img-hover__elem-inner {
  visibility: visible;
  position: relative;
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
  transform: translateY(30px);
  z-index: 25;
}
.sec-warping-img-hover__elem-inner.active {
  opacity: 1;
  transform: translateY(0);
}
.sec-warping-img-hover__elem-inner > img {
  width: 420px;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .sec-warping-img-hover__elem-inner > img {
    width: 420rem;
  }
}
.sec-warping-img-hover__elem-img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .sec-warping-img-hover__elem-img {
    width: 100rem;
    height: 100rem;
    top: 12rem;
  }
}
.sec-warping-img-hover__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-warping-img-hover__elem p {
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .sec-warping-img-hover__elem p {
    padding: 5rem 20rem;
    font-size: 16rem;
  }
}
.sec-warping-img-hover__elem p span {
  font-family: "Seravek Basic";
  display: inline-flex;
  padding-right: 10px;
}
@media screen and (max-width: 1400px) {
  .sec-warping-img-hover__elem p span {
    padding-right: 10rem;
  }
}
.sec-warping-img-hover.active .sec-warping-img-hover__elem {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sec-world {
  padding: 120px 0;
  padding-top: 160px;
}
@media screen and (max-width: 1400px) {
  .sec-world {
    padding: 120rem 0;
    padding-top: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-world {
    padding: 140rem 0;
    padding-top: 140rem !important;
  }
}
.sec-world-img {
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec-world-img {
    max-width: 1300rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-world-img {
    margin-bottom: 70rem;
    max-width: 90%;
  }
}
.sec-world-img > img {
  position: absolute;
  z-index: 1;
}
.sec-world-img > img:nth-child(1) {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  .sec-world-img > img:nth-child(1) {
    width: 15.625vw;
  }
}
.sec-world-img > img:nth-child(1)._show {
  opacity: 1;
}
.sec-world-img > img:last-child {
  max-width: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.2;
}
@media screen and (max-width: 1920px) {
  .sec-world-img > img:last-child {
    width: 102.0833333333vw;
  }
}
.sec-world-img__elem {
  width: 500px;
  height: 500px;
  z-index: 2;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.8s;
  flex-shrink: 0;
}
@media screen and (max-width: 1920px) {
  .sec-world-img__elem {
    width: 26.0416666667vw;
    height: 26.0416666667vw;
  }
}
.sec-world-img__elem:nth-child(2) {
  transform: translate(0, 50px) scale(1.2);
  z-index: 2;
}
.sec-world-img__elem:nth-child(3) {
  transform: translate(0, -50px) scale(1.2);
  z-index: 3;
}
.sec-world-img__elem:nth-child(4) {
  z-index: 4;
  transform: translate(0, 50px) scale(1.2);
}
.sec-world-img__elem:nth-child(5) {
  transform: translate(0, -50px) scale(1.2);
  z-index: 5;
}
.sec-world-img__elem._show {
  transform: scale(1.2);
}
.sec-world-img__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-world-ttl {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .sec-world-ttl {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-world-ttl {
    margin-bottom: 24rem;
  }
}
.sec-world-ttl .sec-ttl h2 {
  color: #1e52a0;
}
.sec-world-ttl .sec-ttl h2::after {
  background: #1e52a0;
}
.sec-world-txt {
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 1400px) {
  .sec-world-txt {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-world-txt {
    padding: 0 50rem;
  }
}
.sec-world-txt p {
  font-size: 20px;
  color: var(--g-color-black);
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .sec-world-txt p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-world-txt p {
    font-size: 24rem;
  }
}
.sec-world-txt p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec-world-txt p:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.sec-world-txt p span {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 5px;
}
@media screen and (max-width: 1400px) {
  .sec-world-txt p span {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-world-txt p span {
    padding: 0 5rem;
  }
}
.sec-world-txt p span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid var(--g-color-black);
  border-radius: 50%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .sec-world-txt p span::before {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-world-txt p span::before {
    width: 40rem;
    height: 40rem;
  }
}

.sec-partner {
  padding: 120px 0 0;
}
@media screen and (max-width: 1400px) {
  .sec-partner {
    padding: 120rem 0 0;
  }
}
.sec-partner-head {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .sec-partner-head {
    max-width: 1300rem;
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-partner-head {
    max-width: 90%;
  }
}
.sec-partner-head-ttl {
  position: relative;
}
.sec-partner-head-ttl::before, .sec-partner-head-ttl::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #ccc;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec-partner-head-ttl::before {
  width: 150px;
  height: 150px;
}
.sec-partner-head-ttl::after {
  width: 200px;
  height: 200px;
}
.sec-partner-head-ttl h2 {
  position: relative;
  z-index: 2;
  font-family: "Seravek Basic";
  font-size: 40px;
  font-weight: 500;
  color: var(--g-color-black);
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .sec-partner-head-ttl h2 {
    font-size: 40rem;
  }
}
.sec-partner-head-ttl h2 span {
  color: #1e52a0;
}
.sec-partner-head-txt p {
  position: relative;
  z-index: 2;
  font-size: 24px;
  color: var(--g-color-black);
}
@media screen and (max-width: 1400px) {
  .sec-partner-head-txt p {
    font-size: 24rem;
  }
}

.sec-fv-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.sec-fv-layer-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-fv-layer__elem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-fv-layer__elem img {
  width: 100%;
}
.sec-fv-layer__elem:nth-child(1) {
  position: unset;
}
.sec-fv-layer__elem:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-layer__elem:nth-child(2) {
  width: 35%;
  left: unset;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec-fv-layer__elem:nth-child(2) {
    width: 100%;
  }
}
.sec-fv-layer__elem:nth-child(3) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec-fv-layer__elem:nth-child(3) {
    width: 100%;
  }
}
.sec-fv-layer__elem:nth-child(4) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec-fv-layer__elem:nth-child(4) {
    width: 100%;
  }
}

.sec-bubble img {
  display: block;
  margin: auto;
  transition: all 0.4s ease-in-out;
}
.sec-bubble img { opacity: 0; }
.sec-bubble img:nth-child(1) {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
  opacity: 0;
}
.sec-bubble img:nth-child(2) {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
  opacity: 0;
}
.sec-bubble img:nth-child(3) {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
  opacity: 0;
}
.sec-bubble img:nth-child(4) {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
  opacity: 0;
}
.sec-bubble img:nth-child(5) {
  width: 350px;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
  opacity: 0;
}
.sec-bubble img.is-visible { opacity: 1; }
.sec-bubble img:nth-child(5).is-visible {
  animation: showHidden 1s linear forwards;
}
@keyframes showHidden {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sec-bubble {
  text-align: center;
  position: relative;
  z-index: 100;
  /* transform: translateY(94px); */
  pointer-events: none;
}
.sec-bubble._show {
  animation: bubbleMain 0.4s ease-in-out forwards;
  transform: translateY(600px);
}
@keyframes bubbleMain {
  0% {
    /* margin-top: 30px; */
    opacity: 0;
  }
  100% {
    /* margin-top: 0; */
    opacity: 1;
  }
}
.sec-bubble._show img:nth-child(1) {
  animation: bubbleStart 1.2s linear forwards;
}
.sec-bubble._show img:nth-child(2) {
  animation: bubbleStart 1.2s linear forwards;
  animation-delay: 0.6s;
}
.sec-bubble._show img:nth-child(3) {
  animation: bubbleStart 1.2s linear forwards;
  animation-delay: 1.2s;
}
.sec-bubble._show img:nth-child(4) {
  animation: bubbleShow 2s linear forwards;
  animation-delay: 1.8s;
}
.sec-bubble._show img:nth-child(5) {
  animation: bubbleHidden 1.2s linear forwards;
  animation-delay: 2.8s;
}
@keyframes bubbleStart {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bubbleShow {
  0% {
    opacity: 0;
    transform: scale(0.8) translate(-50%, -50%);
  }
  70% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    opacity: 0;
  }
}
@keyframes bubbleHidden {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.sec-contact-ttl h2,
.sec-contact-ttl p {
  transition-delay: 2.2s !important;
}

.contact-txt {
  transition-delay: 2.4s !important;
}

.contact-circle {
  opacity: 0 !important;
  transition: 0.4s ease-in-out;
  transform: translateY(30px);
}
.contact-circle:nth-child(1) {
  transition-delay: 0.3s;
  transform: translate(15px, 30px);
}
.contact-circle:nth-child(3) {
  transition-delay: 0.6s;
  transform: translate(-15px, 30px);
}
.contact-circle.active {
  opacity: 1 !important;
  transform: translateY(0);
}
.contact-circle:nth-child(1).active {
  transform: translate(15px, 0);
}
.contact-circle:nth-child(3).active {
  transform: translate(-15px, 0);
}
.contact-body {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.9s;
}
.contact-body.active {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=style.css.map */