@charset "UTF-8";
/*
Theme Name: Cocoon Child
Template: cocoon-master
*/

/* ============================================================
   DuoCampEC - UIUX v3.0 (完全刷新・モバイルファースト)
   ブランドカラー: #3a6b5c / ターゲット: カップル20〜40代
   ============================================================ */

/* ─── CSS変数 ─── */
:root {
  --g: #3a6b5c;
  --g2: #5a9b88;
  --gd: #2a4f44;
  --bg: #f3faf7;
  --tx: #2d3748;
  --tx2: #64748b;
  --wh: #ffffff;
  --sh: 0 2px 16px rgba(58,107,92,.13);
  --sh2: 0 8px 32px rgba(58,107,92,.2);
  --r: 14px;
}

/* ─── WordPress / Cocoon 固定修正 ─── */
.home .entry-date,
.home .post-date,
.home time.updated,
.home .post-categories,
.home .post-tags { display: none !important; }

.home .entry-header,
.home .article-header { display: none !important; }

.home .entry-content { padding-top: 0 !important; margin-top: 0 !important; }

.home .entry-content > p:empty,
.home .entry-content > p:first-child:empty { display: none !important; margin: 0 !important; padding: 0 !important; }

/* WooCommerceプレースホルダー非表示 */
.woocommerce img.woocommerce-placeholder,
.woocommerce-page img.woocommerce-placeholder,
ul.products li.product a img.woocommerce-placeholder,
.woocommerce-loop-product__link img.woocommerce-placeholder {
  display: none !important;
}

/* ─── カテゴリナビ（ナビバー直下）─── */
.duo-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 2px solid #e4ede9;
}
.duo-cat-nav a {
  color: var(--g);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1.5px solid #b8d8cc;
  transition: all .18s;
  white-space: nowrap;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
}
.duo-cat-nav a:hover { background: var(--g); color: #fff; border-color: var(--g); }

/* ─── ヒーロー ─── */
.duo-full.duo-hero {
  padding: 72px 40px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.duo-hero .eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: .22em;
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
}
.duo-hero h1 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.22;
  margin: 0 0 18px;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
.duo-hero .sub {
  font-size: 1rem;
  color: rgba(255,255,255,.88);
  line-height: 1.75;
  margin: 0 auto 32px;
  max-width: 480px;
}
.duo-hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  background: #fff;
  color: var(--gd);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.22);
  transition: all .2s;
  min-height: 52px;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.28); background: #f0faf6; }
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.65);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  min-height: 52px;
}
.btn-outline:hover { background: rgba(255,255,255,.15); border-color: #fff; }

/* ─── 信頼バー ─── */
.duo-full.duo-trust { padding: 0; }
.duo-trust-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto;
}
.duo-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,.95);
  border-right: 1px solid rgba(255,255,255,.2);
  flex: 1;
  justify-content: center;
  white-space: nowrap;
}
.duo-trust-item:last-child { border-right: none; }

/* ─── カテゴリセクション ─── */
.duo-categories {
  padding: 60px 40px;
  background: #f6fbf8;
}
.duo-section-head { text-align: center; margin-bottom: 36px; }
.duo-section-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: .22em;
  color: var(--g);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.duo-section-title {
  font-size: 1.9rem;
  font-weight: 900;
  color: #1a2e25;
  line-height: 1.3;
  margin: 0 0 8px;
}
.duo-section-sub {
  font-size: 0.9rem;
  color: var(--tx2);
  line-height: 1.65;
}

