#main-content p,
#main-content dd,
#main-content li {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  line-break: strict;
}

.hakkogen-breadcrumb-nav {
  padding: 18px clamp(20px, 4vw, 40px) 0;
}

.hakkogen-breadcrumb-list {
  max-width: 1180px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}

.hakkogen-breadcrumb-link {
  color: #6b6857;
  text-decoration: none;
}

.hakkogen-breadcrumb-item {
  color: #b8b09a;
}

.hakkogen-breadcrumb-current {
  color: #4a6b3a;
  font-weight: 600;
}

.hakkogen-hero-section {
  padding: clamp(30px, 4vw, 50px) clamp(20px, 4vw, 40px) clamp(50px, 7vw, 80px);
}

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

.hakkogen-hero-media {
  aspect-ratio: 3/4;
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 107, 58, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 40px);
}

.hakkogen-hero-image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hakkogen-hero-card {
  display: inline-block;
  padding: 6px 14px;
  background: #ebe5d3;
  color: #4a6b3a;
  font-size: 11px;
  letter-spacing: 0.25em;
  border-radius: 100px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hakkogen-hero-text {
  font-size: 14px;
  color: #4a6b3a;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  line-height: 1.7;
}

.hakkogen-hero-heading {
  margin: 0 0 24px;
}

.hakkogen-hero-label {
  display: block;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.hakkogen-hero-product-name-en {
  display: block;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.14em;
  margin-top: 14px;
}

.hakkogen-hero-description {
  font-size: 15px;
  color: #4a4a40;
  line-height: 2.0;
  margin-bottom: 28px;
}

.hakkogen-hero-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  padding: 20px;
  background: #fffdf8;
  border-radius: 6px;
  border: 1px solid #ece5d0;
  margin-bottom: 28px;
}

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

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

.hakkogen-hero-price {
  margin: 0;
}

.hakkogen-hero-price-amount {
  font-size: 24px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.04em;
}

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

.hakkogen-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  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);
}

.hakkogen-hero-button:hover {
  background: #3d5a2e;
}

.hakkogen-section-light {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #fffdf8;
}

.hakkogen-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hakkogen-section-header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.hakkogen-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.hakkogen-section-eyebrow-line {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.hakkogen-section-eyebrow-text {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.hakkogen-section-heading {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.hakkogen-key-points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.hakkogen-key-point-card {
  background: #f9f5e9;
  padding: clamp(28px, 4vw, 36px) clamp(24px, 3vw, 32px);
  border-radius: 8px;
  border: 1px solid #ece5d0;
}

.hakkogen-key-point-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.hakkogen-key-point-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #7a9a5b 0%, #4a6b3a 100%);
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.hakkogen-key-point-title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  margin: 0;
}

.hakkogen-key-point-text {
  font-size: 14px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.hakkogen-text-emphasis {
  color: #4a6b3a;
  font-weight: 700;
}

.hakkogen-section-muted {
  padding: clamp(50px, 7vw, 80px) clamp(20px, 4vw, 40px);
  background: #f5f1e6;
}

.hakkogen-platinum-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hakkogen-platinum-card {
  background: linear-gradient(135deg, #3d3a32 0%, #1a1814 100%);
  border-radius: 8px;
  padding: clamp(36px, 5vw, 56px) clamp(28px, 4vw, 44px);
  position: relative;
  overflow: hidden;
}

.hakkogen-platinum-decoration {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 184, 130, 0.18) 0%, transparent 70%);
}

.hakkogen-platinum-content {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
}

.hakkogen-platinum-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(96px, 12vw, 130px);
  height: clamp(96px, 12vw, 130px);
  border: 1.5px solid #d4b882;
  border-radius: 50%;
  color: #d4b882;
  text-align: center;
  flex-shrink: 0;
}

.hakkogen-platinum-badge-text {
  font-size: clamp(14px, 1.8vw, 16px);
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
}

.hakkogen-platinum-label {
  font-size: 11px;
  color: #d4b882;
  letter-spacing: 0.3em;
  font-weight: 600;
  margin-bottom: 10px;
}

.hakkogen-platinum-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  color: #fffdf8;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 14px;
}

