@charset "utf-8";
@import url("root.css");

/* ==========================================================================
   ベース
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

/* ==========================================================================
   テキスト装飾
   ========================================================================== */
/*-----*RESET CSS*-----*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){all: unset;display: revert;}
*,*::before,*::after{box-sizing: border-box;}

img{vertical-align: bottom;}

a {cursor: pointer;}

@media screen and (max-width: 979px) {
img{max-width:100%;  vertical-align: bottom;}
}
/*-----*RESET CSS*-----*/

html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
scroll-padding-top: 60px; /* 固定ヘッダの高さ */
}

#business, #feature, #philosophy, #company{ scroll-margin-top: 100px; }

body {
font-size:16px;
background-color:var(--base-color_w);
color:var(--base-color_bk);
min-width:1100px;
line-height:1.8;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.1em;
}


a {
color:var(--base-color_bk);
text-decoration: none;
text-decoration-skip-ink: none;
transition: color 0.3s ease;
}
a:hover{
color:var(--base-color_bk);
text-decoration: none;

}

a:focus {
outline: none; 
text-decoration: none;
}

p {font-size: 16px;text-align: justify;}

@media screen and (max-width: 979px) {
body {
font-size: 16px;
line-height: 1.8;
min-width:100%;
}

p {font-size: 14px;text-align: justify;}
}


img {
max-width: 100%;
vertical-align: bottom;
}


.fade-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.fade-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.pc {display: block;}
.sp {display: none;}


@media screen and (max-width: 979px) {
.pc {display: none;}
.sp {display: block;}

.wrapper {
	padding:0;
	margin: 0 auto 0;
	width: 100%;
	text-align: center;

}

.child_01{order: 1;}
.child_02{order: 2;}
.child_03{order: 3;}
.child_04{order: 4;}
.child_05{order: 5;}
.child_06{order: 6;}
.child_07{order: 5;}
.child_08{order: 8;}
.child_09{order: 9;}


}


.saori-lp-wrap {
  font-family: var(--font-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--clr-text);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   テキスト装飾
   ========================================================================== */
.txt_b{font-weight: 600;}

.txt_p{
color: var(--clr-pink);
font-weight: 600;
}

/* ==========================================================================
   フローティングボタン
   ========================================================================== */

.slp-float-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: block;
  background: var(--gr-pink);
  color: var(--clr-white) !important;
  font-size: var(--fz-base);
  font-weight: 700;
  padding: 16px 28px;
  border-radius: var(--radius-full);
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(232, 99, 122, 0.55);
  white-space: nowrap;
  letter-spacing: 0.5px;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: slp-float-in 0.8s ease 1s both;
}

.slp-float-btn:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 10px 30px rgba(232, 99, 122, 0.65);
}

