:root {
  --ink: #221815;
  --brown: #563a22;
  --green: #6f8129;
  --gold: #c9b83f;
  --ivory: #f6f4ef;
  --footer: #818C6D;
  --beige: #c9bd9b;
  --building: #c9bb3b;
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
  --sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  /* Coming Soon 用の筆記体。別ページと違うフォントを使っている場合はここだけ差し替え */
  --script: "Great Vibes", "Apple Chancery", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .06em;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-wrap { min-width: 320px; overflow: hidden; }
.pc-only-flex { display: flex; }
.sp-only-flex { display: none; }
.sp-only { display: none; }
.center { text-align: center; }
.nowrap { white-space: nowrap; }

.hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hero__bg,
.hero__bg img {
  display: block;
  width: 100%;
}
.hero__bg img {
  height: auto;
}
.hero__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.hero__brand {
  position: absolute;
  z-index: 5;
  top: 4.2%;
  left: 4.8%;
  width: clamp(120px, 9.2vw, 176px);
}
.hero__copy {
  position: absolute;
  z-index: 4;
  top: 23.8%;
  left: 5.2%;
  width: 42.8%;
  max-width: 820px;
}
.hero__copy h1 {
  width: clamp(315px, 28vw, 538px);
  margin: 0 0 clamp(30px, 3.4vw, 66px);
}
.hero__lead-row {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: clamp(34px, 4.6vw, 88px);
  margin-bottom: clamp(14px, 1.35vw, 26px);
  border-bottom: 1px solid rgba(191,178,62,.85);
}
.hero__lead {
  margin: 0;
  padding-bottom: clamp(10px, .9vw, 17px);
  font-size: clamp(25px, 2.35vw, 45px);
  line-height: 1.32;
  letter-spacing: .12em;
  white-space: nowrap;
}
.hero__lead-kusa {
  position: absolute;
  right: -2%;
  top: 50%;
  width: clamp(46px, 5.1vw, 98px);
  transform: translateY(-50%);
}
.hero__text {
  width: max-content;
  max-width: none;
  margin: 0;
  font-size: clamp(15px, 1.08vw, 21px);
  line-height: 2.16;
  letter-spacing: .04em;
}
.hero__text span {
  display: block;
}
.hero__text-nowrap {
  white-space: nowrap;
}
.hero__badge {
  position: absolute;
  z-index: 3;
  top: 22.2%;
  right: -3%;
  width: clamp(175px, 13.5vw, 260px);
  height: clamp(175px, 13.5vw, 260px);
  padding: clamp(28px, 2.25vw, 43px) clamp(16px, 1.2vw, 23px) 0;
  border-radius: 50%;
  background: #f3eedb;
  text-align: center;
}
.hero__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 26%;
  height: 26%;
  transform: translateX(-50%);
  background: url("../assets/img/kusa.webp") center / contain no-repeat;
  opacity: .82;
}
.hero__badge span {
  display: block;
  padding-bottom: clamp(8px, .7vw, 13px);
  margin-bottom: clamp(8px, .62vw, 12px);
  color: #6c5b3c;
  border-bottom: 1px solid #cbbf94;
  font-size: clamp(14px, 1.16vw, 22px);
  line-height: 1.25;
}
.hero__badge strong {
  display: block;
  color: #6c5b3c;
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .08em;
}
.menu-toggle { display: none; }

.global-nav {
  position: absolute;
  z-index: 6;
  top: 4.1%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 58%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.global-nav a {
  position: relative;
  padding: 0 clamp(15px, 1.45vw, 28px);
  color: var(--ink);
  font-size: clamp(10px, .73vw, 14px);
  line-height: 1.4;
  letter-spacing: .1em;
}

.global-nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  background: rgba(34, 24, 21, .55);
  transform: translateY(-50%);
}

.global-nav__sp-only {
  display: none;
}

.header-cta {
  position: absolute;
  z-index: 6;
  top: 2.7%;
  right: 1.5%;
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(124px, 8.1vw, 156px);
  min-height: clamp(36px, 2.45vw, 47px);
  padding: 7px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(12px, .82vw, 16px);
  line-height: 1.2;
  letter-spacing: .08em;
}

.header-cta__reserve {
  background: #e95513;
}

.header-cta__request {
  background: #00a6df;
}

.concept {
  position: relative;
  padding: 88px 24px 135px;
  text-align: center;
  background: #fff;
}
.concept__heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(1150px, calc(100% - 120px));
  min-height: 106px;
  margin: 0 auto 64px;
  border-top: 1px solid #c9bd47;
  border-bottom: 1px solid #c9bd47;
}
.concept__heading img {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 112px;
  transform: translateY(-50%);
}
.concept__heading::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  width: 112px;
  height: 90px;
  transform: translateY(-50%) scaleX(-1);
  background: url("../assets/img/kusa.webp") center / contain no-repeat;
}
.concept__heading p {
  margin: 0;
  font-size: 39px;
  letter-spacing: .1em;
  line-height: 1.35;
}
.concept__heading strong,
.concept__heading em {
  color: var(--green);
  font-style: normal;
  font-weight: 400;
}
.concept__heading strong { font-size: 82px; line-height: 1; letter-spacing: .03em; }
.concept__heading em { font-size: 56px; }
.concept__mobile { display: none; }
.concept__sub {
  margin: 0 0 58px;
  font-size: 31px;
  letter-spacing: .12em;
  line-height: 1.55;
}
.concept__box {
  width: min(1010px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 58px;
  border: 1px solid rgba(111,129,41,.5);
  color: var(--green);
  font-size: 20px;
  line-height: 2.05;
}
.concept__box p { margin: 0; }

.section { position: relative; padding: 128px 24px; }
.section--ivory { background: var(--ivory); }
.section__inner { width: min(1225px, 100%); margin: 0 auto; }
.section__inner--narrow { width: min(1120px, 100%); }
.section__inner--land { width: min(1240px, 100%); }
.section-title {
  position: relative;
  margin: 0 auto 76px;
  text-align: center;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  width: 94px;
  height: 88px;
  transform: translateX(-50%);
  background: url("../assets/img/kusa.webp") center / contain no-repeat;
  opacity: .9;
}
.section-title__en {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 28px;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .03em;
  color: #2b2b2b;
}
.section-title h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 400;
  font-size: 43px;
  line-height: 1.5;
  letter-spacing: .12em;
}
.section-title p {
  margin: 28px auto 0;
  font-size: 18px;
  line-height: 2;
}
.section-title--plan { margin-bottom: 56px; }

