*, *::before, *::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }

:root{
  /* driveon-lpと同一トークン: 白×赤×黄の3色システム */
  --red:        #DF0515;
  --red-deep:   #B8040F;
  --red-hover:  #E84F5A;
  --red-pale:   #FFF2F3;
  --yellow:     #FFD200;
  --yellow-dark:#F2BA00;
  --yellow-pale:#FFFAE5;
  --ink:        #43393B;
  --ink-sub:    #8D8184;
  --base:       #FFFFFF;
  --line:       #F0E3E4;
  --shadow-sm:  0 2px 10px rgba(184,4,15,.08);
  --shadow-md:  0 10px 28px rgba(184,4,15,.13);
  --font-jp:  'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
  --font-en:  'Avenir Next Condensed','Helvetica Neue',Arial,sans-serif;
}

body{
  font-family: var(--font-jp);
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--ink);
  background-color: var(--base);
  word-break: keep-all;
  overflow-wrap: anywhere;
  background-image:
    repeating-linear-gradient(115deg, transparent 0 130px, rgba(223,5,21,.05) 130px 132px),
    repeating-linear-gradient(115deg, transparent 0 310px, rgba(242,186,0,.10) 310px 313px);
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
}
img{ max-width:100%; display:block; }
a{ color:inherit; }
:focus-visible{ outline: 3px solid var(--yellow-dark); outline-offset: 2px; }
.page{ max-width: 660px; margin:0 auto; overflow:clip; }
.inner{ padding: 0 20px; }

/* ---------- 期間バー ---------- */
.period-bar{
  display:flex; align-items:center; justify-content:center; gap:12px;
  background:var(--red); color:#fff;
  text-align:center; font-weight:700; font-size:20px;
  letter-spacing:.06em; padding:14px 12px;
  border-bottom:3px solid var(--yellow);
}
.period-bar::before, .period-bar::after{ content:""; width:26px; height:2px; background:var(--yellow); flex:none; transform:skewX(-30deg); }
.period-bar b{ color:var(--yellow); font-family:var(--font-en); font-style:italic; font-size:14px; letter-spacing:.1em; }

/* ---------- アポちゃん（散らし配置） ---------- */
.apo{
  position:absolute; background:#fff; box-shadow:var(--shadow-md);
  border-radius:10px; padding:12px 12px 14px; pointer-events:none; z-index:3;
}
.apo img{ border-radius:5px; }
.apo::after{
  content:""; position:absolute; top:-8px; left:50%; width:44px; height:14px;
  background:var(--yellow); opacity:.9; transform:translateX(-50%) rotate(-4deg);
}
.apo.apo-sm{ padding:9px 9px 11px; }
.apo.apo-sm::after{ width:32px; height:11px; }

