/* ==========================================================
   common.css
   共通設定（変数・リセットのみ）
========================================================== */

/* ---------- CSS Variables ---------- */

:root {
  --ink: #263334;
  --muted: #64716d;
  --paper: #fffdf8;
  --cream: #f7f1e7;

  --kohki-green-light: #18b8ad;
  --kohki-green: #109b92;
  --kohki-green-deep: #0a6f69;

  --footer-deep-teal: #064a47;

  --line: rgba(16, 155, 146, 0.18);
  --border-card: 1px solid rgba(10, 111, 105, 0.12);
  --shadow-hover: 0 8px 18px rgba(0, 0, 0, 0.06);
  --ease-interactive: 0.25s ease;

  --header-height: 80px;

  --display-font: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --base-font: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* ---------- Reset ---------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;

  color: var(--ink);
  font-family: var(--base-font);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

main {
  flex: 1;
}

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

/* TOP / 共通: コンセプト写真は枠なし */
.concept-visual {
  border: none;
  box-shadow: none;
}

/* ---------- Footer（SP / TB 共通ベース。PCは screen_pc.css で上書き） ---------- */

.site-footer {
  padding: 40px 0 20px;
  background: var(--footer-deep-teal);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 28px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 100%;
  margin-right: 0;
  color: #fff;
}

.footer-logo-img {
  width: 36px;
  height: auto;
}

.footer-logo span {
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--display-font);
  color: rgba(255, 255, 255, 0.95);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.footer-links,
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding: 0;
  border: none;
}

.footer-links a,
.footer-legal a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  transition: color 0.3s;
}

.footer-links a:hover,
.footer-legal a:hover {
  color: #fff;
}

.site-footer small {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  font-weight: inherit;
}

.nowrap {
  white-space: nowrap;
}

/* Cafe lightbox: 全画面幅で表示（screen_pc 未読込時も動作） */

.cafe-lightbox[hidden],
.cafe-lightbox[aria-hidden="true"] {
  display: none !important;
}

.cafe-lightbox[aria-hidden="false"] {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
}

body.cafe-lightbox-open {
  overflow: hidden;
}

/* Shop ご利用方法: SP/TB CSS未配置時もボタンがはみ出さないよう最低限のレイアウト */

.shop-how-step-line,
.shop-how-cta {
  display: inline-flex;
  box-sizing: border-box;
  max-width: 100%;
}

.shop-how-step-note {
  max-width: 520px;
}

/* Premium Soap: SP/TB CSS未配置時の最低限レイアウト */

.premium-soap-page img {
  max-width: 100%;
  height: auto;
}

.premium-soap-hero-inner,
.premium-soap-ingredient-list,
.premium-soap-howto-intro,
.premium-soap-unique-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.premium-soap-page .premium-soap-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 64px 24px;
  background-color: #8eb4cc;
  background-image: url("../products/diaRosa/img/diarosa-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.premium-soap-page .premium-soap-hero-inner {
  position: relative;
  z-index: 1;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.premium-soap-page .premium-soap-hero .eyebrow,
.premium-soap-page .premium-soap-hero h1,
.premium-soap-page .premium-soap-hero .page-lead {
  color: #fff;
}

.premium-soap-page .premium-soap-hero .page-title-ja {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 0.28em;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.92;
}

.premium-soap-page .premium-soap-hero h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

.premium-soap-brand-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.premium-soap-unique-inner {
  display: grid;
  gap: 28px;
}

.premium-soap-unique-figure {
  margin: 0;
}

.premium-soap-ingredient-item,
.premium-soap-howto-intro {
  display: grid;
  gap: 24px;
}

.premium-soap-page .premium-soap-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 420px;
  margin: 0 auto;
}

