/*
 * デジヘル リニューアル スタイルシート
 * welcart_basic-child テーマ追加CSS
 * 2026-06-17
 */

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@500;700;900&display=swap');

/* ===== Design Tokens ===== */
:root {
  --dh-bg:         #FBF4E7;
  --dh-bg-soft:    #F3E7D3;
  --dh-card:       #FFFCF5;
  --dh-ink:        #2B2622;
  --dh-ink-soft:   #6B6058;
  --dh-indigo:     #1F3A52;
  --dh-indigo-deep:#142737;
  --dh-lantern:    #DD7A24;
  --dh-lantern-deep:#B35E12;
  --dh-moss:       #56745A;
  --dh-shu:        #BD4A2C;
  --dh-line:       rgba(43,38,34,0.14);
  --dh-radius:     18px;
}

/* ===== ホームページ レイアウトリセット ===== */
body.home,
body.page-template-front-page {
  background: var(--dh-bg);
  font-family: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: var(--dh-ink);
  line-height: 1.85;
}
body.home #main.wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.home #primary.site-content {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
body.home #content[role="main"] {
  padding: 0 !important;
  display: block !important;
}

/* ===== 共通ユーティリティ ===== */
.dh-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.dh-section-head { margin-bottom: 8px; }

.dh-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--dh-indigo);
  background: rgba(31,58,82,0.08);
  border: 1px solid rgba(31,58,82,0.18);
  border-radius: 999px;
  padding: 5px 14px;
  font-weight: 700;
  margin-bottom: 18px;
  font-family: 'Zen Maru Gothic', 'Zen Kaku Gothic New', sans-serif;
}
.dh-section-title {
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 900;
  color: var(--dh-indigo);
  margin: 0 0 10px;
  letter-spacing: .01em;
  font-family: 'Zen Maru Gothic', 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.3;
  background: none;
  border: none;
  padding: 0;
}
.dh-section-lead {
  color: var(--dh-ink-soft);
  margin: 0 0 40px;
  max-width: 640px;
}

.dh-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: .2s;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', 'Zen Kaku Gothic New', sans-serif;
}
.dh-btn-primary {
  background: var(--dh-lantern);
  color: #fff !important;
  border: none;
}
.dh-btn-primary:hover { background: var(--dh-lantern-deep); text-decoration: none; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(221,122,36,.4); }
.dh-btn-ghost {
  border: 2px solid var(--dh-indigo);
  color: var(--dh-indigo) !important;
  background: transparent;
}
.dh-btn-ghost:hover { background: var(--dh-indigo); color: #fff !important; text-decoration: none; transform: translateY(-1px); }

/* ===== サイトヘッダー ===== */
#masthead.dh-site-header {
  background: var(--dh-bg) !important;
  background-image: none !important;
  border-bottom: 1px solid var(--dh-line);
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  margin: 0;
  box-shadow: 0 2px 16px rgba(43,38,34,.05);
}
.dh-header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.dh-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  text-decoration: none;
}
.dh-brand:hover { text-decoration: none; }
.dh-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dh-indigo);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px var(--dh-bg), 0 0 0 5px var(--dh-lantern);
  font-family: 'Zen Maru Gothic', sans-serif;
  transition: .2s;
}
.dh-brand-mark:hover { transform: scale(1.08); }
.dh-brand-text {
  font-weight: 900;
  font-size: 19px;
  color: var(--dh-indigo);
  line-height: 1.1;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.dh-brand-text small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--dh-ink-soft);
  letter-spacing: .05em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* WP ナビゲーションメニュー */