/* ─── カードグリッド ─── */
.duo-grid-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.duo-grid-4 .duo-card {
  flex: 0 1 calc(25% - 12px);
}
.duo-card {
  background: var(--wh);
  border-radius: var(--r);
  padding: 22px 16px 18px;
  text-align: center;
  border: 1.5px solid #ddeee7;
  box-shadow: var(--sh);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.duo-card:hover { transform: translateY(-4px); box-shadow: var(--sh2); }
.duo-card.featured {
  border-color: var(--g);
  border-width: 2px;
  background: linear-gradient(160deg,#f0faf6,#fff);
}
.duo-card .badge {
  display: inline-block;
  background: var(--g);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: .04em;
}
.duo-card .icon { font-size: 2rem; line-height: 1; margin: 2px 0; }
.duo-card h3 {
  font-size: 0.88rem;
  font-weight: 800;
  color: #1a2e25;
  line-height: 1.35;
  margin: 0;
}
.duo-card p {
  font-size: 0.76rem;
  color: var(--tx2);
  line-height: 1.5;
  margin: 0;
}
.btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 9px 20px;
  background: var(--g);
  color: #fff;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  min-height: 38px;
  transition: background .18s;
  white-space: nowrap;
}
.btn-card:hover { background: var(--gd); color: #fff; }

/* ─── 選ばれる3つの理由 ─── */
.duo-full.duo-reasons {
  padding: 72px 40px;
}
.duo-reasons-title {
  font-size: 1.9rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0 0 8px;
}
.duo-reasons-sub {
  text-align: center;
  color: rgba(255,255,255,.75);
  font-size: 0.9rem;
  margin: 0 auto 44px;
  line-height: 1.65;
  max-width: 500px;
}
.duo-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.duo-reason-item {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r);
  padding: 28px 20px;
  text-align: center;
}
.duo-reason-item .icon { font-size: 2.2rem; display: block; margin-bottom: 12px; }
.duo-reason-item h3 { font-size: 1rem; font-weight: 800; color: #fff; margin: 0 0 10px; line-height: 1.4; }
.duo-reason-item p { font-size: 0.84rem; color: rgba(255,255,255,.78); line-height: 1.65; margin: 0; }

/* ─── FAQ ─── */
.duo-full.duo-faq { padding: 68px 40px; background: #f6fbf8; }
.duo-faq-inner { max-width: 720px; margin: 0 auto; }
.duo-faq-card {
  background: var(--wh);
  border-radius: var(--r);
  padding: 22px 24px;
  margin-bottom: 12px;
  border: 1.5px solid #ddeee7;
  box-shadow: 0 1px 8px rgba(58,107,92,.08);
}
.duo-faq-card p { font-size: 0.9rem; line-height: 1.7; color: var(--tx); margin: 6px 0 0; }

/* ============================================================
   レスポンシブ: 834px以下
   ============================================================ */
@media (max-width: 834px) {

  /* カテゴリナビ */
  .duo-cat-nav { gap: 5px 7px; padding: 8px 12px; }
  .duo-cat-nav a { font-size: 0.74rem; padding: 5px 11px; min-height: 32px; }

  /* ヒーロー */
  .duo-full.duo-hero { padding: 48px 22px 40px; }
  .duo-hero h1 { font-size: 1.9rem; }
  .duo-hero .sub { font-size: 0.88rem; margin-bottom: 26px; }
  .duo-hero-btns { flex-direction: column; align-items: center; gap: 10px; }
  .btn-primary, .btn-outline { width: 100%; max-width: 300px; padding: 14px 28px; font-size: 0.95rem; }

  /* 信頼バー: 横1列コンパクト */
  .duo-trust-inner { flex-direction: row; flex-wrap: wrap; }
  .duo-trust-item {
    flex: none;
    width: 100%;
    padding: 11px 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.15);
    justify-content: flex-start;
    font-size: 0.82rem;
  }
  .duo-trust-item:last-child { border-bottom: none; }

  /* カテゴリ */
  .duo-categories { padding: 40px 18px; }
  .duo-section-title { font-size: 1.45rem; }
  .duo-section-sub { font-size: 0.85rem; }

  /* カードグリッド: 2列 */
  .duo-grid-4 {
    gap: 11px;
  }
  .duo-grid-4 .duo-card {
    flex: 0 1 calc(50% - 6px);
  }
  .duo-card { padding: 16px 12px 14px; gap: 5px; }
  .duo-card .icon { font-size: 1.65rem; }
  .duo-card h3 { font-size: 0.82rem; }
  .duo-card p { font-size: 0.72rem; }
  .btn-card { padding: 8px 14px; font-size: 0.76rem; min-height: 36px; }

  /* 理由: 1列 */
  .duo-full.duo-reasons { padding: 48px 20px; }
  .duo-reasons-title { font-size: 1.45rem; }
  .duo-reasons-sub { font-size: 0.84rem; margin-bottom: 24px; }
  .duo-reasons-grid { grid-template-columns: 1fr; gap: 12px; }
  .duo-reason-item { padding: 22px 18px; }
  .duo-reason-item .icon { font-size: 1.9rem; margin-bottom: 10px; }
  .duo-reason-item h3 { font-size: 0.95rem; }
  .duo-reason-item p { font-size: 0.82rem; }

  /* FAQ */
  .duo-full.duo-faq { padding: 44px 18px; }
  .duo-faq-card { padding: 18px 18px; }
  .duo-faq-card p { font-size: 0.86rem; }
}

/* ============================================================
   レスポンシブ: 480px以下
   ============================================================ */
@media (max-width: 480px) {
  .duo-hero h1 { font-size: 1.6rem; }
  .duo-hero .sub { font-size: 0.82rem; }
  .duo-section-title { font-size: 1.28rem; }
  .duo-grid-4 { gap: 9px; }
  .duo-card { padding: 13px 10px 11px; }
  .duo-card .icon { font-size: 1.45rem; }
  .duo-card h3 { font-size: 0.78rem; }
  .duo-card p { font-size: 0.68rem; }
  .btn-card { font-size: 0.72rem; padding: 7px 10px; min-height: 34px; }
  .duo-cat-nav a { font-size: 0.68rem; padding: 4px 9px; }
  .duo-reason-item { padding: 18px 14px; }
}
/* ─── 信頼バー修正: brタグ除去・span対応 ─── */
.duo-trust-inner br { display: none !important; }
.duo-trust-item {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,.95) !important;
  border-right: 1px solid rgba(255,255,255,.2);
  flex: 1;
  justify-content: center;
  white-space: nowrap;
}
.duo-trust-item:last-of-type { border-right: none; }

/* ─── 信頼バー モバイル修正 ─── */
@media (max-width: 834px) {
  .duo-trust-inner { flex-wrap: wrap; }
  .duo-trust-item {
    display: flex !important;
    width: 100%;
    flex: none;
    padding: 10px 18px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.15);
    justify-content: flex-start;
    font-size: 0.82rem;
  }
  .duo-trust-item:last-of-type { border-bottom: none; }
}

