@charset "UTF-8";
/*
Theme Name: money-vitamin
*/
html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #624936;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-weight: 500;
  background: #fff;
}
body.is-checked {
  overflow: hidden;
}

@-webkit-keyframes loader-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loader-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  background: #624936;
  -webkit-transition: opacity 2.6s ease;
  transition: opacity 2.6s ease;
  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;
}
.page-loader.hidden {
  opacity: 0;
}

.page-loader__content {
  text-align: center;
  color: #fff;
}

.page-loader__logo {
  opacity: 0;
  -webkit-animation: loader-fade-up 1s ease 0.3s forwards;
          animation: loader-fade-up 1s ease 0.3s forwards;
}
.page-loader__logo img {
  width: 160px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.page-loader__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 24px;
  opacity: 0;
  -webkit-animation: loader-fade-up 0.9s ease 0.7s forwards;
          animation: loader-fade-up 0.9s ease 0.7s forwards;
}

@-webkit-keyframes fv-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fv-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fv-in {
  opacity: 0;
}
.js-fv-in.is-visible {
  -webkit-animation: fv-fade-up 1s ease var(--fv-delay, 0s) forwards;
          animation: fv-fade-up 1s ease var(--fv-delay, 0s) forwards;
}

.js-fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sm {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

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

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

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

section[id] {
  scroll-margin-top: 0px;
}
@media screen and (max-width: 767px) {
  section[id] {
    scroll-margin-top: 64px;
  }
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1660px;
    margin-inline: auto;
    padding-inline: 80px;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}
@media screen and (max-width: 767px) {
  .heading {
    gap: 40px;
  }
}

/*
Theme Name: money-vitamin
*/
/*
Theme Name: money-vitamin
*/
.header {
  height: 120px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-inline: 70px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-inline: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__logo a img {
  width: 132px;
  height: 52px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo a img {
    width: 80px;
    height: 32px;
  }
}
.header__logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo a:hover {
  opacity: 0.7;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 62px;
}
body.is-checked .header__reserve {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 20px 0px;
  position: relative;
  z-index: 5;
}
.header__reserve:hover .header__reserve-line {
  left: calc(100% - 146px);
}
@media screen and (max-width: 767px) {
  .header__reserve {
    display: none;
  }
}

.header__reserve-text {
  letter-spacing: 2px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(39.45%, #624936), color-stop(71.37%, #c8956e));
  background: linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header__reserve-text-en {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 400;
}

.header__reserve-text-sep {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  margin-inline: 6px;
}

.header__reserve-text-ja {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
}

.header__reserve-bar {
  position: relative;
  height: 8px;
}

.header__reserve-line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 146px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(39.45%, #624936), color-stop(71.37%, #c8956e));
  background: linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.header__reserve-dot {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8956e;
}

.header__open {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 30;
}

.drawer-icon {
  width: 68px;
  height: 44px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    width: 58px;
    margin-top: 12px;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
  top: 11px;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
    width: 58px;
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
  top: 11px;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
    width: 58px;
    -webkit-transform: rotate(-34deg);
            transform: rotate(-34deg);
  }
}
.drawer-icon.is-checked .drawer-icon__bar-short {
  display: none;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #faf6f0;
  border-radius: 2px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-child(1) {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .drawer-icon__bar:nth-child(1) {
    width: 58px;
  }
}
.drawer-icon__bar:nth-child(2) {
  top: 22px;
  width: 58px;
}
@media screen and (max-width: 767px) {
  .drawer-icon__bar:nth-child(2) {
    top: 20px;
    width: 48px;
  }
}
.drawer-icon__bar:nth-child(3) {
  top: 44px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .drawer-icon__bar:nth-child(3) {
    top: 40px;
    width: 25px;
  }
}

.drawer-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.31%, rgba(241, 234, 227, 0.69)), color-stop(80.99%, #e5ceb9));
  background: linear-gradient(180deg, rgba(241, 234, 227, 0.69) 11.31%, #e5ceb9 80.99%);
  padding: 115px 48px 60px;
  width: min(440px, 100%);
  height: 100dvh;
  position: fixed;
  z-index: 28;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .drawer-content {
    width: 83%;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.drawer-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer-content__link:hover {
  opacity: 0.6;
}

.drawer-content__link-icon {
  display: block;
  width: 14px;
  height: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.drawer-content__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.drawer-content__link-en {
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.48px; /* 122.4% */
  letter-spacing: 6.68px;
}

.drawer-content__link-ja {
  font-size: 12px;
  font-weight: 500;
  line-height: 24.48px; /* 204% */
  letter-spacing: 2px;
}

.fv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.75%, rgba(255, 255, 255, 0)), color-stop(96.37%, #ffffff)), -webkit-gradient(linear, left top, left bottom, from(#624936), color-stop(58.4%, rgba(200, 149, 110, 0.48)), color-stop(91.3%, rgba(200, 149, 110, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 41.75%, #ffffff 96.37%), linear-gradient(to bottom, #624936 0%, rgba(200, 149, 110, 0.48) 58.4%, rgba(200, 149, 110, 0) 91.3%);
  padding-top: 127px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 100px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv-left.webp) no-repeat center center/contain;
  width: 526px;
  height: 486px;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 216.708px;
    height: 200px;
  }
}
.fv::after {
  content: "";
  position: absolute;
  bottom: -109px;
  right: 0;
  background: url(../img/fv-right.webp) no-repeat center center/contain;
  width: 325.393px;
  height: 482px;
}
@media screen and (max-width: 767px) {
  .fv::after {
    bottom: 80px;
    width: 150px;
    height: 215.007px;
  }
}

.fv__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.fv__circles {
  width: 480px;
  height: 487px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__circles {
    width: 307.218px;
    height: 307.218px;
    margin-top: 10px;
  }
}

.fv__ellipse2 {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#624936), to(#c8956e));
  background: linear-gradient(to right, #624936, #c8956e);
}
@media screen and (max-width: 767px) {
  .fv__ellipse2 {
    top: 3px;
    width: 307.218px;
    height: 307.218px;
  }
}

@-webkit-keyframes fv-zoom {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
}

@keyframes fv-zoom {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
}
.fv__photo {
  position: absolute;
  top: 0;
  left: 57px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv__photo {
    left: 28px;
    width: 281.616px;
    height: 281.616px;
  }
}
.fv__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.fv__photo img.is-zoom {
  -webkit-animation: fv-zoom 9s ease-out forwards;
          animation: fv-zoom 9s ease-out forwards;
}
.fv__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(226, 210, 184, 0.27);
  border-radius: 50%;
}

.fv__text {
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-top: 6px;
  }
}

.fv__heading-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 44.8px; /* 248.889% */
  background: -webkit-gradient(linear, left top, right top, from(#624936), to(#c8956e));
  background: linear-gradient(to right, #624936, #c8956e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .fv__heading-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-top: 28px;
  }
}

.about {
  background: url(../img/about-sea.webp) no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease;
  padding-top: 28px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 38px;
    padding-bottom: 0px;
  }
}
.about.is-visible {
  opacity: 1;
}
.about.is-visible .about__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about__inner {
  text-align: center;
}

.fv__scroll-line {
  width: 1px;
  height: 178px;
  margin: 0px auto 0;
  background: rgba(200, 149, 110, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv__scroll-line {
    height: 88px;
  }
}
.fv__scroll-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #624936), to(#c8956e));
  background: linear-gradient(to bottom, transparent, #624936 40%, #c8956e);
  -webkit-animation: scroll-line 2s ease-in-out infinite;
          animation: scroll-line 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-line {
  0% {
    top: -100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.3;
  }
}

@keyframes scroll-line {
  0% {
    top: -100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.3;
  }
}
.about__text {
  margin-top: 30px;
  line-height: 380%; /* 60.8px */
  background: var(--gradation, linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1.4s ease 0.6s, -webkit-transform 1.4s ease 0.6s;
  transition: opacity 1.4s ease 0.6s, -webkit-transform 1.4s ease 0.6s;
  transition: opacity 1.4s ease 0.6s, transform 1.4s ease 0.6s;
  transition: opacity 1.4s ease 0.6s, transform 1.4s ease 0.6s, -webkit-transform 1.4s ease 0.6s;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 14px;
    line-height: 310%; /* 43.4px */
  }
}

.care {
  position: relative;
  padding-top: 100px;
  padding-bottom: 205px;
}
.care::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .care {
    padding-top: 127px;
    padding-bottom: 128px;
  }
}

.care__bg {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  z-index: -1; /* ★ 背景レイヤーはマイナス */
  pointer-events: none;
}

.care__bg-fixed {
  /* iOS / Safari 安定化 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  position: fixed;
  inset: 0;
  background: url("../img/care-bg.webp") no-repeat left top/cover;
}

.care__inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .care__heading-en img {
    width: 156px;
  }
}

.care__heading-ja {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 15px;
  font-weight: 500;
  color: #6b5040;
}
@media screen and (max-width: 767px) {
  .care__heading-ja {
    font-size: 16px;
    line-height: 170%; /* 27.2px */
  }
}

.care__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 160px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .care__items {
    gap: 56px;
    margin-top: 42px;
  }
}
@media screen and (min-width: 768px) {
  .care__items {
    padding-inline: 12px;
  }
}

.care__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .care__item {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .care__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .care__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.care__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.care__number {
  display: block;
  font-family: "Playfair Display", serif;
  color: rgba(139, 90, 60, 0.2);
  font-size: 100px;
  font-weight: 400;
  line-height: 24.48px; /* 24.48% */
}
@media screen and (max-width: 767px) {
  .care__number {
    font-size: 70px;
    position: relative;
    margin-top: -66px;
  }
}

.care__item-title {
  margin-top: 80px;
  font-size: 40px;
  line-height: 140%; /* 56px */
}
@media screen and (max-width: 767px) {
  .care__item-title {
    font-size: 24px;
    margin-top: 40px;
  }
}

.care__item-text {
  margin-top: 52px;
  font-weight: 500;
  line-height: 230%; /* 36.8px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .care__item-text {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-top: 14px;
  }
}

.care__item-line {
  font-weight: 500;
  line-height: 230%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.care__item-img {
  width: 460px;
  height: 460px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.care__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: contrast(1.3) saturate(1.1);
          filter: contrast(1.3) saturate(1.1);
  display: block;
}
@media screen and (max-width: 767px) {
  .care__item-img {
    width: 275px;
    height: 275px;
  }
}

.day {
  padding-top: 87px;
  padding-bottom: 62px;
  background: #f1eae3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .day {
    padding-top: 40px;
  }
}
.day::before {
  content: "";
  position: absolute;
  top: -133px;
  left: 0;
  background: url(../img/fq-top.svg) no-repeat center center/cover;
  width: 100%;
  height: 133px;
}
@media screen and (max-width: 767px) {
  .day::before {
    top: -40px;
    height: 10.66vw;
  }
}
@media screen and (min-width: 1280px) {
  .day::before {
    top: -10.39vw;
    height: 10.39vw;
  }
}
@media screen and (max-width: 767px) {
  .day {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.day__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .day__heading {
    gap: 26px;
  }
}

.day__heading-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .day__heading-en img {
    width: 190px;
  }
}

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

.day__desc {
  text-align: center;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .day__desc {
    margin-top: 15px;
  }
}

.day__desc-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12.8px;
  font-weight: 300;
  margin-top: 5px;
}

.day__schedules {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .day__schedules {
    margin-top: 40px;
    padding-left: 12px;
    gap: 12px;
  }
}

.day__label-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .day__label-wrap {
    gap: 7px;
    margin-bottom: 40px;
  }
}

.day__label {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.day__label strong {
  background: var(--gradation, linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 400;
  line-height: 23.04px;
}
.day__line {
  width: 30px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(39.45%, #624936), color-stop(71.37%, #c8956e));
  background: linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%);
  border: none;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.day__swiper-wrap {
  position: relative;
  overflow: hidden;
  margin-inline: -80px;
  padding-left: 142px;
  padding-bottom: 40px;
  margin-bottom: -40px;
  margin-right: calc(-80px - max(0px, (100vw - 1660px) / 2));
}
@media screen and (max-width: 767px) {
  .day__swiper-wrap {
    margin-inline: -20px;
    padding-left: 50px;
    margin-right: -20px;
  }
}

.js-day-swiper {
  overflow: visible;
}
.js-day-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.day__card {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 14px 20px 0 rgba(107, 80, 64, 0.16);
          box-shadow: 0 14px 20px 0 rgba(107, 80, 64, 0.16);
}
@media screen and (max-width: 767px) {
  .day__card {
    width: 180px;
    height: 180px;
  }
}

.day__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.day__card-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(200, 180, 154, 0.2)), to(rgba(200, 180, 154, 0.2)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(rgba(200, 180, 154, 0.2), rgba(200, 180, 154, 0.2));
}

.day__card-tl {
  position: absolute;
  top: 45px;
  left: 21px;
}
@media screen and (max-width: 767px) {
  .day__card-tl {
    top: 12px;
    left: 16px;
  }
}

.day__card-time {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 36px;
  line-height: 23.04px; /* 64% */
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .day__card-time {
    font-size: 26px;
    margin-bottom: 12px;
    padding-left: 4px;
  }
}

.day__card-line {
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .day__card-line {
    width: 126px;
  }
}

.day__card-br {
  position: absolute;
  bottom: 20px;
  left: 170px;
  right: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .day__card-br {
    bottom: 15px;
    left: 74px;
    padding-right: 0;
  }
}

.day__card-en {
  font-family: "Playfair Display", serif;
  color: #e2d2b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.04px; /* 164.571% */
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .day__card-en {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.day__card-title {
  color: #fff;
  line-height: 23.04px; /* 144% */
}
@media screen and (max-width: 767px) {
  .day__card-title {
    font-size: 14px;
  }
}

.day__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 8px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 23.04px; /* 144% */
  letter-spacing: 0.96px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .day__next {
    font-size: 14px;
    letter-spacing: 0.84px;
    margin-top: 12px;
  }
}

.day__next-arrow {
  display: block;
  width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .day__next-arrow {
    width: 21.5px;
  }
}

.day__notes {
  margin-top: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}
@media screen and (max-width: 767px) {
  .day__notes {
    margin-top: 62px;
  }
}

.day__note-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.day__note-heading {
  font-weight: 600;
  line-height: 200%; /* 32px */
}
@media screen and (max-width: 767px) {
  .day__note-heading {
    font-size: 14px;
  }
}

.day__note-text {
  line-height: 200%; /* 32px */
}
@media screen and (max-width: 767px) {
  .day__note-text {
    font-size: 14px;
  }
}

.plan {
  background: url(../img/plan-bg.webp) no-repeat center top/cover;
  padding-top: 250px;
  padding-bottom: 442px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan {
    padding-top: 155px;
    padding-bottom: 277px;
  }
}
.plan::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../img/fq-top.svg) no-repeat center center/cover;
  width: 100%;
  height: 133px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .plan::before {
    height: 10.66vw;
  }
}
@media screen and (min-width: 1280px) {
  .plan::before {
    height: 10.39vw;
  }
}
.plan::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(../img/staff-top.webp) no-repeat center center/cover;
  width: 100%;
  height: 372px;
}
@media screen and (max-width: 767px) {
  .plan::after {
    height: 245px;
  }
}

.plan__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan__heading img {
    width: 180px;
  }
}

.plan__heading-sub {
  font-size: 15.2px;
  line-height: 27.36px; /* 180% */
  letter-spacing: 0.304px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .plan__heading-sub {
    font-size: 16px;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.32px;
    margin-top: 26px;
  }
}

.plan__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .plan__table-wrap {
    margin-top: 18px;
  }
}

