@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================
   D.Live トップページ カスタムスタイル
   ============================================ */

:root {
  --bg-main: #FDFAF2;
  --bg-alt: #F7F1E3;
  --bg-dark: #2E2E2C;
  --pink-main: #E94A8C;
  --pink-soft: #FBE1EC;
  --pink-dark: #B83B70;
  --yellow: #F5C84C;
  --text-main: #2E2E2C;
  --text-sub: #5A5A57;
  --text-muted: #888;
  --line-green: #06C755;
}

/* トップページ専用テンプレート リセット */
body.page-template-page-dlive-top {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: var(--text-main);
  background: var(--bg-main);
  line-height: 1.7;
}
body.page-template-page-dlive-top * { box-sizing: border-box; }
body.page-template-page-dlive-top a { color: inherit; text-decoration: none; }
body.page-template-page-dlive-top img { max-width: 100%; height: auto; display: block; }

/* Header */
.dlive-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: var(--bg-main);
  border-bottom: 0.5px solid rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 50;
}
.dlive-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
}
.dlive-logo-pennant {
  width: 28px;
  height: 14px;
  background: var(--pink-main);
  clip-path: polygon(0 0, 100% 20%, 88% 70%, 0 100%);
  position: relative;
}
.dlive-logo-star {
  position: absolute;
  top: 1px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: var(--yellow);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.dlive-nav-desktop { display: none; gap: 24px; font-size: 13px; }
.dlive-hamburger { width: 24px; height: 18px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; background: none; border: none; padding: 0; }
.dlive-hamburger span { display: block; height: 2px; background: var(--text-main); border-radius: 1px; }
@media (min-width: 768px) { .dlive-nav-desktop { display: flex; } }

/* Section 1: Hero */
.dlive-hero {
  padding: 48px 24px 40px;
  text-align: center;
  background: var(--bg-main);
}
.dlive-kicker {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--pink-main);
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--pink-main);
  margin-bottom: 22px;
}
.dlive-hero-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 28px;
}
.dlive-hero-sub1 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.dlive-hero-sub2 {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.9;
  margin-bottom: 26px;
}
body.page-template-page-dlive-top .dlive-cta-primary {
  display: inline-block;
  background: var(--pink-main);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.dlive-cta-note { font-size: 11px; color: var(--text-muted); }

/* Section 2: Representative */
.dlive-s-representative {
  padding: 48px 24px 56px;
  background: var(--bg-alt);
  text-align: center;
}
.dlive-rep-container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.dlive-rep-deco {
  display: none;
}
.dlive-section-kick { font-size: 10px; letter-spacing: 0.25em; color: var(--text-muted); font-weight: 700; margin-bottom: 14px; }
.dlive-section-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 28px;
}
.dlive-rep-photo {
  width: 180px;
  height: 220px;
  margin: 0 auto 24px;
  background: #E8DFC8;
  border-radius: 8px;
  overflow: hidden;
}
.dlive-rep-body {
  font-size: 14px;
  line-height: 2.2;
  color: #3A3A38;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.dlive-rep-body p { margin-bottom: 18px; }
.dlive-rep-emph {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 28px 0;
}
.dlive-rep-sign { text-align: center; font-size: 12px; color: var(--text-muted); }

/* Section 3: Advice card */
.dlive-s-advice { padding: 40px 20px; background: var(--bg-main); }
@media (min-width: 1200px) {
  .dlive-s-advice { padding-top: 140px; }
}
.dlive-advice-card {
  background: #FFF;
  border: 2px solid var(--pink-main);
  border-radius: 16px;
  padding: 24px 20px;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.dlive-tag { display: inline-block; font-size: 10px; font-weight: 700; color: var(--pink-dark); background: var(--pink-soft); padding: 4px 10px; border-radius: 100px; letter-spacing: 0.1em; margin-bottom: 14px; }
.dlive-advice-title { font-size: 18px; font-weight: 700; line-height: 1.55; margin-bottom: 14px; }
.dlive-advice-desc { font-size: 13px; color: var(--text-sub); line-height: 1.95; margin-bottom: 20px; }
.dlive-stars-box {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 14px;
  background: var(--bg-alt);
  border-radius: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.dlive-stars-num { font-size: 20px; font-weight: 700; color: var(--pink-main); line-height: 1; }
.dlive-stars-detail { font-size: 11px; color: var(--text-sub); line-height: 1.6; text-align: left; }
.dlive-voice {
  background: var(--bg-alt);
  border-radius: 8px;
  padding: 14px;
  font-size: 12px;
  line-height: 1.9;
  font-family: "Hiragino Mincho ProN", serif;
  border-left: 2px solid var(--pink-main);
  margin-bottom: 22px;
}

/* Section 4: LINE */
.dlive-s-line {
  padding: 48px 28px 52px;
  background: var(--pink-soft);
  text-align: center;
}
.dlive-line-kick { display: inline-block; font-size: 10px; letter-spacing: 0.25em; color: var(--pink-dark); font-weight: 700; padding: 4px 12px; background: #FFF; border-radius: 100px; margin-bottom: 24px; }
.dlive-line-title { font-size: 22px; font-weight: 700; line-height: 1.65; margin-bottom: 18px; }
.dlive-line-sub { font-size: 13px; line-height: 1.95; color: var(--text-sub); margin-bottom: 32px; }
body.page-template-page-dlive-top .dlive-line-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #06C755;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
}
.dlive-line-count { font-size: 11px; color: var(--pink-dark); margin-top: 18px; opacity: 0.8; }

/* Section 5: Other options */
.dlive-s-options { padding: 48px 20px; background: var(--bg-main); }
.dlive-options-lead { font-size: 13px; color: var(--text-sub); line-height: 1.9; text-align: center; margin-bottom: 28px; }
.dlive-option-list { display: flex; flex-direction: column; gap: 12px; max-width: 480px; margin: 0 auto; }
.dlive-option-item {
  background: #FFF;
  border: 0.5px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: relative;
}
.dlive-option-item.featured { border: 2px solid var(--pink-main); background: #FFFAFC; }
.dlive-option-item--soon {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}
.dlive-coming-soon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #888;
  color: #FFF;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
}
.dlive-option-tag { display: inline-block; font-size: 9px; font-weight: 700; color: var(--pink-dark); background: var(--pink-soft); padding: 3px 8px; border-radius: 100px; margin-bottom: 6px; }
.dlive-option-name { font-size: 15px; font-weight: 700; }
.dlive-option-desc { font-size: 11px; color: var(--text-muted); margin-top: 3px; }
.dlive-option-arrow { color: var(--pink-main); font-size: 18px; flex-shrink: 0; }
.dlive-option-all {
  display: block;
  text-align: center;
  font-size: 13px;
  color: var(--pink-main);
  font-weight: 700;
  padding: 12px;
  border: 0.5px solid var(--pink-main);
  border-radius: 100px;
  max-width: 480px;
  margin: 24px auto 0;
}

/* Section 6: Team */
.dlive-s-team { padding: 48px 22px; background: var(--bg-alt); }
.dlive-team-lead { font-size: 13px; color: var(--text-sub); line-height: 1.9; text-align: center; margin-bottom: 28px; }
.dlive-team-list { display: flex; flex-direction: column; gap: 16px; max-width: 480px; margin: 0 auto; }
.dlive-team-card {
  background: #FFF;
  border-radius: 12px;
  padding: 22px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.dlive-team-photo { width: 80px; height: 80px; border-radius: 50%; background: #E8DFC8; flex-shrink: 0; overflow: hidden; }
.dlive-team-photo img { width: 100%; height: 100%; object-fit: cover; }
.dlive-team-role { font-size: 9px; font-weight: 700; letter-spacing: 0.15em; color: var(--pink-main); margin-bottom: 4px; }
.dlive-team-name { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.dlive-team-desc { font-size: 12px; color: var(--text-sub); line-height: 1.8; }

/* Section 7: Kids */
.dlive-s-kids { padding: 48px 20px; background: var(--bg-main); }
.dlive-kids-kick { display: block; font-size: 10px; letter-spacing: 0.25em; color: #0F6E56; font-weight: 700; text-align: center; margin-bottom: 14px; }
.dlive-kids-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}
.dlive-kids-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-alt);
  border-radius: 12px;
  padding: 20px 20px;
  text-decoration: none;
  color: var(--text-main);
  transition: opacity 0.2s;
}
.dlive-kids-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
}
.dlive-kids-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  opacity: 1;
}
.dlive-kids-logo {
  width: auto;
  height: 80px;
  max-height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}
.dlive-kids-text { flex: 1; text-align: left; }
@media (min-width: 768px) {
  .dlive-kids-list {
    flex-direction: row;
    max-width: 800px;
  }
  .dlive-kids-item { flex: 1; flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .dlive-kids-text { text-align: left; }
}

/* Section 8: Footer */
.dlive-footer {
  padding: 40px 24px 32px;
  background: var(--bg-dark);
  color: #D6D2C4;
}
.dlive-footer-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.dlive-footer-logo-text { font-size: 15px; font-weight: 700; color: #FFF; }
.dlive-footer-org { font-size: 12px; color: #B8B5A8; line-height: 1.9; margin-bottom: 24px; }
.dlive-footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 24px; padding: 20px 0; border-top: 0.5px solid rgba(255,255,255,0.1); border-bottom: 0.5px solid rgba(255,255,255,0.1); }
.dlive-footer-nav a { font-size: 12px; color: #D6D2C4; padding: 4px 0; display: block; }
.dlive-footer-copy { font-size: 10px; color: #888; text-align: center; }

/* Sticky CTA (mobile only) */
.dlive-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(253,250,242,0.97);
  backdrop-filter: blur(8px);
  border-top: 0.5px solid rgba(0,0,0,0.08);
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  z-index: 100;
}
body.page-template-page-dlive-top .dlive-sb-btn {
  padding: 12px 8px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  display: block;
}
.dlive-sb-line { background: var(--line-green); }
.dlive-sb-main { background: var(--pink-main); }
@media (min-width: 768px) { .dlive-sticky-cta { display: none; } }
.dlive-page-spacer { height: 72px; }
@media (min-width: 768px) { .dlive-page-spacer { display: none; } }

/* ============================================
   D.Live 動画アドバイスLP
   ============================================ */

body.page-template-page-dlive-assessment {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: var(--text-main);
  background: var(--bg-main);
  line-height: 1.7;
}
body.page-template-page-dlive-assessment * { box-sizing: border-box; }
body.page-template-page-dlive-assessment a { text-decoration: none; }
body.page-template-page-dlive-assessment h1,
body.page-template-page-dlive-assessment h2,
body.page-template-page-dlive-assessment h3 { margin: 0; }

/* コンテナ */
.da-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 簡易ヘッダー */
.da-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: var(--bg-main);
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}
.da-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  color: var(--text-main);
}
.da-logo-pennant {
  width: 28px;
  height: 14px;
  background: var(--pink-main);
  clip-path: polygon(0 0, 100% 20%, 88% 70%, 0 100%);
  position: relative;
}
.da-logo-star {
  position: absolute;
  top: 1px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: var(--yellow);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.da-back { font-size: 12px; color: var(--text-muted); }

/* セクション共通 */
.da-section { padding: 56px 0; }
.da-section-kicker {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--pink-dark);
  background: var(--pink-soft);
  padding: 3px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.da-section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--pink-main);
  text-align: center;
}

/* CTAボタン共通 */
body.page-template-page-dlive-assessment .da-cta-btn {
  display: inline-block;
  background: var(--pink-main);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 48px;
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(233,74,140,0.35);
  margin-bottom: 12px;
  text-align: center;
}
body.page-template-page-dlive-assessment .da-cta-btn--light {
  background: var(--pink-main);
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(233,74,140,0.35);
  font-size: 17px;
  padding: 20px 56px;
}

/* ヒーロー */
.da-hero {
  background: var(--pink-soft);
  padding: 56px 0 64px;
  text-align: center;
}
.da-hero-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.da-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.da-hero-photo {
  display: none;
}
.da-hero-photo img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}
.da-hero-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pink-dark);
  background: #fff;
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 32px;
}
.da-hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-main);
  margin-bottom: 28px;
}
.da-hero-title-sub { font-size: 22px; font-weight: 700; }
.da-hero-sub {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.9;
  margin-bottom: 32px;
}
.da-hero-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
}
.da-hero-note { font-size: 12px; color: var(--text-sub); margin: 0; }
@media (min-width: 768px) {
  .da-hero { padding: 80px 0; overflow: visible; }
  .da-hero-container { overflow: visible; }
  .da-hero-photo {
    display: block;
    position: absolute;
    bottom: -110px;
    right: 100px;
    width: 300px;
    max-width: 300px;
    margin: 0;
    z-index: 2;
  }
  .da-hero-photo img {
    border-radius: 16px;
  }
}

