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

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

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

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

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

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

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

.shouju-hero-media {
  aspect-ratio: 1/1;
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 107, 58, 0.15);
  position: relative;
  padding: 20px;
}

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

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

.shouju-hero-text {
  font-size: 15px;
  color: #4a6b3a;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

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

.shouju-hero-label {
  display: block;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.shouju-hero-product-name-en {
  display: block;
  font-size: 17px;
  color: #4a6b3a;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-top: 8px;
}

.shouju-hero-lead {
  font-size: clamp(17px, 2vw, 19px);
  font-weight: 700;
  color: #4a6b3a;
  line-height: 1.7;
  margin-bottom: 18px;
}

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

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

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

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

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

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

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

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

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

.shouju-feature-summary-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.shouju-feature-summary-layout {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.shouju-feature-summary-badge {
  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: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
}

.shouju-feature-summary-heading {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  margin: 0;
}

.shouju-feature-summary-media {
  aspect-ratio: 16/10;
  background: #ebe5d3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
}

.shouju-feature-summary-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shouju-feature-summary-text {
  font-size: 15px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.shouju-feature-summary-emphasis {
  color: #4a6b3a;
  font-weight: 700;
}

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

.shouju-intestinal-flora-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.shouju-intestinal-flora-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.shouju-intestinal-flora-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.shouju-intestinal-flora-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

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

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

.shouju-intestinal-flora-subtitle {
  font-size: 0.7em;
  color: #4a6b3a;
}

.shouju-intestinal-flora-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 4vw, 48px);
  align-items: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.shouju-intestinal-flora-media {
  aspect-ratio: 4/3;
  background: #ebe5d3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.1);
}

.shouju-intestinal-flora-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shouju-intestinal-flora-subheading {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #3d3a32;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}

.shouju-intestinal-flora-ratio-list {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.shouju-intestinal-flora-card {
  flex: 1;
  min-width: 80px;
  text-align: center;
  padding: 14px 12px;
  background: #fffdf8;
  border-radius: 4px;
  border: 1px solid #ece5d0;
}

.shouju-intestinal-flora-bacteria-label {
  font-size: 11px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}

.shouju-intestinal-flora-good-bacteria-ratio {
  font-size: 28px;
  font-weight: 700;
  color: #4a6b3a;
  line-height: 1;
}

.shouju-intestinal-flora-bad-bacteria-label {
  font-size: 11px;
  color: #8b6748;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}

.shouju-intestinal-flora-bad-bacteria-ratio {
  font-size: 28px;
  font-weight: 700;
  color: #8b6748;
  line-height: 1;
}

.shouju-intestinal-flora-neutral-bacteria-label {
  font-size: 11px;
  color: #6b6857;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}

.shouju-intestinal-flora-neutral-bacteria-ratio {
  font-size: 28px;
  font-weight: 700;
  color: #6b6857;
  line-height: 1;
}

.shouju-intestinal-flora-description {
  font-size: 14px;
  color: #6b6857;
  line-height: 1.85;
  margin: 0;
}

.shouju-intestinal-flora-panel {
  background: #fffdf8;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 6px;
  border-left: 4px solid #4a6b3a;
  box-shadow: 0 2px 12px rgba(74, 107, 58, 0.05);
}

.shouju-intestinal-flora-warning {
  font-size: 15px;
  color: #3d3a32;
  line-height: 2.0;
  margin: 0;
}

.shouju-intestinal-flora-emphasis {
  color: #4a6b3a;
  font-weight: 700;
}

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

.shouju-approaches-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.shouju-approaches-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

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

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

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

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

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

.shouju-approaches-card {
  background: #fffdf8;
  padding: clamp(28px, 4vw, 36px) clamp(24px, 3vw, 32px);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.08);
  border: 1px solid #ece5d0;
  text-align: center;
}

.shouju-approaches-image-frame {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background: #ebf2dd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shouju-approaches-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shouju-approaches-card-label {
  font-size: 11px;
  color: #4a6b3a;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin-bottom: 8px;
}

.shouju-approaches-subheading {
  font-size: 26px;
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.shouju-approaches-description {
  font-size: 14px;
  color: #4a4a40;
  line-height: 1.95;
  margin: 0;
  text-align: left;
}

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

.shouju-ingredients-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.shouju-ingredients-heading-block {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

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

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

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

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

.shouju-ingredients-text {
  color: #4a6b3a;
}

.shouju-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.shouju-ingredients-card {
  background: #fffdf8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.06);
  border: 1px solid #ece5d0;
}

.shouju-ingredients-media {
  aspect-ratio: 4/3;
  background: #ebf2dd;
  overflow: hidden;
}

.shouju-ingredients-image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}

.shouju-ingredients-content {
  padding: 22px;
}

.shouju-ingredients-subheading {
  font-size: 17px;
  font-weight: 700;
  color: #4a6b3a;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.shouju-ingredients-description {
  font-size: 13px;
  color: #4a4a40;
  line-height: 1.9;
  margin: 0;
}

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

.shouju-health-check-inner {
  max-width: 980px;
  margin: 0 auto;
}

.shouju-health-check-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.shouju-health-check-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.shouju-health-check-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

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

.shouju-health-check-heading {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
}

.shouju-health-check-text {
  font-size: 14px;
  color: #6b6857;
  margin-top: 14px;
}

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

.shouju-health-check-fieldset {
  background: #fffdf8;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 6px;
  border: 1px solid #ece5d0;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.05);
  margin: 0;
}

.shouju-health-check-legend {
  padding: 0 12px;
  font-size: 12px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.shouju-health-check-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shouju-health-check-item {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: #3d3a32;
}

.shouju-health-check-checkmark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1.5px solid #4a6b3a;
  border-radius: 4px;
  color: #4a6b3a;
  font-weight: 700;
}

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

.shouju-product-details-inner {
  max-width: 880px;
  margin: 0 auto;
}

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

.shouju-product-details-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.shouju-product-details-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

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

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

.shouju-product-details-details {
  background: #f9f5e9;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ece5d0;
}

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

.shouju-product-details-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;
}

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

.shouju-product-details-long-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: flex-start;
}

.shouju-product-details-ingredients {
  margin: 0;
  padding: 18px 22px;
  font-size: 13px;
  color: #3d3a32;
  line-height: 1.85;
}

.shouju-product-details-note {
  color: #6b6857;
}

.shouju-product-details-price-row {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 0;
}

.shouju-product-details-price {
  margin: 0;
  padding: 18px 22px;
}

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

.shouju-product-details-text {
  font-size: 14px;
  color: #6b6857;
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shouju-related-product-inner {
  max-width: 980px;
  margin: 0 auto;
}

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

.shouju-related-product-link-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 3vw, 36px);
  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;
  align-items: center;
  transition: all 0.2s;
}

.shouju-related-product-media {
  aspect-ratio: 4/3;
  background: #ebe5d3;
  overflow: hidden;
}

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

.shouju-related-product-content {
  padding: clamp(24px, 3vw, 32px);
}

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

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

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

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

.shouju-related-product-description {
  font-size: 14px;
  color: #4a4a40;
  line-height: 1.9;
  margin-bottom: 16px;
}

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

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

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