@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap");

body {
  font-family: "Noto Serif JP", serif;
  color: #5b4c3c;
  background: #f7f3ea;
  line-height: 1.9;
}

img {
  width: 100%;
}

/* =========================
fv
========================= */

.fv {
  position: relative;
  min-height: 90svh;
  background-image: url("../images/apv/fv.jpg");
  background-size: cover;
  background-position: 20% center;
  display: flex;
}

.fv__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
}

.fv__wave svg {
  display: block;
  width: 100%;
  height: 120px;
}

/* 黒いフィルター */
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.container {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 120px;
}

.fv__title {
  color: #fff;
  font-size: clamp(36px, 9vw, 56px);
  font-weight: 300;
  line-height: 1.5;
  margin: 40px 0;
}

.fv__info {
  color: #d5b56a;
}

.fv__line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.fv__line-main {
  width: 120px;
  height: 1px;
  background: #d5b56a;
}

.fv__line-sub {
  width: 40px;
  height: 1px;
  background: #d5b56a;
}

.fv__hotel {
  margin: 0 0 8px;
  font-size: clamp(20px, 5vw, 32px);
}

.fv__hotel-ja {
  margin: 0;
  font-size: clamp(10px, 3vw, 18px);
  letter-spacing: 0.08em;
}

.fv__scroll {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 10;
}

.fv__scroll-text {
  font-size: 10px;
  letter-spacing: 0.2em;
  margin-bottom:  clamp(12px, 3vw, 26px);
}

.fv__scroll-line {
  position: relative;
  width: 1px;
  height: 80px;
  background: #d5b56a;
}

.fv__scroll-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5b56a;
}

.fv__scroll-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5b56a;
}

.fv__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
}

.fv__wave svg {
  display: block;
  width: 100%;
  height: 40px;
}

.fv__wave path {
  fill: #f7f3ee;
}

/* =========================
recommend
========================= */

.recommend {
  padding: 80px 0 80px;
}

.recommend__inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.recommend__en {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: #b8a287;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.recommend__title {
  text-align: center;
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 42px);
  line-height: 1.5;
  color: #7a6245;
  font-weight: 500;
}

.recommend__lead {
  text-align: center;
  margin-top: 28px;
  font-size: clamp(0.95rem, 3vw, 1.2rem);;
  color: #6e6257;
}

.point {
  margin-top: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid #d7cfc2;
}

.point:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.point__image {
  width: 100%;
}

.point__body {
  margin-top: clamp(10px, 5vw, 0px);
}

.point__num {
  font-family: "Italiana", serif;
  font-weight: 700;;
  color: #c19b56;
  font-size: clamp(1.6rem, 5vw, 1.7rem);
  margin-bottom: 6px;
}

.point__title {
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  line-height: 1.7;
  font-weight: 500;
  color: #7a6245;
  padding-left: 10px;
}

.point__text {
  margin-top: 22px;
  font-size: 0.98rem;
  color: #64584e;
  padding-inline: 10px;
}

/* =========================
benefits
========================= */

.benefits {
  padding: 80px 16px;
  background: #ffffff;
}

.benefits__inner {
  width: min(100%, 920px);
  margin-inline: auto;
}

.benefits__heading {
  text-align: center;
}

.benefits__eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: #9d8660;
}

.benefits__title {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(38px, 5vw, 42px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #8a6b3d;
}

.benefits__line {
  display: block;

  width: 56px;
  height: 1px;

  margin: 24px auto 0;

  background: #c9aa73;
}

.benefits__lead {
  margin-top: 28px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 2.1;
  letter-spacing: 0.08em;
  color: #8f7a5c;
}

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 18px;

  margin-top: 48px;
}

.benefit-ticket {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  background: #f8f6f1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.benefit-ticket__label {
  flex-shrink: 0;
  width: 110px;
  padding: 28px 12px;
  background: linear-gradient(135deg, #d8b15b 0%, #e9c977 48%, #d1a94b 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefit-ticket__label-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.16em;
  text-align: center;
  color: #ffffff;
}

.benefit-ticket__icon {
  margin-top: 18px;
  font-size: 22px;
  color: #ffffff;
}

.benefit-ticket__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 22px;
}

