:root {
  --ink: #312421;
  --text: #4e403b;
  --muted: #776f68;
  --green: #6aa283;
  --green-deep: #5f967e;
  --teal: #6fa7ac;
  --cream: #f6f3e9;
  --beige: #cfc09b;
  --gold: #d7bf36;
  --line: #ded6c9;
  --footer: #6f8a92;
  --serif: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  --sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: .075em;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; vertical-align: middle; }
button { font: inherit; }
.pc-only { display: inline; }
.sp-only { display: none; }

.page { overflow: hidden; background: #fff; }
.wide { width: min(100% - 96px, 1140px); margin-inline: auto; }

/* FV */
.fv { position: relative; background: #fff; }
.menu-btn { display: none; }
.global-nav { display: none; }
.fv-main {
  position: relative;
  width: 100%;
  height: calc(100vw * 862 / 1618);
  background-image: url('../assets/image/sasai14-hero.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.fv-band {
  position: relative;
  z-index: 4;
  margin-top: -320px;
  background: #f8f6ef;
  border-top: 1px solid rgba(255,255,255,.85);
}
.ouchi-logo {
  position: absolute;
  z-index: 5;
  top: 22px;
  left: max(24px, calc((100vw - 1560px) / 2 + 20px));
  display: block;
  width: 150px;
}

.ouchi-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.fv-copy {
  position: absolute;
  z-index: 6;
  left: max(24px, calc((100vw - 1560px) / 2 + 20px));
  top: 250px;
  width: 520px;
  color: #2f2a26;
  transform: scale(1.55);
  transform-origin: left top;
}
.fv-company {
  margin: 0 0 26px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .14em;
}
.fv-logo { margin: 0 0 30px; width: 330px; }
.fv-logo img { display: block; width: 100%; }
.fv-type {
  display: block;
  margin: 0 0 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #3f3732;
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .055em;
  white-space: nowrap;
}

.fv-type::after {
  content: "";
  display: block;
  width: 460px;
  height: 1px;
  margin: 16px 0 14px;
  background: #cbb84d;
  box-shadow: 0 1px 2px rgba(255,255,255,.9), 0 -1px 2px rgba(255,255,255,.75);
}
.fv-lead {
  margin: 0;
  color: #3f3732;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: .14em;
  text-shadow: 0 1px 3px rgba(255,255,255,.9);
}
.fv-badge {
  display: none;
  position: absolute;
  left: 12px;
  top: 250px;
  width: 245px;
  height: 245px;
  margin: 0;
  padding: 0;
  border-radius: 0%;
  background: url('../assets/image/FV_fukidashi.webp') center/contain no-repeat;
  color: #fff;
  text-align: center;
  font-family: var(--serif);
  letter-spacing: .075em;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  transform: scale(.70);
  transform-origin: left top;
}
/* テキスト（狭山市笹井＋大型プロジェクト進行中！）を円の水平センターラインに配置 */
.fv-badge__lines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.fv-badge span { display: block; font-size: 22px; }
.fv-badge__lines > span::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin: 11px auto 12px;
  background: rgba(255,255,255,.7);
}
.fv-badge strong { display: block; font-size: 24px; font-weight: 400; white-space: nowrap; }
.fv-badge em { display: block; font-size: 22px; font-style: normal; }
/* 葉っぱアイコン：大きくして円の下寄りに配置 */
.fv-badge::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 56px;
  height: 50px;
  transform: translateX(-50%);
  background: url('../assets/image/kusa.webp') center/contain no-repeat;
}
.fv-band {
  background: #f8f6ef;
  border-top: 1px solid rgba(255,255,255,.85);
}
.fv-band__inner {
  width: min(100% - 120px, 1180px);
  min-height: 150px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.16fr;
  align-items: center;
  gap: 72px;
}

.fv-band__item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 36px;
  align-items: center;
}

.fv-band__item + .fv-band__item {
  position: relative;
  border-left: none;
  padding-left: 72px;
}

.fv-band__item + .fv-band__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 1px;
  height: 96px;
  background-image: linear-gradient(to bottom, #5fa8a8 48%, rgba(255,255,255,0) 0%);
  background-size: 1px 12px;
  background-repeat: repeat-y;
}

.fv-band__item img {
  width: 86px;
}

.fv-band__item p {
  margin: 0;
  line-height: 1.42;
  white-space: nowrap;
}

.fv-band__item small {
  display: block;
  color: #312421;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: .08em;
}

.fv-band__item strong {
  display: block;
  color: #312421;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .055em;
}

.fv-band__item strong span {
  color: #5fa8a8;
}

/* Common */
.section { padding-top: 222px; }
.section-head {
  width: min(100% - 120px, 1200px);
  margin: 0 auto 100px;
  text-align: center;
}
.section-mark {
  position: relative;
  width: 150px;
  height: 110px;
  margin: 0 auto 18px;
}
.section-mark img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 102px;
  transform: translate(-50%, -50%);
}
.section-mark span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -18%);
  display: block;
  width: 275px;
  color: #6f8f75;
  font-family: Georgia, var(--serif);
  font-size: 30px;
  font-style: italic;
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
  white-space: nowrap;
}
.section-head h2 {
  margin: 0 0 30px;
  color: #342622;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .17em;
}
.section-lead {
  margin: 0;
  color: #6b625d;
  font-size: 18px;
  line-height: 2.05;
  letter-spacing: .09em;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 295px;
  height: 52px;
  padding: 0 40px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: .11em;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.btn::after { content: "＞"; margin-left: 20px; font-size: 15px; }
.btn--small { min-width: 262px; height: 45px; font-size: 15px; }


/* SEO / AIO support */
.ai-summary {
  margin-top: 110px;
  padding: 36px 42px;
  border: 1px solid #ded6c9;
  background: #fbfaf5;
  color: #4e403b;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .06em;
}
.ai-summary p { margin: 0; }
.ai-summary strong {
  font-weight: 400;
  color: #312421;
}
.seo-info { padding-top: 210px; }
.seo-info__head { margin-bottom: 68px; }
.seo-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.seo-info__card {
  padding: 46px 50px 48px;
  border: 1px solid #ded6c9;
  background: #fbfaf5;
}
.seo-info__summary {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #ded6c9;
  color: #4e403b;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .06em;
}
.seo-info__summary strong {
  font-weight: 400;
  color: #312421;
}
.seo-info__card h3 {
  margin: 0 0 24px;
  color: #342622;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .12em;
}
.seo-info__card ul {
  margin: 0;
  padding-left: 1.35em;
  color: #4e403b;
  font-size: 17px;
  line-height: 2;
  letter-spacing: .06em;
}
.seo-info__card li + li { margin-top: 8px; }

.seo-info__grid--single {
  grid-template-columns: 1fr;
  max-width: 1040px;
}
.seo-info--overview { padding-top: 180px; }
.seo-info--check { padding-top: 210px; }
.seo-info__grid--single .seo-info__card {
  padding-left: 58px;
  padding-right: 58px;
}


.point-panel {
  position: relative;
  overflow: hidden;
  padding: 52px 58px 56px;
  background: linear-gradient(180deg, #fbfaf5 0%, #f8f6ef 100%);
}
.point-panel::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 28px;
  width: 92px;
  height: 68px;
  background: url('../assets/image/kusa.webp') center/contain no-repeat;
  opacity: .12;
  pointer-events: none;
}
.point-panel__lead {
  position: relative;
  max-width: 910px;
  margin: 0 auto 36px;
  padding: 0 0 32px;
  text-align: left;
}
.point-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.point-card {
  position: relative;
  min-height: 214px;
  padding: 30px 22px 26px;
  border: 1px solid #ded6c9;
  background: rgba(255,255,255,.68);
  text-align: left;
}
.point-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 28px;
  height: 20px;
  background: url('../assets/image/kusa.webp') center/contain no-repeat;
  opacity: .36;
}
.point-card__label {
  display: block;
  margin: 0 0 18px;
  padding-left: 38px;
  color: #5fa8a8;
  font-family: Georgia, var(--serif);
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  letter-spacing: .12em;
}
.point-card h3 {
  margin: 0 0 15px;
  color: #342622;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: .1em;
}
.point-card p {
  margin: 0;
  color: #5c524d;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: .055em;
}

.copy-justify,
.point-panel__lead,
.land-desc,
.seo-info--check .section-lead,
.check-card figcaption,
.plan-desc,
.plan-note,
.info-lead,
.faq-lead,
.contact p,
.feature p {
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 36px;
  max-width: 1180px;
}
.check-card {
  margin: 0;
  padding: 0 0 22px;
  border: 1px solid #ded6c9;
  background: #fbfaf5;
}
.check-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.check-card figcaption {
  margin: 0;
  padding: 22px 24px 0;
  color: #4e403b;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .055em;
}

