@charset "UTF-8";

/* トップページ専用のブランド・UI調整 */
.page-top-brand {
  --gazon-ink: #243228;
  --gazon-green: #355b43;
  --gazon-green-dark: #203d2c;
  --gazon-wood: #80583a;
  --gazon-sand: #f3eee4;
  --gazon-paper: #fbfaf6;
  --gazon-line: rgba(36, 50, 40, .15);
  background: var(--gazon-paper);
  color: var(--gazon-ink);
}

.page-top-brand main {
  overflow: hidden;
}

.page-top-brand .hero-typo {
  width: 100%;
  max-width: none;
  min-height: min(680px, calc(100svh - 96px));
  height: auto;
  padding: clamp(44px, 6vw, 76px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--gazon-line);
  background: var(--gazon-paper);
  text-align: left;
}

.page-top-brand .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(38px, 6vw, 82px);
  width: min(1160px, 100%);
  margin: 0 auto;
}

.page-top-brand .hero-copy {
  max-width: 590px;
  padding: 0;
}

.page-top-brand .hero-kicker,
.page-top-brand .tagline-label,
.page-top-brand .accordion-intro > p {
  margin: 0 0 18px;
  color: var(--gazon-wood);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.page-top-brand .hero-copy h1 {
  margin: 0;
  color: var(--gazon-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.22;
}

.page-top-brand .hero-lead {
  max-width: 36em;
  margin: 24px 0 0;
  color: #4f5b52;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.9;
}

.page-top-brand .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.page-top-brand .hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid var(--gazon-green);
  border-radius: 2px;
  color: var(--gazon-green-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.page-top-brand .hero-link--primary {
  background: var(--gazon-green-dark);
  color: #fff;
}

.page-top-brand .hero-visual {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 48px 2px 2px;
  box-shadow: 0 20px 46px rgba(42, 48, 39, .14);
}

.page-top-brand .hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(24, 36, 28, .7));
  content: "";
}

.page-top-brand .hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
}

.page-top-brand .hero-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
}

.page-top-brand #tagline {
  width: 100%;
  max-width: none;
  padding: clamp(58px, 7vw, 84px) 20px;
  border-bottom: 1px solid var(--gazon-line);
  background: #f3f0e8;
  color: var(--gazon-ink);
  text-align: left;
}

.page-top-brand .tagline-content {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.page-top-brand #tagline h2 {
  max-width: 780px;
  margin: 0;
  color: var(--gazon-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
}

.page-top-brand #tagline .tagline-sub {
  display: block;
  max-width: 710px;
  margin: 20px 0 0;
  color: #566158;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.page-top-brand .brand-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--gazon-line);
}

.page-top-brand .brand-pillars article {
  min-width: 0;
  padding: 22px 28px 2px 0;
  border-right: 1px solid var(--gazon-line);
}

.page-top-brand .brand-pillars article + article {
  padding-left: 28px;
}

.page-top-brand .brand-pillars article:last-child {
  border-right: 0;
}

.page-top-brand .brand-pillars span,
.page-top-brand .brand-pillars strong {
  display: block;
}

.page-top-brand .brand-pillars span {
  margin-bottom: 12px;
  color: var(--gazon-wood);
  font-size: 12px;
  letter-spacing: .15em;
}

.page-top-brand .brand-pillars strong {
  color: var(--gazon-ink);
  font-size: 17px;
}

.page-top-brand .brand-pillars p {
  margin: 8px 0 0;
  color: #667068;
  font-size: 13px;
  line-height: 1.7;
}

.page-top-brand #accordion {
  width: min(1050px, 100%);
  padding: clamp(58px, 7vw, 82px) 20px;
}

/* 元CSSが参照する未添付のlogo-mark.svgは、トップページでは表示しない */
.page-top-brand #accordion::before,
.page-top-brand #accordion::after {
  display: none;
  background-image: none;
}

.page-top-brand .accordion-intro {
  margin-bottom: 28px;
}

.page-top-brand .accordion-intro > p {
  margin-bottom: 8px;
}

.page-top-brand .accordion-intro h2 {
  margin: 0;
  color: var(--gazon-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 500;
}

.page-top-brand #accordion > details {
  margin: 8px 0;
  border: 1px solid var(--gazon-line);
  border-radius: 3px;
  background: rgba(255, 255, 255, .88);
  box-shadow: none;
  transform: none;
  scroll-margin-top: 116px;
}

.page-top-brand .chapter-summary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 80px;
  gap: 18px;
  padding: 13px 22px;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
}

.page-top-brand details[open] > .chapter-summary {
  background: #f0eee6;
}

.page-top-brand .chapter-index {
  color: var(--gazon-wood);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
}

.page-top-brand .chapter-copy,
.page-top-brand .chapter-title,
.page-top-brand .chapter-subtitle {
  display: block;
  min-width: 0;
}

