@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Pinyon+Script&display=swap");
.slide_anim {
  opacity: 0;
  overflow: hidden;
}
.slide_anim.on {
  animation-name: maskIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.slide_anim.on::before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.slide_anim::before {
  background: #101b4d;
}

@keyframes maskIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(101%);
  }
}
.slide_anim2 {
  opacity: 0;
}
.slide_anim2.on {
  animation-name: clipIn;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.slide_anim2.delay {
  animation-delay: 0.6s;
}

.slide_anim3 {
  opacity: 0;
}
.slide_anim3.on {
  animation-name: clipIn;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes clipIn {
  from {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.fade_anim {
  opacity: 0;
}
.fade_anim.on {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.fade_anim.delay {
  animation-delay: 0.8s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur_anim {
  opacity: 0;
  filter: blur(100px);
}
.blur_anim.on {
  animation-name: blurOut;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.blur_anim.delay {
  animation-delay: 0.6s;
}

@keyframes blurOut {
  from {
    opacity: 0;
    filter: blur(100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.circle_anim {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}
.circle_anim.on {
  animation: forwards circleAnim 0.8s ease-in-out;
}

@keyframes circleAnim {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
.load_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c6cdff;
  z-index: 100;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.load_bg span {
  display: inline-block;
  width: 160px;
}
.load_bg span img {
  width: 100%;
}

.op_mv {
  position: relative;
  height: 100vh;
}

.op_mv_bubble {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.cls-1 {
  opacity: 0.3;
}

.cls-2 {
  opacity: 0.3;
}

.cls-3 {
  opacity: 0.3;
}

.cls-4 {
  opacity: 0.3;
}

.cls-5 {
  opacity: 0.3;
}

.cls-6 {
  opacity: 0.3;
}

.cls-7 {
  opacity: 0.3;
}

.cls-8 {
  opacity: 0.3;
}

.cls-9 {
  opacity: 0.3;
}

.cls-10 {
  opacity: 0.3;
}

.cls-11 {
  opacity: 0.3;
}

.cls-12 {
  opacity: 0.3;
}

.cls-13 {
  opacity: 0.3;
}

.cls-14 {
  opacity: 0.3;
}

.catch_wrap {
  padding-left: 8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.catch_box {
  max-width: 830px;
  text-shadow: 2px 2px 0 rgba(252, 253, 254, 0.8);
  line-height: 2;
  position: relative;
  z-index: 10;
}
.catch_box .catch_ttl {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.catch_box .catch_ttl p {
  font-size: 1.5rem;
  font-weight: 600;
}
.catch_box .catch_ttl span {
  font-size: 3rem;
  font-weight: 600;
}
.catch_box .catch_btm_txt {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.main_catch {
  font-size: 2.25rem;
  line-height: 1.6;
}
.main_catch span {
  display: inline-block;
  font-weight: 600;
}

/*--------------------
スマホここから
--------------------*/
@media screen and (max-width: 1024px) {
  .load_bg span {
    width: 100px;
  }
  .op_mv {
    height: 85vh;
    overflow: hidden;
  }
  .op_mv_bubble {
    width: 300%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .catch_wrap {
    padding-left: 1rem;
  }
  .catch_box {
    max-width: 100%;
    text-shadow: 2px 2px 0 rgba(252, 253, 254, 0.8);
    line-height: 2;
    position: relative;
    z-index: 10;
  }
  .catch_box .catch_ttl p {
    font-size: 1rem;
  }
  .catch_box .catch_ttl span {
    font-size: 1.25rem;
  }
  .catch_box .catch_btm_txt {
    font-size: 1rem;
  }
  .main_catch {
    font-size: 1.5rem;
  }
}