/* Land */
.land { padding-top: 232px; }
.land-grid {
  display: grid;
  grid-template-columns: 569px auto;
  gap: 30px;
  align-items: center;
}
.land-grid.wide {
  width: min(100% - 96px, 1380px);
}
.land-copy { padding-top: 5px; }
.land-copy h3 {
  width: 525px;
  margin: 0 0 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid #82b4ae;
  color: #372824;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: .13em;
}
.land-desc {
  width: 525px;
  margin: 0 0 52px;
  font-size: 19px;
  line-height: 2.05;
  letter-spacing: .08em;
}
.land-icons {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 562px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.land-icons li {
  position: relative;
  text-align: center;
  color: #5c5c58;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .04em;
}
.land-icons li + li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 20px;
  width: 1px;
  height: 90px;
  background-image: linear-gradient(to bottom, #b8d2ce 45%, rgba(255,255,255,0) 0%);
  background-size: 1px 11px;
  background-repeat: repeat-y;
}
.land-icons img { display: block; width: 75px; height: auto; margin: 0 auto 15px; border-radius: 0; }
.land-map { text-align: center; }
.land-map picture, .land-map img { display: block; }
.land-map img { width: 750px; max-width: none; margin: 0 auto; }
.legend {
  display: flex;
  justify-content: flex-start;
  gap: 35px;
  margin: 0 0 40px;
  color: #6b6b66;
  font-size: 15px;
  letter-spacing: .05em;
}
.legend span { display: inline-flex; align-items: center; gap: 10px; }
.legend img { width: 20px; height: 20px; }

/* Plan */
.plan-sec { padding-top: 248px; }
.section-head--plan { margin-bottom: 78px; }
.plan-block {
  display: grid;
  grid-template-columns: 538px 1fr;
  gap: 130px;
  align-items: center;
}
.plan-text {
  color: #4a3c37;
  font-size: 19px;
  line-height: 1.9;
  letter-spacing: .075em;
}
.plan-sub { margin: 0 0 4px; color: #554c47; }
.plan-text h3 {
  margin: 0 0 30px;
  color: #342622;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: .13em;
}
.plan-desc { margin: 0 0 29px; }
.tags {
  margin: 0 0 29px;
  color: #8a8b15;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .035em;
  white-space: nowrap;
}
.spec { margin: 0 0 22px; font-size: 16px; line-height: 1.75; }
.spec div { display: flex; gap: 5px; }
.spec dt { width: 145px; font-weight: 400; }
.spec dt::after { content: "／"; }
.spec dd { margin: 0; }
.layout-name {
  display: block;
  width: 100%;
  margin: 20px 0 20px;
  padding: 0 0 10px;
  border-bottom: 2px solid #2e2724;
  color: #30231f;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: .035em;
}
.plan-visual {
  position: relative;
  background: var(--beige);
}
.plan-visual--hiraya {
  justify-self: end;
  width: 650px;
  height: 312px;
  clip-path: polygon(0 0,100% 0,100% 74%,86% 100%,0 100%);
}
.plan-visuals {
  display: grid;
  grid-template-columns: 450px 312px;
  gap: 45px;
  justify-content: end;
  align-items: center;
}
.plan-visual--house {
  width: 450px;
  height: 315px;
  clip-path: polygon(18% 0,100% 0,100% 100%,0 100%,0 19%);
}
.plan-visual--house::before {
  content: "";
  position: absolute;
  left: 17%; right: 12%; top: 36%; height: 48%;
  background: var(--gold);
}
.plan-visual--sub { width: 312px; height: 202px; background: var(--gold); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  margin-top: 110px;
}
.feature {
  position: relative;
  color: #4c403b;
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: .06em;
}
.feature-image { height: 152px; margin-bottom: 29px; background: var(--beige); }
.feature-leaf {
  position: absolute;
  left: 50%;
  top: -28px;
  width: 40px;
  height: 42px;
  transform: translateX(-50%);
  background: url('../assets/image/happa.webp') center/contain no-repeat;
  z-index: 2;
}
.feature h4 {
  margin: 0 0 11px;
  color: #312421;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .04em;
}
.feature p { margin: 0; }
.plan-note {
  margin-top: 65px;
  color: #6c625d;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: .045em;
}
.section-cta { margin-top: 100px; text-align: center; }

/* Info */
.info { padding-top: 272px; }
.info .section-head { margin-bottom: 88px; }
.info .section-lead { max-width: 1300px; margin-inline: auto; }
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  max-width: 1400px;
}
.info-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 9px;
  aspect-ratio: 798 / 532;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.07);
}
.info-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.info-text {
  position: absolute;
  left: 65px;
  top: 65px;
  display: block;
  font-family: var(--serif);
  line-height: 1.55;
  letter-spacing: .12em;
}
.info-text strong { display: block; font-size: 39px; font-weight: 400; }
.info-text em { display: block; color: #fff; font-size: 26px; font-style: normal; }
.info-text i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-top: 65px;
  border-radius: 50%;
  background: #fff;
  color: #2b2b2b;
  font-size: 34px;
  font-family: var(--sans);
  font-style: normal;
  line-height: 1;
}
.info-text .info-en {
  display: block;
  margin-top: 6px;
  color: #d7dd64;
  font-family: Georgia, var(--serif);
  font-style: italic;
  font-size: 23px;
  letter-spacing: .04em;
}

/* FAQ */
.faq { padding-top: 218px; padding-bottom: 132px; }
.faq .section-head { margin-bottom: 78px; }
.faq-list { max-width: 1162px; }
.faq-list details {
  margin-bottom: 18px;
  border: 1px solid #2e2927;
  background: #fff;
}
.faq-list summary {
  position: relative;
  display: block;
  min-height: 52px;
  padding: 15px 78px 14px 30px;
  color: #312421;
  cursor: pointer;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: .07em;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "▼";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
  font-size: 18px;
  line-height: 1;
}
.faq-list details[open] summary::after { content: "▲"; }
.faq-list p {
  margin: 0;
  padding: 0 30px 28px;
  color: #4e403b;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .03em;
}
.contact {
  display: block;
  padding: 140px 0 130px;
  background: #fbfaf5;
  text-align: center;
}
.contact__inner {
  max-width: 980px;
}
.contact h2 {
  margin: 0 0 22px;
  color: #342622;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .14em;
}
.contact p {
  margin: 0 auto 42px;
  max-width: 860px;
  color: #4e403b;
  font-size: 17px;
  line-height: 2;
  letter-spacing: .06em;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 394px;
  background: var(--footer);
  color: #fff;
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: .12em;
}
.footer p { margin: 0; }