/* 悩み共感 */
.da-worries { background: var(--bg-alt); }
@media (min-width: 768px) {
  .da-worries { padding-top: 40px; }
}
.da-worry-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.da-worry-list li {
  background: #fff;
  border-left: 3px solid var(--pink-main);
  padding: 14px 16px;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  line-height: 1.7;
}
.da-worries-close {
  font-size: 15px;
  font-weight: 700;
  color: var(--pink-dark);
  text-align: center;
  padding: 20px;
  background: var(--pink-soft);
  border-radius: 8px;
}

/* 得られること */
.da-benefit-list { display: flex; flex-direction: column; gap: 20px; }
.da-benefit-item {
  background: var(--bg-alt);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
}
.da-benefit-num {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: var(--pink-main);
  margin-bottom: 8px;
  line-height: 1;
  opacity: 0.25;
}
.da-benefit-name { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.da-benefit-desc { font-size: 13px; color: var(--text-sub); line-height: 1.85; margin: 0; }

/* 利用の流れ */
.da-flow { background: var(--bg-alt); }
.da-step-list { display: flex; flex-direction: column; gap: 0; max-width: 680px; margin: 0 auto; }
.da-step {
  position: relative;
  padding: 24px 20px 24px 28px;
  border-left: 2px solid var(--pink-main);
  margin-left: 16px;
  margin-bottom: 8px;
}
.da-step::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 26px;
  width: 14px;
  height: 14px;
  background: var(--pink-main);
  border-radius: 50%;
}
.da-step-num {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  background: var(--pink-main);
  padding: 3px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.da-step-name { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.da-step-desc { font-size: 13px; color: var(--text-sub); line-height: 1.85; margin: 0 0 8px; }
.da-step-note { font-size: 12px; color: var(--text-muted); line-height: 1.8; margin: 0; }

/* なぜ選ばれるのか */
.da-why { background: var(--bg-alt); }
.da-why-inner { max-width: 680px; text-align: center; }
.da-why-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.da-why-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #E8DFC8;
  overflow: hidden;
  border: 3px solid var(--pink-soft);
}
.da-why-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.da-why-name { font-size: 13px; font-weight: 700; color: var(--text-sub); margin: 0; }
.da-why-body {
  text-align: left;
  margin-bottom: 24px;
}
.da-why-body p {
  font-size: 14px;
  line-height: 1.95;
  color: var(--text-sub);
  margin: 0 0 16px;
}
.da-why-emphasis {
  background: var(--pink-soft);
  border-left: 3px solid var(--pink-main);
  border-radius: 0 10px 10px 0;
  padding: 20px 22px;
  text-align: left;
}
.da-why-emphasis p {
  font-size: 15px;
  font-weight: 700;
  color: var(--pink-dark);
  line-height: 1.85;
  margin: 0;
}

/* こんな方に */
.da-who .da-section-kicker { margin-bottom: 20px; }
.da-who .da-section-title--plain { margin-bottom: 40px; }
.da-who-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.da-who-list li {
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-weight: 500;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 13px;
}
.da-who-close {
  font-size: 13px;
  color: var(--text-sub);
  text-align: center;
  margin: 0;
}

/* 満足度 */
.da-rating { background: var(--bg-main); }
.da-section-title--plain {
  font-size: 22px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}

.da-rating-kicker {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-sub);
  margin-bottom: 24px;
}
.da-rating-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.da-rating-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.da-rating-icon {
  font-size: 16px;
  color: var(--pink-main);
  margin: 0 0 12px;
  letter-spacing: 2px;
}
.da-rating-icon--yellow { color: #F5C84C; }
.da-rating-icon--soft { color: #F4C0D1; }
.da-rating-icon--dark { color: #5A5A57; }
.da-rating-big {
  font-size: 48px;
  font-weight: 700;
  color: var(--pink-main);
  line-height: 1;
  margin: 0 0 4px;
}
.da-rating-big--sm { font-size: 40px; }
.da-rating-big span { font-size: 24px; }
.da-rating-denom {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 10px;
  min-height: 20px;
}
.da-rating-desc {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0;
}
@media (min-width: 600px) {
  .da-rating-cards { flex-direction: row; }
  .da-rating-card { flex: 1; }
}

/* お客様の声 */
.da-voices { background: var(--bg-main); }
.da-voice-list { display: flex; flex-direction: column; gap: 16px; }
.da-voice-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 0.5px solid rgba(0,0,0,0.08);
}
.da-voice-stars { font-size: 13px; color: var(--yellow); margin: 0 0 8px; }
.da-voice-text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-main);
  font-family: "Hiragino Mincho ProN", serif;
  border-left: 2px solid var(--pink-soft);
  padding-left: 12px;
  margin: 0 0 10px;
}
.da-voice-from { font-size: 11px; color: var(--text-muted); margin: 0; text-align: right; }