@keyframes slp-float-in {
  from { opacity: 0; transform: translateX(-50%) translateY(20px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@media screen and (max-width: 979px) {
  .slp-float-btn {
    font-size: 15px;
    padding: 14px 20px;
    bottom: 12px;
  }
}


/* ==========================================================================
   ヒーローセクション
   ========================================================================== */

    /* ===== HERO ===== */
    .hero {
      position: relative;
      width: 100%;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: linear-gradient(135deg, #1a0a2e 0%, #2d1654 40%, #4a2080 70%, #6b35a8 100%);
    }

    /* 背景の光の粒 */
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 40% at 80% 30%, rgba(255,200,120,0.12) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 10% 70%, rgba(180,100,255,0.15) 0%, transparent 60%);
      pointer-events: none;
    }

    /* 細いラインの装飾 */
    .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 60px 60px;
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 40px 80px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

    /* ===== LEFT: テキストエリア ===== */
    .hero-text {
	text-align: center;
	}

    .hero-tag {
      display: block;
      align-items: center;
      gap: 8px;
      background: rgba(255,200,80,0.15);
      border: 1px solid rgba(255,200,80,0.4);
      border-radius: 20px;
      padding: 6px 16px;
      color: #ffc850;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-bottom:15px;
	  width: 100%;
    }

    .hero-tag::before {
      content: '●';
      font-size: 8px;
      animation: blink 1.5s infinite;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.2; }
    }

    /* メインコピー */
    .hero-main-copy {
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      color: #fff;
      line-height: 1.5;
      margin-bottom: 24px;
    }

    .hero-main-copy .line1 {
      display: block;
      font-size: clamp(14px, 2vw, 18px);
      color: rgba(255,255,255,0.7);
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      margin-bottom: 10px;
      letter-spacing: 0.05em;
    }

    .hero-main-copy .line2 {
      display: block;
      font-size: clamp(38px, 4vw, 46px);
      color: #fff;
      letter-spacing: -0.01em;
      line-height: 1.3;
    }

    .hero-main-copy .line2 em {
      font-style: normal;
      color: #ffc850;
      position: relative;
    }

    .hero-main-copy .line2 em::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 3px;
      background: #ffc850;
      border-radius: 2px;
    }

    /* サブコピー */
    .hero-sub-copy {
      font-size: clamp(12px, 1.5vw, 16px);
      color: rgba(255,255,255,0.75);
      line-height: 1.9;
      margin: 20px auto;
      border-left: 3px solid rgba(255,200,80,0.5);
      padding-left: 16px;
    }

    .hero-sub-copy strong {
      color: #fff;
      font-weight: 700;
    }

    /* 実績バッジ */
    .hero-stats {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }

    .stat-item {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 12px;
      padding: 12px 12px;
      text-align: center;
      backdrop-filter: blur(4px);
    }

    .stat-number {
      display: block;
      font-size: 26px;
      font-weight: 900;
      color: #ffc850;
      line-height: 1;
      margin-bottom: 4px;
    }

    .stat-number span {
      font-size: 14px;
      font-weight: 700;
    }

    .stat-label {
      display: block;
      font-size: 10px;
      color: rgba(255,255,255,0.6);
	  line-height: 1.6;
	  margin: 10px auto 0;

    }

    /* CTAボタン */
    .hero-cta {
      display: inline-flex;
      flex-direction: column;
      gap: 5px;
      width: 100%;
      max-width: 400px;
    }

    .btn-primary {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: linear-gradient(135deg, #ff8c42, #ff6b6b);
      color: #fff;
      font-size: 17px;
      font-weight: 900;
      padding: 10px 22px;
      border-radius: 50px;
      text-decoration: none;
      letter-spacing: 0.03em;
      box-shadow: 0 8px 30px rgba(255,107,107,0.4), 0 2px 8px rgba(0,0,0,0.3);
      transition: transform 0.2s, box-shadow 0.2s;
      cursor: pointer;
      border: none;
      position: relative;
      overflow: hidden;
	  margin: 10px auto 0;
    }

    .btn-primary::before {
      content: '';
      position: absolute;
      top: 0; left: -100%;
      width: 100%; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
      animation: shine 2.5s infinite;
    }

    @keyframes shine {
      0% { left: -100%; }
      60%, 100% { left: 100%; }
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 40px rgba(255,107,107,0.5), 0 4px 12px rgba(0,0,0,0.3);
    }

    .btn-arrow {
      font-size: 20px;
    }

    .btn-note {
      font-size: 11px;
      color:#ffffff;
      text-align: center;
      letter-spacing:0;
    }


    .btn-note02 {
      font-size: 11px;

      text-align: center;
      letter-spacing:0;
    }
    /* ===== RIGHT: ビジュアルカード ===== */
    .hero-visual {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    /* さおりの一言カード */
    .saori-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 20px;
      padding: 20px;
      backdrop-filter: blur(8px);
      position: relative;
    }

    .saori-card::before {
      content: '\201C';
      position: absolute;
      top: 12px;
      left: 20px;
      font-size: 60px;
      color: rgba(255,200,80,0.2);
      font-family: Georgia, serif;
      line-height: 1;
    }

    .saori-quote {
      font-size: clamp(13px, 1.5vw, 15px);
      color: rgba(255,255,255,0.85);
      line-height: 2;
      padding-top: 20px;
    }

    .saori-quote strong {
      color: #ffc850;
      font-weight: 700;
    }

    .saori-profile {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 20px;
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,0.1);
    }

    .saori-avatar{
width: 30%;
    }

    .saori-avatar img {
width: 100%;
    }

    .saori-name {
      font-size: 13px;
      color: rgba(255,255,255,0.9);
      font-weight: 700;
    }

    .saori-name span {
      display: block;
      font-size: 11px;
      color: rgba(255,255,255,0.5);
      font-weight: 400;
      margin-top: 2px;
    }

    /* 比較バッジ */
    .compare-badge {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 12px;
      align-items: center;
    }

    .badge-item {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 14px;
      padding: 16px 12px;
      text-align: center;
    }

    .badge-item.bad {
      border-color: rgba(255,100,100,0.3);
      background: rgba(255,100,100,0.05);
    }

    .badge-item.good {
      border-color: rgba(100,220,130,0.3);
      background: rgba(100,220,130,0.05);
    }

    .badge-pct {
      display: block;
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 4px;
    }

    .badge-item.bad .badge-pct { color: #ff7070; }
    .badge-item.good .badge-pct { color: #64dc82; }

    .badge-label {
      font-size: 10px;
      color: rgba(255,255,255,0.5);
      line-height: 1;
    }

    .vs-text {
      font-size: 13px;
      font-weight: 900;
      color: rgba(255,255,255,0.4);
      text-align: center;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
      .hero-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 24px 40px 24px;
      }

      .hero-stats {
        gap: 12px;
      }

      .stat-item {
        flex: 1;
        min-width: 80px;
      }

      .hero-cta {
        max-width: 100%;
      }
    }

    /* ===== PREVIEW LABEL ===== */
    .preview-label {
      position: fixed;
      top: 16px;
      right: 16px;
      background: rgba(0,0,0,0.6);
      color: rgba(255,255,255,0.6);
      font-size: 11px;
      padding: 6px 12px;
      border-radius: 6px;
      letter-spacing: 0.05em;
      z-index: 100;
    }

/* ==========================================================================
   ヒーローセクション
   ========================================================================== */

.slp-hero {
  background: var(--gr-hero);
  color: var(--clr-white);
  padding:40px 2%;
  text-align: center;
}

.slp-hero-label {
  display: inline-block;
  background: var(--clr-pink);
  color: var(--clr-white);
  font-size: var(--fz-xs);
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.slp-hero-h1 {
  font-size: clamp(22px, 5.5vw, 34px);
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}

.slp-hero-h1 .accent {
  color: var(--clr-yellow);
}

.slp-hero-sub {
  font-size: 14px;
  opacity: 0.88;
  margin:0 auto 10px;
  text-align: center;

}

.slp-hero-cta {
  display: inline-block;
  background: var(--gr-pink);
  color: var(--clr-white) !important;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: var(--radius-full);
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(232, 99, 122, 0.5);
  transition: transform 0.2s;
  line-height: 1.4;
  margin-bottom: 10px;
}

.slp-hero-cta:hover {
  transform: translateY(-3px);
}

.slp-hero-cta .cta-small {
  display: block;
  font-size: var(--fz-xs);
  font-weight: 400;
  opacity: 0.9;
  margin-top: 5px;
}

.slp-hero-free-note {
  font-size: var(--fz-xs);
  opacity: 0.6;
  margin: 8px 0 28px;
}

/* ヒーロー統計バー */
.slp-hero-stats {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 16px 24px;
}

.slp-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.slp-hero-stat strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--clr-yellow);
  line-height: 1;
}

.slp-hero-stat span {
  font-size: var(--fz-xs);
  opacity: 0.8;
}

@media screen and (max-width: 979px) {
  .slp-hero-stats {
    gap: 12px 16px;
  }
}


/* ==========================================================================
   共感セクション（チェックリスト）
   ========================================================================== */

.slp-empathy {
  background: var(--clr-bg-cream);
  border-top: 3px solid var(--clr-pink);
  padding: 32px 20px;
  text-align: center;
}

.slp-empathy-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-navy);
  margin: 0 0 16px;
  line-height: 1.6;
}

.slp-check-list {
  display: inline-block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slp-check-list li {
  font-size: 15px;
  padding: 6px 0 6px 28px;
  position: relative;
  color: var(--clr-text-mid);
  line-height: 1.6;
}

.slp-check-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--clr-pink);
  font-weight: 700;
}


/* ==========================================================================
   実績バー（数字・エビデンス）
   ========================================================================== */

.slp-proof-bar {
  background: var(--clr-navy);
  padding:42px 20px 42px 20px;
  margin: 0 auto;
}

.slp-proof-bar img{
margin: 0 auto;
text-align: center;
display: flex;
justify-content: center;
}