@media (max-width: 767px) {
  body { font-size: 14px; line-height: 1.85; letter-spacing: .045em; }
  .pc-only { display: none; }
  .sp-only { display: inline; }
  .wide, .section-head { width: min(100% - 44px, 520px); }

  .global-nav {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    padding-top: 86px;
    background: rgba(255,255,255,.94);
    transform: translateX(100%);
    transition: transform .25s ease;
  }
  .global-nav.is-open { transform: translateX(0); }
  .global-nav a {
    display: block;
    padding: 16px 24px;
    border-top: 1px solid var(--line);
    color: #302521;
    text-align: center;
    font-size: 14px;
  }
	.ouchi-logo {
  top: 10px;
  left: 18px;
  width: 108px;
}
  .menu-btn {
    position: fixed;
    right: 13px;
    top: 10px;
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 48px;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.86);
    color: #28211f;
  }
  .menu-btn span { display: block; width: 28px; height: 1px; margin: 4px 0; background: #28211f; }
  .menu-btn em { margin-top: 3px; font-size: 9px; font-style: normal; line-height: 1; letter-spacing: .08em; }

  .fv-main {
    height: 405px;
    min-height: 405px;
    background-size: auto 100%;
    background-position: 69% top;
  }
  .fv-copy {
  left: 50%;
  top: 48px;
  width: min(100% - 44px, 340px);
  transform: translateX(-50%);
  text-align: center;
}
  .fv-company { margin: 0 0 10px; font-size: 9px; }
  .fv-logo { width: 154px; margin: 0 auto 12px; }
  .fv-type {
  margin: 0 auto 8px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: .055em;
}
  .fv-lead { font-size: 10px; letter-spacing: .12em; }
  .fv-badge {
    left: 50%;
    top: 200px;
    width: 105px;
    height: 105px;
    padding: 0;
    transform: translateX(-50%);
    font-size: 9px;
  }
  .fv-badge span { font-size: 9px; }
  .fv-badge span::after { width: 48px; margin: 5px auto 5px; }
  .fv-badge strong, .fv-badge em { font-size: 11px; }
  .fv-badge::after { width: 22px; height: 20px; bottom: 12px; }

  .fv-band__inner {
    width: min(100% - 36px, 420px);
    min-height: 100px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .fv-band__item { grid-template-columns: 34px 1fr; gap: 8px; }
  .fv-band__item + .fv-band__item { padding-left: 12px; }
  .fv-band__item img { width: 34px; }
  .fv-band__item small { font-size: 9px; line-height: 1.45; }
  .fv-band__item strong { font-size: 13px; line-height: 1.45; color: #333; }
  .fv-band__item strong::first-letter { color: inherit; }
  .fv-band__item:first-child strong { color: var(--teal); }
  .fv-band__item:last-child strong { color: #333; }
  .fv-band__item:last-child strong::before { content: "自由設計"; color: var(--teal); }
  .fv-band__item:last-child strong { font-size: 0; }
  .fv-band__item:last-child strong::after { content: "で建てる注文住宅"; color: #333; font-size: 13px; }

  .section { padding-top: 76px; }
  .section-head { margin-bottom: 32px; }
  .section-mark { width: 86px; height: 60px; margin-bottom: 9px; }
  .section-mark img { width: 56px; }
  .section-mark span { width: 170px; font-size: 10px; transform: translate(-50%, -14%); }
  .section-head h2 { margin-bottom: 11px; font-size: 22px; line-height: 1.55; letter-spacing: .13em; }
  .section-lead { font-size: 13px; line-height: 1.9; letter-spacing: .055em; }

  .land { padding-top: 82px; }
  .land .section-head { margin-bottom: 26px; }
  .land-lead {
    color: #332722;
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
  }
  .land-lead::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 18px auto 20px;
    background-image: linear-gradient(to right, #91c3bd 45%, rgba(255,255,255,0) 0%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
  }
  .land-grid { display: flex; flex-direction: column; gap: 24px; }
  .land-copy { display: contents; }
  .land-copy h3 { display: none; }
  .land-desc {
    order: 1;
    width: auto;
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }
  .land-icons {
    order: 3;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
    width: 100%;
    margin: 0;
  }
  .land-icons li { font-size: 12px; line-height: 1.55; }
  .land-icons li + li::before { display: none; }
  .land-icons img { width: 58px; margin-bottom: 8px; }
  .btn--small { order: 4; margin: 4px auto 0; min-width: 190px; height: 32px; font-size: 11px; }
  .land-map { order: 2; width: 100%; }
  .legend { margin-bottom: 10px; gap: 18px; font-size: 11px; }
  .legend img { width: 14px; height: 14px; }
  .land-map img { width: min(100%, 410px); }

  .plan-sec { padding-top: 84px; }
  .section-head--plan { margin-bottom: 28px; }
  .plan-lead {
    color: #332722;
    font-size: 17px;
    line-height: 1.85;
    text-align: center;
  }
  .plan-block {
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: stretch;
  }
  .plan-text { font-size: 13px; line-height: 1.85; text-align: left; }
  .plan-sub { margin-bottom: 0; }
  .plan-text h3 { margin-bottom: 13px; font-size: 20px; line-height: 1.65; }
  .plan-desc { margin-bottom: 14px; }
  .tags { margin-bottom: 13px; font-size: 11px; line-height: 1.8; white-space: normal; }
  .spec { margin-bottom: 13px; font-size: 11px; line-height: 1.65; }
  .spec dt { width: 94px; }
  .layout-name { margin-top: 4px; font-size: 20px; padding-bottom: 5px; }
  .plan-visual--hiraya {
    width: 100%;
    height: 168px;
    clip-path: polygon(0 0,100% 0,100% 74%,84% 100%,0 100%);
  }
  .plan-visuals { display: block; }
  .plan-visual--house { width: 88%; height: 170px; margin: 0 auto 18px; }
  .plan-visual--sub { width: 70%; height: 88px; margin: 0 auto; }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 18px;
    margin-top: 42px;
  }
  .feature { font-size: 11px; line-height: 1.75; }
  .feature-image { height: 72px; margin-bottom: 14px; }
  .feature-leaf { top: -17px; width: 24px; height: 25px; }
  .feature h4 { margin-bottom: 5px; font-size: 12px; }
  .plan-note { margin-top: 30px; font-size: 9px; line-height: 1.75; }
  .section-cta { margin-top: 38px; }
  .btn { min-width: 190px; height: 32px; font-size: 11px; padding: 0 22px; }

  .info { padding-top: 88px; }
  .info .section-head { margin-bottom: 30px; }
  .info-lead { text-align: left; }
  .info-grid { grid-template-columns: 1fr; gap: 14px; max-width: 344px; }
  .info-card { aspect-ratio: 798 / 532; border-radius: 5px; }
  .info-text { left: 28px; top: 29px; line-height: 1.45; }
  .info-text strong { font-size: 39px; }
  .info-text em { font-size: 14px; }
  .info-text i { width: 58px; height: 58px; margin-top: 16px; }
  .info-text i::before { font-size: 34px; }

  .faq { padding-top: 82px; padding-bottom: 58px; }
  .faq .section-head { margin-bottom: 30px; }
  .faq-lead { text-align: left; }
  .faq-list { width: min(100% - 44px, 520px); }
  .faq-list details { margin-bottom: 8px; }
  .faq-list summary { min-height: 34px; padding: 8px 36px 8px 12px; font-size: 11px; line-height: 1.55; }
  .faq-list summary::after { right: 12px; font-size: 10px; }
  .faq-list p { padding: 0 12px 14px; font-size: 11px; line-height: 1.75; }

  .ai-summary {
    margin-top: 56px;
    padding: 22px 20px;
    font-size: 13px;
    line-height: 1.9;
  }
  .seo-info { padding-top: 84px; }
  .seo-info__head { margin-bottom: 30px; }
  .seo-info__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .seo-info__card {
    padding: 24px 20px 26px;
  }
  .seo-info__summary {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 1.9;
  }
  .seo-info__card h3 {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.6;
  }
  .seo-info__card ul {
    font-size: 12px;
    line-height: 1.85;
  }
  .seo-info__grid--single {
    max-width: 520px;
  }
  .seo-info--overview,
  .seo-info--check {
    padding-top: 84px;
  }
  .seo-info__grid--single .seo-info__card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .point-panel {
    padding: 28px 20px 30px;
  }
  .point-panel::before {
    right: 16px;
    top: 16px;
    width: 56px;
    height: 42px;
  }
  .point-panel__lead {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
  .point-cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .point-card {
    min-height: 164px;
    padding: 20px 14px 18px;
  }
  .point-card::before {
    left: 14px;
    top: 15px;
    width: 22px;
    height: 16px;
  }
  .point-card__label {
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 12px;
  }
  .point-card h3 {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .075em;
  }
  .point-card p {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: .035em;
  }

  .contact {
    padding: 58px 0 56px;
  }
  .contact h2 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.55;
  }
  .contact p {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.9;
  }

  .footer { min-height: 120px; font-size: 12px; }
}

/* SP final-form refinements: isolated from PC layout */
@media (max-width: 767px) {
  body {
    background: #fff;
    color: var(--text);
  }
  .wide,
  .section-head {
    width: min(100% - 30px, 390px);
  }

  /* FV */
  .ouchi-logo {
    top: 14px;
    left: 16px;
    width: 104px;
  }
  .menu-btn {
    top: 10px;
    right: 12px;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,.78);
  }
  .menu-btn span {
    width: 26px;
    height: 2px;
    margin: 3px 0;
    background: #5b3f2f;
  }
  .menu-btn em {
    margin-top: 2px;
    color: #5b3f2f;
    font-size: 10px;
    letter-spacing: .04em;
  }
  .fv-main {
    height: 594px;
    min-height: 594px;
    background-image: url('../assets/image/sasai14-hero-sp.webp');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .fv-copy {
    left: 50%;
    top: 374px;
    z-index: 5;
    width: 100%;
    max-width: 360px;
    transform: translateX(-50%);
    transform-origin: center top;
    text-align: center;
  }
  .fv-logo {
    width: 286px;
    margin: 0 auto 24px;
  }
  .fv-type {
    display: block;
    margin: 0 auto;
    padding: 0;
    color: #332621;
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: .04em;
    white-space: nowrap;
    text-shadow: none;
  }
  .fv-type::after {
    width: 184px;
    height: 1px;
    margin: 14px auto 13px;
    background: #cbb84d;
    box-shadow: none;
  }
  .fv-lead {
    margin: 0;
    color: #332621;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .075em;
    text-shadow: none;
  }
  .fv-badge {
    display: none;
  }
  .fv-band {
    margin-top: 0;
    background: #f7f5ed;
    border: 0;
  }
  .fv-band__inner {
    width: min(100% - 32px, 360px);
    min-height: 184px;
    padding: 25px 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fv-band__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
  }
  .fv-band__item + .fv-band__item {
    border-left: 0;
    padding-left: 0;
  }
  .fv-band__item + .fv-band__item::before {
    display: none;
  }
  .fv-band__item img {
    width: 48px;
  }
  .fv-band__item p {
    margin: 0;
    text-align: left;
    line-height: 1.32;
    white-space: nowrap;
  }
  .fv-band__item small {
    display: block;
    color: #4c403b;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: .08em;
  }
  .fv-band__item strong,
  .fv-band__item:first-child strong,
  .fv-band__item:last-child strong {
    display: block;
    color: #312421;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: .035em;
  }
  .fv-band__item strong span {
    color: #5fa8a8;
  }
  .fv-band__item:last-child strong::before,
  .fv-band__item:last-child strong::after {
    content: none;
  }

  /* Section headings */
  .section {
    padding-top: 90px;
  }
  .section-head {
    margin-bottom: 36px;
  }
  .section-mark {
    width: 92px;
    height: 66px;
    margin-bottom: 10px;
  }
  .section-mark img {
    width: 62px;
  }
  .section-mark span {
    width: 180px;
    color: #5d805f;
    font-size: 12px;
    transform: translate(-50%, -8%);
  }
  .section-head h2 {
    margin-bottom: 20px;
    color: #2f2320;
    font-size: 23px;
    line-height: 1.65;
    letter-spacing: .13em;
  }
  .section-lead {
    color: #4e403b;
    font-size: 15px;
    line-height: 2;
    letter-spacing: .055em;
  }

  /* Added SEO/AIO point block: compact and tonal */
  .seo-info--overview {
    padding-top: 72px;
  }
  .seo-info--overview .seo-info__head {
    margin-bottom: 24px;
  }
  .seo-info--overview .section-head h2 {
    font-size: 20px;
    line-height: 1.65;
  }
  .seo-info__grid--single {
    max-width: 390px;
  }
  .seo-info__card,
  .seo-info__grid--single .seo-info__card {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .point-panel {
    padding: 24px 18px 25px;
    border: 1px solid #ded6c9;
    background: #fbfaf5;
  }
  .point-panel::before {
    right: 12px;
    top: 12px;
    width: 46px;
    height: 36px;
    opacity: .11;
  }
  .point-panel__lead,
  .seo-info__summary {
    margin: 0 0 20px;
    padding: 0 0 18px;
    border-bottom: 1px solid #ded6c9;
    color: #4e403b;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: .045em;
    text-align: left;
  }
  .point-cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .point-card {
    min-height: auto;
    padding: 18px 12px 15px;
    background: rgba(255,255,255,.72);
  }
  .point-card::before {
    left: 12px;
    top: 14px;
    width: 20px;
    height: 15px;
    opacity: .3;
  }
  .point-card__label {
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 12px;
  }
  .point-card h3 {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .055em;
  }
  .point-card p {
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: .02em;
  }

  /* Landplan */
  .land {
    padding-top: 94px;
  }
  .land .section-head {
    margin-bottom: 28px;
  }
  .land-lead {
    color: #2f2320;
    font-size: 17px;
    line-height: 2;
    letter-spacing: .08em;
  }
  .land-lead::after {
    width: 100%;
    margin: 20px auto 22px;
    background-image: linear-gradient(to right, #cbb84d 42%, rgba(255,255,255,0) 0%);
    background-size: 8px 1px;
  }
  .land-grid {
    gap: 28px;
  }
  .land-desc {
    order: 1;
    width: min(100% - 30px, 345px);
    margin: 0 auto;
    color: #4e403b;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .055em;
    text-align: left;
  }
  .land-map {
    order: 2;
  }
  .land-map img {
    width: min(100%, 350px);
    max-width: 350px;
    margin-inline: auto;
  }
  .legend {
    order: 3;
    justify-content: center;
    gap: 28px;
    width: 100%;
    margin: 2px 0 26px;
    color: #4e403b;
    font-size: 14px;
    line-height: 1;
  }
  .legend img {
    width: 16px;
    height: 16px;
  }
  .land-icons {
    order: 4;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 26px;
    width: min(100% - 60px, 280px);
    margin: 0 auto 14px;
  }
  .land-icons::before,
  .land-icons::after {
    content: "";
    position: absolute;
    background-repeat: repeat;
    pointer-events: none;
  }
  .land-icons::before {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: linear-gradient(to bottom, #7fb9b0 52%, rgba(255,255,255,0) 0%);
    background-size: 1px 13px;
  }
  .land-icons::after {
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-image: linear-gradient(to right, #7fb9b0 52%, rgba(255,255,255,0) 0%);
    background-size: 13px 1px;
  }
  .land-icons li {
    color: #4e403b;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .055em;
  }
  .land-icons img {
    width: 48px;
    margin-bottom: 9px;
  }
  .btn--small,
  .btn {
    min-width: 240px;
    height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .07em;
  }
  .btn--small {
    order: 5;
    margin: 6px auto 0;
  }

  /* Check block after land */
  .seo-info--check {
    padding-top: 92px;
  }
  .seo-info--check .seo-info__head {
    margin-bottom: 24px;
  }
  .seo-info--check .section-head h2 {
    font-size: 20px;
  }
  .seo-info--check .section-lead {
    font-size: 12px;
    line-height: 1.9;
  }
  .seo-info--check .seo-info__card {
    padding: 20px 18px;
    border: 1px solid #ded6c9;
    background: #fbfaf5;
  }
  .seo-info__card ul {
    padding-left: 1.1em;
    font-size: 12px;
    line-height: 1.9;
  }

  /* Plans */
  .plan-sec {
    padding-top: 98px;
  }
  .section-head--plan {
    margin-bottom: 32px;
  }
  .plan-lead {
    color: #332722;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: .08em;
  }
  .plan-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  .plan-visual,
  .plan-visuals {
    order: -1;
  }
  .plan-visual--hiraya {
    width: min(100% - 30px, 360px);
    height: 225px;
    margin: 0 auto;
    clip-path: polygon(0 0,100% 0,100% 74%,88% 100%,0 100%);
  }
  .plan-visuals {
    display: block;
    width: 100%;
  }
  .plan-visual--house {
    width: min(100% - 30px, 360px);
    height: 230px;
    margin: 0 auto 34px;
    clip-path: polygon(10% 0,100% 0,100% 73%,86% 100%,0 86%,0 17%);
  }
  .plan-visual--house::before {
    left: 15%;
    right: 14%;
    top: 24%;
    height: 45%;
  }
  .plan-visual--sub {
    width: 210px;
    height: 130px;
    margin: 0 auto;
  }
  .plan-text {
    width: min(100% - 30px, 360px);
    margin: 0 auto;
    color: #4a3c37;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .055em;
    text-align: left;
  }
  .plan-text h3 {
    margin: 0 0 22px;
    color: #342622;
    font-size: 18px;
    line-height: 2;
    letter-spacing: .09em;
  }
  .plan-desc {
    margin-bottom: 22px;
  }
  .layout-name {
    margin: 24px 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #77706b;
    color: #2e2724;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: .01em;
  }
  .spec {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.65;
  }
  .spec dt {
    width: 96px;
  }
  .tags {
    margin-bottom: 0;
    color: #8a8b15;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .025em;
    white-space: normal;
  }
  #hiraya .feature-grid {
    display: none;
  }
  #plan .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 18px;
    width: min(100% - 30px, 360px);
    margin: 52px auto 0;
  }
  #plan .feature {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: .04em;
  }
  #plan .feature-image {
    height: 96px;
    margin-bottom: 16px;
  }
  #plan .feature-leaf {
    top: -18px;
    width: 28px;
    height: 29px;
  }
  #plan .feature h4 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .plan-note {
    width: min(100% - 30px, 360px);
    margin: 34px auto 0;
    font-size: 9px;
  }
  .section-cta {
    margin-top: 44px;
  }

  /* Info / FAQ / Contact */
  .info {
    padding-top: 98px;
  }
  .info .section-head {
    margin-bottom: 36px;
  }
  .info .section-head h2 {
    font-size: 23px;
    line-height: 1.75;
  }
  .info-lead,
  .faq-lead {
    width: min(100% - 30px, 360px);
    margin-inline: auto;
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: .055em;
    text-align: left;
  }
  .info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 360px;
    width: min(100% - 30px, 360px);
  }
  .info-card {
    border-radius: 7px;
    aspect-ratio: 798 / 532;
    box-shadow: none;
  }
  .info-text {
    left: 32px;
    top: 32px;
    line-height: 1.45;
  }
  .info-text strong {
    font-size: 30px;
  }
  .info-text em {
    font-size: 20px;
  }
  .info-text .info-en {
    font-size: 17px;
  }
  .info-text i {
    width: 42px;
    height: 42px;
    margin-top: 20px;
    font-size: 24px;
  }
  .faq {
    padding-top: 98px;
    padding-bottom: 70px;
  }
  .faq .section-head {
    margin-bottom: 32px;
  }
  .faq-list {
    width: min(100% - 30px, 360px);
  }
  .faq-list details {
    margin-bottom: 8px;
    border-color: #2e2927;
  }
  .faq-list summary {
    min-height: 38px;
    padding: 9px 38px 9px 13px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .faq-list summary::after {
    right: 13px;
    font-size: 11px;
  }
  .faq-list p {
    padding: 0 13px 16px;
    font-size: 11px;
    line-height: 1.8;
  }
  .contact {
    padding: 66px 0 60px;
    background: #fbfaf5;
  }
  .contact h2 {
    font-size: 20px;
    line-height: 1.6;
  }
  .contact p {
    width: min(100% - 30px, 360px);
    font-size: 12px;
    line-height: 1.9;
  }
  .footer {
    min-height: 154px;
    font-size: 12px;
  }
}

/* SP polishing pass for final visual target */
@media (max-width: 767px) {
  .fv-band__item strong,
  .fv-band__item:first-child strong,
  .fv-band__item:last-child strong {
    font-size: 23px;
    letter-spacing: .02em;
  }
  .fv-band__item p {
    white-space: nowrap;
  }
  .land-map {
    width: min(100vw - 30px, 350px);
    margin-inline: auto;
  }
  .land-map img {
    width: 100%;
    max-width: none;
  }
  .land-icons li:nth-child(2) { order: 3; }
  .land-icons li:nth-child(3) { order: 2; }
  .plan-visual--hiraya,
  .plan-visual--house,
  .plan-text,
  .plan-note,
  #plan .feature-grid {
    width: min(100vw - 30px, 360px);
  }
}