.plan__table {
  width: 100%;
  min-width: 640px;
  max-width: 924px;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 0 1px;
  border-radius: 8px;
}
.plan__table th,
.plan__table td {
  padding: 16px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  vertical-align: middle;
}
.plan__table thead tr {
  background: #624936;
}
.plan__table thead tr th {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .plan__table thead tr th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.plan__table thead tr th:not(:first-child) {
  text-align: center;
}
.plan__table thead tr th:nth-child(1) {
  width: 200px;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .plan__table thead tr th:nth-child(1) {
    border-radius: 8px 0 0 0;
  }
}
.plan__table thead tr th:nth-child(2) {
  width: 170px;
}
.plan__table thead tr th:nth-child(3) {
  width: 200px;
}
.plan__table thead tr th:nth-child(4) {
  width: 160px;
}
.plan__table thead tr th:nth-child(5) {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .plan__table thead tr th:last-child {
    border-radius: 0 8px 0 0;
  }
}

.plan__table-row {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .plan__table-row {
    height: 86px;
  }
}
.plan__table-row td {
  font-size: 16px;
  color: #624936;
}
.plan__table-row td:first-child {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .plan__table-row td:first-child {
    padding-left: 12px;
  }
}
.plan__table-row td:not(:first-child) {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__table-row:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .plan__table-row:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }
}
.plan__table-row--highlight {
  background: #f1eae3;
}

