/*
Theme Name: Nippo AI Theme
Theme URI: https://nippo.ai
Description: 日報AI「ポチ」 カスタムテーマ
Version: 1.0
Author: セブンセンスマーケティング株式会社
Text Domain: nippo-theme
*/

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

:root {
  --primary: #0066CC;
  --primary-dark: #004A99;
  --primary-light: #E8F2FF;
  --accent: #00B4D8;
  --text: #1a1a2e;
  --text-light: #555;
  --bg: #ffffff;
  --bg-gray: #F5F7FA;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.1);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.8;
  overflow-x: hidden;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ===== NAV ===== */
nav#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
}
nav#navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
nav#navbar .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo {
  font-size: 1.25rem; font-weight: 900; color: var(--text);
  display: flex; align-items: center; gap: 0; text-decoration: none;
  letter-spacing: 0.5px;
}
.logo .logo-ai, .logo .logo-pochi { color: var(--text); }
.logo .logo-bracket { color: var(--text); font-weight: 400; font-size: 0.9rem; margin: 0 1px; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--text); font-size: 0.9rem; font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--primary); }
.nav-cta {
  background: var(--primary); color: #fff !important; padding: 10px 24px;
  border-radius: 50px; font-weight: 700; font-size: 0.85rem !important;
  transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover { background: var(--primary-dark); transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span {
  display: block; width: 24px; height: 2px; background: var(--text);
  margin: 6px 0; transition: 0.3s;
}

/* ===== HERO ===== */
.hero {
  padding: 160px 0 100px;
  text-align: center;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #ddd; border-radius: 50px;
  padding: 8px 20px; font-size: 0.85rem; color: var(--text-light);
  margin-bottom: 32px;
}
.hero-badge::before { content: "\1F3C5"; }
.hero h1 {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 900; line-height: 1.2; margin-bottom: 16px;
}
.hero h1 span { color: var(--primary); }
.hero-sub {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 700; margin-bottom: 8px; line-height: 1.5;
}
.hero-highlight {
  font-size: clamp(1.2rem, 3.5vw, 1.7rem);
  font-weight: 900; color: var(--primary);
  position: relative; display: inline-block; margin-bottom: 24px;
}
.hero-highlight::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 4px; background: var(--accent); border-radius: 2px;
}
.hero-desc {
  font-size: 0.95rem; color: var(--text-light); max-width: 600px;
  margin: 0 auto 40px; line-height: 1.9;
}
.btn-primary {
  display: inline-block; background: var(--primary); color: #fff;
  padding: 20px 48px; border-radius: 60px; font-size: 1.1rem;
  font-weight: 700; text-decoration: none; border: none; cursor: pointer;
  transition: all 0.3s; box-shadow: 0 4px 16px rgba(0,102,204,0.3);
}
.btn-primary:hover {
  background: var(--primary-dark); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,102,204,0.4);
}