.premium-soap-page .premium-soap-bo-lead {
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 40px auto 30px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: calc(36px * 0.8);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.premium-soap-page .premium-soap-bo-banner {
  display: grid;
  grid-template-columns: 1fr;
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(10, 111, 105, 0.22);
  border-radius: 16px;
  background: #fff;
}

.premium-soap-page .premium-soap-bo-banner-media {
  margin: 0;
}

.premium-soap-page .premium-soap-bo-banner-media img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.premium-soap-page .premium-soap-bo-banner-body {
  padding: 28px 24px 32px;
}

.premium-soap-page .premium-soap-bo-banner-body h3 {
  margin: 0 0 10px;
  color: #2f3a45;
  font-size: 24px;
  font-weight: 700;
}

.premium-soap-page .premium-soap-bo-banner-sub {
  margin: 0 0 16px;
  color: #2f3a45;
  font-weight: 700;
}

.premium-soap-page .premium-soap-bo-banner-body > p:not(.premium-soap-bo-banner-sub) {
  margin: 0 0 1em;
  color: #4a5560;
  font-size: 14px;
  line-height: 1.85;
}

.premium-soap-page .premium-soap-bo-button {
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #6a9bc4 0%, #3d6a94 52%, #2a5080 100%);
}

.premium-soap-page .premium-soap-info-back {
  margin-top: 40px;
  text-align: center;
}

/* Dia Rosa 3 pages: title ink / English accent blue */
.premium-soap-page,
.diarosa-brand,
.blue-organic-page {
  --dia-rosa-accent: #2f7ec8;
}

.premium-soap-page .section-kicker,
.diarosa-brand .section-kicker,
.blue-organic-page .section-kicker,
.diarosa-brand .product-label,
.blue-organic-page .product-label,
.blue-organic-page .content-card span {
  color: var(--dia-rosa-accent);
}

.premium-soap-page h2,
.premium-soap-page h3,
.diarosa-brand h2,
.diarosa-brand h3,
.blue-organic-page h2,
.blue-organic-page h3 {
  color: var(--ink);
}

.blue-organic-page {
  padding-bottom: 0;
}

.blue-organic-page .blue-organic-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 64px 24px;
  background-color: #8eb4cc;
  background-image: url("../products/diaRosa/img/diarosa-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

/* KOSO65: Premium Soap layout with green accent */
.koso65-page .koso-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  padding: 32px 24px 64px;
  background-color: #f7f1e7;
  background-image: url("../products/koso65/img/KOSO65_banner.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--ink);
}

.koso65-page .koso-hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.koso65-page .koso-hero .eyebrow,
.koso65-page .koso-hero h1,
.koso65-page .koso-hero .page-lead {
  color: var(--ink);
}

.koso65-page .koso-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}

.koso65-page .koso65-intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.koso65-page .koso65-intro-figure {
  margin: 0;
}

.koso65-page .koso65-intro-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--border-card);
  border-radius: 16px;
}

.koso65-page .koso65-intro .section-kicker {
  color: var(--kohki-green-deep);
}

.koso65-page .koso65-intro {
  padding-bottom: 0;
}

.koso65-page .koso65-features {
  padding-top: 100px;
  background: #fff;
}

.koso65-page .koso65-features-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.koso65-page .koso65-features-figure {
  margin: 0;
}

.koso65-page .koso65-features-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--border-card);
  border-radius: 16px;
}

.koso65-page .koso65-features-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.koso65-page .koso65-features-copy p + p {
  margin-top: 1em;
}

.koso65-page .koso65-howto {
  background: linear-gradient(145deg, rgba(241, 249, 246, 0.96) 0%, rgba(231, 243, 238, 0.96) 100%);
}

.koso65-page .koso65-howto .category-section-heading h2::after {
  width: 56px;
  height: 1px;
  margin: 30px auto 0;
}