.page-top-brand .chapter-title {
  color: var(--gazon-ink);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600;
  line-height: 1.45;
}

.page-top-brand .chapter-subtitle {
  margin-top: 4px;
  color: #6f776f;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05em;
}

.page-top-brand .chapter-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gazon-line);
  border-radius: 50%;
}

.page-top-brand .chapter-toggle::before,
.page-top-brand .chapter-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--gazon-green-dark);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.page-top-brand .chapter-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.page-top-brand details[open] > .chapter-summary .chapter-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.page-top-brand #accordion > details > .content {
  padding: clamp(24px, 4vw, 46px);
}

.page-top-brand .category-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

.page-top-brand .category-item {
  min-width: 0;
  margin: 0;
}

.page-top-brand .category-item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* 04：庭全体の設計・施工 */
.page-top-brand .garden-scope-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  align-items: stretch;
  gap: 0;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid var(--gazon-line);
  background: #f3f0e8;
}

.page-top-brand .garden-scope-lead figure {
  min-height: 360px;
  margin: 0;
}

.page-top-brand .garden-scope-lead img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.page-top-brand .garden-scope-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 46px);
}

.page-top-brand .garden-scope-label {
  margin: 0 0 12px;
  color: var(--gazon-wood);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.page-top-brand .garden-scope-copy h3 {
  margin: 0;
  color: var(--gazon-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(21px, 2.6vw, 29px);
  font-weight: 600;
  line-height: 1.5;
}

.page-top-brand .garden-scope-copy > p:last-child {
  margin: 18px 0 0;
  color: #566158;
  font-size: 15px;
  line-height: 1.9;
}

.page-top-brand .garden-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
}

.page-top-brand .garden-scope-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gazon-line);
  background: #fff;
}

.page-top-brand .garden-scope-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-top-brand .garden-scope-card > div {
  padding: 16px 17px 18px;
}