.plan__table-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .plan__table-name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}

.plan__table-name {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .plan__table-name {
    font-size: 14px;
  }
}

.plan__table-sub {
  font-size: 14px;
  color: #a2928b;
  margin-top: 4px;
}

.plan__table-price {
  font-size: 18px !important;
  font-weight: 500;
}

.plan__table-dash {
  color: #a2928b;
}

.plan__table-disc {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#624936), to(#c8956e));
  background: linear-gradient(90deg, #624936 0%, #c8956e 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  padding: 4px 12px;
  white-space: nowrap;
  line-height: 1.5;
}

.plan__table-badge {
  display: inline-block;
  background: #624936;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 400;
  border-radius: 100px;
  padding: 3px 10px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .plan__table {
    min-width: unset;
    width: 100%;
  }
  .plan__table th,
  .plan__table td {
    padding: 10px 6px 10px 8px;
    font-size: 14px;
  }
  .plan__table thead tr th:first-child {
    padding-left: 8px;
  }
  .plan__table thead tr th {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
  }
  .plan__table thead tr th:nth-child(1) {
    width: 46%;
  }
  .plan__table thead tr th:nth-child(3) {
    width: 27%;
  }
  .plan__table thead tr th:nth-child(5) {
    width: 27%;
  }
  .plan__table-price {
    font-size: 14px !important;
  }
  .plan__table-nights {
    color: #a2928b;
    font-size: 12px;
    font-weight: 400;
  }
  .plan__table-disc--sm {
    display: inline-block;
    margin-top: 6px;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 6px;
  }
  .plan__table-badge {
    font-size: 7px;
    padding: 2px 5px;
    border-radius: 8px;
  }
}
.plan__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #faf5f0;
  border-radius: 200px 200px 0 0;
  padding: 48px 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .plan__card {
    width: 100%;
    max-width: 340px;
    padding: 40px 28px 40px;
  }
}
.plan__card--premium {
  background: #8b5a3c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.plan__card--premium .plan__card-type {
  color: rgba(255, 255, 255, 0.7);
}
.plan__card--premium .plan__card-name {
  color: #fff;
}
.plan__card--premium .plan__card-price {
  color: #fff;
}
.plan__card--premium .plan__card-unit {
  color: rgba(255, 255, 255, 0.7);
}
.plan__card--premium .plan__card-line {
  border-color: rgba(255, 255, 255, 0.3);
}
.plan__card--premium .plan__card-list li {
  color: #fff;
}
.plan__card--premium .plan__card-list li::before {
  background: rgba(255, 255, 255, 0.7);
}
.plan__card--premium .plan__card-btn {
  background: #fff;
  color: #8b5a3c;
  border-color: #fff;
}