.dh-main-nav-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.dh-main-nav-wrap .nav-menu-open,
.dh-main-nav-wrap .header-nav-container {
  display: flex !important;
  gap: 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none !important;
  position: static !important;
  height: auto !important;
  overflow: visible !important;
  width: auto !important;
}
.dh-main-nav-wrap .menu-item {
  margin: 0;
  padding: 0;
  background: none;
  float: none;
  display: inline-block;
}
.dh-main-nav-wrap .menu-item a,
.dh-main-nav-wrap .menu-item a:visited {
  display: inline-block;
  color: var(--dh-ink);
  padding: 7px 10px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', 'Zen Kaku Gothic New', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .01em;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0;
  transition: .15s;
  white-space: nowrap;
}
.dh-main-nav-wrap .menu-item a:hover {
  border-bottom-color: var(--dh-lantern);
  color: var(--dh-indigo);
  text-decoration: none;
}
/* 「暖簾分け」メニュー強調 */
.dh-main-nav-wrap .menu-item.current-menu-item > a {
  border-bottom-color: var(--dh-lantern);
  color: var(--dh-indigo);
}
/* お問い合わせボタン風 */
.dh-nav-cta-item > a {
  background: var(--dh-lantern) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  border-bottom: none !important;
}
.dh-nav-cta-item > a:hover {
  background: var(--dh-lantern-deep) !important;
  border-bottom: none !important;
}
/* 子メニュー非表示 */
.dh-main-nav-wrap .sub-menu { display: none !important; }

.dh-header-utility {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: var(--dh-ink-soft);
}
.dh-header-utility a,
.dh-header-utility a:visited {
  color: var(--dh-ink-soft);
  text-decoration: none;
  font-size: 13px;
}
.dh-header-utility a:hover { color: var(--dh-indigo); text-decoration: none; }
.dh-utility-cart { display: flex; align-items: center; gap: 4px; }
.dh-utility-cart .total-quant {
  background: var(--dh-lantern);
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dh-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--dh-ink);
  padding: 4px 8px;
  margin-left: auto;
}