.slp-proof-bar ol{
color: #ffffff;
  font-size: 14px;
  list-style-type: decimal; /* ← これを追加して数字を強制します */
  list-style-position: inside; 
  padding-left: 0;
  margin: 0 auto 20px;
}

.slp-proof-bar li{
border-bottom: 1px dotted rgba(255, 255, 255, 0.8);;
padding: 10px 0;
}

.slp-proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--clr-white);
  font-size: var(--fz-sm);
}

.slp-proof-item .num {
  color: var(--clr-yellow);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.slp-proof-bar-in{
max-width: var(--max-width);
margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .slp-proof-bar-inner {
    gap: 8px 16px;
  }
}


/* ==========================================================================
   共通セクションレイアウト
   ========================================================================== */

.slp-section {
  padding: 52px 20px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.slp-section img{
border-radius: 20px;
margin: 20px auto 0;
}

.slp-section-bg-gray {
  background: var(--clr-bg-gray);
}

.slp-section-bg-navy {
  background: var(--clr-navy);
  color: var(--clr-white);
}

.slp-section-bg-pink {
  background: var(--clr-bg-pink);
}

.slp-section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 52px 20px;
}

.slp-section-inner ul{

    font-size: 14px;
    list-style-type:none;
    padding-left: 0;
    margin: 20px auto;
}
.slp-section-inner li{
border-bottom: 1px dotted #000000;
padding: 10px;
}

/* ==========================================================================
   共通見出し
   ========================================================================== */

.slp-h2 {
  font-size: clamp(20px, 4.5vw, 26px);
  font-weight: 700;
  text-align: center;
  margin: 0 0 8px;
  color: var(--clr-navy);
  line-height: 1.6;
font-family: 'Noto Serif JP', serif;

}

.slp-h2-line {
  display: block;
  width: 48px;
  height: 4px;
  background: var(--clr-pink);
  border-radius: 2px;
  margin: 10px auto 28px;
}

.slp-h2-white {
  color: var(--clr-white);
}


/* ==========================================================================
   ストーリー（体験談）
   ========================================================================== */

.slp-story-box {
  background: var(--clr-bg-white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-top: 4px;
}



.slp-story-box img {
  border-radius: 10px;
  padding:0 0 20px 0;

}

.slp-story-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--clr-border);
}

.slp-story-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clr-pink), var(--clr-gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.slp-story-name {
  font-weight: 700;
  font-size: 17px;
  color: var(--clr-navy);
  line-height: 1.3;
}

.slp-story-name-sub {
  font-size: var(--fz-xs);
  color: var(--clr-text-light);
  font-weight: 400;
  margin-top: 3px;
}

.slp-story-text {
  font-size: var(--fz-base);
  line-height: 1.9;
  color: var(--clr-text);
}

.slp-story-text p {
  margin: 0 0 14px;
}

.slp-story-text p:last-child {
  margin-bottom: 0;
}

.slp-story-highlight {
  background: var(--clr-bg-cta);
  border-left: 4px solid var(--clr-gold);
  padding: 14px 18px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: var(--fz-base);
  font-weight: 500;
  margin: 18px 0;
  color: #444;
}

@media screen and (max-width: 979px) {
  .slp-story-box {
    padding: 20px 16px;
  }
}


/* ==========================================================================
   メインCTAブロック
   ========================================================================== */

.slp-main-cta-block {
  background: var(--gr-navy);
  text-align: center;
  padding: 52px 20px;
}

.slp-main-cta-inner {
  max-width: 580px;
  margin: 0 auto;
}

.slp-cta-label {
  display:block;
  background: rgba(255, 255, 255, 0.15);
  color: var(--clr-yellow);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  margin: 10px auto;
  letter-spacing: 1px;
  text-align: center;
}

.slp-main-cta-h2 {
  font-size: clamp(20px, 4.5vw, 26px);
  font-weight: 700;
  color: var(--clr-white);
  margin: 0 0 10px;
  line-height: 1.5;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.slp-main-cta-p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 28px;
  line-height: 1.7;
}

.slp-cta-disclaimer {
  font-size: var(--fz-xs);
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}


/* ==========================================================================
   ボタン共通
   ========================================================================== */

/* ピンクボタン（メインCTA） */
.slp-btn-primary {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 10px;
  background: var(--gr-pink);
  color: var(--clr-white) !important;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  text-decoration: none !important;
  box-shadow: 0 6px 28px rgba(232, 99, 122, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  line-height: 1.4;
  text-align: center;
}

.slp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(232, 99, 122, 0.6);
}

/* ネイビーボタン（最終CTA） */
.slp-btn-primary-navy {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 10px;
  background: var(--gr-navy);
  color: var(--clr-white) !important;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  text-decoration: none !important;
  box-shadow: 0 6px 28px rgba(26, 42, 68, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
  line-height: 1.4;
  text-align: center;
}

.slp-btn-primary-navy:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(26, 42, 68, 0.45);
}

/* カードボタン */
.slp-btn-card {
  display: block;
  width: 100%;
  background: var(--gr-pink);
  color: var(--clr-white) !important;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 16px;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  transition: opacity 0.2s, transform 0.2s;
  line-height: 1.4;
  box-shadow: 0 4px 16px rgba(232, 99, 122, 0.35);
}

.slp-btn-card:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* ボタン共通：サブテキスト */
.slp-btn-primary .btn-sub,
.slp-btn-primary-navy .btn-sub,
.slp-btn-card .btn-sub {
  display: block;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.88;
  margin-top: 5px;
}

.slp-btn-primary-navy .btn-sub {
  opacity: 0.8;
}

@media screen and (max-width: 979px) {
  .slp-btn-primary:hover,
  .slp-btn-primary-navy:hover,
  .slp-btn-card:hover {
    transform: none;
  }

  .slp-btn-primary:active,
  .slp-btn-primary-navy:active {
    opacity: 0.8;
  }
}


/* ==========================================================================
   相談所カード
   ========================================================================== */

.slp-card {
  background: var(--clr-bg-white);
  border: 2px solid var(--clr-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.slp-card:last-child {
  margin-bottom: 0;
}

/* カードヘッダー */
.slp-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 15px;
}

.slp-card-header.rank1 {
  background: var(--gr-gold);
  color: var(--clr-white);
}

.slp-card-header.rank2 {
  background: var(--gr-silver);
  color: var(--clr-white);
}

.slp-rank-badge {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

/* カードボディ */
.slp-card-body {
  padding: 22px 20px;
}

.slp-card-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--clr-navy);
  margin: 0 0 6px;
  line-height: 1.2;
}

.slp-card-tag {
  display: inline-block;
  background: var(--clr-bg-pink);
  color: var(--clr-pink);
  font-size: var(--fz-xs);
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

/* スペックグリッド */
.slp-card-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.slp-spec-item {
  background: var(--clr-bg-gray);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}

.slp-spec-label {
  font-size: 11px;
  color: var(--clr-text-light);
  margin-bottom: 3px;
}

.slp-spec-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--clr-navy);
}

