section.landing {
  width: 100%;
  max-width: 140rem;
}
section.landing .fv-logo {
  display: none;
}
section.landing .grid-container {
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-template-rows: 1fr 5rem 8rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 17rem;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}
section.landing .img-section {
  box-sizing: border-box;
  position: relative;
  grid-column: 2/3;
  grid-row: 1/2;
  width: calc(100% - 2px);
  height: 100%;
  background: url(../img/top/sp/kv.webp?ver=20260304) center no-repeat;
  background-size: cover;
  border-radius: 2rem;
  border: #2f2f2f 2px solid;
}
section.landing .img-section .title {
  position: relative;
  z-index: 10;
  font-size: clamp(3.5rem, 5vw, 6rem);
  font-weight: 700;
  position: absolute;
  bottom: -0.7em;
  left: -0.8em;
}
section.landing .deco {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
section.landing .deco.deco-1 {
  width: clamp(10rem, 26vw, 16rem);
  aspect-ratio: 1/3;
  left: -5rem;
  bottom: 8rem;
  background: url(../img/top/kv-1.svg) center right no-repeat;
  background-size: auto 100%;
  transform: translate(-200%, 50%);
  opacity: 0;
}
section.landing .deco.deco-2 {
  width: clamp(11rem, 28vw, 18rem);
  aspect-ratio: 10/23;
  right: 0;
  bottom: -10rem;
  background: url(../img/top/kv-2.svg) center left no-repeat;
  background-size: auto 100%;
  transform: translate(200%, 50%);
  opacity: 0;
}
section.landing .reserve-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: 1/3;
  grid-row: 3/4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
}
section.landing .reserve-btn:hover {
  opacity: 0.9;
}
section.landing .reserve-btn .inner {
  position: relative;
  z-index: 10;
}
section.landing .reserve-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #e27028;
  border-radius: 50%;
}
@media screen and (min-width: 651px) {
  section.landing .img-section {
    background: url(../img/top/medium/kv.webp?ver=20260304) center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1001px) {
  section.landing {
    width: 84%;
  }
  section.landing .grid-container {
    padding: 15rem 0 5.5rem;
    grid-template-columns: clamp(5rem, 15vw, 22rem) 1fr;
    grid-template-rows: auto;
  }
  section.landing .fv-logo {
    display: block;
    grid-column: 2/3;
    grid-row: 1/3;
    width: 24rem;
    position: absolute;
    transform: translate(-60%, -8rem);
    z-index: 100;
  }
  section.landing .img-section {
    border-radius: 6rem;
  }
  section.landing .img-section .title {
    bottom: 5rem;
    left: 2.5rem;
    transform: translateX(-50%);
  }
  section.landing .deco.deco-1 {
    width: clamp(16rem, 15vw, 25rem);
    aspect-ratio: 1/2;
    left: -5rem;
    bottom: 50%;
    opacity: 0;
    transform: translate(-100%, 50%);
    background: url(../img/top/kv-1.svg) center no-repeat;
    background-size: contain;
  }
  section.landing .deco.deco-2 {
    width: clamp(16rem, 20vw, 33rem);
    aspect-ratio: 3/4;
    right: -7rem;
    bottom: 17.5%;
    background: url(../img/top/kv-2-2.svg) center no-repeat;
    background-size: contain;
  }
  section.landing .reserve-btn {
    position: absolute;
    bottom: 0;
    right: -2.4rem;
    grid-column: 2/3;
    grid-row: 1/2;
    width: clamp(12rem, 20vw, 28.6rem);
    height: auto;
    aspect-ratio: 1/1;
    overflow: unset;
    transform: translateY(50%);
    z-index: 100;
    font-size: clamp(3.2rem, 3.5vw, 4.5rem);
  }
  section.landing .reserve-btn .inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  section.landing .reserve-btn .inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 2.6rem;
    background: url(../img/icons/arrow-right-w.svg) center no-repeat;
    background-size: contain;
  }
  section.landing .reserve-btn::after {
    top: unset;
    left: unset;
  }
}
@media screen and (min-width: 1201px) {
  section.landing .img-section {
    background: url(../img/top/large/kv.webp?ver=20260304) center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1601px) {
  section.landing .fv-logo {
    width: clamp(12rem, 22vw, 42.5rem);
  }
}

.loaded section.landing .white-bar-anim::before {
  width: 100%;
  opacity: 1;
  transition-delay: 0.2s;
}
.loaded section.landing .white-bar-anim:nth-child(2)::before {
  transition-delay: 0.25s;
}
.loaded section.landing .white-bar-anim:nth-child(3)::before {
  transition-delay: 0.3s;
}
.loaded section.landing .deco.deco-1 {
  animation: decoLeftSp 0.6s linear 0.2s forwards;
  transform: translate(0, 0);
}
.loaded section.landing .deco.deco-2 {
  animation: decoRightSp 0.6s linear 0.4s forwards;
  transform: translate(0, 0);
}
@media screen and (min-width: 1001px) {
  .loaded section.landing .deco.deco-1 {
    animation: decoLeftPc 0.4s linear 0.2s forwards;
    transform: translate(-100%, 50%);
  }
  .loaded section.landing .deco.deco-2 {
    animation: decoRightPc 0.4s linear 0.4s forwards;
    transform: translate(0, 0);
  }
}

@keyframes decoLeftSp {
  0% {
    transform: translate(-200%, 60%);
    opacity: 0;
  }
  65% {
    transform: translate(-15%, -28%);
    opacity: 0.8;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes decoRightSp {
  0% {
    transform: translate(200%, 50%);
    opacity: 0;
  }
  75% {
    transform: translate(15%, -26%);
    opacity: 0.8;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes decoLeftPc {
  0% {
    transform: translate(-300%, 150%);
    opacity: 0.2;
  }
  65% {
    transform: translate(-160%, 28%);
    opacity: 0.6;
  }
  100% {
    transform: translate(-100%, 50%);
    opacity: 1;
  }
}
@keyframes decoRightPc {
  0% {
    transform: translate(150%, 40%);
    opacity: 0.4;
  }
  65% {
    transform: translate(40%, -28%);
    opacity: 0.8;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
section.about {
  padding: 5rem 0;
  margin-bottom: 4rem;
  background-color: #fff5c6;
}
section.about .content-container {
  max-width: 42rem;
}
section.about .img-container {
  position: relative;
  max-width: 70rem;
}
section.about .img-container .deco {
  position: absolute;
  width: 13rem;
  bottom: 0;
  right: 0;
  transform: translateY(48%);
}
@media screen and (min-width: 651px) {
  section.about {
    padding: 12.4rem 0;
  }
  section.about .img-container .deco {
    width: 17.6rem;
    right: -4rem;
    transform: translateY(26.6%);
  }
}

section.price {
  padding: 3rem 0 4rem;
  gap: 1.7rem;
}
section.price .price-container {
  position: relative;
  margin-top: 3rem;
  column-gap: 3rem;
  row-gap: 5rem;
}
section.price .price-container .deco {
  display: none;
}
section.price .price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  width: 100%;
  border-radius: 1.5rem;
  padding: 3rem 2rem 2rem;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 2px solid #2f2f2f;
  text-align: center;
}
section.price .price-box .price {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 230%;
}
section.price .price-box .price .highlight {
  line-height: 100%;
  font-size: 2.3em;
}
section.price .price-box .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 25rem;
  height: 3rem;
  border: 1px solid #2f2f2f;
  line-height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
section.price .price-box .label.label-orange {
  background-color: #faa645;
}
section.price .price-box .label.label-yellow {
  background-color: #fce958;
}
section.price a.reserve-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.6em;
  height: 2.3em;
  background-color: #59aa35;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
@media screen and (min-width: 651px) {
  section.price {
    padding: 12.4rem 0;
    gap: 4rem;
  }
  section.price .h2-group {
    align-items: flex-start;
  }
  section.price .price-container {
    margin-top: 4rem;
  }
  section.price .price-container .deco {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: clamp(12rem, 15vw, 24rem);
    transform: translate(45%, 50%);
  }
  section.price .price-box {
    padding: 5rem 2rem 3.5rem;
    gap: 2rem;
  }
  section.price .price-box p {
    font-size: clamp(2.4rem, 2.5vw, 3rem);
  }
  section.price .price-box .price {
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 240%;
  }
  section.price .price-box .price .highlight {
    font-size: 2.4em;
  }
  section.price .price-box .label {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    width: 15em;
    height: 5rem;
  }
  section.price a.reserve-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9.5em;
    height: 1.9em;
    background-color: #e27028;
    background-image: url(../img/icons/arrow-right-w-sm.svg);
    background-position: center right 3rem;
    background-repeat: no-repeat;
    background-size: 0.9em;
    border: unset;
    border-radius: unset;
    font-size: 4.5rem;
    font-weight: 700;
  }
}

section.facility {
  padding: 4rem 0;
  background-color: #fff5c6;
}
section.facility .content-grid {
  row-gap: 0;
}
section.facility .img-container {
  margin-top: clamp(3rem, 7vw, 8.5rem);
}
section.facility .gallery-container {
  width: 84.7%;
  max-width: 33rem;
}
section.facility .splide__arrow {
  background: unset;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 1;
}
section.facility .splide__arrow svg {
  width: 100%;
  height: 100%;
}
section.facility .splide__arrow--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
section.facility .splide__arrow--next {
  right: 0;
  transform: translate(50%, -50%);
}
section.facility .splide__slide {
  padding-top: clamp(3rem, 7vw, 8.5rem);
}
section.facility .facility-card {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #2f2f2f;
  align-self: stretch;
  height: 100%;
}
section.facility .facility-card a {
  font-weight: 700;
  color: #2f2f2f;
}
section.facility .facility-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
section.facility .facility-card .text-container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 3rem 2rem 2rem;
}
section.facility .facility-card .text-container .label-yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  min-width: 11rem;
  min-height: 2.5rem;
  padding: 0.2em 0.8em;
  transform: translateY(-50%);
  background-color: #ffe87a;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  line-height: 100%;
  text-align: center;
}
@media screen and (min-width: 651px) {
  section.facility .content-grid {
    flex-direction: column;
  }
}
@media screen and (min-width: 1001px) {
  section.facility {
    padding: clamp(10rem, 12vw, 15rem) 0 8rem;
  }
  section.facility .content-grid {
    width: 96%;
    display: grid;
    grid-template-columns: clamp(33rem, 33vw, 42rem) 1fr;
    grid-template-rows: auto auto;
  }
  section.facility .content-grid .content-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  section.facility .content-grid .img-container {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: auto;
  }
  section.facility .content-grid .gallery-container {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 33rem;
  }
}

section.activity {
  padding: 0 0 clamp(4rem, 10vw, 12rem) 0;
  position: relative;
  background-color: #fff5c6;
  gap: clamp(3rem, 4vw, 5rem);
}
section.activity .deco {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 9.6rem;
  transform: translateY(45%);
}
section.activity .content-container {
  width: 84.7%;
  max-width: 100rem;
}
section.activity .content-container .text-container {
  width: 100%;
  gap: 2rem;
}
section.activity .content-container .stacked-title {
  width: fit-content;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
}
section.activity .content-container .stacked-title h2 {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 500;
  line-height: 100%;
  row-gap: 0.3em;
  text-align: center;
}
section.activity .content-container .stacked-title span.bar {
  display: block;
  width: 1px;
  height: 5.6rem;
  background-color: #2f2f2f;
}
section.activity .content-container .stacked-title span.bar.bar-left {
  transform-origin: bottom right;
  transform: rotate(-36deg);
}
section.activity .content-container .stacked-title span.bar.bar-right {
  transform-origin: bottom left;
  transform: rotate(36deg);
}
section.activity .img-container {
  width: 96.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.activity .img-container img.sp {
  width: 100%;
  max-width: 50rem;
}
section.activity .img-container img.pc {
  display: none;
}
@media screen and (min-width: 651px) {
  section.activity .content-container .stacked-title {
    align-items: center;
  }
  section.activity .content-container .stacked-title span.bar {
    height: clamp(5.6rem, 5vw, 8rem);
  }
  section.activity .img-container {
    width: 100%;
    max-width: 192rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
  }
  section.activity .img-container img.sp {
    display: none;
  }
  section.activity .img-container img.pc {
    width: 96%;
    display: block;
    margin: auto;
  }
}

section#facility-details {
  padding: 4rem 0;
}
section#facility-details .qa-wrapper {
  padding: 1rem 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
section#facility-details .qa-wrapper .qa-title {
  font-size: 1.8rem;
}
section#facility-details .qa-wrapper .active-a {
  padding: 1.5rem 0 0 0;
}
@media screen and (min-width: 651px) {
  section#facility-details {
    padding: clamp(4rem, 10vw, 12.4rem) 0;
  }
  section#facility-details .title-dropdown {
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
    width: fit-content;
  }
  section#facility-details .title-dropdown .qa-area {
    flex: 1;
    max-width: 75rem;
  }
}