.koso65-page .koso65-howto .category-section-lead {
  max-width: 640px;
  margin: 30px auto 0;
  padding: 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.koso65-page .koso65-howto-grid {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.koso65-page .koso65-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 0 auto;
}

.koso65-page .koso65-buy-card {
  display: grid;
  grid-template-columns: 1fr;
}

.koso65-page .koso65-buy-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.koso65-page .koso65-info-back {
  margin-top: 36px;
  text-align: center;
}

/* TAMOGI deluxe: KOSO65 layout with warm accent */
.tamogi-page .tamogi-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 32px 24px 64px;
  background-color: #f7f1e7;
  background-image: url("../products/tamogi-dx/img/tamogi-hero.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--ink);
}

.tamogi-page .tamogi-hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.tamogi-page .tamogi-hero .eyebrow,
.tamogi-page .tamogi-hero h1,
.tamogi-page .tamogi-hero .page-lead {
  color: var(--ink);
}

.tamogi-page .tamogi-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}

.tamogi-page .tamogi-hero .page-lead {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.85;
}

.tamogi-page .tamogi-intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.tamogi-page .tamogi-intro-figure {
  margin: 0;
}

.tamogi-page .tamogi-intro-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--border-card);
  border-radius: 16px;
}

.tamogi-page .tamogi-intro .section-kicker {
  color: #c48a1a;
}

.tamogi-page .tamogi-intro {
  padding-bottom: 0;
}

.tamogi-page .tamogi-features {
  padding-top: 100px;
  background: #fff;
}

.tamogi-page .tamogi-features-product,
.tamogi-page .tamogi-features-commitment {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.tamogi-page .tamogi-features-commitment {
  margin-top: 48px;
}

.tamogi-page .tamogi-features-figure,
.tamogi-page .tamogi-features-commitment-figure {
  margin: 0;
}

.tamogi-page .tamogi-features-figure img,
.tamogi-page .tamogi-features-commitment-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 16px;
}

.tamogi-page .tamogi-features-copy > p,
.tamogi-page .tamogi-features-commitment-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.tamogi-page .tamogi-features-commitment-copy h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.tamogi-page .tamogi-features-commitment-copy p + p {
  margin-top: 1em;
}

.tamogi-page .tamogi-features-specs {
  margin-top: 20px;
  padding: 0;
  background: transparent;
}

.tamogi-page .tamogi-features-specs-title {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.tamogi-page .tamogi-features-specs ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tamogi-page .tamogi-features-specs li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 8px;
  border-radius: 999px;
  background: #f5d328;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.tamogi-page .tamogi-features-specs li + li {
  margin-top: 0;
}

.tamogi-page .tamogi-features-specs li::before {
  content: none;
}

.tamogi-page .tamogi-howto {
  background: linear-gradient(145deg, rgba(252, 247, 238, 0.96) 0%, rgba(246, 239, 226, 0.96) 100%);
}

.tamogi-page .tamogi-howto .category-section-heading h2::after {
  width: 56px;
  height: 1px;
  margin: 30px auto 0;
}

.tamogi-page .tamogi-howto .category-section-lead {
  max-width: 640px;
  margin: 30px auto 0;
  padding: 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.tamogi-page .tamogi-howto-grid {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.tamogi-page .tamogi-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 0 auto;
}

.tamogi-page .tamogi-buy-card {
  display: grid;
  grid-template-columns: 1fr;
}

.tamogi-page .tamogi-buy-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
  background: #f0f0f0;
}

.tamogi-page .tamogi-info-back {
  margin-top: 36px;
  text-align: center;
}

.shop-product-card-image--right {
  object-position: right center;
}

.news-empty {
  margin: 24px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

/* Top page 取扱商品 list (SP/TB baseline; PC overrides in screen_pc.css) */
.shop-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0;
}

.shop-product-link {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 8px 18px 8px 8px;
  border: 1px solid #e7e3da;
  border-radius: 14px;
  background: #fdfcf9;
  color: inherit;
  text-decoration: none;
}

.shop-product-image {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 8px;
  background: #ebe8e3;
}

.shop-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-product-image--right img {
  object-position: right center;
}

.shop-product-name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shop-product-arrow {
  color: var(--kohki-green-deep);
  font-size: 22px;
  line-height: 1;
}

