:root {
  --primary: #C0392B;
  --primary-pale: #FEF5F4;
  --pain-num: #FAE3E3;
  --text: #1a1a1a;
  --text-sub: #4A5060;
  --font: 'Noto Sans JP', sans-serif;
  --font-num: 'Roboto', sans-serif;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); font-size: 16px; color: var(--text); background: #fff; line-height: 1.8; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ===== LAYOUT ===== */
.wrap { max-width: 1036px; margin: 0 auto; padding: 0; }

/* ===== WAVE ===== */
.wave { display: block; width: 100%; line-height: 0; margin-top: -1px; }
.wave svg, .wave img { display: block; width: 100%; height: 121px; }

/* ===== HEADER ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; height: 80px;
  background: #fff; z-index: 100;
  display: flex; align-items: center;
}
.header-inner {
  max-width: 1280px; margin: 0 auto; width: 100%;
  padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
}
.header-logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header-right { display: flex; align-items: center; gap: 32px; }
.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav a { font-size: 16px; font-weight: 500; color: #000; transition: color .2s; line-height: 26.6px; }
.header-nav a:hover { color: var(--primary); }
.btn-header-cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 700; color: #fff; background: var(--primary);
  padding: 12px 28px; border-radius: 30px; border: none; cursor: pointer; transition: opacity .2s;
  line-height: 26.6px;
}
.btn-header-cta:hover { opacity: .88; }
.btn-header-cta svg { width: 24px; height: 24px; }

/* ===== HERO ===== */
.hero { background: var(--primary); padding-top: 80px; }
.hero-body {
  max-width: 1280px; margin: 0 auto; position: relative;
  padding: 50px 0 0;
  min-height: 599px;
}
.hero-circles {
  display: flex; gap: 10px;
  position: absolute; left: 151px; top: 50px;
}
.hero-circle {
  width: 140px; height: 140px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.35);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; text-align: center; position: relative;
  padding: 12px 0 20px;
  gap: 2px;
}
.hero-circle-label { font-size: 16px; font-weight: 700; line-height: 18px; }
.hero-circle:not(.hero-circle--accent) .hero-circle-label {
  height: 36px; display: flex; align-items: center; justify-content: center;
}
.hero-circle:not(.hero-circle--accent) { justify-content: space-between; padding: 18px 0 24px; gap: 0; }
.hero-circle-value {
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-circle-num {
  font-family: var(--font-num); font-size: 80px; font-weight: 900;
  line-height: 44px; letter-spacing: -0.8px;
}
.hero-circle-unit { font-size: 30px; font-weight: 900; line-height: 20px; }
.hero-circle--accent {
  background: #fff; border-color: rgba(255,255,255,.5);
}
.hero-circle--accent .hero-circle-label {
  font-size: 30px; font-weight: 900; color: var(--primary);
  line-height: 34px;
}
.hero-title {
  position: absolute; left: 140px; top: 215px;
  font-size: 60px; font-weight: 900; color: #fff;
  line-height: 65px; letter-spacing: -1.5px;
  width: 528px;
}
.hero-desc {
  position: absolute; left: 140px; top: 370px;
  font-size: 18px; font-weight: 700; color: #fff;
  line-height: 34px; width: 520px;
}
.hero-cta {
  position: absolute; left: 140px; top: 510px;
}
.btn-hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 30px; font-weight: 700; color: var(--primary); background: #fff;
  padding: 0; width: 400px; height: 80px; justify-content: center;
  border-radius: 40px; border: none; cursor: pointer; transition: opacity .2s;
  line-height: 26.6px;
}
.btn-hero-cta:hover { opacity: .88; }
.btn-hero-cta svg { width: 30px; height: 30px; }
.hero-screens { position: absolute; right: 0; top: 50px; }
.hero-screens--fixed { width: 620px; height: 600px; }
.hero-screen-back {
  position: absolute; left: 0; top: 0;
  width: 425px; height: 320px;
  object-fit: cover;
}
.hero-screen-front {
  position: absolute; left: 90px; top: 220px;
  width: 500px; height: 376px;
  object-fit: cover;
}

