/* ============================================
   skoooas 提案デモ（スマホ専用LP想定）
   ============================================ */

:root {
  --pink: #e5567e;
  --pink-dark: #c93f66;
  --pink-soft: #fdeef2;
  --pink-band: #e5567e;
  --text-main: #3a2b30;
  --text-sub: #8a747a;
  --border-soft: #f1dbe1;
  --bg-white: #ffffff;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: var(--text-main);
  background: #ece1e4;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }

/* ---------- demo notice ---------- */
.demo-notice {
  background: #241016;
  color: #f6d3de;
  font-size: 12px;
  text-align: center;
  padding: 8px 12px;
  letter-spacing: .02em;
}
.demo-notice strong { color: #ffb6cd; }

/* ---------- phone frame (desktop preview aid; page itself is smartphone-only) ---------- */
.phone-stage {
  display: flex;
  justify-content: center;
  padding: 26px 12px 60px;
}
.phone-frame {
  width: 100%;
  max-width: 430px;
  background: var(--bg-white);
  box-shadow: 0 20px 50px rgba(60, 20, 35, .18);
  border-radius: 18px;
  overflow: hidden;
}

/* ---------- header ---------- */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-soft);
}
.logo { font-size: 18px; font-weight: 700; color: var(--pink-dark); letter-spacing: .02em; }
.logo span { display: block; font-size: 9.5px; font-weight: 400; color: var(--text-sub); letter-spacing: .04em; margin-top: 2px; }
.header-cta {
  background: var(--pink);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

/* ---------- hero ---------- */
.hero { position: relative; height: 360px; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(36,16,22,.15) 0%, rgba(36,16,22,.75) 100%);
}
.hero-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 20px 22px; color: #fff; z-index: 2; }
.hero-copy .eyebrow { font-size: 11.5px; letter-spacing: .1em; opacity: .9; margin-bottom: 8px; }
.hero-copy h1 { font-size: 22px; font-weight: 700; line-height: 1.5; margin-bottom: 10px; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.hero-copy .sub { font-size: 12.5px; opacity: .92; margin-bottom: 16px; line-height: 1.7; }

.btn-primary {
  display: inline-block;
  background: #fff;
  color: var(--pink-dark);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 26px;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
}

/* ---------- section generic ---------- */
.block { padding: 34px 20px; }
.section-title { font-size: 19px; font-weight: 700; text-align: center; line-height: 1.5; margin-bottom: 22px; color: var(--pink-dark); }

/* ---------- empathy ---------- */
.check-list li {
  position: relative;
  font-size: 13.5px;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid var(--border-soft);
}
.check-list li::before {
  content: "✓";
  position: absolute; left: 2px; top: 9px;
  color: var(--pink);
  font-weight: 700;
}
.empathy-photo { margin: 22px 0 14px; border-radius: 10px; overflow: hidden; height: 160px; }
.empathy-photo img { width: 100%; height: 100%; object-fit: cover; }
.empathy-text { text-align: center; font-size: 14.5px; }
.empathy-text strong { color: var(--pink-dark); }

/* ---------- band ---------- */
.band { background: var(--pink-band); color: #fff; text-align: center; padding: 22px 16px 20px; }
.band h2 { font-size: 16.5px; letter-spacing: .05em; margin-bottom: 4px; }
.band .en { font-size: 10.5px; letter-spacing: .18em; opacity: .85; }

/* ---------- feature rows ---------- */
.feature-row { position: relative; margin-bottom: 30px; }
.feature-row:last-child { margin-bottom: 0; }
.feature-photo { border-radius: 10px; overflow: hidden; height: 150px; margin-bottom: 12px; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-num { font-size: 11px; font-weight: 700; color: var(--pink); letter-spacing: .1em; margin-bottom: 4px; }
.feature-row h3 { font-size: 15.5px; margin-bottom: 6px; color: var(--text-main); }
.feature-row p { font-size: 13px; color: var(--text-sub); }

/* ---------- comparison table ---------- */
.compare-table-wrap { overflow-x: auto; }
.compare-table { width: 100%; min-width: 340px; border-collapse: collapse; font-size: 12px; text-align: center; }
.compare-table th, .compare-table td { padding: 10px 6px; border-bottom: 1px solid var(--border-soft); }
.compare-table thead th { font-size: 11.5px; color: var(--text-sub); font-weight: 700; }
.compare-table th.highlight, .compare-table td.highlight { background: var(--pink-soft); color: var(--pink-dark); font-weight: 700; }
.compare-table tbody th { text-align: left; font-weight: 500; color: var(--text-sub); font-size: 11.5px; }

/* ---------- voice / testimonials ---------- */
.voice-grid { display: flex; flex-direction: column; gap: 16px; }
.voice-card { display: flex; gap: 14px; border: 1px solid var(--border-soft); border-radius: 10px; padding: 14px; align-items: center; }
.v-photo { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex: none; }
.v-photo img { width: 100%; height: 100%; object-fit: cover; }
.v-role { font-size: 11px; color: var(--pink-dark); font-weight: 700; margin-bottom: 4px; }
.v-body p:last-child { font-size: 12.5px; color: var(--text-main); }

/* ---------- faq ---------- */
.faq-item { border-bottom: 1px solid var(--border-soft); padding: 14px 2px; }
.faq-item .q { font-size: 13.5px; font-weight: 700; color: var(--pink-dark); }
.faq-item .q::before { content: "Q. "; }
.faq-item .a { font-size: 12.5px; color: var(--text-sub); margin-top: 6px; }
.faq-item .a::before { content: "A. "; color: var(--text-main); font-weight: 700; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; height: 260px; overflow: hidden; }
.cta-band img { width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; inset: 0; background: rgba(36,16,22,.62); }
.cta-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 0 24px; z-index: 2; }
.cta-copy h3 { font-size: 19px; margin-bottom: 8px; }
.cta-copy p { font-size: 12.5px; opacity: .9; margin-bottom: 18px; }

/* ---------- footer ---------- */
.site-footer { background: #2c1a20; color: #fff; text-align: center; padding: 26px 20px; }
.footer-logo { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.footer-note { font-size: 10.5px; opacity: .65; }