.land { padding-top: 142px; }
.land__layout {
  display: grid;
  grid-template-columns: 510px 1fr;
  grid-template-areas:
    "copy map"
    "features map";
  align-items: center;
  column-gap: 80px;
}
.land__copy { grid-area: copy; }
.land__features { grid-area: features; }
.land__map { grid-area: map; align-self: center; }
.land__copy h3 {
  margin: 0 0 36px;
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(191,178,62,.55);
  font-size: 31px;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: .08em;
}
.land__copy p {
  margin: 0;
  font-size: 17px;
  line-height: 2.15;
}
.land__map img {
  width: min(590px, 100%);
  margin: 0 auto;
}
.merits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 62px 0 32px;
  padding: 0;
  list-style: none;
}
.merits li {
  min-height: 128px;
  padding: 0 12px;
  text-align: center;
  border-left: 1px dashed rgba(191,178,62,.75);
}
.merits li:last-child { border-right: 1px dashed rgba(191,178,62,.75); }
.merits img { height: 43px; width: auto; margin: 0 auto 17px; }
.merits span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .03em;
}
.legend {
  align-items: center;
  gap: 30px;
  margin: 0 0 34px;
  font-size: 14px;
  color: #333;
}
.legend span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.legend img { width: 20px; height: 20px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 236px;
  min-height: 50px;
  padding: 11px 38px;
  border-radius: 999px;
  background: var(--gold);
  color: #2c2716;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: .12em;
  white-space: nowrap;
  transition: opacity .2s ease, transform .2s ease;
}
.btn span { margin-left: 18px; }
.btn:hover { opacity: .85; transform: translateY(-1px); }

.plan-section { padding-top: 92px; }
.plan-card {
  display: grid;
  grid-template-columns: 1fr 545px;
  gap: 86px;
  align-items: center;
  margin-bottom: 92px;
}
.plan-card__text h3 {
  margin: 0 0 27px;
  font-size: 25px;
  line-height: 1.7;
  font-weight: 400;
}
.plan-card__desc {
  margin: 0 0 46px;
  font-size: 15px;
  line-height: 2.1;
}
.plan-card__text h4 {
  margin: 0 0 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(34,24,21,.55);
  font-size: 45px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: .02em;
}
.spec-list { margin: 0 0 35px; font-size: 15px; line-height: 1.75; }
.spec-list div { display: flex; }
.spec-list dt { min-width: 98px; }
.spec-list dt::after { content: "／"; padding-left: 2px; }
.spec-list dd { margin: 0; }
.tags {
  margin: 0;
  color: var(--green);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .03em;
}
.tags span { display: block; white-space: nowrap; }
.plan-card__visual { position: relative; min-height: 415px; }
.shape--hiraya {
  width: 100%;
  max-width: 515px;
  height: 392px;
  margin-left: auto;
  background: var(--beige);
  clip-path: polygon(0 0, 100% 0, 84% 91%, 70% 100%, 0 100%);
}
.plan-card--twofloor .plan-card__visual { min-height: 438px; }
.shape--building-top {
  position: absolute;
  right: 115px;
  top: 0;
  width: 270px;
  height: 160px;
  background: var(--building);
}
.shape--site {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 515px;
  height: 260px;
  background: var(--beige);
  clip-path: polygon(0 13%, 100% 0, 100% 82%, 86% 100%, 5% 76%);
}
.shape--site span {
  position: absolute;
  left: 15%;
  top: 38%;
  width: 58%;
  height: 36%;
  background: var(--building);
}
.point-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.point-grid article { position: relative; }
.point-thumb {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  background: var(--beige);
}
.point-thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 38px;
  height: 40px;
  transform: translateX(-50%);
  background: url("../assets/img/happa.webp") center / contain no-repeat;
}
.point-grid h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.point-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .04em;
}
.note {
  margin: 0 auto 0;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: .03em;
}
.plan-cta {
  margin-top: 70px;
  padding-bottom: 20px;
}
.plan-section--twofloor { padding-bottom: 150px; }


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

.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;
  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 {
  width: 78px;
  height: auto;
}

/* PC：教育 */
.life-category__title img[src*="li_icon_01"] {
  width: 60px;
}

/* PC：買い物 */
.life-category__title img[src*="li_icon_02"] {
  width: 78px;
}

/* PC：公園 */
.life-category__title img[src*="li_icon_03"] {
  width: 88px;
}

.life-category__title em {
  margin-left: 2px;
  color: #8b846a;
  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;
}

.life-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--beige);
}

.life-card__image {
  position: relative;
  display: block;
}

.life-card__image-label {
  position: absolute;
  right: 10px;
  bottom: 9px;
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .02em;
}

.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/img/happa.webp") center / contain no-repeat;
  z-index: 1;
}

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

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

.information { background: #fff; padding-top: 132px; padding-bottom: 126px; }
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  width: min(980px, 100%);
  margin: 0 auto;
}
.info-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}
.info-card img {
  width: 100%;
  height: auto;
  transition: transform .55s ease;
}

