/*
Theme Name: カジホンネ (Cocoon Child)
Theme URI:
Description: カジホンネ（kaji-honne.com）専用 Cocoon チャイルドテーマ
Author: エアロスミス社
Template: cocoon-master
Version: 1.0.0
*/

/* ============================================================
   CSS カスタムプロパティ（ブランドカラー定義）
   ============================================================ */
:root {
  --color-main:       #f0685a;  /* メイン：コーラルオレンジ */
  --color-main-dark:  #333f55;  /* テキスト・見出し用：ネイビー */
  --color-accent:     #f5a623;  /* アクセント：アンバー */
  --color-surface:      #f0685a;  /* 大面積の背景（ヘッダー・ナビ・ヒーロー・フッター） */
  --color-surface-deep: #d9584a;  /* 大面積背景の濃い側（グラデーション・ホバー用） */
  --color-cream:        #ffe3c2;  /* コーラル背景上のアクセント文字 */
  --color-text:       #333333;  /* テキスト */
  --color-bg:         #faf9f7;  /* 背景 */
  --color-white:      #FFFFFF;
  --color-border:     #f2ded9;
}

/* ============================================================
   ベース
   ============================================================ */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: 'Noto Sans JP', 'Yu Gothic', YuGothic, sans-serif;
}

a {
  color: var(--color-main-dark);
  text-decoration: none;
}

a:hover {
  color: var(--color-main);
}

/* ============================================================
   ヘッダー
   ============================================================ */
#header,
.site-header,
#header-container,
.header-container,
.header-in {
  background-color: var(--color-surface) !important;
  background-image: none !important;
}

.site-name-text,
.header-container .site-name a,
.site-name a,
#site-name,
#site-name a {
  color: var(--color-white) !important;
}

.tagline,
#tagline {
  display: none !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

/* ============================================================
   グローバルナビ
   ============================================================ */
#nav,
.navi-in > ul > li > a {
  background-color: var(--color-surface);
  color: var(--color-white);
}

.navi-in > ul > li > a:hover,
.navi-in > ul > li.current-menu-item > a {
  background-color: var(--color-surface-deep);
  color: var(--color-white);
}

/* ドロップダウン */
.navi-in > ul > li > ul {
  background-color: var(--color-surface-deep);
}

.navi-in > ul > li > ul > li > a {
  color: var(--color-white);
}

.navi-in > ul > li > ul > li > a:hover {
  background-color: var(--color-cream);
  color: var(--color-main-dark);
}

/* ============================================================
   ハンバーガーメニュー（モバイル優先）
   ============================================================ */
#navi-toggle-label span,
#navi-toggle-label span::before,
#navi-toggle-label span::after {
  background-color: var(--color-white);
}

/* ============================================================
   ボタン・CTA
   ============================================================ */
.btn,
.wp-block-button__link,
.cocoon-block-button__link {
  background-color: var(--color-accent);
  color: var(--color-white);
  border-radius: 4px;
  font-weight: bold;
  transition: opacity 0.2s ease;
}

.btn:hover,
.wp-block-button__link:hover {
  opacity: 0.85;
  color: var(--color-white);
}

/* ============================================================
   見出し
   ============================================================ */
.entry-content h2 {
  border-left: 5px solid var(--color-main);
  border-bottom: 1px solid var(--color-border);
  padding: 0.4em 0.75em;
  background-color: rgba(240, 104, 90, 0.08);
  color: var(--color-main-dark);
}

.entry-content h3 {
  border-left: 4px solid var(--color-accent);
  padding: 0.3em 0.75em;
  color: var(--color-main-dark);
}

.entry-content h4 {
  border-bottom: 2px dotted var(--color-main);
  padding-bottom: 0.2em;
  color: var(--color-main-dark);
}

/* ============================================================
   カード・記事一覧
   ============================================================ */
.card,
.entry-card {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
}

.card:hover,
.entry-card:hover {
  box-shadow: 0 4px 16px rgba(240, 104, 90, 0.25);
}

.cat-label,
.card-cat-label {
  background-color: var(--color-main);
  color: var(--color-main-dark);
  font-weight: bold;
}

/* ============================================================
   カテゴリ・アーカイブページ：3カラムグリッド
   ============================================================ */

