/* color palette */
/* text color */
/* background color */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .onPC {
    display: none;
  }
  .br_onPC {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .onSP {
    display: none;
  }
  .br_onSP {
    display: none;
  }
}
.fade--insta, .fade--slow, .fade {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
}
.active.fade--insta, .active.fade--slow, .active.fade {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.fade {
  transition: 0.5s all ease-in;
}

.fade--slow {
  transition: 1.6s all ease-in;
  will-change: transform;
}

.fade--insta {
  transition: 0.5s all;
}

.delay-time--01 {
  transition-delay: 0.2s;
}

.swiper-wrapper img {
  cursor: grab;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pc_text-center {
    text-align: center;
  }
}

.c-kv h2 {
  line-height: 1.3;
  top: 41%;
}
@media screen and (max-width: 768px) {
  .c-kv h2 {
    font-size: 7.8125vw;
    top: 50%;
  }
}
.c-kv h2 span {
  font-size: 0.85em;
}

section a {
  text-decoration: none;
  color: currentColor;
}

.text1 {
  font-size: 0.9375vw;
  letter-spacing: 0.1em;
  line-height: 2.1111111111;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .text1 {
    font-size: 3.90625vw;
    line-height: 1.9333333333;
  }
}

#sec1 {
  background-image: url("../img/wellness/bg1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ede1d2;
  padding: 3.7109375vw 0 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #sec1 {
    padding: 13.0208333333vw 0 22.3958333333vw 0;
    background-size: 95%;
    background-image: url("../img/wellness/bg1_sp.svg");
  }
}
#sec1 .img1 {
  margin: 5.4036458333vw 0 0;
}
@media screen and (max-width: 768px) {
  #sec1 .img1 {
    margin-top: 13.0208333333vw;
    margin-bottom: 14.3229166667vw;
  }
}
@media screen and (max-width: 768px) {
  #sec1 .c-containerA-d {
    padding-top: 20.8333333333vw;
  }
}
#sec1 .c-containerA-d__title {
  margin-bottom: 3.4505208333vw;
  font-size: clamp(14px, 4.6875vw, 72px);
  text-transform: none !important;
}
@media screen and (max-width: 768px) {
  #sec1 .c-containerA-d__title {
    font-size: 8.8541666667vw;
    white-space: nowrap;
    margin-bottom: 8.4635416667vw;
  }
}
#sec1 .buttons {
  justify-content: center;
  display: grid;
  gap: 5.2083333333vw;
  grid-template-columns: 25.8463541667vw 25.8463541667vw;
}
@media screen and (max-width: 768px) {
  #sec1 .buttons {
    grid-template-columns: 87.3697916667vw;
  }
}
#sec1 .button {
  color: #30322b;
  border: solid 1px currentColor;
  height: 3.7760416667vw;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.3020833333vw, 20px);
  justify-content: center;
  letter-spacing: 0.08em;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  #sec1 .button {
    font-size: 4.0364583333vw;
    padding: 0 4.1666666667vw;
  }
}
#sec1 .button svg {
  width: 3.5807291667vw;
}
@media screen and (max-width: 768px) {
  #sec1 .button svg {
    width: 11.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  #sec1 .button {
    height: 12.6302083333vw;
  }
}
#sec1 .button span {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 300;
  font-size: clamp(14px, 0.9765625vw, 15px);
  margin: 0 9px 0 12px;
}
@media screen and (max-width: 768px) {
  #sec1 .button span {
    font-size: 2.9947916667vw;
    margin: 0 1.8229166667vw 0 auto;
  }
}