@media (max-width: 767px) {
  .fv-band__item strong,
  .fv-band__item:first-child strong,
  .fv-band__item:last-child strong {
    font-size: 22.5px;
  }
  .land-map {
    width: min(100vw - 40px, 340px);
  }
  .land-icons li:nth-child(1) { order: 1; }
  .land-icons li:nth-child(2) { order: 3; }
  .land-icons li:nth-child(3) { order: 2; }
  .land-icons li:nth-child(4) { order: 4; }
}


/* Final adjustments: webp images, check cards, and SP icon alignment */
@media (max-width: 767px) {
  .point-panel__lead,
  .land-desc,
  .seo-info--check .section-lead,
  .check-card figcaption,
  .plan-desc,
  .plan-note,
  .info-lead,
  .faq-lead,
  .contact p,
  .feature p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
  }
  .check-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100% - 30px, 360px);
    max-width: 360px;
  }
  .check-card {
    padding-bottom: 16px;
  }
  .check-card figcaption {
    padding: 15px 16px 0;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: .035em;
  }
  .land-icons li:nth-child(2),
  .land-icons li:nth-child(4) {
    transform: translateY(12px);
  }
}

/* Check point refinement: titles, image labels, centered lead, transparent captions */
.seo-info--check .section-lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  text-align-last: center !important;
}
.check-card {
  border: 0;
  background: transparent;
  padding: 0;
}
.check-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #f8f6ef;
}
.check-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.check-card__image span {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #000;
  font-family: Georgia, var(--serif);
  font-size: 11px;
  font-style: italic;
  letter-spacing: .12em;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0,0,0,.35);
  pointer-events: none;
}
.check-card__title {
  margin: 20px 0 10px;
  color: #342622;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .1em;
}
.check-card figcaption {
  padding: 0;
  background: transparent;
}
.check-card > img {
  display: none;
}

