/* CSS-VER: 20260221-LP-SIGNALSAMPLES-FIX 57b498edbb7ff335846c8f3478b54590e3ad2f029071cc6c587679d5dd0f0309 */
@charset "utf-8";
:root{
  --bg:#e2defa;
  --panel: rgba(255,255,255,.86);
  --panel2: rgba(255,255,255,.72);
  --border: rgba(83,19,195,.18);
  --border2: rgba(83,19,195,.12);
  --text:#141428;
  --muted: rgba(20,20,40,.70);
  --accent:#5313C3; /* RGB(83,23,195) */
  --shadow: 0 14px 40px rgba(20,20,40,.18);
  --r: 16px;
  --fs-title: clamp(40px, 4.6vw, 56px);
  --fs-large: clamp(18px, 2.6vw, 24px);
  --fs-body: clamp(14px, 1.9vw, 16px);
  --fs-note: clamp(12px, 1.6vw, 13px);
  --indent-1: 0ch;
  --indent-2: 1ch;
  --indent-3: 2ch;
  --indent-4: 3ch;
}

*{ box-sizing:border-box; }
html,body{
  font-family: "Yu Gothic","游ゴシック体",YuGothic,"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP","Noto Sans CJK JP","Meiryo",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif; height:100%; }
body{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color:var(--text);
  background: #e2defa;
  line-height:1.6;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }

.wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px 40px;
}

.hero{
  background: var(--panel);
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 18px 18px 14px;
  position: relative;
  overflow:hidden;
}

.title{
letter-spacing: .02em;
  margin: 0 0 6px;
  font-weight: 850;
}
.subtitle{
  margin: 0 0 12px;
    color: #000;
max-width: 760px;
  display:flex;
  flex-direction:column;
  gap: 8px;
}

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin: 10px 0 14px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 6px 10px;
  border-radius: 999px;
  border:1px solid var(--border2);
  background: rgba(255,255,255,.78);
  color: rgba(20,20,40,.88);
  font-size: 13px;
  white-space:nowrap;
}

.ctaRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 12px;
  border:1px solid rgba(255,255,255,.26);
  background: var(--accent);
  color:#fff;
  box-shadow: 0 14px 34px rgba(20,20,40,.24);
  font-weight: 850;
  font-size: 15px;
  min-width: 230px;
  cursor:pointer;
  user-select:none;
}
.btn.primary{
  border-color: rgba(83,19,195,.55);
  background: linear-gradient(180deg, rgba(83,19,195,.92), rgba(83,19,195,.82));
  color:#fff;
}
.btn:hover{
  filter: brightness(1.02);
  text-decoration:none;
}

.note{
  margin: 10px 0 0;
  color: rgba(20,20,40,.62);
  font-size: 12.5px;
}

.section{
  margin-top: 14px;
  border:1px solid var(--border);
  background: var(--panel2);
  border-radius: var(--r);
  box-shadow: 0 10px 30px rgba(20,20,40,.12);
  padding: 14px 16px;
}
.section h2{
  margin: 0 0 10px;
font-weight: 850;
  letter-spacing:.02em;
  color: var(--accent) !important;
}
.section ul{
  margin: 0;
  padding-left: calc(var(--indent-3) * 2);
  color: rgba(20,20,40,.90);
  list-style-position: inside;
}
.section li{ margin: 6px 0; }

.grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 920px){
  .hero{ padding: 18px 22px 16px; }
}

.signalList{ margin:0; padding-left: calc(var(--indent-3) * 2); }

.footer{
  margin-top: 18px;
  text-align:center;
  color: rgba(20,20,40,.55);
  font-size: 12px;
}

.thinSep{
  height:1px;
  background: rgba(83,19,195,.14);
  margin: 12px 0;
}

.heroIllustImg{
  width: 100%;
  height: auto;
  display: block;
}

.kicker{
  margin: 12px 0 10px;
  font-weight: 950;
  color: var(--accent);
  letter-spacing: .02em;
}

.typoBase{
  font-size: var(--fs-body);
  line-height: 1.7;
}

body{
  font-size: var(--fs-body);
  line-height: 1.7;
}

.title{
  font-size: var(--fs-title);
  line-height: 1.12;
}