.plan__card-head {
  text-align: center;
  margin-bottom: 24px;
}

.plan__card-type {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 400;
  color: #b08060;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.plan__card-name {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  color: #3d2b1f;
  margin-bottom: 16px;
}

.plan__card-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.plan__card-price {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
  color: #8b5a3c;
}

.plan__card-unit {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 13px;
  font-weight: 500;
  color: #9b806e;
}

.plan__card-line {
  border: none;
  border-top: 1px solid rgba(98, 73, 54, 0.2);
  margin-bottom: 24px;
}

.plan__card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.plan__card-list li {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 13px;
  font-weight: 500;
  color: #624936;
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
}
.plan__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #624936;
}

.plan__card-btn {
  display: block;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 13px;
  font-weight: 500;
  color: #624936;
  border: 1px solid rgba(98, 73, 54, 0.5);
  border-radius: 200px;
  padding: 12px 24px;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.plan__card-btn:hover {
  background: #624936;
  color: #fff;
}

.plan__note {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 25.6px; /* 200% */
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .plan__note {
    margin-top: 16px;
  }
}

.stuff {
  background: #f1eae3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stuff {
    padding-top: 33px;
    padding-bottom: 60px;
  }
}
.stuff::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../img/staff-top.webp) no-repeat center center/cover;
  width: 100%;
  height: 372px;
}
@media screen and (max-width: 767px) {
  .stuff::after {
    bottom: -80px;
    height: 245px;
  }
}