/* fruits roots: TAMOGI deluxe layout with soft coral accent */
.fruits-roots-page .fruits-roots-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 32px 24px 64px;
  background-color: #f7ebe4;
  background-image: url("../products/fruits-roots/img/fruits-roots-hero.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--ink);
}

.fruits-roots-page .fruits-roots-hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.fruits-roots-page .fruits-roots-hero .eyebrow,
.fruits-roots-page .fruits-roots-hero h1,
.fruits-roots-page .fruits-roots-hero .page-lead {
  color: var(--ink);
}

.fruits-roots-page .fruits-roots-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}

.fruits-roots-page .fruits-roots-hero .page-lead {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.85;
}

.fruits-roots-page .fruits-roots-intro {
  padding-bottom: 0;
}

.fruits-roots-page .fruits-roots-intro .section-kicker {
  color: #c96b4b;
}

.fruits-roots-page .fruits-roots-intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.fruits-roots-page .fruits-roots-intro-figure {
  margin: 0;
}

.fruits-roots-page .fruits-roots-intro-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  padding: 0;
}

.fruits-roots-page .fruits-roots-features {
  padding-top: 100px;
  background: linear-gradient(145deg, rgba(255, 248, 244, 0.96) 0%, rgba(247, 235, 228, 0.96) 100%);
}

.fruits-roots-page .fruits-roots-features .category-section-heading h2::after {
  width: 56px;
  height: 1px;
  margin: 30px auto 0;
}

