@charset "UTF-8";
.js-reveal {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease, -webkit-transform 1.8s ease;
  will-change: opacity, transform;
}

.js-reveal.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

body {
  background-color: #F3F1ED;
  font-family: "Noto Sans JP", sans-serif;
}

.header__reserve {
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 90;
  padding-bottom: 12px;
}
.header__reserve:hover .header__button {
  background: #fff;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}
.header__reserve:hover .button-icon::before {
  background-image: url(../img/button-icon-2.png);
}
.header__reserve:hover .header__dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  max-height: 240px;
}

.header__button {
  position: relative;
  top: 2%;
  right: 2%;
  width: clamp(0px, 37.6vw, 188px);
  height: clamp(0px, 10.1333333333vw, 51px);
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), color-stop(60%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#06121a), color-stop(45%, #2c2c2c), color-stop(70%, #3a2620), to(#2a140e));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(90deg, #06121a 0%, #2c2c2c 45%, #3a2620 70%, #2a140e 100%);
  color: #fff;
  padding: clamp(0px, 2.1333333333vw, 11px) clamp(0px, 2.6666666667vw, 13px);
  border-radius: 60px;
  z-index: 90;
  font-size: clamp(0px, 2.6666666667vw, 13px);
}
@media screen and (min-width: 768px) {
  .header__button {
    padding: clamp(0px, 0.9375vw, 12px) clamp(0px, 1.5625vw, 20px);
    width: clamp(0px, 22.109375vw, 283px);
    height: clamp(0px, 6.015625vw, 77px);
    font-size: clamp(0px, 1.40625vw, 18px);
    gap: 10px;
  }
}
.header__button.is-open {
  background: #fff;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}

.button-icon {
  position: relative;
  width: clamp(0px, 4vw, 20px);
  height: clamp(0px, 4vw, 20px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .button-icon {
    width: clamp(0px, 2.421875vw, 31px);
    height: clamp(0px, 2.421875vw, 31px);
  }
}
.button-icon::before {
  content: "";
  position: absolute;
  background-image: url(../img/button-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 4vw, 20px);
  height: clamp(0px, 4vw, 20px);
}
@media screen and (min-width: 768px) {
  .button-icon::before {
    width: clamp(0px, 2.421875vw, 31px);
    height: clamp(0px, 2.421875vw, 31px);
  }
}

/* クリック後（開いた状態） */
.header__button.is-open .button-icon::before {
  background-image: url(../img/button-icon-2.png);
}

.header__dropdown {
  margin-top: 10px;
  top: 6%;
  right: 2%;
  width: clamp(0px, 37.6vw, 188px);
  background: #f2f2f2;
  color: #666666;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  z-index: 89;
  font-size: clamp(0px, 2.9333333333vw, 13px);
  /* 閉じ */
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  pointer-events: none;
  max-height: 0;
  -webkit-transition: opacity 0.25s ease, max-height 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, max-height 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (min-width: 768px) {
  .header__dropdown {
    top: 9%;
    top: calc(2% + 77px + 12px);
    font-size: clamp(0px, 1.171875vw, 15px);
    width: clamp(0px, 22.109375vw, 283px);
  }
}

.header__dropdown.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  max-height: 240px;
}
@media screen and (min-width: 768px) {
  .header__dropdown.is-open {
    max-height: 240px;
  }
}

.header__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(0px, 4.8vw, 24px) clamp(0px, 2.6666666667vw, 13px);
  color: #666;
}
@media screen and (min-width: 768px) {
  .header__dropdown-item {
    padding: 22px 24px;
  }
}
.header__dropdown-item:first-child {
  position: relative;
}
.header__dropdown-item:first-child::after {
  content: "";
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 0;
  height: 1px;
  background: #666;
}
.header__dropdown-item:hover .header__dropdown-arrow {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.header__dropdown-arrow {
  font-size: clamp(0px, 2.6666666667vw, 13px);
  color: #666;
}
@media screen and (min-width: 768px) {
  .header__dropdown-arrow {
    font-size: 28px;
  }
}

.fv__logo {
  position: absolute;
  top: 2%;
  left: 3%;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .fv__logo {
    top: 4%;
  }
}
.fv__logo img {
  width: clamp(0px, 29.3333333333vw, 147px);
}
@media screen and (min-width: 768px) {
  .fv__logo img {
    width: clamp(0px, 17.1875vw, 220px);
  }
}

.fv {
  padding-top: clamp(0px, 10.6666666667vw, 53px);
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: clamp(0px, 4.6875vw, 60px);
  }
}

.fv-swiper {
  width: 94.6666666667vw;
  height: 118.1333333333vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv-swiper {
    width: 87.5vw;
    height: 50.46875vw;
  }
}
.fv-swiper .swiper-pagination {
  position: absolute;
  top: 90%;
  right: 3%;
  left: auto !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv-swiper .swiper-pagination {
    gap: 1.09375vw;
    top: 50%;
    right: 3%;
  }
}
.fv-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .fv-swiper .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 0.234375vw;
  }
}
.fv-swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.95);
  width: 20px;
}
@media screen and (min-width: 768px) {
  .fv-swiper .swiper-pagination-bullet-active {
    width: 2.34375vw;
  }
}