/* 担当者紹介 */
.da-profile { background: var(--bg-alt); }
.da-profile-role { font-size: 12px; color: var(--text-muted); margin: 0 0 12px; }
.da-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.da-profile-tags span {
  font-size: 11px;
  font-weight: 700;
  color: var(--pink-dark);
  background: var(--pink-soft);
  padding: 4px 12px;
  border-radius: 100px;
}
.da-profile-body p { font-size: 14px; line-height: 1.9; color: var(--text-sub); margin: 0 0 16px; }
.da-profile-results {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.da-profile-results li { font-size: 13px; color: var(--text-sub); }
.da-profile-note { font-size: 13px; color: var(--text-sub); line-height: 1.85; margin: 0 !important; }

/* 料金 */
.da-price { text-align: center; }
.da-price-box {
  background: #fff;
  border: 2px solid var(--pink-main);
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 16px;
}
.da-price-name { font-size: 14px; color: var(--text-sub); line-height: 1.7; margin: 0 0 16px; }
.da-price-num {
  font-size: 48px;
  font-weight: 700;
  color: var(--pink-main);
  line-height: 1;
  margin-bottom: 20px;
}
.da-price-num span { font-size: 20px; }
.da-price-includes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.da-price-includes li {
  font-size: 13px;
  color: var(--text-sub);
  padding-left: 18px;
  position: relative;
}
.da-price-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--pink-main);
  font-weight: 700;
}
.da-price-bonus {
  background: var(--bg-alt);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  text-align: left;
}
.da-price-bonus-title { font-size: 12px; font-weight: 700; color: var(--pink-dark); margin: 0 0 8px; }
.da-price-bonus-text { font-size: 13px; color: var(--text-sub); line-height: 1.85; margin: 0; }