/* Cocoon のカードラッパーをグリッドに変換 */
.archive-entry-cards,
.search-entry-cards,
.post-list.post-list-card {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
}

/* 各カードを縦方向にフレックスにして高さを揃える */
.archive-entry-cards .a-wrap,
.search-entry-cards .a-wrap,
.post-list.post-list-card .a-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.archive-entry-cards .entry-card,
.search-entry-cards .entry-card,
.post-list.post-list-card .entry-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.archive-entry-cards .entry-card:hover,
.search-entry-cards .entry-card:hover,
.post-list.post-list-card .entry-card:hover {
  box-shadow: 0 6px 20px rgba(240, 104, 90, 0.3);
  transform: translateY(-2px);
}

/* サムネイル：16:9固定 */
.archive-entry-cards .entry-card-thumb,
.search-entry-cards .entry-card-thumb,
.post-list.post-list-card .entry-card-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  flex-shrink: 0;
}

.archive-entry-cards .entry-card-thumb img,
.search-entry-cards .entry-card-thumb img,
.post-list.post-list-card .entry-card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.archive-entry-cards .entry-card:hover .entry-card-thumb img,
.search-entry-cards .entry-card:hover .entry-card-thumb img,
.post-list.post-list-card .entry-card:hover .entry-card-thumb img {
  transform: scale(1.04);
}

/* カード本文エリア */
.archive-entry-cards .entry-card-content,
.search-entry-cards .entry-card-content,
.post-list.post-list-card .entry-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 16px;
  gap: 8px;
}

/* タイトル */
.archive-entry-cards .entry-card-title,
.search-entry-cards .entry-card-title,
.post-list.post-list-card .entry-card-title {
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-main-dark);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 抜粋 */
.archive-entry-cards .entry-card-snippet,
.search-entry-cards .entry-card-snippet,
.post-list.post-list-card .entry-card-snippet {
  font-size: 0.82em;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* 投稿日・カテゴリラベル */
.archive-entry-cards .entry-card-meta,
.search-entry-cards .entry-card-meta,
.post-list.post-list-card .entry-card-meta {
  font-size: 0.78em;
  color: #999;
  margin-top: auto;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 40px 0 20px;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  color: var(--color-main-dark);
  font-size: 0.9em;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background-color: var(--color-main-dark);
  color: var(--color-white);
  border-color: var(--color-main-dark);
}

/* タブレット：2カラム + hero調整 */
@media (max-width: 1024px) {
  .archive-entry-cards,
  .search-entry-cards,
  .post-list.post-list-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* trust バッジ：余白を少し詰める */
  .hero-section__trust-item {
    min-width: 110px;
    padding: 14px 12px;
  }

  /* CTA ボタン：タブレットでは横並びのままボタン幅を揃える */
  .hero-section__cta {
    gap: 12px;
  }

  .hero-section__btn,
  .hero-section__btn--outline {
    padding: 14px 28px;
    font-size: 0.95em;
  }
}

/* モバイル：1カラム（767px以下 = スマホ全域） */
@media (max-width: 767px) {
  .archive-entry-cards,
  .search-entry-cards,
  .post-list.post-list-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* カードを横並び：画像50% / テキスト50% */
  .archive-entry-cards .entry-card,
  .search-entry-cards .entry-card,
  .post-list.post-list-card .entry-card {
    flex-direction: row !important;
  }

  .archive-entry-cards .entry-card-thumb,
  .search-entry-cards .entry-card-thumb,
  .post-list.post-list-card .entry-card-thumb {
    width: 50% !important;
    padding-top: 0 !important;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
  }

  .archive-entry-cards .entry-card-thumb img,
  .search-entry-cards .entry-card-thumb img,
  .post-list.post-list-card .entry-card-thumb img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .archive-entry-cards .entry-card-content,
  .search-entry-cards .entry-card-content,
  .post-list.post-list-card .entry-card-content {
    width: 50%;
    padding: 10px 12px;
  }

  .archive-entry-cards .entry-card-title,
  .search-entry-cards .entry-card-title,
  .post-list.post-list-card .entry-card-title {
    font-size: 0.9em;
  }

  /* アクセス数（PV）を非表示 */
  .the-views,
  .entry-views,
  .post-views,
  .admin-pv,
  .views {
    display: none !important;
  }
}

/* ============================================================
   サイドバー
   ============================================================ */
.widget-title,
.sidebar .widget-title {
  border-left: 4px solid var(--color-main);
  padding-left: 0.6em;
  color: var(--color-main-dark);
}

/* ============================================================
   フッター
   ============================================================ */
#footer,
.site-footer {
  background-color: var(--color-surface-deep);
  color: rgba(255, 255, 255, 0.85);
}

/* フッター：中央揃え＋縦積み */
.footer-in,
#footer-in {
  display: block !important;
  text-align: center !important;
}

.site-name-footer,
#site-footer-logo,
.footer-logo {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  float: none !important;
  margin-bottom: 4px;
}

#copyright,
.copyright,
.colophon {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  float: none !important;
}

.footer-bottom-link a {
  color: var(--color-cream);
}

/* ============================================================
   モバイル対応（優先）
   ============================================================ */
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }

  .entry-content h2 {
    font-size: 1.2em;
  }

  .entry-content h3 {
    font-size: 1.1em;
  }

  /* タップターゲットを広げる */
  .navi-in > ul > li > a {
    padding: 14px 16px;
  }

  /* 記事本文の横余白確保 */
  .entry-content {
    padding: 0 4px;
  }

  /* ============================================================
     モバイル：カード一覧を2カラムグリッド＋縦型レイアウトに
     ============================================================ */

  /* カード一覧コンテナを2カラムグリッドに */
  .new-entry-cards,
  .popular-entry-cards,
  .navi-entry-cards,
  .related-entry-cards,
  .archive-entry-cards,
  .search-entry-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  /* カード個別：縦型に切り替え（横並びを解除） */
  .new-entry-cards .entry-card,
  .popular-entry-cards .entry-card,
  .navi-entry-cards .entry-card,
  .related-entry-cards .entry-card,
  .archive-entry-cards .entry-card,
  .search-entry-cards .entry-card {
    display: flex !important;
    flex-direction: column !important;
  }

  /* サムネイル：フル幅・16:9に */
  .new-entry-cards .entry-card-thumb,
  .popular-entry-cards .entry-card-thumb,
  .navi-entry-cards .entry-card-thumb,
  .related-entry-cards .entry-card-thumb,
  .archive-entry-cards .entry-card-thumb,
  .search-entry-cards .entry-card-thumb {
    width: 100% !important;
    float: none !important;
    padding-top: 56.25% !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .new-entry-cards .entry-card-thumb img,
  .popular-entry-cards .entry-card-thumb img,
  .navi-entry-cards .entry-card-thumb img,
  .related-entry-cards .entry-card-thumb img,
  .archive-entry-cards .entry-card-thumb img,
  .search-entry-cards .entry-card-thumb img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* テキストエリア：左マージンをリセット */
  .new-entry-cards .entry-card-content,
  .popular-entry-cards .entry-card-content,
  .navi-entry-cards .entry-card-content,
  .related-entry-cards .entry-card-content,
  .archive-entry-cards .entry-card-content,
  .search-entry-cards .entry-card-content {
    margin-left: 0 !important;
    padding: 8px 10px !important;
  }

  /* タイトルを小さめに（2カラムなので文字が入りにくい） */
  .new-entry-cards .entry-card-title,
  .popular-entry-cards .entry-card-title,
  .navi-entry-cards .entry-card-title,
  .related-entry-cards .entry-card-title,
  .archive-entry-cards .entry-card-title,
  .search-entry-cards .entry-card-title {
    font-size: 0.8em !important;
    line-height: 1.45 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* 抜粋は非表示（2カラムでは幅が狭いため） */
  .new-entry-cards .entry-card-snippet,
  .popular-entry-cards .entry-card-snippet,
  .navi-entry-cards .entry-card-snippet,
  .related-entry-cards .entry-card-snippet {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .site-name-text {
    font-size: 1.1em;
  }
}

/* ============================================================
   比較表 (.tbl-compare)
   使い方: Gutenbergテーブルブロックにクラス「tbl-compare」を追加
   ============================================================ */
.tbl-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92em;
  margin: 2em 0;
  box-shadow: 0 2px 12px rgba(51, 63, 85, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* ヘッダー行 */
.tbl-compare thead th {
  background-color: var(--color-main-dark);
  color: var(--color-white);
  padding: 12px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 0.95em;
  letter-spacing: 0.03em;
  border: none;
}

/* おすすめ列（2列目）をハイライト */
.tbl-compare thead th:nth-child(2) {
  background-color: var(--color-accent);
  position: relative;
}

.tbl-compare thead th:nth-child(2)::before {
  content: "おすすめ";
  display: block;
  font-size: 0.7em;
  font-weight: 700;
  background-color: #fff;
  color: var(--color-accent);
  border-radius: 20px;
  padding: 1px 8px;
  margin: 0 auto 4px;
  width: fit-content;
}

/* データ行 */
.tbl-compare tbody tr {
  border-bottom: 1px solid var(--color-border);
}

.tbl-compare tbody tr:last-child {
  border-bottom: none;
}

.tbl-compare tbody tr:nth-child(even) {
  background-color: rgba(240, 104, 90, 0.05);
}

.tbl-compare tbody tr:hover {
  background-color: rgba(240, 104, 90, 0.1);
  transition: background-color 0.15s ease;
}

.tbl-compare tbody td {
  padding: 11px 16px;
  text-align: center;
  color: var(--color-text);
  border: none;
  vertical-align: middle;
  line-height: 1.6;
}

/* 行ヘッダー（左端列） */
.tbl-compare tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--color-main-dark);
  background-color: rgba(51, 63, 85, 0.04);
  white-space: nowrap;
}

/* おすすめ列（2列目）をハイライト */
.tbl-compare tbody td:nth-child(2) {
  background-color: rgba(245, 166, 35, 0.06);
  font-weight: 600;
  border-left: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
}

.tbl-compare tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid var(--color-accent);
}

/* ○ △ × のアイコン色 */
.tbl-compare .icon-good  { color: #2ecc71; font-weight: 700; }
.tbl-compare .icon-fair  { color: var(--color-accent); font-weight: 700; }
.tbl-compare .icon-bad   { color: #e74c3c; font-weight: 700; }

/* モバイル対応：横スクロール */
.tbl-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 2em 0;
}

.tbl-compare-wrap .tbl-compare {
  margin: 0;
  min-width: 480px;
}

@media (max-width: 600px) {
  .tbl-compare thead th,
  .tbl-compare tbody td {
    padding: 9px 10px;
    font-size: 0.85em;
  }

  /* 左端ヘッダー列：折り返しを許可して見切れを防止 */
  .tbl-compare tbody td:first-child {
    white-space: normal;
    min-width: 72px;
  }
}

/* ============================================================
   サイドバー
   ============================================================ */

/* ウィジェット共通（枠・余白） */
#sidebar .widget,
.sidebar .widget {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 18px 16px;
  margin-bottom: 20px;
}

/* ウィジェットタイトル */
#sidebar .widget-title,
.sidebar .widget-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-main-dark);
  border-left: 3px solid var(--color-main);
  padding-left: 10px;
  margin: 0 0 12px;
}

/* ウィジェット内リンク */
#sidebar .widget a,
.sidebar .widget a {
  color: var(--color-main-dark);
}

#sidebar .widget a:hover,
.sidebar .widget a:hover {
  color: var(--color-main);
}

/* ============================================================
   プロフィールカード（サイドバー）
   ============================================================ */
.sidebar-profile {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px 16px;
  margin-bottom: 20px;
  text-align: center;
}

/* アバター：テキストフォールバック用 */
.sidebar-profile__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-main-dark);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

/* アバター：WP登録画像 */
.sidebar-profile__avatar-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px;
}

.sidebar-profile__name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-main-dark);
  margin: 0 0 4px;
}

.sidebar-profile__role {
  font-size: 0.75rem;
  color: #888;
  margin: 0 0 12px;
}

.sidebar-profile__bio {
  font-size: 0.82rem;
  line-height: 1.75;
  color: var(--color-text);
  text-align: left;
  margin: 0;
}

/* ============================================================
   著者ボックス強化 (.author-box / Cocoon .prof-card)
   ============================================================ */

/* Cocoon デフォルトの著者ボックスを上書き */
.author-box,
.prof-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-left: 5px solid var(--color-main-dark);
  border-radius: 10px;
  padding: 24px;
  margin: 40px 0;
  box-shadow: 0 2px 12px rgba(51, 63, 85, 0.08);
}

/* アバター画像 */
.author-box .author-thumb,
.prof-card .prof-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--color-main);
  overflow: hidden;
}

.author-box .author-thumb img,
.prof-card .prof-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストエリア */
.author-box .author-content,
.prof-card .prof-body {
  flex: 1;
  min-width: 0;
}

/* 著者名 */
.author-box .author-name,
.prof-card .prof-name {
  font-size: 1.05em;
  font-weight: 700;
  color: var(--color-main-dark);
  margin: 0 0 4px;
}

/* 肩書き・役職バッジ */
.author-badge {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-main-dark);
  border-radius: 3px;
  padding: 2px 8px;
  margin: 0 4px 8px 0;
  vertical-align: middle;
}

.author-badge.badge-accent {
  background-color: var(--color-accent);
}

.author-badge.badge-outline {
  background-color: transparent;
  color: var(--color-main-dark);
  border: 1px solid var(--color-main-dark);
}

/* 著者プロフィール文 */
.author-box .author-description,
.prof-card .prof-description {
  font-size: 0.88em;
  color: #555;
  line-height: 1.75;
  margin: 6px 0 0;
}

/* 実績リスト */
.author-credentials {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.author-credentials li {
  font-size: 0.78em;
  color: var(--color-main-dark);
  background-color: rgba(240, 104, 90, 0.12);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 2px 10px;
}

.author-credentials li::before {
  content: "✓ ";
  color: var(--color-main);
  font-weight: 700;
}

/* モバイル：縦並びに */
@media (max-width: 600px) {
  .author-box,
  .prof-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 16px;
  }

  .author-credentials {
    justify-content: center;
  }
}

/* ============================================================
   記事内CTAバナー (.cta-box / .cta-box--accent)
   使い方: カスタムHTMLブロック or クラスをつけたグループブロック
   ============================================================ */
.cta-box {
  background: linear-gradient(135deg, var(--color-main-dark) 0%, #46536e 100%);
  color: var(--color-white);
  border-radius: 12px;
  padding: 28px 32px;
  margin: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(51, 63, 85, 0.3);
}

/* 背景装飾 */
.cta-box::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: rgba(240, 104, 90, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

/* オレンジアクセント版 */
.cta-box--accent {
  background: linear-gradient(135deg, var(--color-accent) 0%, #d88f1a 100%);
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.35);
}

/* CTAのサブコピー */
.cta-box__label {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-main);
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(240, 104, 90, 0.4);
  border-radius: 20px;
  padding: 3px 14px;
  margin-bottom: 10px;
}

.cta-box--accent .cta-box__label {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.4);
}

/* CTAのメインコピー */
.cta-box__title {
  font-size: 1.25em;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 8px;
  line-height: 1.5;
}

/* CTAのサポートテキスト */
.cta-box__desc {
  font-size: 0.88em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 20px;
  line-height: 1.7;
}

/* CTAボタン */
.cta-box__btn {
  display: inline-block;
  background-color: var(--color-white);
  color: var(--color-main-dark);
  font-size: 1em;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.03em;
}

.cta-box__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  color: var(--color-main-dark);
}

.cta-box--accent .cta-box__btn {
  color: var(--color-accent);
}

/* 小さめCTA（記事の途中挿入用） */
.cta-box--slim {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
}

.cta-box--slim::before {
  display: none;
}

.cta-box--slim .cta-box__title {
  font-size: 1em;
  margin: 0;
}

.cta-box--slim .cta-box__btn {
  flex-shrink: 0;
  padding: 10px 24px;
  font-size: 0.9em;
}

/* モバイル */
@media (max-width: 600px) {
  .cta-box {
    padding: 22px 18px;
  }

  .cta-box__title {
    font-size: 1.1em;
  }

  .cta-box--slim {
    flex-direction: column;
    text-align: center;
  }

  .cta-box--slim .cta-box__btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   ヒーローセクション (.hero-section)
   使い方: TOPページのコンテンツ先頭にカスタムHTMLブロックで配置
   ============================================================ */

/* ラッパー：トップバーを上端に貼り付けるため padding-top は 0 */
.hero-section {
  width: 100%;
  background: linear-gradient(135deg, #f0685a 0%, #d9584a 55%, #e8846b 100%);
  color: var(--color-white);
  padding: 0 0 64px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* 背景装飾：大きな円 */
.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-section::before {
  width: 480px;
  height: 480px;
  background: rgba(255, 255, 255, 0.10);
  top: -120px;
  right: -100px;
}

.hero-section::after {
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.07);
  bottom: -80px;
  left: -60px;
}

/* インナー：コンテンツ幅を制限して中央寄せ */
.hero-section__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 16px 24px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* キャッチコピー上の小見出し */
.hero-section__eyebrow {
  display: inline-block;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-cream);
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  padding: 4px 16px;
  margin-bottom: 20px;
}

/* メインキャッチコピー */
.hero-section__title {
  font-size: clamp(1.7em, 4vw, 2.5em);
  font-weight: 900;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}

/* キャッチコピー内のアクセントカラー文字 */
.hero-section__title .txt-accent {
  color: var(--color-cream);
}

/* サブキャッチコピー */
.hero-section__subtitle {
  font-size: clamp(0.95em, 2vw, 1.15em);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin: 0 0 32px;
}

/* CTAボタングループ */
.hero-section__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* メインCTAボタン */
.hero-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-white);
  color: var(--color-surface-deep);
  font-size: 1.05em;
  font-weight: 700;
  padding: 15px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  letter-spacing: 0.03em;
}

.hero-section__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  color: var(--color-surface-deep);
}

/* サブCTAボタン（アウトライン） */
.hero-section__btn--outline {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: var(--color-white);
  padding: 13px 28px;
  box-shadow: none;
}

.hero-section__btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--color-white);
  box-shadow: none;
  color: var(--color-white);
}

/* 信頼バッジ（実績数字） */
.hero-section__trust {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}

.hero-section__trust-item {
  flex: 1;
  min-width: 140px;
  padding: 16px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-section__trust-item:last-child {
  border-right: none;
}

.hero-section__trust-num {
  display: block;
  font-size: 1.9em;
  font-weight: 900;
  color: var(--color-cream);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero-section__trust-num span {
  font-size: 0.55em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0;
}

.hero-section__trust-label {
  display: block;
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
  line-height: 1.4;
}

/* ============================================================
   TOPページ本文直前のスペース調整
   （Cocoonの.main-content直下に.hero-sectionを置いた場合）
   ============================================================ */
.home .entry-content > .hero-section:first-child,
.front-page .entry-content > .hero-section:first-child {
  margin-top: -28px; /* Cocoonのデフォルトpadding相殺 */
}

/* フロントページ：Cocoon デフォルトヘッダーを非表示 */
.home #header,
.home .site-header,
.home #header-container {
  display: none !important;
}

/* ============================================================
   ヒーロー内トップバー
   ============================================================ */
.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 52px;
  position: relative;
  z-index: 10;
}

.hero-topbar__logo {
  font-size: 1.05em;
  font-weight: 900;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.hero-topbar__logo:hover {
  color: var(--color-cream);
}

.hero-topbar__nav .hero-topbar__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.hero-topbar__nav .hero-topbar__menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88em;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.hero-topbar__nav .hero-topbar__menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
}

/* モバイルはロゴのみ表示 */
@media (max-width: 767px) {
  .hero-topbar {
    padding: 0 14px;
    height: 46px;
  }

  .hero-topbar__nav {
    display: none;
  }
}

/* ============================================================
   スティッキーヘッダー（スクロールで出現）
   ============================================================ */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background-color: rgba(217, 88, 74, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.sticky-header.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* 管理バーがある場合はその分下にずらす（デスクトップのみ） */
.admin-bar .sticky-header {
  top: 32px;
}

/* モバイルではadmin barがposition:absoluteになるためオフセット不要 */
@media (max-width: 782px) {
  .admin-bar .sticky-header {
    top: 0;
  }
}

.sticky-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 56px;
}

.sticky-header__logo {
  font-size: 1.05em;
  font-weight: 900;
  color: var(--color-white);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.sticky-header__logo:hover {
  color: var(--color-cream);
}

.sticky-header__nav .sticky-header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.sticky-header__nav .sticky-header__menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88em;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.sticky-header__nav .sticky-header__menu li a:hover,
.sticky-header__nav .sticky-header__menu li.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--color-cream);
}

@media (max-width: 767px) {
  .sticky-header__nav {
    display: none;
  }

  .sticky-header__inner {
    padding: 0 16px;
    height: 48px;
  }
}

/* ============================================================
   ハンバーガーメニュー＋ドロワーナビゲーション
   ============================================================ */

/* ── ハンバーガーボタン ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  gap: 5px;
  flex-shrink: 0;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

/* X に変形 */
.nav-hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767px) {
  .nav-hamburger {
    display: flex;
  }
}

/* ── ドロワー全体ラッパー ── */
.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
}

.nav-drawer.is-open {
  pointer-events: auto;
}

/* オーバーレイ（背景暗幕） */
.nav-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-drawer.is-open .nav-drawer__overlay {
  opacity: 1;
}

/* スライドパネル */
.nav-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(300px, 85vw);
  height: 100%;
  background: linear-gradient(160deg, #d9584a 0%, #c14a3e 100%);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3);
}

.nav-drawer.is-open .nav-drawer__panel {
  transform: translateX(0);
}

/* パネルヘッダー */
.nav-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.nav-drawer__logo {
  font-size: 0.88em;
  font-weight: 900;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* 閉じるボタン */
.nav-drawer__close {
  position: relative;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}

.nav-drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
}

.nav-drawer__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-drawer__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-drawer__close:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ナビ本体 */
.nav-drawer__body {
  flex: 1;
  padding: 8px 0;
}

.nav-drawer__nav .nav-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-drawer__nav .nav-drawer__menu li a {
  display: block;
  padding: 15px 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95em;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.nav-drawer__nav .nav-drawer__menu li a:hover,
.nav-drawer__nav .nav-drawer__menu li.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--color-cream);
  padding-left: 30px;
}

/* サブメニュー */
.nav-drawer__nav .nav-drawer__menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
}

.nav-drawer__nav .nav-drawer__menu .sub-menu li a {
  padding: 11px 24px 11px 36px;
  font-size: 0.88em;
  color: rgba(255, 255, 255, 0.7);
}

/* body スクロールロック */
body.nav-drawer-open {
  overflow: hidden;
}

/* フロントページの著者ヘッダー（「Ito」表示）を非表示 */
.home .post-author,
.home .author-info,
.home .author-box-header,
.home .author-display,
.home .archive-title,
.home .page-header {
  display: none !important;
}

/* TOPページ（固定ページ設定時）の白い隙間・エントリーヘッダーを除去 */
.page .entry-header,
.page .entry-title {
  display: none;
}

.page .entry-contents,
.page .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page .main,
.page #main {
  padding-top: 0 !important;
}

/* ============================================================
   ヒーローセクション モバイル対応
   ============================================================ */
@media (max-width: 767px) {
  .hero-section {
    padding: 16px 16px 44px;
  }

  .hero-section__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-section__btn,
  .hero-section__btn--outline {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  /* サブキャッチコピーはモバイルで非表示（H1とCTAに集中） */
  .hero-section__subtitle {
    display: none;
  }

  .hero-section__trust {
    flex-direction: row;
  }

  .hero-section__trust-item {
    min-width: 100px;
    padding: 12px 10px;
  }

  .hero-section__trust-num {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .hero-section__trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-section__trust-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-section__trust-item:last-child {
    border-bottom: none;
  }
}

/* ============================================================
   スティッキーサイドバーCTA (.sidebar-sticky-cta)
   仕組み: サイドバーウィジェットにカスタムHTMLで設置。
           スクロールしてもサイドバー内に追従（position: sticky）。
           Cocoonのサイドバー幅・ウィジェット構造に合わせた設計。
   ============================================================ */

/* サイドバー全体のスクロール追従設定 */
.sidebar .sidebar-sticky-cta {
  position: sticky;
  top: 24px;             /* 画面上端からの距離 */
  z-index: 100;
  margin-bottom: 24px;
}

/* カードベース */
.sidebar-sticky-cta__card {
  background: linear-gradient(160deg, var(--color-main-dark) 0%, #232b3b 100%);
  border-radius: 12px;
  padding: 22px 18px;
  color: var(--color-white);
  box-shadow: 0 4px 20px rgba(51, 63, 85, 0.28);
  position: relative;
  overflow: hidden;
}

/* 背景装飾 */
.sidebar-sticky-cta__card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: rgba(240, 104, 90, 0.08);
  border-radius: 50%;
  top: -50px;
  right: -40px;
  pointer-events: none;
}

/* ラベル */
.sidebar-sticky-cta__label {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-main);
  background-color: rgba(240, 104, 90, 0.12);
  border: 1px solid rgba(240, 104, 90, 0.3);
  border-radius: 20px;
  padding: 2px 12px;
  margin-bottom: 10px;
}

/* タイトル */
.sidebar-sticky-cta__title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.55;
  color: var(--color-white);
  margin: 0 0 8px;
}

/* 補足テキスト */
.sidebar-sticky-cta__desc {
  font-size: 0.78em;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0 0 16px;
}

/* メインボタン */
.sidebar-sticky-cta__btn {
  display: block;
  width: 100%;
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(245, 166, 35, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.sidebar-sticky-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245, 166, 35, 0.5);
  color: var(--color-white);
}

/* サブリンク（「まず記事を読む」など） */
.sidebar-sticky-cta__sub {
  display: block;
  text-align: center;
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sidebar-sticky-cta__sub:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* 区切り線 */
.sidebar-sticky-cta__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 14px 0;
}

/* チェックリスト（安心感の列挙） */
.sidebar-sticky-cta__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sidebar-sticky-cta__checklist li {
  font-size: 0.78em;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 1.4em;
  position: relative;
  line-height: 1.5;
}

.sidebar-sticky-cta__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-main);
  font-weight: 700;
}

/* ============================================================
   スティッキーCTA：スクロール進捗バー（オプション）
   記事の読了率を視覚化する帯。JS不要・CSS animationは使わない。
   表示のみ（幅はJSで動的に変えることを想定）。
   ============================================================ */
.sticky-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background-color: var(--color-main);
  z-index: 9999;
  width: 0%;                      /* JSで document.documentElement.style.setProperty('--scroll-progress', x + '%') を更新 */
  width: var(--scroll-progress, 0%);
  transition: width 0.1s linear;
  box-shadow: 0 0 6px rgba(240, 104, 90, 0.5);
}

/* ============================================================
   モバイル：スティッキーサイドバーはサイドバーごと非表示になるため
   代替として画面下部に固定表示するフローティングCTAを用意
   ============================================================ */
.floating-cta {
  display: none;                  /* デフォルト非表示。モバイルのみ表示 */
}

@media (max-width: 767px) {
  /* サイドバーのスティッキーは機能しないので無効化 */
  .sidebar .sidebar-sticky-cta {
    position: static;
  }

  /* 画面下部に固定するフローティングバー */
  .floating-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--color-surface-deep);
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom)); /* iPhoneホームバー対応 */
    box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.2);
  }

  .floating-cta__text {
    font-size: 0.82em;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    flex: 1;
  }

  .floating-cta__text strong {
    display: block;
    color: var(--color-white);
    font-size: 1.05em;
  }

  .floating-cta__btn {
    flex-shrink: 0;
    background-color: var(--color-accent);
    color: var(--color-white);
    font-size: 0.85em;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(245, 166, 35, 0.4);
  }

  .floating-cta__btn:hover {
    color: var(--color-white);
    opacity: 0.9;
  }

  /* フローティングCTAの分だけ本文下部に余白を追加 */
  body.has-floating-cta .wrap {
    padding-bottom: 72px;
  }
}

/* ============================================================
   SNSフォローボタン：X（Twitter）のみ表示
   ============================================================ */
/* 既存ボタンを全非表示（JS注入前のちらつき防止） */
.sns-follow-buttons.sns-buttons > a:not(.x-injected-button) {
  display: none !important;
}
/* 注入したXボタンのスタイル */
.sns-follow-buttons.sns-buttons > .x-injected-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sns-follow-buttons.sns-buttons > .x-injected-button:hover {
  opacity: 0.75;
}

/* ============================================================
   カジホンネ追加調整（ロゴと同じ丸ゴシックをサイト名に適用）
   ============================================================ */
.site-name-text,
.sticky-header__logo,
.hero-topbar__logo,
.nav-drawer__logo {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}
