@charset "utf-8";
/* ============================================================
   Divine キャンペーン LP スタイル
   書籍イメージ：夜空（ミッドナイトブルー〜ピンク夜明け）神秘的
============================================================ */

/* ---- エレガントフォント設定 ---- */
h1, h2, h3, h4, h5 {
  font-family: "Shippori Mincho", "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p, li, a, span, div {
  font-family: "Zen Old Mincho", "Shippori Mincho", serif;
  letter-spacing: 0.05em;
}
.btn a {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
}

/* ---- ヘッダー（生成画像メイン） ---- */
.divine-header-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.divine-header-img .header-main-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: none;
  object-fit: contain;
}

/* オーバーレイ全体 */
.header-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

/* 1日限定リボン */
.header-overlay .limited-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #ff3a5c, #ff6b35);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 22px 8px 12px;
  letter-spacing: 1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 10px rgba(255,58,92,0.6);
  pointer-events: auto;
}

/* Amazonバッジ（右下） */
.amazon-badge-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  pointer-events: auto;
}
.amazon-badge-overlay .amazon-logo-wrap {
  background: #FF9900;
  border-radius: 10px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 12px rgba(255,153,0,0.6);
}
.amazon-badge-overlay .amazon-logo-wrap svg {
  width: 100px;
  height: 30px;
}
.amazon-badge-overlay .amazon-label {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

/* ---- レスポンシブ（旧divine-headerの記述をクリーン化） ---- */

/* ---- sec01（導入テキスト） Divine版 ---- */
.sec01-divine {
  padding: 48px 0;
  background: linear-gradient(
    135deg,
    #0e0620 0%,
    #1e0a3c 40%,
    #2d1055 70%,
    #1e0a3c 100%
  );
  border-top: 2px solid rgba(245,217,138,0.3);
  border-bottom: 2px solid rgba(245,217,138,0.3);
}
.sec01-divine h2 {
  text-align: center;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.7;
  text-shadow: 0 0 24px rgba(200,100,180,0.5), 0 2px 6px rgba(0,0,0,0.8);
}
.sec01-divine h2 span {
  background: linear-gradient(transparent 60%, rgba(245,217,138,0.4) 60%);
}
.sec01-divine p {
  text-align: center;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #f0eaff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
  line-height: 1.9;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.sec01-divine p b {
  color: #f5d98a;
  font-weight: 900;
}

/* ---- お礼・次回告知 ---- */
.sec01-thankyou {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: #f0eaff;
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 28px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.next-campaign-box {
  max-width: 560px;
  margin: 0 auto 28px;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(245,217,138,0.5);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
}
.next-campaign-label {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: #f5d98a;
  letter-spacing: 2px;
  margin: 0 0 12px !important;
}
.next-campaign-date {
  font-size: clamp(1.6rem, 4vw, 2.4rem) !important;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 12px !important;
  text-shadow: 0 0 20px rgba(200,100,180,0.6), 0 2px 6px rgba(0,0,0,0.8);
}
.next-campaign-text {
  font-size: clamp(1rem, 2.2vw, 1.2rem) !important;
  color: #f0eaff;
  line-height: 2;
  margin: 0 !important;
}

/* 延長テキスト */
.sec01-extended {
  display: block;
  color: #ffdd00;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 900;
  text-shadow: 0 0 16px rgba(255,221,0,0.6), 0 2px 6px rgba(0,0,0,0.8);
  margin-top: 8px;
  line-height: 1.7;
}
/* 取り消し線テキスト */
.sec01-period s {
  color: rgba(240,234,255,0.55);
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-weight: 400;
  text-decoration-color: rgba(240,234,255,0.8);
}

/* 応募期間テキスト */
.sec01-period {
  font-size: clamp(1.4rem, 3vw, 1.8rem) !important;
  font-weight: 700 !important;
  margin: 24px 0 !important;
  line-height: 2.1 !important;
  color: #f5d98a !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6) !important;
}
/* 応募資格テキスト */
.sec01-eligible {
  font-size: clamp(1.4rem, 3.2vw, 1.8rem) !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 24px 0 !important;
  line-height: 2 !important;
}
/* 注意書き */
.sec01-notice {
  font-size: clamp(1rem, 2vw, 1.2rem) !important;
  font-weight: 400 !important;
  color: rgba(240,234,255,0.85) !important;
  margin-top: 24px !important;
  line-height: 2 !important;
}
.sec01-divine p.tce {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 400;
  color: rgba(240,234,255,0.9);
  text-shadow: none;
  line-height: 2;
  margin-top: 16px;
}

/* 特典サンプル画像 */
.tokuten-img-wrap {
  max-width: 420px;
  margin: 20px auto 24px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(120,26,74,0.4), 0 0 0 1px rgba(245,217,138,0.2);
}
.tokuten-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* sec03 取り消し線・延長テキスト */
.sec03-strike {
  color: rgba(240,234,255,0.45);
  text-decoration-color: rgba(240,234,255,0.7);
  font-size: 0.85em;
  font-weight: 400;
}
.sec03-extended {
  display: inline-block;
  color: #ffdd00;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 900;
  text-shadow: 0 0 16px rgba(255,221,0,0.6), 0 2px 6px rgba(0,0,0,0.8);
  margin-top: 6px;
  line-height: 1.7;
}

/* ---- 特典インナー（囲みなし版） ---- */
.tokuten-inner {
  max-width: 560px;
  margin: 32px auto 0;
  text-align: center;
}

/* ---- 特典ボックス ---- */
.tokuten-box {
  max-width: 600px;
  margin: 30px auto 10px;
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1055 50%, #1a0a2e 100%);
  border: 2px solid rgba(245, 217, 138, 0.6);
  border-radius: 16px;
  padding: 36px 32px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 30px rgba(120, 26, 74, 0.3), 0 0 0 1px rgba(245,217,138,0.1);
}
.tokuten-box::before {
  content: '✦ Special Gift ✦';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #c9a84c, #f5d98a, #c9a84c);
  color: #1a0a2e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 3px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.tokuten-label {
  font-size: clamp(1.3rem, 4vw, 1.8rem);
  font-weight: 900;
  color: #f5d98a;
  letter-spacing: 3px;
  margin: 0 0 20px !important;
  text-align: center !important;
  text-shadow: 0 0 16px rgba(245,217,138,0.5), 0 2px 4px rgba(0,0,0,0.7);
}
.tokuten-title {
  font-size: clamp(1.3rem, 4vw, 1.9rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 6px !important;
  text-align: center !important;
  text-shadow: 0 0 20px rgba(200, 100, 180, 0.6), 0 2px 6px rgba(0,0,0,0.8);
}
.tokuten-title .tokuten-invite {
  display: inline-block;
  background: #f5d98a;
  color: #1a0a2e;
  font-size: 1.1em;
  font-weight: 900;
  padding: 2px 16px;
  border-radius: 4px;
  letter-spacing: 2px;
}
.tokuten-archive {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 20px !important;
  text-align: center !important;
  letter-spacing: 1px;
}

/* ---- 特典３種リスト ---- */
.tokuten-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tokuten-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(245,217,138,0.3);
  border-radius: 10px;
  padding: 14px 18px;
  text-align: left;
}
.tokuten-list__num {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 900;
  color: #1a0a2e;
  background: linear-gradient(135deg, #c9a84c, #f5d98a);
  border-radius: 6px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  box-shadow: 0 0 10px rgba(245,217,138,0.4);
}
.tokuten-list__text {
  font-size: 16px;
  font-weight: 700;
  color: #f0eaff;
  line-height: 1.7;
  word-break: normal;
  overflow-wrap: break-word;
}
.tokuten-detail {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(245,217,138,0.3);
  border-radius: 10px;
  padding: 16px 28px;
  margin: 0 auto 20px;
  text-align: left;
}
.tokuten-detail p {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin: 0 !important;
  line-height: 1.6 !important;
  text-shadow: none !important;
}
.tokuten-detail p b {
  font-size: 17px;
  color: #f5d98a;
}
.tokuten-note {
  font-size: 15px !important;
  color: rgba(255,255,255,0.6) !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: 1.7 !important;
  text-shadow: none !important;
}



/* ======================================================
   応募ステップフロー
====================================================== */

/* フロー全体ブロック：書店版 */
.apply-flow-block {
  max-width: 560px;
  margin: 36px auto 0;
  padding: 32px 32px 28px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(245,217,138,0.4);
  border-radius: 18px;
  position: relative;
}

/* フロー全体ブロック：Amazon版 */
.apply-flow-amazon {
  border-color: rgba(255,153,0,0.45);
  background: rgba(255,153,0,0.04);
  margin-top: 24px;
}

/* タイトル */
.apply-flow-title {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 900;
  color: #f5d98a;
  text-align: center;
  line-height: 1.65;
  margin: 0 0 24px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 16px rgba(245,217,138,0.4), 0 2px 4px rgba(0,0,0,0.7);
}
.apply-flow-title--amazon {
  color: #ffbb55;
  text-shadow: 0 0 16px rgba(255,153,0,0.4), 0 2px 4px rgba(0,0,0,0.7);
}

/* ステップリスト */
.apply-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.apply-steps li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(245,217,138,0.12);
  position: relative;
}
.apply-steps li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* ステップ番号バッジ */
.step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #f5d98a);
  color: #1a0a2e;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(245,217,138,0.5);
  letter-spacing: 0;
  line-height: 1;
  margin-top: 2px;
}
.step-num--amazon {
  background: linear-gradient(135deg, #d47700, #ffaa33);
  box-shadow: 0 0 12px rgba(255,153,0,0.5);
}

/* ステップテキスト */
.step-text {
  font-size: 17px;
  color: #f0eaff;
  line-height: 1.85;
  font-weight: 500;
  word-break: normal;
  overflow-wrap: break-word;
  padding-top: 6px;
}

/* ======================================================
   応募フロー画像（書店購入版）
====================================================== */
.apply-flow-img-wrap {
  max-width: 520px;
  margin: 32px auto 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(120,26,74,0.35), 0 0 0 1px rgba(245,217,138,0.2);
}
.apply-flow-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* ======================================================
   Amazon予約フロー枠
====================================================== */
.apply-flow-amazon-wrap {
  max-width: 520px;
  margin: 28px auto 0;
  border: 2px solid rgba(255,153,0,0.5);
  border-radius: 18px;
  padding: 24px 20px 20px;
  background: rgba(255,153,0,0.05);
}
.apply-flow-amazon-label {
  font-size: clamp(1.1rem, 3vw, 1.4rem) !important;
  font-weight: 900 !important;
  color: #ffbb55 !important;
  text-align: center !important;
  line-height: 1.65 !important;
  margin: 0 0 16px !important;
  letter-spacing: 0.05em !important;
  text-shadow: 0 0 14px rgba(255,153,0,0.4), 0 2px 4px rgba(0,0,0,0.7) !important;
}
.apply-flow-img-wrap--amazon {
  box-shadow: 0 4px 28px rgba(255,153,0,0.3), 0 0 0 1px rgba(255,153,0,0.2);
  margin: 0 !important;
}

/* ======================================================
   CTAボタン（2種）
====================================================== */
.cta-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
  margin: 36px auto 8px;
}

/* 共通ベース */
.cta-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  cursor: pointer;
  border: none;
}
.cta-btn:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.08);
}
.cta-btn:active {
  transform: translateY(0) scale(0.99);
}