@media (max-width: 767px) {
  .seo-info--check .section-lead {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    text-align-last: center !important;
  }
  .check-card__image {
    border-radius: 3px;
  }
  .check-card__image span {
    right: 8px;
    bottom: 7px;
    font-size: 9px;
  }
  .check-card__title {
    margin: 13px 0 6px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .075em;
  }
  .check-card figcaption {
    padding: 0;
    background: transparent;
  }
  .land-map {
    width: min(100% - 30px, 350px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .land-map picture {
    display: block;
    width: 100%;
  }
  .land-map img {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }
}
/* pointブロック横幅調整：PCのみ */
@media (min-width: 768px) {
  .seo-info--overview .seo-info__grid--single.wide {
    width: min(100% - 96px, 1240px);
    max-width: 1240px;
  }

  .seo-info--overview .point-panel {
    padding-left: 78px;
    padding-right: 78px;
  }

  .seo-info--overview .point-panel__lead {
    max-width: 1080px;
  }

  .seo-info--overview .point-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}
/* point 01〜04 見出しサイズ調整：PC */
@media (min-width: 768px) {
  .seo-info--overview .point-card h3 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .085em;
  }
}
/* SP 区画図サイズ調整 */
@media (max-width: 767px) {
  .land-map {
    width: min(100vw - 42px, 390px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

  .land-map picture {
    display: block;
    width: 100%;
  }

  .land-map img {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* SP 区画図の左右位置調整 */
@media (max-width: 767px) {
  .land-map img {
    transform: translateX(-40px) !important;
  }
}
/* SP 区画図の位置調整 */
@media (max-width: 767px) {
  .land-map picture {
    display: block;
    width: 100%;
    transform: translateX(-28px) !important;
  }

  .land-map img {
    transform: none !important;
  }
}
/* Footer imported from sasai_top */
.site-footer {
  color: #fff;
  background: #78929a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", 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;
  gap: 14px;
}
.footer-cta__buttons a {
  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;
}
.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;
}
.footer-brand {
  margin-top: 42px;
  font-size: 14px;
  line-height: 1.9;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.28);
  font-size: 13px;
  line-height: 1.8;
}
.footer-links a {
  color: rgba(255,255,255,.9);
}
@media (max-width: 767px) {
  .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;
    margin-top: 40px;
  }
  .footer-cta__buttons a {
    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;
  }
  .footer-brand {
    margin-top: 32px;
    font-size: 13px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    margin-top: 28px;
    padding-top: 24px;
    font-size: 12px;
  }
}

/* =========================================================
   13ki sections transferred to 14ki
   周辺施設 / アクセス / カーアクセス
   ========================================================= */
.life-information,
.access-section,
.car-access-section,
.life-information *,
.access-section *,
.car-access-section * {
  box-sizing: border-box;
}

.life-information img,
.access-section img,
.car-access-section img {
  display: block;
  max-width: 100%;
  height: auto;
}

.life-information.section,
.access-section.section {
  padding-left: 24px;
  padding-right: 24px;
}

.life-information .section__inner,
.access-section .section__inner {
  margin: 0 auto;
}

.life-information .section-title,
.access-section .section-title {
  position: relative;
  margin: 0 auto 76px;
  text-align: center;
}

.life-information .section-title::before,
.access-section .section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  width: 94px;
  height: 88px;
  transform: translateX(-50%);
  background: url("../assets/image/kusa.webp") center / contain no-repeat;
  opacity: .9;
}

.life-information .section-title__en,
.access-section .section-title__en {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 28px;
  font-family: Georgia, var(--serif);
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .03em;
  color: #2b2b2b;
}

.life-information .section-title h2,
.access-section .section-title h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #221815;
  font-weight: 400;
  font-size: 43px;
  line-height: 1.5;
  letter-spacing: .12em;
}

.life-information .section-title p,
.access-section .section-title p {
  margin: 28px auto 0;
  color: #221815;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .06em;
}

/* Life Information */
.life-information.section {
  padding-top: 132px;
  padding-bottom: 132px;
  background: #f6f4ef;
}

.life-information .section__inner--life {
  width: min(1180px, 100%);
}

.life-box {
  padding: 72px 46px 76px;
  border: 1px solid rgba(34, 24, 21, .58);
  background: #fff;
}

.life-category + .life-category {
  margin-top: 94px;
}

.life-category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 54px;
  color: #221815;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: .12em;
}

.life-category__title img {
  width: 78px;
  height: auto;
}

.life-category__title img[src*="li_icon_01"] { width: 60px; }
.life-category__title img[src*="li_icon_02"] { width: 78px; }
.life-category__title img[src*="li_icon_03"] { width: 88px; }

.life-category__title em {
  margin-left: 2px;
  color: #8b846a;
  font-family: Georgia, var(--serif);
  font-size: 13px;
  font-style: italic;
  letter-spacing: .04em;
}

.life-grid {
  display: grid;
  gap: 46px 32px;
}

.life-grid--education,
.life-grid--park {
  grid-template-columns: repeat(4, 1fr);
}

.life-grid--shopping {
  grid-template-columns: repeat(12, 1fr);
}

.life-grid--shopping .life-card:nth-child(-n+3) { grid-column: span 4; }
.life-grid--shopping .life-card:nth-child(n+4) { grid-column: span 3; }
.life-card--wide { grid-column: span 2; }

.life-card {
  position: relative;
  color: #221815;
}

.life-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #c9bd9b;
}

.life-grid--shopping .life-card:nth-child(7) img {
  border: .3px solid #000;
}

.life-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -21px;
  width: 42px;
  height: 44px;
  transform: translateX(-50%);
  background: url("../assets/image/happa.webp") center / contain no-repeat;
  z-index: 1;
}

.life-card h4 {
  margin: 20px 0 9px;
  color: #221815;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .03em;
}

.life-card p {
  margin: 0;
  color: #221815;
  font-size: 13px;
  line-height: 1.82;
  letter-spacing: .03em;
}

/* Access Section */
.access-section.section {
  padding-top: 132px;
  padding-bottom: 124px;
  background: #fff;
}

.access-section .section__inner--access {
  width: min(1120px, 100%);
}

.access-section .section-title--access::before {
  display: none;
}

.access-section .section-title--access h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.access-section .section-title--access h2 img {
  width: 34px;
  height: auto;
}

.access-title-en-sp {
  display: none;
}

.access-map {
  width: min(960px, 100%);
  margin: 56px auto 0;
}

.access-map picture {
  display: block;
}

.access-map img {
  width: 100%;
  height: auto;
}

.access-note {
  width: min(920px, 100%);
  margin: 34px auto 0;
  color: #221815;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: .03em;
}

.limited-express {
  width: min(900px, 100%);
  margin: 72px auto 0;
  padding: 46px 52px 42px;
  border: 1px solid rgba(34, 24, 21, .58);
  background: #fff;
}

.limited-express__lead {
  margin: 0 0 36px;
  color: #221815;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  letter-spacing: .06em;
}

.limited-express__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.limited-express__grid article img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.limited-express__grid article p {
  margin: 16px 0 0;
  color: #221815;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .04em;
}

/* Car Access */
.car-access-section {
  overflow: hidden;
  background: #2e2442;
}

.car-access__visual {
  min-height: 0;
  padding: 78px 24px clamp(320px, 22vw, 460px);
  background-color: #2e2442;
  background-image: url("../assets/image/caraccess_01.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 115% auto;
}

.car-access__head {
  width: min(1080px, 100%);
  margin: 0 auto;
  text-align: center;
}

.car-access__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: .12em;
}

.car-access__label img {
  width: 34px;
  height: auto;
}

.car-access__label span,
.car-access__label em {
  color: #fff;
}

.car-access__label em {
  margin-left: 2px;
  color: rgba(255, 255, 255, .72);
  font-family: Georgia, var(--serif);
  font-size: 13px;
  font-style: italic;
  letter-spacing: .04em;
}

.car-access__head h2 {
  margin: 0 0 30px;
  color: #fff;
  font-weight: 400;
  font-size: clamp(34px, 3.2vw, 58px);
  line-height: 1.45;
  letter-spacing: .14em;
}

.car-access__head p {
  margin: 0 auto;
  width: min(900px, 100%);
  color: rgba(255, 255, 255, .94);
  font-size: 16px;
  line-height: 2;
  letter-spacing: .06em;
}

.highway-map {
  width: 100vw;
  margin: 70px 0 0 calc(50% - 50vw);
  padding: 36px 24px 42px;
  background: rgba(255, 255, 255, .45);
}