.kicker{
  font-size: var(--fs-large);
  line-height: 1.25;
}

h2{
  font-size: var(--fs-large);
  line-height: 1.25;
}

.subtitle,
.section p,
.section li,
.heroBullets,
.heroBullets li,
.shopBullets,
.shopBullets li,
.badge{
  font-size: var(--fs-body);
}

.note,
.noteText{
  font-size: var(--fs-note);
}

.section > div[style]:not(.illustration):not(.thinSep){
  padding-left: var(--indent-3);
}



.title{
  padding-left: calc(var(--indent-1) * 2);
}

.kicker,
h2{
  padding-left: calc(var(--indent-2) * 2);
}

.subtitle{
  padding-left: calc(var(--indent-3) * 2);
}

.section p{
  padding-left: calc(var(--indent-3) * 2);
}

.exampleText{ margin: 0; }
.exampleNote{ display: block; margin-top: 6px; }
.badges,
.heroBullets,
.shopBullets,
.signalSamples{
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 10px 0 12px;
  margin-left: var(--indent-3);
  padding-right: 14px;
  box-sizing: border-box;
}

.section ul,
.section ol{
  margin: 0;
  padding-left: calc(var(--indent-3) * 2);
  list-style-position: inside;
}

.section ol li::marker{ color:#000 !important; }

.note,
.noteText{
  padding-left: var(--indent-4);
}




.signalSamples{
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 12px;
  row-gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 10px 0 12px;
  margin-left: var(--indent-3);
}
.sPair{
  display: contents;
}
.sRow{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--border2);
  background: rgba(255,255,255,.92);
  min-width: 0;
}

.signalSamples .sRow.sBlue,
.signalSamples .sRow.sYellow,
.signalSamples .sRow.sRed{
  width: 56px;
  height: 56px;
  padding: 0;
  justify-content: center;
  gap: 0;
  border-radius: 999px;
  border: none;
  background: transparent;
}
.sRow .dot{
  width: 100%;
  height: 100%;
  border-radius: 999px;
  flex: 0 0 auto;
}

.sRow .label{
  font-weight: 900;
  min-width: 2.2em;
}