@media (hover: hover) and (pointer: fine) {
  .info-card:hover img {
    transform: scale(1.035);
  }
}
.info-card__text {
  position: absolute;
  inset: 9.5% auto auto 9.6%;
  z-index: 1;
  color: #fff;
}
.info-card__text strong {
  display: block;
  margin-bottom: 3.8%;
  font-size: clamp(24px, 2.05vw, 39px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: .08em;
}
.info-card__text em {
  display: block;
  color: #d7dd64;
  font-size: clamp(16px, 1.22vw, 23px);
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1;
}
.info-card__text i {
  position: absolute;
  left: 0;
  top: 137%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 3.0vw, 58px);
  height: clamp(36px, 3.0vw, 58px);
  border-radius: 50%;
  background: #fff;
  color: #2b2b2b;
  font-size: clamp(22px, 1.75vw, 34px);
  font-style: normal;
  font-family: var(--sans);
  line-height: 1;
}

.faq { background: #fff; padding-top: 116px; padding-bottom: 122px; }
.faq .section-title { margin-bottom: 68px; }
.faq-list { display: grid; gap: 18px; }
details {
  border: 1px solid #221815;
  background: #fff;
}
summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 76px 20px 42px;
  font-size: 17px;
  line-height: 1.5;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::before { content: "Q. "; }
summary::after {
  content: "▼";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform .2s ease;
}
details[open] summary::after { transform: translateY(-50%) rotate(180deg); }
details p {
  margin: 0;
  padding: 0 42px 26px 67px;
  font-size: 14px;
  line-height: 1.9;
}

.footer {
  display: grid;
  place-items: center;
  min-height: 360px;
  background: var(--footer);
  color: #fff;
  font-size: 22px;
  letter-spacing: .03em;
}
.footer p { margin: 0; }

.concept__bird {
  display: none;
}

@media (max-width: 767px) {
  body { letter-spacing: .07em; }
  .pc-only-flex { display: none; }
  .sp-only-flex { display: flex; }
  .pc-only { display: none; }
  .sp-only { display: block; }
  .header-cta { display: none; }


  .ai-summary {
    padding: 28px 24px;
  }
  .ai-summary p {
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.9;
    text-align: justify;
    text-align-last: left;
  }

  .hero__inner {
    left: 0;
    width: 100%;
    max-width: 665px;
    transform: none;
  }
  .hero__brand {
    top: 1.3%;
    left: 4.2%;
    width: 22.2%;
    max-width: 148px;
  }
  .menu-toggle {
    display: block;
    position: fixed;
    z-index: 12;
    top: 1.4%;
    right: 4.2%;
    width: 8.0%;
    max-width: 54px;
    min-width: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--brown);
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    height: 4px;
    margin: 0 0 7px;
    background: var(--brown);
  }
  .menu-toggle em {
  display: block;
  width: 100%;
  margin-top: 1px;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
  .global-nav {
  display: none;
  position: fixed;
  z-index: 11;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 120px 36px 60px;
  transform: none;
  white-space: normal;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.global-nav.is-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.global-nav a {
  width: min(360px, 78vw);
  padding: 22px 0;
  border-bottom: 1px solid rgba(111,129,41,.25);
  color: var(--brown);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-align: center;
}

.global-nav a:not(:last-child)::after {
  display: none;
}

.global-nav .global-nav__sp-only {
  display: block;
}

  .hero__copy {
    top: 8.7%;
    left: 5.4%;
    right: 5.4%;
    width: auto;
    max-width: none;
    text-align: center;
  }
  .hero__copy h1 {
    width: 96%;
    margin: 0 auto 105%;
  }
  .hero__lead-row {
    padding-right: 0;
    margin-bottom: 4.0%;
    border-bottom-color: rgba(191,178,62,.8);
  }
.hero__lead {
  padding-bottom: 9px;
  font-size: clamp(18px, 5.8vw, 32px);
  letter-spacing: .06em;
  white-space: nowrap;
}
  .hero__lead-kusa { display: none; }
  .hero__text {
    width: min(100%, 760px);
    margin: 0 auto;
    font-size: clamp(11px, 3.05vw, 19px);
    line-height: 1.9;
    letter-spacing: .08em;
  }
  .hero__text span {
    display: inline;
  }
  .hero__text-nowrap {
    white-space: normal;
  }
  .hero__badge { display: none; }

  .concept { padding: 130px 24px 120px; }
.concept__heading {
  width: 100%;
  min-height: 78px;
  margin-bottom: 14px;
  border-top: none;
}
.concept__heading .concept__bird {
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  width: 58px;
  transform: translateX(-50%);
  z-index: 2;
}
  .concept__heading > img:not(.concept__bird),
  .concept__heading::after { display: none; }
  .concept__desktop { display: none; }
  .concept__mobile { display: block; }
.concept__heading p {
  font-size: clamp(22px, 6.4vw, 32px);
  white-space: nowrap;
  letter-spacing: .06em;
}
.concept__heading strong { font-size: clamp(48px, 13.5vw, 68px); }
.concept__heading em { font-size: clamp(34px, 9vw, 48px); }
  .concept__sub {
    margin-bottom: 50px;
    font-size: clamp(14px, 4.0vw, 20px);
    line-height: 1.6;
    letter-spacing: .04em;
    white-space: nowrap;
  }
  .concept__box {
    width: 100%;
    padding: 28px 23px;
    font-size: clamp(15px, 4.2vw, 21px);
    line-height: 2.0;
    text-align: justify;
    text-align-last: left;
  }

  .section { padding: 96px 30px; }
  .section__inner,
  .section__inner--land,
  .section__inner--narrow { width: 100%; }
  .section-title { margin-bottom: 54px; }
  .section-title::before {
    top: -30px;
    width: 78px;
    height: 75px;
  }
  .section-title__en {
    margin-bottom: 21px;
    font-size: 22px;
  }
  .section-title h2 {
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.5;
    letter-spacing: .09em;
  }
  .section-title p {
    margin-top: 30px;
    font-size: clamp(14px, 4.0vw, 19px);
    line-height: 1.95;
    text-align: justify;
    text-align-last: left;
  }

  .land { padding-top: 94px; }
  .land .section-title { margin-bottom: 62px; }
  .land .section-title p { display: none; }
  .land__layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "map"
      "features";
    row-gap: 0;
  }
  .land__copy h3 {
  margin: 0 auto 14px;
  padding-bottom: 16px;
  text-align: center;
  font-size: clamp(20px, 5.35vw, 28px);
  line-height: 1.65;
  white-space: nowrap;
}
  .land__copy p {
    margin: 0 auto 34px;
    font-size: clamp(14px, 4.0vw, 20px);
    line-height: 1.95;
    text-align: justify;
    text-align-last: left;
  }
  .land__map img {
  width: calc(100% + 40px);
  max-width: none;
  margin-left: -20px;
}
  .legend {
    justify-content: center;
    gap: 28px;
    margin: 20px 0 44px;
    font-size: clamp(12px, 3.4vw, 17px);
  }
  .legend img { width: 21px; height: 21px; }
  .merits {
  grid-template-columns: repeat(2, 1fr);
  width: min(470px, 96%);
  margin: 0 auto 48px;
}
  .merits li {
  position: relative;
  min-height: 170px;
  padding: 22px 10px 0;
  border: 0;
}

.merits li::before,
.merits li::after {
  content: "";
  position: absolute;
}
	
	.merits li:nth-child(4)::after {
  display: none;
}

.merits li:nth-child(4) {
  border-right: 0;
}

.merits li:nth-child(odd)::after {
  top: 10%;
  right: 0;
  width: 2px;
  height: 80%;
  background: repeating-linear-gradient(
    to bottom,
    rgba(191,178,62,.85) 0 12px,
    transparent 12px 24px
  );
}

.merits li:nth-child(-n+2)::before {
  left: 14%;
  bottom: 0;
  width: 72%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    rgba(191,178,62,.85) 0 12px,
    transparent 12px 24px
  );
}
  .merits img { height: 50px; margin-bottom: 19px; }
  .merits span {
    font-size: clamp(15px, 4.25vw, 21px);
    line-height: 1.45;
  }
  .btn {
    width: auto;
    min-width: 0;
    min-height: 46px;
    margin: 0 auto;
    padding: 10px 28px;
    font-size: clamp(12px, 3.6vw, 17px);
    letter-spacing: .08em;
  }
  .land__features .btn { display: flex; width: fit-content; }
  .btn span { margin-left: 18px; }

  .plan-section { padding-top: 90px; }
  .section-title--plan { margin-bottom: 48px; }
  .section-title--plan h2 { white-space: nowrap; }
  .section-title--plan p {
    text-align: center;
    text-align-last: center;
    font-size: clamp(15px, 4.4vw, 21px);
    line-height: 1.8;
  }
  .plan-card {
    display: flex;
    flex-direction: column-reverse;
    gap: 44px;
    margin-bottom: 70px;
  }
  .plan-card__text { width: 100%; }
  .plan-card__text h3 {
    margin-bottom: 22px;
    font-size: clamp(19px, 5.0vw, 26px);
    line-height: 1.7;
  }
  .plan-card__desc {
    margin-bottom: 32px;
    font-size: clamp(14px, 3.9vw, 19px);
    line-height: 2.0;
  }
  .plan-card__text h4 {
    display: inline-block;
    min-width: 78%;
    margin: 0 0 18px;
    padding-bottom: 16px;
    font-size: clamp(30px, 8.8vw, 44px);
    text-align: left;
    white-space: nowrap;
  }
  .spec-list {
    margin-bottom: 34px;
    font-size: clamp(14px, 4.0vw, 20px);
    line-height: 1.72;
  }
  .spec-list dt { min-width: 116px; }
  .tags {
  font-size: clamp(12px, 3.4vw, 17px);
  line-height: 1.9;
  letter-spacing: 0;
}
  .tags span { white-space: nowrap; }
  .plan-card__visual {
    width: 100%;
    min-height: 0;
  }
  .shape--hiraya {
    width: 100%;
    height: min(59vw, 392px);
    max-width: none;
    margin: 0;
  }
  .plan-card--twofloor .plan-card__visual {
    min-height: min(78vw, 520px);
  }
  .shape--building-top {
    top: 0;
    right: 16%;
    width: 54%;
    height: 26vw;
    max-height: 180px;
  }
  .shape--site {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40vw;
    max-height: 270px;
  }
  .shape--site span { left: 13%; top: 39%; width: 57%; height: 35%; }
  .point-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 42px;
    margin-bottom: 60px;
  }
  .point-thumb {
    height: min(25vw, 148px);
    min-height: 92px;
    margin-bottom: 18px;
  }
  .point-thumb::before { width: 37px; height: 38px; top: -20px; }
  .point-grid h3 {
    font-size: clamp(14px, 4.0vw, 20px);
    line-height: 1.45;
  }
  .point-grid p {
    font-size: clamp(11px, 3.1vw, 15px);
    line-height: 1.72;
  }
  .note {
    font-size: clamp(10px, 2.7vw, 13px);
    line-height: 1.8;
  }
  .note--hiraya { display: none; }
  .plan-cta {
    margin-top: 54px;
    padding-bottom: 0;
  }
  .plan-section--twofloor {
  padding-top: 0px;
  padding-bottom: 118px;
}


  .life-information {
    padding: 96px 24px;
  }

  .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 {
  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;
  }

  .information {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .information .section-title h2 { font-size: clamp(24px, 7.0vw, 33px); }
  .info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    width: 100%;
  }
  .info-card { border-radius: 8px; }
  .info-card__text { inset: 10% auto auto 8.7%; }
  .info-card__text strong {
    margin-bottom: 4.5%;
    font-size: clamp(21px, 6.5vw, 38px);
    line-height: 1.45;
  }
  .info-card__text em { font-size: clamp(14px, 4.0vw, 23px); }
  .info-card__text i {
    top: 130%;
    width: clamp(34px, 10vw, 58px);
    height: clamp(34px, 10vw, 58px);
    font-size: clamp(20px, 5.8vw, 34px);
  }

  .faq { padding: 96px 30px 108px; }
  .faq .section-title { margin-bottom: 50px; }
  .faq-list { gap: 14px; }