.fruits-roots-page .fruits-roots-features-grid {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.fruits-roots-page .fruits-roots-features-card .shop-product-card-image {
  width: 100%;
  object-fit: cover;
  background: transparent;
  padding: 0;
}

.fruits-roots-page .fruits-roots-features-card .shop-product-card-name {
  margin: 10px 20px 22px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.fruits-roots-page .fruits-roots-features-card .shop-product-card-desc {
  margin: 0 20px 28px;
  font-size: 13px;
  line-height: 1.85;
}

.fruits-roots-page .fruits-roots-info .category-section-lead {
  max-width: 640px;
  margin: 30px auto 0;
  padding: 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.fruits-roots-page .fruits-roots-category {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 40px auto 0;
}

.fruits-roots-page .fruits-roots-category-title {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.fruits-roots-page .fruits-roots-features-grid,
.fruits-roots-page .fruits-roots-buy-grid {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.fruits-roots-page .fruits-roots-category .fruits-roots-buy-grid {
  width: 100%;
}

.fruits-roots-page .fruits-roots-buy-grid .shop-product-card-image {
  object-fit: contain;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
}

.fruits-roots-page .fruits-roots-buy-grid .shop-product-card-brand {
  margin: 10px 20px 6px;
}

.fruits-roots-page .fruits-roots-info-back {
  margin-top: 36px;
  text-align: center;
}

/* 製品ページヒーロー文言（Dia Rosa プレミアムソープ・ブルーオーガニックは白指定） */
.product-detail-legacy:not(.premium-soap-page):not(.blue-organic-page) .page-hero .eyebrow,
.product-detail-legacy:not(.premium-soap-page):not(.blue-organic-page) .page-hero h1,
.product-detail-legacy:not(.premium-soap-page):not(.blue-organic-page) .page-hero .page-lead {
  color: var(--ink);
}

.blue-organic-page .blue-organic-hero .eyebrow,
.blue-organic-page .blue-organic-hero h1,
.blue-organic-page .blue-organic-hero .page-lead,
.blue-organic-page .blue-organic-hero .page-title-ja {
  color: #fff;
}

.blue-organic-page .blue-organic-about-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.blue-organic-page .blue-organic-about-figure {
  margin: 0;
}

.blue-organic-page .blue-organic-about-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.blue-organic-page .blue-organic-ingredient-list {
  display: grid;
  gap: 40px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.blue-organic-page .blue-organic-ingredient-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.blue-organic-page .blue-organic-ingredient-figure {
  margin: 0;
}

.blue-organic-page .blue-organic-ingredient-details {
  display: grid;
  gap: 14px;
  margin: 0;
}

.blue-organic-page .blue-organic-ingredient-details dt {
  margin: 0 0 4px;
  color: #fff;
  font-weight: 700;
}

.blue-organic-page .blue-organic-ingredient-details dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.85;
}

.blue-organic-page .blue-organic-ingredients-lead {
  display: block;
  font-family: var(--display-font);
  font-size: 24px;
  color: #fff;
}

.blue-organic-page .blue-organic-ingredients-title {
  display: block;
  color: #fff;
}

.blue-organic-page .blue-organic-ingredient-body h3,
.blue-organic-page .blue-organic-ingredient-body .section-kicker {
  color: #fff;
}

.blue-organic-page .blue-organic-howto-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.blue-organic-page .blue-organic-howto-figure {
  margin: 0;
}

.blue-organic-page .blue-organic-howto-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blue-organic-page .blue-organic-howto-steps li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(47, 126, 200, 0.2);
}

.blue-organic-page .blue-organic-soap-lead {
  width: calc(100% - 48px);
  max-width: 1100px;
  margin: 40px auto 30px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: calc(36px * 0.8);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.blue-organic-page .blue-organic-soap-banner {
  display: grid;
  grid-template-columns: 1fr;
  width: calc(100% - 48px);
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(10, 111, 105, 0.22);
  border-radius: 16px;
  background: #fff;
}

.blue-organic-page .blue-organic-soap-banner-media {
  margin: 0;
}

.blue-organic-page .blue-organic-soap-banner-media img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blue-organic-page .blue-organic-soap-banner-body {
  padding: 28px 24px 32px;
}

.blue-organic-page .blue-organic-soap-banner-body h3 {
  margin: 0 0 10px;
  color: #2f3a45;
  font-size: 24px;
  font-weight: 700;
}

.blue-organic-page .blue-organic-soap-banner-sub {
  margin: 0 0 16px;
  color: #2f3a45;
  font-weight: 700;
}

.blue-organic-page .blue-organic-soap-banner-body > p:not(.blue-organic-soap-banner-sub) {
  margin: 0 0 1em;
  color: #4a5560;
  font-size: 14px;
  line-height: 1.85;
}

.blue-organic-page .blue-organic-soap-button {
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #6a9bc4 0%, #3d6a94 52%, #2a5080 100%);
}

.blue-organic-page .blue-organic-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 420px;
  margin: 0 auto;
}

.blue-organic-page .blue-organic-buy-card--new {
  position: relative;
}

.blue-organic-page .blue-organic-new-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 4px;
  background: #c62828;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.blue-organic-page .blue-organic-brand-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.blue-organic-page .blue-organic-back {
  padding: 40px 24px 60px;
  text-align: center;
  background: #eef1f4;
}

/* 11-1乳酸菌: KOSO65 layout with cool green accent */
.lactobacillus-page .lactobacillus-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 32px 24px 64px;
  background-color: #eef5f2;
  background-image: url("../products/11-1/img/11-1-hero.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--ink);
}

.lactobacillus-page .lactobacillus-hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.lactobacillus-page .lactobacillus-hero .eyebrow,
.lactobacillus-page .lactobacillus-hero h1,
.lactobacillus-page .lactobacillus-hero .page-lead {
  color: var(--ink);
}

.lactobacillus-page .lactobacillus-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}

.lactobacillus-page .lactobacillus-intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.lactobacillus-page .lactobacillus-intro-figure {
  margin: 0;
}

.lactobacillus-page .lactobacillus-intro-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--border-card);
  border-radius: 16px;
}

.lactobacillus-page .lactobacillus-intro .section-kicker {
  color: var(--kohki-green-deep);
}