.hakkogen-platinum-text {
  font-size: 14px;
  color: #d8cfb5;
  line-height: 1.95;
  margin: 0;
}

.hakkogen-narrow-inner {
  max-width: 880px;
  margin: 0 auto;
}

.hakkogen-narrow-header {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.hakkogen-gut-heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 28px;
  text-align: center;
}

.hakkogen-gut-note {
  background: #f9f5e9;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 6px;
  border-left: 4px solid #4a6b3a;
}

.hakkogen-gut-note-lead {
  font-size: 15px;
  color: #3d3a32;
  line-height: 2.1;
  margin: 0;
}

.hakkogen-gut-note-text {
  font-size: 15px;
  color: #3d3a32;
  line-height: 2.1;
  margin: 20px 0 0;
}

.hakkogen-gut-functions-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #ebe5d3;
}

.hakkogen-point-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 22px;
  background: #3d3a32;
  color: #fffdf8;
  border-radius: 4px;
  margin-bottom: 18px;
}

.hakkogen-point-label-text {
  font-size: 12px;
  letter-spacing: 0.25em;
  font-weight: 700;
}

.hakkogen-section-subtitle {
  font-size: 14px;
  color: #4a6b3a;
  font-weight: 600;
  margin-top: 14px;
}

.hakkogen-gut-functions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.hakkogen-gut-function-card {
  background: #fffdf8;
  padding: 22px 24px;
  border-radius: 6px;
  border: 1px solid #ece5d0;
  box-shadow: 0 2px 8px rgba(74, 107, 58, 0.05);
}

.hakkogen-gut-function-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}

.hakkogen-gut-function-icon-synthesis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #4a6b3a;
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hakkogen-gut-function-title {
  font-size: 15px;
  font-weight: 700;
  color: #3d3a32;
  margin: 0;
}

.hakkogen-gut-function-text {
  font-size: 13px;
  color: #4a4a40;
  line-height: 1.9;
  margin: 0;
}

.hakkogen-gut-function-icon-absorption {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #3f6f83;
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hakkogen-gut-function-icon-digestion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #586b78;
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hakkogen-gut-function-icon-excretion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #8b6748;
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hakkogen-gut-function-icon-detox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #3d5a8a;
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hakkogen-gut-function-icon-immunity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #3f764f;
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hakkogen-gut-function-icon-nervous {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #95613c;
  color: #fffdf8;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.hakkogen-microbe-note-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.hakkogen-yeast-note-card {
  background: #fffdf8;
  border-radius: 6px;
  border: 1.5px solid #9a5265;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.hakkogen-yeast-note-label {
  background: #9a5265;
  color: #fffdf8;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hakkogen-microbe-note-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.hakkogen-microbe-note-text {
  padding: 16px 20px;
  font-size: 13px;
  color: #3d3a32;
  line-height: 1.85;
  margin: 0;
}

.hakkogen-enzyme-note-card {
  background: #fffdf8;
  border-radius: 6px;
  border: 1.5px solid #8b3a4a;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.hakkogen-enzyme-note-label {
  background: #8b3a4a;
  color: #fffdf8;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

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

.hakkogen-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}

.hakkogen-process-item {
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ece5d0;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.06);
  display: grid;
  grid-template-columns: clamp(110px, 14vw, 160px) 1fr;
}

.hakkogen-process-step-label-prep {
  background: #3f7777;
  color: #fffdf8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
  gap: 6px;
}

.hakkogen-process-step-caption {
  font-size: 11px;
  letter-spacing: 0.25em;
  opacity: 1;
}

.hakkogen-process-step-number {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1;
}

.hakkogen-process-step-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 6px;
}

