/* ===========================================================
   チャットレディ求人 LP  —  Meta広告用
   配色・レイアウトは参考スクショを忠実に再現
   =========================================================== */

:root{
  --blue:        #1AA6E6;   /* メインの水色（スクリプト・ボタン） */
  --blue-deep:   #0E8AD0;
  --blue-ink:    #1488C7;
  --teal:        #2FD4B6;   /* バッジ上部の緑がかった水色 */
  --cyan:        #15B8E8;   /* バッジ下部 */
  --pink:        #FF8FB8;
  --pink-soft:   #FFE3EE;
  --pink-bg:     #FFF2F7;
  --cyan-bg:     #EAF8FE;
  --ink:         #2A3540;
  --ink-soft:    #5A6A78;
  --line:        #E5EDF2;
  --white:       #ffffff;
  --maxw:        448px;

  --f-body: "Noto Sans JP", system-ui, sans-serif;
  --f-round:"Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --f-pop:  "Mochiy Pop One", "Zen Maru Gothic", sans-serif;
  --f-en:   "Montserrat", sans-serif;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ -webkit-text-size-adjust:100%; }
body{
  font-family:var(--f-body);
  color:var(--ink);
  background:#cdd6dd;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}

/* 端末幅のシート */
.sheet{
  max-width:var(--maxw);
  margin:0 auto;
  background:var(--white);
  position:relative;
  overflow:hidden;
  box-shadow:0 0 60px rgba(0,0,0,.12);
}

img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }

/* ===================== ヘッダー ===================== */
.hdr{
  position:sticky; top:0; z-index:60;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
  padding:9px 14px;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
}
.brand{ display:flex; flex-direction:column; gap:2px; }
.brand-row{ display:flex; align-items:center; gap:7px; }
.brand-mark{ width:30px; height:30px; flex:0 0 auto; }
.brand-logo{ height:42px; width:auto; display:block; }
.brand-name{
  font-family:var(--f-en); font-weight:800;
  font-size:24px; letter-spacing:.01em; color:#3a4a57; line-height:1;
  display:flex; align-items:flex-start; gap:2px;
}
.brand-name small{ font-size:11px; color:var(--blue); font-weight:700; margin-top:1px; }
.brand-sub{ font-size:10.5px; color:#6a7884; font-weight:500; letter-spacing:.01em; white-space:nowrap; }

.hdr-cta{
  flex:0 0 auto;
  background:var(--blue);
  color:#fff; font-family:var(--f-round); font-weight:700;
  font-size:13px; line-height:1.2;
  padding:11px 13px; border-radius:999px; max-width:172px;
  display:flex; align-items:center; gap:6px;
  box-shadow:0 6px 14px rgba(26,166,230,.35);
  text-align:center;
}
.hdr-cta .chev{ font-family:var(--f-en); font-weight:700; }

/* ===================== ヒーロー ===================== */
.hero{ position:relative; background:linear-gradient(180deg,#eef9ff 0%,#fdeef4 100%); overflow:hidden; }
.hero-photo{
  position:absolute; left:0; right:0; top:0; display:flex; justify-content:center;
}
.hero-photo image-slot{ width:100%; height:100%; }
.hero-models{
  width:100%; max-width:none; height:auto; display:block;
  margin-top:8px;
}
.hero-fade{
  position:absolute; left:0; right:0; bottom:0; height:46%;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,252,253,.55) 42%,#fff 100%);
  z-index:2; pointer-events:none;
}
.hero-inner{ position:relative; z-index:3; height:600px; }

/* 回転バッジ */
.badge{
  position:absolute; top:24px; right:12px; width:150px; height:150px; z-index:4;
}
.badge-disc{
  position:absolute; inset:18px;
  border-radius:50%;
  background:radial-gradient(120% 120% at 30% 18%,var(--teal) 0%,#1fc7cf 48%,var(--cyan) 100%);
  box-shadow:0 12px 26px rgba(21,184,232,.38);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  color:#fff; text-align:center;
}
.badge-disc .b-y{ font-family:var(--f-round); font-weight:700; font-size:12px; opacity:.95; }
.badge-disc .b-l{ font-family:var(--f-round); font-weight:700; font-size:13px; margin-top:3px; }
.badge-disc .b-n{ font-family:var(--f-round); font-weight:700; line-height:1; margin-top:1px; }
.badge-disc .b-n b{ font-size:38px; }
.badge-disc .b-n span{ font-size:18px; }
.badge-ring{ position:absolute; inset:0; width:100%; height:100%; animation:spin 16s linear infinite; }
.badge-ring text{ font-family:var(--f-en); font-weight:700; font-size:11.2px; letter-spacing:.16em; fill:#7fdcc7; }
@keyframes spin{ to{ transform:rotate(360deg); } }
@media (prefers-reduced-motion:reduce){ .badge-ring{ animation:none; } }

/* ヒーロー見出し群 */
.hero-copy{ position:absolute; left:0; right:0; bottom:0; z-index:5; text-align:center; padding-bottom:18px; }
.h-en{
  font-family:var(--f-en); font-weight:800; font-size:88px; line-height:.82;
  letter-spacing:.01em; color:#fff;
  text-shadow:0 2px 10px rgba(120,140,160,.18);
  margin-bottom:-46px; user-select:none;
}
.h-script{
  font-family:var(--f-pop); color:var(--blue);
  font-size:52px; line-height:1; letter-spacing:.01em;
  text-shadow:0 3px 0 #fff, 0 4px 14px rgba(26,166,230,.18);
  display:inline-flex; align-items:center; justify-content:center;
  transform:rotate(-3deg);
}
.h-script .de{
  display:inline-flex; align-items:center; justify-content:center;
  width:46px; height:46px; border-radius:50%;
  background:var(--blue); color:#fff; font-size:26px;
  margin-left:4px; box-shadow:0 4px 0 #0e7fbf;
}
.h-script2{
  font-family:var(--f-pop); color:var(--blue);
  font-size:37px; line-height:1; margin-top:12px;
  text-shadow:0 3px 0 #fff, 0 4px 12px rgba(26,166,230,.16);
  transform:rotate(-2deg);
}
.h-lead{
  font-family:var(--f-round); font-weight:700; color:var(--blue-ink);
  font-size:19px; margin-top:16px; letter-spacing:.02em;
}
.h-lead b{ color:var(--pink); }

/* ===================== 帯CTA ===================== */
.band{
  background:linear-gradient(180deg,#fff 0,#fff 100%);
  padding:18px 18px 26px;
  text-align:center;
}
.band-note{ font-size:13px; color:var(--ink-soft); margin-bottom:10px; }
.cta-btn{
  display:flex; align-items:center; justify-content:center; gap:10px;
  width:100%; max-width:360px; margin:0 auto;
  font-family:var(--f-round); font-weight:700; font-size:20px; color:#fff;
  padding:18px 18px; border:none; border-radius:999px; cursor:pointer;
  background:linear-gradient(180deg,#21b8e8 0%,#1aa6e6 100%);
  box-shadow:0 10px 22px rgba(26,166,230,.4), inset 0 2px 0 rgba(255,255,255,.4);
  position:relative; animation:pulse 2.4s ease-in-out infinite;
}
.cta-btn .arr{ font-family:var(--f-en); }
.cta-btn.line{ background:linear-gradient(180deg,#22c95a 0%,#15ad48 100%); box-shadow:0 10px 22px rgba(21,173,72,.38), inset 0 2px 0 rgba(255,255,255,.35); }
@keyframes pulse{ 0%,100%{ transform:scale(1);} 50%{ transform:scale(1.025);} }
@media (prefers-reduced-motion:reduce){ .cta-btn{ animation:none; } }
.cta-sub{ font-size:12px; color:var(--ink-soft); margin-top:9px; }

/* ===================== セクション共通 ===================== */
.sec{ padding:46px 20px; }
.sec.tint{ background:var(--cyan-bg); }
.sec.pinkt{ background:var(--pink-bg); }
.eyebrow{
  display:inline-flex; align-items:center; gap:7px;
  font-family:var(--f-en); font-weight:700; font-size:12px; letter-spacing:.18em;
  color:var(--blue); justify-content:center;
}
.eyebrow::before,.eyebrow::after{ content:""; width:22px; height:2px; background:var(--blue); border-radius:2px; opacity:.6; }
.sec-head{ text-align:center; margin-bottom:30px; }
.sec-title{
  font-family:var(--f-round); font-weight:700; font-size:27px; line-height:1.35;
  color:var(--ink); margin-top:10px;
}
.sec-title .hi{ color:var(--blue); }
.sec-title .pk{ color:var(--pink); }
.marker{ position:relative; }
.marker::after{
  content:""; position:absolute; left:-2%; right:-2%; bottom:.08em; height:.42em; z-index:-1;
  background:rgba(47,212,182,.32); border-radius:4px;
}

/* お給料 */
.pay-hero{
  background:linear-gradient(180deg,#1fc8cf,#1aa6e6);
  color:#fff; border-radius:22px; padding:26px 22px; text-align:center;
  box-shadow:0 14px 30px rgba(26,166,230,.3);
}
.pay-hero .pl{ font-family:var(--f-round); font-weight:700; font-size:15px; opacity:.95; }
.pay-hero .pn{ font-family:var(--f-round); font-weight:700; line-height:1; margin:6px 0 2px; }
.pay-hero .pn b{ font-size:64px; }
.pay-hero .pn span{ font-size:24px; }
.pay-hero .ps{ font-size:12.5px; opacity:.9; }
.pay-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:16px; }
.pay-avg{
  display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap;
  margin-top:12px; background:#fff; border:2px dashed var(--teal); border-radius:16px; padding:14px 16px;
}
/* お給料 写真ブロック */
.pay-show{ position:relative; margin:-6px -8px 4px; text-align:center; }
.pay-show-img{
  width:84%; max-width:340px; margin:0 auto; display:block; height:auto;
  -webkit-mask-image:
    linear-gradient(180deg,transparent 0%,#000 14%,#000 62%,transparent 96%),
    radial-gradient(120% 80% at 50% 42%,#000 56%,transparent 80%);
  -webkit-mask-composite:source-in; mask-composite:intersect;
  mask-image:
    linear-gradient(180deg,transparent 0%,#000 14%,#000 62%,transparent 96%),
    radial-gradient(120% 80% at 50% 42%,#000 56%,transparent 80%);
}
.pay-show-copy{
  position:absolute; left:0; right:0; bottom:-2px; text-align:center;
  text-shadow:0 2px 14px rgba(255,242,247,.9), 0 1px 3px rgba(255,255,255,.95);
}
.pay-show-copy .pl{ font-family:var(--f-round); font-weight:700; font-size:15px; color:var(--ink); }
.pay-show-copy .pn{ font-family:var(--f-round); font-weight:700; color:var(--blue); line-height:1; margin:2px 0; }
.pay-show-copy .pn b{ font-size:74px; text-shadow:0 3px 0 #fff, 0 6px 20px rgba(26,166,230,.25); }
.pay-show-copy .pn span{ font-size:26px; }
.pay-show-copy .ps{ font-size:12.5px; color:var(--ink-soft); }
.pay-avg .pa-l{ font-family:var(--f-round); font-weight:700; font-size:15px; color:var(--ink); }
.pay-avg .pa-n{ font-family:var(--f-round); font-weight:700; color:var(--blue); line-height:1; white-space:nowrap; }
.pay-avg .pa-n b{ font-size:36px; }
.pay-avg .pa-n span{ font-size:16px; }
.pay-avg .pa-s{ width:100%; text-align:center; font-size:11.5px; color:var(--ink-soft); }
.pay-card{
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:16px 14px; text-align:center;
  box-shadow:0 6px 16px rgba(40,80,110,.06);
}
.pay-card .pc-l{ font-family:var(--f-round); font-weight:700; font-size:13px; color:var(--ink-soft); }
.pay-card .pc-n{ font-family:var(--f-round); font-weight:700; color:var(--blue); line-height:1.05; margin-top:6px; }
.pay-card .pc-n b{ font-size:30px; }
.pay-card .pc-n span{ font-size:14px; }
.pay-card .pc-s{ font-size:11px; color:var(--ink-soft); margin-top:4px; }

/* 安心の理由 */
.reasons{ display:flex; flex-direction:column; gap:14px; }
.reason{
  display:flex; gap:14px; align-items:flex-start;
  background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px 16px;
  box-shadow:0 6px 16px rgba(40,80,110,.05);
}
.reason .rnum{
  flex:0 0 auto; width:46px; height:46px; border-radius:14px;
  background:linear-gradient(180deg,#2fd4b6,#1aa6e6); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--f-en); font-weight:800; font-size:20px;
  box-shadow:0 6px 14px rgba(26,166,230,.3);
}
.reason h3{ font-family:var(--f-round); font-weight:700; font-size:17px; color:var(--ink); }
.reason p{ font-size:13.5px; color:var(--ink-soft); margin-top:4px; }

/* 1日の流れ */
.flow{ position:relative; padding-left:22px; }
.flow::before{ content:""; position:absolute; left:9px; top:8px; bottom:8px; width:3px; background:linear-gradient(180deg,#2fd4b6,#1aa6e6); border-radius:3px; }
.step{ position:relative; padding:0 0 22px 24px; }
.step:last-child{ padding-bottom:0; }
.step::before{
  content:""; position:absolute; left:-17px; top:3px; width:18px; height:18px; border-radius:50%;
  background:#fff; border:4px solid var(--blue); box-shadow:0 0 0 4px var(--cyan-bg);
}
.step .sn{ font-family:var(--f-en); font-weight:700; font-size:11px; letter-spacing:.14em; color:var(--blue); }
.step h3{ font-family:var(--f-round); font-weight:700; font-size:17px; margin-top:2px; }
.step p{ font-size:13.5px; color:var(--ink-soft); margin-top:3px; }

/* 声 */
.voices{ display:flex; flex-direction:column; gap:16px; }
.voice{
  background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px 16px;
  box-shadow:0 6px 16px rgba(40,80,110,.05);
}
.voice-top{ display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.voice-top image-slot{ width:54px; height:54px; flex:0 0 auto; }
.voice-meta .vn{ font-family:var(--f-round); font-weight:700; font-size:15px; }
.voice-meta .vt{ display:inline-block; margin-top:4px; font-size:11px; font-weight:700; color:#fff; background:var(--pink); padding:3px 9px; border-radius:999px; }
.voice p{ font-size:13.5px; color:#46555f; }
.voice .stars{ color:#ffc23d; letter-spacing:2px; font-size:14px; margin-bottom:6px; }

/* 安全 */
.safe-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.safe{
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:18px 14px; text-align:center;
  box-shadow:0 6px 16px rgba(40,80,110,.05);
}
.safe .si{ width:42px; height:42px; margin:0 auto 10px; color:var(--blue); }
.safe h3{ font-family:var(--f-round); font-weight:700; font-size:15px; }
.safe p{ font-size:12px; color:var(--ink-soft); margin-top:5px; }

/* FAQ */
.faq{ display:flex; flex-direction:column; gap:10px; }
.qa{ background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.qa summary{
  list-style:none; cursor:pointer; padding:16px 46px 16px 14px; position:relative;
  font-family:var(--f-round); font-weight:700; font-size:15px; color:var(--ink);
  display:flex; gap:10px; align-items:flex-start;
}
.qa summary::-webkit-details-marker{ display:none; }
.qa summary .q{ color:var(--blue); font-family:var(--f-en); font-weight:800; font-size:17px; flex:0 0 auto; }
.qa summary::after{
  content:"+"; position:absolute; right:14px; top:50%; transform:translateY(-50%);
  font-size:22px; color:var(--blue); font-weight:700; transition:transform .2s;
}
.qa[open] summary::after{ content:"−"; }
.qa .ans{ padding:0 14px 16px 36px; font-size:13.5px; color:var(--ink-soft); }

/* フォーム */
.form-wrap{ background:#fff; border-radius:20px; padding:8px 0 0; }
.field{ margin-bottom:16px; }
.field label{ display:block; font-family:var(--f-round); font-weight:700; font-size:14px; margin-bottom:7px; }
.field label .req{ font-size:10px; color:#fff; background:var(--pink); padding:2px 7px; border-radius:5px; margin-left:8px; vertical-align:middle; }
.field input,.field select,.field textarea{
  width:100%; font-family:var(--f-body); font-size:15px; color:var(--ink);
  padding:13px 14px; border:1.5px solid var(--line); border-radius:12px; background:#fafcfd;
}
.field input:focus,.field select:focus,.field textarea:focus{ outline:none; border-color:var(--blue); background:#fff; }
.consent{ display:flex; gap:9px; align-items:flex-start; font-size:12.5px; color:var(--ink-soft); margin:6px 0 18px; }
.consent input{ margin-top:3px; }

/* 固定下部CTA */
.fixed-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:80;
  max-width:var(--maxw); margin:0 auto;
  background:rgba(255,255,255,.95); backdrop-filter:blur(8px);
  border-top:1px solid var(--line);
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  display:flex; gap:10px;
}
.fixed-cta a{
  flex:1; display:flex; align-items:center; justify-content:center; gap:7px;
  font-family:var(--f-round); font-weight:700; font-size:15px; color:#fff;
  padding:13px 8px; border-radius:999px;
}
.fixed-cta .fc-line{ background:linear-gradient(180deg,#22c95a,#15ad48); box-shadow:0 6px 14px rgba(21,173,72,.32); }
.fixed-cta .fc-form{ background:linear-gradient(180deg,#21b8e8,#1aa6e6); box-shadow:0 6px 14px rgba(26,166,230,.32); }

/* フッター */
.ftr{ background:#2a3540; color:#cdd6dd; padding:28px 20px 110px; text-align:center; }
.ftr .f-brand{ font-family:var(--f-round); font-weight:700; font-size:18px; color:#fff; display:flex; align-items:center; justify-content:center; gap:7px; }
.ftr .f-logo{ height:66px; width:auto; }
.ftr .f-note{ font-size:11px; line-height:1.8; margin-top:14px; opacity:.8; }
.ftr .f-warn{ font-size:11px; margin-top:12px; color:#9fb0bc; }
.ftr .f-cp{ font-size:10.5px; margin-top:16px; opacity:.6; }

.r18{ display:inline-block; border:1px solid #9fb0bc; border-radius:6px; padding:1px 6px; font-size:10px; margin-right:6px; }

/* お悩み */
.worry{ background:linear-gradient(180deg,#fff 0%,#fff6fa 100%); }
.worry-list{ display:flex; flex-direction:column; gap:13px; }
.worry-list li{
  display:flex; gap:13px; align-items:center;
  background:#fff; border:1.5px solid var(--pink-soft); border-radius:16px; padding:16px 16px;
  box-shadow:0 6px 16px rgba(255,143,184,.14);
}
.worry-list .w-icon{
  flex:0 0 auto; width:38px; height:38px; border-radius:50%;
  background:linear-gradient(180deg,#ffa6c6,#ff8fb8); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--f-en); font-weight:800; font-size:15px;
  box-shadow:0 5px 12px rgba(255,143,184,.35);
}
.worry-list p{ font-size:14.5px; line-height:1.55; color:#46555f; }
.worry-list p b{ color:var(--pink); }
.worry-arrow{
  position:relative; margin:22px auto 0; max-width:330px;
  background:linear-gradient(180deg,#2fd4b6,#1aa6e6); color:#fff;
  font-family:var(--f-round); font-weight:700; font-size:17px; text-align:center;
  padding:14px 16px; border-radius:14px;
  box-shadow:0 10px 22px rgba(26,166,230,.3);
}
.worry-arrow::after{
  content:""; position:absolute; top:-11px; left:50%; transform:translateX(-50%);
  border-left:13px solid transparent; border-right:13px solid transparent; border-bottom:12px solid #2fd4b6;
}

/* 選ばれる理由 */
.feat-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.feat{
  background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px 14px 16px; text-align:center;
  box-shadow:0 6px 16px rgba(40,80,110,.06);
}
.feat-ico{
  width:48px; height:48px; margin:0 auto 10px; border-radius:14px;
  background:linear-gradient(180deg,#2fd4b6,#1aa6e6); color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 14px rgba(26,166,230,.3);
}
.feat-ico svg{ width:26px; height:26px; }
.feat-n{ font-family:var(--f-round); font-weight:700; color:var(--blue); line-height:1; }
.feat-n b{ font-size:32px; }
.feat-n span{ font-size:15px; }
.feat-start{
  margin-top:6px;
  font-family:var(--f-round); font-weight:700;
  font-size:13px; color:var(--blue-ink); letter-spacing:.02em;
}
.feat h3{ font-family:var(--f-round); font-weight:700; font-size:14.5px; margin:7px 0 4px; color:var(--ink); }
.feat p{ font-size:11.5px; line-height:1.55; color:var(--ink-soft); }

/* ===================== スマホ最適化 ===================== */
/* 小画面（360px以下）用の調整 */
@media screen and (max-width: 360px) {
  /* ヘッダーの調整 */
  .hdr{ padding:8px 12px; }
  .brand-logo{ height:36px; }
  .brand-sub{ font-size:9.5px; }
  .hdr-cta{ font-size:12px; padding:10px 11px; max-width:160px; }

  /* ヒーローセクションの調整 */
  .hero-inner{ height:520px; }
  .badge{ width:130px; height:130px; top:20px; right:8px; }
  .badge-disc{ inset:16px; }
  .badge-disc .b-y{ font-size:10.5px; }
  .badge-disc .b-l{ font-size:11.5px; }
  .badge-disc .b-n b{ font-size:32px; }
  .badge-disc .b-n span{ font-size:16px; }
  .badge-ring text{ font-size:10px; }

  /* ヒーロー見出しの調整 */
  .h-en{ font-size:72px; margin-bottom:-38px; }
  .h-script{ font-size:44px; }
  .h-script .de{ width:40px; height:40px; font-size:22px; }
  .h-script2{ font-size:32px; margin-top:10px; }
  .h-lead{ font-size:17px; margin-top:14px; }

  /* 帯CTAの調整 */
  .band{ padding:16px 14px 22px; }
  .band-note{ font-size:12px; }
  .cta-btn{ font-size:18px; padding:16px 16px; }
  .cta-sub{ font-size:11px; }

  /* セクション共通の調整 */
  .sec{ padding:38px 16px; }
  .sec-title{ font-size:24px; }
  .eyebrow{ font-size:11px; }

  /* お悩みセクション */
  .worry-list li{ padding:14px; }
  .worry-list .w-icon{ width:34px; height:34px; font-size:14px; }
  .worry-list p{ font-size:13.5px; }
  .worry-arrow{ font-size:15.5px; padding:12px 14px; margin-top:20px; }

  /* 選ばれる理由 */
  .feat{ padding:16px 12px 14px; }
  .feat-ico{ width:42px; height:42px; }
  .feat-ico svg{ width:22px; height:22px; }
  .feat-n b{ font-size:28px; }
  .feat-n span{ font-size:14px; }
  .feat-start{ font-size:12px; }
  .feat h3{ font-size:13.5px; }
  .feat p{ font-size:11px; }

  /* お給料セクション */
  .pay-show-copy .pn b{ font-size:64px; }
  .pay-show-copy .pn span{ font-size:24px; }
  .pay-avg{ padding:12px 14px; }
  .pay-avg .pa-n b{ font-size:32px; }
  .pay-avg .pa-n span{ font-size:15px; }
  .pay-card{ padding:14px 12px; }
  .pay-card .pc-n b{ font-size:26px; }
  .pay-card .pc-n span{ font-size:13px; }
  .pay-card .pc-l{ font-size:12px; }
  .pay-card .pc-s{ font-size:10.5px; }

  /* 安心の理由 */
  .reason{ padding:16px 14px; }
  .reason .rnum{ width:42px; height:42px; font-size:18px; }
  .reason h3{ font-size:16px; }
  .reason p{ font-size:13px; }

  /* 1日の流れ */
  .step h3{ font-size:16px; }
  .step p{ font-size:13px; }

  /* 声 */
  .voice{ padding:16px 14px; }
  .voice-top image-slot{ width:50px; height:50px; }
  .voice-meta .vn{ font-size:14px; }
  .voice-meta .vt{ font-size:10.5px; padding:3px 8px; }
  .voice p{ font-size:13px; }

  /* 安全対策 */
  .safe{ padding:16px 12px; }
  .safe .si{ width:38px; height:38px; }
  .safe h3{ font-size:14px; }
  .safe p{ font-size:11.5px; }

  /* FAQ */
  .qa summary{ padding:14px 42px 14px 12px; font-size:14px; }
  .qa summary .q{ font-size:16px; }
  .qa .ans{ padding:0 12px 14px 32px; font-size:13px; }

  /* 固定下部CTA */
  .fixed-cta{ padding:9px 12px calc(9px + env(safe-area-inset-bottom)); }
  .fixed-cta a{ font-size:14px; padding:12px 8px; }

  /* フッター */
  .ftr{ padding:24px 16px 100px; }
  .ftr .f-logo{ height:58px; }
}

/* 非常に小さい画面（320px以下）用の追加調整 */
@media screen and (max-width: 320px) {
  .hero-inner{ height:480px; }
  .badge{ width:120px; height:120px; }
  .badge-disc .b-n b{ font-size:28px; }
  .badge-disc .b-n span{ font-size:14px; }

  .h-en{ font-size:64px; margin-bottom:-34px; }
  .h-script{ font-size:38px; }
  .h-script .de{ width:36px; height:36px; font-size:20px; }
  .h-script2{ font-size:28px; }
  .h-lead{ font-size:16px; }

  .sec-title{ font-size:22px; }
  .pay-show-copy .pn b{ font-size:56px; }
  .pay-show-copy .pn span{ font-size:22px; }
}

/* 横向き（landscape）の場合の調整 */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero-inner{ height:440px; }
  .badge{ width:110px; height:110px; }
  .h-en{ font-size:56px; }
  .h-script{ font-size:36px; }
  .h-script2{ font-size:26px; }
}