/* Q&A */
.da-faq { background: var(--bg-alt); }
.da-faq-list { display: flex; flex-direction: column; gap: 8px; }
.da-faq-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid rgba(0,0,0,0.08);
}
.da-faq-q {
  list-style: none;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-right: 44px;
}
.da-faq-q::-webkit-details-marker { display: none; }
.da-faq-q::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--pink-main);
  font-weight: 300;
  line-height: 1;
}
.da-faq-item[open] .da-faq-q::after { content: '−'; }
.da-faq-a {
  padding: 0 20px 18px;
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.85;
  margin: 0;
  border-top: 0.5px solid rgba(0,0,0,0.06);
  padding-top: 14px;
}

/* 中間CTA */
.da-mid-cta {
  background: var(--bg-main);
  padding: 40px 0;
  text-align: center;
  border-top: 0.5px solid rgba(0,0,0,0.06);
  border-bottom: 0.5px solid rgba(0,0,0,0.06);
}
.da-mid-cta-note {
  font-size: 11px;
  color: var(--text-muted);
  margin: 10px 0 0;
}

/* 最終CTA */
.da-final-cta {
  background: var(--bg-alt);
  padding: 80px 0;
  text-align: center;
}
.da-final-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--text-main);
  margin-bottom: 16px;
  border-bottom: none;
  padding-bottom: 0;
}
.da-final-sub { font-size: 13px; color: var(--text-sub); line-height: 1.85; margin-bottom: 32px; }
.da-final-note { font-size: 11px; color: var(--text-muted); margin-top: 14px; }