/* Amazon購入ボタン */
.cta-btn--amazon {
  background: linear-gradient(135deg, #ff9900 0%, #ffbb44 50%, #ff9900 100%);
  box-shadow: 0 4px 24px rgba(255,153,0,0.55), 0 1px 0 rgba(255,255,255,0.15) inset;
}

/* 特典応募ボタン */
.cta-btn--apply {
  background: linear-gradient(135deg, #7a1a4a 0%, #c9317a 50%, #7a1a4a 100%);
  box-shadow: 0 4px 24px rgba(201,49,122,0.55), 0 0 0 2px rgba(245,217,138,0.45), 0 1px 0 rgba(255,255,255,0.1) inset;
}

/* アイコン */
.cta-btn__icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

/* テキスト部 */
.cta-btn__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cta-btn__main {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}
.cta-btn--amazon .cta-btn__main {
  color: #1a0a2e;
  text-shadow: none;
}
.cta-btn__sub {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.03em;
  line-height: 1;
}
.cta-btn--amazon .cta-btn__sub {
  color: rgba(26,10,46,0.65);
}
.cta-btn-note {
  font-size: 13px !important;
  color: rgba(240,234,255,0.7) !important;
  text-align: center !important;
  line-height: 1.7 !important;
  margin: -4px 0 4px !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}
/* フッター前CTAセクション内の注釈は暗い色に */
.sec-final-cta .cta-btn-note {
  color: #888 !important;
}
.final-cta-notice {
  font-size: 13px !important;
  color: #999 !important;
  text-align: center !important;
  line-height: 1.9 !important;
  margin: 20px auto 0 !important;
  max-width: 480px !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

/* ======================================================
   フッター前CTA セクション
====================================================== */
.sec-final-cta {
  padding: 56px 0 52px;
  background: #fff;
  border-top: 1px solid #e8e0f0;
}
.final-cta-lead {
  font-size: clamp(1.2rem, 3vw, 1.6rem) !important;
  font-weight: 700 !important;
  color: #7a1a4a !important;
  text-align: center !important;
  letter-spacing: 0.1em !important;
  margin: 0 0 28px !important;
  text-shadow: none !important;
}

/* ---- 書籍スペック ---- */
.book-spec {
  margin-top: 24px;
  padding: 16px 20px;
  background: #f4f0ff;
  border-left: 4px solid #7a1a4a;
  border-radius: 0 8px 8px 0;
}
.book-spec p.ti {
  font-size: 16px;
  color: #333;
  margin: 3px 0;
  line-height: 1.7;
}
.book-spec p.ti:first-child {
  font-size: 13px;
  font-weight: 700;
  color: #7a1a4a;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

/* ---- sec05 Divineプロフィール ---- */
.sec05 {
  background: linear-gradient(135deg, #0e0620 0%, #1e0a3c 40%, #2d1055 70%, #1e0a3c 100%) !important;
  border-top: 2px solid rgba(245,217,138,0.3);
}
.sec05 .box .area h2 {
  color: #f5d98a !important;
  text-shadow: 0 0 20px rgba(245,217,138,0.4), 0 2px 6px rgba(0,0,0,0.7);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem) !important;
  line-height: 1.7 !important;
}
.sec05 .text p {
  color: #f0eaff !important;
  line-height: 2 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.sec05 .text p b {
  color: #f5d98a !important;
}
.sec05 .ti {
  color: rgba(240,234,255,0.65) !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
}
.sec05 .box .img img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid rgba(245,217,138,0.5);
  box-shadow: 0 0 30px rgba(245,217,138,0.2);
}


