@charset "UTF-8";
/* Designed & Developed by Number Nine Inc. | https://nn9.jp */
/*--------------------------------------------------
root
--------------------------------------------------*/
:root {
  --color-main: #EA543A;
  --color-text: #373434;
  --color-text-2: #737171;
  --color-border: #DDDDDD;
  --color-bg: #F0EFEA;
  --color-bg-2: #F8F7F3;
  --color-accent: #2C9AED;
  --color-accent-2: #4CA404;
  --color-accent-3: #E1BC00;
  --color-sub: #F6FA61;
  --color-sub-2: #1C392B;
  --color-white: #FFF;
  --color-black: #000;
}

/*--------------------------------------------------
setting
--------------------------------------------------*/
html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.6944444444vw;
  font-family: "Quicksand", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Segoe UI", "Meiryo", sans-serif; /* Quicksand + Zen Kaku Gothic New */
}

body {
  color: var(--color-text);
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.118em;
  -webkit-text-size-adjust: none;
  background-color: var(--color-white);
  line-break: strict;
  overflow-wrap: anywhere;
}

body#top::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/access-img.webp) no-repeat center/cover;
  z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

p {
  margin: 1.2em 0;
  line-height: 2;
}
p a {
  text-decoration: underline;
}

a, a:active {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img, svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

ul li, ol li {
  list-style-type: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------
common
--------------------------------------------------*/
/* 枠のスタイル*/
.c-frame-style__sm {
  overflow: hidden;
  border-radius: 2rem 0.3rem;
}
.c-frame-style__md {
  overflow: hidden;
  border-radius: 4rem 0.6rem;
}
.c-frame-style__lg {
  overflow: hidden;
  border-radius: 8rem 1.2rem;
}

/* タイトルのスタイル */
.c-title__section {
  margin-bottom: 6.7rem;
  padding-top: 21rem;
  background: url("../image/logo-small.webp") no-repeat center top 8rem;
  background-size: 9.6rem;
  font-weight: 700;
  text-align: center;
}
.c-title__section.-no-logo {
  background: none;
}
.c-title__section .title {
  font-size: 5rem;
  line-height: 1.07;
  letter-spacing: 0.029em;
}
.c-title__section span {
  display: block;
  margin-top: 1rem;
  line-height: 2.24;
}

.c-title__block {
  margin: 3em auto 2.1em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.58;
  letter-spacing: 0.083em;
  text-align: center;
}

.c-title__small {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

/* テキスト */
.c-text-highlight {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, var(--color-sub)));
  background: linear-gradient(transparent 0%, var(--color-sub) 0%);
  font-weight: 700;
}

.c-text-link {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-text-link:hover {
  color: var(--color-main);
  opacity: 1;
}

/* ボタン */
.c-button__tab {
  border-radius: 2rem 0.3rem;
  background: var(--color-white);
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 37rem;
  max-width: 100%;
  height: 10rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  transition: 0.3s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  position: relative;
  flex-grow: 1;
  padding: 1rem;
  cursor: pointer;
}
.c-button__tab:hover, .c-button__tab.is-active {
  background: var(--color-text);
  color: var(--color-white);
}

.c-button__link {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 36rem;
  max-width: 100%;
  height: 9rem;
  margin: 2rem auto;
  border-radius: 10rem;
  background-color: var(--color-text);
  color: var(--color-white);
  font-weight: 700;
}

/* 背景 */
.c-bg__stone {
  background-image: url("../image/bg-stone.svg");
  background-position: 6rem 7.5rem;
  background-size: 95.9027777778vw 82.5vw;
  background-repeat: no-repeat;
  background-color: var(--color-bg);
}

/* アニメーション */
.c-circle-letters {
  position: absolute;
  width: 12.8rem;
  height: 12.8rem;
  overflow: hidden;
  background: url("../image/icon-circle-letters.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.js-anim-pop, .js-anim-pop2 {
  opacity: 0;
}

/*--------------------------------------------------
HEADER
--------------------------------------------------*/
#header .header-logo {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 11.4rem;
  margin-top: 3rem;
  margin-left: 4rem;
}
#header .header-navi {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
}
#header .header-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  margin-right: 17.5rem;
  padding: 3.9rem 4rem 1.5rem;
  gap: 3.9rem;
  border-bottom-left-radius: 2rem;
  background-color: var(--color-white);
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.059em;
}
#header .header-navi__list a:hover {
  color: var(--color-main);
  opacity: 1;
}
#header .header-navi .header-ig svg {
  width: 1.7rem;
  margin-top: 0.5rem;
  vertical-align: top;
}
#header .header-navi .header-ig svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .header-navi .header-ig:hover svg path {
  fill: #f00;
}
#header .header-navi__contact {
  position: absolute;
  top: 0;
  right: 0;
}
#header .header-navi__contact a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 17.5rem;
  height: 10.5rem;
  border-bottom-left-radius: 2rem;
  background: var(--color-text);
  color: var(--color-white);
  font-weight: 700;
  font-size: 2.3rem;
  text-align: center;
}
#header .header-navi__contact a:hover {
  background: var(--color-main);
  opacity: 1;
}
#header .header-navi__contact span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.154em;
}
/* 追加 */
#header .header-navi {
  transition: transform 0.5s cubic-bezier(.2,.5,.2,1), opacity 0.5s ease;
  will-change: transform, opacity;
}
#header .header-navi.is-hidden {
  transform: translateY(-120%); /* 完全に上へ隠す */
  opacity: 0;
  pointer-events: none; /* 非表示中はクリック不可に */
}
.header-navi__list li a.is-active {
  color: var(--color-main);
}
#header .header-logo img {
  width: 100%;
  height: auto;
  transform-origin: left top;
  transition: transform 0.5s ease;
}
#header.is-scrolled .header-logo img {
  transform: scale(0.7);
}

/*--------------------------------------------------
MV
--------------------------------------------------*/
#mv {
  background-color: var(--color-white);
}

#mv .mv-wrap {
  position: relative;
  margin: 0 0 8rem;
  padding-top: 8rem;
}
#mv .mv-slider {
  width: 118rem;
  margin-right: 6rem;
  margin-left: auto;
}
#mv .mv-slider .swiper-slide .mv-item {
  height: calc(100vh - 16rem);
  max-height: 75rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}