/* ─── ヒーロー背景（Unsplash無料キャンプ写真）─── */
.duo-full.duo-hero {
  background:
    linear-gradient(160deg, rgba(15,40,28,.88) 0%, rgba(30,65,48,.82) 50%, rgba(50,90,68,.76) 100%),
    url('https://images.unsplash.com/photo-1504280390367-361c6d9f38f4?auto=format&fit=crop&w=1600&q=75') center/cover no-repeat !important;
}

/* ─── ヒーロー h1 white確保 ─── */
.duo-hero h1,
.duo-hero .eyebrow,
.duo-hero .sub { color: #fff !important; }

/* ─── 信頼バー背景確保 ─── */
.duo-full.duo-trust { background: var(--g) !important; }

/* ─── カテゴリセクション背景確保 ─── */
.duo-categories { background: #f6fbf8 !important; }

/* ─── 理由セクション背景確保 ─── */
.duo-full.duo-reasons {
  background: linear-gradient(160deg, #1e3d31 0%, #2a5a48 100%) !important;
}
.duo-reasons-title,
.duo-reasons-sub { color: #fff !important; }
.duo-reason-item h3 { color: #fff !important; }
.duo-reason-item p { color: rgba(255,255,255,.8) !important; }

/* ─── FAQ背景確保 ─── */
.duo-full.duo-faq { background: #f6fbf8 !important; }

/* ─── duo-grid-3（2枚カード用）─── */
.duo-grid-3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 16px;
  max-width: 480px;
  margin: 16px auto 0;
  justify-content: center;
}
@media (max-width: 834px) {
  .duo-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 11px;
  }
}
@media (max-width: 480px) {
  .duo-grid-3 { gap: 9px; }
}


/* ============================================
   Cocoon h2/h3 デフォルト背景を上書き
   ============================================ */

/* reasons セクションのタイトル: Cocoon h2の水色背景を除去 */
.duo-full.duo-reasons h2.duo-reasons-title,
.duo-reasons-title {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 0 8px !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

/* reason カード内 h3: Cocoon h3の薄青背景を除去 */
.duo-reason-item h3 {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 0 10px !important;
  color: #fff !important;
  border: none !important;
  border-bottom: 2px solid rgba(255,255,255,0.25) !important;
  box-shadow: none !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  margin: 0 0 12px !important;
}

/* カテゴリカード内 h3 もCocoonデフォルト除去 */
.duo-cat-card h3 {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  color: #1a2e25 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
}


/* ============================================
   カテゴリカード内 h3 – Cocoon デフォルト除去
   ============================================ */
.duo-card h3 {
  background: rgba(58, 107, 92, 0.08) !important;
  background-color: rgba(58, 107, 92, 0.08) !important;
  color: #1a2e25 !important;
  padding: 10px 16px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 0 10px !important;
  border-radius: 6px !important;
  letter-spacing: 0.01em;
}


/* ============================================
   FAQ カード h3 – Cocoon デフォルト背景を上書き
   ============================================ */
.duo-faq-card h3 {
  background: rgba(58, 107, 92, 0.1) !important;
  background-color: rgba(58, 107, 92, 0.1) !important;
  color: #1a2e25 !important;
  padding: 12px 18px 12px 20px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-left: 4px solid #3a6b5c !important;
  box-shadow: none !important;
  margin: 0 0 14px !important;
  border-radius: 0 6px 6px 0 !important;
  line-height: 1.5;
}


/* ============================================
   PC レイアウト修正 – ヘッダー＆カードグリッド
   ============================================ */

/* ① Cocoon ヘッダー背景をブランドグリーンに統一 */
#header,
.header-container,
.header-container-in,
.site-header,
#header .header-container {
  background-color: #3a6b5c !important;
  background: #3a6b5c !important;
}

/* ヘッダーのサイトタイトル・キャッチコピーを白に */
#site-title a,
.site-name,
#site-title,
.header-logo-image,
.site-catch,
#catch-copy,
.catch-copy {
  color: #fff !important;
}

/* ナビメニューリンクも白 */
#header .navi-in > ul > li > a,
.header-navi a,
.global-navi a,
.navi-in a {
  color: #fff !important;
}
.navi-in > ul > li > a:hover {
  color: rgba(255,255,255,0.75) !important;
}

/* ② PC でカードグリッド2段目を中央寄せ */
@media (min-width: 835px) {
  .duo-grid-4 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .duo-grid-4 > .duo-card {
    flex: 0 1 calc(25% - 13px);
    min-width: 200px;
    max-width: 280px;
    box-sizing: border-box;
  }
}

/* ③ 信頼バー非表示（念のため CSS でも除去） */
.duo-trust, .duo-full.duo-trust {
  display: none !important;
}


/* ============================================
   グローバルナビゲーション背景修正
   ============================================ */
#navi,
nav.navi,
.navi {
  background-color: #2a4f44 !important;
  background: #2a4f44 !important;
}

/* ナビリンク → 白文字 */
#navi a,
nav.navi a,
.navi-in a,
#navi-in a {
  color: #fff !important;
}
#navi a:hover,
.navi-in a:hover {
  color: rgba(255,255,255,0.8) !important;
  background: rgba(255,255,255,0.08) !important;
}

/* ヘッダー全体（タイトル+ナビ）を一貫したダークグリーンに */
#header {
  background: #3a6b5c !important;
}


/* ============================================
   WooCommerce ショップページ デザイン修正
   ============================================ */

/* 商品タイトルの水色背景を除去 */
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  background: transparent !important;
  color: #2a4f44 !important;
  font-size: 0.9rem !important;
  padding: 8px 4px 4px !important;
}

/* 商品カードのスタイル統一 */
.woocommerce ul.products li.product {
  background: #fff !important;
  border: 1.5px solid #ddeee7 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  box-shadow: 0 2px 8px rgba(58,107,92,.08) !important;
  transition: transform .2s, box-shadow .2s !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 18px rgba(58,107,92,.16) !important;
}

/* 価格カラー */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount {
  color: #3a6b5c !important;
  font-weight: 700 !important;
}

/* Amazonボタン（商品一覧・詳細ページ） */
.woocommerce ul.products li.product a.button,
.woocommerce a.button,
.woocommerce .single_add_to_cart_button {
  background: #3a6b5c !important;
  color: #fff !important;
  border-radius: 25px !important;
  border: none !important;
  padding: 9px 18px !important;
  font-weight: 600 !important;
  letter-spacing: .03em !important;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce a.button:hover {
  background: #2a4f44 !important;
  color: #fff !important;
}

/* サイドバーウィジェットボタン（水色→ブランドカラー） */
.widget-area .btn,
.widget .btn,
#sidebar .btn {
  background: #3a6b5c !important;
  color: #fff !important;
  border-color: #3a6b5c !important;
}

/* 日付非表示（ショップ・商品ページ） */
.woocommerce .entry-date,
.post-type-product .entry-date,
.woocommerce-page .entry-date,
.tax-product_cat .entry-date {
  display: none !important;
}

/* 商品詳細ページ h2・h3 Cocoon水色除去 */
.post-type-product .entry-content h2,
.woocommerce div.product h2 {
  background: transparent !important;
  color: #2a4f44 !important;
  border-left: 4px solid #3a6b5c !important;
  padding-left: 12px !important;
}
.post-type-product .entry-content h3,
.woocommerce div.product h3 {
  background: transparent !important;
  color: #3a6b5c !important;
}

/* ============================================
   サイドバー・フッター 水色除去
   ============================================ */

/* サイドバーウィジェットタイトル（水色→ブランド緑） */
#sidebar h2.wp-block-heading,
.sidebar h2.wp-block-heading,
.widget-sidebar h2.wp-block-heading {
  background: #3a6b5c !important;
  color: #fff !important;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  font-size: 0.9rem !important;
  letter-spacing: .04em !important;
  margin-bottom: 10px !important;
}

/* フッター背景（水色→ダーク緑） */
#footer.footer-container,
.footer-container {
  background: #1e3d31 !important;
  color: rgba(255,255,255,.8) !important;
}
#footer a, .footer-container a {
  color: rgba(255,255,255,.75) !important;
}
#footer a:hover, .footer-container a:hover {
  color: #fff !important;
}

