:root {
  --color-text: #372b21;
  --color-muted: #6a5f53;
  --color-green: #9a9d10;
  --color-green-dark: #6f7f56;
  --color-blue: #7895a0;
  --color-cream: #f6f4ec;
  --color-border: #c7b779;
  --color-footer: #78929a;
  --shadow-card: 0 20px 46px rgba(70, 58, 42, .14);
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --font-sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-text);
  background: #fff;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }

.pc-text { display: inline; }
.sp-text { display: none; }
.pc-br { display: block; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 74px;
  background: transparent;
}
.site-header__inner {
  width: fit-content;
  max-width: calc(100% - 80px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.site-header__brand {
  width: 150px;
  flex: 0 0 auto;
}
.site-header__brand img { width: 100%; }
.site-header__nav {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(82, 67, 51, .36);
}
.site-header__nav a {
  min-width: 154px;
  padding: 3px 18px;
  border-right: 1px solid rgba(82, 67, 51, .32);
  color: #3e3024;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
}
.site-header__nav a:last-child { border-right: 0; }
.site-header__nav a:hover,
.site-header__nav a:focus-visible { color: var(--color-green); opacity: .86; }
.site-header__menu { display: none; }

@media (min-width: 768px) {
  .site-header__inner {
    width: min(1120px, calc(100% - 80px));
    max-width: none;
    justify-content: center;
    gap: 0;
  }

  .site-header__brand {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .site-header__nav {
    margin: 0 auto;
  }
}

.hero {
  position: relative;
  background: #fff;
  line-height: 0;
}
.hero__picture,
.hero__image {
  display: block;
  width: 100%;
}
.hero__image {
  max-width: none;
  height: auto;
}
.hero__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(110px, 8.7vw, 210px);
  width: clamp(590px, 36.5vw, 730px);
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.8;
  transform: translateY(-50%);
}
.hero__logo {
  width: 100%;
  margin: 0 auto 8px;
}
.hero__lead {
  margin: 0 auto 24px;
  color: #49382a;
  font-size: clamp(24px, 1.58vw, 31px);
  line-height: 1.65;
  letter-spacing: .09em;
  text-align: center;
  white-space: nowrap;
}
.hero__badge {
  display: inline-block;
  min-width: 100%;
  margin: 0 auto;
  padding: 15px 40px 16px;
  color: #fff;
  background: var(--color-green);
  border-radius: 999px;
  font-size: clamp(24px, 1.5vw, 30px);
  line-height: 1.35;
  letter-spacing: .08em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(116, 111, 17, .12);
}

.section {
  position: relative;
  padding: 100px 0;
}
.section__inner {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section__inner--narrow { width: min(720px, calc(100% - 80px)); }
.section__inner--wide { width: min(1260px, calc(100% - 80px)); }
.section__inner--faq { width: min(1100px, calc(100% - 80px)); }

.brand-mark { text-align: center; }
.brand-mark img { width: 300px; margin: 0 auto 12px; }
.brand-mark p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.7;
}
.intro {
  padding-top: 92px;
  padding-bottom: 72px;
}
.intro__text {
  margin: 54px 0 0;
  color: #49382a;
  font-size: 17px;
  line-height: 2.25;
  text-align: center;
}
.intro-summary {
  margin: 38px auto 0;
  padding: 22px 26px;
  color: var(--color-muted);
  background: none;
  border: 1px solid #111;
  border-radius: 0px;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: .04em;
  text-align: left;
}
.intro-summary p { margin: 0; }
.intro-bird {
  width: min(160px, 24vw);
  margin: 86px auto 52px;
}
.intro-bird img { width: 100%; margin: 0 auto; }

.portal {
  padding-top: 80px;
  padding-bottom: 106px;
  background: #fff;
}
.section-title {
  margin: 0;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: .13em;
  line-height: 1.65;
  text-align: center;
}
.section-title--leaf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.section-title--leaf::before,
.section-title--leaf::after {
  content: "";
  width: 78px;
  height: 68px;
  background: url("../image/nagominomori-leaf.webp") center / contain no-repeat;
  opacity: .9;
  flex: 0 0 auto;
}
.section-title--leaf::after { transform: scaleX(-1); }
.section-lead {
  margin: 28px auto 0;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 2.25;
  text-align: center;
}
.portal__lead { width: min(880px, 100%); }
.portal-intro {
  width: min(980px, 100%);
  margin: 34px auto 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 2.15;
  text-align: center;
}
.portal-intro p { margin: 0; }

.portal-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
  margin-top: 70px;
}
.portal-card {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  border-radius: 10px;
  background: #7a8a68;
  box-shadow: var(--shadow-card);
  transition: transform .24s ease, box-shadow .24s ease;
}
.portal-card:hover,
.portal-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(70, 58, 42, .2);
  outline: none;
}
.portal-card img {
  width: 100%;
  height: 100%;
  min-height: 184px;
  object-fit: cover;
  transition: transform .45s ease;
}
.portal-card:hover img,
.portal-card:focus-visible img { transform: scale(1.035); }
.portal-card__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
  color: #fff;
  background: none;
}
.portal-card__body--blue {
  background: none;
}
.portal-card__title {
  display: block;
  font-size: 24px;
  line-height: 1.48;
  letter-spacing: .11em;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .14);
}
.portal-card__en {
  display: block;
  margin-top: 8px;
  color: #e4d674;
  font-size: 16px;
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1;
}
.portal-card__arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 20px;
  color: var(--color-green-dark);
  background: #fff;
  border-radius: 50%;
  font-family: var(--font-sans);
  font-size: 27px;
  line-height: 1;
}