#mv .mv-slider .swiper-slide[class*=-active] .mv-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#mv .mv-title {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 6rem;
  width: 132rem;
}
#mv .mv-catch {
  position: absolute;
  top: 14rem;
  right: 12rem;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Segoe UI", "Meiryo", sans-serif;
  writing-mode: vertical-rl;
}
#mv .mv-catch .mv-catch__box {
  overflow: hidden;
  border-radius: 1rem;
}
#mv .mv-catch .mv-catch__box + .mv-catch__box {
  margin-right: 0.45rem;
}
#mv .mv-catch p {
  display: inline-block;
  margin: 0;
  padding: 2.3rem 0.8rem 1.5rem;
  border-radius: 1rem;
  background: var(--color-white);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.13;
  letter-spacing: 0.13em;
  text-align: center;
  white-space: nowrap;
}
#mv .mv-scroll {
  position: absolute;
  right: 2.3rem;
  bottom: -5.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.071em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 2;
  padding-bottom: 6.5rem;
  writing-mode: vertical-rl;
}
#mv .mv-scroll:after {
  display: inline-block;
  position: absolute;
  right: 0.7rem;
  bottom: -0.5rem;
  width: 0.1rem;
  height: 6rem;
  background: var(--color-text);
  content: "";
}
#mv .mv-scroll:after {
  animation: scroll-line 2.2s ease-in-out infinite;
}
@keyframes scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
}

/*--------------------------------------------------
FOOTER
--------------------------------------------------*/
#footer {
  overflow: hidden;
  background: var(--color-text);
}
#footer .footer-loop {
  padding: 8rem 0;
  gap: 15rem;
}
#footer .footer-loop img {
  width: 220rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 220rem;
}
#footer .footer-box {
  width: 114rem;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: 0.1rem solid var(--color-text-2);
  color: var(--color-text-2);
  font-weight: 700;
  font-size: 1.4rem;
}
#footer .footer-box .footer-logo {
  width: 27.5rem;
  margin-right: 6rem;
}
#footer .footer-box .footer-text {
  margin-top: 2em;
  font-size: 1.4rem;
}
#footer .footer-box .footer-text a {
  text-decoration: none;
}
#footer .footer-box .footer-text a:hover {
  color: var(--color-white);
  text-decoration: underline;
}
#footer .footer-box .footer-copy {
  width: 100%;
  margin-top: 4rem;
  text-align: right;
}

/*--------------------------------------------------
EVENT
--------------------------------------------------*/
#event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: var(--color-bg);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -50.4rem;
  padding-top: 50.4rem;
  padding-bottom: 2.4rem;
}
#event:before {
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url("../image/wave_event-top.svg") no-repeat top left/cover;
  content: "";
}
#event .event-title__wrap {
  position: relative;
  width: 27.4rem;
}
#event .event-title__wrap .event-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0.4rem;
  left: 6rem;
  writing-mode: vertical-rl;
}
#event .event-title__wrap .event-title .title {
  margin-left: 1.4rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.18;
  letter-spacing: 0.18em;
}
#event .event-title__wrap .event-title img {
  width: 5.2rem;
}
#event .event-title__wrap .event-title .text {
  margin-top: 0.1rem;
  margin-right: 1.3rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.22em;
}
#event .event-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 6rem;
  gap: 1rem;
}
#event .event-btn-wrap .event-button {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  background: var(--color-white);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
#event .event-btn-wrap .event-button:hover {
  opacity: 0.7;
}
#event .event-btn-wrap .event-button-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#event .event-btn-wrap .event-button.swiper-button-disabled {
  opacity: 0.5;
}
#event .event-slider-wrap {
  width: 116.6rem;
  overflow: hidden;
}
#event .swiper-wrapper {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
#event .swiper {
  width: 99rem;
  margin: 0;
  overflow: visible;
}
#event .event-item {
  position: relative;
  padding: 0 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
#event .event-item figure {
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 2rem 0.3rem;
}
#event .event-item figure img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
  transform-origin: top center;
}
#event .event-item:hover figure img {
  transform: scale(1.1);
}
#event .event-item .cat {
  position: absolute;
  top: 18.5rem;
  left: 1.5rem;
  min-width: 8.8rem;
  padding: 0.4em 1rem;
  border-radius: 0.3rem;
  background-color: var(--color-text);
  color: var(--color-white);
  letter-spacing: 0.176em;
  text-align: center;
}
#event .event-item .cat.cat-event {
  background-color: var(--color-main);
}
#event .event-item time {
  display: block;
  margin: 2.3em 0 0.5em;
  color: var(--color-text-2);
  letter-spacing: 0.118em;
}
#event .event-item strong {
  display: block;
  font-size: 2rem;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Segoe UI", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}