summary {
  min-height: 58px;
  padding: 0 46px 0 20px;
  font-size: clamp(12px, 3.15vw, 16px);
  line-height: 1.45;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
}
  summary::after { right: 13px; font-size: 16px; }
  details p {
    padding: 0 14px 18px 29px;
    font-size: clamp(11px, 3.0vw, 14px);
    line-height: 1.85;
  }
  .footer { min-height: 300px; font-size: 38px; }
}

@media (max-width: 430px) {
  .section { padding-left: 24px; padding-right: 24px; }
  .menu-toggle span { height: 3px; margin-bottom: 6px; }
  .hero__copy h1 { margin-bottom: 105%; }
  .land__copy h3 { font-size: 21px; letter-spacing: .04em; }
  .spec-list dt { min-width: 100px; }
  .point-grid { column-gap: 18px; }
  .footer { font-size: 30px; }

  .life-box { padding-left: 16px; padding-right: 16px; }
  .life-grid,
  .life-grid--education,
  .life-grid--shopping,
  .life-grid--park { column-gap: 16px; }
  .life-card h4 { font-size: 13px; }
  .life-card p { font-size: 11px; }
}
.portal__lead br {
  display: block;
}

/* Footer copied from sasai_top */
.site-footer {
  color: #fff;
  background: var(--footer);
  font-family: var(--serif);
  letter-spacing: .08em;
}