/* ===== ★要差し替え[A] モデルハウス：Coming Soon（リンク停止・トーンダウン） =====
   モデルハウスページ公開時は、このブロック（.portal-card--soon / .portal-card__soon /
   .portal-card__soon-note）と、SP用メディアクエリ内の同名セレクタを削除してください。
   併せて index.html の ★要差し替え[4] のカードを通常リンクに戻すこと。
   ※ index.html <head> の Great Vibes（筆記体）読み込みも不要になります。 */
.portal-card--soon {
  cursor: default;
  pointer-events: none;
  box-shadow: 0 12px 30px rgba(70, 58, 42, .08);
}
/* 画像をトーンダウン＋白ベールで「薄く」見せる */
.portal-card--soon img {
  filter: grayscale(30%);
  transform: none;
}
.portal-card--soon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .42);
  pointer-events: none;
}
.portal-card--soon:hover,
.portal-card--soon:focus-visible {
  transform: none;
  box-shadow: 0 12px 30px rgba(70, 58, 42, .08);
}
.portal-card--soon:hover img { transform: none; }
.portal-card--soon .portal-card__body {
  z-index: 1;              /* 白ベールより前面に表示 */
  opacity: .92;
}
.portal-card--soon .portal-card__title {
  font-size: 21px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}
/* 筆記体のComing Soon */
.portal-card__soon {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-family: "Great Vibes", "Snell Roundhand", "Apple Chancery", "Segoe Script", cursive;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .26);
}
.portal-card__soon-note {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .18em;
  line-height: 1;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .22);
}

.portal__note {
  width: min(1280px, calc(100vw - 80px));
  margin: 52px auto 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 2.1;
  text-align: center;
  white-space: nowrap;
}
.portal__more {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 48px auto 0;
  color: #4b4329;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
.portal__more::before,
.portal__more::after {
  content: "";
  height: 1px;
  background: var(--color-border);
}

.area {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--color-cream);
  overflow: hidden;
}
.area__bird {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.area__bird--right { right: 6.6vw; top: 300px; width: 190px; }
.area__bird--left { left: 6vw; bottom: 140px; width: 180px; }
.area__lead { width: min(940px, 100%); }
.area-map {
  width: min(1120px, 100%);
  margin: 56px auto 0;
}
.area-map figcaption {
  margin: 0 0 14px;
  color: #3d3325;
  font-size: 22px;
  letter-spacing: .12em;
  text-align: center;
}
.area-map img { width: 100%; margin: 0 auto; }

.faq {
  padding-top: 112px;
  padding-bottom: 130px;
  background: #fff;
}
.faq__lead { width: min(850px, 100%); }
.accordion { margin-top: 58px; }
.accordion__item {
  border: 1px solid #2e2924;
  background: #fff;
}
.accordion__item + .accordion__item { margin-top: 18px; }
.accordion__item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 64px 12px 26px;
  cursor: pointer;
  color: #2d2520;
  font-size: 15px;
  line-height: 1.6;
  list-style: none;
}
.accordion__item summary::-webkit-details-marker { display: none; }
.accordion__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #1f1b18;
  transform: translateY(-45%);
  transition: transform .2s ease;
}
.accordion__item[open] summary::after { transform: translateY(-55%) rotate(180deg); }
.accordion__body {
  padding: 0 26px 22px;
  color: var(--color-muted);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 2;
  letter-spacing: .04em;
}
.accordion__body p { margin: 0; }