.stuff__inner {
  position: relative;
  z-index: 10;
  margin-top: -138px;
}

.stuff__heading {
  text-align: center;
}
.stuff__text {
  text-align: center;
  font-size: 20px;
  line-height: 170%; /* 34px */
  letter-spacing: 10.72px;
  text-transform: uppercase;
  background: var(--gradation, linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .stuff__text {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 32px;
  }
}

.stuff__swiper-outer {
  position: relative;
  margin-top: 60px;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .stuff__swiper-outer {
    padding-inline: 7px;
  }
}

.stuff__swiper-clip {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .stuff__swiper-clip {
    max-width: 400px;
    margin-inline: auto;
  }
}

.stuff__swiper {
  overflow: hidden;
}
.stuff__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stuff__swiper .swiper-slide {
  height: auto;
}
.stuff__swiper.is-centered .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stuff__swiper-next {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .stuff__swiper-next {
    width: 26px;
    height: 26px;
    right: -7px;
  }
}
.stuff__swiper-next img {
  width: 100%;
  height: 100%;
  display: block;
}
.stuff__swiper-next:hover {
  opacity: 0.7;
}
.stuff__swiper-next.is-hidden, .stuff__swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.stuff__card {
  width: 100%;
  height: 100%;
  background: #f9f4ef;
  border-radius: 320px;
  overflow: hidden;
  padding: 0px 90px 85px;
  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;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .stuff__card {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .stuff__card {
    width: 100%;
    max-width: 400px;
    padding: 10px 32px 100px;
  }
}

.stuff__card-photo {
  width: 233px;
  max-width: 100%;
  height: 310px;
  overflow: hidden;
  margin-bottom: 12px;
}
.stuff__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 767px) {
  .stuff__card-photo {
    width: 180px;
    height: 245px;
    margin-bottom: 16px;
  }
}

.stuff__card-name-en {
  font-family: "Cormorant", serif;
  font-size: 61px;
  font-weight: 300;
  letter-spacing: 1.6px;
  background: var(--gradation, linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .stuff__card-name-en {
    font-size: 40px;
    line-height: 28.8px; /* 72% */
    margin-bottom: 8px;
  }
}

.stuff__card-name-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28.8px; /* 205.714% */
  letter-spacing: 1.6px;
  background: var(--gradation, linear-gradient(90deg, #624936 39.45%, #c8956e 71.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stuff__card-position {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28.8px; /* 205.714% */
  letter-spacing: 1.6px;
}

.stuff__card-text {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28.8px; /* 205.714% */
  letter-spacing: 2px;
  text-align: left;
}
.access {
  background: #fff;
  padding-top: 255px;
  padding-bottom: 330px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 104px;
    padding-bottom: 114px;
  }
}

.access__heading {
  text-align: center;
}

.access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 42px;
  }
}