.lactobacillus-page .lactobacillus-intro-copy .store-note {
  margin: 1.25em 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.lactobacillus-page .lactobacillus-features {
  background: linear-gradient(145deg, rgba(241, 249, 246, 0.96) 0%, rgba(231, 243, 238, 0.96) 100%);
}

.lactobacillus-page .lactobacillus-features .category-section-heading h2::after {
  width: 56px;
  height: 1px;
  margin: 30px auto 0;
}

.lactobacillus-page .lactobacillus-features-grid {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.lactobacillus-page .lactobacillus-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 0 auto;
}

.lactobacillus-page .lactobacillus-buy-card {
  display: grid;
  grid-template-columns: 1fr;
}

.lactobacillus-page .lactobacillus-buy-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
  background: #f0f0f0;
}

.lactobacillus-page .lactobacillus-info-back {
  margin-top: 36px;
  text-align: center;
}

/* 菌ドック: 11-1 / KOSO65 layout */
.kindock-page .kindock-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 32px 24px 64px;
  background-color: #eef5f2;
  background-image: url("../products/kindock/img/KINDOG.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--ink);
}

.kindock-page .kindock-hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.kindock-page .kindock-hero .eyebrow {
  color: var(--ink);
}

.kindock-page .kindock-hero h1 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 0;
  line-height: 0;
}

.kindock-page .kindock-hero .page-lead {
  color: var(--ink);
}

/* 共通の緑ヒーロー文言指定より詳細度を上げて上書き */
.product-detail-legacy.kindock-page:not(.premium-soap-page):not(.blue-organic-page) .page-hero .eyebrow {
  color: var(--ink);
}

.product-detail-legacy.kindock-page:not(.premium-soap-page):not(.blue-organic-page) .page-hero .page-lead {
  color: var(--ink);
}

.kindock-page .kindock-hero-logo {
  display: block;
  width: min(280px, 72vw);
  height: auto;
}

.kindock-page .kindock-intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.kindock-page .kindock-intro-figure {
  margin: 0;
}

.kindock-page .kindock-intro-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--border-card);
  border-radius: 16px;
}

.kindock-page .kindock-intro .section-kicker {
  color: var(--kohki-green-deep);
}

.kindock-page .kindock-intro-copy .store-note {
  margin: 1.25em 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.kindock-page .kindock-features {
  background: linear-gradient(145deg, rgba(241, 249, 246, 0.96) 0%, rgba(231, 243, 238, 0.96) 100%);
}

.kindock-page .kindock-features .category-section-heading h2::after {
  width: 56px;
  height: 1px;
  margin: 30px auto 0;
}

.kindock-page .kindock-features-grid {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.kindock-page .kindock-howto {
  margin-top: 72px;
  padding: 0;
  background: none;
}

.kindock-page .kindock-howto-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: calc(100% - 48px);
  max-width: 420px;
  margin: 0 auto;
  align-items: center;
  justify-items: stretch;
}

.kindock-page .kindock-howto-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 28px 20px 28px;
  border: 1px solid rgba(10, 111, 105, 0.18);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.kindock-page .kindock-howto-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kohki-green-deep);
  font-size: 22px;
  line-height: 1;
  transform: rotate(90deg) scaleY(1.65);
  transform-origin: center;
}