/* ボイスボックス */
.slp-voice-box {
  background: var(--clr-bg-pink);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 20px;
}

.slp-voice-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--clr-pink);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 600px) {
  .slp-card-specs {
    grid-template-columns: 1fr 1fr;
  }
}


/* ==========================================================================
   比較表
   ========================================================================== */

.slp-table-wrap {
  overflow-x: auto;
  margin: 4px auto 20px;
}

.slp-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 480px;
}

.slp-compare-table th {
  background: var(--clr-navy);
  color: var(--clr-white);
  padding: 12px 14px;
  text-align: left;
  font-size: var(--fz-sm);
  font-weight: 700;
}

.slp-compare-table td {
  padding: 10px 10px;
  border-bottom: 1px solid var(--clr-border);
  vertical-align: middle;
  font-size: 12px;
  color: var(--clr-text);
}

.slp-compare-table tr:nth-child(even) td {
  background: var(--clr-bg-gray);
}

.slp-compare-table .badge-best {
  display: inline-block;
  background: var(--clr-pink);
  color: var(--clr-white);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  margin-left: 6px;
  vertical-align: middle;
}


/* ==========================================================================
   FAQ
   ========================================================================== */

.slp-faq-item {
  border-bottom: 1px solid var(--clr-border);
  padding: 20px 0;
}

.slp-faq-item:first-child {
  padding-top: 0;
}

.slp-faq-q {
  display: flex;
  gap: 12px;
  font-weight: 700;
  font-size: var(--fz-base);
  color: var(--clr-navy);
  margin-bottom: 10px;
  line-height: 1.5;
}

.slp-faq-q-icon {
  background: var(--clr-pink);
  color: var(--clr-white);
  font-size: var(--fz-sm);
  font-weight: 700;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.slp-faq-a {
  font-size: 15px;
  line-height: 1.85;
  color: var(--clr-text-mid);
  padding-left: 38px;
}

.slp-faq-a strong {
  color: var(--clr-navy);
}


/* ==========================================================================
   最終CTA
   ========================================================================== */

.slp-final-cta {
  background: var(--gr-final);
  padding: 60px 20px 80px;
  text-align: center;
}

.slp-final-cta-inner {
  max-width: 580px;
  margin: 0 auto;
}

.slp-urgency-tag {
  display: inline-block;
  background: var(--clr-pink);
  color: var(--clr-white);
  font-size: 13px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.slp-final-h2 {
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 700;
  color: var(--clr-navy);
  margin: 0 0 12px;
  line-height: 1.45;
     font-family: 'Noto Serif JP', serif;
}

.slp-final-h2 .accent {
  color: var(--clr-pink);
}

.slp-final-p {
  font-size: var(--fz-base);
  color: #666;
  margin: 0 0 28px;
  line-height: 1.8;
}

.slp-final-disclaimer {
  font-size: var(--fz-xs);
  color: #aaa;
  margin-top: 20px;
  line-height: 1.7;
}


/* ==========================================================================
   Story conversion redesign
   ========================================================================== */

.saori-lp-wrap {
  letter-spacing: 0.03em;
  background: #fbf8f3;
}

.hero {
  min-height: auto;
  background: linear-gradient(135deg, #172235 0%, #24354f 62%, #6f5260 100%);
}

.hero::before,
.hero::after {
  display: none;
}

.hero-inner {
  max-width: 1120px;
  padding: 76px 40px 64px;
  gap: 48px;
}

.hero-tag {
  width: fit-content;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(241, 210, 151, 0.12);
  border-color: rgba(241, 210, 151, 0.55);
  color: #f1d297;
}

.hero-main-copy .line1 {
  color: rgba(255, 255, 255, 0.82);
}

.hero-main-copy .line2 {
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: 0;
}

.hero-main-copy .line2 em,
.hero-main-copy .line1 em {
  color: #f1d297 !important;
}

.hero-main-copy .line2 em::after {
  background: #f1d297;
}

.hero-sub-copy {
  max-width: 460px;
  border-left: 0;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  text-align: left;
}

.hero-stats {
  justify-content: center;
}

.stat-item,
.saori-card,
.badge-item {
  border-radius: 8px;
}

.btn-primary,
.slp-btn-primary,
.slp-btn-primary-navy,
.slp-float-btn {
  border-radius: 999px;
  background: linear-gradient(135deg, #e46d76, #c94865);
  box-shadow: 0 8px 26px rgba(201, 72, 101, 0.32);
}

.btn-note,
.btn-note02 {
  opacity: 0.9;
}

.saori-card {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.saori-card::before {
  color: rgba(241, 210, 151, 0.22);
}

.saori-quote strong,
.badge-item.good .badge-pct {
  color: #f1d297;
}

.badge-item.good {
  border-color: rgba(241, 210, 151, 0.42);
  background: rgba(241, 210, 151, 0.08);
}

.story-flow {
  background: #fff7f3;
}

.story-flow-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
}

.story-flow-lead img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.story-flow-lead p {
  font-size: 18px;
  line-height: 1.9;
  color: #3d3d3d;
  margin: 0;
}

.story-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.story-step-card {
  background: #ffffff;
  border: 1px solid #eadfd7;
  border-radius: 8px;
  padding: 22px 18px;
  box-shadow: 0 10px 28px rgba(38, 31, 28, 0.06);
}

.story-step-card-accent {
  background: #24354f;
  border-color: #24354f;
  color: #ffffff;
}

.story-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #f1d297;
  color: #24354f;
  font-weight: 900;
  letter-spacing: 0;
}

.story-step-card h3 {
  margin: 0 0 10px;
  color: #24354f;
  font-size: 18px;
  line-height: 1.45;
  font-family: 'Noto Serif JP', serif;
}

.story-step-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.story-step-card-accent h3,
.story-step-card-accent p {
  color: #ffffff;
}

.story-flow-highlight {
  margin: 26px 0 0;
  border-left-color: #c94865;
}

.service-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px auto;
}

.service-point-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 20px 18px;
}

.service-point-card h3 {
  margin: 0 0 10px;
  color: #f1d297;
  font-size: 17px;
  line-height: 1.5;
}

.service-point-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.recommend-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px auto 44px;
}