.hakkogen-process-step-body {
  padding: clamp(22px, 3vw, 28px) clamp(22px, 3vw, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(20px, 3vw, 28px);
  align-items: center;
}

.hakkogen-process-step-heading {
  font-size: clamp(17px, 1.9vw, 19px);
  font-weight: 700;
  color: #3d3a32;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.hakkogen-process-step-text {
  font-size: 14px;
  color: #4a4a40;
  line-height: 1.9;
  margin: 0;
}

.hakkogen-process-material-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hakkogen-process-material-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hakkogen-process-material-media {
  aspect-ratio: 4/3;
  background: #ebe5d3;
  border-radius: 4px;
  overflow: hidden;
}

.hakkogen-process-material-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hakkogen-process-material-caption {
  font-size: 11px;
  color: #6b6857;
  text-align: center;
  font-weight: 500;
}

.hakkogen-process-step-label-ferment {
  background: #4a6b9a;
  color: #fffdf8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
  gap: 6px;
}

.hakkogen-process-step-duration {
  font-size: 11px;
  opacity: 1;
  margin-top: 2px;
}

.hakkogen-process-step-text-spaced {
  font-size: 14px;
  color: #4a4a40;
  line-height: 1.9;
  margin: 0 0 12px;
}

.hakkogen-bacteria-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #2d6080;
  font-weight: 600;
}

.hakkogen-bacteria-media {
  aspect-ratio: 16/10;
  background: radial-gradient(circle, #e8f4f7 0%, #c8e2eb 100%);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3vw, 36px);
}

.hakkogen-bacteria-media .responsive-picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hakkogen-bacteria-image {
  max-width: 60%;
  max-height: 100%;
  object-fit: contain;
}

.hakkogen-process-step-label-aging {
  background: #8c6070;
  color: #fffdf8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
  gap: 6px;
}

.hakkogen-process-step-body-compact {
  padding: clamp(22px, 3vw, 28px) clamp(22px, 3vw, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(20px, 3vw, 28px);
  align-items: center;
}

.hakkogen-process-image-frame {
  aspect-ratio: 16/10;
  background: #ebe5d3;
  border-radius: 4px;
  overflow: hidden;
}

.hakkogen-process-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hakkogen-process-image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hakkogen-process-step-label-complete {
  background: #8f5a38;
  color: #fffdf8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
  gap: 6px;
}

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

.hakkogen-product-details {
  background: #f9f5e9;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ece5d0;
  margin-bottom: clamp(32px, 4vw, 44px);
}

.hakkogen-product-detail-row {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 0;
  border-bottom: 1px solid #ece5d0;
}

.hakkogen-product-detail-term {
  padding: 18px 22px;
  background: #fffdf8;
  font-size: 12px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.1em;
  border-right: 1px solid #ece5d0;
  display: flex;
  align-items: center;
}

.hakkogen-product-detail-description {
  margin: 0;
  padding: 18px 22px;
  font-size: 14px;
  color: #3d3a32;
}

.hakkogen-product-detail-description-long {
  margin: 0;
  padding: 18px 22px;
  font-size: 14px;
  color: #3d3a32;
  line-height: 1.85;
}

.hakkogen-product-detail-term-top {
  padding: 18px 22px;
  background: #fffdf8;
  font-size: 12px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.1em;
  border-right: 1px solid #ece5d0;
  display: flex;
  align-items: flex-start;
}

.hakkogen-product-detail-description-note {
  margin: 0;
  padding: 18px 22px;
  font-size: 13px;
  color: #3d3a32;
  line-height: 1.85;
}

.hakkogen-product-detail-row-last {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 0;
}

.hakkogen-product-detail-price {
  margin: 0;
  padding: 18px 22px;
}

.hakkogen-product-detail-price-unit {
  font-size: 14px;
  color: #6b6857;
  margin-left: 4px;
}

.hakkogen-set-box {
  background: #fffdf8;
  border: 2px solid #4a6b3a;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 40px);
  position: relative;
}

.hakkogen-set-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #4a6b3a;
  color: #fffdf8;
  padding: 4px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 2px;
}

.hakkogen-set-heading {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 28px;
}

.hakkogen-set-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.hakkogen-set-card {
  background: #f9f5e9;
  border-radius: 6px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hakkogen-set-card-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hakkogen-set-quantity {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}

.hakkogen-set-quantity-number {
  font-size: 28px;
  font-weight: 700;
  color: #3d3a32;
  line-height: 1;
}

.hakkogen-set-quantity-unit {
  font-size: 14px;
  color: #3d3a32;
  font-weight: 600;
}

.hakkogen-set-save-label {
  display: inline-block;
  padding: 4px 12px;
  background: #8b6748;
  color: #fffdf8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 2px;
}

.hakkogen-set-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #c4b89a;
}

.hakkogen-set-price-amount {
  font-size: clamp(32px, 4vw, 38px);
  font-weight: 700;
  color: #4a6b3a;
  line-height: 1;
  letter-spacing: 0.02em;
}

.hakkogen-set-price-unit {
  font-size: 13px;
  color: #6b6857;
}

.hakkogen-set-unit-price {
  font-size: 12px;
  color: #6b6857;
}

.hakkogen-set-unit-price-amount {
  font-size: 17px;
  color: #3d3a32;
  font-weight: 700;
}

.hakkogen-set-card-featured {
  background: #f9f5e9;
  border-radius: 6px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  border: 1.5px solid #4a6b3a;
}

.hakkogen-set-best-label {
  position: absolute;
  top: -10px;
  right: 16px;
  background: #4a6b3a;
  color: #fffdf8;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-radius: 2px;
}

.hakkogen-set-note {
  font-size: 12px;
  color: #6b6857;
  text-align: center;
  margin-top: 24px;
}

.hakkogen-contact-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: linear-gradient(135deg, #4a6b3a 0%, #7a9a5b 100%);
  position: relative;
  overflow: hidden;
}

.hakkogen-contact-decoration {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.06);
  pointer-events: none;
}