.site-footer {
  color: #fff;
  background: var(--color-footer);
  font-family: var(--font-serif);
  letter-spacing: .08em;
}

.site-footer p {
  margin: 0;
}

.site-footer__inner {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  padding: 82px 0 54px;
  text-align: center;
}

.site-footer .footer-cta__lead {
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.8;
}

.footer-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  gap: 14px;
}

.footer-cta__buttons a,
.footer-cta__buttons .is-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding: 10px 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.5;
}

/* ★要差し替え[B] フッターCTA モデルハウス：準備中（クリック不可）
   公開時はこの .is-soon ブロックと、上の共通セレクタ／SP用メディアクエリ内の
   「, .footer-cta__buttons .is-soon」の記述を削除してください。 */
.footer-cta__buttons .is-soon {
  color: rgba(255, 255, 255, .5);
  border-style: dashed;
  border-color: rgba(255, 255, 255, .32);
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.footer-contact {
  margin-top: 54px;
}

.footer-contact__label {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.8;
}

.footer-contact__tel {
  display: inline-block;
  color: #fff;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: .06em;
}

.footer-shop {
  width: min(620px, 100%);
  margin: 48px auto 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .38);
}

.footer-shop__name {
  margin: 0 0 22px;
  font-size: 19px;
  line-height: 1.8;
}

.footer-shop dl {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
}

.footer-shop dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
}

.footer-shop dt {
  color: rgba(255, 255, 255, .78);
  font-weight: 400;
}

.footer-shop dd {
  margin: 0;
}


@media (max-width: 1480px) and (min-width: 768px) {
  .site-header__inner { max-width: calc(100% - 44px); gap: 24px; }
  .site-header__brand { width: 136px; }
  .site-header__nav a { min-width: 126px; padding-inline: 12px; font-size: 12px; }
  .hero__content {
    left: clamp(78px, 7.6vw, 120px);
    width: clamp(510px, 39vw, 610px);
  }
  .hero__lead { font-size: clamp(20px, 1.55vw, 26px); }
  .hero__badge { min-width: 100%; font-size: clamp(20px, 1.5vw, 25px); }
}