.page-top-brand .garden-scope-card h3 {
  margin: 0;
  color: var(--gazon-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.page-top-brand .garden-scope-card p {
  margin: 7px 0 0;
  color: #667068;
  font-size: 13px;
  line-height: 1.7;
}

.page-top-brand .garden-scope-table thead {
  background: #f3f0e8;
}

.page-top-brand .garden-scope-table th,
.page-top-brand .garden-scope-table td {
  padding: 11px 13px;
  border: 1px solid #ddd9cf;
  text-align: left;
  line-height: 1.7;
}

.page-top-brand .garden-scope-table th:first-child,
.page-top-brand .garden-scope-table td:first-child {
  width: 24%;
  color: var(--gazon-green-dark);
  font-weight: 700;
}

.page-top-brand .mini-gallery img,
.page-top-brand .card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-top-brand #gallery-band {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* 末尾の問い合わせ：汎用header指定を打ち消し、写真との重なりを避ける */
.page-top-brand .inquiry-jp {
  width: 100%;
  max-width: none;
  padding: clamp(64px, 8vw, 104px) 20px;
  background: #ece7dc;
}

.page-top-brand .inquiry-jp__heading {
  position: static;
  width: min(920px, 100%);
  margin: 0 auto 24px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.page-top-brand .inquiry-jp__heading-jp {
  margin: 0;
  color: var(--gazon-green-dark);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.25;
}

.page-top-brand .inquiry-jp__heading-sub {
  margin: 16px 0 0;
  color: #5f685f;
}

.page-top-brand .inquiry-jp__card {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 4px;
  background: var(--gazon-green-dark);
  color: #fff;
}

.page-top-brand .inquiry-jp__badge {
  position: static;
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
}

.page-top-brand .inquiry-jp__title {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.45;
}

.page-top-brand .inquiry-jp__lead {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
}

.page-top-brand .inquiry-jp__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid rgba(255, 255, 255, .18);
}

.page-top-brand .inquiry-jp__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  text-align: center;
}

.page-top-brand .inquiry-jp__stats li:last-child {
  border-right: 0;
}

.page-top-brand .inquiry-jp__stats .stat-num {
  color: #fff;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 700;
}

.page-top-brand .inquiry-jp__stats .stat-label {
  margin-top: 3px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.page-top-brand .inquiry-jp__actions {
  display: grid;
  gap: 10px;
}

.page-top-brand .inquiry-jp__btn {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 62px;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 3px;
  background: #fff;
  color: var(--gazon-green-dark);
  text-decoration: none;
}

.page-top-brand .inquiry-jp__btn .btn-text,
.page-top-brand .inquiry-jp__btn .btn-tag,
.page-top-brand .inquiry-jp__btn .btn-label {
  display: block;
}

.page-top-brand .inquiry-jp__btn .btn-tag,
.page-top-brand .inquiry-jp__btn .btn-meta {
  color: #6c746c;
  font-size: 11px;
}

.page-top-brand .inquiry-jp__btn .btn-label {
  font-size: 14px;
  font-weight: 700;
}























@media (max-width: 820px) {
  .page-top-brand .hero-typo {
    min-height: auto;
    padding: 38px 20px 52px;
  }

  .page-top-brand .hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-top-brand .hero-visual,
  .page-top-brand .hero-visual img {
    min-height: 330px;
  }

  .page-top-brand .hero-visual {
    border-radius: 3px 38px 3px 3px;
  }

  .page-top-brand .brand-pillars {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .page-top-brand .brand-pillars article,
  .page-top-brand .brand-pillars article + article {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--gazon-line);
  }

  .page-top-brand .brand-pillars article:last-child {
    border-bottom: 0;
  }

  .page-top-brand .garden-scope-lead {
    grid-template-columns: 1fr;
  }

  .page-top-brand .garden-scope-lead figure,
  .page-top-brand .garden-scope-lead img {
    min-height: 300px;
  }

  .page-top-brand .garden-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }



}

@media (max-width: 600px) {
  .page-top-brand .hero-kicker,
  .page-top-brand .tagline-label,
  .page-top-brand .accordion-intro > p {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .page-top-brand .hero-copy h1 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.35;
  }

  .page-top-brand .hero-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .page-top-brand .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .page-top-brand .hero-link {
    min-height: 48px;
    padding: 10px 8px;
    font-size: 13px;
  }

  .page-top-brand .hero-visual,
  .page-top-brand .hero-visual img {
    min-height: 270px;
  }

  .page-top-brand .hero-visual figcaption {
    right: 18px;
    bottom: 16px;
    left: 18px;
    font-size: 11px;
  }

  .page-top-brand #tagline {
    padding-block: 48px;
    padding-inline: 22px;
  }

  .page-top-brand #tagline h2 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.55;
  }

  .page-top-brand #tagline .tagline-sub {
    padding: 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .page-top-brand .brand-pillars {
    margin-top: 28px;
  }

  .page-top-brand #accordion {
    padding-block: 48px;
    padding-inline: 16px;
  }

  .page-top-brand .chapter-summary {
    grid-template-columns: 28px minmax(0, 1fr) 34px;
    min-height: 72px;
    gap: 10px;
    padding: 11px 12px;
  }

  .page-top-brand .chapter-title {
    font-size: 17px;
  }

  .page-top-brand .chapter-subtitle {
    font-size: 13px;
  }

  .page-top-brand .chapter-toggle {
    width: 32px;
    height: 32px;
  }

  .page-top-brand #accordion > details > .content {
    padding: 24px 18px 30px;
  }

  .page-top-brand .garden-scope-lead {
    margin-bottom: 20px;
  }

  .page-top-brand .garden-scope-lead figure,
  .page-top-brand .garden-scope-lead img {
    min-height: 230px;
  }

  .page-top-brand .garden-scope-copy {
    padding: 24px 20px 26px;
  }

  .page-top-brand .garden-scope-copy h3 {
    font-size: 21px;
  }

  .page-top-brand .garden-scope-copy > p:last-child {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.75;
  }

  .page-top-brand .garden-scope-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .page-top-brand .garden-scope-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 112px;
  }

  .page-top-brand .garden-scope-card img {
    width: 112px;
    height: 100%;
    min-height: 112px;
    aspect-ratio: auto;
  }

  .page-top-brand .garden-scope-card > div {
    align-self: center;
    padding: 13px 14px;
  }

  .page-top-brand .garden-scope-card h3 {
    font-size: 15px;
  }

  .page-top-brand .garden-scope-card p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.55;
  }

  /* 共通の表カード化より詳細度を上げ、PC用の左列24%を確実に解除 */
  .page-top-brand table.rwd-card.garden-scope-table td:first-child {
    display: block;
    width: 100% !important;
    padding: 13px 16px;
    border: 0;
    border-bottom: 1px solid #e1ddd3;
    background: #f3f0e8;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .page-top-brand table.rwd-card.garden-scope-table td:nth-child(2) {
    display: block;
    width: 100% !important;
    padding: 14px 16px 17px;
    border: 0;
    background: #fff;
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }

  .page-top-brand table.rwd-card.garden-scope-table td:nth-child(2)::before {
    display: none;
    content: none;
  }

  .page-top-brand .category-container {
    display: flex;
    gap: 12px;
    margin-inline: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .page-top-brand .category-item {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .page-top-brand .inquiry-jp__heading,
  .page-top-brand .inquiry-jp__card {
    width: 100%;
  }

  .page-top-brand .inquiry-jp__stats li {
    min-height: 78px;
  }

  .page-top-brand .inquiry-jp__btn {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    padding-inline: 14px;
  }











}

@media (prefers-reduced-motion: reduce) {
  .page-top-brand *,
  .page-top-brand *::before,
  .page-top-brand *::after {
    scroll-behavior: auto !important;
  }
}
