/* ==========================================================
   キャリデリ！ LP スタイル（オレンジ×ホワイト×ベージュ／写真ベーステーマ）
   ========================================================== */

html {
  scroll-behavior: smooth;
}

body {
  -webkit-tap-highlight-color: transparent;
}

/* ---------- 共通見出し ---------- */
.eyebrow {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #F27420;
  text-transform: uppercase;
}

.section-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 900;
  color: #33302D;
  margin-top: 6px;
}

/* 手書き風マーカー（黄色マーカー的な強調） */
.hand-marker {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
.hand-marker::after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 2px;
  height: 40%;
  background: rgba(242,116,32,0.18);
  z-index: -1;
  border-radius: 2px;
}
.hand-marker-sm {
  position: relative;
  font-weight: 800;
  color: #DD5A0E;
}

/* 手描き風下線（SVG） */
.underline-brush {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 10px;
}

/* ---------- バッジ ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #FBEADD;
  border: 1px solid rgba(242,116,32,0.3);
  color: #DD5A0E;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
}
.badge i { color: #F27420; font-size: 11px; }
.badge-line {
  background: #E7F9EE;
  border-color: rgba(6,199,85,0.35);
  color: #06914A;
}
.badge-line i { color: #06C755; }

/* ---------- CTAボタン ---------- */
.line-btn-main {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #2FDB78 0%, #06C755 55%, #04A648 100%);
  color: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 10px 26px rgba(6,199,85,0.4);
  font-weight: 700;
  max-width: 380px;
  width: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}
.line-btn-main:active {
  transform: scale(0.97);
}
.line-btn-main i.fa-brands {
  flex-shrink: 0;
}

.line-btn-mini {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #06C755;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(6,199,85,0.35);
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 10px 26px rgba(6,199,85,0.4); }
  50% { box-shadow: 0 10px 36px rgba(6,199,85,0.7); }
}
.pulse {
  animation: pulseGlow 2.2s ease-in-out infinite;
}

/* ---------- FVフェードイン ---------- */
.fv-fadein {
  opacity: 0;
  transform: translateY(16px);
  animation: fvFadeUp 0.7s ease forwards;
}
@keyframes fvFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- スクロールリビール ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- 画像プレースホルダー（一時的な空白枠） ---------- */
.image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #F1EEEA, #F1EEEA 10px, #FAFAF9 10px, #FAFAF9 20px);
  border: 2px dashed #D8D2CC;
  color: #A8A29C;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

/* ---------- FV / クロージング：写真バッジ ---------- */
.fv-badge {
  position: absolute;
  bottom: -14px;
  left: -14px;
  background: #fff;
  border: 2px solid #F27420;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 6px 16px rgba(242,116,32,0.3);
}
.fv-badge-top {
  font-size: 7.5px;
  font-weight: 700;
  color: #06C755;
  line-height: 1.2;
}
.fv-badge-main {
  font-size: 10.5px;
  font-weight: 900;
  color: #DD5A0E;
  line-height: 1.2;
  margin-top: 1px;
}
.fv-badge-icon {
  display: none;
}
.fv-badge-alt {
  right: -14px;
  left: auto;
  bottom: -14px;
}

/* ---------- 共感セクション：チェック行 ---------- */
.voice-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(242,116,32,0.15);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 13.5px;
  line-height: 1.75;
  color: #33302D;
  box-shadow: 0 4px 14px rgba(51,48,45,0.05);
}
.voice-check {
  color: #F27420;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.note-card {
  background: #FBEADD;
  border: 1px solid rgba(242,116,32,0.25);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  color: #33302D;
}

/* ---------- 強みカード（3列） ---------- */
.strength-card {
  position: relative;
  background: #FDF8F5;
  border: 1px solid rgba(242,116,32,0.18);
  border-radius: 14px;
  padding: 20px 8px 14px;
  text-align: center;
}
.strength-num {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #33302D;
  color: #F27420;
  font-weight: 900;
  font-size: 10px;
  padding: 2px 9px;
  border-radius: 999px;
  letter-spacing: 0.03em;
}
.strength-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg,#FF9245,#DD5A0E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 6px auto 10px;
  box-shadow: 0 6px 14px rgba(242,116,32,0.3);
}
.strength-title {
  font-size: 12.5px;
  font-weight: 800;
  color: #33302D;
  line-height: 1.45;
  margin-bottom: 6px;
}
.strength-desc {
  font-size: 10.5px;
  line-height: 1.6;
  color: #6B655F;
}

/* ---------- 比較テーブル ---------- */
.compare-head {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 4px;
  line-height: 1.4;
}
.compare-head-gray {
  background: #F1EEEA;
  color: #8B8580;
}
.compare-head-orange {
  background: #F27420;
  color: #fff;
}
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(242,116,32,0.1);
}
.compare-cell {
  padding: 14px 10px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.compare-cell-gray {
  color: #8B8580;
  background: #FAFAF9;
}
.compare-cell-gray i {
  color: #C9C4BF;
}
.compare-cell-orange {
  color: #33302D;
  font-weight: 700;
  background: #FEF5EC;
}
.compare-cell-orange i {
  color: #F27420;
}

/* ---------- フローカード（2×2グリッド） ---------- */
.flow-card {
  position: relative;
  background: #FDF8F5;
  border: 1px solid rgba(242,116,32,0.18);
  border-radius: 14px;
  padding: 20px 10px 14px;
  text-align: center;
}
.flow-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #F27420;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.flow-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FBEADD;
  color: #F27420;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin: 6px auto 10px;
}
.flow-title {
  font-size: 13px;
  font-weight: 800;
  color: #33302D;
  margin-bottom: 4px;
  line-height: 1.4;
}
.flow-desc {
  font-size: 10.5px;
  line-height: 1.6;
  color: #6B655F;
}

/* ---------- FAQ ---------- */
.faq-item {
  background: #fff;
  border: 1px solid rgba(242,116,32,0.18);
  border-radius: 12px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 14px 16px;
  font-size: 13.5px;
  font-weight: 700;
  color: #33302D;
  background: none;
  border: none;
  cursor: pointer;
}
.q-mark {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #33302D;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-chevron {
  margin-left: auto;
  color: #F27420;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #FDF8F5;
}
.faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-answer p {
  padding: 4px 16px 16px 46px;
  font-size: 12.5px;
  line-height: 1.85;
  color: #6B655F;
  position: relative;
}
.a-mark {
  position: absolute;
  left: 16px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F27420;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- 追従CTA ---------- */
#sticky-cta.show {
  transform: translateY(0);
}