.access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 4/3;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .access__map {
    width: 100%;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .access__info {
    width: 100%;
  }
}

.access__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .access__row {
    gap: 16px;
  }
}

.access__term {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 12.8px;
  font-weight: 500;
  color: #624936;
  white-space: nowrap;
  min-width: 72px;
  line-height: 1.8;
}

.access__detail {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14.4px;
  font-weight: 500;
  color: #624936;
  line-height: 1.8;
  margin: 0;
}

.access__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .access__buttons {
    gap: 10px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.access__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .access__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.access__btn:hover {
  opacity: 0.85;
}
.access__btn--ig {
  background: #8b5a3c;
}
.access__btn--line {
  background: #624936;
}

.access__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .access__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }
}

.access__gallery-item {
  aspect-ratio: 254/200;
  overflow: hidden;
}
.access__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fq {
  background: #f1eae3;
  padding-top: 109px;
  padding-bottom: 120px;
  position: relative;
}
.fq::before {
  content: "";
  position: absolute;
  top: -133px;
  left: 0;
  background: url(../img/fq-top.svg) no-repeat center center/cover;
  width: 100%;
  height: 133px;
}
@media screen and (max-width: 767px) {
  .fq::before {
    top: -10.66vw;
    height: 10.66vw;
  }
}
@media screen and (min-width: 1280px) {
  .fq::before {
    top: -10.39vw;
    height: 10.39vw;
  }
}
@media screen and (max-width: 767px) {
  .fq {
    padding-top: 46px;
    padding-bottom: 60px;
  }
}