.highway-map picture {
  display: block;
}

.highway-map img {
  width: min(1180px, calc(100% - 48px));
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .access-section .section-title--access {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
  }

  .access-section .section-title--access h2 {
    order: 1;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin: 0;
  }

  .access-section .section-title--access .section-title__en {
    order: 2;
    margin: 0;
    color: #8b846a;
    font-size: 13px;
    line-height: 1;
  }

  .access-section .section-title--access p {
    order: 3;
    flex: 0 0 100%;
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .life-information.section {
    padding: 96px 24px;
  }

  .life-information .section__inner--life,
  .access-section .section__inner--access {
    width: 100%;
  }

  .life-information .section-title,
  .access-section .section-title {
    margin-bottom: 54px;
  }

  .life-information .section-title::before,
  .access-section .section-title::before {
    top: -30px;
    width: 78px;
    height: 75px;
  }

  .life-information .section-title__en,
  .access-section .section-title__en {
    margin-bottom: 21px;
    font-size: 22px;
  }

  .life-information .section-title h2,
  .access-section .section-title h2 {
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.5;
    letter-spacing: .09em;
  }

  .life-information .section-title p,
  .access-section .section-title p {
    margin-top: 30px;
    font-size: clamp(14px, 4.0vw, 19px);
    line-height: 1.95;
    text-align: justify;
    text-align-last: left;
  }

  .life-information .section-title p {
    text-align: center;
    text-align-last: center;
  }

  .life-box {
    padding: 48px 22px 52px;
  }

  .life-category + .life-category {
    margin-top: 72px;
  }

  .life-category__title {
    gap: 9px;
    margin-bottom: 34px;
    font-size: clamp(25px, 7.2vw, 34px);
    letter-spacing: .08em;
  }

  .life-category__title img { width: 60px; }
  .life-category__title img[src*="li_icon_01"] { width: 50px; }
  .life-category__title img[src*="li_icon_02"] { width: 60px; }
  .life-category__title img[src*="li_icon_03"] { width: 74px; }

  .life-category__title em {
    font-size: 11px;
  }

  .life-grid,
  .life-grid--education,
  .life-grid--shopping,
  .life-grid--park {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 20px;
  }

  .life-card--wide,
  .life-grid--shopping .life-card:nth-child(-n+3) {
    grid-column: span 2;
  }

  .life-grid--shopping .life-card:nth-child(n+4) {
    grid-column: span 1;
  }

  .life-card h4 {
    margin-top: 14px;
    font-size: clamp(14px, 3.8vw, 18px);
    line-height: 1.55;
  }

  .life-card p {
    font-size: clamp(11px, 3.0vw, 14px);
    line-height: 1.75;
    text-align: left;
  }

  .life-card::before {
    top: -18px;
    width: 36px;
    height: 38px;
  }

  .access-section.section {
    padding: 96px 24px 88px;
  }

  .access-section .section-title--access {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 9px;
    margin-bottom: 54px;
  }

  .access-section .section-title--access::before {
    display: none;
  }

  .access-section .section-title--access .access-title-en-pc {
    display: none;
  }

  .access-section .section-title--access h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    margin: 0;
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.2;
    letter-spacing: .08em;
  }

  .access-section .section-title--access h2 img {
    width: 24px;
    height: auto;
  }

  .access-section .section-title--access .access-title-en-sp {
    display: inline-block;
    margin-left: 2px;
    color: #8b846a;
    font-family: Georgia, var(--serif);
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .04em;
  }

  .access-section .section-title--access > p {
    flex: 0 0 100%;
    width: 100%;
    margin: 30px 0 0;
    font-size: clamp(14px, 4vw, 19px);
    line-height: 1.95;
    text-align: justify;
    text-align-last: left;
  }

  .access-map {
    width: 100vw;
    margin: 42px 0 0 calc(50% - 50vw);
    padding: 0 24px 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .access-map picture {
    display: block;
  }

  .access-map img {
    width: 680px;
    max-width: none;
    height: auto;
  }

  .access-note {
    margin-top: 26px;
    color: #221815;
    font-size: 10px;
    line-height: 1.8;
    text-align: justify;
    text-align-last: left;
  }

  .limited-express {
    margin-top: 52px;
    padding: 32px 18px 30px;
  }

  .limited-express__lead {
    margin-bottom: 28px;
    text-align: center;
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.9;
  }

  .limited-express__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .limited-express__grid article p {
    margin-top: 12px;
    font-size: clamp(12px, 3.4vw, 15px);
    line-height: 1.75;
  }

  .car-access__visual {
    min-height: 0;
    padding: 78px 24px 280px;
    background-image: url("../assets/image/caraccess_01_sp.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .car-access__label {
    gap: 8px;
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(22px, 6.4vw, 32px);
    letter-spacing: .08em;
  }

  .car-access__label img {
    width: 24px;
  }

  .car-access__label em {
    font-size: 11px;
  }

  .car-access__head h2 {
    margin-bottom: 22px;
    font-size: clamp(27px, 7.4vw, 38px);
    letter-spacing: .08em;
  }

  .car-access__head p {
    width: 100%;
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.9;
    text-align: justify;
    text-align-last: left;
  }

  .car-access__head p br {
    display: none;
  }

  .highway-map {
    width: 100vw;
    margin: 42px 0 0 calc(50% - 50vw);
    padding: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, .45);
  }

  .highway-map picture {
    display: block;
  }

  .highway-map img {
    width: 720px;
    max-width: none;
    height: auto;
    margin: 0;
  }
}

/* Temporarily hide reference plan sections without deleting markup */
#hiraya,
#plan {
  display: none !important;
}

/* Hide navigation links to the temporarily hidden sections */
.global-nav a[href="#hiraya"],
.global-nav a[href="#plan"] {
  display: none !important;
}

/* Life Information: space from the preceding check-point section */
@media (min-width: 768px) {
  .life-information.section {
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .life-information.section {
    margin-top: 96px;
  }
}


/* Landplan: scale and neighborhood image block */
.land-scale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-top: 120px;
}

.land-scale__item {
  min-width: 0;
  margin: 0;
}

.land-scale__image {
  position: relative;
  overflow: hidden;
}

.land-scale__image span {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #000;
  font-family: Georgia, var(--serif);
  font-size: 11px;
  font-style: italic;
  letter-spacing: .12em;
  line-height: 1;
  text-shadow: none;
  pointer-events: none;
}

.land-scale__item img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.land-scale__item h3 {
  margin: 24px 0 14px;
  color: #342622;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .1em;
}

.land-scale__item p {
  margin: 0;
  color: #4e403b;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .055em;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.land-scale__cta {
  display: none;
}

@media (max-width: 767px) {
  .land-scale {
    display: block;
    width: min(100% - 40px, 380px);
    margin-top: 66px;
  }

  .land-scale__item + .land-scale__item {
    margin-top: 56px;
  }

  .land-scale__item img {
    aspect-ratio: 4 / 3;
  }

  .land-scale__image span {
    right: 8px;
    bottom: 7px;
    font-size: 9px;
  }

  .land-scale__item h3 {
    margin: 18px 0 12px;
    font-size: 19px;
    line-height: 1.65;
    letter-spacing: .075em;
  }

  .land-scale__item p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .045em;
  }

  .land-copy > .btn--small {
    display: none;
  }

  .land-scale__cta {
    display: block;
    margin-top: 68px;
    text-align: center;
  }

  .land-scale__cta .btn--small {
    display: inline-flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .seo-info--check .check-grid {
    width: min(900px, calc(100% - 96px));
    max-width: 900px;
    gap: 28px 30px;
  }

  .seo-info--check .check-card figcaption {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .land-scale__item h3 {
    font-size: 18px;
    letter-spacing: .07em;
    white-space: nowrap;
  }
}
.info .info-lead {
  text-align: center;
  text-align-last: center;
}
.contact {
  display: none;
}
.faq .faq-lead {
  text-align: center;
  text-align-last: center;
  margin-left: auto;
  margin-right: auto;
}
/* Section subcopy alignment: PC keeps authored line breaks; SP removes them */
@media (min-width: 768px) {
  .section-head .section-lead,
  .life-information .section-title > p,
  .access-section .section-title--access > p,
  .car-access__head > p {
    text-align: center;
    text-align-last: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-head .section-lead,
  .life-information .section-title > p,
  .access-section .section-title--access > p,
  .car-access__head > p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
  }

  .section-head .section-lead br,
  .life-information .section-title > p br,
  .access-section .section-title--access > p br,
  .car-access__head > p br {
    display: none;
  }
}
.seo-info--overview .seo-info__head {
  display: none;
}
.point-card__label {
  display: none;
}
.point-card::before {
  display: none;
}
.property-overview-link {
  padding: 0 24px 120px;
  background: #fff;
  text-align: center;
}

.property-overview-link .btn {
  min-width: 300px;
}

@media (max-width: 767px) {
  .property-overview-link {
    padding: 0 24px 90px;
  }

  .property-overview-link .btn {
    width: min(100%, 320px);
  }
}
.property-overview-cta {
  padding: 30px 24px 120px;
  background: #fff;
  text-align: center;
}

.property-overview-cta__button {
  min-width: 320px;
}

@media (max-width: 767px) {
  .property-overview-cta {
    padding: 10px 20px 70px;
  }

  .property-overview-cta__button {
    min-width: 240px;
  }
}

/* Property overview modal */
body.property-modal-open {
  overflow: hidden;
}

.property-modal[hidden] {
  display: none;
}

.property-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 40px 24px;
}