.kindock-page .kindock-howto-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--kohki-green-deep);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.kindock-page .kindock-howto-image {
  display: block;
  width: auto;
  max-width: 160px;
  height: 140px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.kindock-page .kindock-howto-name {
  margin: 0 0 10px;
  color: var(--kohki-green-deep);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.kindock-page .kindock-howto-desc {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  text-align: left;
  width: 100%;
}

.kindock-page .kindock-howto-note {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.kindock-page .kindock-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 0 auto;
}

.kindock-page .kindock-buy-card {
  display: grid;
  grid-template-columns: 1fr;
}

.kindock-page .kindock-buy-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
  background: transparent;
}

.kindock-page .kindock-specs {
  margin: 16px 20px 0;
  padding: 0;
  list-style: none;
}

.kindock-page .kindock-specs li {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 8px 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(10, 111, 105, 0.12);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.kindock-page .kindock-specs li:last-child {
  border-bottom: 1px solid rgba(10, 111, 105, 0.12);
}

.kindock-page .kindock-specs-label {
  color: var(--kohki-green-deep);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.kindock-page .kindock-cta-note {
  margin: 12px 20px 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.kindock-page .kindock-info-back {
  margin-top: 36px;
  text-align: center;
}

/* N-NOSE: kindock / 11-1 layout */
.n-nose-page .n-nose-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 32px 24px 64px;
  background-color: #eef5f2;
  background-image: url("../products/n-nose/img/n-nose-hero.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--ink);
}

.n-nose-page .n-nose-hero-inner {
  width: 100%;
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.n-nose-page .n-nose-hero .eyebrow {
  color: var(--ink);
}

.n-nose-page .n-nose-hero h1 {
  margin: 0 0 16px;
  color: #0d6fa3;
  font-size: 40px;
  line-height: 1.2;
}

.n-nose-page .n-nose-hero .page-lead {
  color: var(--ink);
}

/* 共通指定より詳細度を上げて上書き */
.product-detail-legacy.n-nose-page:not(.premium-soap-page):not(.blue-organic-page) .page-hero .eyebrow {
  color: var(--ink);
}

.product-detail-legacy.n-nose-page:not(.premium-soap-page):not(.blue-organic-page) .page-hero h1 {
  color: #0d6fa3;
}

.product-detail-legacy.n-nose-page:not(.premium-soap-page):not(.blue-organic-page) .page-hero .page-lead {
  color: var(--ink);
}

.n-nose-page .n-nose-intro-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.n-nose-page .n-nose-intro-figure {
  margin: 0;
}

.n-nose-page .n-nose-intro-figure img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-inline: auto;
  border: var(--border-card);
  border-radius: 16px;
}

.n-nose-page .n-nose-intro .section-kicker {
  color: var(--kohki-green-deep);
}

.n-nose-page .n-nose-features {
  background: linear-gradient(145deg, #f8fbfe 0%, #f0f7fc 100%);
}

.n-nose-page .n-nose-features .category-section-heading h2::after {
  width: 56px;
  height: 1px;
  margin: 30px auto 0;
}

.n-nose-page .n-nose-features-grid {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

.n-nose-page .n-nose-features-card .shop-product-card-image {
  object-fit: contain;
  padding: 16px;
  background: #fff;
}

.n-nose-page .n-nose-howto {
  margin-top: 72px;
  padding: 0;
  background: none;
}

.n-nose-page .n-nose-howto-lead {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 28px auto 0;
  color: var(--kohki-green-deep);
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.n-nose-page .n-nose-howto-figure {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 28px auto 0;
  padding: 28px 20px;
  border: 1px solid rgba(10, 111, 105, 0.14);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.n-nose-page .n-nose-howto-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.n-nose-page .n-nose-howto-note {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.n-nose-page .n-nose-buy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 800px;
  margin: 0 auto;
}

.n-nose-page .n-nose-buy-card {
  display: grid;
  grid-template-columns: 1fr;
}

.n-nose-page .n-nose-buy-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-sizing: border-box;
  background: transparent;
}

.n-nose-page .n-nose-specs {
  margin: 16px 20px 0;
  padding: 0;
  list-style: none;
}

.n-nose-page .n-nose-specs li {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 8px 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(10, 111, 105, 0.12);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.n-nose-page .n-nose-specs li:last-child {
  border-bottom: 1px solid rgba(10, 111, 105, 0.12);
}

.n-nose-page .n-nose-specs-label {
  color: var(--kohki-green-deep);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.n-nose-page .n-nose-cta-note {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.n-nose-page .n-nose-info-back {
  margin-top: 36px;
  text-align: center;
}

/* Product related articles (shared across product detail pages) */
.product-articles-section {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 48px auto 0;
}

.product-articles-heading {
  margin-bottom: 24px;
  text-align: center;
}

.product-articles-heading h2 {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.product-articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.product-article-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: var(--border-card, 1px solid #e7e3da);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-article-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover, 0 8px 24px rgba(16, 40, 36, 0.08));
}

.product-article-card-thumb {
  display: block;
  width: calc(100% + 32px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: -16px -16px 14px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  background: #e8eceb;
}

.product-article-card-thumb--empty {
  margin: -16px -16px 14px;
}

.product-article-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
}

.product-article-card .blog-post-tag,
.product-article-detail .blog-post-tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(16, 155, 146, 0.35);
  border-radius: 12px;
  color: var(--kohki-green-deep);
  font-size: 12px;
  white-space: nowrap;
}

.product-article-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.product-article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 781px) {
  .product-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .product-articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-articles-heading h2 {
    font-size: 26px;
  }
}

/* ==========================================================
   Health Blog Article レイアウト（健康情報ブログ記事詳細専用）
   幅・タイトル・メタ情報・アイキャッチはこのページ固有の指定。
   他の記事系詳細ページ（イベント／Café／商品関連記事）の
   レイアウトには影響しない。
   サイズ違いはブレークポイント別CSS（screen_pc/tb/sp.css）側で指定。
========================================================== */

.health-article {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.health-article-title {
  margin: 0 0 16px;
  font-family: var(--display-font);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.health-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 10px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.health-article-meta .section-kicker {
  margin-bottom: 0;
  font-size: 13px;
}

.health-article-visual {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: var(--border-card);
  border-radius: 20px;
  box-shadow: none;
}

/* ==========================================================
   Article Content（microCMSリッチエディタ本文の共通スタイル）
   健康情報ブログ / イベント詳細 / KOHKY's Café記事詳細 /
   商品関連記事詳細の4ページで共通利用。
   本文を出力するラッパー要素に .article-content を付与するだけで、
   h2/h3/h4/p/strong/a/ul/ol/li/blockquote/img/figure/table が
   統一されたスタイルになる。各ページ固有のタイトル・メタ情報・
   幅などのレイアウトはこのクラスの対象外（各ページ側で指定）。
   サイズ違いはブレークポイント別CSS（screen_pc/tb/sp.css）側で指定。
========================================================== */

.article-content {
  color: var(--ink);
  font-family: var(--base-font);
}

.article-content h2,
.article-content h3,
.article-content h4 {
  font-family: var(--base-font);
  font-weight: 600;
  color: var(--ink);
}

.article-content strong {
  font-weight: 700;
}

.article-content a {
  color: var(--kohki-green-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
  transition: color var(--ease-interactive);
}

.article-content a:hover {
  color: var(--kohki-green);
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.7em;
  padding-left: 1.4em;
}

.article-content ul {
  list-style: disc;
}

.article-content ol {
  list-style: decimal;
}

.article-content li {
  margin-bottom: 0.6em;
}

.article-content li:last-child {
  margin-bottom: 0;
}

.article-content li > ul,
.article-content li > ol {
  margin-top: 0.6em;
  margin-bottom: 0;
}

.article-content blockquote {
  margin: 1.8em 0;
  padding: 16px 20px;
  border-left: 3px solid var(--kohki-green);
  background: rgba(16, 155, 146, 0.06);
  color: var(--muted);
}

.article-content blockquote p {
  margin-bottom: 0;
}

.article-content blockquote p + p {
  margin-top: 1em;
}

.article-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.article-content figure {
  margin: 0;
}

.article-content figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.article-content table {
  display: block;
  width: 100%;
  margin: 1.8em 0;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.article-content th,
.article-content td {
  padding: 10px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-content th {
  background: rgba(16, 155, 146, 0.08);
  font-weight: 600;
}

.article-content > :first-child {
  margin-top: 0;
}