/* ============================================
   WooCommerceページ SNSシェアボタン非表示
   ============================================ */
.tax-product_cat .sns-share,
.tax-product_cat .sns-share-buttons,
.tax-product_cat .sns-share-message,
.woocommerce .sns-share,
.woocommerce .sns-share-buttons,
.woocommerce-page .sns-share,
.post-type-product .sns-share,
.post-type-product .sns-share-buttons,
.woocommerce-shop .sns-share {
  display: none !important;
}

/* ===== 商品ページ シェアボタン ===== */
.duo-share-box {
  margin: 24px 0;
  padding: 18px 20px;
  background: #f4f8f6;
  border-radius: 12px;
  border: 1px solid #d8ece5;
}
.duo-share-label {
  font-size: .82rem;
  color: #5a7a70;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: .04em;
}
.duo-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.duo-share-btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  transition: opacity .15s, transform .1s;
}
.duo-share-btn:hover { opacity: .82; transform: translateY(-1px); }
.duo-share-line {
  background: #06C755;
  color: #fff !important;
}
.duo-share-x {
  background: #000;
  color: #fff !important;
}
.duo-share-copy {
  background: #3a6b5c;
  color: #fff;
  font-family: inherit;
}
@media (max-width: 480px) {
  .duo-share-buttons { flex-direction: column; }
  .duo-share-btn { justify-content: center; width: 100%; }
}


