/* =========================================================
   Pep Up LP 専用スタイル
   すべてのセレクタは body.page-pepup でスコープして
   HP の他ページに漏れないようにする
========================================================= */

/* ===== 最上部 Pep Up オファーバー（sticky） ===== */
body.page-pepup .pepup-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: linear-gradient(90deg, #14c7d6 0%, #00a8b8 100%);
  color: #ffffff;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
body.page-pepup .pepup-topbar__badge {
  display: inline-block;
  background: #ffffff;
  color: #00a8b8;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 12px;
  margin-right: 8px;
  letter-spacing: 0.1em;
  font-weight: 700;
  vertical-align: middle;
}
body.page-pepup .pepup-topbar strong {
  font-size: 16px;
  margin-right: 6px;
}
body.page-pepup .pepup-topbar__note {
  font-size: 12px;
  opacity: 0.85;
}
@media (max-width: 768px) {
  body.page-pepup .pepup-topbar {
    font-size: 12px;
    padding: 8px 12px;
  }
  body.page-pepup .pepup-topbar strong { font-size: 13px; }
  body.page-pepup .pepup-topbar__badge { font-size: 10px; padding: 2px 8px; }
  /* SP では「（通常2,990円）」の注記は隠す（スペース節約） */
  body.page-pepup .pepup-topbar__note { display: none; }
}

/* HP の header.fixed が pepup-topbar に隠れないよう、topを下げる（PC: 42px / SP: 36px） */
body.page-pepup header.header,
body.page-pepup .header {
  top: 42px !important;
}
@media (max-width: 768px) {
  body.page-pepup header.header,
  body.page-pepup .header { top: 36px !important; }
}

/* HP の .header-container.is-scroll は背景透明（rgba(0,0,0,0)）のため、
   ペップアップでは常に白背景＋シャドウで可読性を確保する */
body.page-pepup .header-container,
body.page-pepup .header-container.is-scroll {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* ===== Pep Up 会員特典セクション（クーポン大表示） ===== */
body.page-pepup .pepup-offer-section {
  padding: 80px 0 60px;
  background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
}
body.page-pepup .pepup-offer-card {
  max-width: 880px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #14c7d6;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 8px 32px rgba(20, 199, 214, 0.12);
  text-align: center;
}
body.page-pepup .pepup-offer-card__badge {
  display: inline-block;
  background: #14c7d6;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
body.page-pepup .pepup-offer-card__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  color: #333333;
}
body.page-pepup .pepup-offer-card__title strong {
  font-size: 56px;
  color: #ff4f45;
  margin: 0 8px;
}
body.page-pepup .pepup-offer-card__strike {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #a3a3a3;
  text-decoration: line-through;
  margin-top: 8px;
}
body.page-pepup .pepup-offer-card__lead {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 24px;
}
body.page-pepup .pepup-offer-card__code {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f7fcfd;
  border: 1px dashed #14c7d6;
  border-radius: 12px;
  padding: 16px 28px;
  margin-bottom: 32px;
}
body.page-pepup .pepup-offer-card__code-label {
  font-size: 12px;
  font-weight: 700;
  color: #14c7d6;
  letter-spacing: 0.1em;
}
body.page-pepup .pepup-offer-card__code code {
  font-family: 'General Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.15em;
}
body.page-pepup .pepup-offer-card__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/* 治療検討前提の注記 */
body.page-pepup .pepup-offer-card__note {
  font-size: 12px;
  line-height: 1.7;
  color: #888888;
  margin-top: 16px;
  text-align: center;
}
body.page-pepup .pc-only { display: inline; }
@media (max-width: 768px) {
  body.page-pepup .pc-only { display: none; }
}
body.page-pepup .pepup-offer-card__btn {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity .2s, transform .2s;
}
body.page-pepup .pepup-offer-card__btn--primary {
  background: #ff4f45;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 79, 69, 0.3);
}
body.page-pepup .pepup-offer-card__btn--secondary {
  background: #ffffff;
  color: #14c7d6;
  border: 2px solid #14c7d6;
}
body.page-pepup .pepup-offer-card__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  body.page-pepup .pepup-offer-section { padding: 48px 20px 40px; }
  body.page-pepup .pepup-offer-card { padding: 32px 20px; border-radius: 16px; }
  body.page-pepup .pepup-offer-card__title { font-size: 22px; }
  body.page-pepup .pepup-offer-card__title strong { font-size: 38px; }
  body.page-pepup .pepup-offer-card__code { padding: 12px 18px; flex-direction: column; gap: 4px; }
  body.page-pepup .pepup-offer-card__code code { font-size: 22px; }
  body.page-pepup .pepup-offer-card__cta { flex-direction: column; gap: 12px; }
  body.page-pepup .pepup-offer-card__btn { width: 100%; padding: 14px 24px; }
}

/* ===== STEP 1 価格カードに Pep Up 特典バッジ ===== */
body.page-pepup .pepup-pricecard-flag {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #14c7d6 0%, #00a8b8 100%);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  margin: 12px 0 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-wrap: wrap;
}
body.page-pepup .pepup-pricecard-flag__badge {
  background: #ffffff;
  color: #00a8b8;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
}
body.page-pepup .pepup-pricecard-flag__txt strong {
  font-size: 16px;
  margin-left: 4px;
}
body.page-pepup .pepup-price-strike {
  text-decoration: line-through;
  color: #a3a3a3 !important;
}
/* 0円は 2,990円と同じスタイル（plan-price-card__price-num を継承）＋ 赤強調 */
body.page-pepup .pepup-price-after {
  color: #ff4f45 !important;
  margin-top: 4px;
}

/* ===== フッターCTA ===== */
body.page-pepup .pepup-footer-cta {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #ff4f45 0%, #ff8a4f 100%);
  color: #ffffff;
  text-align: center;
}
body.page-pepup .pepup-footer-cta__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
body.page-pepup .pepup-footer-cta__lead {
  font-size: 14px;
  opacity: 0.95;
  margin-bottom: 24px;
}
body.page-pepup .pepup-footer-cta__code {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 12px 24px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 700;
}
body.page-pepup .pepup-footer-cta__code code {
  font-family: 'General Sans', sans-serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #ffffff;
}
body.page-pepup .pepup-footer-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-pepup .pepup-footer-cta__btn {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity .2s, transform .2s;
}
body.page-pepup .pepup-footer-cta__btn--primary {
  background: #ffffff;
  color: #ff4f45;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
body.page-pepup .pepup-footer-cta__btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
body.page-pepup .pepup-footer-cta__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  body.page-pepup .pepup-footer-cta { padding: 48px 20px 40px; }
  body.page-pepup .pepup-footer-cta__title { font-size: 22px; }
  body.page-pepup .pepup-footer-cta__buttons { flex-direction: column; gap: 12px; }
  body.page-pepup .pepup-footer-cta__btn { width: 100%; padding: 14px 24px; }
}