.property-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 29, 27, .72);
  backdrop-filter: blur(2px);
}

.property-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100vw - 48px));
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  background: #fff;
  color: var(--text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  overscroll-behavior: contain;
}

.property-modal__close {
  position: sticky;
  top: 16px;
  z-index: 3;
  float: right;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 16px 16px -62px 0;
  padding: 0;
  border: 1px solid #cfc7bb;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: #342622;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.property-modal__header {
  padding: 56px 72px 34px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.property-modal__header span {
  display: block;
  margin-bottom: 7px;
  color: #6f8f75;
  font-family: Georgia, var(--serif);
  font-size: 13px;
  font-style: italic;
  letter-spacing: .14em;
}

.property-modal__header h2 {
  margin: 0;
  color: #342622;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .14em;
}

.property-modal__body {
  padding: 44px 72px 52px;
}

.property-modal__status {
  margin: 0;
  padding: 48px 20px;
  text-align: center;
}

.property-modal__status--error {
  color: #7a3933;
}

.property-modal__section + .property-modal__section {
  margin-top: 46px;
}

.property-modal__section > h2,
.property-modal__section > h3,
.property-modal__section > h4,
.property-modal__body > h2,
.property-modal__body > h3,
.property-modal__body > h4 {
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid #82b4ae;
  color: #342622;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .1em;
}

.property-modal__body table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: .02em;
}

.property-modal__body th,
.property-modal__body td {
  padding: 15px 17px;
  border: 1px solid #ded6c9;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.property-modal__body th {
  width: 22%;
  background: #f6f3e9;
  color: #342622;
  font-weight: 500;
  text-align: left;
}

.property-modal__body td {
  background: #fff;
  color: #4e403b;
}

.property-modal__body dl {
  display: grid;
  grid-template-columns: minmax(150px, 24%) 1fr;
  margin: 0;
  border-top: 1px solid #ded6c9;
  border-left: 1px solid #ded6c9;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: .02em;
}

.property-modal__body dt,
.property-modal__body dd {
  margin: 0;
  padding: 15px 17px;
  border-right: 1px solid #ded6c9;
  border-bottom: 1px solid #ded6c9;
}

.property-modal__body dt {
  background: #f6f3e9;
  color: #342622;
  font-weight: 500;
}

.property-modal__body dd {
  background: #fff;
}

.property-modal__body p,
.property-modal__body li {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .02em;
}

.property-modal__body a {
  color: #4f8573;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.property-modal__footer {
  padding: 24px 72px 34px;
  border-top: 1px solid var(--line);
  background: #fbfaf5;
  text-align: center;
}

.property-modal__detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 48px;
  padding: 10px 28px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .08em;
}

.property-modal__detail-link::after {
  content: "＞";
  margin-left: 16px;
}

@media (max-width: 767px) {
  .property-modal {
    align-items: end;
    padding: 16px 10px;
  }

  .property-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 32px);
  }

  .property-modal__close {
    top: 10px;
    width: 40px;
    height: 40px;
    margin: 10px 10px -50px 0;
    font-size: 24px;
  }

  .property-modal__header {
    padding: 42px 42px 24px;
  }

  .property-modal__header span {
    font-size: 10px;
  }

  .property-modal__header h2 {
    font-size: 23px;
  }

  .property-modal__body {
    padding: 28px 16px 34px;
  }

  .property-modal__section + .property-modal__section {
    margin-top: 34px;
  }

  .property-modal__section > h2,
  .property-modal__section > h3,
  .property-modal__section > h4,
  .property-modal__body > h2,
  .property-modal__body > h3,
  .property-modal__body > h4 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .property-modal__body table,
  .property-modal__body tbody,
  .property-modal__body tr,
  .property-modal__body th,
  .property-modal__body td {
    display: block;
    width: 100%;
  }

  .property-modal__body tr + tr {
    margin-top: -1px;
  }

  .property-modal__body th,
  .property-modal__body td {
    padding: 11px 12px;
    font-size: 12px;
    line-height: 1.7;
  }

  .property-modal__body td + th {
    margin-top: -1px;
  }

  .property-modal__body dl {
    grid-template-columns: 1fr;
    font-size: 12px;
  }

  .property-modal__body dt,
  .property-modal__body dd {
    padding: 11px 12px;
  }

  .property-modal__body p,
  .property-modal__body li {
    font-size: 12px;
    line-height: 1.8;
  }

  .property-modal__footer {
    padding: 20px 16px 26px;
  }

  .property-modal__detail-link {
    width: min(100%, 300px);
    min-width: 0;
    min-height: 44px;
    font-size: 12px;
  }
}

/* Header navigation: PC centered menu and matching SP items */
@media (min-width: 768px) {
  .global-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(280px, 1fr);
    align-items: center;
    width: 100%;
    min-height: 82px;
    padding: 0 32px;
    pointer-events: none;
  }

  .global-nav__links {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    pointer-events: auto;
  }

  .global-nav__links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 20px;
    color: #312421;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .12em;
  }

  .global-nav__links a + a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    background: rgba(49, 36, 33, .48);
    transform: translateY(-50%);
  }

  .global-nav__cta {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 20px;
    pointer-events: auto;
  }

  .global-nav__cta .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 38px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .09em;
  }

  .global-nav__cta .nav-cta--reserve {
    order: 1;
    background: #e85a1b;
  }

  .global-nav__cta .nav-cta--request {
    order: 2;
    background: #13a8df;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .global-nav {
    grid-template-columns: minmax(150px, 1fr) auto minmax(230px, 1fr);
    padding: 0 20px;
  }

  .global-nav__links a {
    padding: 0 12px;
    font-size: 10px;
  }

  .global-nav__cta {
    gap: 10px;
  }

  .global-nav__cta .nav-cta {
    width: 108px;
    height: 34px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .global-nav {
    overflow-y: auto;
    padding-bottom: 24px;
  }

  .global-nav__links,
  .global-nav__cta {
    display: block;
  }

  .global-nav__links a,
  .global-nav__cta .nav-cta {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 16px 24px;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: #302521;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .075em;
  }

  .global-nav__cta .nav-cta--request {
    order: 1;
  }

  .global-nav__cta .nav-cta--reserve {
    order: 2;
  }
}



/* =========================================================
   Structural / SEO / performance enhancements
   Added without changing the approved visual layout.
   ========================================================= */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Hero image is now real HTML (<picture>) instead of a CSS-only background. */
.fv-main {
  background-image: none !important;
  background-color: #fff;
  overflow: hidden;
}
.fv-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.fv-visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.fv-copy {
  position: absolute;
}

/* Subtle motion: opacity + translate only, to avoid layout shift. */
@media (prefers-reduced-motion: no-preference) {
  .js .fv-copy {
    animation: sasai-fv-fade .78s ease-out both;
  }
  .js .reveal-on-scroll {
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity .65s ease var(--reveal-delay, 0ms),
      transform .65s ease var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }
  .js .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  @keyframes sasai-fv-fade {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @media (hover: hover) and (pointer: fine) {
    .info-card {
      transition: transform .28s ease, box-shadow .28s ease;
    }
    .info-card:hover {
      transform: scale(1.015);
      box-shadow: 0 16px 36px rgba(0,0,0,.14);
    }
    .info-card img {
      transition: transform .42s ease;
    }
    .info-card:hover img,
    .info-card:focus-visible img {
      transform: scale(1.045);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal-on-scroll,
  .js .reveal-on-scroll.is-visible,
  .js .fv-copy,
  .info-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  .info-card img {
    transform: none !important;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .js .reveal-on-scroll.is-visible { will-change: auto; }
}

/* CTA affordance: hover / keyboard focus */
.btn,
.global-nav__cta .nav-cta,
.footer-cta__buttons a,
.property-modal__detail-link {
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .global-nav__cta .nav-cta:hover,
  .footer-cta__buttons a:hover,
  .property-modal__detail-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    filter: brightness(1.02);
  }
}

.btn:focus-visible,
.global-nav__cta .nav-cta:focus-visible,
.footer-cta__buttons a:focus-visible,
.property-modal__detail-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18), 0 0 0 3px rgba(215, 191, 54, .24);
  outline: none;
}

.btn:active,
.global-nav__cta .nav-cta:active,
.footer-cta__buttons a:active,
.property-modal__detail-link:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, .14);
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .global-nav__cta .nav-cta,
  .footer-cta__buttons a,
  .property-modal__detail-link {
    transition: none;
  }
}

/* PC info-card arrow position adjustment */
@media (min-width: 768px) {
  .info-text i {
    margin-top: 45px;
  }
}

/* Footer CTA: keep the five primary buttons on one centered row on PC */
@media (min-width: 768px) {
  .site-footer__inner {
    width: min(1480px, calc(100% - 80px));
  }

  .footer-cta {
    width: 100%;
    margin: 0;
  }

  .footer-cta__buttons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  .footer-cta__buttons a {
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: clamp(11px, .78vw, 14px);
    white-space: nowrap;
  }
}


/* =========================================================
   Sticky PC header / fixed SP conversion CTA
   ========================================================= */
.sp-fixed-cta {
  display: none;
}

