@charset "UTF-8";
/* ==========================================
 Layout
============================================*/
/* inner */
:root {
  --min_w1: 375;
  --max_w2: 750;
  --container-width: 750;
}

/* ==========================================
 Contents
============================================*/
/* FV */
.pic-pot {
  width: var(--sz-175);
  position: absolute;
  top: 64%;
  right: 0%;
}

.fv-movie {
  aspect-ratio: 1/1;
  width: var(--sz-165);
  position: absolute;
  top: 59%;
  right: 20%;
  border-radius: 100vh;
  overflow: hidden;
  border: var(--sz-4) solid #3ea4d1;
}

.fv-movie > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* layer */
.layer--1 {
  width: 88%;
  top: 85%;
}

.layer--2 {
  width: 88%;
  top: 82%;
  display: flex;
  justify-content: space-between;
}
.layer--2 a {
  width: var(--sz-311);
}

.layer--3 {
  width: var(--sz-578);
  top: 70%;
}

.layer--4 {
  top: 43%;
  width: 87%;
}

.layer--5 {
  width: 88%;
  top: 85%;
}

.layer--6 {
  width: 88%;
  top: 85%;
}

/* floating */
.follow {
  bottom: 3%;
  width: var(--sz-660);
}

/* button */
.btn-normal {
  border-style: solid;
  border-width: var(--sz-4);
  border-color: #fff;
  --bs-btn-hover-border-color: #fff;
  border-radius: var(--sz-10);
  background-image: linear-gradient(180deg, #0aa620, #007600, #0aa620, #007600, #0aa620);
  box-shadow: 0px var(--sz-10) var(--sz-9) var(--sz-1) rgba(0, 0, 0, 0.4);
  aspect-ratio: 660/134;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: auto 200%;
  animation: btn_animation 1s infinite, gradient-loop-vertical 6s linear infinite;
}
.btn-normal img {
  aspect-ratio: 553/120;
  width: 83.78%;
}

/* button animation */
@keyframes btn_animation {
  0% {
    translate: 0 0;
  }
  10% {
    translate: 0 var(--sz-3);
  }
  20% {
    translate: 0 0;
  }
  30% {
    translate: 0 var(--sz-3);
  }
  40% {
    translate: 0 0;
  }
}
@keyframes gradient-loop-vertical {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 100%;
  }
}
/* scroll */
.scroller {
  position: fixed;
  bottom: 5.6%;
  left: var(--sz-20);
  width: var(--sz-13);
  padding-bottom: var(--sz-120);
  overflow: hidden; /* 縦線のアニメーションをクリップするために必要 */
}

.scroller::before {
  content: "";
  background: #2d74b2; /* 縦線の色 */
  width: 1px;
  height: var(--sz-44); /* 縦線自体の最大の高さ */
  display: block;
  position: absolute;
  top: var(--sz-70);
  left: 50%;
  translate: -50%;
  animation: scroll-line-animate 1s linear infinite; /* アニメーション名と時間 */
}

@keyframes scroll-line-animate {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}
/* footer */
.footer {
  position: relative;
}

.footer__menu {
  flex-wrap: wrap;
}

.footer__menu > a:first-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .footer__menu > a:first-child {
    width: auto;
  }
}
/* ==========================================
 Loading
============================================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/bg-loading.webp) no-repeat top center/cover;
  z-index: 100;
  overflow: hidden;
}

.loading__content {
  padding-block: 28% 0;
  padding-inline: var(--sz-30);
}

.loading__spinner {
  font-size: var(--sz-10);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  animation: spinner-rotate 1.1s infinite ease;
  margin: 0 auto var(--sz-60);
}

@keyframes spinner-rotate {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.loading__lead {
  margin-bottom: var(--sz-25);
  width: var(--sz-691);
}

.loading__ticket {
  width: var(--sz-725);
  margin-right: calc(-1 * var(--sz-30));
  animation: btn_animation 1s infinite;
}

@keyframes mocchiri {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@media screen and (min-width: 992px) {
  .loading__content {
    padding: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .loading__ticket {
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */