/* =========================
   Shikisai LP CSS (refined)
   ========================= */

:root{
  /* ===== base: beige -> white ===== */
  --lp-bg: #ffffff; 
  --lp-paper: #ffffff; 
  --lp-mist: #f6f7f9; 
  --lp-sky: #eaf4ff; 

  --lp-text: #111111;
  --lp-muted: rgba(17,17,17,.68);
  --lp-line: rgba(17,17,17,.10);

  /* ===== accent: transparent red ===== */
  --lp-accent: rgba(220, 38, 38, .92);
  --lp-accent-2: rgba(239, 68, 68, .92); 

  --lp-radius: 22px;
  --lp-radius-lg: 32px;

  --lp-shadow: 0 18px 60px rgba(0,0,0,.10);
  --lp-shadow-soft: 0 12px 34px rgba(0,0,0,.07);

  /* images */
  --lp-hero-image: url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/hero-media.png");
  --lp-steps-bg:   url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/hero-bg.png");
  --lp-hero-bg:    url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/hero-bg.png");
	}


/* FV*/

/* samune*/
:root{
  --lp-thumb-1: url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/サムネ1.jpg");
  --lp-thumb-2: url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/サムネ8.png");
  --lp-thumb-3: url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/サムネ3.jpg");
  --lp-thumb-4: url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/サムネ4.jpg");
  --lp-thumb-5: url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/サムネ7.png");
  --lp-thumb-6: url("/wp-content/themes/chiiki-shikisai-ver2/template-page/landing-pages-ad1/img/サムネ6.png");
}


/* hero */
.lp-hero{
  position: relative;
  overflow: hidden;
  background: #000; 
}

.lp-hero::before{
  content: "";
  position: absolute;
  inset: -4px;
  background: var(--lp-hero-bg) center / cover no-repeat;
  z-index: 0;
}

.lp-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
  z-index: 1;
}

.lp-hero > *{
  position: relative;
  z-index: 2;
}
.lp-hero--stack{
  padding: 76px 0 0;
}

.lp-hero__stack{
  padding: 22px;
}

.lp-hero--stack .lp-hero__title,
.lp-hero--stack .lp-hero__lead{
  text-align: center;
  max-width: 100%;
  margin-inline: auto;
}

.lp-hero--stack .lp-hero__lead{
  font-size: 16.5px;
}

.lp-hero__media--main{
  margin: 18px auto 0;
  width: min(980px, 100%);
  aspect-ratio: 16 / 9;
  min-height: auto;
}

.lp-hero__inner{
  display: grid;
  gap: 26px;
  align-items: center;
  grid-template-columns: 1.05fr .95fr;
  padding: 22px;
  border-radius: var(--lp-radius-lg);
}

.lp-hero__title{
  margin: 8px 0 16px;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.3;
  color: white;
}

.lp-hero__lead{
  margin: 0 0 18px;
  font-size: 16px;
  color: white;
}

.lp-accentText{
  color: var(--lp-accent);
  font-weight: 900;
}

.lp-hero__media{
  border-radius: var(--lp-radius-lg);
  min-height: 100px;
background: radial-gradient(1200px 420px at 30% 20%, rgba(255, 255, 255, .0), rgba(255, 255, 255, 0)), var(--lp-hero-image);
background-size: cover;
background-position: center;
}


.lp-cta--center{
  justify-items: center;
}


.lp-marquee{
  margin-top: 16px;
}

.lp-marquee__viewport{
  border-radius: 18px;
}

.lp-marquee__viewport::before,
.lp-marquee__viewport::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  z-index: 2;
  pointer-events: none;
}
.lp-marquee__viewport::before{
  left: 0;
  background: linear-gradient(90deg, var(--lp-bg), rgba(243,241,236,0));
}
.lp-marquee__viewport::after{
  right: 0;
  background: linear-gradient(270deg, var(--lp-bg), rgba(243,241,236,0));
}

