@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-v56-japanese-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-v56-japanese-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-v56-japanese-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-v56-japanese-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dela Gothic One";
  src: url("../fonts/DelaGothicOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.font-dela {
  font-family: "Dela Gothic One", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}

.fv-max-1720 {
  max-width: 1720px;
  width: 0.8958333333;
  margin: 0 auto;
}

.fv-max-free {
  max-width: unset;
  width: auto;
  margin: auto;
}

.fv-wrapper {
  overflow-y: hidden;
  height: 100vh;
  background: #70c8ef;
  padding-top: clamp(7.5rem, 15vw, 15rem);
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr minmax(25%, clamp(30rem, 34vw, 65rem)) 1fr;
  grid-template-rows: auto 5vh auto 1fr;
}
.fv-wrapper .main-text {
  grid-row: 1/3;
  grid-column: 1/4;
  z-index: 2;
  margin-top: auto;
  font-size: clamp(4.8rem, 6vw, 12rem);
  letter-spacing: 0.03em;
  line-height: 1;
}
.fv-wrapper .main-text strong {
  font-size: 1.66em;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.fv-wrapper .main-text strong .q {
  display: inline-block;
  font-size: 1em;
  transform: translate(-0.1em, 0em) rotate(10deg);
}
.fv-wrapper .key-visual {
  grid-row: 2/5;
  grid-column: 2/3;
  align-self: end;
  position: relative;
  max-height: 100%;
  z-index: 3;
}
.fv-wrapper .key-visual__img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
  display: block;
}
.fv-wrapper .key-visual::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 45%;
  aspect-ratio: 1;
  background-image: url("../img/fv/kv-circle.webp");
  background-size: cover;
  background-position: center;
  z-index: 10;
  animation: rotate 12.5s linear infinite;
}
@keyframes rotate {
  from {
    transform: translate(-75%, -25%) rotate(0deg);
  }
  to {
    transform: translate(-75%, -25%) rotate(360deg);
  }
}
.fv-wrapper .side-text {
  font-weight: 600;
  line-height: 2;
  grid-row: 3/4;
  z-index: 2;
  align-self: center;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 3.5rem);
}
.fv-wrapper .left-text {
  grid-column: 1/2;
}
.fv-wrapper .right-text {
  grid-column: 3/4;
}
.fv-wrapper .slider-container {
  grid-row: 4/5;
  grid-column: 1/4;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-wrapper .slider-container .fv-marquee {
  display: flex;
  height: 100%;
  width: max-content;
  animation: fv-scroll 12s linear infinite;
}
.fv-wrapper .slider-container .fv-marquee__group {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: clamp(2rem, 3vw, 5rem) clamp(2rem, 5vw, 8rem) clamp(2rem, 3vw, 5rem) 0;
  gap: clamp(2rem, 5vw, 8rem);
}
.fv-wrapper .slider-container .fv-marquee__item {
  height: 100%;
  flex-shrink: 0;
}
.fv-wrapper .slider-container .slide-v {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
}

@keyframes fv-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.fv-cta {
  position: fixed;
  right: 0;
  bottom: 3rem;
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
  transform-origin: right center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #f1ff8a;
  border-radius: 7rem 0 0 7rem;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  text-decoration: none;
}
.fv-cta:hover {
  opacity: 1;
  transform: translateY(8px);
}
.fv-cta.is-scrolled {
  transform: scale(0.8);
  bottom: 0;
}
.fv-cta.is-scrolled:hover {
  transform: scale(0.8) translateY(8px);
}
.fv-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(1rem);
}
.fv-cta .text-wrapper {
  padding: clamp(1rem, 1vw, 2rem);
  gap: clamp(0.4rem, 0.2vw, 1rem);
}
.fv-cta__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3398ce;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.8vw, 2.4rem);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 0.8em;
}
.fv-cta .text-c {
  color: #3398ce;
  align-items: baseline;
  gap: 0;
  font-family: "Dela Gothic One", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
}
.fv-cta .text {
  font-size: clamp(1.4rem, 3vw, 4rem);
  align-self: center;
  margin-right: 0.4em;
}
.fv-cta .highlight {
  font-size: 1.8em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .fv-cta__label {
    padding: 0.4em;
  }
  .fv-cta .highlight {
    font-size: 1.2em;
  }
}

.fv-bottom-line {
  width: 100vw;
  height: auto;
  color: #ffffff;
  background-color: #ffb66f;
  line-height: 1;
  font-size: clamp(3.2rem, 8vw, 8.5rem);
  position: relative;
  z-index: 5;
  display: grid;
  place-content: center;
}
.fv-bottom-line .f {
  display: inline;
  line-height: 1;
  vertical-align: baseline;
  transform: translateY(-0.05em);
  padding: 0.15em 0;
}

@media screen and (max-width: 1024px) {
  .fv-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 20rem;
  }
  .fv-wrapper .main-text {
    grid-row: 1/2;
    grid-column: 1/2;
    margin: auto auto 0;
  }
  .fv-wrapper .key-visual {
    grid-row: 2/4;
    grid-column: 1/2;
    align-self: center;
  }
  .fv-wrapper .key-visual__img {
    height: auto;
    max-width: 90%;
    margin: 0 auto;
  }
  .fv-wrapper .slider-container {
    grid-row: 3/4;
    grid-column: 1/2;
    z-index: 4;
  }
}
@media screen and (max-width: 651px) {
  .fv-wrapper .main-text {
    justify-self: center;
    text-align: start;
    line-height: 0.92;
  }
  .fv-wrapper .main-text strong {
    font-size: 1.8em;
    line-height: 0.85;
  }
}

/*# sourceMappingURL=fv.css.map */