/* ---------- HERO ---------- */
.hero{
  position:relative; text-align:left; color:#fff;
  padding: 40px 24px 46px; overflow:hidden;
  background: var(--red);
}
.hero::before{
  content:""; position:absolute; top:-40px; right:-90px; width:220px; height:160%;
  background:
    linear-gradient(90deg, #fff 0 10px, transparent 10px 26px, var(--yellow) 26px 32px, transparent 32px 44px, rgba(255,255,255,.35) 44px 47px, transparent 47px);
  transform:skewX(-18deg);
  pointer-events:none;
}
.hero-eyebrow{
  position:relative; display:block;
  color:#fff; font-weight:900;
  font-size:clamp(19px,5.6vw,29px); letter-spacing:.02em; line-height:1.75;
  text-shadow: 0 2px 8px rgba(0,0,0,.2);
  margin-bottom:22px;
}
.eyebrow-logo-inline{
  display:inline-flex; align-items:center; vertical-align:middle; margin:0 4px;
}
.eyebrow-logo-inline img{
  display:block; height:1.8em; width:auto;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.25)) brightness(0) invert(1);
}
/* 白帯（driveon-lpと同一トーン）: 期間限定キャッチ＋10円/L引き特大表示 */
.hero-band{
  position:relative; width:fit-content; max-width:100%;
  background:#fff; border-radius:6px; padding:18px 22px 20px;
  box-shadow:var(--shadow-md); margin-bottom:18px; padding-right:100px;
  display:flex; flex-direction:column; gap:6px;
  animation: hero-band-pop 2.6s ease-in-out infinite;
  transform-origin:left bottom;
}
@keyframes hero-band-pop{
  0%, 80%, 100%{ transform:translateY(0) scale(1); box-shadow:var(--shadow-md); }
  88%{ transform:translateY(-5px) scale(1.02); box-shadow:0 16px 34px rgba(184,4,15,.22); }
  94%{ transform:translateY(0) scale(1); }
  97%{ transform:translateY(-2px) scale(1.01); }
}
@media (prefers-reduced-motion: reduce){
  .hero-band{ animation:none; }
}
.hb-catch{
  display:flex; align-items:center; gap:14px;
  color:var(--ink); font-weight:900;
  font-size:clamp(23px,6.4vw,32px); line-height:1.3; letter-spacing:.02em;
}
.hb-catch .hbc-dash{ flex:1 1 auto; height:2px; background:var(--ink); }
.hb-sub{
  color:var(--red); font-weight:900;
  font-size:clamp(18px,5vw,23px); line-height:1.5;
}
.hero-price{ display:flex; align-items:flex-end; gap:8px; margin:6px 0 0; }
.hero-price .hp-main{
  display:flex; align-items:flex-end; gap:8px;
  border-bottom:9px solid var(--yellow); padding-bottom:4px;
}
.hero-price .hp-lead{
  writing-mode: vertical-rl; text-orientation: upright;
  font-weight:900; color:var(--ink); font-size:clamp(20px,5.3vw,27px);
  letter-spacing:.08em; line-height:1;
  align-self:flex-end;
}
.hero-price .hp-num{
  font-family:'Oswald', var(--font-en); font-style:normal; font-weight:700;
  font-size:clamp(96px,29vw,154px); line-height:.8; color:var(--red); letter-spacing:0;
  text-shadow: 4px 4px 0 var(--yellow);
}
.hero-price .hp-unit{
  font-weight:900; font-size:clamp(34px,9.8vw,60px); line-height:1; color:var(--red);
  padding-bottom:6px; white-space:nowrap;
}
.hero-price .hp-unit b{ color:var(--red); }
.hero-period{
  position:relative; display:inline-flex; align-items:baseline; gap:10px;
  background:#fff; border:1px solid rgba(255,255,255,.4);
  border-radius:9999px; padding:13px 26px;
  font-weight:700; font-size:16px; box-shadow:var(--shadow-sm);
}
.hero-period small{ font-size:14px; letter-spacing:.06em; color:var(--red); font-weight:900; white-space:nowrap; }
.sp-br{ display:none; }
@media screen and (max-width:480px){ .sp-br{ display:inline; } }
.hero-period .en{ font-family:var(--font-en); font-style:italic; font-weight:700; font-size:23px; letter-spacing:.04em; color:var(--ink); }
.hero-apochan{
  position:absolute; right:10px; bottom:-10px; width:128px; padding:8px 8px 12px;
  background:#fff; border-radius:12px; box-shadow:0 6px 16px rgba(0,0,0,.22);
  z-index:2;
  animation: apochan-bob 2.6s ease-in-out infinite;
}
.hero-apochan img{ border-radius:4px; }
@keyframes apochan-bob{
  0%, 100%{ transform:translateY(0) rotate(6deg); }
  50%{ transform:translateY(-10px) rotate(3deg); }
}

/* ---------- セクション共通 ---------- */
section{ padding: 48px 0 0; position:relative; }
.sec-head{ padding:0 20px; margin-bottom:24px; position:relative; }
.sec-eyebrow{
  display:flex; align-items:center; gap:12px;
  color:var(--red); font-family:var(--font-en); font-style:italic; font-weight:700;
  font-size:15px; letter-spacing:.24em; margin-bottom:8px;
}
.sec-eyebrow::after{ content:""; flex:1 1 auto; height:2px;
  background:linear-gradient(90deg, var(--yellow), transparent); }