.fv-swiper-slide {
  width: 94.6666666667vw;
  height: 118.1333333333vw;
}
@media screen and (min-width: 768px) {
  .fv-swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.fv-swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .fv-swiper-slide img {
    width: 100%;
    height: 100%;
  }
}

.about {
  padding-top: clamp(0px, 8vw, 40px);
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: clamp(0px, 7.8125vw, 100px);
    padding-bottom: clamp(0px, 1.5625vw, 20px);
  }
}

.about__inner {
  width: clamp(0px, 89.3333333333vw, 450px);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__inner {
    width: clamp(0px, 32.8125vw, 420px);
  }
}

.about__deco {
  position: relative;
  margin-top: clamp(0px, 5.3333333333vw, 27px);
  width: 100%;
  /* 画像を置く“キャンバス”の高さ（ここで余白を作る） */
  height: clamp(0px, 120vw, 600px);
}
@media screen and (min-width: 768px) {
  .about__deco {
    margin-top: clamp(0px, 3.125vw, 40px);
    position: absolute;
    inset: 0;
    pointer-events: none; /* クリック邪魔しない */
    z-index: 0;
    height: auto;
    margin-top: 0;
  }
}

.about__content {
  position: relative;
  z-index: 1;
  color: #6b5536;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease, -webkit-transform 1.8s ease;
}
.about__content.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about__img {
  position: absolute;
  height: auto;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: translateY(28px) scale(0.94);
          transform: translateY(28px) scale(0.94);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
  transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
}
@media screen and (min-width: 768px) {
  .about__img {
    position: absolute;
    width: 160px;
    height: auto;
    -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
            filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
    border-radius: 8px;
  }
}
.about__img.is-show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.about__img-1 {
  width: clamp(0px, 42.6666666667vw, 213px);
  height: clamp(0px, 58.9333333333vw, 295px);
  top: 1%;
  right: -3%;
}
@media screen and (min-width: 768px) {
  .about__img-1 {
    right: -68%;
    top: -1%;
    width: clamp(0px, 19.0625vw, 244px);
    height: clamp(0px, 27.1875vw, 348px);
  }
}

.about__img-2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__img-2 {
    display: block;
    left: -62%;
    top: 28%;
    width: clamp(0px, 6.5625vw, 84px);
    height: clamp(0px, 9.375vw, 120px);
  }
}

.about__img-3 {
  top: 20%;
  left: 13%;
  width: clamp(0px, 20.8vw, 104px);
  height: clamp(0px, 29.8666666667vw, 149px);
}
@media screen and (min-width: 768px) {
  .about__img-3 {
    left: -46%;
    top: auto;
    bottom: 33%;
    width: clamp(0px, 9.765625vw, 125px);
    height: clamp(0px, 13.90625vw, 178px);
  }
}

.about__img-4 {
  top: 79%;
  left: 27%;
  width: clamp(0px, 29.8666666667vw, 149px);
  height: clamp(0px, 21.0666666667vw, 105px);
}
@media screen and (min-width: 768px) {
  .about__img-4 {
    left: auto;
    right: -51%;
    top: 52%;
    width: clamp(0px, 17.421875vw, 223px);
    height: clamp(0px, 12.1875vw, 156px);
  }
}