.sRow .msg{
  color: rgba(20,20,40,.84);
  font-weight: 800;
  letter-spacing: .01em;

  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
.sRow.sYellow + .sRow .msg,
.sRow.sRed + .sRow .msg{
  opacity: .35;
}

.sBlue .dot{ background:#2ad659; box-shadow: 0 0 18px rgba(42,214,89,.55), 0 0 6px rgba(42,214,89,.85); }
.sYellow .dot{ background: transparent; border: 4px solid #f0c419; box-shadow: none; }
.sRed .dot{ background: transparent; border: 4px solid #e74c3c; box-shadow: none; }


.heroBullets{
  margin: 10px 0 10px;
  padding-left: 20px;
  color: rgba(20,20,40,.86);
  font-weight: 600;
  line-height: 1.6;
}
.heroBullets li{
  margin: 2px 0;
}
.heroBullets li::marker{
  font-size: .9em;
}

.noteText.noteTextLarge{
  font-size: var(--fs-body);
}

/* TEXT COLOR: default black. Keep only 2 exceptions: .kicker and .btn */
.wrap, .wrap * { color: #000 !important; }
.kicker { color: var(--accent) !important; }
.btn, .btn * { color: #fff !important; }
/* release note (top-right on main title) */
.title{ position: relative; }
.releaseNote{
  position: absolute;
  top: 0;
  right: 0;
  color: #e60000 !important;
  font-weight: 800;
  font-size: 0.62em; /* between title and subtitle */
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
}


/* spacing between main title and sub title (double) */
.hero .title{ margin-bottom: 0; }
.hero .kicker{ margin-top: 24px; }


.releaseTop{
  width:100%;
  text-align:right;
  color:#e60000 !important;
  -webkit-text-fill-color:#e60000 !important;
  font-weight:800;
  font-size: clamp(14px, 2.8vw, 18px);
  line-height:1.25;
  margin: 0 0 6px;
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "SF Mono", Menlo, Consolas, "MS Gothic", "Osaka-Mono", "Courier New", monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: 0;
}
.textLines{
  padding-left: calc(var(--indent-3) * 2);
  display:flex;
  flex-direction:column;
  gap: 8px;
  margin: 0;
}
.textLines > div{
margin:0;
  line-height:1.7;
  padding-left:1em;
  text-indent:-1em;
}
.textLines.steps > div{
  line-height:1.7;
}
.lineNote{
  opacity:.85;
}

/* FIX-IOS-SAFARI-SIGNALSAMPLES */
@supports (-webkit-touch-callout: none){
  @media (max-width: 520px){
    .signalSamples{
      display: flex !important;
      flex-direction: column !important;
      gap: 10px !important;
      width: 100% !important;
      max-width: 100% !important;
    }
    .signalSamples .sPair{
      display: flex !important;
      align-items: center !important;
      gap: 12px !important;
    }
    .signalSamples .sRow{
      min-width: 0 !important;
      max-width: 100% !important;
    }
    .signalSamples .sRow.sBlue,
    .signalSamples .sRow.sYellow,
    .signalSamples .sRow.sRed{
      flex: 0 0 56px !important;
      width: 56px !important;
      height: 56px !important;
    }
    .signalSamples .sPair > .sRow:not(.sBlue):not(.sYellow):not(.sRed){
      flex: 1 1 auto !important;
    }
    .signalSamples .msg{
      white-space: normal !important;
      overflow-wrap: anywhere !important;
      word-break: break-word !important;
    }
  }
}

.rot90{ display:inline-block; transform:rotate(90deg); transform-origin:50% 50%; }
.ctaEnd{ justify-content:flex-end; align-items:center; }
.ctaPrice{
  font-weight:700;
  font-size:var(--fs-body);
  color:var(--accent) !important;
  margin-right:12px;
  white-space:nowrap;
}
.ctaRow .btn{
  min-width:184px;
}
.ctaMt2{ margin-top: var(--indent-2); }
.scene1P{ margin:0; }
.scene1P1{ margin:0 0 8px; }
.scene1P2{ margin:0 0 12px; }
.illustration{ background:rgba(255,255,255,.92); border:1px solid rgba(83,19,195,.18); border-radius:16px; padding:12px; margin:0; }
.sectionFull{ grid-column:1 / -1; }

/* お店側・お客様側の詳細画面リンク（画像の直上・直下・離隔ゼロ） */
.detailLink{
  display: block;
  margin: 0;
  padding: 0 calc(var(--indent-3) * 2);
  border: 0;
  background: transparent;
  color: var(--accent) !important;
  font-weight: 600;
  font-size: var(--fs-body);
}
.detailLink:hover{ text-decoration: underline; }
.detailLinkTop{ margin-top: 12px; text-align: left; }
.flyerThumbRow{
  padding: 0 calc(var(--indent-3) * 2);
  margin: 10px 0 0;
}
.flyerThumbLink{
  display: block;
  width: min(220px, 58%);
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.92);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(20,20,40,.10);
}
.flyerThumbLink:hover{ text-decoration: none; filter: brightness(1.02); }
.flyerThumb{
  width: 100%;
  height: auto;
  display: block;
}
.hero .detailLinkTop{ margin-top: 10px; }
/* 右寄せ: display:tableで左右に配置（Safari含む全UAで安定） */
.detailLinkRightWrap{
  display: table;
  width: 100%;
  padding: 0 calc(var(--indent-3) * 2);
  margin: 0;
  min-height: 1.6em;
  box-sizing: border-box;
}
.detailLinkRightWrap::before{
  content: "";
  display: table-cell;
  width: 100%;
}
.detailLinkRightWrap .detailLink{
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  width: 1%;
}

/* ===== LP refresh 2026-07-12 ===== */
.lpPage{
  max-width: 720px;
  padding: 0 16px 40px;
}
body[data-site-nav="l"] .heroTopBar--legal{
  justify-content: flex-end;
  margin: 0 0 8px;
}
body[data-site-nav="u"] .heroTopBar--legal,
body[data-site-nav="use_case"] .heroTopBar--legal,
body[data-site-nav="3syoku_button"] .heroTopBar--legal{
  justify-content: flex-end;
  margin: 0 0 8px;
}
.lpHero{
  text-align: center;
  padding: 8px 8px 32px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.lpHeroHead{
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(30px, 8.5vw, 38px);
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: .02em;
  margin: 0 0 16px;
  color: var(--text);
}
.lpHeroHead .lpEm{
  display: inline-block;
  margin-top: 6px;
}
.lpHeroSub{
  font-size: clamp(15px, 4vw, 16px);
  color: var(--muted);
  margin: 0 auto 26px;
  max-width: 520px;
  line-height: 1.7;
}
.lpHeroSub .lpStrong{ color: var(--text); font-weight: 700; }
.lpHeroPitch .lpBrandEm{
  color: var(--accent) !important;
  font-weight: 700;
}
.lpHeroPreCta{
  color: var(--text);
  font-weight: 850;
  font-size: clamp(20px, 5.2vw, 22px);
  line-height: 1.25;
  text-align: center;
  max-width: none;
  margin-bottom: 20px;
}
.lpCtaBtn{
  display: inline-block;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 850;
  font-size: clamp(16px, 4.2vw, 17px);
  padding: 15px 24px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(83,19,195,.28);
  min-width: min(100%, 320px);
  text-align: center;
}
.lpCtaBtn:hover{ filter: brightness(1.03); text-decoration: none; }
.lpCtaBtn:active{ transform: translateY(1px); }
.lpSection{ margin: 40px 0; }
.lpSecHead{
  text-align: center;
  font-size: clamp(20px, 5.2vw, 22px);
  font-weight: 850;
  margin: 0 0 6px;
  color: var(--text);
}
.lpSecLead{
  text-align: center;
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 24px;
  line-height: 1.7;
}
.lpCases{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 560px){
  .lpCases{ grid-template-columns: 1fr; }
}
.lpCase{
  background: #fff;
  border: 1px solid rgba(83,19,195,.14);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lpCaseImgTop img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.lpCaseImgSignal{
  background: #1b1b22;
  padding: 14px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  border-top: 1px solid #000;
}
.lpCaseImgSignal img{
  width: auto;
  max-width: min(220px, 72%);
  height: auto;
  max-height: 320px;
  object-fit: contain;
  display: block;
}
.lpCaseBody{ padding: 14px 16px 18px; }
.lpCaseTag{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff !important;
  background: var(--accent);
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 8px;
}
.lpCaseTitle{
  font-size: 16px;
  font-weight: 850;
  margin: 0 0 6px;
  color: var(--text);
}
.lpCaseText{
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}
.lpCtaRowCenter{ text-align: center; margin-top: 26px; }
.lpSteps{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 560px){
  .lpSteps{ grid-template-columns: 1fr; }
}
.lpStep{
  background: #fff;
  border: 1px solid rgba(83,19,195,.14);
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
}
.lpStepNo{
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff !important;
  font-weight: 850;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.lpStepText{ font-size: 14px; color: var(--text); line-height: 1.6; }
.lpAppShot{
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(83,19,195,.14);
  background: rgba(255,255,255,.92);
}
.lpAppShot img{
  width: 100%;
  height: auto;
  display: block;
}
.lpTrust{
  background: #fff;
  border: 1px solid rgba(83,19,195,.14);
  border-radius: 16px;
  padding: 22px 20px;
}
.lpTrustItem{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(83,19,195,.14);
}
.lpTrustItem:last-child{ border-bottom: none; }
.lpTrustIcon{
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #3fae5a;
  color: #fff !important;
  font-weight: 850;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.lpTrustTitle{ font-weight: 700; font-size: 15px; margin: 0 0 2px; color: var(--text); }
.lpTrustText{ font-size: 14px; color: var(--muted); margin: 0; line-height: 1.65; }
.lpMoreBox{
  text-align: center;
  background: #fff;
  border: 1px solid rgba(83,19,195,.14);
  border-radius: 16px;
  padding: 24px 20px;
}
.lpStoryLead{
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
}
.lpStoryVideo{
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 18px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(20,20,40,.12);
  background: #000;
}
.lpStoryVideo iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lpStoryAfter{
  margin-top: 4px;
  margin-bottom: 8px;
}
.lpMoreLink{
  display: inline-block;
  margin-top: 10px;
  color: var(--accent) !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}
.lpMoreLink:hover{ text-decoration: underline; }
.lpFooter{
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(83,19,195,.14);
  font-size: 12px;
  color: rgba(20,20,40,.55);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lpFootSep{ color: rgba(20,20,40,.28); }
/* ===== 4本柱セクション（20260811追加） ===== */
.lpPillars{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.lpPillar{
  background: #fff;
  border: 1px solid rgba(83,19,195,.14);
  border-radius: 16px;
  padding: 18px 18px 16px;
}
.lpPillarHead{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.lpPillarNo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff !important;
  font-weight: 850;
  font-size: 15px;
  flex-shrink: 0;
}
.lpPillarTitle{
  font-size: clamp(17px, 4.6vw, 19px);
  font-weight: 850;
  color: var(--text);
}
.lpPillarVoices{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 560px){
  .lpPillarVoices{ grid-template-columns: 1fr; }
}
.lpVoice{
  background: rgba(83,19,195,.05);
  border-radius: 10px;
  padding: 10px 12px;
}
.lpVoiceLabel{
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid rgba(83,19,195,.35);
  border-radius: 999px;
  padding: 1px 10px;
  margin-bottom: 6px;
  background: #fff;
}
.lpVoice p{
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}
.lpPillarAnswer{
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid var(--accent);
  background: rgba(83,19,195,.04);
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.7;
}
/* 業種カード内の柱バッジ */
.lpCasePillar{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid rgba(83,19,195,.35);
  background: #fff;
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 8px;
  margin-left: 6px;
}
/* v3追加：ヒーロー問いかけ */
.lpHeroAsks{ margin: 14px 0; display: flex; flex-direction: column; gap: 6px; }
.lpHeroAsk{
  margin: 0;
  padding: 8px 12px;
  background: rgba(83,19,195,.05);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  font-size: var(--fs-body);
  color: var(--text);
  line-height: 1.6;
}
.lpHeroClose{
  font-weight: 850;
  font-size: clamp(16px, 4.4vw, 19px);
  color: var(--accent);
  margin: 16px 0 10px;
}
/* v4追加：柱見出しの業種表記 */
.lpPillarCase{
  font-weight: 700;
  font-size: .82em;
  color: var(--muted);
  margin-left: 4px;
}
/* v4変更：3ステップの番号を角丸四角形のStep表記に */
.lpStepNo{
  width: auto !important;
  height: auto !important;
  border-radius: 8px !important;
  padding: 4px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff !important;
  font-weight: 850;
  font-size: 14px;
  margin: 0 auto 10px;
}

/* v6追加：柱の短文見出し */
.lpPillarTitle{
  display: block;
  line-height: 1.5;
}
.lpPillarWord{
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #fff !important;
  background: var(--accent);
  border-radius: 6px;
  padding: 2px 10px;
  margin-right: 8px;
  vertical-align: 2px;
}
.lpPillarLead{
  font-size: clamp(16px, 4.2vw, 18px);
  font-weight: 850;
  color: var(--text);
}
.lpPillarCase{
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
  margin-left: 0;
}

/* v7：文章は左寄せ、見出しとボタンのみ中央 */
.lpSecLead{
  text-align: left !important;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.lpHeroSub{
  text-align: left !important;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.lpHeroPitch{ text-align: left !important; }
.lpHeroPreCta{ text-align: center !important; }
.lpHeroClose{ text-align: center; }
.lpMoreBox{ text-align: left !important; }
.lpMoreBox .lpStoryLead,
.lpMoreBox .lpSecLead{ text-align: left !important; }
.lpMoreBox .lpMoreLink{ display: block; text-align: center; }
.lpMoreBox .lpStoryVideo{ margin-left: auto; margin-right: auto; }
.lpStep{ text-align: left !important; }
.lpStep .lpStepNo{ margin: 0 0 10px; }
.lpStepText{ text-align: left; }
/* v7：柱見出しを1行に繋げる */
.lpPillarCase{
  display: inline;
  font-weight: 700;
  font-size: 13px;
  color: var(--muted);
  margin-left: 6px;
}
.lpPillarHead{ align-items: flex-start; }
.lpPillarNo{ margin-top: 2px; }

/* v8：ヒーロー問いかけを左寄せ */
.lpHeroAsks{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.lpHeroAsk{
  text-align: left !important;
}

/* v9：セクション見出しをヒーロー締めと同サイズに */
.lpSecHead.lpSecHeadSm{
  font-size: clamp(16px, 4.4vw, 19px);
}

/* v10：ヒーロー直下セクションの余白を他と揃える */
.lpHero + .lpSection{ margin-top: 8px; }

/* v12：柱カードのサムネイル */
.lpPillarThumb{
  margin: -18px -18px 14px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  line-height: 0;
}
.lpPillarThumb img{
  width: 100%;
  height: auto;
  display: block;
}


/* ===== v13: hero restructure + fit-conditions block =====
   Append only. Do not modify existing rules above. */

/* --- hero head: keep two-line form --- */
.lpHeroHead{
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: clamp(24px, 6.5vw, 38px);
}

/* --- hero: inner voices --- */
.lpHeroVoices{
  max-width: 720px;
  margin: 14px auto 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lpHeroVoice{
  margin: 0;
  padding: 10px 14px;
  background: rgba(83,19,195,.05);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  font-size: clamp(15px, 4vw, 16.5px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.65;
  text-align: left !important;
  word-break: keep-all;
}

/* --- hero: affirmation / punch / brand --- */
.lpHeroAffirm{
  max-width: 720px;
  margin: 0 auto 8px;
  font-size: var(--fs-body);
  color: var(--muted);
  line-height: 1.7;
  text-align: left !important;
  word-break: keep-all;
}
.lpHeroPunch{
  max-width: 720px;
  margin: 0 auto 14px;
  font-size: clamp(17px, 4.8vw, 21px);
  font-weight: 850;
  color: var(--accent);
  line-height: 1.5;
  text-align: left !important;
  word-break: keep-all;
}
.lpHeroName{
  max-width: 720px;
  margin: 0 auto 22px;
  font-size: var(--fs-body);
  color: var(--muted);
  line-height: 1.7;
  text-align: left !important;
  word-break: keep-all;
}
.lpHeroName .lpBrandEm{
  color: var(--accent) !important;
  font-weight: 700;
}

/* --- fit conditions block --- */
.lpFit{
  max-width: 760px;
  margin: 26px auto 0;
  padding: 20px 22px;
  background: rgba(83,19,195,.05);
  border: 1px solid var(--border);
  border-radius: var(--r);
}
.lpFitList{ margin: 0 0 14px; }
.lpFitItem{
  position: relative;
  margin: 8px 0;
  padding-left: 20px;
  font-size: var(--fs-body);
  color: var(--text);
  line-height: 1.7;
  text-align: left !important;
  word-break: keep-all;
}
.lpFitItem::before{
  content: "";
  position: absolute;
  left: 2px;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
/* NOTE: keep-all is intentionally NOT used here.
   The sentence has no punctuation, so keep-all leaves no valid
   break point and the text overflows on narrow screens. */
.lpFitConc{
  margin: 0;
  font-size: clamp(15px, 4.2vw, 17px);
  font-weight: 850;
  color: var(--accent);
  line-height: 1.6;
  text-align: left !important;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* --- outro --- */
.lpDistance{
  text-align: center;
  font-size: clamp(16px, 4.4vw, 19px);
  font-weight: 850;
  color: var(--accent);
  letter-spacing: .02em;
  margin: 26px 0 14px;
  word-break: keep-all;
}
.lpOutro{
  max-width: 720px;
  margin: 0 auto 8px;
  font-size: var(--fs-body);
  color: var(--muted);
  line-height: 1.7;
  text-align: left !important;
  word-break: keep-all;
}
.lpOutro .lpBrandEm{
  color: var(--accent) !important;
  font-weight: 700;
}
.lpOutroClose{
  margin: 0 0 4px;
  font-size: clamp(16px, 4.4vw, 19px);
  font-weight: 850;
  color: var(--accent);
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

/* --- responsive line break helper --- */
.spBr{ display: none; }
@media (max-width: 560px){
  .spBr{ display: inline; }
}

/* --- hero head: two-tier catch copy --- */
.lpHeroHeadLine{
  display: block;
}
.lpHeroHeadLine + .lpHeroHeadLine{
  margin-top: 6px;
}