.site-footer p {
  margin: 0;
}

.site-footer__inner {
  width: min(1280px, calc(100% - 48px));
  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 > * {
  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-cta__soon {
  border-style: dashed;
  border-color: rgba(255, 255, 255, .42);
  color: rgba(255, 255, 255, .6);
  cursor: default;
}

/* 1100px以上で5つを均等幅・横一列に */
@media (min-width: 1100px) {
  .footer-cta__buttons {
    flex-wrap: nowrap;
    gap: clamp(8px, .85vw, 14px);
  }

  .footer-cta__buttons > * {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px clamp(8px, 1vw, 14px);
    /* 1行に収まらない場合はこの上限値だけ下げてください */
    font-size: clamp(11px, .9vw, 13px);
    letter-spacing: .02em;
    white-space: nowrap;
  }
}

.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 > * {
    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;
  }
}
/* Access Section */
.access-section {
  background: #fff;
  padding-top: 132px;
  padding-bottom: 124px;
}

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

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

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

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

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

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

.access-note {
  width: min(920px, 100%);
  margin: 34px auto 0;
  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;
  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;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .04em;
}

.car-access-section {
  background: #2e2442;
}

.car-access__visual {
  min-height: 0;
  padding: 78px 24px 240px;
  background-size: 100% auto;
  background-position: center bottom;
}

.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;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: .12em;
}

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

.car-access__label em {
  margin-left: 2px;
  color: rgba(255, 255, 255, .72);
  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: min(1180px, 100%);
  margin: 70px auto 0;
}

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

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

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

  .access-map {
    width: auto;
    margin: 42px -24px 0;
    padding: 0 24px 8px;
    overflow-x: auto;
  }

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

  .access-note {
    margin-top: 26px;
    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;
    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: auto;
    padding: 78px 24px 360px;
    background-size: 100% auto;
    background-position: center bottom;
  }

  .car-access__label {
    gap: 8px;
    margin-bottom: 26px;
    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 {
    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: auto;
  margin: 42px -24px 0;
  padding: 0 24px 8px;
  overflow-x: auto;
  background: rgba(255, 255, 255, .68);
}

.highway-map img {
  width: min(1180px, 100%);
  height: auto;
  margin: 0 auto;
}
}
/* カーアクセス調整：PC */
.car-access__label,
.car-access__label span {
  color: #fff;
}

.car-access__visual {
  background-size: 115% auto;
  background-position: center bottom;
}

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

.highway-map img {
  width: min(1180px, 100%);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .car-access__visual {
    background-size: 115% auto;
    background-position: center bottom;
  }

  .highway-map {
    width: calc(100% + 48px);
    margin: 42px -24px 0;
    padding: 24px 24px 28px;
    background: rgba(255, 255, 255, .68);
  }
}

/* Access / Car Access final adjustment */
.access-title-en-sp {
  display: none;
}

/* PC: accepted car-access layout — do not alter */
.car-access-section {
  overflow: hidden;
}

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

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

.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 (max-width: 767px) {
  /* Access title: icon / アクセス / Access */
  .section-title--access {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 9px;
    margin-bottom: 54px;
  }

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

  .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;
  }

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

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

  .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: 100%;
    margin: 42px auto 0;
    padding: 0;
    overflow: visible;
  }

  .access-map picture {
    display: block;
  }

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

  .limited-express__lead {
    text-align: center;
  }

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

  .car-access__head p {
    width: 100%;
    text-align: justify;
    text-align-last: left;
  }

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

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

  .highway-map img {
    width: min(474px, 100%);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* 路線図 */
  .access-map {
    width: 100vw;
    margin: 42px 0 0 calc(50% - 50vw);
    padding: 0 24px 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

  /* 高速道路マップ */
  .highway-map {
    width: 100vw;
    margin: 42px 0 0 calc(50% - 50vw);
    padding: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .highway-map img {
    width: 720px;
    max-width: none;
    height: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .section-title--access {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
  }

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

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

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

/* Landplan feature cards */
.land-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 108px;
}

.land-highlight__visual {
  position: relative;
}

.land-highlight__visual::after {
  content: "image";
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .04em;
}

.land-highlight img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.land-highlight h3 {
  margin: 22px 0 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
}

.land-highlight p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .03em;
}

@media (max-width: 767px) {
  .land-highlights {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 76px;
  }

  .land-highlight h3 {
    margin-top: 18px;
    font-size: clamp(13px, 4.3vw, 21px);
    line-height: 1.55;
    letter-spacing: .02em;
    white-space: nowrap;
  }

  .land-highlight p {
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.9;
    text-align: justify;
    text-align-last: left;
  }

  .land-highlight__visual::after {
    right: 12px;
    bottom: 10px;
    font-size: 13px;
  }
}
.hero__badge {
  display: none;
}
.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);
  -webkit-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(--ink);
  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 #ded6c9;
  text-align: center;
}

