/* =========================================================
   ゆい♡らぶ Cafe Club 専用スタイル
   - ピンク・水色・白を基調にした柔らかいUI
   - 丸み・柔らかい影・スマホ最優先
   - 既存テーマ（main.css / community.css）と干渉しないよう .cc-page スコープ
========================================================= */

.cc-page {
  font-family: 'Hiragino Maru Gothic ProN', 'BIZ UDPGothic', 'Meiryo', 'Noto Sans JP', sans-serif;
  background:
    radial-gradient(ellipse at top left, #fff0f5 0%, transparent 60%),
    radial-gradient(ellipse at bottom right, #e6f4fb 0%, transparent 60%),
    linear-gradient(180deg, #fff8fb 0%, #f8fcff 100%);
  color: #3a2a4f;
  font-size: 17px;
  line-height: 1.9;
  padding-bottom: 80px;
  position: relative;
}
.cc-page *,
.cc-page *::before,
.cc-page *::after { box-sizing: border-box; }

/* ===== 18+ 安全バナー（全ページ最上部固定） ===== */
/* サイトヘッダー（fixed/sticky）と重ならないよう余白を確保 */
/* コンプライアンス上必須なので、親テーマのCSSに上書きされないよう !important で確実に表示 */
.cc-page .cc-warning {
  background: linear-gradient(90deg, #fff3d6 0%, #ffe0ec 50%, #d6ecfa 100%) !important;
  border-bottom: 3px solid #d4a02a !important;
  border-top: 3px solid #d4a02a !important;
  padding: 16px 16px !important;
  margin-top: 80px;
  position: relative;
  z-index: 10;
}
.cc-page .cc-warning__inner {
  max-width: 920px;
  margin: 0 auto !important;
  display: flex !important;
  gap: 14px;
  align-items: flex-start;
  font-size: 0.98rem !important;
  color: #4a2e00 !important;
  line-height: 1.75 !important;
  font-weight: 500;
}
.cc-page .cc-warning__inner * {
  color: inherit !important;
}
.cc-page .cc-warning__badge {
  flex-shrink: 0;
  background: #b54708 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 0.9rem !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  letter-spacing: 0.05em;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(181, 71, 8, 0.35);
}
.cc-page .cc-warning p {
  margin: 0 !important;
  color: #4a2e00 !important;
}
.cc-page .cc-warning strong {
  color: #b54708 !important;
  font-weight: bold !important;
}
.cc-page .cc-warning ruby rt {
  color: #6a4a00 !important;
}
@media (max-width: 720px) {
  .cc-page .cc-warning {
    margin-top: 70px;
    padding: 14px 14px !important;
  }
  .cc-page .cc-warning__inner {
    font-size: 0.9rem !important;
    gap: 10px;
  }
  .cc-page .cc-warning__badge {
    font-size: 0.8rem !important;
    padding: 4px 10px !important;
  }
}

/* ===== パンくず ===== */
.cc-page .cc-breadcrumb {
  max-width: 920px;
  margin: 16px auto 0;
  padding: 0 20px;
  font-size: 0.9rem;
  color: #6a5a8f;
}
.cc-page .cc-breadcrumb a { color: #d96b9e; text-decoration: none; }
.cc-page .cc-breadcrumb a:hover { text-decoration: underline; }
.cc-page .cc-bc-sep { margin: 0 8px; color: #c0a8d0; }
.cc-page .cc-bc-current { font-weight: bold; color: #3a2a4f; }

/* ===== ヘッダー（ヒーロー） ===== */
.cc-page .cc-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 20px 56px;
  text-align: center;
  background:
    radial-gradient(ellipse at 25% 75%, rgba(255, 255, 255, 0.5) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 25%, rgba(255, 255, 255, 0.5) 0%, transparent 55%),
    linear-gradient(135deg, #ffb6cc 0%, #ffa3c7 35%, #c9a3e6 65%, #a3c9eb 100%);
  color: #fff;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cc-page .cc-hero-inner {
  position: relative;
  z-index: 5;
  max-width: 920px;
}
.cc-page .cc-brand-tag {
  display: inline-block;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.85);
  color: #c2447b;
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(255, 143, 177, 0.25);
}
.cc-page .cc-hero h1 {
  font-size: 2.3rem;
  margin: 0 0 18px;
  line-height: 1.7;
  font-weight: bold;
  text-shadow:
    0 2px 6px rgba(180, 60, 120, 0.4),
    0 4px 16px rgba(180, 60, 120, 0.3);
}
.cc-page .cc-hero p.cc-lead {
  font-size: 1.15rem;
  margin: 0 0 28px;
  line-height: 2;
  text-shadow: 0 2px 6px rgba(180, 60, 120, 0.45);
}

/* ヒーロー装飾：浮遊するハート＆カフェアイテム */
.cc-page .cc-hero-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.cc-page .cc-deco {
  position: absolute;
  font-size: 36px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  animation: cc-float 5.5s ease-in-out infinite alternate;
}
.cc-page .cc-deco--1  { top:  8%; left:  4%; font-size: 44px; animation-duration: 5s;   animation-delay: 0s;   }
.cc-page .cc-deco--2  { top: 18%; left: 90%; font-size: 38px; animation-duration: 6s;   animation-delay: 1s;   }
.cc-page .cc-deco--3  { top: 70%; left:  6%; font-size: 32px; animation-duration: 5.5s; animation-delay: 0.5s; }
.cc-page .cc-deco--4  { top: 76%; left: 88%; font-size: 40px; animation-duration: 6.5s; animation-delay: 1.5s; }
.cc-page .cc-deco--5  { top: 14%; left: 50%; font-size: 28px; animation-duration: 7s;   animation-delay: 2s;   }
.cc-page .cc-deco--6  { top: 80%; left: 48%; font-size: 32px; animation-duration: 5.8s; animation-delay: 0.8s; }
@keyframes cc-float {
  from { transform: translateY(0) rotate(-4deg); }
  to   { transform: translateY(-12px) rotate(4deg); }
}

/* ヒーローCTA */
.cc-page .cc-hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cc-page .cc-hero-cta .cc-btn {
  width: auto;
  min-width: 240px;
}

/* ===== セクション共通 ===== */
.cc-page .cc-section {
  max-width: 920px;
  margin: 64px auto 0;
  padding: 0 20px;
}
.cc-page .cc-section h2 {
  font-size: 1.7rem;
  color: #c2447b;
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #ffb6cc 0%, #a3c9eb 100%) 1;
  display: inline-block;
  width: 100%;
}
.cc-page .cc-section h2::before { content: '🌸 '; }

/* ===== コンセプトカード ===== */
.cc-page .cc-concept {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 8px 30px rgba(255, 143, 177, 0.12);
  border: 1px solid #ffe4ee;
}
.cc-page .cc-concept p {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 2;
}
.cc-page .cc-concept p:last-child { margin-bottom: 0; }
.cc-page .cc-concept .cc-highlight {
  background: linear-gradient(transparent 60%, #ffd9e6 60%);
  padding: 0 4px;
  font-weight: bold;
  color: #c2447b;
}

/* ===== 安心ポイントグリッド ===== */
.cc-page .cc-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-page .cc-points li {
  background: #fff;
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 6px 20px rgba(255, 143, 177, 0.1);
  border: 2px solid #ffe4ee;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.cc-page .cc-points li:nth-child(even) {
  border-color: #d4ecfa;
  box-shadow: 0 6px 20px rgba(109, 175, 230, 0.12);
}
.cc-page .cc-points .cc-pt-icon {
  flex-shrink: 0;
  font-size: 2rem;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffe4ee 0%, #fff 100%);
  border-radius: 50%;
  border: 2px solid #ffcfdc;
}
.cc-page .cc-points li:nth-child(even) .cc-pt-icon {
  background: linear-gradient(135deg, #d4ecfa 0%, #fff 100%);
  border-color: #b3dcf6;
}
.cc-page .cc-points .cc-pt-body {
  flex: 1;
}
.cc-page .cc-points .cc-pt-body h3 {
  font-size: 1.1rem;
  color: #c2447b;
  margin: 4px 0 8px;
  line-height: 1.5;
}
.cc-page .cc-points li:nth-child(even) .cc-pt-body h3 {
  color: #1d4f8c;
}
.cc-page .cc-points .cc-pt-body p {
  margin: 0;
  font-size: 0.98rem;
  color: #4a3a5f;
  line-height: 1.85;
  text-align: left;
}

/* ===== イベント例タグ ===== */
.cc-page .cc-events {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.cc-page .cc-events .cc-event-tag {
  background: #fff;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #c2447b;
  border: 2px solid #ffcfdc;
  box-shadow: 0 3px 10px rgba(255, 143, 177, 0.12);
}
.cc-page .cc-events .cc-event-tag:nth-child(3n) {
  color: #1d4f8c;
  border-color: #b3dcf6;
}

/* ===== 参加の流れ（ステップ） ===== */
.cc-page .cc-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cc-page .cc-flow li {
  background: #fff;
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 6px 20px rgba(255, 143, 177, 0.08);
  border: 2px solid #ffe4ee;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.cc-page .cc-flow .cc-flow-num {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #ff8fb1 0%, #ffb6cc 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(255, 143, 177, 0.4);
}
.cc-page .cc-flow .cc-flow-body { flex: 1; }
.cc-page .cc-flow .cc-flow-body h3 {
  font-size: 1.15rem;
  color: #c2447b;
  margin: 4px 0 8px;
  line-height: 1.5;
}
.cc-page .cc-flow .cc-flow-body p {
  margin: 0;
  font-size: 1rem;
  color: #4a3a5f;
  line-height: 1.85;
  text-align: left;
}

/* ===== 禁止事項リスト（赤枠） ===== */
.cc-page .cc-prohibited {
  background: #fff5f5;
  border: 2px solid #f5a3a3;
  border-radius: 20px;
  padding: 28px 28px;
}
.cc-page .cc-prohibited h3 {
  color: #c43030;
  font-size: 1.2rem;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cc-page .cc-prohibited h3::before { content: '⚠️'; }
.cc-page .cc-prohibited ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-page .cc-prohibited ul li {
  padding: 8px 0 8px 30px;
  position: relative;
  font-size: 1rem;
  color: #4a3a3a;
  line-height: 1.7;
  border-bottom: 1px dashed #f5cccc;
}
.cc-page .cc-prohibited ul li:last-child { border-bottom: none; }
.cc-page .cc-prohibited ul li::before {
  content: '✕';
  position: absolute;
  left: 6px;
  top: 8px;
  color: #c43030;
  font-weight: bold;
}

/* ===== ボタン ===== */
.cc-page .cc-btn {
  display: inline-block;
  padding: 18px 28px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.15s, box-shadow 0.15s;
  letter-spacing: 0.05em;
  width: 100%;
  font-family: inherit;
}
.cc-page .cc-btn:hover, .cc-page .cc-btn:focus {
  transform: translateY(-2px);
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
.cc-page .cc-btn--primary {
  background: linear-gradient(90deg, #ff8fb1 0%, #ffa3c7 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(255, 143, 177, 0.4);
}
.cc-page .cc-btn--secondary {
  background: linear-gradient(90deg, #6dafe6 0%, #8fc4ed 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(109, 175, 230, 0.4);
}
.cc-page .cc-btn--accent {
  background: linear-gradient(90deg, #ff6f9c 0%, #ff8fb1 100%);
  color: #fff;
  font-size: 1.2rem;
  padding: 22px 32px;
  box-shadow: 0 6px 22px rgba(255, 111, 156, 0.5);
}
.cc-page .cc-btn--outline {
  background: #fff;
  color: #c2447b;
  border: 2px solid #ff8fb1;
}

/* CTAグリッド */
.cc-page .cc-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}
.cc-page .cc-cta-grid .cc-btn--full {
  grid-column: 1 / -1;
}

/* =========================================================
   ▼▼▼ Phase C：キャスト募集ページ専用スタイル ▼▼▼
========================================================= */

/* ===== 募集ヒーロー：女性向け温かみカラー ===== */
.cc-page--recruit .cc-hero {
  background:
    radial-gradient(ellipse at 25% 75%, rgba(255, 255, 255, 0.5) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 25%, rgba(255, 255, 255, 0.5) 0%, transparent 55%),
    linear-gradient(135deg, #ffd0e8 0%, #ffb6cc 50%, #f7c6e3 100%);
}

/* ===== 報酬テーブル ===== */
.cc-page .cc-reward-table {
  background: linear-gradient(135deg, #fff8fc 0%, #fff 50%, #f5ebff 100%);
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: 0 8px 28px rgba(255, 143, 177, 0.15);
  border: 2px solid #ffcfdc;
}
.cc-page .cc-reward-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.cc-page .cc-reward-item {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px;
  text-align: center;
  border: 1px solid #ffe4ee;
  box-shadow: 0 3px 10px rgba(255, 143, 177, 0.08);
}
.cc-page .cc-reward-item .cc-rwd-label {
  font-size: 0.95rem;
  color: #c2447b;
  font-weight: bold;
  margin-bottom: 6px;
}
.cc-page .cc-reward-item .cc-rwd-amount {
  font-size: 1.7rem;
  color: #ff6f9c;
  font-weight: bold;
  line-height: 1.1;
}
.cc-page .cc-reward-item .cc-rwd-amount small {
  font-size: 0.55em;
  color: #8a7a8f;
  font-weight: normal;
  margin-left: 4px;
}
.cc-page .cc-reward-note {
  margin: 18px 0 0;
  font-size: 0.92rem;
  color: #8a7a8f;
  line-height: 1.7;
  text-align: center;
}

/* ===== 仕事内容カード ===== */
.cc-page .cc-jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-page .cc-jobs li {
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 4px 16px rgba(255, 143, 177, 0.1);
  border: 2px solid #ffe4ee;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.cc-page .cc-jobs .cc-job-icon {
  flex-shrink: 0;
  font-size: 1.8rem;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffe4ee 0%, #fff 100%);
  border-radius: 50%;
  border: 2px solid #ffcfdc;
  line-height: 1;
}
.cc-page .cc-jobs .cc-job-body {
  flex: 1;
}
.cc-page .cc-jobs .cc-job-body h3 {
  font-size: 1.1rem;
  color: #c2447b;
  margin: 4px 0 6px;
  line-height: 1.5;
}
.cc-page .cc-jobs .cc-job-body p {
  margin: 0;
  font-size: 0.95rem;
  color: #4a3a5f;
  line-height: 1.85;
  text-align: left;
}

/* ===== 安心ポイント（女性向けLP風） ===== */
.cc-page .cc-relief {
  background: linear-gradient(135deg, #fff5f8 0%, #fff 50%, #f5ebff 100%);
  border-radius: 22px;
  padding: 28px 28px;
  border: 2px solid #ffcfdc;
}
.cc-page .cc-relief ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-page .cc-relief ul li {
  padding: 10px 0 10px 36px;
  position: relative;
  font-size: 1rem;
  color: #3a2a4f;
  line-height: 1.85;
  border-bottom: 1px dashed #ffcfdc;
}
.cc-page .cc-relief ul li:last-child { border-bottom: none; }
.cc-page .cc-relief ul li::before {
  content: '💗';
  position: absolute;
  left: 4px;
  top: 10px;
}

/* ===== 応募の流れステップ（共通 cc-flow を流用） ===== */

/* ===== 応募CTA：強調 ===== */
.cc-page .cc-recruit-cta {
  text-align: center;
  margin-top: 28px;
  padding: 32px 24px;
  background: linear-gradient(135deg, #fff0f5 0%, #fff 100%);
  border-radius: 22px;
  border: 2px solid #ffcfdc;
}
.cc-page .cc-recruit-cta h3 {
  color: #c2447b;
  font-size: 1.3rem;
  margin: 0 0 12px;
}
.cc-page .cc-recruit-cta p {
  margin: 0 0 20px;
  font-size: 1rem;
  color: #4a3a5f;
}

/* ===== レスポンシブ ===== */
@media (max-width: 720px) {
  .cc-page .cc-reward-grid { grid-template-columns: 1fr; gap: 12px; }
  .cc-page .cc-reward-item { padding: 18px 16px; }
  .cc-page .cc-reward-item .cc-rwd-amount { font-size: 1.5rem; }
  .cc-page .cc-jobs { grid-template-columns: 1fr; }
  .cc-page .cc-jobs li { padding: 18px 16px; }
  .cc-page .cc-relief { padding: 22px 18px; }
  .cc-page .cc-relief ul li { font-size: 0.95rem; }
  .cc-page .cc-recruit-cta { padding: 24px 18px; }
}

/* =========================================================
   ▼▼▼ Phase B 追加スタイル（料金カード・ログインフォーム） ▼▼▼
========================================================= */

/* ===== 料金カードグリッド ===== */
.cc-page .cc-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.cc-page .cc-price-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 26px 28px;
  box-shadow: 0 8px 28px rgba(255, 143, 177, 0.12);
  border: 2px solid #ffe4ee;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.cc-page .cc-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(255, 143, 177, 0.22);
}
.cc-page .cc-price-card h3 {
  font-size: 1.3rem;
  color: #c2447b;
  margin: 0 0 8px;
  text-align: center;
  line-height: 1.5;
}
.cc-page .cc-price-card .cc-price-amount {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff6f9c;
  margin: 8px 0 4px;
  line-height: 1.1;
}
.cc-page .cc-price-card .cc-price-amount small {
  font-size: 0.45em;
  color: #8a7a8f;
  font-weight: normal;
  margin-left: 4px;
}
.cc-page .cc-price-card .cc-price-tax {
  text-align: center;
  font-size: 0.85rem;
  color: #8a7a8f;
  margin: 0 0 18px;
}
.cc-page .cc-price-card .cc-price-meta {
  background: linear-gradient(135deg, #fff5f8 0%, #fff 100%);
  border-radius: 14px;
  padding: 14px 16px;
  margin: 0 0 22px;
  font-size: 0.95rem;
  color: #4a3a5f;
  line-height: 1.7;
  text-align: left;
  border: 1px dashed #ffcfdc;
}
.cc-page .cc-price-card .cc-price-cta {
  margin-top: auto;
}

/* おすすめバッジ（中央カード） */
.cc-page .cc-price-card--featured {
  background: linear-gradient(135deg, #fff 0%, #fff5f8 50%, #f5ebff 100%);
  border: 3px solid #ff8fb1;
  box-shadow: 0 12px 36px rgba(255, 143, 177, 0.3);
  transform: translateY(-8px);
}
.cc-page .cc-price-card--featured:hover { transform: translateY(-12px); }
.cc-page .cc-price-card--featured::before {
  content: '✨ いちばん人気 ✨';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ff6f9c 0%, #c9a3e6 100%);
  color: #fff;
  padding: 6px 22px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(255, 111, 156, 0.35);
}
.cc-page .cc-price-card--featured h3 { color: #c2447b; }
.cc-page .cc-price-card--featured .cc-price-amount {
  color: #ff4f87;
  font-size: 2.5rem;
}

/* ===== ログインフォーム エリア ===== */
.cc-page .cc-login-box {
  background: #fff;
  border-radius: 22px;
  padding: 36px 32px;
  box-shadow: 0 8px 28px rgba(255, 143, 177, 0.12);
  border: 2px solid #ffe4ee;
  max-width: 540px;
  margin: 0 auto;
}
.cc-page .cc-login-box.cc-login-box--cast {
  border-color: #d4ecfa;
  box-shadow: 0 8px 28px rgba(109, 175, 230, 0.15);
}
.cc-page .cc-login-box .cc-login-intro {
  font-size: 1rem;
  color: #4a3a5f;
  text-align: center;
  margin: 0 0 24px;
  line-height: 1.85;
}
.cc-page .cc-login-form-area {
  background: #fff8fb;
  border-radius: 14px;
  padding: 24px 20px;
  margin: 0 0 20px;
  border: 1px dashed #ffcfdc;
  min-height: 280px;
}
.cc-page .cc-login-box--cast .cc-login-form-area {
  background: #f5fafe;
  border-color: #b3dcf6;
}

/* Ultimate Member プラグイン未インストール時のプレースホルダー */
.cc-page .cc-um-placeholder {
  text-align: center;
  padding: 48px 20px;
  color: #8a7a8f;
  font-size: 0.95rem;
  line-height: 1.85;
}
.cc-page .cc-um-placeholder strong {
  display: block;
  color: #c2447b;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.cc-page .cc-um-placeholder code {
  display: inline-block;
  background: #fff;
  border: 1px solid #ffcfdc;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: 'Menlo', 'Consolas', monospace;
  font-size: 0.85rem;
  color: #c2447b;
  margin-top: 6px;
}

/* ログインページの補助CTAボタン群 */
.cc-page .cc-login-side-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

/* ===== 戻るボタン（共通） ===== */
.cc-page .cc-back-link {
  text-align: center;
  margin: 40px 0 0;
}
.cc-page .cc-back-link .cc-btn {
  display: inline-block;
  width: auto;
  padding: 14px 32px;
}

/* ===== 利用規約ページ専用 ===== */
.cc-page .cc-terms {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 6px 24px rgba(255, 143, 177, 0.1);
  border: 1px solid #ffe4ee;
}
.cc-page .cc-terms h2 {
  color: #c2447b;
  font-size: 1.4rem;
  margin: 36px 0 16px;
  padding: 8px 0 8px 16px;
  border-left: 4px solid #ff8fb1;
}
.cc-page .cc-terms h2::before { content: ''; }
.cc-page .cc-terms h2:first-child { margin-top: 0; }
.cc-page .cc-terms h3 {
  color: #1d4f8c;
  font-size: 1.1rem;
  margin: 22px 0 10px;
}
.cc-page .cc-terms p {
  margin: 0 0 14px;
  line-height: 1.95;
  font-size: 1rem;
  text-align: left;
}
.cc-page .cc-terms ul, .cc-page .cc-terms ol {
  margin: 0 0 18px;
  padding-left: 24px;
  line-height: 1.95;
}
.cc-page .cc-terms li {
  margin-bottom: 6px;
  text-align: left;
}
.cc-page .cc-terms .cc-terms-meta {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px dashed #ffcfdc;
  font-size: 0.9rem;
  color: #8a7a8f;
}
.cc-page .cc-terms .cc-terms-disclaimer {
  background: #fff8e6;
  border: 1px solid #f0c14b;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 24px 0;
  font-size: 0.95rem;
  color: #6a4a00;
}
.cc-page .cc-terms .cc-terms-disclaimer strong { color: #b54708; }

/* ===== レスポンシブ（スマホ最優先） ===== */
@media (max-width: 720px) {
  .cc-page { font-size: 16px; }
  .cc-page .cc-hero { padding: 48px 16px 44px; min-height: 320px; }
  .cc-page .cc-hero h1 { font-size: 1.65rem; }
  .cc-page .cc-hero p.cc-lead { font-size: 1.02rem; }
  .cc-page .cc-section { margin-top: 48px; padding: 0 14px; }
  .cc-page .cc-section h2 { font-size: 1.35rem; }
  .cc-page .cc-points { grid-template-columns: 1fr; }
  .cc-page .cc-cta-grid { grid-template-columns: 1fr; }
  .cc-page .cc-hero-cta .cc-btn { width: 100%; min-width: 0; }
  .cc-page .cc-flow li { padding: 18px 18px; gap: 14px; }
  .cc-page .cc-flow .cc-flow-num { width: 44px; height: 44px; font-size: 1.25rem; }
  .cc-page .cc-concept { padding: 26px 22px; }
  .cc-page .cc-terms { padding: 26px 22px; }
  .cc-page .cc-btn { padding: 16px 22px; font-size: 1.05rem; }
  .cc-page .cc-btn--accent { font-size: 1.1rem; padding: 18px 24px; }

  /* Phase B：料金カードを縦並びに */
  .cc-page .cc-price-grid { grid-template-columns: 1fr; gap: 26px; }
  .cc-page .cc-price-card { padding: 28px 22px 24px; }
  .cc-page .cc-price-card--featured { transform: translateY(0); }
  .cc-page .cc-price-card--featured:hover { transform: translateY(-4px); }
  .cc-page .cc-price-card .cc-price-amount { font-size: 1.9rem; }
  .cc-page .cc-price-card--featured .cc-price-amount { font-size: 2.1rem; }

  /* Phase B：ログインボックス */
  .cc-page .cc-login-box { padding: 26px 20px; }
  .cc-page .cc-login-form-area { padding: 18px 14px; min-height: 220px; }
  .cc-page .cc-login-side-cta { grid-template-columns: 1fr; }
}

/* ============================================================
   法務系ページ（利用規約・返金ポリシー）専用スタイル
   ※ふりがな（ruby）は使わない方針に変更
   ============================================================ */

/* === 法務系ページ：ヒーロー上部に余白を追加 === */
.page-template-page-terms .cc-hero,
.page-template-page-refund .cc-hero {
  margin-top: 20px;
}

/* === 本文ブロック === */
.cc-page .cc-terms {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.9;
  color: #3a2a4f;
}
.cc-page .cc-terms p,
.cc-page .cc-terms li {
  line-height: 1.9;
  margin-bottom: 0.8em;
}
.cc-page .cc-terms h2 {
  font-size: 1.35rem;
  margin: 40px 0 14px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #fff5f7 0%, #ffeaf0 100%);
  border-left: 5px solid #d96b9e;
  border-radius: 0 8px 8px 0;
  color: #7d2949;
  line-height: 1.8;
}
.cc-page .cc-terms h3 {
  font-size: 1.1rem;
  margin: 24px 0 10px;
  color: #c2185b;
  line-height: 1.8;
  border-bottom: 2px dotted #f8a5c2;
  padding-bottom: 6px;
}
.cc-page .cc-terms ol,
.cc-page .cc-terms ul {
  padding-left: 1.8em;
  margin: 12px 0;
}
.cc-page .cc-terms ol li,
.cc-page .cc-terms ul li {
  margin-bottom: 6px;
}
.cc-page .cc-terms ul ul,
.cc-page .cc-terms ol ul {
  margin-top: 6px;
}
.cc-page .cc-terms-intro {
  background: #fff5f7;
  padding: 18px 22px;
  border-radius: 10px;
  margin: 24px 0 32px;
  line-height: 2.2;
  font-size: 0.98rem;
}
.cc-page .cc-terms-disclaimer {
  background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
  border-left: 5px solid #f0ad4e;
  padding: 14px 18px;
  border-radius: 8px;
  margin: 20px 0 28px;
  line-height: 2.0;
  font-size: 0.93rem;
  color: #6b4f00;
}
.cc-page .cc-terms-date {
  margin-top: 40px;
  padding: 16px;
  background: #fff;
  border: 1px dashed #f8a5c2;
  border-radius: 8px;
  text-align: center;
  color: #6b4555;
  line-height: 2.0;
}
.cc-page .cc-terms-links {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ffd4e2;
  text-align: center;
}
.cc-page .cc-terms-links a {
  color: #c2185b;
  text-decoration: none;
  padding: 0 6px;
}
.cc-page .cc-terms-links a:hover { text-decoration: underline; }
.cc-page .cc-contact-block {
  background: #fff;
  padding: 18px 22px;
  border-radius: 10px;
  border: 1px solid #ffd4e2;
  margin: 14px 0 20px;
  line-height: 2.0;
}
.cc-page .cc-refund-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.95rem;
}
.cc-page .cc-refund-table th,
.cc-page .cc-refund-table td {
  padding: 10px 12px;
  border: 1px solid #ffd4e2;
  line-height: 2.0;
}
.cc-page .cc-refund-table th {
  background: #fff5f7;
  text-align: left;
}
.cc-page .cc-terms hr {
  margin: 32px 0;
  border: 0;
  border-top: 2px dotted #ffd4e2;
}

@media (max-width: 768px) {
  .cc-page .cc-terms { padding: 0 14px; line-height: 2.2; }
  .cc-page .cc-terms h2 { font-size: 1.15rem; padding: 10px 12px; }
  .cc-page .cc-terms h3 { font-size: 1rem; }
  .cc-page .cc-terms ol,
  .cc-page .cc-terms ul { padding-left: 1.4em; }
  .cc-page .cc-refund-table { font-size: 0.85rem; }
  .cc-page .cc-refund-table th,
  .cc-page .cc-refund-table td { padding: 8px; }
}