/* ===== PROBLEM ===== */
.problem {
  padding: 100px 0;
  background: var(--bg-gray);
}
.section-title {
  text-align: center; font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900; margin-bottom: 16px; line-height: 1.4;
}
.section-desc {
  text-align: center; color: var(--text-light); max-width: 640px;
  margin: 0 auto 56px; font-size: 0.95rem;
}
.problem-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.problem-card {
  background: #fff; border-radius: var(--radius); padding: 36px 28px;
  box-shadow: var(--shadow); transition: transform 0.3s, box-shadow 0.3s;
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.problem-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; }
.problem-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.8; }
.survey-bars { margin: 16px 0 12px; }
.survey-item { margin-bottom: 12px; }
.survey-label { font-size: 0.82rem; color: var(--text); margin-bottom: 4px; font-weight: 500; }
.survey-bar-wrap { background: #eee; border-radius: 6px; height: 28px; overflow: hidden; }
.survey-bar {
  height: 100%; background: linear-gradient(90deg, #E53E3E, #FC8181);
  border-radius: 6px; display: flex; align-items: center; justify-content: flex-end;
  padding-right: 8px; font-size: 0.8rem; font-weight: 700; color: #fff;
  animation: barGrow 1.2s ease-out forwards;
}
.survey-bar.bar-orange { background: linear-gradient(90deg, #DD6B20, #F6AD55); }
.survey-note { font-size: 0.7rem !important; color: #999 !important; line-height: 1.5 !important; margin-top: 8px; }
@keyframes barGrow { from { width: 0 !important; } }

/* ===== SOLUTION ===== */
.solution {
  padding: 100px 0;
}
.solution-chart {
  max-width: 600px; margin: 0 auto;
  display: flex; align-items: flex-end; justify-content: center; gap: 0;
  padding-top: 20px; position: relative;
}
.vchart-col {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.vchart-value {
  font-size: 2rem; font-weight: 900; color: var(--text);
}
.vchart-value.accent { color: var(--primary); }
.vchart-bar {
  width: 140px; border-radius: 12px 12px 0 0;
  animation: vBarGrow 1.2s ease-out forwards;
  transform-origin: bottom;
}
.vchart-bar-before {
  height: 280px; background: linear-gradient(180deg, #bbb, #ddd);
}
.vchart-bar-after {
  height: 28px; background: linear-gradient(180deg, var(--primary), var(--accent));
}
.vchart-label {
  font-size: 0.95rem; font-weight: 700; color: var(--text); text-align: center;
}
.vchart-arrow-area {
  position: relative; width: 140px; align-self: stretch;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 40px;
}
.vchart-badge {
  position: absolute; top: 30%; left: 50%; transform: translateX(-50%);
  background: #E53E3E; color: #fff; font-size: 1.6rem; font-weight: 900;
  padding: 10px 24px; border-radius: 30px; white-space: nowrap;
  z-index: 2; letter-spacing: -0.5px;
  animation: badgePop 0.5s 1.2s ease-out both;
  box-shadow: 0 4px 16px rgba(229,62,62,0.3);
}
.vchart-arrow-svg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.chart-caption {
  text-align: center; margin-top: 32px; font-size: 0.9rem;
  color: var(--text-light); font-weight: 500;
}
@keyframes vBarGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes badgePop { from { opacity: 0; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } }

/* ===== MECHANISM ===== */
.mechanism {
  padding: 100px 0;
  background: var(--bg-gray);
}
.mech-flow {
  display: flex; align-items: stretch; justify-content: center;
  gap: 0; margin-top: 48px; flex-wrap: nowrap;
}
.mech-step {
  text-align: center; padding: 24px 18px;
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); flex: 1 1 0; min-width: 0; max-width: 200px; position: relative;
  transition: transform 0.3s;
  display: flex; flex-direction: column; align-items: center;
  min-height: 200px;
}
.mech-step:hover { transform: translateY(-4px); }
.mech-icon-wrap {
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.mech-icon-blue { background: var(--primary-light); }
.mech-icon-accent { background: #E0F7FA; }
.mech-icon-gray { background: #f0f0f0; }
.mech-icon-green { background: #E8F5E9; }
.mech-step h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--text); white-space: nowrap; }
.mech-step p { font-size: 0.8rem; color: var(--text-light); line-height: 1.6; flex-grow: 1; }
.mech-badge {
  position: absolute; top: -10px; right: -10px;
  background: var(--primary); color: #fff;
  font-size: 0.7rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
}
.mech-arrow {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 40px 4px 0;
  gap: 4px; align-self: center; flex-shrink: 0;
}
.mech-arrow span { font-size: 0.8rem; font-weight: 700; color: var(--primary); }
@media (max-width: 768px) {
  .mech-flow { flex-direction: column; align-items: center; gap: 8px; }
  .mech-arrow { padding: 8px 0; }
  .mech-arrow svg { transform: rotate(90deg); }
}

/* ===== SCREENSHOT ===== */
.screenshot {
  padding: 80px 0;
}
.screenshot-wrapper {
  max-width: 960px; margin: 0 auto;
  background: #fff; border-radius: 20px;
  box-shadow: var(--shadow-lg); overflow: hidden;
  border: 1px solid #eee;
}
.screenshot-bar {
  background: #f5f5f5; padding: 12px 20px;
  display: flex; gap: 8px;
}
.screenshot-dot {
  width: 12px; height: 12px; border-radius: 50%;
}
.screenshot-dot:nth-child(1) { background: #FF5F57; }
.screenshot-dot:nth-child(2) { background: #FFBD2E; }
.screenshot-dot:nth-child(3) { background: #28C840; }
.screenshot-body {
  padding: 0;
  background: #fff;
  min-height: 300px; font-size: 0.82rem;
}
.app-scale-wrapper {
  transform: scale(0.78); transform-origin: top center;
  margin-bottom: -80px;
}
.app-layout {
  display: flex; min-height: 320px;
}
.app-left {
  width: 240px; flex-shrink: 0; padding: 14px 16px;
  border-right: 1px solid #eee;
  display: flex; flex-direction: column; gap: 0;
}
.app-right { flex: 1; overflow-x: auto; }
.app-date-row {
  display: flex; align-items: baseline; gap: 16px; margin-bottom: 10px;
}
.app-date { font-size: 0.82rem; font-weight: 700; color: var(--text); }
.app-submit-time { font-size: 0.65rem; color: #999; }
.app-dept { font-size: 0.7rem; color: var(--text-light); margin-bottom: 1px; }
.app-name { font-size: 0.95rem; font-weight: 900; color: var(--text); margin-bottom: 8px; }
.app-field-label { font-size: 0.65rem; color: var(--text-light); margin-bottom: 3px; }
.app-textarea {
  width: 100%; border: 1px solid #ddd; border-radius: 4px; padding: 6px 8px;
  font-size: 0.68rem; font-family: inherit; color: var(--text); line-height: 1.6;
  resize: none; min-height: 56px; background: #fff;
}
.app-textarea.placeholder { color: #bbb; }
.app-char-count { font-size: 0.58rem; color: #bbb; text-align: right; margin-top: 1px; margin-bottom: 8px; }
.app-approver select {
  width: 100%; padding: 5px 8px; border: 1px solid #ddd; border-radius: 4px;
  font-size: 0.7rem; font-family: inherit; margin-bottom: 8px; background: #fff;
}
.app-actions { display: flex; gap: 6px; margin-top: auto; padding-top: 8px; }
.app-btn {
  padding: 4px 14px; border-radius: 4px; font-size: 0.68rem;
  font-weight: 700; border: none; cursor: pointer;
}
.app-btn-approve { background: #22c55e; color: #fff; }
.app-btn-reject { background: #ef4444; color: #fff; }
.app-table {
  width: 100%; border-collapse: collapse; font-size: 0.68rem;
}
.app-table thead th {
  background: #fff; padding: 6px 8px; font-weight: 600;
  text-align: left; border-bottom: 1px solid #eee; color: var(--text-light);
  font-size: 0.65rem; white-space: nowrap;
}
.app-table tbody td {
  padding: 5px 8px; border-bottom: 1px solid #f0f0f0;
  vertical-align: top; color: var(--text);
}
.app-table tbody tr:hover { background: #f8f9fb; }
.app-table .time-col { white-space: nowrap; font-weight: 500; width: 40px; }
.app-table .plus-col { width: 18px; text-align: center; color: #bbb; font-size: 0.8rem; }
.app-table .label-col { white-space: nowrap; font-size: 0.68rem; width: 60px; }
.app-table .summary-col { line-height: 1.5; color: #444; }
.app-table .comment-col { color: #999; font-size: 0.65rem; width: 60px; text-align: center; }
.app-table .break-row { background: #FFF0F0; }
.app-table .break-row td { color: #ccc; }
.app-table .summary-header-icon { color: var(--primary); margin-right: 4px; }
@media (max-width: 768px) {
  .app-scale-wrapper { transform: scale(1); margin-bottom: 0; }
  .app-layout { flex-direction: column; }
  .app-left { width: 100%; border-right: none; border-bottom: 1px solid #eee; }
  .app-table { font-size: 0.65rem; }
  .app-table thead th, .app-table tbody td { padding: 5px 4px; }
}

/* ===== TRUST ===== */
.trust {
  padding: 60px 0;
  background: var(--primary-dark);
  color: #fff;
}
.trust-items {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  text-align: center; align-items: stretch;
}
.trust-items > div {
  display: flex; flex-direction: column; align-items: center;
}
.trust-icon { font-size: 2.5rem; margin-bottom: 16px; }
.trust-items h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.trust-items p { font-size: 0.85rem; opacity: 0.85; line-height: 1.7; }

/* ===== PRICING ===== */
.pricing {
  padding: 100px 0;
}
.pricing-table {
  max-width: 800px; margin: 0 auto;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.pricing-header {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: var(--primary); color: #fff;
  padding: 20px; font-weight: 700; font-size: 0.95rem;
}
.pricing-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  padding: 24px 20px; border-bottom: 1px solid #eee;
  align-items: center;
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row:nth-child(even) { background: #fafafa; }
.pricing-plan { font-weight: 500; font-size: 0.95rem; }
.pricing-price { font-weight: 900; font-size: 1.5rem; color: var(--primary); }
.pricing-price small { font-size: 0.9rem; font-weight: 500; }
.pricing-unit { color: var(--text-light); font-size: 0.95rem; }
.pricing-highlight { background: var(--primary-light) !important; }
.pricing-highlight .pricing-unit { color: var(--primary); font-weight: 700; }
.pricing-extras {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  max-width: 800px; margin: 24px auto 0; align-items: stretch;
}
.pricing-extra {
  background: var(--bg-gray); border-radius: 12px; padding: 24px;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 80px;
}
.pricing-extra-label { font-size: 0.85rem; color: var(--text-light); }
.pricing-extra-price { font-size: 1.3rem; font-weight: 900; color: var(--text); }
.pricing-extra-price small { font-size: 0.85rem; font-weight: 400; }
.pricing-note {
  text-align: center; margin-top: 20px;
  font-size: 0.8rem; color: var(--text-light);
}

/* ===== FLOW ===== */
.flow {
  padding: 100px 0;
  background: var(--primary-light);
}
.flow-steps {
  display: flex; align-items: flex-start; justify-content: center;
  gap: 16px; flex-wrap: wrap; margin-top: 56px;
}
.flow-step {
  text-align: center; flex: 0 1 200px;
  display: flex; flex-direction: column; align-items: center;
}
.flow-circle {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin: 0 auto 16px;
}
.flow-step h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.flow-step p { font-size: 0.8rem; color: var(--text-light); line-height: 1.6; }
.flow-arrow {
  display: flex; align-items: center; padding-top: 24px;
  color: var(--primary); font-size: 1.2rem; opacity: 0.5;
}

/* ===== CONTACT ===== */
.contact {
  padding: 100px 0;
  background: var(--primary-light);
}
.contact-form {
  max-width: 640px; margin: 0 auto;
  background: #fff; border-radius: var(--radius);
  padding: 48px; box-shadow: var(--shadow);
}
.contact-phone {
  text-align: center; margin-top: 24px; font-size: 0.9rem; color: var(--text-light);
}
.contact-phone a { color: var(--primary); font-weight: 700; font-size: 1.1rem; text-decoration: none; }

/* ===== FOOTER ===== */
footer {
  background: var(--text); color: #fff; padding: 40px 0; text-align: center;
  font-size: 0.85rem; opacity: 1;
}
footer p { opacity: 0.7; }

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== PAGE HEADER (Terms etc.) ===== */
.page-header {
  padding: 40px 0 48px;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
  text-align: center;
}
.page-header h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900; margin-bottom: 12px;
}
.page-header p { font-size: 0.95rem; color: var(--text-light); }

/* ===== TERMS ===== */
.terms-wrap { padding: 64px 0 100px; }
.terms-inner {
  max-width: 860px; margin: 0 auto;
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 56px 64px;
}
.terms-lead { font-size: 0.95rem; line-height: 2; margin-bottom: 48px; color: var(--text); }
.terms-article { margin-bottom: 40px; }
.terms-article-title {
  font-size: 1.05rem; font-weight: 700; color: var(--primary-dark);
  border-left: 4px solid var(--primary); padding-left: 12px; margin-bottom: 16px;
}
.terms-article p, .terms-article .terms-text {
  font-size: 0.92rem; line-height: 2; margin-bottom: 12px; color: var(--text);
}
.terms-ol { list-style: none; padding: 0; margin: 0 0 12px 0; }
.terms-ol > li {
  display: flex; gap: 0.5em; font-size: 0.92rem;
  line-height: 2; margin-bottom: 8px; color: var(--text);
}
.terms-ol > li .num { flex-shrink: 0; font-weight: 700; min-width: 1.6em; }
.terms-dl { list-style: none; padding: 0; margin: 8px 0 12px 0; }
.terms-dl > li {
  display: flex; gap: 0.5em; font-size: 0.92rem;
  line-height: 2; margin-bottom: 8px; color: var(--text); padding-left: 1em;
}
.terms-dl > li .num { flex-shrink: 0; min-width: 2em; }
.terms-alpha { list-style: none; padding: 0; margin: 4px 0 8px 2em; }
.terms-alpha > li {
  display: flex; gap: 0.5em; font-size: 0.9rem;
  line-height: 2; margin-bottom: 4px; color: var(--text);
}
.terms-alpha > li .num { flex-shrink: 0; min-width: 1.6em; }
.terms-example {
  background: var(--bg-gray); border-radius: 8px; padding: 14px 20px;
  font-size: 0.88rem; line-height: 1.9; color: var(--text-light); margin: 8px 0 12px 0;
}
.terms-save-list { list-style: none; padding: 0; margin: 8px 0 12px 1em; }
.terms-save-list li {
  display: flex; gap: 0.5em; font-size: 0.92rem; line-height: 2; color: var(--text);
}
.terms-save-list li .num { flex-shrink: 0; min-width: 2.4em; }
.terms-support-list { list-style: none; padding: 0; margin: 8px 0 12px 0; }
.terms-support-list > li { font-size: 0.92rem; line-height: 2; margin-bottom: 4px; color: var(--text); }
.terms-support-list > li strong { font-weight: 700; }
.terms-date { margin-top: 48px; text-align: right; font-size: 0.9rem; color: var(--text-light); }

/* ===== BLOG ===== */
.blog-header {
  padding: 40px 0 48px;
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);
  text-align: center;
}
.blog-header h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; margin-bottom: 12px; }
.blog-header p { font-size: 0.95rem; color: var(--text-light); }

.blog-wrap { padding: 64px 0 100px; }
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.blog-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none; color: var(--text);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-img {
  width: 100%; height: 200px; object-fit: cover;
  background: var(--primary-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
}
.blog-card-body { padding: 24px; }
.blog-card-date { font-size: 0.8rem; color: var(--text-light); margin-bottom: 8px; }
.blog-card-title { font-size: 1rem; font-weight: 700; line-height: 1.5; margin-bottom: 8px; }
.blog-card-excerpt { font-size: 0.85rem; color: var(--text-light); line-height: 1.7; }

.single-wrap { padding: 40px 0 100px; }
.single-inner { max-width: 760px; margin: 0 auto; }
.single-meta { margin-bottom: 16px; font-size: 0.85rem; color: var(--text-light); }
.single-title { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; line-height: 1.4; margin-bottom: 32px; }
.single-content { font-size: 0.95rem; line-height: 2; }
.single-content h2 { font-size: 1.3rem; font-weight: 700; margin: 40px 0 16px; padding-left: 12px; border-left: 4px solid var(--primary); }
.single-content h3 { font-size: 1.1rem; font-weight: 700; margin: 32px 0 12px; }
.single-content p { margin-bottom: 20px; }
.single-content a { color: var(--primary); }
.single-back { margin-top: 48px; }
.single-back a {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary); text-decoration: none; font-weight: 700;
}

/* ===== BREADCRUMB BAR（ナビ直下・全ページ共通） ===== */
.breadcrumb-bar {
  margin-top: 72px; /* fixed navの高さ分オフセット */
  background: #f8fafc;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.breadcrumb {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
  background: none !important;
  backdrop-filter: none !important;
  border-bottom: none !important;
  font-size: 8px;
  color: var(--text-light);
  margin-bottom: 0;
  line-height: 1.6;
}
.breadcrumb a {
  color: var(--text-light);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.breadcrumb span {
  color: var(--text);
}

/* ===== アイキャッチ画像修正 ===== */
/* 記事詳細ページ */
.single-wrap .wp-post-image,
.single-wrap img.wp-post-image {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 12px;
}
/* ブログ一覧カード */
.blog-card-eyecatch {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: #f0f4f8;
}
.blog-card-eyecatch .blog-card-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}
.blog-card-img--noimage {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.pagination { text-align: center; margin-top: 48px; }
.pagination a, .pagination span {
  display: inline-block; padding: 8px 16px; margin: 0 4px;
  border: 1px solid #ddd; border-radius: 8px;
  text-decoration: none; color: var(--text); font-size: 0.9rem;
}
.pagination a:hover { border-color: var(--primary); color: var(--primary); }
.pagination .current { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; padding: 24px; gap: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  .hamburger { display: block; }
  .hero { padding: 120px 0 60px; }
  .hero h1 { font-size: 2.5rem; }
  .problem-cards { grid-template-columns: 1fr; }
  .trust-items { grid-template-columns: 1fr; gap: 32px; }
  .vchart-bar-before { height: 160px; }
  .vchart-bar { width: 90px; }
  .vchart-badge { font-size: 1.2rem; padding: 8px 16px; }
  .pricing-table { font-size: 0.85rem; }
  .pricing-header { padding: 14px 12px; font-size: 0.8rem; }
  .pricing-row { padding: 16px 12px; }
  .pricing-price { font-size: 1.2rem; }
  .pricing-extras { grid-template-columns: 1fr; }
  .flow-steps { flex-direction: column; align-items: center; }
  .flow-arrow { transform: rotate(90deg); padding: 0; }
  .terms-inner { padding: 32px 20px; }
  .terms-dl > li { padding-left: 0; }
  .blog-grid { grid-template-columns: 1fr; }
}
