/* ============================================================
   カンパイ（β） LP
   色・余白・字送りはチラシ（深緑 × ゴールド × クリーム）に準拠
   ============================================================ */

:root {
  --green-900: #1B2A20;
  --green-800: #22352A;
  --green-700: #2C4232;
  --gold:      #B08430;
  --gold-300:  #D9AD57;
  --cream:     #F6F2E7;
  --cream-100: #FDFBF4;
  --ink:       #1D2A21;
  --ink-600:   #4A5A4E;
  --ink-400:   #7C8A80;
  --line:      #D8D2C1;
  --line-dark: rgba(246,242,231,.22);
  --linegreen:      #06C755;
  --linegreen-dark: #05A648;
  --talkbg:    #93A9BC;

  --w: 34rem;
  --pad: 1.375rem;
  --r: 10px;

  --font: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
          "Hiragino Sans", "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  overflow-wrap: break-word;
  line-break: strict;
}

img, svg { max-width: 100%; }
ul, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }
p  { margin: 0; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 50%;
  top: .5rem;
  transform: translateX(-50%);
  z-index: 100;
  background: var(--cream-100);
  color: var(--ink);
  padding: .6rem 1rem;
  border-radius: var(--r);
  font-size: .875rem;
}

.wrap {
  width: 100%;
  max-width: var(--w);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ---------- 共通パーツ ---------- */

.h2 {
  margin: 0 0 .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.5;
}

.kicker {
  margin: 0 0 1rem;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .22em;
  color: var(--ink-400);
}
.kicker--onDark { color: rgba(246,242,231,.72); }

.sec { padding-block: 3.25rem; }
.sec__lead {
  margin-bottom: 1.75rem;
  font-size: .9375rem;
  line-height: 1.9;
  color: var(--ink-600);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.375rem;
  padding: .75rem 1.5rem;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}
.btn__icon { width: 1.375em; height: 1.375em; flex: none; }

.btn--line {
  width: 100%;
  background: var(--linegreen);
  color: #fff;
  box-shadow: 0 2px 14px rgba(6,199,85,.28);
}
.btn--line:hover { background: var(--linegreen-dark); }
.btn--line:active { transform: translateY(1px); }

.btn--sm {
  min-height: 2.875rem;
  font-size: .9375rem;
  padding-inline: 1.25rem;
}

.btn--ghost {
  background: transparent;
  color: var(--ink-600);
  border: 1px solid var(--line);
  min-height: 2.75rem;
  font-size: .875rem;
  font-weight: 500;
  padding-inline: 1.125rem;
}
.btn--ghost:hover { background: rgba(0,0,0,.03); }
.btn--ghost[data-done="1"] { color: var(--gold); border-color: var(--gold); }

/* ---------- HERO ---------- */

.hero {
  background: var(--green-800);
  color: var(--cream);
  padding-block: 2rem 3rem;
  position: relative;
  overflow: hidden;
}
.hero::after {   /* 下端のゴールドの帯（チラシの区切り） */
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: var(--gold);
}

.brand {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 .625rem;
  margin-bottom: 2.75rem;
  color: var(--gold-300);
}
.brand__mark {
  width: 2rem;
  height: 2rem;
  align-self: center;
  flex: none;
}
.brand__name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--cream);
}
.brand__beta {
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--gold-300);
}
.brand__domain {
  width: 100%;
  padding-left: 2.625rem;
  margin-top: -.375rem;
  font-size: .6875rem;
  letter-spacing: .34em;
  color: var(--gold-300);
}

.eyebrow {
  display: inline-block;
  padding-bottom: .625rem;
  border-bottom: 2px solid var(--gold);
  margin-bottom: 1.75rem;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .16em;
  color: var(--gold-300);
}

.hero__title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 8.4vw, 3rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: .01em;
}
.hero__title span { display: block; }

.hero__lead {
  font-size: 1.0625rem;
  line-height: 1.95;
  color: rgba(246,242,231,.9);
  margin-bottom: 2.5rem;
}

.hero__cta { margin-bottom: 1.75rem; }
.hero__note {
  margin-top: .75rem;
  text-align: center;
  font-size: .8125rem;
  color: rgba(246,242,231,.62);
}

.freebox {
  border: 1px solid rgba(216,173,87,.5);
  background: rgba(176,132,48,.14);
  border-radius: var(--r);
  padding: 1rem 1.25rem;
  text-align: center;
}
.freebox__label {
  font-size: .75rem;
  letter-spacing: .1em;
  color: var(--gold-300);
}
.freebox__value {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .08em;
  color: var(--cream);
}
.freebox__note {
  margin-top: .25rem;
  padding-top: .625rem;
  border-top: 1px solid rgba(216,173,87,.34);
  font-size: .8125rem;
  color: rgba(246,242,231,.8);
}

/* ---------- 当日になって、はじめて分かること ---------- */