.fq__heading {
  text-align: center;
}

.fq__list {
  max-width: 800px;
  width: 100%;
  margin: 94px auto 0;
}
@media screen and (max-width: 767px) {
  .fq__list {
    margin-top: 52px;
  }
}

.fq__item {
  border-top: 1px solid rgba(98, 73, 54, 0.3);
}
.fq__item:last-child {
  border-bottom: 1px solid rgba(98, 73, 54, 0.3);
}

.fq__question {
  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;
  gap: 24px;
  width: 100%;
  padding: 32px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.fq__question-text {
  font-size: 15.2px;
  font-weight: 500;
  line-height: 24.32px; /* 160% */
  letter-spacing: 0.304px;
}

.fq__icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #c8b49a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fq__icon::before, .fq__icon::after {
  content: "";
  position: absolute;
  background: #8b5a3c;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.fq__icon::before {
  width: 1.5px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fq__icon::after {
  width: 10px;
  height: 1.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-open .fq__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.fq__answer {
  display: none;
  padding-bottom: 28px;
}

.fq__answer-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 400;
  color: #624936;
  line-height: 1.8;
}

.fq__cancel-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  color: #624936;
}
.fq__cancel-table th,
.fq__cancel-table td {
  border: 1px solid rgba(98, 73, 54, 0.2);
  padding: 10px 16px;
  text-align: left;
}
.fq__cancel-table thead tr {
  background: rgba(98, 73, 54, 0.08);
}
.fq__cancel-table thead tr th {
  font-weight: 500;
}
.fq__cancel-table tbody tr td {
  font-weight: 400;
}

.contact {
  background: linear-gradient(150deg, #624936 44.25%, #c8956e 91.21%);
  padding-top: 111px;
  padding-bottom: 142px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 84px;
    padding-bottom: 80px;
  }
}

.contact__heading img {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact__heading img {
    width: 290px;
  }
}

.contact__text {
  color: #f1eae3;
  text-align: center;
  font-size: 15.2px;
  line-height: 30.4px; /* 200% */
  letter-spacing: 0.304px;
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.28px;
  }
}

.contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 56px;
    gap: 20px;
  }
}

.contact__btn {
  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;
  background: #8b5a3c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  width: 318px;
  height: 126px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    width: 100%;
    height: 126px;
    padding: 28px 24px;
  }
}

.contact__btn-label {
  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: 6px;
}

.contact__btn-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.contact__btn-main {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact__btn-sub {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 0.8;
}

.contact__btn-line-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact__btn-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact__note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12.8px;
  line-height: 23.04px; /* 180% */
  letter-spacing: 0.256px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__note {
    margin-top: 18px;
  }
}

.footer {
  padding-top: 67px;
  padding-bottom: 68px;
  background: #624936;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 36px;
    padding-bottom: 26px;
  }
}

.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-inline: 34px;
}
.footer__inner::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
  width: calc(100% - 160px);
  height: 1px;
}
@media screen and (max-width: 767px) {
  .footer__inner::before {
    top: -4px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
    margin-inline: 20px;
  }
}

.footer__copyright {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #9b8070;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    position: static;
    -webkit-transform: none;
            transform: none;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__sns-link:hover {
  opacity: 1;
}