/* ポップアップ関連 プライバシーポリシーでも使用 */
.js-event-close {
  display: block;
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 9.6rem;
  height: 9.6rem;
  background: url("../image/icon-close.svg") no-repeat center/contain;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.js-event-close:hover {
  opacity: 1.0;
}

.event-popup {
  display: none;
  z-index: 101;
  position: fixed;
  top: 6rem;
  left: 15rem;
}
.event-popup .event-popup-inner {
  width: 114rem;
  max-height: 80lvh;
  padding: 8rem 10rem;
  overflow: hidden;
  border-radius: 10rem;
  background: var(--color-white);
}
.event-popup .event-popup-text {
  max-height: calc(80lvh - 16rem);
  overflow-y: scroll;
}
.event-popup .event-popup-text::-webkit-scrollbar {
  width: 0.3rem;
}
.event-popup .event-popup-text::-webkit-scrollbar-track {
  border: none;
  border-radius: 100rem;
  background: var(--color-border);
}
.event-popup .event-popup-text::-webkit-scrollbar-thumb {
  border-radius: 100rem;
  background: var(--color-text);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.event-popup time {
  display: block;
  margin-bottom: 2rem;
  color: var(--color-text-2);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
}
.event-popup strong {
  display: block;
  margin-bottom: 5rem;
  font-weight: 700;
  font-size: 3.5rem;
}
.event-popup figure {
  margin-bottom: 5rem;
  text-align: center;
}
.event-popup figure img {
  width: 80%;
  max-width: 40rem;
  overflow: hidden;
  border-radius: 2rem 0.3rem;
  -o-object-position: top;
  object-position: top;
}
.event-popup .c-button__link {
  margin-top: 6rem;
}

/* ポップアップオープン時の背景 */
html.js-ovhdn, body.js-ovhdn {
  overflow: hidden;
}

.js-modal-overlay {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background-color: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------
What is JOBAN SAUNA
--------------------------------------------------*/
#about {
  position: relative;
  padding-bottom: 9.3rem;
  text-align: center;
  /* タブ */
  /* スライダー */
}
#about .c-title__section {
  /*
  padding-top: 20.3rem;
  background-position: center top 7.5rem;
  */
}
#about .c-title__section .title {
  font-size: 7rem;
}
#about .about-text {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Segoe UI", "Meiryo", sans-serif;
}
#about .about-tab {
  width: 114rem;
  margin: 0 auto;
  margin-bottom: 8.2rem;
  -ms-grid-column-align: center;
  justify-self: center;
}
#about .about-tab__item {
  max-width: 37rem;
  padding: 0.5rem;
  font-size: 2.4rem;
  cursor: pointer;
}
#about .about-tab__item + .about-tab__item {
  margin-left: 1.5rem;
}
#about .about-tab__item .icon {
  position: absolute;
  top: -4rem;
  right: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#about .about-tab__item .caption {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.154em;
}
#about .about-tab__item:hover, #about .about-tab__item.swiper-slide-thumb-active {
  color: var(--color-white);
}
#about .about-tab__item:hover .icon, #about .about-tab__item.swiper-slide-thumb-active .icon {
  opacity: 1;
}
#about .about-tab__item.-sauna:hover, #about .about-tab__item.-sauna.swiper-slide-thumb-active {
  background: var(--color-main);
}
#about .about-tab__item.-bath:hover, #about .about-tab__item.-bath.swiper-slide-thumb-active {
  background: var(--color-accent);
}
#about .about-tab__item.-down:hover, #about .about-tab__item.-down.swiper-slide-thumb-active {
  background: var(--color-accent-2);
}
#about .about-slider__slide-content {
  gap: 1rem 6rem;
}
#about .about-slider__item {
  position: relative;
  width: 40rem;
  text-align: center;
}
#about .about-slider__item .point {
  position: absolute;
  top: 9.3rem;
  left: -7.5rem;
  width: 15rem;
  color: var(--color-main);
}
#about .about-slider__item:last-child .point {
  top: 8.4rem;
  right: -7.5rem;
  left: auto;
}
#about .about-slider__item .text {
  margin-top: 1.8em;
}

/*--------------------------------------------------
HOW TO ENJOY
--------------------------------------------------*/
#enjoy {
  position: relative;
  /* スライド背景色 */
  /* ボタン */
}
#enjoy .enjoy-title__section {
  z-index: 2;
  position: absolute;
  top: 12rem;
  left: 15rem;
  width: 32.3rem;
  margin: 0;
  padding: 0;
  background: url("../image/logo-small_white.webp") no-repeat top 1.5rem right;
  background-size: 9.6rem;
  color: var(--color-white);
  text-align: left;
}
#enjoy .enjoy-title__section .title {
  line-height: 1.1;
  letter-spacing: 0.04em;
}
#enjoy .enjoy-title__section span {
  margin-top: 1.1rem;
}
#enjoy .enjoy-wrap {
  position: relative;
  margin-top: -1.9rem;
}
#enjoy .enjoy-wrap .slider-enjoy .swiper-wrapper {
  padding-top: 2rem;
}
#enjoy .enjoy-slider__slide {
  position: relative;
  padding-top: 13rem;
  padding-bottom: 13.6rem;
}
#enjoy .enjoy-slider__content {
  position: relative;
  position: relative;
  height: 57.5rem;
  padding: 2rem 0 3rem;
  gap: 10rem;
  color: var(--color-white);
}
#enjoy .enjoy-slider__content .text {
  width: 40rem;
  padding-top: 14.9rem;
}
#enjoy .enjoy-slider__content .text strong {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.58;
  letter-spacing: 0.083em;
}
#enjoy .enjoy-slider__content .img-wrap {
  position: relative;
  width: 64rem;
}
#enjoy .enjoy-slider__content .no {
  position: absolute;
  top: -3.5rem;
  left: 2.3rem;
}
#enjoy .enjoy-slider__content .icon {
  display: none;
  position: absolute;
  opacity: 0;
}
#enjoy .swiper-slide-active .icon {
  display: block;
}
#enjoy .enjoy-slider__slide.-sauna .icon {
  right: -6rem;
  bottom: 2.5rem;
}
#enjoy .enjoy-slider__slide.-bath .icon {
  bottom: 1.5rem;
  left: -4rem;
}
#enjoy .enjoy-slider__slide.-down .icon {
  top: -5rem;
  right: -3rem;
}
#enjoy .enjoy-slider__slide.-other .icon {
  right: -3rem;
  bottom: 2.4rem;
}
#enjoy .wave {
  position: absolute;
  top: -1.9rem;
  left: 0;
  width: 100%;
}
#enjoy .wave path {
  fill: var(--color-main);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#enjoy .enjoy-wrap {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#enjoy .enjoy-wrap.-sauna {
  background-color: var(--color-main);
}
#enjoy .enjoy-wrap.-sauna .wave path {
  fill: var(--color-main);
}
#enjoy .enjoy-wrap.-bath {
  background-color: var(--color-accent);
}
#enjoy .enjoy-wrap.-bath .wave path {
  fill: var(--color-accent);
}
#enjoy .enjoy-wrap.-down {
  background-color: var(--color-accent-2);
}
#enjoy .enjoy-wrap.-down .wave path {
  fill: var(--color-accent-2);
}
#enjoy .enjoy-wrap.-other {
  background-color: var(--color-accent-3);
}
#enjoy .enjoy-wrap.-other .wave path {
  fill: var(--color-accent-3);
}
#enjoy .enjoy-tab {
  z-index: 10;
  position: absolute;
  right: 15rem;
  bottom: 14rem;
  width: 64rem;
}
#enjoy .enjoy-tab .enjoy-tab__item {
  width: 15.4rem;
  font-weight: 700;
  letter-spacing: 0.059em;
  text-align: center;
  cursor: pointer;
}
#enjoy .enjoy-tab .enjoy-tab__item b {
  font-size: 2rem;
  line-height: 0.85;
  letter-spacing: 0.05em;
}
#enjoy .enjoy-tab .enjoy-tab__item span {
  display: block;
  width: 100%;
  height: 1rem;
  margin-top: 0.8rem;
  border-radius: 10rem;
  background-color: var(--color-text);
}
#enjoy .enjoy-tab .enjoy-tab__item.swiper-slide-thumb-active {
  color: var(--color-white);
}
#enjoy .enjoy-tab .enjoy-tab__item.swiper-slide-thumb-active span {
  background-color: var(--color-white);
}