/* ===== ANNOUNCE ===== */
.announce { padding: 60px 0 80px; text-align: center; }
.announce-title {
  font-size: 48px; font-weight: 900; letter-spacing: -0.76px; line-height: 55px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.announce-title .red { color: var(--primary); }
.announce-laurel { width: 40px; height: 113px; flex-shrink: 0; }

/* ===== PAIN ===== */
.pain { padding: 0 0 80px; }
.pain-inner {
  max-width: 1020px; margin: 0 auto;
  display: flex; align-items: flex-start;
}
.pain-left {
  width: 340px; padding-top: 0;
}
.pain-bubble {
  width: 320px; height: 320px; position: relative;
  display: flex; align-items: center; justify-content: center;
}
.pain-bubble-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.pain-illust {
  display: block; width: 236px; aspect-ratio: 236 / 250;
  margin-top: -76px; margin-left: 42px;
  position: relative; z-index: 2;
}
.pain-heading {
  font-size: 36px; font-weight: 900; color: var(--primary);
  text-align: center; letter-spacing: -0.76px; line-height: 54px;
  position: relative; z-index: 1;
}
.pain-cards {
  width: 680px; flex-shrink: 0;
  position: relative;
}
.pain-cards::after {
  content: ''; position: absolute;
  left: 50%; top: 0; bottom: 0;
  border-left: 1px dashed var(--primary);
}
.pain-row {
  display: flex; gap: 0;
}
.pain-row + .pain-row { border-top: 1px dashed var(--primary); }
.pain-card {
  width: 340px; padding: 0 10px;
}
.pain-card-top {
  display: flex; align-items: center; height: 120px;
}
.pain-card-num {
  font-family: var(--font-num); font-size: 120px; font-weight: 900;
  color: var(--pain-num); line-height: 44px; letter-spacing: -0.8px;
  width: 120px; text-align: center; flex-shrink: 0;
}
.pain-card-title {
  font-size: 24px; font-weight: 700; line-height: 27px; color: var(--text);
  width: 200px;
}
.pain-card-desc {
  font-size: 14px; font-weight: 400; color: var(--text); line-height: 25px;
  padding: 10px 0 20px;
}

/* ===== SOLUTION ===== */
.solution { padding: 0; text-align: center; }
.solution-arrow {
  width: 0; height: 0; margin: 0 auto 30px;
  border-left: 50px solid transparent; border-right: 50px solid transparent;
  border-top: 60px solid var(--primary);
}
.solution-title {
  font-size: 48px; font-weight: 900; color: var(--primary);
  letter-spacing: -0.76px; line-height: 55px; margin-bottom: 30px;
}
.solution-desc {
  font-size: 24px; font-weight: 700; color: var(--text); margin-bottom: 30px;
}
.solution-video {
  width: 960px; height: 540px; background: #D9D9D9; margin: 0 auto 60px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 32px; font-weight: 700;
}
.solution-illust {
  display: block; max-width: 1185px; margin: 0 auto;
  line-height: 0;
}
.solution-line {
  width: 100%; height: 6px; background: var(--primary);
}

/* ===== BLOG ===== */
.blog { padding: 80px 0 0; }
.blog-heading {
  font-size: 48px; font-weight: 900; letter-spacing: -0.76px; line-height: 60px;
  text-align: center; margin-bottom: 40px;
}
.blog-cards { display: flex; gap: 20px; justify-content: center; }
.blog-card {
  width: 320px; border-radius: 10px; overflow: hidden;
  background: #fff; border: 1px solid #E2E4E8;
  text-decoration: none; color: inherit; transition: box-shadow .2s;
}
.blog-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.blog-card-thumb { width: 100%; aspect-ratio: 1.91/1; object-fit: contain; display: block; background: #f5f5f5; }
.blog-card-date { display: block; padding: 12px 16px 0; font-size: 13px; color: var(--text-sub); }
.blog-card-title {
  font-size: 16px; font-weight: 700; color: var(--text);
  padding: 8px 16px 16px; line-height: 24px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-more { display: flex; justify-content: center; margin-top: 40px; padding-bottom: 80px; }
.blog-loading, .blog-error { text-align: center; color: var(--text-sub); font-size: 14px; }
.blog-error a { color: var(--primary); }

/* ===== FEATURE INTRO ===== */
.feat-intro { background: var(--primary-pale); padding: 80px 0 0; }
.feat-intro .wrap { text-align: center; }
.feat-intro-heading {
  font-size: 48px; font-weight: 900; letter-spacing: -0.76px;
  line-height: 60px; margin-bottom: 60px;
}
.feat-intro-heading .red { color: var(--primary); }
.feat-intro-screens {
  display: flex; gap: 20px; justify-content: center; margin-bottom: 60px;
}
.feat-intro-screen {
  width: 320px; height: 240px;
  object-fit: cover;
}
.feat-intro-catch {
  font-size: 24px; font-weight: 700; color: var(--text);
  text-align: center; margin-bottom: 10px;
}
.feat-intro-desc {
  font-size: 16px; color: var(--text); max-width: 1000px;
  margin: 0 auto 60px; line-height: 25px; text-align: center;
}

/* ===== CTA (inline in pale pink) ===== */
.cta-inline { padding: 60px 0; text-align: center; }
.cta-inline-title {
  font-size: 36px; font-weight: 900; color: var(--primary);
  letter-spacing: -0.76px; line-height: 46px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 24px;
}
.cta-inline-line-left,
.cta-inline-line-right {
  display: inline-block; width: 30px; height: 52px; flex-shrink: 0;
}
.cta-inline-line-left svg, .cta-inline-line-left img,
.cta-inline-line-right svg, .cta-inline-line-right img { width: 100%; height: 100%; }
.btn-cta-red {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 30px; font-weight: 700; color: #fff; background: var(--primary);
  width: 480px; height: 80px;
  border-radius: 40px; border: none; cursor: pointer; transition: opacity .2s;
}
.btn-cta-red:hover { opacity: .88; }
.btn-cta-red svg { width: 30px; height: 30px; }
.cta-inline-desc {
  font-size: 15px; font-weight: 500; color: var(--primary);
  margin-top: 16px;
}

/* ===== CTA (section) ===== */
.cta { text-align: center; position: relative; }
.cta--red { background: var(--primary); padding: 0 0 150px; }
.cta--red .cta-wave { display: block; }
.cta-wave { width: 100%; line-height: 0; background: #fff; }
.cta-wave svg, .cta-wave img { display: block; width: 100%; height: 121px; }
.cta-body { padding: 100px 0 0; }
.cta-title { font-size: 48px; font-weight: 900; letter-spacing: -0.76px; margin-bottom: 16px; line-height: 45.6px; }
.cta--red .cta-title { color: #fff; }
.cta-deco { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 20px; }
.cta-deco-line { width: 4px; height: 40px; background: #fff; flex-shrink: 0; }
.cta-deco-line.left { transform: rotate(-30deg); }
.cta-deco-line.right { transform: rotate(30deg); }
.cta-desc { font-size: 18px; font-weight: 500; margin-bottom: 80px; }
.cta--red .cta-desc { color: #fff; }
.cta-btns { display: flex; justify-content: center; gap: 15px; }
.btn-cta-white {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 480px; height: 100px;
  font-size: 30px; font-weight: 700; color: var(--primary); background: #fff;
  border-radius: 50px; border: none; cursor: pointer; transition: opacity .2s; text-decoration: none;
}
.btn-cta-white:hover { opacity: .88; }
.btn-cta-white svg, .btn-cta-ghost-white svg { width: 30px; height: 30px; }
.btn-cta-ghost-white {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 480px; height: 100px;
  font-size: 30px; font-weight: 700; color: #fff; background: transparent;
  border-radius: 50px; border: 3px solid #fff;
  cursor: pointer; transition: all .2s; text-decoration: none;
}
.btn-cta-ghost-white:hover { background: rgba(255,255,255,.1); }

/* ===== FLOW ===== */
.flow { padding: 80px 0 0; }
.flow-header { text-align: center; margin-bottom: 40px; }
.flow-heading {
  font-size: 48px; font-weight: 900; letter-spacing: -0.76px; line-height: 55px; margin-bottom: 20px;
}
.flow-heading .red { color: var(--primary); }
.flow-sub { font-size: 16px; line-height: 25px; }
.flow-cols { display: flex; gap: 20px; justify-content: center; margin-bottom: 20px; }
.flow-col { width: 480px; }
.flow-col-head {
  font-size: 18px; font-weight: 900; text-align: center; color: #fff;
  height: 40px; line-height: 40px; border-radius: 20px;
}
.flow-col-head--free { background: #2563A8; }
.flow-col-head--paid { background: #1AAF7A; }
.flow-col-body {
  display: flex; align-items: stretch; margin-top: 20px;
}
.flow-col-icons { display: flex; align-items: stretch; width: 100%; overflow: hidden; border-radius: 12px; }
.flow-col-icon {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  flex: 1; height: 120px; text-align: center;
  border-top: 3px solid; border-bottom: 3px solid; background: #fff;
}
.flow-col-icon:first-child { border-left: 3px solid; border-radius: 12px 0 0 12px; }
.flow-col-icon:last-child { border-right: 3px solid; border-radius: 0 12px 12px 0; }
.flow-col--free .flow-col-icon { border-color: #2563A8; }
.flow-col--paid .flow-col-icon { border-color: #1AAF7A; }
.flow-col-icon img { width: 42px; height: 42px; }
.flow-col-icon span { font-size: 16px; font-weight: 700; }
.flow-col-arrow {
  width: 20px; flex-shrink: 0; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.flow-col-arrow svg { width: 20px; height: 100%; overflow: hidden; display: block; }
.flow-col--free .flow-col-arrow svg { color: #2563A8; }
.flow-col--paid .flow-col-arrow svg { color: #1AAF7A; }
.flow-col-desc { font-size: 16px; line-height: 25px; text-align: center; margin-top: 16px; }
.flow-bottom { display: flex; align-items: flex-end; justify-content: center; gap: 0; position: relative; }
.flow-illust { width: 386px; height: 290px; position: relative; z-index: 2; }
.flow-illust img { width: 100%; height: 100%; object-fit: contain; }
.flow-bubble {
  width: 320px; height: 320px; border-radius: 50%;
  background: #FAE3E3;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 40px;
  font-size: 16px; font-weight: 700; color: var(--primary); line-height: 26px;
  margin-left: -20px; position: relative; z-index: 1;
}

/* ===== FEATURES (できること) ===== */
.features { background: var(--primary); padding: 111px 0 0; color: #fff; }
.features .wrap { max-width: 1000px; }
.features-top { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 20px; }
.features-top .feat-card { width: 490px; flex-shrink: 0; margin-top: 41px; }
.features-title-area { width: 490px; flex-shrink: 0; }
.features-heading-line1 { display: flex; align-items: flex-end; gap: 5px; }
.features-heading-line1 img { width: 420px; height: 70px; display: block; }
.features-heading-line1 span { font-size: 48px; font-weight: 900; letter-spacing: -0.76px; line-height: 70px; }
.features-heading-line2 { font-size: 48px; font-weight: 900; letter-spacing: -0.76px; line-height: 60px; margin-top: 8px; }
.features-sub { font-size: 16px; color: rgba(255,255,255,.7); margin-top: 16px; text-align: left; }
.features-grid { display: grid; grid-template-columns: repeat(2, 490px); gap: 20px; margin-bottom: 100px; }
.feat-card {
  background: #fff; border-radius: 20px; padding: 26px 30px; position: relative;
  min-height: 160px; box-sizing: border-box;
}
.feat-card h3 { font-size: 30px; font-weight: 900; color: #C0392B; margin-bottom: 15px; line-height: 1.2; }
.feat-card p { font-size: 16px; color: #000; line-height: 25px; }
.wave--features { margin-top: 0; }
.wave--gami { position: relative; z-index: 2; margin-top: 0; }
.feat-badge {
  position: absolute; top: 26px; right: 30px; font-size: 14px; font-weight: 700;
  width: 80px; height: 30px; border-radius: 15px; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.badge-free { background: #2563A8; }
.badge-paid { background: #1AAF7A; }

/* ===== 5つのポイント ===== */
.points-head { padding: 80px 0 20px; text-align: center; display: flex; align-items: center; justify-content: center; }
.points-num { font-family: var(--font-num); font-size: 120px; font-weight: 900; color: #C0392B; line-height: 1; letter-spacing: -0.8px; }
.points-label { font-size: 48px; font-weight: 900; letter-spacing: -0.76px; color: #C0392B; }
.detail { padding: 0; }
.detail .wrap { display: flex; align-items: flex-start; gap: 30px; max-width: 1000px; margin: 0 auto; padding: 50px 0; border-bottom: 1px dashed #C0392B; }
.detail:last-of-type .wrap { border-bottom: none; }
.detail--rev .wrap { flex-direction: row-reverse; }
.detail-text { flex: 1; }
.detail-header { display: flex; align-items: flex-start; gap: 30px; margin-bottom: 20px; }
.detail-num { font-family: var(--font-num); font-size: 80px; font-weight: 900; color: #C0392B; line-height: 1; width: 120px; flex-shrink: 0; position: relative; padding-top: 14px; letter-spacing: -0.8px; text-align: center; }
.detail-num::before { content: ''; position: absolute; top: 0; left: 0; width: 120px; height: 4px; background: #C0392B; }
.detail-text h2 { font-size: 36px; font-weight: 900; line-height: 50px; letter-spacing: -0.76px; color: #1a1a1a; }
.detail-text > p { font-size: 16px; color: #000; margin-bottom: 16px; line-height: 25px; }
.detail-list { list-style: none; padding: 0; }
.detail-list li { font-size: 16px; color: #000; padding: 5px 0 5px 25px; position: relative; line-height: 25.5px; }
.detail-list li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background: #C0392B; border-radius: 50%; }
.detail-note { font-size: 13px; color: #999; margin-top: 8px; }
.detail-img { flex-shrink: 0; }
.detail-screen {
  width: 400px; height: 300px;
  object-fit: cover;
}

/* ===== GAMIFICATION ===== */
.gami { background: var(--primary); padding: 100px 0 0; color: #fff; position: relative; overflow: hidden; }
.gami .wrap { max-width: 1036px; margin: 0 auto; padding: 0 18px; position: relative; z-index: 2; }
.gami-char-left { position: absolute; left: calc(50% - 580px); top: 40px; width: 300px; z-index: 1; pointer-events: none; }
.gami-char-right { position: absolute; right: calc(50% - 548px); top: 49px; width: 240px; z-index: 1; pointer-events: none; }
.gami-heading { font-size: 48px; font-weight: 900; line-height: 60px; letter-spacing: -0.76px; text-align: center; margin-bottom: 20px; }
.gami-sub { font-size: 36px; font-weight: 900; line-height: 60px; letter-spacing: -0.76px; text-align: center; margin-bottom: 20px; }
.gami-desc { font-size: 16px; font-weight: 400; line-height: 25px; text-align: center; max-width: 1000px; margin: 0 auto 48px; }
.gami-top-card { background: #fff; border-radius: 10px; width: 1000px; max-width: 100%; margin: 0 auto 20px; display: flex; overflow: hidden; }
.gami-top-card-text { flex: 0 0 470px; padding: 26px 0 26px 30px; }
.gami-top-card-text h3 { font-size: 30px; font-weight: 900; color: var(--primary); line-height: 45.6px; margin-bottom: 15px; }
.gami-top-card-text p { font-size: 16px; font-weight: 400; color: #000; line-height: 25px; }
.gami-top-card-icons { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 25px 20px; }
.gami-top-card-icons img { height: 150px; width: auto; }
.gami-bottom-cards { display: flex; gap: 20px; max-width: 1000px; margin: 0 auto 68px; }
.gami-bottom-card { flex: 1; background: #fff; border-radius: 10px; padding: 30px; }
.gami-bottom-card h3 { font-size: 30px; font-weight: 900; color: var(--primary); line-height: 45.6px; margin-bottom: 15px; }
.gami-bottom-card p { font-size: 16px; font-weight: 400; color: #000; line-height: 25px; }
.gami-screenshots { display: flex; gap: 20px; max-width: 1000px; margin: 0 auto 48px; }
.gami-ss { flex: 1; height: 240px; object-fit: cover; }

/* ===== ON-PREMISE ===== */
.onpre { padding: 80px 0 80px; }
.onpre .wrap { max-width: 1036px; margin: 0 auto; padding: 0 18px; }
.onpre-heading { font-size: 48px; font-weight: 900; line-height: 60px; letter-spacing: -0.76px; text-align: center; margin-bottom: 20px; }
.onpre-heading .red { color: var(--primary); }
.onpre-desc { font-size: 16px; color: var(--text); line-height: 25px; text-align: center; max-width: 540px; margin: 0 auto 60px; }
.onpre-grid { display: grid; grid-template-columns: repeat(4, 226px); gap: 32px; justify-content: center; max-width: 1000px; margin: 0 auto; }
.onpre-item { text-align: center; }
.onpre-icon { width: 120px; height: 120px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; }
.onpre-icon img { max-width: 70px; max-height: 80px; }
.onpre-item h3 { font-size: 18px; font-weight: 700; color: #1a1a1a; line-height: 32px; margin-bottom: 5px; }
.onpre-item p { font-size: 16px; color: var(--text-sub); line-height: 25px; }
.onpre-zero { font-family: 'Roboto', sans-serif; font-weight: 900; color: var(--primary); display: flex; align-items: flex-end; justify-content: center; letter-spacing: -0.8px; }
.onpre-zero-num { font-size: 80px; line-height: 0.75; }
.onpre-zero-unit { font-family: 'Noto Sans JP', sans-serif; font-size: 36px; font-weight: 900; line-height: 1; margin-bottom: 2px; }

/* ===== PRICING ===== */
.pricing { background: var(--primary-pale); padding: 100px 0 0; position: relative; }
.pricing .wrap { max-width: 1000px; margin: 0 auto; padding: 0 32px; text-align: center; }
.pricing-heading { font-size: 48px; font-weight: 900; margin-bottom: 20px; line-height: 60px; letter-spacing: -0.76px; }
.pricing-desc { font-size: 16px; color: #000; margin-bottom: 40px; line-height: 25px; }
.pricing-cards { display: flex; justify-content: center; gap: 20px; text-align: center; padding-bottom: 80px; }
.pricing-card { width: 490px; height: 784px; background: #fff; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; align-items: center; }
.pricing-card.free { border: 3px solid #2563A8; }
.pricing-card.paid { border: 3px solid #1AAF7A; }
.pricing-plan { width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; color: #fff; flex-shrink: 0; }
.pricing-card.free .pricing-plan { background: #2563A8; }
.pricing-card.paid .pricing-plan { background: #1AAF7A; }
.pricing-price-area { height: 144px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.pricing-price { display: flex; align-items: flex-end; justify-content: center; }
.pricing-price-num { font-family: var(--font-num); font-size: 100px; font-weight: 900; line-height: 0.75; letter-spacing: -0.8px; color: #000; }
.pricing-price-unit { font-size: 40px; font-weight: 900; color: #000; line-height: 1; margin-bottom: 4px; }
.pricing-preparing { font-size: 48px; font-weight: 900; color: #000; line-height: 60px; letter-spacing: -0.76px; }
.pricing-note { font-size: 16px; color: #000; line-height: 25px; flex-shrink: 0; margin-bottom: 25px; }
.pricing-feature-bg { width: 410px; padding: 20px 25px; flex-shrink: 0; }
.pricing-card.free .pricing-feature-bg { background: #EBF2FB; }
.pricing-card.paid .pricing-feature-bg { background: #E6F8F2; }
.pricing-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.pricing-list li { font-size: 14px; padding: 6px 0; display: flex; align-items: center; gap: 9px; line-height: 23.8px; }
.pricing-list li::before { content: ''; width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; }
.pricing-card.free .pricing-list li::before { background: #2563A8; }
.pricing-card.paid .pricing-list li::before { background: #1AAF7A; }
.btn-dl {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 410px; height: 80px;
  font-size: 30px; font-weight: 700; color: #fff; background: var(--primary);
  border-radius: 40px; border: none; cursor: pointer; transition: opacity .2s; text-decoration: none; margin-top: auto; margin-bottom: 30px;
}
.btn-dl:hover { opacity: 0.85; }
.btn-dl svg { width: 30px; height: 30px; }
.btn-disabled {
  display: flex; align-items: center; justify-content: center; width: 410px; height: 80px;
  font-size: 30px; font-weight: 700; color: #fff; background: #CCCCCC;
  border-radius: 40px; border: none; cursor: not-allowed; margin-top: auto; margin-bottom: 30px;
}

/* ===== FAQ ===== */
.faq { padding: 80px 0; }
.faq .wrap { max-width: 1000px; margin: 0 auto; padding: 0 32px; }
.faq-heading { font-size: 48px; font-weight: 900; text-align: center; margin-bottom: 40px; letter-spacing: -0.76px; line-height: 60px; }
.faq-list { margin: 0 auto; }
.faq-item { border: 3px solid var(--primary); border-radius: 10px; margin-bottom: 15px; overflow: hidden; }
.faq-q { display: flex; align-items: center; gap: 22px; padding: 18px 30px 18px 20px; cursor: pointer; transition: background .2s; }
.faq-q:hover { background: #fef5f4; }
.faq-q-label { font-family: var(--font-num); font-size: 40px; font-weight: 900; color: var(--primary); width: 40px; flex-shrink: 0; letter-spacing: -0.8px; line-height: 44px; }
.faq-q-text { flex: 1; font-size: 18px; font-weight: 700; color: #1a1a1a; line-height: 30px; }
.faq-q-toggle { flex-shrink: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; transition: transform .3s; }
.faq-q-toggle svg, .faq-q-toggle img { width: 18px; height: 9px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { border-top: 1px dashed var(--primary); padding: 15px 30px 20px 20px; display: flex; gap: 22px; align-items: flex-start; font-size: 18px; font-weight: 700; color: #1a1a1a; line-height: 30px; }
.faq-a-label { font-family: var(--font-num); font-size: 40px; font-weight: 900; color: var(--primary); width: 40px; flex-shrink: 0; letter-spacing: -0.8px; line-height: 44px; }
.faq-a-text { flex: 1; padding-top: 7px; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-item.open .faq-q-toggle { transform: rotate(180deg); }

/* ===== FOOTER ===== */
.footer { padding: 29px 0 28px; text-align: center; font-size: 14px; font-weight: 700; color: #000; line-height: 24.7px; }
.footer a { color: #000; }

/* ===== SCROLL ANIM ===== */
.fu { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fu.visible { opacity: 1; transform: none; }
.btn-disabled-demo { opacity: .5; cursor: not-allowed; pointer-events: none; }
.sp-only { display: none; }

/* ===== HAMBURGER ===== */
.hamburger { display: none; width: 44px; height: 44px; background: none; border: none; cursor: pointer; position: relative; flex-shrink: 0; }
.hamburger span { display: block; width: 24px; height: 2px; background: #1a1a1a; position: absolute; left: 10px; transition: all .3s; }
.hamburger span:nth-child(1) { top: 13px; }
.hamburger span:nth-child(2) { top: 21px; }
.hamburger span:nth-child(3) { top: 29px; }
.hamburger.open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ===== IMAGE MODAL ===== */
.img-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; }
.img-modal.open { display: flex; align-items: center; justify-content: center; }
.img-modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7); }
.img-modal-content { position: relative; max-width: 90vw; max-height: 90vh; object-fit: contain; cursor: pointer; }

/* ===== RESPONSIVE: NARROW PC (≤1280px) ===== */
@media (max-width: 1280px) {
  .hero-screens { transform: scale(0.7); transform-origin: top right; right: calc((100% - 670px - 434px) / 2); top: calc(50% - 170px); }
}

/* ===== RESPONSIVE: TABLET (≤1024px) ===== */
@media (max-width: 1024px) {
  .wrap { padding: 0 24px; }
  .header-inner { padding: 0 24px; }
  .hero-body { padding: 40px 24px 0; min-height: 660px; }
  .hero-circles { left: 24px; top: 40px; }
  .hero-title { left: 24px; top: 200px; width: 420px; font-size: 48px; line-height: 55px; }
  .hero-desc { left: 24px; top: 330px; width: 400px; }
  .hero-cta { left: 24px; top: 530px; }
  .hero-screens { right: calc((100% - 468px - 430px) / 2); top: calc(50% - 170px); transform: scale(0.7); transform-origin: top right; }
  .pain-inner { flex-direction: column; align-items: center; padding: 0 24px; }
  .pain-left { width: 100%; padding-left: 0; display: flex; flex-direction: column; align-items: center; }
  .pain-cards { width: 100%; max-width: 680px; }
  .solution-video { width: 100%; max-width: 960px; height: auto; aspect-ratio: 16/9; margin: 0 auto 60px; }
  .feat-intro .wrap { padding: 0 24px; }
  .flow-cols { flex-direction: column; align-items: center; }
  .flow-col { width: 100%; max-width: 480px; }
  .flow-col-icon span { font-size: 14px; }
  .flow-col-icon img { width: 36px; height: 36px; }
  .flow-col-desc { font-size: 14px; }
  .features .wrap { max-width: 100%; padding: 0 24px; }
  .features-top { flex-direction: column; align-items: center; }
  .features-title-area { width: 100%; text-align: center; }
  .features-heading-line1 { justify-content: center; }
  .features-sub { text-align: center; }
  .features-top .feat-card { width: 100%; max-width: 490px; margin-top: 20px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
  .detail .wrap { padding: 50px 24px; max-width: 100%; }
  .detail-screen { width: 300px; height: 225px; }
  .gami .wrap { padding: 0 24px; }
  .gami-char-left, .gami-char-right { display: none; }
  .gami-top-card { width: 100%; }
  .onpre-grid { grid-template-columns: repeat(2, 1fr); max-width: 600px; }
  .pricing .wrap { padding: 0 24px; }
  .pricing-card { width: 490px; flex-shrink: 1; min-width: 0; }
  .pricing-feature-bg { max-width: calc(100% - 40px); box-sizing: border-box; }
  .btn-dl { max-width: calc(100% - 40px); }
  .btn-disabled { max-width: calc(100% - 40px); }
  .cta-btns { flex-direction: column; align-items: center; }
  .btn-cta-white, .btn-cta-ghost-white { width: 100%; max-width: 480px; }
}

/* ===== RESPONSIVE: MOBILE (≤768px) ===== */
@media (max-width: 768px) {
  /* Header */
  .hamburger { display: block; }
  .header { height: 56px; }
  .header-inner { padding: 0 16px; }
  .header-logo img:first-child { width: 40px; height: auto; }
  .header-logo img:nth-child(2) { width: 120px; height: auto; }
  .header-right { gap: 8px; }
  .header-nav { display: none; position: fixed; top: 56px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; gap: 20px; box-shadow: 0 4px 12px rgba(0,0,0,.1); z-index: 99; }
  .header-nav.open { display: flex; }
  .header-nav a { font-size: 18px; }
  .btn-header-cta { display: none; }

  /* Hero */
  .hero { padding-top: 56px; }
  .hero-body { min-height: auto; padding: 24px 20px 0; display: flex; flex-direction: column; align-items: center; padding-bottom: 0; }
  .hero-circles { position: static; display: flex; gap: 8px; justify-content: center; margin-bottom: 20px; }
  .hero-circle { width: 100px; height: 100px; }
  .hero-circle-label { font-size: 12px; line-height: 14px; }
  .hero-circle:not(.hero-circle--accent) .hero-circle-label { height: 28px; }
  .hero-circle:not(.hero-circle--accent) { padding: 12px 0 16px; }
  .hero-circle-num { font-size: 50px; line-height: 30px; }
  .hero-circle-unit { font-size: 20px; line-height: 16px; }
  .hero-circle--accent .hero-circle-label { font-size: 20px; line-height: 24px; }
  .hero-title { position: static; width: 100%; font-size: 30px; line-height: 38px; text-align: center; margin-bottom: 12px; letter-spacing: -1px; }
  .hero-desc { position: static; width: 100%; font-size: 14px; line-height: 26px; text-align: center; margin-bottom: 20px; }
  .hero-cta { position: static; display: flex; justify-content: center; margin-bottom: 24px; }
  .btn-hero-cta { width: 280px; height: 56px; font-size: 20px; }
  .hero-screens { position: relative; right: auto; left: auto; top: auto; width: 90%; max-width: 380px; height: 250px; margin: 0 auto 24px; transform: none; order: -1; }
  .hero-screen-back { position: absolute; left: 0; top: 0; width: 60%; height: auto; aspect-ratio: 4/3; right: auto; z-index: 2; }
  .hero-screen-front { position: absolute; left: 35%; top: 80px; width: 60%; height: auto; aspect-ratio: 4/3; right: auto; z-index: 1; }

  /* Wave */
  .wave svg, .wave img { height: 60px; }
  .cta-wave svg, .cta-wave img { height: 60px; }

  /* Utility */
  .sp-only { display: block; }

  /* Announce */
  .announce { padding: 40px 16px; }
  .announce-title { font-size: 28px; line-height: 38px; gap: 10px; }
  .announce-laurel { width: 24px; height: 70px; }
  .announce-text { text-align: center; }

  /* Pain */
  .pain { padding: 0 0 40px; }
  .pain-inner { padding: 0 16px; }
  .pain-left { padding-left: 0; }
  .pain-bubble { width: 200px; height: 200px; }
  .pain-illust { width: 160px; margin-top: -50px; margin-left: 28px; margin-bottom: 20px; }
  .pain-heading { font-size: 24px; line-height: 36px; }
  .pain-cards { width: 100%; }
  .pain-cards::after { display: none; }
  .pain-row { flex-direction: column; }
  .pain-row + .pain-row { border-top: none; }
  .pain-card { width: 100%; border-bottom: 1px dashed var(--primary); padding: 0 0 10px; }
  .pain-row:last-child .pain-card:last-child { border-bottom: none; }
  .pain-card-top { height: 80px; margin-bottom: -15px; }
  .pain-card-num { font-size: 80px; width: 80px; }
  .pain-card-title { font-size: 20px; width: auto; flex: 1; }
  .pain-card-title br { display: none; }
  .pain-card-desc { font-size: 13px; padding: 0 0 12px; padding-left: 80px; }

  /* Solution */
  .solution { padding: 0; }
  .solution-arrow { border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 40px solid var(--primary); margin-bottom: 20px; }
  .solution-title { font-size: 28px; line-height: 38px; padding: 0 16px; margin-bottom: 20px; }
  .solution-desc { font-size: 18px; padding: 0 16px; margin-bottom: 20px; }
  .solution-video { width: calc(100% - 32px); margin: 0 auto 30px; }
  .solution-illust { max-width: 100%; }

  /* Blog */
  .blog { padding: 40px 0; }
  .blog .wrap { padding: 0 16px; }
  .blog-heading { font-size: 30px; line-height: 42px; margin-bottom: 24px; }
  .blog-cards { flex-direction: column; align-items: center; gap: 16px; }
  .blog-card { width: 100%; max-width: 400px; }

  /* Feature Intro */
  .feat-intro { padding: 60px 0 0; }
  .feat-intro .wrap { padding: 0 16px; }
  .feat-intro-heading { font-size: 28px; line-height: 38px; margin-bottom: 30px; }
  .feat-intro-screens { flex-direction: column; align-items: center; gap: 12px; }
  .feat-intro-screen { width: 100%; max-width: 320px; height: 200px; }
  .feat-intro-catch { font-size: 20px; }
  .feat-intro-desc { font-size: 14px; margin-bottom: 30px; }

  /* CTA inline */
  .cta-inline { padding: 30px 16px; }
  .cta-inline-title { font-size: 24px; line-height: 34px; gap: 8px; }
  .cta-inline-line-left, .cta-inline-line-right { width: 20px; height: 36px; }
  .btn-cta-red { width: 100%; max-width: 360px; height: 60px; font-size: 22px; }
  .cta-inline-desc { font-size: 13px; }

  /* Flow */
  .flow { padding: 60px 16px 0; }
  .flow-heading { font-size: 28px; line-height: 38px; }
  .flow-sub { font-size: 14px; }
  .flow-col { max-width: 100%; }
  .flow-col-head { font-size: 16px; height: 36px; line-height: 36px; }
  .flow-col-icon { height: 90px; }
  .flow-col-icon img { width: 32px; height: 32px; }
  .flow-col-icon span { font-size: 13px; }
  .flow-col-arrow { height: 90px; overflow: hidden; }
  .flow-col-arrow svg { height: 90px; overflow: visible; }
  .flow-col-arrow svg line, .flow-col-arrow svg polyline { stroke-width: 4; }
  .flow-col-desc { font-size: 14px; }
  .flow-bottom { flex-direction: column; align-items: center; position: relative; }
  .flow-illust { width: 240px; height: auto; position: relative; z-index: 2; }
  .flow-bubble { width: 240px; height: 240px; margin-left: 0; margin-top: -50px; font-size: 14px; padding: 30px; position: relative; z-index: 1; }

  /* Features */
  .features { padding: 60px 0 0; }
  .features .wrap { padding: 0 16px; }
  .features-heading-line1 { justify-content: center; }
  .features-heading-line1 img { width: 260px; height: auto; }
  .features-heading-line1 span { font-size: 32px; line-height: 46px; }
  .features-heading-line2 { font-size: 32px; line-height: 42px; }
  .features-grid { grid-template-columns: 1fr; gap: 16px; margin-bottom: 60px; }
  .feat-card { min-height: auto; padding: 20px; }
  .feat-card h3 { font-size: 24px; }
  .feat-card p { font-size: 14px; }

  /* Points */
  .points-head { padding: 40px 16px 10px; }
  .points-num { font-size: 80px; }
  .points-label { font-size: 32px; }
  .detail .wrap { flex-direction: column !important; padding: 30px 16px; gap: 20px; }
  .detail-header { gap: 16px; }
  .detail-num { font-size: 60px; width: 80px; }
  .detail-num::before { width: 80px; }
  .detail-text { width: 100%; }
  .detail-text h2 { font-size: 26px; line-height: 36px; }
  .detail-img { width: 100%; }
  .detail-screen { width: 100%; height: auto; aspect-ratio: 4/3; }

  /* Gamification */
  .gami { padding: 60px 0 0; overflow: visible; }
  .gami .wrap { padding: 0 16px; }
  .gami-heading { font-size: 28px; line-height: 38px; }
  .gami-sub { font-size: 22px; line-height: 32px; }
  .gami-desc { font-size: 14px; }
  .gami-top-card { flex-direction: column; }
  .gami-top-card-text { flex: none; padding: 20px; }
  .gami-top-card-text h3 { font-size: 22px; line-height: 32px; }
  .gami-top-card-icons { padding: 10px 20px 20px; }
  .gami-top-card-icons img { height: 100px; }
  .gami-bottom-cards { flex-direction: column; gap: 12px; margin-bottom: 40px; }
  .gami-bottom-card h3 { font-size: 22px; line-height: 32px; }
  .gami-screenshots { flex-direction: column; gap: 12px; margin-bottom: 30px; }
  .gami-ss { flex: none; width: 100%; height: auto; aspect-ratio: 4/3; }

  /* On-premise */
  .onpre { padding: 60px 0; }
  .onpre .wrap { padding: 0 16px; }
  .onpre-heading { font-size: 28px; line-height: 38px; }
  .onpre-desc { font-size: 14px; margin-bottom: 40px; }
  .onpre-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

  /* Pricing */
  .pricing { padding: 60px 0 0; }
  .pricing .wrap { padding: 0 16px; }
  .pricing-heading { font-size: 30px; line-height: 42px; }
  .pricing-desc { font-size: 14px; }
  .pricing-cards { flex-direction: column; align-items: center; }
  .pricing-card { flex: none; max-width: 490px; width: 100%; height: auto; overflow: visible; }
  .pricing-price-num { font-size: 72px; }
  .pricing-price-unit { font-size: 30px; }
  .pricing-preparing { font-size: 36px; }
  .pricing-feature-bg { width: calc(100% - 40px); }
  .btn-dl { width: calc(100% - 40px); max-width: 410px; height: 64px; font-size: 24px; margin-top: 30px; }
  .btn-disabled { width: calc(100% - 40px); max-width: 410px; height: 64px; font-size: 24px; margin-top: 30px; }

  /* FAQ */
  .faq { padding: 60px 0; }
  .faq .wrap { padding: 0 16px; }
  .faq-heading { font-size: 30px; line-height: 42px; }
  .faq-q { gap: 12px; padding: 14px 16px; }
  .faq-q-label { font-size: 30px; width: 30px; line-height: 34px; }
  .faq-q-text { font-size: 15px; line-height: 24px; }
  .faq-q-toggle { width: 28px; height: 28px; }
  .faq-q-toggle svg, .faq-q-toggle img { width: 14px; height: 7px; }
  .faq-a-inner { padding: 12px 16px 16px; gap: 12px; font-size: 15px; line-height: 24px; }
  .faq-a-label { font-size: 30px; width: 30px; line-height: 34px; }

  /* Final CTA */
  .cta--red { padding: 0 0 80px; }
  .cta-body { padding: 50px 16px 0; }
  .cta-title { font-size: 28px; line-height: 36px; }
  .cta-desc { font-size: 15px; margin-bottom: 40px; }
  .btn-cta-white, .btn-cta-ghost-white { width: 100%; max-width: 360px; height: 70px; font-size: 22px; }

  /* Footer */
  .footer { padding: 20px 16px; font-size: 12px; }
}

/* ===== RESPONSIVE: SMALL MOBILE (≤480px) ===== */
@media (max-width: 480px) {
  .hero-circle { width: 90px; height: 90px; }
  .hero-circle-num { font-size: 42px; line-height: 26px; }
  .hero-circle-unit { font-size: 18px; }
  .hero-circle--accent .hero-circle-label { font-size: 17px; line-height: 20px; }
  .hero-title { font-size: 26px; line-height: 34px; }
  .hero-desc { font-size: 14px; line-height: 24px; }
  .btn-hero-cta { font-size: 20px; height: 56px; }
  .announce-title { font-size: 22px; line-height: 32px; }
  .pain-heading { font-size: 20px; line-height: 30px; }
  .features-heading-line1 img { width: 200px; }
  .features-heading-line1 span { font-size: 26px; line-height: 38px; }
  .features-heading-line2 { font-size: 26px; line-height: 36px; }
  .pricing-heading { font-size: 24px; line-height: 34px; }
  .cta-title { font-size: 22px; line-height: 30px; }
  .btn-cta-white, .btn-cta-ghost-white { height: 60px; font-size: 18px; }
}