/* ===== 扇形ディバイダー ===== */
.dh-scallop { height: 26px; }
.dh-scallop-down {
  background-color: var(--dh-bar-color, var(--dh-lantern));
  -webkit-mask-image: radial-gradient(circle at 13px 26px, transparent 13px, #000 14px);
  mask-image: radial-gradient(circle at 13px 26px, transparent 13px, #000 14px);
  -webkit-mask-size: 26px 26px; mask-size: 26px 26px;
  -webkit-mask-repeat: repeat-x; mask-repeat: repeat-x;
}
.dh-scallop-up {
  background-color: var(--dh-bar-color, var(--dh-lantern));
  -webkit-mask-image: radial-gradient(circle at 13px 0, transparent 13px, #000 14px);
  mask-image: radial-gradient(circle at 13px 0, transparent 13px, #000 14px);
  -webkit-mask-size: 26px 26px; mask-size: 26px 26px;
  -webkit-mask-repeat: repeat-x; mask-repeat: repeat-x;
}

/* ===== ヒーロー（暖簾） ===== */
.dh-hero { position: relative; overflow: hidden; padding-top: 0; }
.dh-noren-wrap { width: 100%; line-height: 0; }
.dh-noren-svg { width: 100%; height: auto; display: block; }
.dh-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 8px 24px 64px;
}
.dh-hero-inner h1 {
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 900;
  color: var(--dh-indigo);
  margin: 6px 0 22px;
  letter-spacing: .02em;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.3;
  clear: none;
}
.dh-hero-lead { color: var(--dh-ink-soft); font-size: 15.5px; margin: 0 0 32px; line-height: 1.9; }
.dh-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.dh-trust-strip {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13.5px;
  color: var(--dh-ink-soft);
  font-weight: 700;
}
.dh-trust-strip li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.dh-seal {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2.5px solid var(--dh-shu);
  color: var(--dh-shu);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  transform: rotate(-6deg);
  font-family: 'Zen Maru Gothic', sans-serif;
}

/* ===== 今月のオススメ（キャンペーン） ===== */
.dh-campaign { background: var(--dh-lantern); padding: 56px 0 70px; color: #fff; }
.dh-campaign .dh-section-title { color: #fff; }
.dh-campaign .dh-section-lead { color: rgba(255,255,255,.85); }
.dh-campaign .dh-eyebrow {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.4);
  color: #fff;
}
.dh-campaign-card {
  background: var(--dh-card);
  color: var(--dh-ink);
  border-radius: var(--dh-radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 280px 1fr;
  box-shadow: 0 14px 30px rgba(0,0,0,.15);
}
.dh-campaign-photo {
  background: linear-gradient(155deg, #e9dcc2, #cdbb95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a6a4d;
  font-size: 13px;
  font-weight: 700;
  min-height: 220px;
}
.dh-campaign-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dh-campaign-body { padding: 28px 30px; }
.dh-campaign-body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--dh-indigo);
  font-weight: 900;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.3;
}
.dh-price-row { display: flex; align-items: baseline; gap: 10px; margin: 14px 0 18px; }
.dh-price-tag {
  background: var(--dh-shu);
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  padding: 6px 16px;
  border-radius: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.dh-price-note { font-size: 13px; color: var(--dh-ink-soft); }
.dh-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  font-size: 13.5px;
  color: var(--dh-ink-soft);
  margin-top: 14px;
}
.dh-spec-grid b { color: var(--dh-ink); font-weight: 700; }

/* ===== 相談所（3つの理由） ===== */
.dh-trust-corner { padding: 70px 0 60px; background: var(--dh-bg); }
.dh-tag-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.dh-tag-card {
  background: var(--dh-card);
  border-radius: var(--dh-radius);
  padding: 34px 26px 28px;
  border: 1px solid var(--dh-line);
  position: relative;
  transition: .25s;
}
.dh-tag-card:hover { box-shadow: 0 8px 28px rgba(43,38,34,.11); transform: translateY(-3px); }
.dh-tag-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 28px;
  width: 22px;
  height: 22px;
  background: var(--dh-accent, var(--dh-indigo));
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.dh-tag-card:nth-child(1) { --dh-accent: var(--dh-indigo); }
.dh-tag-card:nth-child(2) { --dh-accent: var(--dh-lantern); }
.dh-tag-card:nth-child(3) { --dh-accent: var(--dh-moss); }
.dh-tag-num {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  color: var(--dh-accent, var(--dh-indigo));
  margin-bottom: 10px;
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.dh-tag-title {
  font-size: 19px;
  font-weight: 900;
  margin: 0 0 10px;
  color: var(--dh-ink);
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.3;
}
.dh-tag-card p { margin: 0; color: var(--dh-ink-soft); font-size: 14.5px; }

/* ===== 寺子屋デジヘル ===== */
.dh-terakoya { background: var(--dh-bg-soft); padding: 72px 0 64px; }
.dh-terakoya-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.dh-ema {
  background: var(--dh-card);
  border: 2px solid var(--dh-moss);
  clip-path: polygon(50% 0, 100% 22%, 100% 100%, 0 100%, 0 22%);
  padding: 22px 22px 16px;
  max-width: 230px;
  text-align: center;
  font-size: 13px;
  flex-shrink: 0;
}
.dh-ema b { display: block; color: var(--dh-shu); font-size: 14.5px; margin-bottom: 4px; font-family: 'Zen Maru Gothic', sans-serif; }
.dh-age-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; }
.dh-age-card {
  background: var(--dh-card);
  border-radius: var(--dh-radius);
  padding: 26px 24px;
  border: 1px solid var(--dh-line);
  transition: .2s;
}
.dh-age-card:hover { box-shadow: 0 6px 20px rgba(43,38,34,.1); transform: translateY(-2px); }
.dh-age-card h4 {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--dh-moss);
  font-weight: 900;
  letter-spacing: .04em;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none !important;
  padding: 0 !important;
  line-height: 1.4;
}
.dh-age-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  color: var(--dh-ink);
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.3;
}
.dh-age-card ul { margin: 0; padding-left: 18px; font-size: 13.8px; color: var(--dh-ink-soft); }
.dh-age-card li { list-style: disc; margin-bottom: 6px; }
.dh-terakoya-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--dh-indigo);
  color: #fff;
  border-radius: var(--dh-radius);
  padding: 26px 32px;
  flex-wrap: wrap;
}
.dh-terakoya-cta p { margin: 0; font-size: 14px; color: rgba(255,255,255,.85); }
.dh-terakoya-cta strong {
  font-size: 17px;
  display: block;
  margin-bottom: 4px;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
}