.benefit-ticket__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #7c6647;
}

.benefit-ticket__main {
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.2;
  color: #a0782a;
}

.benefit-ticket__vdsp {
  font-size: clamp(1.2rem, 5vw, 3rem);
  letter-spacing: -0.03em;
}

.vdsp{
  margin-bottom: 20px;
}

.benefit_com{
  font-size: clamp(0.66rem, 2vw, 1rem);
  margin-top: 20px;;
}

.benefit-ticket__bd{
  font-size: clamp(1.2rem, 5vw, 3rem);
}

.benefit-ticket__number {
  font-size: 74px;
  letter-spacing: -0.03em;
}

.benefit-ticket__percent {
  margin-left: 2px;
  font-size: 36px;
}

.benefit-ticket__main--jp {
  font-family: "Noto Serif JP", serif;
  font-size: 58px;
  letter-spacing: 0.08em;
}

.benefit-ticket__desc {
  margin-top: 10px;

  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.7;
  color: #8b6e43;
}

/* tablet */

@media screen and (min-width: 768px) {
  .benefits {
    padding: 120px 24px;
  }

  .benefits__list {
    margin-top: 64px;
    gap: 24px;
  }

  .benefit-ticket {
    min-height: 210px;
  }

  .benefit-ticket__label {
    width: 190px;
    padding: 40px 20px;
  }

  .benefit-ticket__label-text {
    font-size: 24px;
  }

  .benefit-ticket__icon {
    margin-top: 26px;
    font-size: 34px;
  }

  .benefit-ticket__content {
    padding: 40px 60px;
  }

  .benefit-ticket__sub {
    font-size: 28px;
  }

  .benefit-ticket__number {
    font-size: 104px;
  }

  .benefit-ticket__percent {
    font-size: 48px;
  }

  .benefit-ticket__main--jp {
    font-size: 69px;
  }

  .benefit-ticket__desc {
    margin-top: 14px;
    font-size: 34px;
  }
}
   
/* MOBILE */

@media (max-width: 767px) {
  .ticket {
    min-height: 180px;
  }

  .ticket__content {
    padding: 24px 24px 24px 30px;
  }

  .ticket__offer {
    font-size: 18px;
  }

  .ticket__icon {
    margin-top: 18px;

    font-size: 20px;
  }

  .ticket__caption {
    line-height: 1.5;
  }
}

/* =========================
feature
========================= */

.feature {
  padding: 80px 16px;
}

.feature__bg {
  background-color: #fff;
}

.feature__inner {
  width: min(100%, 950px);
  margin-inline: auto;
}

.feature__img {
  margin: 48px auto 38px;
}

.feature__read {
  font-size: clamp(0.98rem, 4vw, 1rem);
  color: #64584e;
  padding-inline: 10px;
  max-width: 700px;
  margin: 0 auto;
}

/* =========================
cta-btn
========================= */

.cta-links {
  padding: 80px 20px;
  background: #fff;
}

.cta-links__inner {
  max-width: 680px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 20px 0;
  border: 1px solid #d9d1c4;
  border-radius: 999px;
  background: transparent;
  color: #8f8578;
  text-decoration: none;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    color 0.3s,
    opacity 0.3s;
}

.cta-btn--primary {
  background: #b89547;
  border-color: #b89547;
  color: #fff;
}

.cta-btn__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.cta-btn__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background: currentColor;
}

.cta-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.cta-btn:hover {
  opacity: 0.85;
}

/* sp */

@media screen and (max-width: 767px) {
  .cta-links {
    padding: 60px 16px;
  }

  .cta-links__inner {
    gap: 20px;
    padding-inline: 10px;;
  }

  .cta-btn {
    min-height: 60px;
    padding: 10px 0;
  }

  .cta-btn__text {
    font-size: 1rem;
  }

  .cta-btn__arrow {
    right: 24px;
    width: 14px;
  }

  .cta-btn__arrow::after {
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width: 768px) {
  .recommend__inner {
    max-width: 1000px;
  }

  .point {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .point:nth-child(even) .point__image {
    order: 2;
  }

  .footer__menu {
    max-width: 1000px;
    margin: 0 auto;
  }

  .footer__insta {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