.hakkogen-contact-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.hakkogen-contact-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  color: #fffdf8;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.hakkogen-contact-text {
  font-size: 15px;
  color: rgba(255, 253, 248, 0.92);
  line-height: 2.0;
  margin-bottom: 32px;
}

.hakkogen-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 2.5vw, 24px) clamp(28px, 4vw, 44px);
  background: #fffdf8;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.hakkogen-contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 5vw, 48px);
  height: clamp(40px, 5vw, 48px);
  background: linear-gradient(135deg, #7a9a5b 0%, #4a6b3a 100%);
  border-radius: 50%;
  color: #fffdf8;
  flex-shrink: 0;
}

.hakkogen-contact-content {
  text-align: left;
}

.hakkogen-contact-label {
  font-size: 11px;
  color: #4a6b3a;
  letter-spacing: 0.25em;
  font-weight: 700;
}

.hakkogen-contact-phone-number {
  font-size: clamp(24px, 3.6vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.hakkogen-contact-hours {
  font-size: 13px;
  color: rgba(255, 253, 248, 0.85);
  margin-top: 22px;
}

.hakkogen-related-product-section {
  padding: clamp(50px, 7vw, 80px) clamp(20px, 4vw, 40px);
  background: #f5f1e6;
}

.hakkogen-related-product-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hakkogen-related-product-heading {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
  text-align: center;
}

.hakkogen-related-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.hakkogen-related-product-link-card {
  display: block;
  background: #fffdf8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.08);
  border: 1px solid #ece5d0;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

.hakkogen-related-product-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.15);
}

.hakkogen-related-product-media {
  aspect-ratio: 16/10;
  background: #ebe5d3;
  overflow: hidden;
}

.hakkogen-related-product-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hakkogen-related-product-content {
  padding: clamp(20px, 3vw, 26px);
}

.hakkogen-related-product-text {
  font-size: 12px;
  color: #4a6b3a;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.hakkogen-related-product-subheading {
  margin: 0 0 12px;
}

.hakkogen-related-product-label {
  font-size: 24px;
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.12em;
}

.hakkogen-related-product-name-en {
  font-size: 12px;
  color: #4a6b3a;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-left: 10px;
}

.hakkogen-related-product-description {
  font-size: 13px;
  color: #4a4a40;
  line-height: 1.85;
  margin-bottom: 14px;
}

.hakkogen-related-product-link-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a6b3a;
  font-weight: 600;
  font-size: 13px;
}

@media (max-width: 767px) {
  .hakkogen-hero-inner,
  .hakkogen-platinum-content,
  .hakkogen-microbe-note-grid,
  .hakkogen-process-item,
  .hakkogen-product-detail-row,
  .hakkogen-product-detail-row-last,
  .hakkogen-set-grid,
  .hakkogen-related-product-grid {
    grid-template-columns: 1fr !important;
  }
}