/* ===== キャンプトンマナ強化 v4.0 ===== */

/* Google Fonts インポート */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&family=Noto+Serif+JP:wght@400;700&display=swap');

/* 見出しフォント：アウトドア雑誌風 */
.duo-hero h1,
.duo-section-title,
.duo-cat-section h2,
.duo-reasons h2,
.duo-faq h2 {
  font-family: 'Josefin Sans', 'Noto Serif JP', Georgia, serif !important;
  letter-spacing: .06em;
}
.duo-hero small {
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: .18em;
}

/* カテゴリーセクション：森の空気感 */
.duo-full.duo-categories {
  background:
    linear-gradient(180deg, rgba(240,248,242,.96) 0%, rgba(225,242,233,.98) 100%),
    url('https://images.unsplash.com/photo-1448375240586-882707db888b?w=1600&q=50') center/cover fixed !important;
  position: relative;
}
.duo-full.duo-categories::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233a6b5c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}
.duo-full.duo-categories > * { position: relative; z-index: 1; }

/* ===== カテゴリカード：写真背景スタイル ===== */
.duo-card {
  position: relative !important;
  overflow: hidden !important;
  min-height: 210px !important;
  border-radius: 14px !important;
  padding: 0 !important;
  background: #1e3d31;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  box-shadow: 0 6px 24px rgba(0,0,0,.22) !important;
  border: none !important;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s !important;
}
.duo-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.32) !important;
}