/* ===== お勧め商品 ===== */
.dh-products { padding: 70px 0 60px; background: var(--dh-bg); }
.dh-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dh-product-card {
  background: var(--dh-card);
  border: 1px solid var(--dh-line);
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: var(--dh-ink);
  transition: .2s;
}
.dh-product-card:hover {
  box-shadow: 0 8px 24px rgba(43,38,34,.13);
  transform: translateY(-3px);
  text-decoration: none;
  color: var(--dh-ink);
}
.dh-product-photo {
  background: linear-gradient(160deg, #eee3cb, #d8c8a0);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #8a7a59;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.dh-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0; left: 0;
}
.dh-product-photo .dh-product-new {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url(images/newitem.png) top left/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.dh-product-info { padding: 14px 16px; }
.dh-product-info .dh-pname { font-size: 13.5px; font-weight: 700; margin: 0 0 6px; color: var(--dh-ink); }
.dh-product-info .dh-pprice { font-weight: 900; color: var(--dh-shu); font-size: 16px; margin: 0; }
.dh-product-info .dh-pprice small { font-size: 11px; color: var(--dh-ink-soft); font-weight: 400; }
.dh-product-info .dh-soldout { color: #e00; font-size: 12px; font-weight: 700; }

/* ===== 店舗一覧 / NEWS ===== */
.dh-shops-news { background: var(--dh-bg-soft); padding: 70px 0; }
.dh-sn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.dh-sn-card {
  background: var(--dh-card);
  border-radius: var(--dh-radius);
  padding: 30px;
  border: 1px solid var(--dh-line);
}
.dh-sn-card-title {
  margin: 0 0 18px;
  font-size: 18px;
  color: var(--dh-indigo);
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.3;
}
.dh-shop-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--dh-line);
  font-size: 14px;
  text-decoration: none;
  color: var(--dh-ink);
}
.dh-shop-row:last-child { border-bottom: none; }
.dh-shop-row:hover { color: var(--dh-indigo); text-decoration: none; }
.dh-shop-name { font-weight: 700; }
.dh-shop-addr { color: var(--dh-ink-soft); font-size: 12.5px; }

.dh-news-row {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--dh-line);
  font-size: 13.8px;
  align-items: flex-start;
  text-decoration: none;
  color: var(--dh-ink);
  transition: .15s;
  cursor: pointer;
}
.dh-news-row:last-child { border-bottom: none; }
.dh-news-row:hover { color: var(--dh-indigo); text-decoration: none; }
.dh-news-date { color: var(--dh-ink-soft); flex-shrink: 0; width: 84px; font-size: 12.5px; margin-top: 2px; }
.dh-news-tag {
  background: rgba(31,58,82,.08);
  color: var(--dh-indigo);
  font-size: 11.5px;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 700;
  flex-shrink: 0;
  height: fit-content;
  margin-top: 3px;
  white-space: nowrap;
}
.dh-news-tag.cat1 { background: rgba(179,49,121,.1); color: #b33179; }
.dh-news-tag.cat2 { background: rgba(56,140,199,.1); color: #388cc7; }
.dh-news-title { line-height: 1.5; flex: 1; }
.dh-sn-all-link {
  display: block;
  text-align: right;
  margin-top: 16px;
  font-size: 13px;
  color: var(--dh-indigo);
  font-weight: 700;
  text-decoration: none;
}
.dh-sn-all-link:hover { text-decoration: underline; color: var(--dh-lantern); }

/* ===== 暖簾分け（FC） ===== */
.dh-norenwake {
  background: var(--dh-indigo-deep);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.dh-norenwake::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221,122,36,.35), transparent 70%);
}
.dh-norenwake::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86,116,90,.3), transparent 70%);
}
.dh-nw-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.dh-nw-graphic { flex: 0 0 220px; }
.dh-nw-text { flex: 1; min-width: 280px; }
.dh-nw-text .dh-eyebrow {
  background: rgba(221,122,36,.2);
  border-color: rgba(221,122,36,.5);
  color: var(--dh-lantern);
}
.dh-nw-text h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 900;
  margin: 0 0 16px;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  line-height: 1.3;
}
.dh-nw-text p { color: rgba(255,255,255,.82); margin: 0 0 26px; max-width: 520px; font-size: 14.8px; }