.recommend-card {
  background: #ffffff;
  border: 1px solid #ded8d0;
  border-radius: 8px;
  padding: 22px 18px;
  box-shadow: 0 8px 22px rgba(34, 40, 49, 0.06);
}

.recommend-card span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff0f1;
  color: #c94865;
  font-size: 12px;
  font-weight: 700;
}

.recommend-card h3 {
  margin: 0 0 10px;
  color: #24354f;
  font-size: 18px;
  line-height: 1.45;
}

.recommend-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.75;
}

.compare-table-title {
  margin-top: 8px;
}

.table-note {
  margin: 18px auto 0;
  padding: 18px 20px;
  background: #ffffff;
  border-left: 4px solid #c94865;
  border-radius: 8px;
  color: #444;
  font-weight: 600;
}

.slp-final-cta {
  background: linear-gradient(180deg, #fff7f3 0%, #f6ece4 100%);
}

.slp-urgency-tag {
  background: #24354f;
}

.slp-final-h2 .accent {
  color: #c94865;
}

@media screen and (max-width: 979px) {
  .hero-inner {
    padding: 44px 22px 40px;
  }

  .hero-main-copy .line2 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .hero-sub-copy {
    padding: 16px;
  }

  .story-flow-lead,
  .story-step-grid,
  .service-points,
  .recommend-cards {
    grid-template-columns: 1fr;
  }

  .story-flow-lead {
    gap: 18px;
  }

  .story-flow-lead p {
    font-size: 15px;
  }

  .story-step-card,
  .service-point-card,
  .recommend-card {
    padding: 18px 16px;
  }

  .slp-float-btn {
    width: calc(100% - 28px);
    text-align: center;
    white-space: normal;
    line-height: 1.35;
  }
}


/* ==========================================================================
   Campaign block
   ========================================================================== */

.campaign-mini {
  width: fit-content;
  margin: 12px auto 0;
  padding: 9px 14px;
  border: 1px solid rgba(241, 210, 151, 0.55);
  border-radius: 999px;
  background: rgba(241, 210, 151, 0.12);
  color: #fff7d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.campaign-mini span {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #c94865;
  color: #ffffff;
  font-size: 11px;
}

.campaign-section {
  padding: 42px 20px;
  background: #fffdf8;
}

.campaign-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 28px;
  border: 2px solid #d8b76e;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,248,231,0.96)),
    #fff8e7;
  box-shadow: 0 12px 32px rgba(76, 49, 28, 0.12);
  text-align: center;
}

.campaign-label {
  display: inline-block;
  margin: 0 auto 12px;
  padding: 5px 16px;
  border-radius: 999px;
  background: #c94865;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.campaign-box h2 {
  margin: 0 0 22px;
  color: #b22042;
  font-size: clamp(26px, 5vw, 42px);
  line-height: 1.25;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-align: center;
}

.campaign-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto 18px;
}

.campaign-benefit {
  position: relative;
  padding: 22px 18px 18px;
  border: 1px solid #ead9aa;
  border-radius: 8px;
  background: #ffffff;
}

.campaign-benefit span {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c94865;
  color: #ffffff;
  font-weight: 900;
}

.campaign-benefit p {
  margin: 0 0 8px;
  color: #4b4037;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.campaign-benefit strong {
  display: block;
  color: #b22042;
  font-size: 36px;
  line-height: 1;
}

.campaign-note {
  margin: 0 auto 8px;
  color: #6b5b4f;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.campaign-deadline {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #ead9aa;
  color: #b22042;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.campaign-mini-final {
  color: #24354f;
  border-color: #d8b76e;
  background: #fff8e7;
}

@media screen and (max-width: 979px) {
  .campaign-mini {
    width: 100%;
    max-width: 360px;
    border-radius: 8px;
    font-size: 12px;
  }

  .campaign-mini span {
    display: block;
    width: fit-content;
    margin: 0 auto 6px;
  }

  .campaign-section {
    padding: 30px 16px;
  }

  .campaign-box {
    padding: 26px 16px;
  }

  .campaign-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .campaign-benefit strong {
    font-size: 32px;
  }

  .campaign-deadline {
    font-size: 15px;
  }
}


/* ==========================================================================
   Full pink bridal redesign
   ========================================================================== */

body {
  min-width: 100%;
  background: #fff7fb;
}

.lp-redesign {
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 155, 181, 0.2), transparent 18%),
    radial-gradient(circle at 90% 18%, rgba(255, 205, 219, 0.36), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff4f8 34%, #fffafa 100%);
  color: #5a443d;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  box-shadow: 0 0 18px rgba(230, 127, 158, 0.18);
}

.lp-redesign p {
  text-align: inherit;
}

.lp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-fv-image {
  position: relative;
  padding: 0 0 34px;
  margin: 0;
  background: #fff7fb url("../img/fv_design_bg.png") center top / cover no-repeat;
  overflow: visible;
}

.lp-fv-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lp-fv-text {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.lp-fv-content {
  position: relative;
  z-index: 2;
  margin-top: -6px;
  padding: 0 32px;
}

.lp-fv-btn {
  width: min(500px, 78%);
  min-height: 64px;
  margin-top: -10px;
  padding: 12px 40px;
  font-size: clamp(20px, 3.4vw, 28px);
}

.lp-fv-benefit {
  width: min(620px, 88%);
  max-width: 100%;
  margin: 14px auto 26px;
}

.lp-fv-stats {
  width: min(620px, 82%);
  max-width: 100%;
  margin: 0 auto;
}

.lp-fv-note {
  max-width: 620px;
  margin: 8px auto 0;
  color: #9a8078;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.lp-voice-slider-section {
  margin-top: -1px;
}

.lp-voice-slider {
  position: relative;
  overflow: hidden;
  padding: 0 34px 8px;
}

.lp-voice-track {
  display: flex;
  gap: 18px;
  transition: transform 1.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.lp-voice-slider .lp-voice-card {
  flex: 0 0 84%;
  opacity: 0.45;
  transform: scale(0.96);
  transition: opacity 1.25s ease, transform 1.25s ease;
}

.lp-voice-slider .lp-voice-card.is-active {
  opacity: 1;
  transform: scale(1);
}

.lp-voice-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 20px;
}

.lp-voice-dots button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #f3bfd0;
  cursor: pointer;
}