/*--------------------------------------------------
ACCESS
--------------------------------------------------*/
#access {
  position: relative;
  text-align: center;
  padding-bottom: .1rem;
}
#access:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url("../image/wave-acccess-top.svg") no-repeat top left/cover;
  content: "";
}
#access .access-circle-letters {
  z-index: 10;
  top: -7.3rem;
  left: 21.5rem;
}
#access .access-title__section {
  margin-bottom: 5.7rem;
}
#access .access-inner {
  width: 96rem;
  margin: 0 auto;
}
#access .access-inner .c-title__small {
  margin-bottom: 2em;
}
#access .access-inner .access-from {
  margin-bottom: 4rem;
}
#access .access-inner .access-from li {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 46rem;
  height: 15.2rem;
  padding-top: 1.2rem;
  border: 0.1rem solid var(--color-text);
}
#access .access-inner .access-from p {
  margin: 1.9rem 0 0;
  font-size: 1.4rem;
}
#access .access-inner .access-from + .c-title__small {
  display: inline-block;
  margin-bottom: 3.4rem;
}
#access .access-inner .access-box {
  margin-bottom: 4.1rem;
  padding: 4rem 5rem 3.2rem;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  text-align: left;
}
#access .access-inner .access-box dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#access .access-inner .access-box dl:nth-of-type(odd) {
  width: 47.8rem;
}
#access .access-inner .access-box dt {
  display: inline-block;
  padding: 0.7rem 1.8rem 0.6rem;
  border-radius: 10rem;
  background: var(--color-text);
  color: var(--color-white);
  letter-spacing: 0.059em;
}
#access .access-inner .access-box dd {
  margin: 0;
  padding: 0.4rem 1.5rem 1rem;
  line-height: 1.41;
  letter-spacing: 0.059em;
}
#access .access-inner .access-box dd span {
  font-size: 0.8235294118em;
  letter-spacing: 0.071em;
}
#access .access-inner .access-box dd small {
  font-size: 0.7647058824em;
  letter-spacing: 0.077em;
}
#access .access-map {
  width: 114rem;
  max-width: 100%;
  margin: 4rem auto 12rem;
}
#access .access-map .google-map {
  position: relative;
  height: 0;
  margin-bottom: 3.9rem;
  padding-bottom: 56.25%;
  padding-bottom: 44.7368421053%;
  overflow: hidden;
}
#access .access-map .google-map iframe, #access .access-map .google-map object, #access .access-map .google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#access .access-img {
  height: 64rem;
  overflow: hidden;
}
#access .access-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#access-fixed {
  display: block;
  min-height: 640px;
}

/*--------------------------------------------------
PRICE
--------------------------------------------------*/
#price {
  padding-bottom: 13rem;
}
#price .c-title__section {
  margin-bottom: 5.6rem;
}
#price .price-wrap {
  width: 96rem;
  margin: 0 auto 14rem;
}
#price .price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#price .price-item .title {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 45rem;
  height: 10rem;
  margin-bottom: 0.6em;
  background-color: var(--color-text);
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
}
#price .price-item .title strong {
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
#price .price-item .title.-red {
  background-color: var(--color-main);
}
#price .price-item figure {
  margin-bottom: 0.6em;
}
#price .price-item .text {
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 2;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#price .price-item .text li {
  font-weight: 700;
}
#price .price-item .text .menu {
  padding: 1.5em 1em 1.7em;
  border-bottom: 0.1rem var(--color-bg) solid;
}
#price .price-item .text .menu .note {
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
#price .price-item .text .option {
  padding: 1.9em 1em 1.7em;
}
#price .price-item:last-of-type .menu {
  padding: 1.7em 1em 0.5em;
  line-height: 1.5;
}
#price .price-item:last-of-type .menu li {
  margin-bottom: 2rem;
}
#price .price-item:last-of-type .note {
  display: inline-block;
  margin-top: 1.7em;
  font-size: 1.3rem;
}
#price .price-owners {
  margin-right: auto;
  gap: 6rem;
}
#price .price-owners .img {
  position: relative;
  width: 72rem;
}
#price .price-owners .caption {
  position: absolute;
  bottom: -1em;
  left: 50%;
  padding: 0.5em 1.4em;
  background: var(--color-text);
  color: var(--color-white);
  letter-spacing: 0.071em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.3rem;
  font-size: 1.4rem;
}
#price .price-owners .icon-owner {
  position: absolute;
  top: -6.2rem;
  right: -6.7rem;
}
#price .price-owners .text {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 51rem;
}
#price .price-owners .text .owners-title {
  margin-bottom: 2.6rem;
  font-weight: 700;
}
#price .price-owners .text .owners-title span {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 1.5rem 2rem 1.2rem;
  border-radius: 0.3rem;
  background: var(--color-white);
}
#price .price-owners .text .owners-title strong {
  font-size: 2.7rem;
  letter-spacing: 0.074em;
}
#price .price-owners .text p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------
FAQ
--------------------------------------------------*/
#faq {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 13rem 0 14rem;
  gap: 10rem;
  background-color: var(--color-bg-2);
}
#faq:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url("../image/wave-faq-top.svg") no-repeat top left/cover;
  content: "";
}
#faq .faq-title__section {
  width: 40rem;
  margin: -1rem 0 0 0;
  padding: 0 0 4.6rem;
  background-position: right bottom;
  text-align: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#faq .faq-title__section .title {
  margin-bottom: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
#faq .faq-list {
  width: 64rem;
  border-bottom: 0.1rem solid var(--color-border);
  line-height: 2;
}
#faq .faq-list dt {
  position: relative;
  padding: 3rem 0;
  border-top: 0.1rem solid var(--color-border);
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  position: relative;
  padding-right: 4rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#faq .faq-list dt:before, #faq .faq-list dt:after {
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0;
  width: 2rem;
  height: 0.2rem;
  margin: auto;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  background-color: var(--color-text);
  transition: 0.3s ease-in-out;
}
#faq .faq-list dt:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#faq .faq-list dt.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#faq .faq-list dd {
  padding-bottom: 1.8em;
}