/* フッター */
.da-footer {
  background: var(--bg-dark);
  border-top: 0.5px solid rgba(255,255,255,0.08);
  padding: 32px 0 24px;
  text-align: center;
}
.da-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.da-footer-logo-text { font-size: 14px; font-weight: 700; color: #fff; }
.da-footer-org { font-size: 11px; color: #888; margin-bottom: 12px; }
.da-footer-copy { font-size: 10px; color: #666; }

/* スティッキーCTA */
.da-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 16px;
  background: rgba(253,250,242,0.97);
  backdrop-filter: blur(8px);
  border-top: 0.5px solid rgba(0,0,0,0.08);
  z-index: 100;
}
body.page-template-page-dlive-assessment .da-sticky-btn {
  display: block;
  background: var(--pink-main);
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(233,74,140,0.3);
  max-width: 480px;
  margin: 0 auto;
}
.da-page-spacer { height: 68px; }
@media (min-width: 768px) {
  .da-sticky-cta { display: none; }
  .da-page-spacer { display: none; }
}

/* ============================================
   レスポンシブ — タブレット (768px〜)
   ============================================ */
@media (min-width: 768px) {

  /* ヘッダー */
  .dlive-header { padding: 16px 40px; }

  /* コンテナ共通 */
  .dlive-hero,
  .dlive-s-representative,
  .dlive-s-advice,
  .dlive-s-line,
  .dlive-s-options,
  .dlive-s-team,
  .dlive-s-kids,
  .dlive-footer { padding-left: 48px; padding-right: 48px; }

  /* Hero */
  .dlive-hero { padding-top: 64px; padding-bottom: 56px; }
  .dlive-hero-title { font-size: 32px; }
  .dlive-hero-sub1 { font-size: 17px; }
  .dlive-hero-sub2 { font-size: 15px; }
  .dlive-cta-primary { font-size: 15px; padding: 18px 52px; }

  /* Representative */
  .dlive-s-representative { padding-top: 64px; padding-bottom: 72px; }
  .dlive-section-title { font-size: 26px; }
  .dlive-rep-photo { width: 220px; height: 270px; }
  .dlive-rep-body { font-size: 15px; max-width: 560px; }

  /* Advice */
  .dlive-advice-card { max-width: 560px; padding: 32px 28px; }
  .dlive-advice-title { font-size: 20px; }
  .dlive-advice-desc { font-size: 14px; }

  /* LINE */
  .dlive-line-title { font-size: 26px; }
  .dlive-line-sub { font-size: 14px; }

  /* Options & Kids: 2カラムグリッド */
  .dlive-option-list { max-width: 640px; }

  /* Team */
  .dlive-team-list { max-width: 640px; }
  .dlive-team-card { padding: 28px 24px; }
  .dlive-team-photo { width: 96px; height: 96px; }
  .dlive-team-name { font-size: 18px; }
  .dlive-team-desc { font-size: 13px; }

  /* Footer */
  .dlive-footer { padding-top: 56px; padding-bottom: 40px; }
}

/* ============================================
   レスポンシブ — PC (1200px〜)
   ============================================ */
@media (min-width: 1200px) {

  /* ヘッダー */
  .dlive-header { padding: 18px 80px; }
  .dlive-nav-desktop { gap: 40px; font-size: 14px; }

  /* 全セクション: 最大幅コンテナ */
  .dlive-hero,
  .dlive-s-representative,
  .dlive-s-advice,
  .dlive-s-line,
  .dlive-s-options,
  .dlive-s-team,
  .dlive-s-kids { padding-left: 0; padding-right: 0; }

  .dlive-hero > *,
  .dlive-s-advice > *,
  .dlive-s-line > *,
  .dlive-s-options > *,
  .dlive-s-kids > * {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Hero: テキスト幅を制限して中央孤立を防ぐ */
  .dlive-hero { padding-top: 88px; padding-bottom: 80px; }
  .dlive-hero-title { font-size: 42px; }
  .dlive-hero-sub1 { font-size: 19px; }
  .dlive-hero-sub2 { font-size: 16px; max-width: 520px; margin-left: auto; margin-right: auto; }
  .dlive-kicker { margin-bottom: 28px; }

  /* Representative: 横並び（写真左・テキスト右） */
  .dlive-s-representative { padding-top: 80px; padding-bottom: 88px; }
  .dlive-rep-deco {
    display: block;
    position: absolute;
    top: -60px;
    right: 60px;
    width: 280px;
    max-width: 280px;
    z-index: 2;
  }
  .dlive-rep-deco img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
  }
  .dlive-s-representative > .dlive-section-kick,
  .dlive-s-representative > .dlive-section-title {
    text-align: center;
  }
  .dlive-rep-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
  .dlive-rep-body { max-width: 640px; text-align: center; font-size: 15px; }
  .dlive-rep-emph { text-align: center; }
  .dlive-rep-deco {
    top: auto;
    right: auto;
    bottom: -120px;
    right: 60px;
    width: 400px;
    max-width: 400px;
  }
  .dlive-rep-deco img {
    border-radius: 0;
  }

  /* Advice */
  .dlive-advice-card { max-width: 680px; padding: 40px 40px; }
  .dlive-advice-title { font-size: 22px; }

  /* LINE */
  .dlive-s-line { padding-top: 72px; padding-bottom: 80px; }
  .dlive-line-title { font-size: 32px; }

  /* Options: 2カラム */
  .dlive-option-list { max-width: 880px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .dlive-option-all { max-width: 880px; }

  /* Team: 横並び */
  .dlive-s-team { padding-top: 80px; padding-bottom: 88px; }
  .dlive-s-team > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
  .dlive-team-list { max-width: 880px; flex-direction: row; gap: 24px; }
  .dlive-team-card { flex: 1; flex-direction: column; align-items: center; text-align: center; }
  .dlive-team-photo { width: 120px; height: 120px; margin-bottom: 8px; }
  .dlive-team-desc { font-size: 13px; text-align: left; }

  /* Kids: 3カラム */
  .dlive-s-kids { padding-top: 80px; padding-bottom: 88px; }
  .dlive-s-kids .dlive-option-list { grid-template-columns: 1fr 1fr 1fr; max-width: 880px; }

  /* Footer */
  .dlive-footer { padding: 64px 80px 48px; }
  .dlive-footer-nav { grid-template-columns: repeat(4, 1fr); max-width: 880px; }
}

/* ============================================
   ユーティリティ
   ============================================ */

.sp-only { display: none; }
@media (max-width: 768px) {
  .sp-only { display: inline; }
}