/* 暗いグラデーションオーバーレイ */
.duo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 20%, rgba(8,25,15,.78) 100%);
  z-index: 1;
  border-radius: 14px;
}

/* 各カードの背景写真 */
.duo-grid-4 .duo-card:nth-child(1) {
  background-image: url('https://images.unsplash.com/photo-1537905569824-f89f14cceb68?w=500&q=75') !important;
  background-size: cover !important; background-position: center !important;
}
.duo-grid-4 .duo-card:nth-child(2) {
  background-image: url('https://images.unsplash.com/photo-1504280390367-361c6d9f38f4?w=500&q=75') !important;
  background-size: cover !important; background-position: center !important;
}
.duo-grid-4 .duo-card:nth-child(3) {
  background-image: url('https://images.unsplash.com/photo-1478131143081-80f7f84ca84d?w=500&q=75') !important;
  background-size: cover !important; background-position: center !important;
}
.duo-grid-4 .duo-card:nth-child(4) {
  background-image: url('https://images.unsplash.com/photo-1512621776951-a57141f2eefd?w=500&q=75') !important;
  background-size: cover !important; background-position: center !important;
}
.duo-grid-4 .duo-card:nth-child(5) {
  background-image: url('https://images.unsplash.com/photo-1508193638397-1c4234db14d8?w=500&q=75') !important;
  background-size: cover !important; background-position: center !important;
}
.duo-grid-4 .duo-card:nth-child(6) {
  background-image: url('https://images.unsplash.com/photo-1445308394109-4ec2920981b1?w=500&q=75') !important;
  background-size: cover !important; background-position: center !important;
}
.duo-grid-4 .duo-card:nth-child(7) {
  background-image: url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?w=500&q=75') !important;
  background-size: cover !important; background-position: center !important;
}

/* カード内コンテンツ z-index */
.duo-card .badge,
.duo-card .icon,
.duo-card h3,
.duo-card p,
.duo-card a {
  position: relative !important;
  z-index: 2 !important;
}

/* アイコン絵文字は非表示 */
.duo-card .icon { display: none !important; }
/* 空pも非表示 */
.duo-card p:empty { display: none !important; margin: 0 !important; }

/* カード下部にパディング */
.duo-card h3 {
  color: #fff !important;
  font-family: 'Josefin Sans', 'Noto Serif JP', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 16px 4px !important;
  text-shadow: 0 1px 6px rgba(0,0,0,.6) !important;
}
.duo-card p {
  color: rgba(255,255,255,.82) !important;
  font-size: .76rem !important;
  margin: 0 !important;
  padding: 0 16px 12px !important;
  line-height: 1.4 !important;
}
.duo-card p:last-child { padding-bottom: 16px !important; }

/* 見るボタン：フロストガラス風 */
.btn-card {
  display: inline-block !important;
  background: rgba(255,255,255,.15) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255,255,255,.45) !important;
  color: #fff !important;
  padding: 5px 20px !important;
  border-radius: 20px !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
  letter-spacing: .05em !important;
  transition: background .2s !important;
  text-decoration: none !important;
  margin-bottom: 4px !important;
}
.btn-card:hover {
  background: rgba(255,255,255,.3) !important;
  color: #fff !important;
}

/* バッジ */
.duo-card .badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: rgba(58,107,92,.88) !important;
  backdrop-filter: blur(6px) !important;
  color: #fff !important;
  font-size: .7rem !important;
  padding: 3px 10px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
}