/*--------------------------------------------------
SUPPORTER
--------------------------------------------------*/
#supporter {
  position: relative;
  padding-bottom: 0.5rem;
  background-color: var(--color-bg);
}
#supporter:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url("../image/wave-supporter-top.svg") no-repeat top left/cover;
  content: "";
}
#supporter .supporter-circle-letters {
  z-index: 10;
  top: -8.5rem;
  right: 21.3rem;
}
#supporter .c-title__section {
  margin: 0 auto 3.5em;
  padding-top: 10rem;
}
#supporter .supporter-tab__wrap {
  width: 114rem;
  margin: 5.8rem auto 0;
  padding: 0;
}
#supporter .supporter-tab__wrap .is-hide {
  display: none;
}
#supporter .supporter-tab__wrap .tab {
  margin-bottom: 8.1rem;
  gap: 3rem;
}
#supporter .tab-content-wrap .tab-content .text-box {
  width: 63rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Segoe UI", "Meiryo", sans-serif;
}
#supporter .tab-content-wrap .tab-content .text-box .title {
  margin-bottom: 1.55em;
}
#supporter .tab-content-wrap .tab-content .text-box .title span {
  display: inline-block;
  margin-bottom: 0.2rem;
  padding: 0.78em 1.1em;
  border-radius: 0.3rem;
  background: var(--color-white);
  font-weight: 700;
}
#supporter .tab-content-wrap .tab-content .text-box .title strong {
  font-size: 3rem;
}
#supporter .tab-content-wrap .tab-content figure {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-items: center;
  width: 45rem;
}
#supporter .tab-content-wrap .tab-content figure img {
  margin-top: 6.3rem;
}
#supporter .tab-content-wrap .tab-content figure .balloon {
  position: absolute;
  top: 0;
  padding: 0.8em 1.1em;
  border-radius: 10rem;
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: 700;
  white-space: nowrap;
}
#supporter .tab-content-wrap .tab-content figure .balloon:after {
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background-color: var(--color-main);
  content: "";
}
#supporter .c-button__link {
  width: 38.5rem;
  margin-top: 3.5em;
}

/*--------------------------------------------------
SERVICE
--------------------------------------------------*/
#service {
  position: relative;
  padding-top: 9.6rem;
  padding-bottom: 12rem;
  background-color: var(--color-bg);
}
#service .service-icon {
  z-index: 3;
  position: absolute;
  top: 5.7rem;
  right: 18rem;
}
#service .service-wrap {
  z-index: 0;
  position: relative;
  width: 114rem;
  margin: 0 auto;
  padding: 6rem 8rem 4rem;
  gap: 8rem;
  background-color: var(--color-text);
  color: var(--color-white);
}
#service .service-wrap:after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/service-img-01.webp") no-repeat center center/cover;
  content: "";
  opacity: 0.07;
}
#service .service-wrap .c-title__section {
  width: 21.2rem;
  margin: 2.9rem auto;
  padding: 0;
  -ms-flex-negative: 0;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  text-align: left;
}
#service .service-wrap .text-box {
  z-index: 2;
  position: relative;
}

/*--------------------------------------------------
CONTACT
--------------------------------------------------*/
#contact {
  background-color: var(--color-bg);
}
#contact .contact-wrap {
  z-index: 0;
  position: relative;
  padding-bottom: 10rem;
  border-radius: 20rem 20rem 0 0;
  background-size: cover;
  background-color: #1c392b;
  background-blend-mode: hue;
}
#contact .contact-wrap:after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20rem 20rem 0 0;
  background: url("../image/contact-img-01.webp") no-repeat center center/cover;
  content: "";
  opacity: 0.07;
}
#contact .contact-wrap .c-title__section {
  z-index: 2;
  position: relative;
  margin-bottom: 2.8em;
  padding-top: 10rem;
  color: var(--color-white);
}
#contact .contact-form {
  z-index: 2;
  position: relative;
  width: 96rem;
  margin: 0 auto;
  padding: 8rem 8rem 4rem;
  background: var(--color-white);
  /* radio, checkbox */
}
#contact .contact-form label {
  position: relative;
  padding-left: 1.9em;
  font-weight: 700;
  cursor: pointer;
}
#contact .contact-form label:after, #contact .contact-form label:before {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contact .contact-form label:after {
  left: 0;
  width: 1em;
  height: 1em;
  border: 0.1rem solid var(--color-border);
}
#contact .contact-form label:before {
  -webkit-transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#contact .contact-form input:checked + label:before {
  opacity: 1;
}
#contact .contact-form input[type=radio] + label:after {
  border-radius: 100%;
}
#contact .contact-form input[type=radio] + label:before {
  left: 0.25em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 100%;
  background: var(--color-text);
}
#contact .contact-form input[type=checkbox] + label:after {
  border-radius: 0.3rem;
}
#contact .contact-form input[type=checkbox] + label:before {
  left: -0.2rem;
  width: 0.7rem;
  height: 1.3rem;
  border-right: 0.3rem solid var(--color-text);
  border-bottom: 0.3rem solid var(--color-text);
  -webkit-transform: rotate(45deg) translateY(-80%);
  transform: rotate(45deg) translateY(-80%);
}
#contact .contact-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  gap: 3rem;
}
#contact .contact-form .row .row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1.3em;
}
#contact .contact-form .row .mark {
  display: inline-block;
  width: 6.5rem;
  margin-top: -0.9rem;
  padding: 0.38em 0;
  border-radius: 10rem;
  background: var(--color-border);
  text-align: center;
}
#contact .contact-form .row .mark.must {
  background: var(--color-main);
  color: var(--color-white);
}
#contact .contact-form .row .input {
  width: 51.5rem;
  max-width: 100%;
  padding: 1em;
  border-radius: 0.3rem;
  background: var(--color-bg-2);
}
#contact .contact-form .row textarea {
  height: 22.5rem;
}
#contact .contact-form .row-radio {
  margin-bottom: 4rem;
  gap: 5rem;
}
#contact .contact-form .row-privacy {
  margin-top: 1.9em;
  text-align: center;
}
#contact .contact-form .row-privacy label {
  padding-left: 1.5em;
  font-weight: 500;
}
#contact .contact-form .row-privacy .c-pop-up {
  text-decoration: underline;
}
#contact .contact-form .row-privacy .c-pop-up:hover {
  color: var(--color-main);
}
#contact .contact-form .c-button__link {
  width: 41rem;
  height: 11rem;
  margin-top: 1.4em;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

/*--------------------------------------------------
THANKS
--------------------------------------------------*/
#thanks {
  max-width: 840px;
  margin: 8rem auto 4rem;
  padding: 0 2rem;
  text-align: center;
}
#thanks img {
  display: block;
  max-width: 130px;
  margin: 0 auto;
}
#thanks h1 {
  margin: 5rem 0 3rem;
  font-size: 2.5rem;
}