.lp-marquee__track{
  display: flex;
  gap: 12px;
  align-items: stretch;
  width: max-content;
  animation: lpMarquee 22s linear infinite;
}

.lp-marquee__viewport:hover .lp-marquee__track{
  animation-play-state: paused;
}

.lp-marquee__card{
  text-decoration: none;
  color: inherit;
  display: grid;
  width: clamp(220px, 28vw, 320px); 
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,17,17,.10);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

.lp-marquee__thumb{
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  position: relative;
}

.lp-marquee__meta{
  padding: 10px 12px 12px;
  display: grid;
  gap: 4px;
}

.lp-marquee__tag{
  font-size: 12px;
  font-weight: 900;
  color: rgba(17,17,17,.70);
}

.lp-marquee__ttl{
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

/* 6枚分の背景割当 */
.lp-marquee__thumb--1{ background-image: var(--lp-thumb-1); }
.lp-marquee__thumb--2{ background-image: var(--lp-thumb-2); }
.lp-marquee__thumb--3{ background-image: var(--lp-thumb-3); }
.lp-marquee__thumb--4{ background-image: var(--lp-thumb-4); }
.lp-marquee__thumb--5{ background-image: var(--lp-thumb-5); }
.lp-marquee__thumb--6{ background-image: var(--lp-thumb-6); }

/* 無限ループ：トラックの半分（=6枚分）だけ左へ流す */
@keyframes lpMarquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce){
  .lp-marquee__track{ animation: none; }
}

@media (max-width: 640px){
  .lp-marquee__card{
    width: 240px;
  }
  .lp-hero__stack{
    padding: 60px 16px 16px;
  }
}


/* base */
.lp{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.75;
  color: var(--lp-text);
  background: var(--lp-bg);
}

.lp-container1{
  margin-inline: auto;
}

.lp-container{ width: min(1120px, calc(100% - 32px)); margin-inline: auto; }

.lp p,
.lp li{
  letter-spacing: .01em;
}
.lp p{
text-align: center;
}

.lp-section,
.lp-final{
  padding: 76px 0;
}