.painlist { border-top: 1px solid var(--line); }
.painlist li {
  padding: 1.0625rem .125rem;
  border-bottom: 1px solid var(--line);
  font-size: .9375rem;
  line-height: 1.7;
}

.painclose {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.painclose strong {
  display: inline-block;   /* 句の途中で改行させない */
  color: var(--gold);
}

/* ---------- 対応する会 ---------- */

.sec--scenes {
  padding-block: 2.25rem;
  background: var(--cream-100);
  border-block: 1px solid var(--line);
}
.sec--scenes .kicker { margin-bottom: .75rem; }
.scenes {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.scenes li {
  padding: .375rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

/* ---------- カンパイでできること ---------- */

.cards { display: grid; gap: 1rem; }
.card {
  position: relative;
  background: var(--green-800);
  color: var(--cream);
  border-radius: var(--r);
  padding: 1.5rem 1.375rem;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--gold);
}
.card__title {
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.card__body {
  font-size: .875rem;
  line-height: 1.9;
  color: rgba(246,242,231,.86);
}

/* ---------- 実際に届くトーク ---------- */

.sec--talk { padding-top: 0; }

.talk {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
}
.talk__bar {
  background: #E7E3D6;
  padding: .5rem .875rem;
  font-size: .8125rem;
  font-weight: 700;
  color: var(--ink-600);
}
.talk__body {
  background: var(--talkbg);
  padding: 1rem .875rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.msg { display: flex; }
.msg--out { justify-content: flex-end; }
.msg--in  { justify-content: flex-start; }

.bubble {
  max-width: 82%;
  padding: .6875rem .875rem;
  border-radius: 14px;
  font-size: .8125rem;
  line-height: 1.7;
}
.msg--out .bubble {
  background: var(--linegreen);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.msg--in .bubble {
  background: #FDFDFB;
  color: var(--ink);
  border-bottom-left-radius: 4px;
}
.msg--in .bubble > p:not(:last-child) { margin-bottom: .625rem; }

.shops { display: flex; gap: .375rem; }
.shops li {
  flex: 1;
  min-width: 0;
  font-size: .625rem;
  line-height: 1.5;
}
.shop__thumb {
  display: block;
  aspect-ratio: 48 / 34;
  margin-bottom: .3125rem;
  border-radius: 5px;
  background: #EFEADC;
  color: var(--ink-400);
  border: 1px solid #E2DBC9;
}
.shop__thumb--pick {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
  color: var(--gold);
}
.shop__thumb svg { display: block; width: 100%; height: 100%; }
.shop__rank { display: block; font-weight: 700; }
.shop__note { display: block; color: var(--ink-400); }

.vids { display: flex; gap: .375rem; }
.vids li { flex: 1; min-width: 0; position: relative; }
.vid {
  display: grid;
  place-items: center;
  aspect-ratio: 48 / 34;
  border-radius: 5px;
  background: #DCD6C6;
  color: var(--ink-600);
}
.vid svg { width: 55%; height: 55%; }
.vid__t {
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 0 3px;
  border-radius: 3px;
  background: rgba(29,42,33,.66);
  color: #fff;
  font-size: .5rem;
  line-height: 1.5;
}

/* ---------- 依頼のしかた ---------- */

.spec { border-top: 1px solid var(--line); }
.spec__row {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  padding: .8125rem .125rem;
  border-bottom: 1px solid var(--line);
}
.spec__row dd {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.spec__row dt {
  flex: none;
  font-size: .6875rem;
  letter-spacing: .16em;
  color: var(--ink-400);
}

.fineprint {
  margin-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.9;
  color: var(--ink-600);
}

.copyline { margin-top: 1.25rem; }

.channels {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.channel__label {
  margin-bottom: .75rem;
  font-size: .75rem;
  letter-spacing: .2em;
  color: var(--ink-400);
}
.channel__sub {
  margin-top: .625rem;
  font-size: .8125rem;
  color: var(--ink-400);
}
.channel .btn--line { width: auto; }

.mail {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--green-700);
  text-decoration: none;
  border-bottom: 2px solid rgba(176,132,48,.4);
  padding-bottom: 2px;
}
.mail:hover { border-color: var(--gold); }

/* ---------- よくある質問 ---------- */

.sec--faq { background: var(--cream-100); border-block: 1px solid var(--line); }
.faq { display: grid; gap: 1.75rem; }
.qa { padding-top: 1rem; border-top: 2px solid var(--ink); }
.qa__q {
  margin: 0 0 .5rem;
  font-size: 1rem;
  font-weight: 700;
}
.qa__a {
  font-size: .875rem;
  line-height: 1.9;
  color: var(--ink-600);
}

/* ---------- 対応エリア ---------- */

.areabox {
  background: var(--green-800);
  color: var(--cream);
  border-radius: var(--r);
  padding: 1.75rem 1.5rem;
}
.areas {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.areas li {
  padding: .375rem .9375rem;
  border: 1px solid rgba(216,173,87,.42);
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.areabox__note {
  margin-top: 1.25rem;
  padding-top: 1.125rem;
  border-top: 1px solid var(--line-dark);
  font-size: .8125rem;
  line-height: 1.8;
  color: rgba(246,242,231,.74);
}

/* ---------- FOOTER ---------- */

.foot {
  background: var(--green-900);
  color: var(--cream);
  padding-block: 3rem 2.5rem;
  text-align: center;
}
.foot__title {
  margin-bottom: 1.5rem;
  font-size: .875rem;
  letter-spacing: .16em;
  color: var(--gold-300);
}
.foot__mail { margin-top: 1.25rem; }
.foot__mail a {
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(216,173,87,.5);
}

.foot__meta {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-dark);
}
.foot__brand {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .12em;
}
.foot__brand span {
  display: block;
  margin-top: .25rem;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .3em;
  color: var(--gold-300);
}
.foot__org {
  margin-top: 1rem;
  font-size: .75rem;
  color: rgba(246,242,231,.6);
}
.foot__org a { text-decoration: underline; text-underline-offset: 2px; }

.foot__legal { margin-top: .5rem; font-size: .75rem; }
.foot__legal a {
  color: rgba(246,242,231,.72);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.foot__legal a:hover { color: var(--cream); }

/* ---------- 404 ---------- */

.nf {
  min-height: 100svh;
  display: grid;
  align-content: center;
  background: var(--green-800);
  color: var(--cream);
  padding-block: 3rem;
}
.nf .brand { margin-bottom: 3rem; }
.nf__code {
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .3em;
  color: var(--gold-300);
  margin-bottom: .75rem;
}
.nf__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 6.5vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
.nf__lead {
  font-size: .9375rem;
  line-height: 1.95;
  color: rgba(246,242,231,.82);
  margin-bottom: 2.25rem;
}

.btn--gold {
  width: 100%;
  max-width: 20rem;
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(216,173,87,.6);
}
.btn--gold:hover { background: rgba(176,132,48,.18); }

/* ---------- 追従CTA ---------- */

.stickybar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 50;
  padding: .625rem var(--pad) calc(.625rem + env(safe-area-inset-bottom));
  background: rgba(27,42,32,.94);
  backdrop-filter: saturate(160%) blur(8px);
  border-top: 1px solid var(--line-dark);
}
.stickybar[hidden] { display: none; }
.stickybar .btn {
  max-width: var(--w);
  margin-inline: auto;
  min-height: 3rem;
  font-size: 1rem;
}
.stickybar__free {
  font-size: .6875rem;
  font-weight: 500;
  opacity: .85;
  margin-left: .125rem;
}

/* 追従CTAぶんの余白（モバイルのみ） */
@media (max-width: 47.99em) {
  body.has-sticky .foot { padding-bottom: 6rem; }
}

/* ============================================================
   タブレット / デスクトップ
   ============================================================ */

@media (min-width: 48em) {
  :root { --w: 60rem; --pad: 2.5rem; }

  body { font-size: 17px; }

  .sec { padding-block: 5rem; }
  .h2 { font-size: 1.875rem; }

  .hero { padding-block: 2.75rem 4.5rem; }
  .hero .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    column-gap: 4rem;
    align-items: start;
  }
  .brand { grid-column: 1 / -1; margin-bottom: 3.5rem; }
  .hero__copy { grid-column: 1; }
  .hero__side { grid-column: 2; align-self: center; }
  .hero__title { font-size: 3rem; margin-bottom: 2rem; }
  .hero__lead { font-size: 1.125rem; margin-bottom: 0; }
  .hero__cta { margin-bottom: 1.5rem; }
  .hero__note { text-align: left; }

  .painlist li { font-size: 1rem; padding-block: 1.1875rem; }
  .painclose { font-size: 1.1875rem; }

  .scenes li { font-size: 1rem; padding: .4375rem 1.125rem; }

  .cards { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .card { padding: 1.75rem 1.625rem; }

  .sec--talk { padding-top: 0; }
  .talk { max-width: 30rem; margin-inline: auto; }
  .bubble { font-size: .875rem; }

  .sec--how .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
    column-gap: 4rem;
    align-items: start;
  }
  .sec--how .h2, .sec--how .sec__lead { grid-column: 1 / -1; }
  .how__main { grid-column: 1; }
  .channels {
    grid-column: 2;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    gap: 2rem;
  }

  .faq { grid-template-columns: 1fr 1fr; gap: 2.5rem; }

  .areabox { padding: 2.25rem 2rem; }
  .areas li { font-size: .9375rem; }

  .foot__title { font-size: .9375rem; }
  .foot .btn--line { max-width: 20rem; margin-inline: auto; }

  .stickybar { display: none; }
}