@media (max-width: 980px) and (min-width: 768px) {
  .site-header__inner { gap: 18px; }
  .site-header__brand { width: 120px; }
  .site-header__nav a { min-width: 104px; padding-inline: 10px; font-size: 11px; }
  .hero__content { left: 58px; width: 435px; top: 50%; }
  .hero__lead { margin-bottom: 16px; font-size: 18px; }
  .hero__badge { min-width: 100%; padding-block: 10px 11px; font-size: 18px; }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .06em;
  }
  .pc-text { display: none; }
  .sp-text { display: inline; }
  br.pc-br { display: none; }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 56px;
    background: #fff;
  }
  .site-header__inner {
    width: 100%;
    max-width: none;
    padding: 0 14px;
    justify-content: center;
    gap: 0;
  }
  .site-header__brand { width: 132px; }
  .site-header__menu {
    position: absolute;
    top: 6px;
    right: 12px;
    display: flex;
    width: 42px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #57432f;
    cursor: pointer;
  }
  .site-header__menu span {
    width: 27px;
    height: 2px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }
  .site-header__menu em {
    margin-top: 1px;
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    letter-spacing: .04em;
  }
  .site-header__menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(38deg); }
  .site-header__menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .site-header__menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-38deg); }
  .site-header__nav {
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 14px 22px 20px;
    background: rgba(255, 255, 255, .98);
    border: 0;
    box-shadow: 0 18px 34px rgba(50, 37, 20, .12);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .site-header__nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header__nav a {
    min-width: 0;
    padding: 13px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(91, 75, 58, .18);
    font-size: 14px;
  }

  .hero { line-height: 0; overflow: visible; margin-bottom: 40px; }
  .hero__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
    text-align: center;
    line-height: 1.8;
    pointer-events: none;
  }
  .hero__logo {
    position: absolute;
    top: clamp(30px, 7vw, 46px);
    left: 50%;
    width: min(390px, 72vw);
    margin: 0;
    transform: translateX(-50%);
  }
  .hero__lead {
    position: absolute;
    top: clamp(125px, 30vw, 188px);
    left: 50%;
    width: calc(100% - 32px);
    margin: 0;
    color: #49382a;
    font-size: clamp(13px, 3.1vw, 17px);
    line-height: 1.65;
    letter-spacing: .08em;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  .hero__badge {
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: min(520px, calc(100% - 64px));
    min-width: 0;
    margin: 0;
    padding: 12px 24px 13px;
    font-size: clamp(14px, 3.65vw, 16px);
    line-height: 1.35;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .section {
    padding: 62px 0;
  }
  .section__inner,
  .section__inner--narrow,
  .section__inner--wide,
  .section__inner--faq {
    width: min(540px, calc(100% - 44px));
  }
  .intro { display: none; }
  .portal {
    padding-top: 64px;
    padding-bottom: 62px;
  }
  .section-title {
    font-size: clamp(23px, 6.2vw, 29px);
    letter-spacing: .11em;
    line-height: 1.75;
  }
  .section-title--leaf {
    gap: 10px;
  }
  .section-title--leaf::before,
  .section-title--leaf::after {
    width: 48px;
    height: 44px;
  }
  .section-title--portal {
    position: relative;
    display: block;
    padding-inline: 38px;
    font-size: clamp(20px, 5.55vw, 24px);
    letter-spacing: .10em;
  }
  .section-title--portal::before,
  .section-title--portal::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-title--portal::before { left: 0; }
  .section-title--portal::after { right: 0; transform: translateY(-50%) scaleX(-1); }
.section-title--portal .pc-text {
  display: none;
}

.section-title--portal .sp-text {
  display: inline-block;
  white-space: normal;
}
    .section-lead {
  width: 100%;
  max-width: 540px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 2.05;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
}
  .portal__lead,
  .area__lead,
  .faq__lead {
    width: 100%;
  }
  .portal-intro {
  width: 100%;
  margin: 24px auto 0;
  font-size: 13px;
  line-height: 2;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

  .portal-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
  }
  .portal-card { min-height: 154px; border-radius: 7px; }
  .portal-card img { min-height: 154px; }
  .portal-card__body { padding: 22px 24px; }
  .portal-card__title { font-size: 24px; line-height: 1.42; }
  .portal-card__en { margin-top: 8px; font-size: 14px; }
  .portal-card__arrow { width: 31px; height: 31px; margin-top: 15px; font-size: 24px; }
  /* ★要差し替え[A] SP用 Coming Soon（公開時に下3行を削除） */
  .portal-card--soon .portal-card__title { font-size: 20px; }
  .portal-card__soon { margin-top: 4px; font-size: 34px; }
  .portal-card__soon-note { margin-top: 6px; font-size: 12px; }
  .portal__note {
    width: 100%;
    margin: 22px auto 0;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    white-space: normal;
  }
  .portal__more {
    display: block;
    margin-top: 22px;
    padding: 12px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    font-size: 14px;
    line-height: 1.8;
  }
  .portal__more::before,
  .portal__more::after { display: none; }

  .area {
    padding-top: 58px;
    padding-bottom: 62px;
  }
    .section-title--area {
    gap: 0;
    font-size: clamp(20px, 5.2vw, 23px);
    letter-spacing: .08em;
  }

  .section-title--area span {
    white-space: nowrap;
  }

  .area__bird { display: none; }
  .area-map { margin-top: 24px; }
  .area-map figcaption {
    margin-bottom: 8px;
    font-size: 15px;
    text-align: center;
  }
  .area-map img {
    width: calc(100% + 18px);
    max-width: none;
    margin-left: -9px;
  }

  .section-title--area::before {
    margin-right: -8px;
  }

  .section-title--area::after {
    margin-left: -8px;
  }
  .faq {
    padding-top: 64px;
    padding-bottom: 74px;
  }
  .accordion { margin-top: 30px; }
  .accordion__item + .accordion__item { margin-top: 10px; }
  .accordion__item summary {
    min-height: 43px;
    padding: 9px 42px 9px 12px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .03em;
  }
  .accordion__item summary::after {
    right: 14px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 8px;
  }
  .accordion__body {
    padding: 0 12px 14px;
    font-size: 12px;
    line-height: 1.85;
  }


  .site-footer__inner {
    width: min(540px, calc(100% - 44px));
    padding: 58px 0 38px;
  }

  .site-footer .footer-cta__lead {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .footer-cta__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }

  /* ★要差し替え[B] 公開時は下の「, .footer-cta__buttons .is-soon」を削除 */
  .footer-cta__buttons a,
  .footer-cta__buttons .is-soon {
    min-width: 0;
    min-height: 44px;
    font-size: 14px;
  }

  .footer-contact {
    margin-top: 38px;
  }

  .footer-contact__tel {
    font-size: 28px;
  }

  .footer-shop {
    margin-top: 36px;
    padding-top: 26px;
  }

  .footer-shop__name {
    font-size: 16px;
  }

  .footer-shop dl {
    font-size: 13px;
  }

  .footer-shop dl div {
    grid-template-columns: 72px 1fr;
    gap: 10px;
  }

}


@media (max-width: 374px) {
  .hero__logo { top: 28px; width: min(330px, 72vw); }
  .hero__lead { top: 150px; font-size: 14px; }
  .hero__badge { bottom: 40px; width: calc(100% - 52px); padding-inline: 14px; font-size: 17px; }
  .section-title { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
html,
body {
  overflow-x: hidden;
}
/* ===== correction: SP header fixed position ===== */
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    height: 56px !important;
    background: #fff !important;
  }

  .site-header__nav {
    position: fixed !important;
    top: 56px !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9998 !important;
  }
}

/* ===== SEO/AIO motion enhancement: lightweight CSS-only ambience ===== */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: clamp(54px, 6vw, 104px);
  aspect-ratio: 227 / 184;
  background: url("../image/nagominomori-leaf.webp") center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.hero::before {
  right: -8vw;
  top: 26%;
  animation: heroLeafDrift 3.6s ease-out .45s 1 both;
}

.hero::after {
  right: -12vw;
  top: 39%;
  width: clamp(42px, 4.8vw, 82px);
  animation: heroLeafDrift 4.2s ease-out .78s 1 both;
}

.area__bird {
  transform-origin: 50% 60%;
  will-change: transform;
}

.area__bird--right {
  animation: birdSway 7.2s ease-in-out 1.2s infinite;
}

.area__bird--left {
  animation: birdSwayAlt 8.4s ease-in-out 2.4s infinite;
}

.motion-target {
  will-change: transform, opacity;
}

html.motion-ready .motion-target {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity .7s ease, transform .7s ease;
}

html.motion-ready .motion-target.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.motion-ready .portal-card:nth-child(2) { transition-delay: .08s; }
html.motion-ready .portal-card:nth-child(3) { transition-delay: .16s; }

@keyframes heroLeafDrift {
  0% {
    opacity: 0;
    transform: translate3d(0, -8px, 0) rotate(18deg);
  }
  14% {
    opacity: .82;
  }
  76% {
    opacity: .62;
  }
  100% {
    opacity: 0;
    transform: translate3d(-42vw, 22vw, 0) rotate(-38deg);
  }
}

@keyframes birdSway {
  0%, 48%, 100% { transform: rotate(0deg) translate3d(0, 0, 0); }
  54% { transform: rotate(3deg) translate3d(0, -2px, 0); }
  60% { transform: rotate(-2deg) translate3d(0, 1px, 0); }
  66% { transform: rotate(1.4deg) translate3d(0, -1px, 0); }
  72% { transform: rotate(0deg) translate3d(0, 0, 0); }
}

@keyframes birdSwayAlt {
  0%, 52%, 100% { transform: rotate(0deg) translate3d(0, 0, 0); }
  58% { transform: rotate(-3deg) translate3d(0, -2px, 0); }
  64% { transform: rotate(2deg) translate3d(0, 1px, 0); }
  70% { transform: rotate(-1.2deg) translate3d(0, -1px, 0); }
  76% { transform: rotate(0deg) translate3d(0, 0, 0); }
}

@media (max-width: 767px) {
  .hero::before,
  .hero::after {
    width: clamp(42px, 13vw, 66px);
  }

  .hero::before {
    right: 0;
    top: 31%;
    animation-name: heroLeafDriftSp;
  }

  .hero::after {
    right: -8vw;
    top: 42%;
    animation-name: heroLeafDriftSp;
  }
}

@keyframes heroLeafDriftSp {
  0% {
    opacity: 0;
    transform: translate3d(0, -8px, 0) rotate(18deg);
  }
  14% {
    opacity: .82;
  }
  76% {
    opacity: .62;
  }
  100% {
    opacity: 0;
    transform: translate3d(-56vw, 28vw, 0) rotate(-38deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after,
  .area__bird--right,
  .area__bird--left,
  html.motion-ready .motion-target {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero::before,
  .hero::after {
    display: none !important;
  }
}