.property-modal__header span {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  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 rgba(111, 129, 41, .62);
  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: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.property-modal__footer {
  padding: 24px 72px 34px;
  border-top: 1px solid #ded6c9;
  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: #2c2716;
  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;
  }
}

/* ============================================
   参考プラン例（Plan / .refplan-*）
   ============================================ */
.refplan-section {
  padding-top: 92px;
  padding-bottom: 150px;
}

.refplan-item {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  align-items: center;
  column-gap: 64px;
  margin-bottom: 48px;
}

.refplan-item--reverse {
  grid-template-columns: 1fr minmax(280px, 360px);
}

.refplan-item--reverse .refplan-item__body { order: 2; }
.refplan-item--reverse .refplan-item__figure { order: 1; }

.refplan-item__no {
  margin: 0 0 20px;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .03em;
  color: #2b2b2b;
}

.refplan-item__catch {
  margin: 0 0 24px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .08em;
}

.refplan-item__lead {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 2.1;
}

.refplan-spec {
  margin: 0;
  padding: 22px 24px;
  list-style: none;
  border: 1px solid rgba(34, 24, 21, .45);
  background: #fff;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: .03em;
}

.refplan-spec li {
  position: relative;
  padding-left: 1.4em;
}

.refplan-spec li::before {
  content: "\25A0";
  position: absolute;
  left: 0;
  top: 0;
  font-size: .78em;
}

.refplan-item__figure { margin: 0; }

/* 実画像の縦横比に合わせて aspect-ratio を調整。contain のため間取り図はトリミングされません */
.refplan-item__figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.refplan-points {
  margin-bottom: 100px;
  padding: 46px 42px 44px;
  background: #fff;
}

.refplan-points:last-of-type { margin-bottom: 56px; }

.refplan-points__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.refplan-point { margin: 0; }

.refplan-point img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.refplan-point figcaption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .03em;
}

.refplan-cta {
  margin-top: 64px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .refplan-section {
    padding-top: 90px;
    padding-bottom: 118px;
  }

  /* SP は「見出し → リード文 → 間取り図 → スペック」の縦一列に並べ替え */
  .refplan-item,
  .refplan-item--reverse {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 36px;
  }

  /* __body の箱を無効化し、中の要素を .refplan-item 直下の並び順に参加させる */
  .refplan-item__body { display: contents; }

  .refplan-item .refplan-item__no,
  .refplan-item--reverse .refplan-item__no { order: 1; }
  .refplan-item .refplan-item__catch,
  .refplan-item--reverse .refplan-item__catch { order: 2; }
  .refplan-item .refplan-item__lead,
  .refplan-item--reverse .refplan-item__lead { order: 3; }
  .refplan-item .refplan-item__figure,
  .refplan-item--reverse .refplan-item__figure { order: 4; }
  .refplan-item .refplan-spec,
  .refplan-item--reverse .refplan-spec { order: 5; }

  /* SP のみ No.◯ をラベル化して視認性を上げる */
  .refplan-item__no {
    display: block;
    width: fit-content;
    min-width: 136px;
    margin: 0 auto 22px;          /* 左揃えにする場合は margin: 0 0 22px; */
    padding: 8px 26px 10px;
    border: 1px solid rgba(34, 24, 21, .5);
    background: #fff;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
  }

  .refplan-item__catch {
    margin-bottom: 18px;
    font-size: clamp(19px, 5.0vw, 26px);
    line-height: 1.7;
  }

  .refplan-item__lead {
    margin-bottom: 26px;
    font-size: clamp(14px, 3.9vw, 19px);
    line-height: 2.0;
    text-align: justify;
    text-align-last: left;
  }

  .refplan-item__figure { margin-bottom: 16px; }

  /* 枠線・白ベタを外し、画像下のキャプション的な扱いに */
  .refplan-spec {
    padding: 0;
    border: 0;
    background: none;
    font-size: clamp(12px, 3.35vw, 16px);
    line-height: 1.85;
  }

  .refplan-points {
    margin-bottom: 72px;
    padding: 30px 20px 32px;
  }

  .refplan-points:last-of-type { margin-bottom: 44px; }

  .refplan-points__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 30px;
  }

  .refplan-point figcaption {
    margin-top: 12px;
    font-size: clamp(11px, 3.1vw, 15px);
    line-height: 1.75;
  }

  .refplan-cta {
    margin-top: 48px;
    padding-bottom: 0;
  }
}

@media (max-width: 430px) {
  .refplan-points { padding: 26px 16px 28px; }
  .refplan-points__grid { column-gap: 14px; }
}


/* ============================================
   Accessibility / semantic helpers
   ============================================ */
.sr-only {
  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;
}

body.global-nav-open {
  overflow: hidden;
}

/* ============================================
   Motion: JSが使えない場合は常に通常表示
   ============================================ */