.lp-voice-dots button.is-active {
  background: #e85281;
}

.lp-hero {
  position: relative;
  padding: 58px 32px 26px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 46%, rgba(255,255,255,0.35) 100%),
    radial-gradient(circle at 83% 20%, rgba(255, 216, 226, 0.9), transparent 31%),
    linear-gradient(135deg, #fff 0%, #fff2f7 100%);
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 87, 128, 0.18) 0 9px, transparent 10px),
    radial-gradient(circle at 78% 8%, rgba(236, 87, 128, 0.14) 0 8px, transparent 9px),
    radial-gradient(circle at 86% 38%, rgba(236, 87, 128, 0.11) 0 6px, transparent 7px);
  pointer-events: none;
}

.lp-hero__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: center;
}

.lp-kicker {
  width: fit-content;
  margin: 0 0 16px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(236, 87, 128, 0.1);
  color: #d94c78;
  font-size: 13px;
  font-weight: 700;
}

.lp-hero h1 {
  margin: 0;
  color: #6c4a3f;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(31px, 5.7vw, 51px);
  line-height: 1.42;
  letter-spacing: 0.02em;
}

.lp-hero h1 span,
.lp-hero h1 strong {
  display: block;
}

.lp-hero h1 em {
  color: #e85281;
  font-size: 1.28em;
  font-style: normal;
}

.lp-hero h1 strong {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 3px dotted #f197b5;
  color: #6b4538;
  font-size: 0.78em;
  font-weight: 700;
}

.lp-hero__lead {
  margin: 22px 0 0;
  color: #7d6962;
  font-size: 15px;
  line-height: 1.9;
}

.lp-hero__visual {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-bride-card {
  position: relative;
  width: min(280px, 100%);
  aspect-ratio: 0.78;
  border-radius: 46% 46% 8px 8px;
  background:
    radial-gradient(circle at 52% 22%, #6c5550 0 44px, transparent 45px),
    radial-gradient(circle at 50% 34%, #ffe2da 0 54px, transparent 55px),
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,232,238,0.84));
  box-shadow: inset 0 0 44px rgba(255,255,255,0.9), 0 18px 42px rgba(230, 127, 158, 0.14);
  overflow: hidden;
}

.lp-bride-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 108px;
  width: 124px;
  height: 172px;
  transform: translateX(-50%);
  border-radius: 60px 60px 0 0;
  background: linear-gradient(180deg, #fff, #ffe9ef);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.42);
}

.lp-bride-card::after {
  content: "";
  position: absolute;
  right: 42px;
  top: 80px;
  width: 110px;
  height: 210px;
  border-radius: 80px 80px 10px 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.18));
  transform: rotate(-10deg);
}

.lp-bride-card p {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: 0;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.78);
  color: #a64d65;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}

.lp-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(540px, 100%);
  min-height: 76px;
  margin: 26px auto 26px;
  padding: 16px 42px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffb133 0%, #ff7c13 54%, #f05b22 100%);
  color: #fff !important;
  font-size: clamp(22px, 4.5vw, 34px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 7px 0 #d94f13, 0 16px 25px rgba(229, 86, 32, 0.24);
}

.lp-btn::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 22px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.lp-btn span {
  display: block;
  margin-left: 0;
  font-size: 0.58em;
  font-weight: 700;
}

.lp-btn--hero {
  flex-direction: column;
}

.lp-btn--hero::after {
  position: absolute;
  right: 52px;
  margin-left: 0;
}

.lp-service .lp-btn,
.lp-final .lp-btn {
  font-weight: 700;
}

.lp-gift-ribbon {
  position: relative;
  z-index: 2;
  margin: 26px -16px 30px;
  padding: 14px 20px;
  background: linear-gradient(90deg, #f65c91, #e94e86);
  color: #fff;
  font-size: clamp(17px, 3vw, 27px);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 14px rgba(225, 69, 125, 0.2);
}

.lp-gift-ribbon span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.24);
  font-size: 0.72em;
}

.lp-gift-ribbon strong {
  color: #ffe48c;
  font-size: 1.16em;
}

.lp-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