#sec2 {
  background-image: url("../img/wellness/bg2.svg");
  background-size: cover;
  background-position: top -2vw center;
  background-repeat: no-repeat;
  background-color: #e3d7c2;
  padding: 9.1145833333vw 0 8.8541666667vw;
}
@media screen and (max-width: 768px) {
  #sec2 {
    background-image: url("../img/wellness/bg2_sp.svg");
    background-size: 90%;
    padding-top: 13.671875vw;
  }
}
#sec2 .heading {
  text-align: center;
  font-size: 1.7708333333vw;
  font-family: "Cinzel", serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  #sec2 .heading {
    font-size: 5.46875vw;
  }
}
#sec2 .heading div {
  font-size: 3.125vw;
}
@media screen and (max-width: 768px) {
  #sec2 .heading div {
    font-size: 9.6354166667vw;
    margin-bottom: -9.1145833333vw;
  }
}
#sec2 .headline1 {
  margin-bottom: 4.84375vw;
}
@media screen and (max-width: 768px) {
  #sec2 .headline1 {
    margin-bottom: 11.5885416667vw;
    padding: 0 6.25vw 0 6.25vw;
    text-align: left;
  }
  #sec2 .headline1 .text1 {
    font-size: 3.6458333333vw;
  }
}
#sec2 .headline2 {
  text-align: center;
  margin-bottom: 2.8125vw;
  font-size: 1.9791666667vw;
  letter-spacing: -0.03em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #sec2 .headline2 {
    font-size: 6.25vw;
    margin-bottom: 1em;
    text-align: left;
  }
}

.sec2-row1 {
  margin-bottom: 8.8541666667vw;
}

#sec3 {
  background-size: cover;
  background-image: url("../img/wellness/bg3.svg");
  background-position: top 3.3854166667vw center;
  background-repeat: no-repeat;
  background-color: #ede1d2;
  padding: 0 0 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #sec3 {
    background-image: url("../img/wellness/bg3_sp.svg");
    background-position: top -20.614583vw center;
    background-size: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sec3 .c-containerB-m {
    padding-top: 22.1354166667vw;
  }
}
#sec3 .c-containerA-d__title {
  text-transform: none !important;
  margin-bottom: 3.4505208333vw;
  font-size: clamp(14px, 4.6875vw, 72px);
}
@media screen and (max-width: 768px) {
  #sec3 .c-containerA-d__title {
    font-size: 9.6354166667vw;
    margin-bottom: 1em;
    text-align: center;
  }
}
#sec3 .img1 {
  margin: 5.4036458333vw 0 0;
}

#sec4 {
  background-color: #e3d7c2;
  padding: 7.8125vw 0 4.53125vw;
}
@media screen and (max-width: 768px) {
  #sec4 {
    padding-bottom: 13.0208333333vw;
    background-image: url("../img/wellness/bg4_sp-top.svg"), url("../img/wellness/bg4_sp-bottom.svg");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
  }
}
#sec4 .c-carousel {
  margin-top: 6.4583333333vw;
}
@media screen and (max-width: 768px) {
  #sec4 .c-carousel {
    margin-top: 13.0208333333vw;
  }
}
#sec4 .heading {
  text-align: center;
  font-size: 1.7708333333vw;
  font-family: "Cinzel", serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  #sec4 .heading {
    font-size: 5.46875vw;
    margin-bottom: 13.0208333333vw;
  }
}
#sec4 .heading div {
  font-size: 3.125vw;
}
@media screen and (max-width: 768px) {
  #sec4 .heading div {
    font-size: 9.6354166667vw;
    margin-bottom: -9.1145833333vw;
  }
}