@media (prefers-reduced-motion: no-preference) {
  .motion-item {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity .72s ease var(--motion-delay, 0ms),
      transform .72s cubic-bezier(.22, .61, .36, 1) var(--motion-delay, 0ms);
    will-change: opacity, transform;
  }

  .motion-item.motion-item--hero {
    transform: translateY(16px);
  }

  .motion-item.is-inview {
    opacity: 1;
    transform: translateY(0);
  }

  @media (hover: hover) and (pointer: fine) {
    .btn,
    .header-cta a,
    .footer-cta__buttons a,
    .property-modal__detail-link {
      transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    .btn:hover,
    .header-cta a:hover,
    .footer-cta__buttons a:hover,
    .property-modal__detail-link:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(34, 24, 21, .10);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ============================================
   Fixed navigation / CTA
   ============================================ */
.pc-fixed-header,
.sp-fixed-cta {
  display: none;
}

@media (min-width: 768px) {
  /* Existing FV header parts are retained for SP only. */
  .hero__inner > .hero__brand,
  .hero__inner > .global-nav,
  .hero__inner > .header-cta {
    display: none;
  }

  .pc-fixed-header {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(34, 24, 21, .08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .pc-fixed-header__inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
  }

  .pc-fixed-header__brand {
    position: absolute;
    top: 50%;
    left: 4.8%;
    width: clamp(120px, 9.2vw, 176px);
    transform: translateY(-50%);
  }

  .pc-fixed-header__brand img {
    width: 100%;
    height: auto;
  }

  .pc-fixed-header__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 58%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .pc-fixed-header__nav a {
    position: relative;
    padding: 0 clamp(15px, 1.45vw, 28px);
    color: var(--ink);
    font-size: clamp(10px, .73vw, 14px);
    line-height: 1.4;
    letter-spacing: .1em;
  }

  .pc-fixed-header__nav a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    background: rgba(34, 24, 21, .55);
    transform: translateY(-50%);
  }

  .pc-fixed-header__cta {
    position: absolute;
    top: 50%;
    right: 1.5%;
    display: flex;
    align-items: center;
    gap: 14px;
    transform: translateY(-50%);
  }

  .pc-fixed-header__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(124px, 8.1vw, 156px);
    min-height: clamp(36px, 2.45vw, 47px);
    padding: 7px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: clamp(12px, .82vw, 16px);
    line-height: 1.2;
    letter-spacing: .08em;
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
  }

  .pc-fixed-header__reserve {
    background: #e95513;
  }

  .pc-fixed-header__request {
    background: #00a6df;
  }

  @media (hover: hover) and (pointer: fine) {
    .pc-fixed-header__cta a:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(34, 24, 21, .10);
    }
  }
}

@media (max-width: 767px) {
  .sp-fixed-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 54px;
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -4px 16px rgba(34, 24, 21, .14);
  }

  .sp-fixed-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 54px;
    padding: 10px 8px;
    color: #fff;
    font-family: var(--serif);
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .08em;
  }

  .sp-fixed-cta__reserve {
    background: #e95513;
  }

  .sp-fixed-cta__request {
    background: #00a6df;
  }

  /* Keep the last footer content visible above the fixed CTA. */
  .site-footer {
    padding-bottom: calc(54px + env(safe-area-inset-bottom));
  }
}


/* ============================================
   参考プラン スライダー（No.6〜No.10）
   ============================================ */
.refplan-slider {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto 46px;
  padding: 0 72px 48px;
}

.refplan-slider__viewport {
  overflow: hidden;
  border: 1px solid rgba(34, 24, 21, .72);
  background: #fff;
}

.refplan-slider__track {
  display: flex;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.refplan-slider__track.is-animating {
  transition: transform .48s cubic-bezier(.22, .61, .36, 1);
}

.refplan-slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 46px 52px 38px;
  text-align: center;
}

.refplan-slide__no {
  width: fit-content;
  margin: 0 auto 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(34, 24, 21, .55);
  font-size: 28px;
  line-height: 1;
  letter-spacing: .02em;
}

.refplan-slide__catch {
  margin: 0 auto 28px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .07em;
}

.refplan-slide__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  margin: 0 auto 26px;
}

.refplan-slide__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 340px;
  margin: 0 auto;
  object-fit: contain;
}

.refplan-slide__lead {
  margin: 0 auto 22px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .04em;
}

.refplan-slide__spec {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 9px 24px;
  border: 1px dashed rgba(34, 24, 21, .65);
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: .03em;
  white-space: nowrap;
}