/* ===== 選ばれる3つの理由：焚き火テクスチャ強化 ===== */
.duo-full.duo-reasons {
  background:
    linear-gradient(160deg, #1a3328 0%, #243d30 50%, #1e3a2e 100%) !important;
  position: relative;
  overflow: hidden;
}
.duo-full.duo-reasons::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='%235a9b88' stroke-width='.4' stroke-opacity='.12'/%3E%3Ccircle cx='50' cy='50' r='25' fill='none' stroke='%235a9b88' stroke-width='.3' stroke-opacity='.08'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
  opacity: .6;
}
.duo-reasons-card {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  backdrop-filter: blur(4px) !important;
}

/* ===== FAQセクション：木目感 ===== */
.duo-full.duo-faq {
  background:
    linear-gradient(180deg, #f5f9f6 0%, #edf5f0 100%) !important;
  position: relative;
}
.duo-full.duo-faq::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 Q10 18 20 20 Q30 22 40 20' fill='none' stroke='%233a6b5c' stroke-width='.5' stroke-opacity='.07'/%3E%3Cpath d='M0 10 Q10 8 20 10 Q30 12 40 10' fill='none' stroke='%233a6b5c' stroke-width='.5' stroke-opacity='.07'/%3E%3Cpath d='M0 30 Q10 28 20 30 Q30 32 40 30' fill='none' stroke='%233a6b5c' stroke-width='.5' stroke-opacity='.07'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.duo-full.duo-faq > * { position: relative; z-index: 1; }

/* セクション見出し装飾ライン */
.duo-section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--g), var(--g2));
  border-radius: 2px;
  margin: 10px auto 0;
}

/* カテゴリナビ：アウトドア感UP */
.duo-cat-nav {
  background: rgba(255,255,255,.95) !important;
  backdrop-filter: blur(8px) !important;
}
.duo-cat-pill {
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: .04em !important;
  font-weight: 600 !important;
}

/* レスポンシブ：モバイルカード */
@media (max-width: 480px) {
  .duo-card { min-height: 170px !important; }
  .duo-card h3 { font-size: .95rem !important; }
}


/* ===== ヘッダー・フッター・理由セクション トンマナ統一 v1.0 ===== */

/* ----- ヘッダー：深い森の色合い ----- */
#header {
  background: linear-gradient(135deg, #162c22 0%, #1e3d30 40%, #2a5240 100%) !important;
  position: relative;
  overflow: hidden;
}
/* ヘッダー：木々のシルエット装飾 */
#header::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 36' preserveAspectRatio='none'%3E%3Cpath d='M0 36 L80 20 L140 28 L200 14 L270 26 L340 10 L420 24 L500 8 L580 22 L660 6 L740 20 L820 12 L900 28 L980 8 L1060 24 L1140 16 L1220 30 L1300 12 L1380 22 L1440 18 L1440 36Z' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E") no-repeat center bottom / cover;
  pointer-events: none;
}
/* ヘッダーに星のような光点 */
#header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255,255,255,.5) 1px, transparent 1px) 10px 15px / 120px 80px,
    radial-gradient(circle, rgba(255,255,255,.3) 1px, transparent 1px) 60px 40px / 150px 90px;
  opacity: .25;
  pointer-events: none;
}
#header .site-name-text {
  font-family: 'Josefin Sans', 'Noto Serif JP', Georgia, serif !important;
  letter-spacing: .08em !important;
  color: #fff !important;
}
#header .tagline {
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: .12em !important;
  color: rgba(255,255,255,.75) !important;
  font-size: .78rem !important;
}

/* ----- ナビゲーションバー：深みのある緑 ----- */
#navi {
  background: linear-gradient(90deg, #1a3528 0%, #243d30 50%, #1a3528 100%) !important;
  border-bottom: 1px solid rgba(90,155,136,.25) !important;
}
#navi a {
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: .08em !important;
  font-weight: 600 !important;
}