#thanks .c-button__link {
  margin-top: 4rem;
}

/*--------------------------------------------------
Utility
--------------------------------------------------*/
/*--------------------------------------------------
UTILITY
--------------------------------------------------*/
/*
	Display
-----------------------------------*/
.u-display-show {
  display: block;
  visibility: visible;
  opacity: 1;
}

.u-display-hidden {
  visibility: hidden;
  opacity: 0;
}

.u-display-none {
  display: none;
}
/*
	Align
-----------------------------------*/
.u-txt-ctr {
  text-align: center;
}

.u-txt-left {
  text-align: left;
}

.u-txt-right {
  text-align: right;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear-both {
  clear: both;
}

/*
	Flex
-----------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.u-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-items-ctr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*
	Clearfix
-----------------------------------*/
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

/*
	Margin
-----------------------------------*/
.u-mgt0 {
  margin-top: 0;
}

.u-mgt05 {
  margin-top: 0.5rem;
}

.u-mgt10 {
  margin-top: 1rem;
}

.u-mgt15 {
  margin-top: 1.5rem;
}

.u-mgt20 {
  margin-top: 2rem;
}

.u-mgt30 {
  margin-top: 3rem;
}

.u-mgt40 {
  margin-top: 4rem;
}

.u-mgt50 {
  margin-top: 5rem;
}

.u-mgt60 {
  margin-top: 6rem;
}

.u-mgb0 {
  margin-bottom: 0;
}

.u-mgb10 {
  margin-bottom: 1rem;
}

.u-mgb15 {
  margin-bottom: 1.5rem;
}

.u-mgb20 {
  margin-bottom: 2rem;
}

.u-mgb30 {
  margin-bottom: 3rem;
}

.u-mgb40 {
  margin-bottom: 4rem;
}

.u-mgb50 {
  margin-bottom: 5rem;
}

.u-mgb60 {
  margin-bottom: 6rem;
}

.u-mgb100 {
  margin-bottom: 6rem;
}

/*
	Font
-----------------------------------*/
.u-fz_sm {
  font-size: 1.4rem;
}

/*
	Color
-----------------------------------*/
.u-color-red {
  color: var(--color-main);
}
/*--------------------------------------------------
SP
--------------------------------------------------*/
@media screen and (max-width: 767px){
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
    letter-spacing: 0.143em;
  }
  p {
    margin: 1.4em 0;
  }
  .c-title__section {
    margin-bottom: 3.7rem;
    padding-top: 11.2rem;
    background-position: center top 4.2rem;
    background-size: 5.6rem;
  }
  .c-title__section .title {
    font-size: 3.5rem;
    line-height: 1.13;
    letter-spacing: 0.05em;
  }
  .c-title__section span {
    margin-top: 0.8rem;
  }
  .c-title__block {
    margin: 2.9em auto 2.2em;
    font-size: 1.8rem;
    line-height: 1.67;
    letter-spacing: 0.111em;
  }
  .c-title__small {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-button__tab {
    font-size: 1.6rem;
    letter-spacing: 0.063em;
    text-align: center;
  }
  .c-button__link {
    width: 33.5rem;
    height: 8rem;
    margin: 3rem auto;
  }
  .c-bg__stone {
    background-position: 1.5rem 6.1rem;
    background-size: 96vw 82.6666666667vw;
  }
  .c-circle-letters {
    width: 8rem;
    height: 8rem;
  }
  #header .header-logo {
    width: 7.8rem;
    margin-top: 1rem;
    margin-left: 2rem;
  }
  #header .header-navi__list {
    padding: 0;
    background-color: transparent;
  }
  #header .header-navi__list li:not(.header-ig) {
    display: none;
  }
  #header .header-navi .header-ig svg {
    width: 2rem;
    margin-top: 2.4rem;
    margin-left: 21rem;
  }
  #header .header-navi__contact a {
    width: 13rem;
    height: 7.2rem;
    font-size: 1.7rem;
  }
  #header .header-navi__contact span {
    font-size: 1rem;
  }
  #mv .mv-wrap {
    margin: -2.6rem 0 6rem;
  }
  #mv .mv-slider {
    width: 33.5rem;
    height: 45.3rem;
    margin-right: 0;
    margin-left: 4rem;
  }
  #mv .mv-slider .swiper-slide .mv-item {
    width: 100%;
    height: 45.3rem;
  }
  #mv .mv-title {
    right: 0;
    left: auto;
    width: 33.5rem;
  }
  #mv .mv-catch {
    top: 11rem;
    right: 3.3rem;
  }
  #mv .mv-catch p {
    padding: 1.4rem 0.6rem 0.9rem;
    font-size: 1.7rem;
    line-height: 1.18;
    letter-spacing: 0.18em;
  }
  #mv .mv-scroll {
    right: auto;
    bottom: -5rem;
    left: 1rem;
    padding-bottom: 6rem;
    font-size: 1.1rem;
    letter-spacing: 0.091em;
  }
  #mv .mv-scroll:after {
    right: 0.4rem;
    bottom: 1rem;
    height: 4rem;
  }
  #footer .footer-loop {
    padding: 5rem 0;
  }
  #footer .footer-loop img {
    width: 110rem;
  }
  #footer .footer-box {
    width: 33.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-box .footer-logo {
    width: 18rem;
    margin: 0;
  }
  #footer .footer-box .footer-text {
    margin-top: 3.3rem;
    font-size: 1.2rem;
    text-align: center;
  }
  #footer .footer-box .footer-copy {
    margin-top: 4rem;
    font-size: 1.2rem;
    text-align: center;
  }
  #event {
    margin-top: -39.8rem;
    padding-top: 39.8rem;
    padding-bottom: 2.5rem;
  }
  #event:before {
    top: -1rem;
    height: 1rem;
    background: url("../image/wave_event-top_sp.svg") no-repeat top left/cover;
    background-size: 200% 200%;
  }
  #event .event-title__wrap {
    width: 11rem;
  }
  #event .event-title__wrap .event-title {
    top: 0.2rem;
    left: 1rem;
  }
  #event .event-title__wrap .event-title .title {
    margin-left: 0.6rem;
    font-size: 1.5rem;
  }
  #event .event-title__wrap .event-title img {
    width: 3rem;
  }
  #event .event-title__wrap .event-title .text {
    margin-top: -0.2rem;
    margin-right: 0.7rem;
    font-size: 1.1rem;
  }
  #event .event-btn-wrap {
    display: none;
  }
  #event .event-slider-wrap {
    width: 27.4rem;
  }
  #event .swiper-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  #event .swiper {
    width: 20rem;
    margin-right: -6rem;
  }
  #event .event-item {
    width: 18rem;
    padding: 0 1rem;
  }
  #event .event-item figure {
    margin-bottom: 2rem;
  }
  #event .event-item .cat {
    top: 10.8rem;
    left: 1rem;
    min-width: 8.1rem;
    padding: 0.4em 1rem;
    letter-spacing: 0.2em;
  }
  #event .event-item time {
    margin: 2em 0 0.5em;
  }
  #event .event-item strong {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .js-event-close {
    right: 0;
    width: 5rem;
    height: 5rem;
  }
  .event-popup {
    left: 2vw;
  }
  .event-popup .event-popup-inner {
    width: 96vw;
    padding: 4rem;
    border-radius: 5rem;
  }
  .event-popup .event-popup-text {
    max-height: calc(80lvh - 8rem);
  }
  .event-popup time {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .event-popup strong {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .event-popup figure {
    margin-bottom: 3rem;
  }
  .event-popup .c-button__link {
    margin-top: 3rem;
  }
  #about {
    padding-bottom: 5rem;
  }
  #about .c-title__section .title {
    font-size: 4rem;
  }
  #about .about-text {
    padding: 0 1.9rem;
  }
  #about .about-tab {
    width: 33.5rem;
    margin-bottom: 3rem;
  }
  #about .about-tab__item {
    max-width: 10.9rem;
    font-size: 1.9rem;
    letter-spacing: 0;
  }
  #about .about-tab__item + .about-tab__item {
    margin-left: 0.4rem;
  }
  #about .about-tab__item .icon {
    top: -2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  #about .about-tab__item .caption {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  #about .about-slider__item {
    width: 33.5rem;
  }
  #about .about-slider__item .point {
    top: 8.9rem;
    left: -1.9rem;
    width: 10rem;
  }
  #about .about-slider__item:last-child .point {
    top: 8.6rem;
    left: -2rem;
  }
  #about .about-slider__item .text {
    margin-top: 1.5em;
    letter-spacing: 0.13em;
  }
  #enjoy .enjoy-title__section {
    top: 6.1rem;
    left: 4rem;
    width: 21.8rem;
    background-position: top 11px right -2px;
    background-size: 5.8rem;
  }
  #enjoy .enjoy-title__section span {
    margin-top: 0.5rem;
  }
  #enjoy .enjoy-wrap .swiper {
    padding-left: 4.5rem;
  }
  #enjoy .enjoy-slider__slide {
    max-width: 29.5rem;
    margin: 0 1rem;
    padding-top: 13.4rem;
    padding-bottom: 2.8rem;
  }
  #enjoy .enjoy-slider__content {
    height: unset;
    padding: 5.8rem 0 2rem;
    gap: 0;
  }
  #enjoy .enjoy-slider__content .text {
    width: 26rem;
    padding-top: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  #enjoy .enjoy-slider__content .text strong {
    font-size: 1.6rem;
    letter-spacing: 0.125em;
  }
  #enjoy .enjoy-slider__content .img-wrap {
    width: 29.5rem;
  }
  #enjoy .enjoy-slider__content .no {
    top: -2rem;
    left: 2rem;
    width: 6.2rem;
  }
  #enjoy .enjoy-slider__content .icon {
    z-index: 20;
    width: 6.6rem;
  }
  #enjoy .enjoy-slider__slide.-sauna .icon {
    right: -1.5rem;
    bottom: -1.3rem;
  }
  #enjoy .enjoy-slider__slide.-bath .icon {
    bottom: 0.5rem;
    left: -1rem;
  }
  #enjoy .enjoy-slider__slide.-down .icon {
    top: -2.5rem;
    right: -1.5rem;
  }
  #enjoy .enjoy-slider__slide.-other .icon {
    right: -1.5rem;
    bottom: 1.2rem;
    width: 5rem;
  }
  #enjoy .wave {
    top: -1.3rem;
  }
  #enjoy .enjoy-tab {
    display: none;
  }
  #access {
    padding-top: 2rem;
  }
  #access:before {
    top: -0.9rem;
    height: 1rem;
    background: url("../image/wave-acccess-top_sp.svg") no-repeat top left/cover;
  }
  #access .access-circle-letters {
    top: -5rem;
    left: 2rem;
  }
  #access .access-title__section {
    margin-bottom: 2.5rem;
  }
  #access .access-inner {
    width: 33.5rem;
  }
  #access .access-inner .c-title__small {
    margin-bottom: 1.8rem;
    line-height: 1.75;
    letter-spacing: 0.125em;
  }
  #access .access-inner .access-from {
    margin-bottom: 0;
  }
  #access .access-inner .access-from li {
    width: 100%;
    height: 12.6rem;
    margin-bottom: 2rem;
    padding-top: 0.8rem;
  }
  #access .access-inner .access-from li:last-of-type {
    height: 10.2rem;
  }
  #access .access-inner .access-from p {
    margin: 1.7rem 0 0;
    font-size: 1.2rem;
  }
  #access .access-inner .access-from + .c-title__small {
    display: inline;
    margin-bottom: 2rem;
  }
  #access .access-inner .access-box {
    margin-top: 1.9rem;
    margin-bottom: 2rem;
    padding: 3rem 1rem 1rem;
  }
  #access .access-inner .access-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  #access .access-inner .access-box dl:nth-of-type(odd) {
    width: 100%;
  }
  #access .access-inner .access-box dt {
    padding: 0.5rem 1.3rem 0.5rem;
  }
  #access .access-inner .access-box dd {
    padding: 1rem 1.8rem 1.8rem;
  }
  #access .access-map {
    width: 33.5rem;
    margin: 4rem auto 3rem;
  }
  #access .access-map .google-map {
    margin-bottom: 1rem;
    padding-bottom: 33.5rem;
  }
  #access .access-map .c-button__link {
    margin-top: 3rem;
    margin-bottom: 7rem;
  }
  #access .access-img {
    height: 28rem;
  }
  #access .access-img img {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  #access-fixed {
    min-height: 280px;
  }
  #price {
    padding-bottom: 7rem;
  }
  #price .c-title__section {
    margin-bottom: 1.6em;
  }
  #price .price-wrap {
    width: 33.5rem;
    margin: 0 auto 7.6rem;
    gap: 3rem;
  }
  #price .price-item {
    width: 33.5rem;
  }
  #price .price-item .title {
    width: 100%;
    height: 8rem;
  }
  #price .price-item .title strong {
    font-size: 2rem;
  }
  #price .price-item figure {
    margin-bottom: 1rem;
  }
  #price .price-item .text .menu {
    padding: 2.1em 1em 1.4em;
  }
  #price .price-item .text .menu .note {
    margin-top: 0;
    font-size: 1rem;
  }
  #price .price-item .text .option {
    padding: 1.5em 1em 2.1em;
  }
  #price .price-item:last-of-type .menu {
    padding: 2.4em 1em 0;
  }
  #price .price-item:last-of-type .menu li {
    margin-bottom: 2.5rem;
  }
  #price .price-item:last-of-type .note {
    margin-top: 2rem;
    font-size: 1rem;
  }
  #price .price-owners {
    gap: 6.3rem;
  }
  #price .price-owners .img {
    width: 100vw;
  }
  #price .price-owners .caption {
    right: 0;
    left: auto;
    -webkit-transform: unset;
    bottom: 0.2rem;
    padding: 0.8rem 1.2rem;
    transform: unset;
    font-size: 1rem;
  }
  #price .price-owners .icon-owner {
    top: -5.3rem;
    right: 2.4rem;
    width: 24.3rem;
  }
  #price .price-owners .text {
    width: 34rem;
    margin: 0 auto;
  }
  #price .price-owners .text .owners-title {
    position: absolute;
    top: -8.7rem;
    left: 0.3rem;
    width: 100%;
    font-size: 1.4rem;
  }
  #price .price-owners .text .owners-title span {
    padding: 1.2rem 1rem 1rem;
  }
  #price .price-owners .text .owners-title strong {
    font-size: 2.1rem;
    letter-spacing: 0.095em;
  }
  #faq {
    padding: 7rem 0 7rem;
    gap: 3rem;
  }
  #faq:before {
    top: -1rem;
    height: 1em;
    background: url("../image/wave-faq-top_sp.svg") no-repeat top left/cover;
  }
  #faq .faq-title__section {
    width: 28.5rem;
    margin-left: -1rem;
    padding-bottom: 0.8rem;
  }
  #faq .faq-title__section .title {
    margin-bottom: 0.7rem;
    line-height: 1.15;
  }
  #faq .faq-list {
    width: 33.5rem;
  }
  #supporter:before {
    top: -1rem;
    height: 1rem;
    background: url("../image/wave-supporter-top_sp.svg") no-repeat top left/cover;
  }
  #supporter .supporter-circle-letters {
    top: -4.5rem;
    right: 2rem;
  }
  #supporter .c-title__section {
    margin-bottom: 2.7rem;
    padding-top: 6.3rem;
  }
  #supporter .c-title__section span {
    margin-top: 0.3rem;
  }
  #supporter .supporter-intro {
    width: 34rem;
    margin: 0 auto;
  }
  #supporter .supporter-tab__wrap {
    width: 33.5rem;
    margin-top: 3rem;
  }
  #supporter .supporter-tab__wrap .tab {
    margin-bottom: 3rem;
    gap: 1rem;
  }
  #supporter .tab-content-wrap .tab-content .text-box {
    width: 100%;
  }
  #supporter .tab-content-wrap .tab-content .text-box .title {
    z-index: 2;
    position: relative;
    margin-top: -1.9rem;
    margin-bottom: 1.9rem;
  }
  #supporter .tab-content-wrap .tab-content .text-box .title strong {
    font-size: 2.5rem;
  }
  #supporter .tab-content-wrap .tab-content figure {
    width: 33.5rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #supporter .tab-content-wrap .tab-content figure img {
    margin-top: 5rem;
  }
  #supporter .c-button__link {
    width: 33.5rem;
    margin-top: 1rem;
  }
  #service {
    padding-top: 2.4rem;
    padding-bottom: 6.2rem;
  }
  #service .service-icon {
    top: 0;
    right: 4rem;
    width: 6rem;
  }
  #service .service-wrap {
    width: 33.5rem;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    border-radius: 2rem 0.3rem;
    text-align: center;
  }
  #service .service-wrap .c-title__section {
    width: 15.2rem;
    margin-bottom: 2.3rem;
    padding-top: 1rem;
    text-align: center;
  }
  #service .service-wrap .text-box .c-title__small {
    letter-spacing: 0.063em;
  }
  #contact .contact-wrap {
    padding-bottom: 6rem;
    border-radius: 5rem 5rem 0 0;
  }
  #contact .contact-wrap:after {
    border-radius: 5rem 5rem 0 0;
  }
  #contact .contact-wrap .c-title__section {
    margin-bottom: 2.4rem;
    padding-top: 6rem;
  }
  #contact .contact-wrap .c-title__section span {
    margin-top: 0.5rem;
  }
  #contact .contact-form {
    width: 33.5rem;
    padding: 4rem 3rem 1rem;
    border-radius: 2rem 0.3rem;
  }
  #contact .contact-form label {
    padding-left: 1.4em;
  }
  #contact .contact-form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.8rem;
    gap: 1rem;
  }
  #contact .contact-form .row .row-title {
    width: 100%;
  }
  #contact .contact-form .row .mark {
    width: 5.5rem;
  }
  #contact .contact-form .row textarea {
    height: 16.2rem;
  }
  #contact .contact-form .row-radio {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  #contact .contact-form .row-privacy {
    margin-top: 0.9em;
  }
  #contact .contact-form .c-button__link {
    width: 29.5rem;
    height: 9rem;
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  .u-pc-only {
    display: none;
  }
  .u-fz_sm {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px){
  .u-sp-only {
    display: none;
  }
}
@media print{
  /*--------------------------------------------------
  PRINT
  --------------------------------------------------*/
  @page {
    size: A4;
  }
  html {
    width: 79.1666666667vw;
  }
  body {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: none;
    color: #000;
    font-size: 14pt;
    line-height: 1.45;
  }
  #mv .mv-wrap .mv-slider .swiper-slide .mv-item {
    height: 75rem !important;
  }
  img {
    max-width: 100% !important;
  }
  .u-sp-only {
    display: none;
  }
  /*__animation__*/
  .j-anim-pop {
    opacity: 1;
  }
}