.sec-title{
  font-weight:900; font-size:clamp(21px,6vw,26px);
  line-height:1.5; color:var(--ink); text-wrap:balance; letter-spacing:.005em;
}
.sec-title .em-r{ color:var(--red); }
.sec-note{ font-size:13px; color:var(--ink-sub); margin-top:10px; }
.sec-note-main{
  font-size:25px; font-weight:900; color:var(--ink); line-height:1.65;
  margin-top:14px;
}
.sec-note-main .hl{
  color:var(--red);
  background:linear-gradient(transparent 62%, var(--yellow) 62% 90%, transparent 90%);
}
.sec-note-sub{ font-size:12.5px; font-weight:700; color:var(--ink-sub); margin-top:6px; letter-spacing:.02em; }
/* 短い英字トークン（QR等）がoverflow-wrap:anywhereで分断されないよう保護 */
.nb{ white-space:nowrap; }

/* ---------- ボタン ---------- */
.btn-primary{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  height:50px; padding:0 32px;
  background:var(--red); color:#fff; font-weight:900; font-size:15px; letter-spacing:.06em;
  text-decoration:none; transition:background-color .25s; border:none; cursor:pointer; font-family:inherit;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  box-shadow:0 4px 0 var(--yellow-dark);
}
.btn-primary:hover{ background:var(--red-hover); }
.btn-primary::after{ content:""; width:7px; height:7px; border-top:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg); }

/* ---------- QR＋利用方法 ---------- */
.qr-block{ padding: 8px 20px 0; display:flex; flex-direction:column; gap:32px; }
.qr-card{
  background:#fff; border:1px solid var(--line); border-radius:16px;
  padding:28px 20px 30px; text-align:center; box-shadow:var(--shadow-md);
}
.qr-tag{
  display:inline-block; background:var(--red-pale); color:var(--red); font-weight:700;
  font-size:13px; letter-spacing:.04em; padding:7px 18px; border-radius:9999px; margin-bottom:18px;
}
.qr-box{
  width:180px; height:180px; margin:0 auto 18px; border-radius:10px;
  border:3px dashed var(--yellow-dark); background:#fff;
  display:flex; align-items:center; justify-content:center;
  position:relative; overflow:hidden; padding:8px;
}
.qr-box img{ width:100%; height:100%; object-fit:contain; }
.qr-caption{ display:flex; flex-direction:column; gap:4px; margin-bottom:20px; }
.qr-caption-main{ font-size:17px; font-weight:900; color:var(--ink); line-height:1.5; }
.qr-caption-main .hl{
  color:var(--red); font-size:1.3em; font-weight:900;
  background:linear-gradient(transparent 62%, var(--yellow) 62% 90%, transparent 90%);
}
.qr-caption-sub{ font-size:12.5px; font-weight:700; color:var(--ink-sub); }
.qr-fine{ font-size:12px; color:var(--ink-sub); margin-top:14px; }
.qr-tip{
  margin-top:12px; padding:10px 14px; background:var(--yellow-pale);
  border:1px solid var(--yellow-dark); border-radius:8px;
  font-size:13px; font-weight:700; color:var(--ink); line-height:1.6;
}

.how-card{
  background:#fff; border:1px solid var(--line); border-radius:16px;
  padding:26px 20px 24px; box-shadow:var(--shadow-sm);
}
.how-title{
  text-align:center; font-weight:900; font-size:18px; color:var(--ink);
  padding-bottom:14px; margin-bottom:18px; border-bottom:2px solid var(--yellow);
}
.step3-list{ display:flex; flex-direction:column; gap:14px; }
.step3-item{
  display:flex; gap:14px; align-items:center;
  background:var(--yellow-pale); border:1px solid var(--line); border-radius:10px;
  padding:14px 16px;
}
.step3-flag{
  flex:none; width:52px; text-align:center;
  font-family:var(--font-en); font-style:italic; font-weight:700; color:var(--red);
  border-right:2px solid var(--yellow-dark); padding-right:12px;
}
.step3-flag .lbl{ display:block; font-size:9px; letter-spacing:.18em; color:var(--ink-sub); }
.step3-flag .no{ display:block; font-size:23px; line-height:1.1; }
.step3-txt{ font-size:13.5px; font-weight:500; line-height:1.75; color:var(--ink); }
.step3-txt strong{ color:var(--red); font-weight:700;
  background:linear-gradient(transparent 70%, var(--yellow) 70% 94%, transparent 94%); }