.about__img-5 {
  top: 50%;
  left: -5%;
  width: clamp(0px, 44.5333333333vw, 223px);
  height: clamp(0px, 31.2vw, 156px);
}
@media screen and (min-width: 768px) {
  .about__img-5 {
    left: -78%;
    top: 67%;
    width: clamp(0px, 21.484375vw, 275px);
    height: clamp(0px, 15.078125vw, 193px);
  }
}

.about__img-6 {
  top: 53%;
  right: 2%;
  width: clamp(0px, 24.5333333333vw, 123px);
  height: clamp(0px, 35.2vw, 176px);
}
@media screen and (min-width: 768px) {
  .about__img-6 {
    right: -56%;
    top: 79%;
    width: clamp(0px, 11.09375vw, 142px);
    height: clamp(0px, 15.859375vw, 203px);
  }
}

.about__title {
  font-weight: 700;
  font-size: clamp(0px, 9.3333333333vw, 47px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: clamp(0px, 3.28125vw, 42px);
  }
}

.about__text {
  padding-top: 30px;
  line-height: 2.5;
  font-size: clamp(0px, 3.2vw, 16px);
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: clamp(0px, 1.09375vw, 14px);
    padding-top: clamp(0px, 4.6875vw, 60px);
  }
}

.concept {
  padding-top: clamp(0px, 13.3333333333vw, 67px);
}
@media screen and (min-width: 768px) {
  .concept {
    padding-top: clamp(0px, 7.8125vw, 100px);
  }
}

.concept__inner {
  background-color: #6b5536;
  margin-right: clamp(0px, 5.3333333333vw, 27px);
  border-top-right-radius: clamp(0px, 8vw, 40px);
  border-bottom-right-radius: clamp(0px, 8vw, 40px);
  padding-bottom: clamp(0px, 5.3333333333vw, 40px);
  background-image: url(../img/concept-bg.png);
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: contain;
  background-size: clamp(0px, 80vw, 500px);
}
@media screen and (min-width: 768px) {
  .concept__inner {
    margin-right: clamp(0px, 3.90625vw, 50px);
    background-size: clamp(0px, 79.140625vw, 1013px);
    background-position: center;
  }
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 5.3333333333vw, 27px);
  padding-top: clamp(0px, 8vw, 40px);
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .concept__content {
    max-width: 820px;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: clamp(0px, 3.90625vw, 50px);
    padding-bottom: clamp(0px, 3.90625vw, 50px);
  }
}

.concept__img {
  padding: 0 clamp(0px, 10.6666666667vw, 53px);
}
.concept__img img {
  width: clamp(0px, 40vw, 200px);
  height: clamp(0px, 22.4vw, 112px);
}
@media screen and (min-width: 768px) {
  .concept__img img {
    width: clamp(0px, 14.375vw, 184px);
    height: clamp(0px, 8.046875vw, 103px);
  }
}

.concept__message {
  padding: 0 clamp(0px, 5.3333333333vw, 27px);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .concept__message {
    border-left: 1px solid #fff;
    padding: 0 clamp(0px, 3.125vw, 40px);
  }
}

.concept__title {
  font-size: clamp(0px, 5.3333333333vw, 27px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .concept__title {
    font-size: clamp(0px, 2.265625vw, 29px);
  }
}

.concept__text {
  padding-top: clamp(0px, 10.6666666667vw, 53px);
  padding-bottom: clamp(0px, 5.3333333333vw, 27px);
  font-size: clamp(0px, 3.2vw, 16px);
  line-height: 2.3;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .concept__text {
    font-size: clamp(0px, 1.09375vw, 14px);
    max-width: clamp(0px, 40.625vw, 520px);
  }
}

.concept__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 2.6666666667vw, 13px);
  margin-top: clamp(0px, 8vw, 40px);
  margin-bottom: clamp(0px, 8vw, 40px);
  width: clamp(0px, 85.8666666667vw, 429px);
  height: clamp(0px, 59.2vw, 296px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .concept__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 0.78125vw, 10px);
    width: clamp(0px, 65vw, 832px);
    height: clamp(0px, 10.390625vw, 133px);
  }
}