.lp-stat-circle {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f4dba7;
  box-shadow: 0 10px 18px rgba(208, 142, 165, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-stat-circle span {
  color: #e85281;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(29px, 6vw, 55px);
  font-weight: 700;
  line-height: 1;
}

.lp-stat-circle small {
  font-size: 0.34em;
}

.lp-stat-circle p {
  margin: 10px 0 0;
  color: #7b5449;
  font-size: clamp(13px, 2vw, 19px);
  font-weight: 700;
}

.lp-source-note,
.lp-small-note,
.lp-disclaimer {
  margin: 14px auto 0;
  color: #9a8078;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.lp-voice,
.lp-compare,
.lp-story,
.lp-campaign,
.lp-service,
.lp-recommend,
.lp-table-section,
.lp-faq,
.lp-final {
  padding: 52px 32px;
}

.lp-voice h2,
.lp-compare h2,
.lp-story h2,
.lp-campaign h2,
.lp-service h2,
.lp-recommend h2,
.lp-table-section h2,
.lp-faq h2,
.lp-final h2 {
  margin: 0 0 26px;
  color: #e85281;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1.5;
  text-align: center;
}

.lp-voice {
  background: linear-gradient(180deg, #fff7fb, #fff);
}

.lp-voice-card {
  position: relative;
  border: 1px solid #f4c6d6;
  border-radius: 22px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(214, 91, 130, 0.13);
}

.lp-voice-profile {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: center;
}

.lp-voice-profile img {
  width: 150px;
  border-radius: 8px;
}

.lp-voice-profile h3 {
  margin: 0;
  color: #3d3d3d;
  font-size: 24px;
}

.lp-voice-profile h3 span {
  font-size: 15px;
  font-weight: 500;
}

.lp-voice-profile p {
  margin: 8px 0 0;
  color: #777;
  font-size: 14px;
}

.lp-voice-balloon {
  margin: 22px 0 0 174px;
  padding: 22px;
  border-radius: 18px;
  background: #fff0f5;
}

.lp-voice-balloon p {
  margin: 0;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.9;
}

.lp-social-icons {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

.lp-social-icons span {
  width: 26px;
  height: 26px;
  border: 2px solid #222;
  border-radius: 50%;
}

.lp-social-icons span:first-child {
  border: 0;
  background: #e85281;
  clip-path: polygon(50% 90%, 13% 54%, 9% 28%, 25% 12%, 50% 25%, 75% 12%, 91% 28%, 87% 54%);
}

.lp-social-icons span:last-child {
  margin-left: auto;
  border-radius: 0;
  clip-path: polygon(18% 0, 82% 0, 82% 100%, 50% 74%, 18% 100%);
}

.lp-compare {
  background: #fff7fb;
}

.lp-rate-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 74px 1fr;
  border: 1px solid #f1c2d1;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(214, 91, 130, 0.1);
}

.lp-rate {
  min-height: 190px;
  padding: 34px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-rate--agency {
  background: #fff1f6;
}

.lp-rate p {
  margin: 0 0 16px;
  color: #64646b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-rate strong {
  color: #e85281;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(54px, 10vw, 92px);
  line-height: 1;
}

.lp-rate--app strong {
  color: #6f6f78;
}

.lp-rate small {
  font-size: 0.38em;
}

.lp-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.lp-vs::before {
  content: "VS";
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #aaa4aa;
}

.lp-cta-center {
  margin-top: 30px;
  text-align: center;
}

.lp-cta-center p {
  margin: 0 0 12px;
  color: #e85281;
  font-size: 26px;
  font-weight: 700;
}

.lp-story {
  background: #fff;
}

.lp-story-grid,
.lp-service-grid,
.lp-recommend-grid,
.lp-campaign-grid {
  display: grid;
  gap: 16px;
}

.lp-story-grid {
  grid-template-columns: repeat(2, 1fr);
}

.lp-story-list {
  display: grid;
  gap: 24px;
}

.lp-story-grid article,
.lp-story-list article,
.lp-service-grid div,
.lp-recommend-grid div {
  border: 1px solid #f2ceda;
  border-radius: 16px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(214, 91, 130, 0.08);
}

.lp-story-grid span,
.lp-story-list span,
.lp-recommend-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffe5ee;
  color: #e85281;
  font-weight: 900;
}

.lp-story-grid h3,
.lp-story-list h3,
.lp-service-grid h3,
.lp-recommend-grid h3,
.lp-faq-item h3 {
  margin: 0 0 10px;
  color: #754f46;
  font-size: 20px;
  line-height: 1.5;
}

.lp-story-list h3 {
  margin-bottom: 16px;
  font-size: clamp(21px, 3.7vw, 28px);
}

.lp-story-list img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  margin: 0 0 18px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.lp-story-grid p,
.lp-story-list p,
.lp-service-grid p,
.lp-recommend-grid p,
.lp-faq-item p,
.lp-section-lead,
.lp-final p {
  margin: 0;
  color: #5f5551;
  font-size: 15px;
  line-height: 1.85;
}

.lp-story-grid .lp-story-accent {
  background: #fff0f5;
}

.lp-story-list .lp-story-accent {
  background: #fff0f5;
}

.lp-campaign {
  background: linear-gradient(180deg, #c91542, #e94874);
  color: #fff;
  text-align: center;
}

.lp-section-label {
  display: inline-block;
  margin: 0 auto 12px;
  padding: 5px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  color: inherit;
  font-weight: 700;
}

.lp-campaign h2 {
  color: #fff;
}

.lp-campaign-sample {
  display: block;
  width: min(520px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto 28px;
  border: 4px solid rgba(255,255,255,0.72);
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 14px 28px rgba(109, 13, 41, 0.28);
}

.lp-campaign-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}

.lp-campaign-grid div {
  position: relative;
  padding: 24px 16px;
  border-radius: 14px;
  background: #fff7df;
  color: #754f46;
}

.lp-campaign-grid span {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #c91542;
  font-weight: 900;
  line-height: 34px;
}

.lp-campaign-grid p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
}

.lp-campaign-grid strong {
  display: block;
  color: #c91542;
  font-size: 43px;
  line-height: 1;
}

.lp-campaign-note,
.lp-campaign-date {
  margin: 18px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}

.lp-campaign-date {
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.45);
  font-size: 18px;
  font-weight: 700;
}

.lp-service,
.lp-table-section,
.lp-final {
  background: #fff;
  text-align: center;
}

.lp-service-about {
  margin: 22px auto;
  padding: 22px;
  border: 1px solid #f2ceda;
  border-radius: 16px;
  background: #fff7fb;
  text-align: left;
  box-shadow: 0 8px 22px rgba(214, 91, 130, 0.08);
}

.lp-service-about h3 {
  margin: 0 0 10px;
  color: #e85281;
  font-size: 21px;
  line-height: 1.5;
}

.lp-service-about p {
  margin: 0;
  color: #5f5551;
  font-size: 15px;
  line-height: 1.9;
}

.lp-service-grid,
.lp-recommend-grid {
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
  text-align: left;
}

.lp-recommend {
  background: #fff7fb;
}

.lp-recommend-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

.lp-recommend-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  margin: 14px 0 16px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.lp-recommend-grid h4 {
  margin: 18px 0 10px;
  color: #e85281;
  font-size: 16px;
  line-height: 1.5;
}

.lp-recommend-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-recommend-grid li {
  position: relative;
  padding-left: 20px;
  color: #5f5551;
  font-size: 15px;
  line-height: 1.8;
}

.lp-recommend-grid li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e85281;
}

.lp-table-wrap {
  overflow-x: auto;
}

.lp-company-info-list {
  display: grid;
  gap: 22px;
  margin: 28px 0;
  text-align: left;
}

.lp-company-info-card,
.lp-company-common {
  border: 1px solid #f2ceda;
  border-radius: 16px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(214, 91, 130, 0.08);
}

.lp-company-info-head {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.lp-company-info-head img {
  display: block;
  width: 130px;
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
}

.lp-company-info-card h3,
.lp-company-common h3 {
  margin: 0;
  color: #754f46;
  font-size: 22px;
  line-height: 1.45;
}

.lp-company-info-head p {
  margin: 4px 0 0;
  color: #e85281;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.lp-company-info-card > p,
.lp-company-common p {
  margin: 0 0 18px;
  color: #5f5551;
  font-size: 15px;
  line-height: 1.9;
}

.lp-company-info-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  background: #fff7fb;
}

.lp-company-info-table th,
.lp-company-info-table td {
  border-bottom: 1px solid #f4d4de;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.65;
  vertical-align: top;
}

.lp-company-info-table th {
  width: 112px;
  background: #ffe5ee;
  color: #e85281;
  font-weight: 700;
  text-align: left;
}

.lp-company-info-table td {
  color: #594d49;
}

.lp-company-common {
  margin-top: 28px;
  background: #fff7fb;
  text-align: left;
}

.lp-company-common p {
  margin-bottom: 0;
}

.lp-data-note {
  margin: 16px auto 0;
  color: #9a8078;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.lp-compare-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.lp-compare-table th {
  background: #e85281;
  color: #fff;
  padding: 13px 12px;
  font-size: 14px;
}

.lp-company-name {
  display: block;
  margin-bottom: 8px;
}

.lp-company-logo {
  display: block;
  width: 112px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
}

.lp-compare-table td {
  border-bottom: 1px solid #f4d4de;
  padding: 13px 12px;
  color: #594d49;
  font-size: 13px;
}

.lp-faq {
  background: #fff7fb;
}

.lp-faq-item {
  border-bottom: 1px solid #f1c2d1;
  padding: 20px 0;
}

.lp-faq-item h3::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e85281;
  color: #fff;
  font-size: 15px;
}

.lp-final {
  background: linear-gradient(180deg, #fff, #fff0f6);
}

.lp-final h2 {
  color: #e85281;
}

.lp-final-image {
  display: block;
  width: min(520px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto 22px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 14px 28px rgba(214, 91, 130, 0.16);
}

.lp-final p {
  text-align: center;
}

.lp-final .lp-small-note {
  margin-top: 28px;
}

.lp-disclaimer {
  margin-top: 24px;
  color: #a69490;
}

.lp-float-btn {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 9999;
  transform: translateX(-50%);
  display: block;
  width: min(560px, calc(100% - 22px));
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: none;
}

.lp-float-btn img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 979px) {
  .lp-redesign {
    max-width: 100%;
  }

  .lp-fv-content {
    margin-top: -4px;
    padding: 0 14px;
  }

  .lp-fv-text {
    width: 100%;
  }

  .lp-fv-btn {
    width: 82%;
    min-height: 44px;
    padding: 7px 24px;
    border-radius: 20px;
    font-size: clamp(15px, 4.4vw, 18px);
    box-shadow: 0 4px 0 #d94f13, 0 8px 14px rgba(229, 86, 32, 0.18);
  }

  .lp-fv-benefit {
    width: 88%;
    margin: 8px auto 26px;
  }

  .lp-fv-stats {
    width: 86%;
    margin-top: 0;
  }

  .lp-fv-note {
    max-width: 86%;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.5;
  }

  .lp-hero {
    padding: 42px 20px 22px;
  }

  .lp-hero__body,
  .lp-story-grid,
  .lp-campaign-grid,
  .lp-service-grid,
  .lp-recommend-grid {
    grid-template-columns: 1fr;
  }

  .lp-company-info-head {
    grid-template-columns: 1fr;
  }

  .lp-company-info-head img {
    width: 150px;
  }

  .lp-company-info-table th {
    width: 92px;
  }

  .lp-hero__visual {
    min-height: 250px;
  }

  .lp-bride-card {
    width: 210px;
  }

  .lp-stat-row {
    gap: 10px;
  }

  .lp-stat-circle {
    padding: 8px;
  }

  .lp-voice,
  .lp-compare,
  .lp-story,
  .lp-campaign,
  .lp-service,
  .lp-recommend,
  .lp-table-section,
  .lp-faq,
  .lp-final {
    padding: 42px 20px;
  }

  .lp-voice-profile {
    grid-template-columns: 96px 1fr;
    gap: 14px;
  }

  .lp-voice-profile img {
    width: 96px;
  }

  .lp-voice-slider {
    padding: 0 22px 8px;
  }

  .lp-voice-track {
    gap: 14px;
  }

  .lp-voice-slider .lp-voice-card {
    flex-basis: 88%;
  }

  .lp-voice-balloon {
    margin-left: 0;
  }

  .lp-voice-balloon p {
    font-size: 15px;
  }

  .lp-rate-box {
    grid-template-columns: 1fr;
  }

  .lp-vs {
    min-height: 50px;
  }

  .lp-rate {
    min-height: 150px;
  }

  .lp-btn {
    min-height: 64px;
    padding: 14px 28px;
    font-size: 22px;
  }

  .lp-btn--hero::after {
    right: 24px;
  }

  .lp-float-btn {
    width: min(520px, calc(100% - 16px));
    bottom: 8px;
  }
}


/* ==========================================================================
   ステップセクション
   ========================================================================== */

.lp-steps {
  padding: 52px 32px;
  background: #fff;
  text-align: center;
}

.lp-steps h2 {
  margin: 0 0 36px;
  color: #e85281;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1.5;
  text-align: center;
}

.lp-steps__label {
  background: rgba(232, 82, 129, 0.12);
  color: #e85281;
  margin-bottom: 12px;
}

.lp-steps-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 520px;
  margin: 0 auto;
}

.lp-step-card {
  width: 100%;
  border: 1px solid #f2ceda;
  border-radius: 20px;
  background: #fff;
  padding: 28px 28px 22px;
  box-shadow: 0 8px 22px rgba(214, 91, 130, 0.08);
  text-align: left;
  position: relative;
}

.lp-step-card--accent {
  background: linear-gradient(135deg, #fff0f6, #fff);
  border-color: #e85281;
}

.lp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffe5ee;
  color: #e85281;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}

.lp-step-card--accent .lp-step-num {
  background: #e85281;
  color: #fff;
}

.lp-step-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.lp-step-card h3 {
  margin: 10px 0 10px;
  color: #754f46;
  font-size: 20px;
  line-height: 1.5;
}

.lp-step-card p {
  margin: 0 0 14px;
  color: #5f5551;
  font-size: 15px;
  line-height: 1.85;
}

.lp-step-time {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: #fff0f5;
  color: #e85281;
  font-size: 13px;
  font-weight: 700;
}

.lp-step-card--accent .lp-step-time {
  background: rgba(232, 82, 129, 0.12);
}

.lp-step-arrow {
  color: #f2ceda;
  font-size: 28px;
  line-height: 1;
  padding: 6px 0;
}

.lp-steps-note {
  margin: 28px auto 0;
  color: #9a8078;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .lp-steps {
    padding: 42px 20px;
  }

  .lp-step-card {
    padding: 22px 20px 18px;
  }
}