/* ----- SNSフォローバー：ブランド統一 ----- */
.sns-follow {
  background: linear-gradient(135deg, #1a3528, #243d30) !important;
  border-top: 1px solid rgba(90,155,136,.2) !important;
  border-bottom: 1px solid rgba(90,155,136,.2) !important;
}
.sns-follow-message {
  color: rgba(255,255,255,.65) !important;
  font-family: 'Josefin Sans', sans-serif !important;
  letter-spacing: .14em !important;
  font-size: .78rem !important;
  text-transform: uppercase !important;
}
.follow-button {
  background: rgba(90,155,136,.15) !important;
  border: 1px solid rgba(90,155,136,.35) !important;
  color: rgba(255,255,255,.8) !important;
  border-radius: 8px !important;
  transition: background .2s !important;
}
.follow-button:hover {
  background: rgba(90,155,136,.35) !important;
}

/* ----- フッター：夜のキャンプサイト ----- */
.footer-bottom {
  background: linear-gradient(160deg, #0a1a10 0%, #122018 50%, #0e1c14 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 20px 0 !important;
}
/* 星空 */
.footer-bottom::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle, rgba(255,255,255,.7) 1px, transparent 1px) 5px 8px / 80px 60px,
    radial-gradient(circle, rgba(255,255,255,.5) 1px, transparent 1px) 40px 35px / 100px 70px,
    radial-gradient(circle, rgba(255,255,255,.4) 1px, transparent 1px) 70px 15px / 130px 90px;
  opacity: .35;
  pointer-events: none;
}
/* 山のシルエット */
.footer-bottom::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 32' preserveAspectRatio='none'%3E%3Cpath d='M0 32 L180 6 L320 18 L480 2 L640 16 L800 0 L960 14 L1120 4 L1280 18 L1440 8 L1440 32Z' fill='rgba(90,155,136,0.12)'/%3E%3C/svg%3E") no-repeat center top / cover;
  pointer-events: none;
}
.footer-bottom .site-name-text {
  font-family: 'Josefin Sans', 'Noto Serif JP', Georgia, serif !important;
  color: rgba(255,255,255,.88) !important;
  letter-spacing: .08em !important;
}
.footer-bottom .copyright,
.footer-bottom .footer-copyright {
  color: rgba(255,255,255,.45) !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: .72rem !important;
  letter-spacing: .06em !important;
}
.footer-bottom a { color: rgba(90,155,136,.8) !important; }

/* ----- 選ばれる3つの理由：SVGアイコン化 ----- */
.duo-reason-item {
  text-align: center;
  padding: 28px 20px !important;
}
/* 絵文字を非表示 */
.duo-reason-item .icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 72px !important;
  height: 72px !important;
  font-size: 0 !important;
  position: relative !important;
  margin: 0 auto 16px !important;
  border-radius: 50% !important;
  background: rgba(90,155,136,.12) !important;
  border: 1.5px solid rgba(90,155,136,.35) !important;
}
/* SVGアイコン共通 */
.duo-reason-item .icon::after {
  content: '';
  position: absolute;
  inset: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* コンパス：カップル目線 */
.duo-reason-item:nth-child(1) .icon::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a9b88' stroke-width='1.5' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='12,5 14.5,11 12,12 9.5,11' fill='%235a9b88'/%3E%3Cpolygon points='12,19 9.5,13 12,12 14.5,13' fill='rgba(90,155,136,0.45)'/%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%23aad5c8'/%3E%3C/svg%3E");
}
/* バッジ：レビュー100件 */
.duo-reason-item:nth-child(2) .icon::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a9b88' stroke-width='1.5'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01z' fill='rgba(90,155,136,0.2)'/%3E%3C/svg%3E");
}
/* テント：予算別 */
.duo-reason-item:nth-child(3) .icon::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a9b88' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3L2 20h20z' fill='rgba(90,155,136,0.15)'/%3E%3Cline x1='12' y1='3' x2='12' y2='20'/%3E%3Cline x1='5' y1='20' x2='5' y2='23'/%3E%3Cline x1='19' y1='20' x2='19' y2='23'/%3E%3C/svg%3E");
}
/* アイコンホバー */
.duo-reason-item:hover .icon {
  background: rgba(90,155,136,.2) !important;
  border-color: rgba(90,155,136,.6) !important;
  transition: all .2s;
}
.duo-reason-item h3 {
  font-family: 'Josefin Sans', 'Noto Serif JP', Georgia, serif !important;
  letter-spacing: .05em !important;
}


/* ショップナビバー非表示 */
#navi { display: none !important; }