/* ===== フッター ===== */
#colophon.dh-site-footer {
  background: var(--dh-ink) !important;
  background-image: none !important;
  color: rgba(255,255,255,.82);
  padding: 60px 0 28px;
  font-size: 13.8px;
}
.dh-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.dh-footer-grid h4 {
  color: #fff;
  font-size: 14.5px;
  margin: 0 0 16px;
  font-weight: 900;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: none !important;
  padding: 0 !important;
  line-height: 1.3;
}
.dh-footer-shop p { margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: 13px; }
.dh-footer-links a,
.dh-footer-links a:visited {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: 13.5px;
}
.dh-footer-links a:hover { color: var(--dh-lantern); text-decoration: none; }
.dh-footer-search {
  display: flex;
  margin-top: 10px;
}
.dh-footer-search input[type="text"],
.dh-footer-search input[type="search"] {
  flex: 1;
  border: none;
  border-radius: 6px 0 0 6px;
  padding: 9px 12px;
  font-size: 13px;
  background: rgba(255,255,255,.12);
  color: #fff;
  outline: none;
}
.dh-footer-search input::placeholder { color: rgba(255,255,255,.5); }
.dh-footer-search input[type="text"]:focus,
.dh-footer-search input[type="search"]:focus {
  background: rgba(255,255,255,.2);
}
.dh-footer-search button,
.dh-footer-search input[type="submit"] {
  border: none;
  background: var(--dh-lantern);
  color: #fff;
  border-radius: 0 6px 6px 0;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
}
.dh-footer-search button:hover { background: var(--dh-lantern-deep); }
.dh-footer-widget-note {
  font-size: 11.5px;
  color: rgba(255,255,255,.45);
  margin-top: 8px;
}
.dh-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 22px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
/* フッターのcertificate既存スタイル上書き */
body.home .certificate { display: none; }
body.home #toTop { display: none; }

/* ===== レスポンシブ ===== */
@media (max-width: 940px) {
  .dh-main-nav-wrap,
  .dh-header-utility { display: none !important; }
  .dh-nav-toggle { display: block !important; }
  .dh-campaign-card { grid-template-columns: 1fr; }
  .dh-tag-grid,
  .dh-age-grid { grid-template-columns: 1fr; }
  .dh-product-grid { grid-template-columns: repeat(2, 1fr); }
  .dh-sn-grid { grid-template-columns: 1fr; }
  .dh-footer-grid { grid-template-columns: 1fr; }
  .dh-nw-inner { flex-direction: column; text-align: center; }
  .dh-trust-strip { gap: 16px; }
  .dh-terakoya-cta { flex-direction: column; text-align: center; }
  .dh-nw-graphic { flex: none; max-width: 180px; }
}
@media (max-width: 600px) {
  .dh-product-grid { grid-template-columns: 1fr; }
  .dh-trust-strip { flex-direction: column; align-items: center; gap: 20px; }
  .dh-trust-strip li { flex-direction: row; gap: 16px; }
  .dh-seal { transform: none; }
  .dh-hero-inner { padding: 8px 16px 48px; }
  .dh-wrap { padding: 0 16px; }
}
@media (max-width: 480px) {
  .dh-hero-inner { padding: 8px 16px 48px; }
  .dh-wrap { padding: 0 16px; }
}