/* STEP2: 支払い方法の強調注記＋読み取り機イメージ */
.step3-item--photo{ align-items:flex-start; }
.step3-content{ min-width:0; flex:1 1 auto; }
.step3-note{
  margin-top:8px; padding:10px 12px; background:var(--red-pale);
  border:1px solid var(--red); border-radius:8px;
  font-size:12.5px; font-weight:700; color:var(--red-deep); line-height:1.7;
}
.step3-note strong{ color:var(--red); }
.step3-caution{
  margin-top:6px; font-size:11.5px; font-weight:700; color:var(--ink-sub);
}
.step3-photo{ margin-top:10px; border-radius:8px; overflow:hidden; box-shadow:var(--shadow-sm); }
.step3-photo img{ width:100%; height:auto; display:block; }

/* ---------- 斜めストライプのリボン ---------- */
.ribbon{
  height:10px; margin:44px 0 0;
  background:repeating-linear-gradient(115deg, var(--red) 0 18px, #fff 18px 24px, var(--yellow) 24px 42px, #fff 42px 48px);
  opacity:.9;
}

/* ---------- 対象店舗一覧 ---------- */
.stores{ padding-bottom:64px; }
.store-list{ display:flex; flex-direction:column; gap:16px; }
.store-card{
  background:#fff; color:var(--ink); border:1px solid var(--line);
  border-radius:10px; padding:18px 16px;
  box-shadow: var(--shadow-sm);
}
.store-name{
  font-weight:900; font-size:15.5px; margin-bottom:8px; color:var(--ink); line-height:1.5;
  padding-left:12px; border-left:4px solid var(--red);
}
.tags{ display:flex; flex-wrap:wrap; gap:6px; margin-bottom:12px; }
.tag{ font-size:11px; font-weight:700; padding:2px 10px; border-radius:3px; border:1px solid; line-height:1.6; }
.tag.self{   color:var(--red); border-color:var(--red); background:#FDEDEE; }
.tag.shaken{ color:#1E5FA8; border-color:#1E5FA8; background:#EAF2FB; }
.tag.care{   color:#0B7C6B; border-color:#0B7C6B; background:#E8F6F3; }
.tag.wash{   color:#8A7F82; border-color:#B9AEB1; background:#F6F3F4; }
.tag.panel{  color:#9A6B00; border-color:#C99B00; background:#FFF7E0; }
.tag.rental{ color:#43393B; border-color:#C99B00; background:var(--yellow); }
.store-row{ display:flex; gap:12px; align-items:flex-start; margin-bottom:10px; }
.store-media{ flex:0 0 54%; max-width:198px; }
.store-photo{ border-radius:6px; overflow:hidden; }
.store-photo img{ width:100%; height:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.store-body{ flex:1 1 auto; min-width:0; }
.store-addr{ font-size:12.5px; border-bottom:1px dashed var(--line); padding-bottom:7px; margin-bottom:6px; }
.store-table{ width:100%; border-collapse:collapse; font-size:12px; }
.store-table th{ text-align:left; font-weight:500; color:var(--ink-sub); padding:5px 0; width:42%; vertical-align:top; }
.store-table td{ text-align:left; font-weight:700; padding:5px 0; font-variant-numeric:tabular-nums; white-space:nowrap; }
.store-table tr + tr th, .store-table tr + tr td{ border-top:1px dashed var(--line); }
.map-btn-wrap{ text-align:center; margin-top:14px; }
.map-btn{
  display:inline-flex; align-items:center; gap:8px; height:42px; padding:0 26px;
  background:#fff; color:var(--ink); font-weight:700; font-size:13px; letter-spacing:.04em;
  text-decoration:none; border:1px solid #D8CDCF; border-radius:4px; font-family:inherit; cursor:pointer;
  transition:border-color .2s, color .2s;
}
.map-btn::after{ content:""; width:6px; height:6px; border-top:2px solid var(--red); border-right:2px solid var(--red); transform:rotate(45deg); }
.map-btn:hover{ border-color:var(--red); color:var(--red); }

/* SP: 画像とテキストを横並びにすると列が狭すぎるため縦積みに変更（driveon-lpと同じ対処） */
@media screen and (max-width:480px){
  .store-row{ flex-direction:column; }
  .store-media{ flex:none; width:150px; max-width:150px; margin-bottom:4px; }
  .store-body{ width:100%; }
  /* SP: キャラクターと帯・期間バッジの重なりを回避 */
  .hero-band{ padding-right:22px; }
  .hero-period{ max-width:calc(100% - 112px); flex-wrap:wrap; row-gap:2px; }
  .hero-apochan{ width:100px; }
  /* SP: 斜めの白ラインと文字が被らないよう右側に余白を確保 */
  .hero-eyebrow{ padding-right:56px; font-size:clamp(18px,5vw,21px); }
}

/* ---------- モーダル ---------- */
.modal-overlay{
  position:fixed; inset:0; background:rgba(67,57,59,.5); z-index:200;
  display:flex; align-items:flex-end; justify-content:center;
  opacity:0; visibility:hidden; transition:opacity .2s ease;
}
.modal-overlay.open{ opacity:1; visibility:visible; }
.modal-panel{
  width:100%; max-width:600px; background:#fff; color:var(--ink);
  border-radius:14px 14px 0 0;
  padding:20px 20px calc(18px + env(safe-area-inset-bottom)); max-height:86vh; overflow-y:auto;
  transform:translateY(16px); transition:transform .25s ease;
}
.modal-overlay.open .modal-panel{ transform:translateY(0); }
.modal-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
.modal-title{ font-weight:900; font-size:16px; color:var(--ink);
  padding-left:10px; border-left:4px solid var(--red); }
.modal-close{
  flex:none; width:32px; height:32px; border-radius:50%; border:none; cursor:pointer;
  background:var(--red-pale); color:var(--ink-sub); font-size:18px; line-height:1;
  display:flex; align-items:center; justify-content:center;
}
.modal-body p{ font-size:13.5px; margin-bottom:4px; }
.modal-body p:first-child{ font-weight:700; font-size:15px; }
.modal-map{ width:100%; aspect-ratio:4/3; border:0; border-radius:8px; margin-top:12px; display:block; }
.modal-ext-link{ display:inline-flex; align-items:center; gap:6px; margin-top:12px; font-size:13px; font-weight:700; color:#1E5FA8; text-decoration:underline; }
.modal-qr-img{ width:100%; border-radius:10px; display:block; }
.modal-qr-share{ width:100%; margin-top:14px; }

/* ---------- フッター固定CTA ---------- */
.sticky-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:100;
  background:rgba(255,255,255,.94); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  border-top:3px solid var(--yellow); box-shadow:0 -6px 18px rgba(184,4,15,.12);
  padding: 10px max(16px, calc((100% - 620px)/2)) calc(10px + env(safe-area-inset-bottom));
}
.sticky-cta-inner{
  max-width:620px; margin:0 auto; display:flex; align-items:center; gap:12px;
}
.sticky-cta-txt{ flex:1 1 auto; min-width:0; }
.sticky-cta-txt .l1{ font-family:var(--font-en); font-style:italic; font-size:11px; font-weight:700; color:var(--red); letter-spacing:.18em; }
.sticky-cta-txt .l2{ font-size:13px; font-weight:700; color:var(--ink); line-height:1.3; }
.sticky-cta .btn-primary{ flex:none; height:44px; padding:0 24px; font-size:13.5px; }
body{ padding-bottom: 88px; }

/* ---------- フッター ---------- */
footer{
  position:relative;
  background:var(--red); color:#FFE9EA; text-align:center;
  padding:34px 20px 30px; margin-top:0;
}
footer::before{
  content:""; position:absolute; left:0; right:0; top:0; height:8px;
  background:repeating-linear-gradient(115deg, var(--yellow) 0 18px, transparent 18px 34px);
}
.footer-logos{ display:flex; align-items:center; justify-content:center; gap:20px; margin-bottom:14px; }
.footer-logos img{ height:20px; width:auto; filter:brightness(0) invert(1); opacity:.95; }
footer p{ font-size:11.5px; letter-spacing:.06em; }

@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important; }
}