section.usage {
  background-color: #fff5c6;
  padding: 6rem 0;
  gap: 4rem;
}
section.usage .content-container {
  flex-direction: column;
  width: 84.7%;
  max-width: 50rem;
}
section.usage .content-container .title-container,
section.usage .content-container .flow-container {
  width: 100%;
}
section.usage .content-container .flow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
section.usage .content-container .flow-card {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.usage .content-container .flow-card h3 {
  font-weight: 500;
  line-height: 150%;
}
section.usage .content-container .flow-card img {
  width: 7.5rem;
}
section.usage .content-container .flow-card .text-container {
  display: flex;
  flex-direction: column;
}
section.usage .content-container .spacer {
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
}
section.usage .content-container .faq-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 1.8rem;
  line-height: 1;
  position: relative;
  margin-top: 3rem;
  margin-left: -2.5rem;
  background-color: #59aa35;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
section.usage .content-container .faq-btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(99%, -50%);
  height: 3.6rem;
  width: 3.6rem;
  background: url(../img/icons/icon-hand.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1001px) {
  section.usage {
    padding: clamp(10rem, 10vw, 12.4rem) 0;
  }
  section.usage .content-container {
    width: 96%;
    max-width: 120rem;
  }
  section.usage .content-container .flow-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  section.usage .content-container .flow-card {
    flex-direction: column;
    gap: 2rem;
    flex: 1;
    max-width: 36rem;
  }
  section.usage .content-container .flow-card img {
    width: 12.6rem;
    height: 18rem;
    object-fit: contain;
  }
  section.usage .content-container .flow-card .text-container {
    width: 100%;
    align-items: center;
  }
  section.usage .content-container .flow-card p {
    width: 100%;
    max-width: 32rem;
  }
  section.usage .content-container .spacer {
    margin-top: 6.3rem;
    border: unset;
    width: 2.5rem;
    height: 5rem;
    background: url(../img/common/flow-arrow.svg) center no-repeat;
    background-size: contain;
  }
}

section.access {
  padding: 4rem 0;
}
section.access .grid-container {
  width: 84.7%;
  max-width: 50rem;
  row-gap: 3rem;
}
section.access .title-container,
section.access .img-container,
section.access .text-container {
  width: 100%;
}
section.access iframe {
  width: 100%;
  aspect-ratio: 3/2;
}
section.access .text-container {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  gap: 2.5em;
}
@media screen and (min-width: 1001px) {
  section.access {
    padding: clamp(10rem, 10vw, 12.4rem) 0;
  }
  section.access .grid-container {
    display: grid;
    grid-template-columns: 32rem 1fr;
    grid-template-rows: auto auto;
    max-width: 120rem;
    column-gap: clamp(2rem, 4vw, 5.5rem);
    row-gap: 6rem;
  }
  section.access .grid-container .title-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  section.access .grid-container .text-container {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  section.access .grid-container .img-container {
    grid-column: 2/3;
    grid-row: 1/3;
    height: 100%;
  }
  section.access .grid-container .img-container iframe {
    height: 100%;
  }
}

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