.lp-section--paper{ background: var(--lp-bg); }
.lp-section--mist{ background: var(--lp-mist); }
.lp-section--sky{
  background: linear-gradient(180deg, var(--lp-sky), #eaf4fb);
}

/* headings */
.lp-section__head{ margin-bottom: 26px; }
.lp-section__head--center{ text-align: center; }

.lp-section__title{
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.35;
  letter-spacing: .02em;
  margin: 0 0 10px;
  text-align: center;
}

.lp-section__lead{
  margin: 0;
  font-size: 16px;
  color: var(--lp-muted);
  text-align: center;
}

/* small label */
.lp-kicker{
  margin: 0;
  font-weight: 900;
  color: rgba(17,17,17,.78);
  letter-spacing: .08em;
  font-size: 12px;
  text-transform: uppercase;
}


/* CTA buttons */
.lp-cta{
  margin-top: 18px;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.lp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
  will-change: transform;
}

.lp-btn:active{ transform: translateY(1px); }

.lp-btn--primary{
  background: var(--lp-accent);
  color: #fff;
  box-shadow: 0 12px 28px rgba(176,32,16,.24);
}

.lp-btn--primary:hover{ box-shadow: 0 16px 38px rgba(176,32,16,.28); }

.lp-btn--ghost{
  background: rgba(255,255,255,.70);
  color: var(--lp-text);
  border-color: rgba(17,17,17,.18);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 28px rgba(176, 32, 16, .24);
}

.lp-cta__note{
  margin: 0;
  font-size: 13px;
  color: var(--lp-muted);
}

/* hero: showcase (thumbs) */
.lp-showcase{
  padding: 18px 16px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(17,17,17,.10);
  box-shadow: var(--lp-shadow-soft);
}

.lp-showcase__head{
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.lp-showcase__sub{
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
}

.lp-thumbs{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-thumb{
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  display: grid;
}

.lp-thumb__img{
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(900px 260px at 20% 10%, rgba(255,255,255,.10), rgba(255,255,255,0)),
    var(--lp-thumb-1);
  background-size: cover;
  background-position: center;
  position: relative;
}


.lp-thumb__img--2{ background-image: radial-gradient(900px 260px at 20% 10%, rgba(255,255,255,.10), rgba(255,255,255,0)), var(--lp-thumb-2); }
.lp-thumb__img--3{ background-image: radial-gradient(900px 260px at 20% 10%, rgba(255,255,255,.10), rgba(255,255,255,0)), var(--lp-thumb-3); }

.lp-thumb__meta{
  padding: 10px 12px 12px;
  display: grid;
  gap: 4px;
}

.lp-thumb__tag{
  font-size: 12px;
  font-weight: 900;
  color: rgba(17,17,17,.70);
}

.lp-thumb__title{
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

/* grid / cards */
.lp-grid{
  display: grid;
  gap: 16px;
}


.lp-grid--3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }

.lp-card{
  padding: 18px 18px;
  overflow: hidden;
}



.lp-card--accent{
  background: linear-gradient(180deg, var(--lp-accent), var(--lp-accent-2));
  color: #fff;
  border-color: transparent;
}

.lp-note{ margin: 0; font-weight: 800; line-height: 1.65; }


/* Section② checklist cards */
.lp-checklist{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.lp-checklist__item{
  position: relative;
  padding: 18px 18px 18px 56px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,17,17,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
}

.lp-checklist__item::before{
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid var(--lp-accent);
  color: var(--lp-accent);
  font-weight: 900;
  font-size: 18px;
}

/* empathy */
.lp-empathy{
  margin: 18px 0 0;
  padding: 14px 16px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--lp-line);
  font-weight: 700;
  text-align: center;
}

/* Section③ feature list */
.lp-featureList{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.lp-featureList__item{
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,17,17,.10);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
  padding: 16px 16px;
}

.lp-featureList__icon{
  width: 72px;
  height: 72px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lp-featureList__icon img{
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.lp-featureList__text{
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

/* bullets */
.lp-bullets{
  margin: 0;
  padding-left: 1.2em;
}

.lp-bullets li{
  margin: 8px 0;
  font-weight: 700;
  color: rgba(17,17,17,.86);
}

.lp-bullets--inline{
  display: grid;
  gap: 6px;
  padding-left: 1.2em;
}

/* Section④ benefit memo cards */
.lp-benefit--memo{
  background: #fffdf7;
  border: 1px solid rgba(17,17,17,.10);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,.07);
  padding: 18px 18px 16px;
}

.lp-benefit--memo::before,
.lp-benefit--memo::after{
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 0;
  border-top: 2px dashed rgba(176,32,16,.55);
  pointer-events: none;
}

.lp-benefit--memo::before{ top: 14px; }
.lp-benefit--memo::after{ bottom: 14px; }

.lp-benefit__title{
  margin: 30px 0 12px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .01em;
  text-align: center;
}

.lp-benefit__title1{
  margin: 15px 0 12px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .01em;
  color: var(--lp-accent);;
  text-align: center;
}

.lp-benefit__media{
  width: 100%;
  overflow: hidden;
  margin: 30px 0 32px;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
}

.lp-benefit__media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lp-benefit__foot{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(176,32,16,.06);
  border: 1px solid rgba(176,32,16,.14);
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: 30px;
}

/* Section④ benefit memo cards*/
.lp-benefit--memo{
  position: relative;
  background: #fff;    
  border: 1px solid rgba(17,17,17,.10);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,.07);
  padding: 18px 18px 16px;
  overflow: hidden; 
}

.lp-benefit--memo::before,
.lp-benefit--memo::after{
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 0;
  border-top: 2px dashed rgba(220,38,38,.45); 
  pointer-events: none;
}

.lp-benefit--memo::before{ top: 14px; }
.lp-benefit--memo::after{ bottom: 14px; }


/* Section ⑤ */

.lp-use{
  gap: 16px;
  align-items: start;
}

@media (min-width: 900px){
  .lp-use{
    grid-template-columns: 1.15fr .85fr;
    gap: 18px;
  }
}

.lp-use__h{
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.lp-use__p{
  margin: 0 0 10px;
  font-size: 17px;      
  color: rgba(17,17,17,.86);
  line-height: 1.8;
}

.lp-use__em{
  font-weight: 900;
  color: rgba(17,17,17,.92);
}

.lp-use__bullets{
  list-style: none;
  margin: 10px 0 12px;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 17px;    
  font-weight: 800;
  color: rgba(17,17,17,.88);
}

.lp-use__scene{
  padding: 20px 18px;
}

.lp-use__proof{
  display: grid;
  gap: 12px;
}

.lp-useProof{
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 16px;
}

.lp-useProof{
    position: relative;
    padding: 18px 18px 18px 56px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(17, 17, 17, .12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}

.lp-useProof__icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(220,38,38,.08);
  border: 1px solid rgba(220,38,38,.16);
  font-size: 22px;
}

.lp-useProof__ttl{
  margin: 0 0 4px;
  font-size: 16.5px;
  font-weight: 900;
}

.lp-useProof__txt{
  margin: 0;
  font-size: 15.5px;
  font-weight: 700;
  color: rgba(17,17,17,.72);
  line-height: 1.7;
}

.lp-useMore{
    position: relative;
    padding: 18px 18px 18px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(17, 17, 17, .12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}

.lp-useMore__lead{
  margin: 0 0 12px;
  text-align: center;
  font-size: 18px;   
  font-weight: 900;
  color: rgba(17,17,17,.88);
}

.lp-useMoreCard{
  padding: 18px 18px;
}

.lp-useMoreCard__ttl{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: rgba(220, 38, 38, .92);
}

.lp-useMoreCard__txt{
  margin: 0;
  font-size: 15.5px;
  font-weight: 700;
  color: rgba(17,17,17,.72);
  line-height: 1.75;
}

.lp-useCheck{
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(220,38,38,.10);
  border: 2px solid rgba(220,38,38,.65);
  color: rgba(220,38,38,.92);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}


@media (max-width: 640px){
  .lp-use__scene{ padding: 0px 16px 18px; }
  .lp-use__h{ font-size: 20px; }
  .lp-use__p,
  .lp-use__bullets{ font-size: 16.5px; }
  .lp-useMore__lead{ font-size: 17px; }
}


/* inline CTA */
.lp-inlineCta{
  margin-top: 18px;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.lp-inlineCta__note{
  margin: 0;
  font-size: 13px;
  color: var(--lp-muted);
}

/* quote */
.lp-quote p{ margin: 0 0 12px; }
.lp-quote p:last-child{ margin-bottom: 0; }

/*⑥ Process Steps*/

.lp-section--steps{
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background: #111; 
  color: #fff;
}


.lp-steps__bg{
  position: absolute;
  inset: 0;
  background-image: var(--lp-steps-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: blur(0px);
  opacity: .95;
}

.lp-steps__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.45)),
    radial-gradient(1200px 500px at 20% 10%, rgba(176,32,16,.22), rgba(0,0,0,0));
}


.lp-steps__container{
  position: relative;
  z-index: 1;
}

.lp-steps__head{
  text-align: left;
  margin-bottom: 18px;
}

.lp-steps__title{
  color: #fff;
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
}


.lp-steps{
  gap: 14px;
  margin-top: 16px;
}


.lp-step{
  position: relative;
  background: rgba(255,255,255,.92);
  color: #111;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.30);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  padding: 18px 18px 18px 86px;
  overflow: hidden;
  margin: 40px;
}

.lp-step__num{
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  color: var(--lp-accent);
}

.lp-step__title{
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.lp-stepArrow{
  height: 18px;
  position: relative;
}
.lp-stepArrow::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 16px solid rgba(255,255,255,.65);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}

.lp-steps__noteWrap{
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.lp-steps__note{
  background: rgba(255,255,255,.92);
  color: #111;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.30);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  margin-left: auto;
  margin-right: auto;
}
.lp-steps__note .lp-note{
  margin: 0 0 10px;
  font-weight: 700;
  color: rgba(17,17,17,.88);
}
.lp-steps__note .lp-note:last-child{
  margin-bottom: 0;
}

.lp-section--steps .lp-section__title{
  font-size: clamp(24px, 3vw, 40px);
}

.lp-step__title{
  font-size: 22px;
}

.lp-stepsCheck{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  margin: 0px 300px;
}

.lp-stepsCheck__item{
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.65;
  color: rgba(17,17,17,.90);
}

.lp-stepsCheck__item::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: .15em;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;

  background: rgba(176,32,16,.10);
  color: var(--lp-accent);
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}

.lp-steps__after{
  margin: 14px 0 0;
  font-size: 17px;
  font-weight: 800;
  color: rgba(17,17,17,.88);
}



@media (max-width: 640px){
  .lp-step__title{
    font-size: 20px;
  }

  .lp-stepsCheck__item{
    font-size: 17px;
    padding-left: 32px;
  }

  .lp-steps__after{
    font-size: 16px;
  }
}


@media (min-width: 900px){
  .lp-steps{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
  }

  .lp-stepArrow{
	  display: none;}
	

  .lp-step{
    padding: 22px 18px 22px 88px;
  }

  .lp-step__num{
    font-size: 62px;
  }

  .lp-step__title{
    font-size: 20px;
  }

  .lp-steps__noteWrap{
    margin-top: 20px;
  }
}

@media (max-width: 640px){
  .lp-section--steps{
    padding: 70px 0;
  }

  .lp-step{
    padding: 16px 16px 16px 78px;
    border-radius: 16px;
  }

  .lp-step__num{
    left: 16px;
    font-size: 52px;
  }

  .lp-step__title{
    font-size: 18px;
  }
.lp-stepsCheck{

  margin: 0px 10px;
}
}


/* stack */
.lp-stack > p{ margin: 0 0 10px; }
.lp-stack > p:last-child{ margin-bottom: 0; }

/* ⑦ */

.lp-voiceGrid{
  display: grid;
  gap: 16px;
}

.lp-voiceCard{
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,17,17,.10);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(0,0,0,.07);
  overflow: hidden;
}

.lp-voiceCard__media{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px; 
}

.lp-voiceCard__media img{
  width: 50%;
  height: auto;
  display: block;
  object-fit: contain;
}

.lp-voiceCard__body{
  padding: 18px 18px;
}

.lp-voiceCard__body p{
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 500;
  color: rgba(17,17,17,.88);
  line-height: 1.75;
}

.lp-voiceCard__body p:last-child{
  margin-bottom: 0;
}

/* PCで横に2枚並べたい場合（任意）
@media (min-width: 900px){
  .lp-voiceGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
*/

@media (max-width: 640px){
  .lp-voiceCard{
    grid-template-columns: 1fr;
  }
  .lp-voiceCard__media{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0; 
  }

  .lp-voiceCard__media img{
    width: 50%;
    height: auto;
    object-fit: contain;
  }
  .lp-voiceCard__body{
    padding: 16px 14px;
  }
  .lp-voiceCard__body p{
    font-size: 16.5px;
  }
}


/* FAQ */
.lp-faq{
  display: grid;
  gap: 10px;
}

.lp-faq__item{
  border: 1px solid rgba(17,17,17,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--lp-shadow-soft);
  padding: 12px 14px;
}

.lp-faq__q{
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  position: relative;
  padding-right: 34px;
}


.lp-faq__q{
  position: relative;
  padding-right: 48px; 
}

.lp-faq__q::after{
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(220,38,38,.12);
  border: 1px solid rgba(220,38,38,.22);
}


.lp-faq__q::before{
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  color: rgba(220,38,38,.92);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;

  content: "▼";
}

.lp-faq__item[open] > .lp-faq__q::before{
  transform: translateY(-50%) rotate(180deg);
}


.lp-faq__a{
  margin-top: 10px;
  color: var(--lp-muted);
}

/* final */
.lp-final{
  padding: 70px 0 120px;
  position: relative;
  background: var(--lp-bg);
  overflow: hidden;
}

.lp-final__box{
  background: rgba(255,255,255,.94);
  padding: 22px;
}

.lp-final__title{
  margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
  text-align: center;
}

.lp-final__cta{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* anchor offset */
#contact{ scroll-margin-top: 90px; }

/* waves */
.lp-wave{ width: 100%; height: 120px; }

.lp-wave--light{
  background:
    radial-gradient(140% 120px at 50% 0, rgba(255,255,255,.0) 60%, rgba(255,255,255,.85) 61%),
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));
}

.lp-wave--red{
  background:
    radial-gradient(140% 140px at 50% 0, rgba(176,32,16,0) 60%, rgba(176,32,16,1) 61%),
    linear-gradient(180deg, rgba(176,32,16,1), rgba(176,32,16,1));
}


.lp-fixedCta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 9999;
  pointer-events: none;
}

.lp-fixedCta__inner{
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.lp-fixedCta__btn{
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: min(720px, 100%);
  padding: 16px 18px;

  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;

  background: #163c86;
  color: #fff;

  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(6px);
}

.lp-fixedCta__btn:active{ transform: translateY(1px); }

/* responsive */
@media (max-width: 900px){
  .lp-hero__inner{ grid-template-columns: 1fr; }
  .lp-hero__media{ min-height: 220px; }

  .lp-thumbs{ grid-template-columns: 1fr; }

  .lp-grid--3{ grid-template-columns: 1fr; }
}

@media (max-width: 640px){
  .lp-section,
  .lp-final{ padding: 40px 0; }

  .lp-hero{ padding: 10px 0 0; }
  .lp-hero__inner{ padding: 16px; }

  .lp-cta{ justify-items: center; }
  .lp-hero__copy{ text-align: center; }

  .lp-card0{ padding: 2px; }
  .lp-card1{ padding: 13px; }

  .lp-btn{ width: 100%; }

  .lp-final__cta{ flex-direction: column; }

  .lp-checklist__item{ font-size: 17px; }
  .lp-featureList__text{ font-size: 17px; }

  .lp-benefit--memo .lp-bullets li{ font-size: 17px; } /* SPのliを少し大きく */
}


/* ===== white base tuning ===== */

.lp-benefit__foot{
  background: rgba(220, 38, 38, .06);
  border-color: rgba(220, 38, 38, .14);
}


.lp-checklist__item::before{
  border-color: rgba(220, 38, 38, .75);
  color: rgba(220, 38, 38, .92);
  background: rgba(255,255,255,.95);
}


.lp-card--accent{
  background: linear-gradient(180deg, rgba(220,38,38,.92), rgba(239,68,68,.92));
  box-shadow: 0 18px 46px rgba(220,38,38,.18);
}



.lp-fixedCta__btn{
  background: rgba(220,38,38,.92);
}


.sp-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-br {
        display: block;
    }
}

.lp-marquee__viewport{
  position: relative; 
  overflow: hidden;
}

.link-button.black{
	background-color: #ff4d4d;
}


.link-button.black::after{
	display: none;
}

.link-button.black {
	--base-color: #fff;
}
