*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --font-serif: "Yu Mincho Demibold", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #3d3a32;
  background: #f5f1e6;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
}

.responsive-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gtm-noscript-frame {
  display: none;
  visibility: hidden;
}

a {
  color: inherit;
}

h1, h2, h3, h4, p {
  margin: 0;
}

p, dd, li {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  line-break: strict;
  text-wrap: pretty;
}

.serif {
  font-family: var(--font-serif);
}

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

:focus-visible {
  border-radius: 2px;
  outline: 3px solid #4a6b3a;
  outline-offset: 3px;
}

:focus:not(:focus-visible), main:focus {
  outline: none;
}

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
  background: #f5f1e6;
}

.skip-link {
  position: fixed;
  top: -200px;
  left: 12px;
  z-index: 1000;
  padding: 14px 28px;
  color: #fffdf8;
  background: #4a6b3a;
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid #e8e1d0;
  backdrop-filter: blur(8px);
}

.site-header__inner {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px clamp(20px, 4vw, 40px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.site-brand__logo {
  display: block;
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 50%;
}

.site-brand__logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(74, 107, 58, 0.18);
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.site-brand__name {
  color: #3d3a32;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-brand__en {
  margin-top: 2px;
  color: #4a6b3a;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2.5vw, 32px);
}

.site-nav a {
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  color: #6b6857;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: #3d3a32;
  border-bottom-color: #7a9a5b;
}

.site-nav-toggle, .site-nav-close {
  display: none;
}

.site-footer {
  padding: clamp(48px, 6vw, 64px) clamp(20px, 4vw, 40px) clamp(28px, 3vw, 36px);
  color: #d8cfb5;
  background: #3d3a32;
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(32px, 4vw, 44px);
  border-bottom: 1px solid #5a5648;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.site-footer__name {
  display: block;
  color: #fffdf8;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-footer__en {
  display: block;
  margin-top: 2px;
  color: #c4d4a8;
  font-size: 10px;
  letter-spacing: 0.22em;
}

.site-footer__lead, .site-footer__address, .site-footer__hours {
  color: #b8b09a;
  font-size: 13px;
  line-height: 1.9;
}

.site-footer__heading {
  margin: 0 0 18px;
  color: #c4d4a8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.site-footer__menu {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.site-footer__menu a {
  color: #d8cfb5;
  font-size: 14px;
  text-decoration: none;
}

.site-footer__address {
  margin-bottom: 14px;
  font-style: normal;
}

.site-footer__tel {
  color: #fffdf8;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.site-footer__hours {
  margin-top: 4px;
  font-size: 12px;
}

.site-footer__bottom {
  display: flex;
  padding-top: clamp(20px, 3vw, 28px);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: #b8b09a;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.site-footer__bottom small {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fffdf8;
  background: linear-gradient(135deg, #7a9a5b 0%, #4a6b3a 100%);
  border: none;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(74, 107, 58, 0.3);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.scrolled .back-to-top {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header__inner {
    flex-wrap: nowrap;
  }

  .site-nav-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #3d3a32;
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: flex;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 88px 32px 48px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    background: #fffdf8;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  body.nav-open .site-nav {
    transform: translateX(0);
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-nav a {
    width: 100%;
    padding: 18px 4px;
    border-bottom: 1px solid #e8e1d0;
    color: #3d3a32;
    font-size: 17px;
  }

  .site-nav a[aria-current="page"] {
    color: #4a6b3a;
    font-weight: 700;
  }

  .site-nav-close {
    position: absolute;
    top: 22px;
    right: 24px;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #3d3a32;
    background: transparent;
    border: none;
    cursor: pointer;
  }
}
.home-news-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  border-bottom: 1px solid #ece5d0;
}

@media (max-width: 600px) {
  .home-news-item {
    grid-template-columns: 1fr;
  }

  .home-news-item > div:first-child {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-right: none;
    border-bottom: 1px solid #ece5d0;
  }

  .home-news-item > div:first-child > span:last-child {
    margin-top: 0;
  }

  .home-news-item > div:last-child {
    padding: 18px;
  }
}

.home-hero-section {
  position: relative;
  background: #fffdf8;
}

.home-hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.home-hero-media {
  aspect-ratio: 16/7;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #ebe5d3;
}

.home-hero-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
}

.home-hero-accent-bar {
  height: 6px;
  background: linear-gradient(90deg, #7a9a5b 0%, #c4d4a8 50%, #7a9a5b 100%);
}

.home-tagline-section,
.home-health-support-section,
.home-products-heading-section,
.home-products-section,
.home-comparison-section,
.home-company-heading-section,
.home-company-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.home-news-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}

.home-news-inner {
  max-width: 980px;
  margin: 0 auto;
}

.home-news-heading-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.home-news-heading {
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.1em;
  margin: 0;
}

.home-news-label {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #4a6b3a;
  font-weight: 500;
}

.home-news-divider {
  flex: 1;
  min-width: 60px;
  height: 1px;
  background: linear-gradient(90deg, #d8cfb5 0%, transparent 100%);
}

.home-news-panel {
  background: #fffdf8;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(74, 107, 58, 0.06);
  border: 1px solid #ece5d0;
  overflow: hidden;
}

.home-news-layout {
  padding: 22px 20px;
  background: #f9f5e9;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid #ece5d0;
}

.home-news-date {
  font-size: 13px;
  color: #4a6b3a;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.home-news-badge {
  display: inline-block;
  width: fit-content;
  font-size: 11px;
  padding: 2px 8px;
  background: #4a6b3a;
  color: #fffdf8;
  border-radius: 2px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.home-news-content {
  padding: 22px 24px;
}

.home-news-subheading {
  font-size: 16px;
  font-weight: 700;
  color: #3d3a32;
  margin-bottom: 8px;
}

.home-news-summary {
  font-size: 14px;
  color: #6b6857;
  line-height: 1.85;
}

.home-news-paragraph {
  margin: 0 0 12px;
}

.home-news-emphasis {
  color: #3d3a32;
  font-weight: 600;
}

.home-news-closing-note {
  margin: 0;
}

.home-news-info-badge {
  display: inline-block;
  width: fit-content;
  font-size: 11px;
  padding: 2px 8px;
  background: #8b6748;
  color: #fffdf8;
  border-radius: 2px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.home-news-brief {
  padding: 22px 24px;
  display: flex;
  align-items: center;
}

.home-news-brief-text {
  font-size: 15px;
  color: #3d3a32;
  line-height: 1.75;
  margin: 0;
}

.home-tagline-section {
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 40px);
  background: #fffdf8;
}

.home-tagline-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}

.home-tagline-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(74, 107, 58, 0.12);
  position: relative;
}

.home-tagline-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-tagline-card {
  display: inline-block;
  padding: 6px 14px;
  background: #ebf2dd;
  color: #4a6b3a;
  font-size: 12px;
  letter-spacing: 0.2em;
  border-radius: 100px;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-tagline-heading {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.home-tagline-text {
  font-size: 17px;
  color: #4a4a40;
  line-height: 2.1;
  margin: 0;
}

.home-about-heading-section {
  padding: clamp(80px, 10vw, 120px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
  text-align: center;
  background: #f5f1e6;
}

.home-about-heading-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.home-about-heading-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.home-about-heading-label {
  font-size: 13px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.home-about-heading-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 500;
  color: #3d3a32;
  letter-spacing: 0.1em;
}

.home-about-diverse-life-section {
  padding: clamp(20px, 4vw, 40px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}

.home-about-diverse-life-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.home-about-diverse-life-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 36px rgba(74, 107, 58, 0.12);
  position: relative;
}

.home-about-diverse-life-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-diverse-life-card {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 253, 248, 0.95);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #4a6b3a;
  font-weight: 700;
}

.home-about-diverse-life-subheading {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  color: #2f2c25;
  line-height: 1.55;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.home-about-diverse-life-content {
  width: 40px;
  height: 3px;
  background: #4a6b3a;
  margin-bottom: 22px;
}

.home-about-diverse-life-text {
  font-size: 16px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.home-about-vitality-section {
  padding: clamp(20px, 4vw, 40px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}

.home-about-vitality-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.home-about-vitality-copy {
  order: 2;
}

.home-about-vitality-subheading {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  color: #2f2c25;
  line-height: 1.55;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.home-about-vitality-content {
  width: 40px;
  height: 3px;
  background: #4a6b3a;
  margin-bottom: 22px;
}

.home-about-vitality-text {
  font-size: 16px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.home-about-vitality-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 36px rgba(74, 107, 58, 0.12);
  position: relative;
  order: 1;
}

.home-about-vitality-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-vitality-card {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 253, 248, 0.95);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #4a6b3a;
  font-weight: 700;
}

.home-about-happiness-section {
  padding: clamp(20px, 4vw, 40px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}

.home-about-happiness-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.home-about-happiness-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 36px rgba(74, 107, 58, 0.12);
  position: relative;
}

.home-about-happiness-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-happiness-card {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 253, 248, 0.95);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #4a6b3a;
  font-weight: 700;
}

.home-about-happiness-subheading {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  color: #2f2c25;
  line-height: 1.55;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.home-about-happiness-content {
  width: 40px;
  height: 3px;
  background: #4a6b3a;
  margin-bottom: 22px;
}

.home-about-happiness-text {
  font-size: 16px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.home-about-products-section {
  padding: clamp(20px, 4vw, 40px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}

.home-about-products-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.home-about-products-copy {
  order: 2;
}

.home-about-products-subheading {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  color: #2f2c25;
  line-height: 1.55;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.home-about-products-content {
  width: 40px;
  height: 3px;
  background: #4a6b3a;
  margin-bottom: 22px;
}

.home-about-products-text {
  font-size: 16px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.home-about-products-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 36px rgba(74, 107, 58, 0.12);
  position: relative;
  order: 1;
}

.home-about-products-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-products-card {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 253, 248, 0.95);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #4a6b3a;
  font-weight: 700;
}

.home-about-commerce-section {
  padding: clamp(20px, 4vw, 40px) clamp(20px, 4vw, 40px) clamp(60px, 8vw, 100px);
}

.home-about-commerce-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.home-about-commerce-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 36px rgba(74, 107, 58, 0.12);
  position: relative;
}

.home-about-commerce-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-commerce-card {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 253, 248, 0.95);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #4a6b3a;
  font-weight: 700;
}

.home-about-commerce-subheading {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  color: #2f2c25;
  line-height: 1.55;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.home-about-commerce-content {
  width: 40px;
  height: 3px;
  background: #4a6b3a;
  margin-bottom: 22px;
}

.home-about-commerce-text {
  font-size: 16px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.home-products-heading-section {
  padding: clamp(80px, 10vw, 120px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
  text-align: center;
  background: #ebe5d3;
  scroll-margin-top: 100px;
}

.home-products-heading-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.home-products-heading-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.home-products-heading-label {
  font-size: 13px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.home-products-heading-heading {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.home-products-heading-text {
  font-size: clamp(14px, 1.6vw, 16px);
  color: #4a4a40;
  line-height: 2.0;
  max-width: 640px;
  margin: 0 auto;
}

.home-products-section {
  padding: clamp(20px, 3vw, 40px) clamp(20px, 4vw, 40px) clamp(60px, 8vw, 80px);
  background: #ebe5d3;
}

.home-products-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 64px);
}

.home-products-card {
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 107, 58, 0.12);
  border: 1px solid #ece5d0;
}

.home-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
}

.home-products-media {
  aspect-ratio: 4/3;
  background: #fffdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.home-products-media-contain {
  background: #fffdf8;
}

.home-products-media-contain .responsive-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 28px);
}

.home-products-media:not(.home-products-media-contain) .responsive-picture {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  transform: translateY(-50%);
}

.home-products-image-cover {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-products-image-contain {
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 92%;
  object-fit: contain;
}

.home-products-ribbon {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(74, 107, 58, 0.95);
  color: #fffdf8;
  padding: 8px 16px;
  font-size: 11px;
  letter-spacing: 0.25em;
  font-weight: 700;
  border-radius: 100px;
}

.home-products-copy {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-products-text {
  font-size: 14px;
  color: #4a6b3a;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.home-products-layout {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.home-products-subheading {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.14em;
  margin: 0;
}

.home-products-label {
  font-size: 15px;
  color: #4a6b3a;
  letter-spacing: 0.3em;
  font-weight: 500;
}

.home-products-lead {
  font-size: 16px;
  font-weight: 700;
  color: #4a6b3a;
  line-height: 1.7;
  margin-bottom: 18px;
}

.home-products-description {
  font-size: 15px;
  color: #4a4a40;
  line-height: 2.0;
  margin-bottom: 22px;
}

.home-products-ingredient-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.home-products-badge {
  font-size: 12px;
  padding: 4px 12px;
  background: #ebf2dd;
  color: #4a6b3a;
  border-radius: 100px;
  font-weight: 500;
}

.home-products-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #ece5d0;
  border-bottom: 1px solid #ece5d0;
  margin-bottom: 24px;
}

.home-products-detail-label {
  font-size: 11px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}

.home-products-value {
  margin: 0;
  font-size: 15px;
  color: #3d3a32;
  font-weight: 500;
}

.home-products-price {
  margin: 0;
}

.home-products-price-amount {
  font-size: 22px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.04em;
}

.home-products-price-unit {
  font-size: 13px;
  color: #6b6857;
  margin-left: 4px;
}

.home-products-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background: #4a6b3a;
  color: #fffdf8;
  text-decoration: none;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.25);
  transition: all 0.2s;
}

.home-products-media-reversed {
  aspect-ratio: 4/3;
  background: #fffdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  order: 2;
}

.home-products-media-reversed .responsive-picture {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  transform: translateY(-50%);
}

.home-products-ribbon-reversed {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(74, 107, 58, 0.95);
  color: #fffdf8;
  padding: 8px 16px;
  font-size: 11px;
  letter-spacing: 0.25em;
  font-weight: 700;
  border-radius: 100px;
}

.home-products-copy-reversed {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 1;
}

.home-comparison-section {
  padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 40px) clamp(60px, 8vw, 80px);
  background: #ebe5d3;
}

.home-comparison-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.home-comparison-content {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.home-comparison-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.home-comparison-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.home-comparison-label {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.home-comparison-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
}

.home-comparison-panel {
  width: 100%;
  max-width: 100%;
  background: #fffdf8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(74, 107, 58, 0.08);
  border: 1px solid #ece5d0;
}

.home-comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}

.home-comparison-caption {
  position: absolute;
  left: -9999px;
}

.home-comparison-row {
  background: #f9f5e9;
}

.home-comparison-heading-cell {
  padding: 16px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ece5d0;
  width: 22%;
  overflow-wrap: anywhere;
}

.home-comparison-heading-label {
  padding: 16px 14px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ece5d0;
  border-left: 1px solid #ece5d0;
  width: 26%;
  overflow-wrap: anywhere;
}

.home-comparison-row-label {
  font-size: 11px;
  color: #4a6b3a;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.home-comparison-shouju-heading {
  padding: 16px 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #4a6b3a;
  background: #f9f5e9;
  border-bottom: 1px solid #ece5d0;
  overflow-wrap: anywhere;
}

.home-comparison-cell {
  padding: 16px 14px;
  text-align: center;
  color: #3d3a32;
  border-bottom: 1px solid #ece5d0;
  border-left: 1px solid #ece5d0;
  overflow-wrap: anywhere;
}

.home-comparison-shouju-cell {
  padding: 16px 14px;
  text-align: center;
  color: #3d3a32;
  border-bottom: 1px solid #ece5d0;
  border-left: 1px solid #ece5d0;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.home-comparison-honoka-heading {
  padding: 16px 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #4a6b3a;
  background: #f9f5e9;
  overflow-wrap: anywhere;
}

.home-comparison-honoka-cell {
  padding: 16px 14px;
  text-align: center;
  border-left: 1px solid #ece5d0;
  overflow-wrap: anywhere;
}

.home-comparison-text {
  font-size: 18px;
  font-weight: 700;
  color: #4a6b3a;
}

.home-comparison-note {
  font-size: 12px;
  color: #6b6857;
}

@media (max-width: 900px) {
  .home-comparison-section {
    padding-right: clamp(16px, 3vw, 24px);
    padding-left: clamp(16px, 3vw, 24px);
  }

  .home-comparison-table {
    font-size: 13px;
  }

  .home-comparison-heading-cell {
    width: 18%;
  }

  .home-comparison-heading-label {
    width: 27.333%;
  }

  .home-comparison-heading-cell,
  .home-comparison-heading-label,
  .home-comparison-shouju-heading,
  .home-comparison-cell,
  .home-comparison-shouju-cell,
  .home-comparison-honoka-heading,
  .home-comparison-honoka-cell {
    padding: 14px 10px;
    overflow-wrap: anywhere;
  }

  .home-comparison-row-label,
  .home-comparison-note {
    display: block;
    margin-top: 2px;
  }
}

@media (max-width: 640px) {
  .home-comparison-table {
    font-size: 12px;
  }

  .home-comparison-heading-cell {
    width: 20%;
  }

  .home-comparison-heading-label {
    width: 26.667%;
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .home-comparison-heading-cell,
  .home-comparison-heading-label,
  .home-comparison-shouju-heading,
  .home-comparison-cell,
  .home-comparison-shouju-cell,
  .home-comparison-honoka-heading,
  .home-comparison-honoka-cell {
    padding: 10px 5px;
  }

  .home-comparison-row-label,
  .home-comparison-note {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .home-comparison-text {
    font-size: 15px;
  }
}

.home-company-heading-section {
  padding: clamp(80px, 10vw, 120px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
  text-align: center;
  background: #f5f1e6;
}

.home-company-heading-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.home-company-heading-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.home-company-heading-label {
  font-size: 13px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.home-company-heading-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 500;
  color: #3d3a32;
  letter-spacing: 0.1em;
}

.home-company-section {
  padding: 0 clamp(20px, 4vw, 40px) clamp(60px, 8vw, 100px);
  background: #f5f1e6;
}

.home-company-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fffdf8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 107, 58, 0.1);
}

.home-company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.home-company-info {
  padding: clamp(32px, 5vw, 48px);
}

.home-company-content {
  margin-bottom: 28px;
}

.home-company-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #4a6b3a;
  font-weight: 600;
}

.home-company-subheading {
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 700;
  color: #3d3a32;
  margin-bottom: 28px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.home-company-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-company-detail-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ece5d0;
}

.home-company-detail-label {
  font-size: 12px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-top: 4px;
}

.home-company-text {
  font-size: 15px;
  color: #3d3a32;
  line-height: 1.85;
}

.home-company-link {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  color: #4a6b3a;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: inline-block;
}

.home-company-hours-note {
  font-size: 13px;
  color: #6b6857;
  margin-top: 4px;
  letter-spacing: 0.05em;
}

.home-company-detail-row-final {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
}

.home-company-layout {
  display: flex;
  flex-direction: column;
}

.home-company-media {
  aspect-ratio: 4/3;
  background: #ebe5d3;
  overflow: hidden;
}

.home-company-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-company-map-frame {
  flex: 1;
  min-height: 280px;
  position: relative;
}

.home-company-map {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
}

.home-products-button:hover {
  background: #3d5a2e;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .home-products-grid {
    grid-template-columns: 1fr;
  }
}
.home-health-support-section {
  padding: clamp(72px, 9vw, 112px) clamp(20px, 4vw, 40px);
  background: #f5f1e6;
}

.home-health-support-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.home-heading-line {
  display: inline-block;
}

.home-health-support-heading {
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 56px);
  text-align: center;
}

.home-health-support-label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.home-health-support-label::before,
.home-health-support-label::after {
  content: "";
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.home-health-support-title {
  margin: 0 0 20px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.55;
  color: #2f2c25;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-health-support-lead {
  margin: 0;
  color: #4a4a40;
  font-size: 16px;
  line-height: 2;
}

.home-health-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.home-health-support-card {
  background: #fffdf8;
  border: 1px solid #e7dec8;
  border-radius: 6px;
  padding: 26px 24px 28px;
  box-shadow: 0 8px 28px rgba(74, 107, 58, 0.08);
}

.home-health-support-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #4a6b3a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.home-health-support-card-title {
  margin: 0 0 14px;
  color: #2f2c25;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-health-support-card-text {
  margin: 0;
  color: #5f5b4e;
  font-size: 15px;
  line-height: 1.9;
}

.home-health-support-guide {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
  padding: clamp(28px, 4vw, 42px);
  background: #fffdf8;
  border-left: 4px solid #4a6b3a;
}

.home-health-support-guide-title {
  margin: 0;
  color: #2f2c25;
  font-size: clamp(21px, 2.4vw, 26px);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-health-support-list {
  margin: 0;
  padding-left: 1.2em;
  color: #4a4a40;
  font-size: 16px;
  line-height: 1.9;
}

.home-health-support-list li + li {
  margin-top: 6px;
}

.home-health-support-actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.home-health-support-button,
.home-health-support-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.home-health-support-button {
  background: #4a6b3a;
  color: #fffdf8;
}

.home-health-support-secondary-button {
  background: #fffdf8;
  color: #4a6b3a;
  border: 1px solid #4a6b3a;
}

@media (max-width: 900px) {
  .home-health-support-grid {
    grid-template-columns: 1fr;
  }

  .home-health-support-guide {
    grid-template-columns: 1fr;
  }

  .home-health-support-actions {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .home-health-support-section {
    padding: 56px 20px;
  }

  .home-health-support-card {
    padding: 24px 20px;
  }

  .home-health-support-guide {
    padding: 26px 20px;
  }

  .home-health-support-button,
  .home-health-support-secondary-button {
    width: 100%;
  }
}