.concept__box-img img {
  width: clamp(0px, 41.6vw, 208px);
  height: clamp(0px, 28.2666666667vw, 141px);
}
@media screen and (min-width: 768px) {
  .concept__box-img img {
    width: clamp(0px, 15.3125vw, 196px);
    height: clamp(0px, 10.390625vw, 133px);
  }
}

.feature__inner {
  padding-top: clamp(0px, 13.3333333333vw, 67px);
  padding-bottom: clamp(0px, 13.3333333333vw, 67px);
}
@media screen and (min-width: 768px) {
  .feature__inner {
    padding-top: clamp(0px, 7.8125vw, 100px);
    padding-bottom: clamp(0px, 7.8125vw, 100px);
  }
}

.feature__boxes {
  width: clamp(0px, 83.2vw, 416px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .feature__boxes {
    width: clamp(0px, 69.765625vw, 893px);
  }
}

.feature___box {
  padding-top: clamp(0px, 26.6666666667vw, 133px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: clamp(0px, 8vw, 40px);
}
@media screen and (min-width: 768px) {
  .feature___box {
    padding-top: clamp(0px, 7.8125vw, 100px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(0px, 2.34375vw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .feature___box:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.feature___box-img {
  position: relative;
}
.feature___box-img img {
  width: clamp(0px, 83.4666666667vw, 417px);
  height: clamp(0px, 54.6666666667vw, 273px);
}
@media screen and (min-width: 768px) {
  .feature___box-img img {
    width: clamp(0px, 27.34375vw, 350px);
    height: clamp(0px, 17.890625vw, 229px);
  }
}
.feature___box-img::before {
  position: absolute;
  content: "";
  background-image: url(../img/feature-deco-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 27.4666666667vw, 137px);
  height: clamp(0px, 14.9333333333vw, 75px);
  top: -26%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .feature___box-img::before {
    width: clamp(0px, 8.984375vw, 115px);
    height: clamp(0px, 4.84375vw, 62px);
  }
}

/* 2個目だけ */
.feature___box:nth-child(2) .feature___box-img::before {
  background-image: url(../img/feature-deco-2.png);
}

/* 3個目だけ */
.feature___box:nth-child(3) .feature___box-img::before {
  background-image: url(../img/feature-deco-3.png);
}

.feature___box-message {
  width: clamp(0px, 83.2vw, 416px);
  color: #6b5536;
}
@media screen and (min-width: 768px) {
  .feature___box-message {
    width: clamp(0px, 39.0625vw, 500px);
  }
}

.feature___box-title {
  font-weight: 700;
  line-height: 2;
  font-size: clamp(0px, 6.4vw, 32px);
}
@media screen and (min-width: 768px) {
  .feature___box-title {
    font-size: clamp(0px, 2.265625vw, 29px);
  }
}

.feature___box-text {
  padding-top: clamp(0px, 5.3333333333vw, 27px);
  font-size: clamp(0px, 2.9333333333vw, 13px);
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .feature___box-text {
    letter-spacing: -0.08em;
    font-size: clamp(0px, 1.09375vw, 14px);
  }
}

.wide-image img {
  width: 100vw;
  height: 44.5333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wide-image img {
    width: 100%;
    height: auto;
  }
}

.plan__inner {
  padding-top: clamp(0px, 27.027027027vw, 135px);
  padding-left: clamp(0px, 4.0540540541vw, 20px);
  padding-right: clamp(0px, 4.0540540541vw, 20px);
}

.plan__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 27.027027027vw, 135px);
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .plan__boxes {
    width: clamp(0px, 69.375vw, 888px);
    max-width: 888px;
  }
}

.plan__box {
  background-color: #fff;
  border-radius: clamp(0px, 5.4054054054vw, 27px);
  color: #6b5536;
  position: relative;
  padding-bottom: clamp(0px, 8.1081081081vw, 41px);
}

.plan__box-title {
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(0px, 6.2162162162vw, 31px);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  width: clamp(0px, 45.4054054054vw, 227px);
  height: clamp(0px, 14.3243243243vw, 72px);
}

.plan__box-text {
  text-align: center;
  font-size: clamp(0px, 13.5135135135vw, 68px);
  padding-top: clamp(0px, 10.8108108108vw, 54px);
}
.plan__box-text span {
  font-size: clamp(0px, 5.4054054054vw, 27px);
  padding-left: clamp(0px, 2.7027027027vw, 14px);
}

.plan__box-text-2 {
  color: red;
  text-align: center;
  padding-top: clamp(0px, 2.7027027027vw, 14px);
  padding-bottom: clamp(0px, 16.2162162162vw, 81px);
}

.plan__box-content {
  border: 1px solid #6b5536;
  padding: clamp(0px, 5.4054054054vw, 27px);
  position: relative;
  width: clamp(0px, 75.6756756757vw, 378px);
  margin: 0 auto;
  font-size: clamp(0px, 3.2432432432vw, 16px);
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .plan__box-content {
    width: clamp(0px, 55.46875vw, 710px);
  }
}

.box-content_title {
  position: absolute;
  top: clamp(-41px, -8.1081081081vw, 0px);
  left: 0;
  background: #6b5536;
  color: #fff;
  padding: clamp(0px, 1.3513513514vw, 7px) clamp(0px, 3.2432432432vw, 16px);
  border-radius: clamp(0px, 2.1621621622vw, 11px) clamp(0px, 2.1621621622vw, 11px) 0 0;
  font-size: clamp(0px, 3.7837837838vw, 19px);
}

.box-content_list {
  list-style: disc;
  padding-left: clamp(0px, 5.4054054054vw, 27px);
  color: #7b5a2e;
}
@media screen and (min-width: 768px) {
  .box-content_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 40px;
  }
}

.box-content_list li {
  margin-bottom: clamp(0px, 2.7027027027vw, 14px);
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .box-content_list li {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: clamp(0px, 6.25vw, 80px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .photo__inner {
    margin-left: auto;
  }
}

.photo__content {
  width: clamp(0px, 89.1891891892vw, 446px);
  padding-top: clamp(0px, 18.9189189189vw, 95px);
  padding-bottom: clamp(0px, 13.5135135135vw, 68px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #6c5536;
}
@media screen and (min-width: 768px) {
  .photo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 2.34375vw, 30px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: clamp(0px, 23.4375vw, 300px);
    padding-right: 0.78125vw;
  }
}

.photo__text {
  font-size: clamp(0px, 6.7567567568vw, 34px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .photo__text {
    font-size: clamp(0px, 2.65625vw, 38px);
  }
}

.photo__link {
  font-size: clamp(0px, 3.7837837838vw, 19px);
  padding-right: clamp(0px, 8.1081081081vw, 41px);
  border-bottom: 1px solid #6c5536;
  position: relative;
}
.photo__link::before {
  content: "";
  position: absolute;
  background-image: url(../img/photo__link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 4.0540540541vw, 20px);
  height: clamp(0px, 4.0540540541vw, 20px);
  top: 10%;
  right: 2%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.photo__link:hover::before {
  -webkit-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
}

.photo__body {
  display: grid;
  gap: 10px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .photo__body {
    width: 58.59375vw;
  }
}
.photo__body .swiper-photo {
  width: 100%;
  height: 31.3513513514vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photo__body .swiper-photo {
    height: 15.78125vw;
  }
}
.photo__body .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 100%;
  height: auto;
}
.photo__body .swiper-slide {
  height: 31.3513513514vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .photo__body .swiper-slide {
    height: 15.78125vw;
  }
}
.photo__body .swiper-photo img {
  display: block;
  width: 100%;
  height: 31.3513513514vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photo__body .swiper-photo img {
    height: 15.78125vw;
  }
}

.visual {
  padding-top: clamp(0px, 8.1081081081vw, 41px);
}
@media screen and (min-width: 768px) {
  .visual {
    padding-top: clamp(0px, 4.6875vw, 60px);
  }
}

.visual__img img {
  width: 95.1351351351vw;
  height: 45.1351351351vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 clamp(0px, 3.125vw, 40px) clamp(0px, 3.125vw, 40px) 0;
}
@media screen and (min-width: 768px) {
  .visual__img img {
    width: 87.34375vw;
    height: 26.171875vw;
  }
}

/* ===== QA 全体 ===== */
.qa {
  padding: clamp(0px, 16.2162162162vw, 81px) 0;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: clamp(0px, 3.125vw, 40px) 0;
  }
}

.qa__inner {
  max-width: clamp(0px, 264.8648648649vw, 1324px);
  margin: 0 auto;
  padding: 0 clamp(0px, 4.8648648649vw, 24px);
}

.qa__title {
  text-align: center;
  margin-bottom: clamp(0px, 7.5675675676vw, 38px);
}
.qa__title img {
  width: clamp(0px, 38.6486486486vw, 193px);
  height: clamp(0px, 13.5135135135vw, 68px);
  display: inline-block;
}

.qa__content {
  display: grid;
  gap: clamp(0px, 4.8648648649vw, 24px);
}
@media screen and (min-width: 768px) {
  .qa__content {
    gap: clamp(0px, 0.9375vw, 12px);
    width: clamp(0px, 61.953125vw, 793px);
    max-width: 793px;
    margin: 0 auto;
  }
}

/* ボックス */
.faq__item {
  background: #6b5536;
  border-radius: clamp(0px, 2.7027027027vw, 14px);
  overflow: hidden;
}

/* ===== 見出しボタン ===== */
.faq__btn {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: clamp(0px, 4.8648648649vw, 24px) clamp(0px, 9.4594594595vw, 47px) clamp(0px, 4.8648648649vw, 24px) clamp(0px, 4.8648648649vw, 24px);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .faq__btn {
    padding: clamp(0px, 1.40625vw, 18px) clamp(0px, 5vw, 64px) clamp(0px, 1.40625vw, 18px) clamp(0px, 1.40625vw, 18px);
  }
}

.faq__q {
  display: block;
  font-weight: 700;
  font-size: clamp(0px, 3.2432432432vw, 16px);
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .faq__q {
    font-size: clamp(0px, 1.40625vw, 18px);
  }
}

/* 右のアイコン置き場（画像でもOK） */
.faq__icon {
  position: absolute;
  right: clamp(0px, 6.4864864865vw, 32px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(0px, 4.0540540541vw, 20px);
  height: clamp(0px, 4.0540540541vw, 20px);
}
@media screen and (min-width: 768px) {
  .faq__icon {
    right: clamp(0px, 1.09375vw, 14px);
    width: clamp(0px, 2.65625vw, 34px);
    height: clamp(0px, 2.65625vw, 34px);
  }
}
.faq__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* 初期：＋表示 */
.icon-minus {
  opacity: 0;
}

/* 開いてる：−表示 */
.faq__item.is-open .faq__icon .icon-plus {
  opacity: 0;
}

.faq__item.is-open .faq__icon .icon-minus {
  opacity: 1;
}

/* ===== パネル（中身） ===== */
.faq__panel {
  padding: 0 clamp(0px, 4.8648648649vw, 24px) clamp(0px, 6.7567567568vw, 34px) clamp(0px, 4.8648648649vw, 24px);
}
@media screen and (min-width: 768px) {
  .faq__panel {
    padding: 0 clamp(0px, 1.40625vw, 18px) clamp(0px, 1.5625vw, 20px);
  }
}

.faq__inner {
  color: #fff;
  font-size: clamp(0px, 4.8648648649vw, 24px);
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    font-size: clamp(0px, 1.09375vw, 14px);
  }
}

.faq__line {
  height: 2px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: clamp(0px, 26.7567567568vw, 134px);
  margin: 0 0 clamp(0px, 4.8648648649vw, 24px);
  width: 100%;
}

.faq__sub {
  font-weight: 700;
  margin: 0 0 clamp(0px, 1.6216216216vw, 8px);
  font-size: clamp(0px, 3.5135135135vw, 18px);
}

.faq__body p {
  margin: 0;
  font-size: clamp(0px, 3.2432432432vw, 16px);
}

.faq__body span {
  font-weight: 800;
}

.access {
  padding-top: clamp(0px, 16.2162162162vw, 81px);
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: clamp(0px, 7.8125vw, 100px);
  }
}

.access__inner {
  padding-top: clamp(0px, 13.5135135135vw, 68px);
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .access__inner {
    padding-top: clamp(0px, 5.46875vw, 70px);
    padding-bottom: clamp(0px, 5.46875vw, 70px);
  }
}

.access__title {
  position: absolute;
  top: -6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .access__title {
    top: -9%;
  }
}
.access__title img {
  width: clamp(0px, 21.6216216216vw, 108px);
  height: clamp(0px, 11.0810810811vw, 55px);
}

.access__box {
  width: clamp(0px, 82.7027027027vw, 414px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .access__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 1.5625vw, 20px);
    width: clamp(0px, 73.28125vw, 938px);
    max-width: 938px;
  }
}

.access__img img {
  width: clamp(0px, 82.7027027027vw, 414px);
  height: clamp(0px, 54.3243243243vw, 272px);
}
@media screen and (min-width: 768px) {
  .access__img img {
    width: clamp(0px, 33.515625vw, 429px);
    height: clamp(0px, 21.953125vw, 281px);
  }
}

.access__content {
  padding-top: clamp(0px, 2.7027027027vw, 14px);
  padding-bottom: clamp(0px, 8.1081081081vw, 41px);
}
@media screen and (min-width: 768px) {
  .access__content {
    padding: 0;
  }
}

.infoList__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 4.0540540541vw, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #6b5536;
  padding: clamp(0px, 4.0540540541vw, 20px) 0;
}
@media screen and (min-width: 768px) {
  .infoList__row {
    padding: clamp(0px, 1.171875vw, 15px) 0;
  }
}

.infoList__label {
  font-size: clamp(0px, 2.7027027027vw, 14px);
  width: clamp(0px, 16.2162162162vw, 81px);
  height: clamp(0px, 5.4054054054vw, 27px);
  background-color: #6b5536;
  color: #fff;
  border-radius: clamp(0px, 1.3513513514vw, 7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .infoList__label {
    width: clamp(0px, 6.09375vw, 78px);
    height: clamp(0px, 1.796875vw, 23px);
    font-size: clamp(0px, 1.015625vw, 13px);
  }
}

.infoList__value {
  font-size: clamp(0px, 2.7027027027vw, 14px);
}
@media screen and (min-width: 768px) {
  .infoList__value {
    font-size: clamp(0px, 1.015625vw, 13px);
  }
}

.map iframe {
  height: clamp(0px, 108.1081081081vw, 541px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .map iframe {
    height: clamp(0px, 46.015625vw, 589px);
  }
}

.cta {
  width: clamp(0px, 45.4054054054vw, 227px);
  margin: 0 auto;
  padding-top: clamp(0px, 10.8108108108vw, 54px);
  padding-bottom: clamp(0px, 10.8108108108vw, 54px);
  background-color: #f3f1ed;
}
@media screen and (min-width: 768px) {
  .cta {
    width: clamp(0px, 22.109375vw, 283px);
    padding-top: clamp(0px, 5.46875vw, 70px);
    padding-bottom: clamp(0px, 5.46875vw, 70px);
  }
}

.cta__button {
  width: clamp(0px, 45.4054054054vw, 227px);
  height: clamp(0px, 12.1621621622vw, 61px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), color-stop(60%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#06121a), color-stop(45%, #2c2c2c), color-stop(70%, #3a2620), to(#2a140e));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(90deg, #06121a 0%, #2c2c2c 45%, #3a2620 70%, #2a140e 100%);
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1px solid transparent;
          order: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 1.3513513514vw, 7px);
  padding: clamp(0px, 2.1333333333vw, 11px) clamp(0px, 2.6666666667vw, 13px);
  border-radius: clamp(0px, 16.2162162162vw, 81px);
  font-size: clamp(0px, 2.6666666667vw, 13px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .cta__button {
    width: clamp(0px, 22.109375vw, 283px);
    height: clamp(0px, 6.015625vw, 77px);
    font-size: clamp(0px, 1.25vw, 16px);
    gap: clamp(0px, 0.546875vw, 7px);
  }
}
.cta__button:hover .button-icon {
  -webkit-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
}

.footer {
  background-color: #3d2f1d;
}

.footer__inner {
  padding-left: clamp(0px, 5.4054054054vw, 27px);
  padding-right: clamp(0px, 5.4054054054vw, 27px);
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 810px;
    width: clamp(0px, 63.28125vw, 810px);
    padding: 0;
  }
}

.footer__wrapper {
  padding-top: clamp(0px, 5.4054054054vw, 27px);
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}

.footer__logo {
  padding-bottom: clamp(0px, 5.4054054054vw, 27px);
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    padding-bottom: 0;
    padding-right: clamp(0px, 2.734375vw, 35px);
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}
.footer__logo img {
  width: clamp(0px, 27.027027027vw, 135px);
  height: clamp(0px, 16.2162162162vw, 81px);
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: clamp(0px, 15.859375vw, 203px);
    height: clamp(0px, 8.828125vw, 113px);
  }
}

@media screen and (min-width: 768px) {
  .footer__body {
    padding-left: clamp(0px, 2.734375vw, 35px);
  }
}

.footer__text {
  padding-top: clamp(0px, 5.4054054054vw, 27px);
}
.footer__text .company {
  color: #fff;
  font-weight: 600;
}
.footer__text .address {
  padding-top: clamp(0px, 2.7027027027vw, 14px);
  color: #fff;
  font-size: clamp(0px, 3.5135135135vw, 14px);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer__text .address {
    font-size: 13px;
  }
}

.footer__content {
  padding-top: clamp(0px, 8.1081081081vw, 41px);
  padding-bottom: clamp(0px, 8.1081081081vw, 41px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 1.5625vw, 20px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: clamp(0px, 2.34375vw, 30px);
    padding-bottom: clamp(0px, 2.34375vw, 30px);
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .footer__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__link a {
  color: #3d2f1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: clamp(0px, 34.3243243243vw, 172px);
  height: clamp(0px, 10.8108108108vw, 54px);
  border-radius: clamp(0px, 2.7027027027vw, 14px);
  padding-left: clamp(0px, 2.7027027027vw, 14px);
  font-size: clamp(0px, 3.2432432432vw, 13px);
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__link a {
    width: clamp(0px, 11.71875vw, 150px);
    height: clamp(0px, 3.4375vw, 44px);
    border-radius: 10px;
    padding-left: 8px;
    font-size: 11px;
  }
}
.footer__link a::before {
  content: "";
  position: absolute;
  background-image: url(../img/photo__link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 4.0540540541vw, 20px);
  height: clamp(0px, 4.0540540541vw, 20px);
  top: 32%;
  right: 13%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer__link a::before {
    width: clamp(0px, 1.25vw, 16px);
    height: clamp(0px, 1.171875vw, 15px);
    top: 35%;
    right: 9%;
  }
}
.footer__link a:hover::before {
  -webkit-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
}

.terms {
  border-bottom: 1px solid #fff;
  position: relative;
  color: #fff;
  padding-right: clamp(0px, 5.4054054054vw, 27px);
  height: clamp(0px, 5.4054054054vw, 27px);
  font-size: clamp(0px, 3.2432432432vw, 13px);
}
@media screen and (min-width: 768px) {
  .terms {
    font-size: 12px;
  }
}
.terms::before {
  content: "";
  position: absolute;
  background-image: url(../img/terms.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 2.7027027027vw, 14px);
  height: clamp(0px, 2.7027027027vw, 14px);
  top: 32%;
  right: 3%;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .terms::before {
    top: 16%;
  }
}

.footer-copy {
  background: #000;
  text-align: center;
  padding: clamp(0px, 4.8648648649vw, 24px) 0;
}

.footer-copy__text {
  margin: 0;
  color: #fff;
  font-size: clamp(0px, 2.1621621622vw, 11px);
  letter-spacing: 0.08em;
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .footer-copy__text {
    font-size: 9px;
  }
}