.refplan-slider__arrow {
  position: absolute;
  z-index: 4;
  top: calc(50% - 28px);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(34, 24, 21, .72);
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.refplan-slider__arrow span {
  display: block;
  margin-top: -4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.refplan-slider__arrow--prev { left: 4px; }
.refplan-slider__arrow--next { right: 4px; }

.refplan-slider__arrow:hover {
  background: #fff;
  box-shadow: 0 5px 16px rgba(34, 24, 21, .12);
}

.refplan-slider__arrow--prev:hover { transform: translate(-3px, -50%); }
.refplan-slider__arrow--next:hover { transform: translate(3px, -50%); }

.refplan-slider.is-hinting .refplan-slider__arrow--prev {
  animation: refplan-arrow-hint-prev 1.35s ease-in-out 2;
}

.refplan-slider.is-hinting .refplan-slider__arrow--next {
  animation: refplan-arrow-hint-next 1.35s ease-in-out .16s 2;
}

@keyframes refplan-arrow-hint-prev {
  0%, 100% { transform: translate(0, -50%); }
  45% { transform: translate(-7px, -50%); }
}

@keyframes refplan-arrow-hint-next {
  0%, 100% { transform: translate(0, -50%); }
  45% { transform: translate(7px, -50%); }
}

.refplan-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.refplan-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(86, 58, 34, .5);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width .25s ease, border-radius .25s ease, background-color .25s ease;
}

.refplan-slider__dots button[aria-current="true"] {
  width: 25px;
  border-radius: 999px;
  background: var(--green);
  border-color: var(--green);
}

.refplan-slider__hint {
  margin: 13px 0 0;
  color: rgba(34, 24, 21, .68);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .04em;
}

.refplan-note {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .refplan-slider {
    width: 100%;
    margin-bottom: 38px;
    padding: 0 38px 42px;
  }

  .refplan-slide {
    padding: 34px 18px 28px;
  }

  .refplan-slide__no {
    margin-bottom: 15px;
    font-size: 23px;
  }

  .refplan-slide__catch {
    margin-bottom: 22px;
    font-size: clamp(17px, 4.7vw, 22px);
    line-height: 1.65;
    letter-spacing: .045em;
  }

  .refplan-slide__figure {
    min-height: 0;
    margin-bottom: 22px;
  }

  .refplan-slide__figure img {
    width: 100%;
    max-height: 285px;
  }

  .refplan-slide__lead {
    margin-bottom: 20px;
    font-size: clamp(12px, 3.35vw, 15px);
    line-height: 1.85;
    text-align: left;
  }

  .refplan-slide__spec {
    width: 100%;
    padding: 10px 11px;
    font-size: clamp(10px, 2.55vw, 12px);
    line-height: 1.7;
    white-space: normal;
  }

  .refplan-slider__arrow {
    top: 47%;
    width: 36px;
    height: 36px;
  }

  .refplan-slider__arrow span {
    margin-top: -3px;
    font-size: 29px;
  }

  .refplan-slider__arrow--prev { left: -2px; }
  .refplan-slider__arrow--next { right: -2px; }

  .refplan-slider__dots {
    gap: 8px;
    margin-top: 18px;
  }

  .refplan-slider__hint {
    width: calc(100% + 20px);
    margin-left: -10px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .refplan-slider__track,
  .refplan-slider__arrow,
  .refplan-slider__dots button {
    transition: none !important;
  }
  .refplan-slider.is-hinting .refplan-slider__arrow {
    animation: none !important;
  }
}

/* ============================================
   SP layout guard: carousel / menu
   ============================================ */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-wrap {
    width: 100%;
    max-width: 100vw;
  }

  .hero__inner {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }

  .global-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh;
    margin: 0 !important;
    transform: none !important;
  }

  .refplan-section {
    overflow: hidden;
  }

  .refplan-slider {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .refplan-slider__viewport,
  .refplan-slider__track {
    width: 100%;
    min-width: 0;
  }

  .refplan-slider__viewport {
    overflow: hidden;
    touch-action: pan-y;
  }

  .refplan-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

/* ============================================
   参考プラン SP表示調整（sp修正.pdf準拠）
   PCには影響させない
   ============================================ */
@media (max-width: 767px) {
  .refplan-section .section__inner {
    width: 100%;
  }

  .refplan-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 38px;
    padding: 0;
  }

  .refplan-slider__viewport {
    width: 100%;
  }

  .refplan-slide {
    padding: 38px 18px 30px;
  }

  .refplan-slide__no {
    margin-bottom: 18px;
  }

  .refplan-slide__catch {
    width: min(100%, 285px);
    margin: 0 auto 24px;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.7;
  }

  .refplan-slide__figure {
    width: 100%;
    margin: 0 auto 26px;
  }

  .refplan-slide__figure picture {
    display: block;
    width: 100%;
  }

  .refplan-slide__figure img {
    display: block;
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .refplan-slide__lead {
    margin: 0 auto 20px;
    font-size: clamp(12px, 3.35vw, 15px);
    line-height: 1.9;
    text-align: left;
  }

  .refplan-slide__spec {
    width: min(100%, 270px);
    margin: 0 auto;
    padding: 10px 9px;
  }

  .refplan-slider__arrow {
    top: 50%;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .98);
  }

  .refplan-slider__arrow--prev {
    left: -18px;
  }

  .refplan-slider__arrow--next {
    right: -18px;
  }

  .refplan-slider__dots,
  .refplan-slider__hint {
    display: none;
  }
}


/* SP：アクセスマップの横スクロールバーを常時見えるデザインにする */
@media (max-width: 767px) {
  .access-map,
  .highway-map {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(86, 58, 34, .72) rgba(86, 58, 34, .14);
  }

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

  .access-map::-webkit-scrollbar-track,
  .highway-map::-webkit-scrollbar-track {
    background: rgba(86, 58, 34, .14);
    border-radius: 999px;
  }

  .access-map::-webkit-scrollbar-thumb,
  .highway-map::-webkit-scrollbar-thumb {
    min-width: 48px;
    background: rgba(86, 58, 34, .72);
    border-radius: 999px;
  }
}

/* ============================================
   インフォメーション：Coming Soon（準備中）カード
   ============================================ */
.info-card--soon {
  /* 画像の薄さ。数値を下げるほど薄くなります */
  --soon-img-opacity: .38;
  background: #fff;
  cursor: default;
}

.info-card--soon img {
  opacity: var(--soon-img-opacity);
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  .info-card--soon:hover img { transform: none; }
}

.info-card--soon .info-card__text strong {
  margin-bottom: 2.2%;
  font-size: clamp(16px, 1.35vw, 26px);
  letter-spacing: .2em;
}

.info-card--soon .info-card__text em {
  display: block;
  margin-bottom: 4.2%;
  color: #fff;
  font-family: var(--script);
  font-style: normal;
  /* 見本と大きさが合わない場合はこの値だけ調整 */
  font-size: clamp(40px, 3.6vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

.info-card--soon .info-card__text small {
  display: block;
  color: #fff;
  font-size: clamp(11px, .9vw, 14px);
  letter-spacing: .2em;
  line-height: 1;
}

@media (max-width: 767px) {
  .info-card--soon .info-card__text strong {
    margin-bottom: 2.5%;
    font-size: clamp(15px, 4.4vw, 26px);
  }

  .info-card--soon .info-card__text em {
    margin-bottom: 4.5%;
    font-size: clamp(34px, 10.2vw, 68px);
  }

  .info-card--soon .info-card__text small {
    font-size: clamp(10px, 2.9vw, 14px);
  }
}