.row2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 3.4895833333vw;
}
@media screen and (max-width: 768px) {
  .row2 {
    margin-top: 20.8333333333vw;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 5.859375vw;
    padding-right: 5.859375vw;
  }
  .row2 .img2 {
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.row2.-type2 {
  grid-template-areas: "body img";
}
.row2.-type2 .body2 {
  grid-area: body;
}
.row2.-type2 .img2 {
  grid-area: img;
}
@media screen and (min-width: 769px) {
  .row2 .body2 {
    align-self: center;
    padding-right: 6.25vw;
    padding-left: 6.5104166667vw;
  }
}
.row2 p {
  font-size: 0.9375vw;
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .row2 p {
    font-size: 3.90625vw;
    margin-bottom: 11.328125vw;
    line-height: 1.6;
  }
}
.row2 .title2 {
  font-size: 2.6041666667vw;
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin-bottom: 4.53125vw;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .row2 .title2 {
    font-size: 6.25vw;
    margin-bottom: 1em;
  }
}

.c-btn1 {
  width: 25vw;
  height: 3.2291666667vw;
  border: solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .c-btn1 {
    width: 62.5vw;
    height: 13.0208333333vw;
    font-size: 3.125vw;
  }
}
.c-btn1 svg {
  width: 2.8645833333vw;
  height: 0.4166666667vw;
  position: absolute;
  right: 0.859375vw;
  top: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .c-btn1 svg {
    width: 8.3333333333vw;
    height: 1.0416666667vw;
    top: 6.1197916667vw;
    right: 6.5104166667vw;
    scale: 1.25;
  }
}

.rows .row3 {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .rows .row3 {
    margin-bottom: 15.625vw;
  }
}
.rows .row3:last-child {
  margin-bottom: 0;
}

.row3 {
  display: grid;
  grid-template-columns: 37.3958333333vw 31.25vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .row3 {
    display: block;
    padding: 0 12.5vw;
  }
}
.row3.type2 {
  grid-template-columns: 37.3958333333vw 37.3958333333vw;
}
.row3 .c-btn1 {
  margin-top: 3.125vw;
}
.row3 h5 {
  font-size: 1.9791666667vw;
  letter-spacing: 0.24rem;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 500;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  .row3 h5 {
    font-size: 6.25vw;
  }
}
.row3 h5 span {
  font-family: "Cinzel", serif;
  font-size: 0.9375vw;
  letter-spacing: 0.08em;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .row3 h5 span {
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
    font-weight: 400;
    font-size: 3.125vw;
    letter-spacing: 0.06em;
    margin-left: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .row3 h5.type2 {
    font-size: 1.4583333333vw;
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .row3 h5.type2 {
    font-size: 4.9479166667vw;
  }
}
.row3 .text1 {
  margin-bottom: 2.5vw;
  line-height: 2.1111111111;
}
@media screen and (max-width: 768px) {
  .row3 .text1 {
    font-size: 3.125vw;
    letter-spacing: 0.08em;
    margin-bottom: 5.2083333333vw;
  }
}
.row3 .price {
  font-family: "Cinzel", serif;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .row3 .price {
    font-size: 3.6458333333vw;
  }
}
.row3 .body3 {
  padding: 0 0 0 4.9479166667vw;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .row3 .body3 {
    padding: 5.2083333333vw 0 0;
  }
}
.row3 .body3 .c-btn1 {
  margin-left: auto;
  margin-right: auto;
}
.row3 .memo {
  font-size: 0.7291666667vw;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  margin-top: 1.3802083333vw;
}
@media screen and (max-width: 768px) {
  .row3 .memo {
    font-size: 2.6041666667vw;
    margin-top: 5.2083333333vw;
    margin-bottom: 8.4635416667vw;
  }
}
.row-spacer {
  margin-top: 8.8541666667vw;
}
@media screen and (max-width: 768px) {
  .row-spacer {
    margin-top: 18.2291666667vw;
  }
}

.box1 {
  max-width: 62.5vw;
  margin: 9.375vw auto 8.8541666667vw;
  border: solid 1px;
  padding: 3.125vw;
}
@media screen and (max-width: 768px) {
  .box1 {
    max-width: 75vw;
    margin: 15.8854166667vw auto 30.3385416667vw;
    padding: 5.9895833333vw 6.25vw;
  }
}
.box1 > p {
  font-size: 0.7291666667vw;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", "Noto Sans KR", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .box1 > p {
    font-size: 2.6041666667vw;
  }
}
.box1 .box1-row {
  display: grid;
  grid-template-columns: 25vw 1fr;
  gap: 2.7604166667vw;
  margin-bottom: 1.1458333333vw;
}
@media screen and (max-width: 768px) {
  .box1 .box1-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.box1 .box1-row p {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 2.1111111111;
}
.box1 .box1-row p span {
  display: block;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .box1 .box1-row p {
    font-size: 3.125vw;
  }
}

.row4 {
  margin: 11.3020833333vw auto 13.125vw;
}
@media screen and (min-width: 769px) {
  .row4 {
    max-width: 62.5vw;
    display: grid;
    grid-template-columns: 1fr 28.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .row4 {
    margin: 17.3177083333vw auto 15.8854166667vw;
    display: block;
    padding: 0 6.25vw;
  }
  .row4 .text1 {
    font-size: 3.6458333333vw;
    letter-spacing: 0.1em;
  }
  .row4 img {
    max-width: 62.5vw;
    margin-top: 5.2083333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.row4 h5 {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 1.25vw;
  letter-spacing: 0.08em;
  margin-bottom: 1.9791666667vw;
}
@media screen and (max-width: 768px) {
  .row4 h5 {
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
    font-weight: 500;
    font-size: 4.9479166667vw;
    margin-bottom: 5.2083333333vw;
  }
}

.fill1 {
  max-width: 75vw;
  margin: 0 auto 8.3333333333vw;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 5.2083333333vw 12.65625vw;
}
@media screen and (max-width: 768px) {
  .fill1 {
    max-width: 100%;
    margin: 13.0208333333vw 6.25vw;
    padding: 7.8125vw;
  }
}
.fill1 .fill1-text1 {
  font-size: 1.0416666667vw;
  font-family: "Cinzel", serif;
  margin-bottom: 0.5729166667vw;
}
@media screen and (max-width: 768px) {
  .fill1 .fill1-text1 {
    font-size: 3.125vw;
    margin-bottom: 1em;
  }
}
.fill1 .fill1-text2 {
  font-size: 1.9791666667vw;
  letter-spacing: 0.08em;
  margin-bottom: 4.0104166667vw;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fill1 .fill1-text2 {
    font-size: 4.9479166667vw;
    margin-bottom: 1.25em;
  }
}

.fill1-block + .fill1-block {
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .fill1-block + .fill1-block {
    margin-top: 7.8125vw;
  }
}
.fill1-block h6 {
  font-size: 1.3541666667vw;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 500;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .fill1-block h6 {
    font-size: 3.6458333333vw;
    margin-bottom: 0.75em;
  }
}
.fill1-block p {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fill1-block p {
    font-size: 3.125vw;
  }
}

.c-reserve {
  height: 40vw;
  background-image: url("../img/wellness/cta-bg.svg");
  background-size: 100%;
  text-align: center;
  align-content: center;
  background-color: #6e919c;
}
@media screen and (max-width: 768px) {
  .c-reserve {
    background-image: url("../img/wellness/cta-bg_sp.svg");
    height: 114.5833333333vw;
  }
}
.c-reserve__title {
  color: #fff;
  text-align: center;
  font-size: 3.59375vw;
  line-height: 1.8405797101;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .c-reserve__title {
    font-size: 8.984375vw;
    line-height: 1.5;
  }
}
.c-reserve__sub {
  color: #fff;
  font-size: 1.0416666667vw;
  letter-spacing: 0.04em;
  line-height: 2.4;
  margin-bottom: 4.6875vw;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-reserve__sub {
    font-size: 2.6041666667vw;
    margin-bottom: 11.71875vw;
  }
}

.c-reserve-button {
  width: 25vw;
  height: 4.8958333333vw;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 47px;
  box-shadow: 3px 3px 6px #000;
  background-color: #fff;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-reserve-button {
    width: 62.5vw;
    height: 12.2395833333vw;
  }
}
.c-reserve-button::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  backdrop-filter: blur(14px);
  --webkit-backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  top: 0;
  left: 0;
}
.c-reserve-button__text {
  font-size: 1.4583333333vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-reserve-button__text {
    font-size: 3.6458333333vw;
  }
}
.c-reserve-button__icon {
  background-color: #0a322b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8541666667vw;
  height: 3.8541666667vw;
  right: 0.8333333333vw;
  border-radius: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-reserve-button__icon {
    width: 9.6354166667vw;
    height: 9.6354166667vw;
    right: 2.0833333333vw;
  }
  .c-reserve-button__icon svg {
    width: 1.5625vw;
    height: 2.34375vw;
  }
}/*# sourceMappingURL=wellness.css.map */