@media (min-width: 768px) {
  .global-nav {
    position: fixed;
    z-index: 70;
    transition: background-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
  }

  .ouchi-logo {
    position: fixed;
    z-index: 71;
  }

  body.is-scrolled .global-nav {
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 5px 18px rgba(49, 36, 33, .08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 767px) {
  .page {
    padding-bottom: 64px;
  }

  .sp-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 85;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -4px 16px rgba(49, 36, 33, .12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .sp-fixed-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: #fff;
    font-family: var(--serif);
    font-size: 14px;
    line-height: 1;
    letter-spacing: .08em;
  }

  .sp-fixed-cta__link--reserve {
    border-radius: 999px 0 0 999px;
    background: #e85a1b;
  }

  .sp-fixed-cta__link--request {
    border-radius: 0 999px 999px 0;
    background: #13a8df;
  }

  .sp-fixed-cta__link:active {
    transform: translateY(1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-nav,
  .sp-fixed-cta__link {
    transition: none !important;
  }
}

/* =========================================================
   AIO overview point icons / selected life-photo labels
   ========================================================= */
.point-card__icon {
  display: block;
  width: 62px;
  height: 46px;
  margin: 0 0 18px;
  object-fit: contain;
}

.life-card__visual {
  position: relative;
  overflow: hidden;
}

.life-card__visual > img {
  display: block;
  width: 100%;
}

.life-card__visual--label > span {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(255,255,255,.94);
  font-family: Georgia, var(--serif);
  font-size: 11px;
  font-style: italic;
  letter-spacing: .12em;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0,0,0,.38);
  pointer-events: none;
}

@media (max-width: 767px) {
  .point-card__icon {
    width: 48px;
    height: 36px;
    margin-bottom: 12px;
  }

  .life-card__visual--label > span {
    right: 8px;
    bottom: 7px;
    font-size: 9px;
  }
}

/* =========================================================
   AIO overview point icons / title centering adjustment
   ========================================================= */
.point-card__icon {
  width: 82px;
  height: 62px;
  margin: 0 auto 20px;
}

.point-card h3 {
  text-align: center;
}

@media (max-width: 767px) {
  .point-card__icon {
    width: 60px;
    height: 46px;
    margin: 0 auto 14px;
  }

  .point-card h3 {
    text-align: center;
  }
}


/* SP: keep horizontal map scrollbars visibly present */
@media (max-width: 767px) {
  .access-map,
  .highway-map {
    overflow-x: scroll !important;
    scrollbar-width: auto;
    scrollbar-color: #7d999f rgba(111, 138, 146, .20);
    scrollbar-gutter: stable;
  }

  .access-map {
    padding-bottom: 16px;
  }

  .highway-map {
    padding-bottom: 16px;
  }

  .access-map::-webkit-scrollbar,
  .highway-map::-webkit-scrollbar {
    display: block;
    height: 8px;
    -webkit-appearance: none;
  }

  .access-map::-webkit-scrollbar-track,
  .highway-map::-webkit-scrollbar-track {
    background: rgba(111, 138, 146, .20);
    border-radius: 999px;
  }

  .access-map::-webkit-scrollbar-thumb,
  .highway-map::-webkit-scrollbar-thumb {
    min-width: 44px;
    background: #7d999f;
    border-radius: 999px;
  }
}
@media (max-width: 767px) {
  .land-lead {
    text-align: center !important;
    text-align-last: center !important;
  }

  .land-lead br.sp-only {
    display: block !important;
  }
}

/* ============================================================
   Information：モデルハウス「Coming Soon（準備中）」バナー
   .info-card--soon を付けるだけで無効化＋淡色化されます。
   公開時はこのクラスを外し、HTML を a 要素に戻してください。
   ============================================================ */
.info-card--soon {
  cursor: default;
  pointer-events: none;            /* クリック・ホバーを無効化 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}
.info-card--soon img {
  opacity: .55;                    /* 写真を淡く */
  filter: grayscale(.2);
}
.info-card--soon::after {          /* 白のベールを重ねてさらにトーンダウン */
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .3);
  pointer-events: none;
}
.info-card--soon .info-text {
  z-index: 1;                      /* ベールより前面に */
}
.info-card--soon .info-text strong {
  font-size: 30px;
  opacity: .92;
}
.info-card--soon .info-text .info-en--soon {
  display: block;
  margin-top: 2px;
  color: #fff;
  /* 筆記体：Google Fonts「Great Vibes」を index.html の <head> で読み込んでいます。
     ※font-style: italic は指定しないこと。筆記体に斜体を合成すると字形が崩れます。
     別の書体にする場合は、<head> のフォント名と下の1行目を同じ名前に差し替えてください。
     候補：Great Vibes（細め・高コントラスト）／Allura（やや細身）／
           Pinyon Script（クラシック）／Parisienne（やわらかめ） */
  font-family: "Great Vibes", "Snell Roundhand", "Apple Chancery",
               "Palatino Linotype", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: .01em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .18);
}
.info-card--soon .info-text em {
  margin-top: 6px;
  font-size: 15px;
  letter-spacing: .2em;
  opacity: .95;
}

/* タブレット以下 */
@media (max-width: 1024px) {
  .info-card--soon .info-text strong { font-size: 26px; }
  .info-card--soon .info-text .info-en--soon { font-size: 56px; }
  .info-card--soon .info-text em { font-size: 14px; }
}

/* スマートフォン */
@media (max-width: 767px) {
  .info-card--soon .info-text strong { font-size: 24px; }
  .info-card--soon .info-text .info-en--soon { font-size: 48px; }
  .info-card--soon .info-text em { font-size: 13px; letter-spacing: .16em; }
}


/* ============================================================
   FV：PC幅の縮小対応（768px〜）
   ------------------------------------------------------------
   .fv-main の高さは 100vw 基準で可変なのに、FVコピーや帯の位置・
   文字サイズが固定pxだったため、画面を狭めると比率が崩れて
   帯がコピーに重なり、帯の文言が右に溢れていた。
   デザイン基準幅 1920px に対する縮小率 --fv-k を作り、
   FV内の固定px値をすべて「係数 × --fv-k」に置き換えて
   画像と同じ比率で縮小させる。1920px以上では従来どおり等倍。
   ============================================================ */
@media (min-width: 768px) {
  :root {
    --fv-k: min(1px, calc(100vw / 1920));   /* 1920px時に1px＝等倍 */
  }

  /* サイトロゴ */
  .ouchi-logo {
    top: calc(22 * var(--fv-k));
    left: max(calc(200 * var(--fv-k)), calc((100vw - 1560px) / 2 + 20px));
    width: calc(150 * var(--fv-k));
  }

  /* FVコピー */
  .fv-copy {
    top: calc(250 * var(--fv-k));
    left: max(calc(200 * var(--fv-k)), calc((100vw - 1560px) / 2 + 20px));
    width: calc(520 * var(--fv-k));
  }
  .fv-logo {
    width: calc(330 * var(--fv-k));
    margin-bottom: calc(30 * var(--fv-k));
  }
  .fv-type { font-size: calc(31 * var(--fv-k)); }
  .fv-type::after {
    width: calc(460 * var(--fv-k));
    margin: calc(16 * var(--fv-k)) 0 calc(14 * var(--fv-k));
  }
  .fv-lead { font-size: calc(24 * var(--fv-k)); }

  /* FV下の帯 */
  .fv-band { margin-top: calc(-320 * var(--fv-k)); }
  .fv-band__inner {
    width: min(100% - calc(120 * var(--fv-k)), calc(1180 * var(--fv-k)));
    min-height: calc(150 * var(--fv-k));
    gap: calc(72 * var(--fv-k));
  }
  .fv-band__item {
    grid-template-columns: calc(86 * var(--fv-k)) 1fr;
    gap: calc(36 * var(--fv-k));
  }
  .fv-band__item img { width: calc(86 * var(--fv-k)); }
  .fv-band__item + .fv-band__item { padding-left: calc(72 * var(--fv-k)); }
  .fv-band__item + .fv-band__item::before {
    top: calc(24 * var(--fv-k));
    height: calc(96 * var(--fv-k));
  }
  .fv-band__item small { font-size: calc(24 * var(--fv-k)); }
  .fv-band__item strong { font-size: calc(44 * var(--fv-k)); }
}

/* グローバルナビ：〜1099px ではリンクとCTAが重なるためさらに縮小 */
@media (min-width: 768px) and (max-width: 1099px) {
  .global-nav {
    grid-template-columns: minmax(110px, 1fr) auto minmax(190px, 1fr);
    padding: 0 14px;
  }
  .global-nav__links a {
    padding: 0 7px;
    font-size: 9px;
    letter-spacing: .04em;
  }
  .global-nav__cta { gap: 8px; }
  .global-nav__cta .nav-cta {
    width: 88px;
    height: 30px;
    font-size: 10px;
  }
}

/* ============================================================
   フッターCTA：モデルハウス「準備中」表示
   a要素ではなく span にしているため、ボタンの見た目を継承させる。
   公開時は HTML を a に戻せばこの指定は自動的に無効になる。
   ============================================================ */
.footer-cta__buttons .is-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding: 10px 22px;
  border: 1px dashed rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: rgba(255, 255, 255, .58);
  font-size: 15px;
  line-height: 1.5;
  cursor: default;
  pointer-events: none;      /* クリック・ホバー・タップを無効化 */
  user-select: none;
}
@media (min-width: 768px) {
  .footer-cta__buttons .is-soon {
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: clamp(11px, .78vw, 14px);
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .footer-cta__buttons .is-soon {
    min-width: 0;
    min-height: 44px;
    font-size: 14px;
  }
}
