/* ============================================
   mop-up theme - 安心感・誠実さ・プロ感
   ============================================ */
.lp-mopup {
  --lp-primary: #1E3A5F;
  --lp-primary-dark: #122647;
  --lp-primary-tint: rgba(30, 58, 95, .08);
  --lp-primary-tint-strong: rgba(30, 58, 95, .14);
  --lp-accent: #C9A961;
  --lp-accent-dark: #A88B45;
}

/* Hero image (Nano Banana Pro 生成画像) */
.lp-mopup .lp-hero__image {
  width: 100%;
  height: auto;
  border-radius: var(--lp-radius-xl);
  box-shadow: 0 32px 64px -20px rgba(0, 0, 0, .45), 0 8px 20px rgba(0, 0, 0, .25);
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
@media (max-width: 720px) {
  .lp-mopup .lp-hero {
    padding: 32px 0 40px;
  }
  .lp-mopup .lp-hero__inner {
    display: block;
  }
  .lp-mopup .lp-hero__body { width: 100%; max-width: 100%; min-width: 0; }
  .lp-mopup .lp-hero__visual {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .lp-mopup .lp-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: auto;
    border-radius: 0;
    opacity: .2;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%);
  }
  .lp-mopup .lp-btn,
  .lp-mopup .lp-btn--lg {
    padding: 12px 20px;
    font-size: 13px;
    gap: 8px;
  }
  .lp-mopup .lp-btn i {
    font-size: 12px;
  }
}

/* Hero - dark navy */
.lp-mopup .lp-hero {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(201, 169, 97, .12) 0, transparent 45%),
    radial-gradient(ellipse at 100% 100%, rgba(201, 169, 97, .06) 0, transparent 40%),
    linear-gradient(135deg, #1E3A5F 0%, #142847 50%, #0E1F36 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
/* FV背景画像：右側にうっすらフェードイン（bewith風） */
.lp-mopup .lp-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}
.lp-mopup .lp-hero__body {
  max-width: 720px;
}
.lp-mopup .lp-hero__visual {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  left: 35%;
  z-index: 1;
  margin: 0;
  pointer-events: none;
}
.lp-mopup .lp-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 0;
  opacity: .32;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 50%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 50%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%);
  mask-composite: intersect;
}
.lp-mopup .lp-hero::before { display: none; }
.lp-mopup .lp-hero::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 30% 50%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 30% 50%, #000 0%, transparent 80%);
  pointer-events: none;
}
.lp-mopup .lp-hero__label {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 12px 24px;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 800;
  letter-spacing: .04em;
}
.lp-mopup .lp-hero__label::before { background: var(--lp-accent); box-shadow: 0 0 0 4px rgba(201, 169, 97, .2); }
.lp-mopup .lp-hero__label i { font-size: 17px; }
.lp-mopup .lp-hero__title {
  color: #fff;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .01em;
}
.lp-mopup .lp-hero__title em {
  color: var(--lp-accent);
  font-style: normal;
}
.lp-mopup .lp-hero__title em::after { background: rgba(201, 169, 97, .2); }
.lp-mopup .lp-hero__sub {
  color: rgba(255, 255, 255, .8);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 2;
  margin-bottom: 36px;
}

/* セクション英語見出しを少し拡大（KURUMEO横展開） */
.lp-mopup .lp-sec-title__en {
  font-size: clamp(15px, 1.5vw, 17px);
  letter-spacing: .26em;
}
.lp-mopup .lp-sec-title__ja {
  font-size: clamp(26px, 3.6vw, 40px);
}

.lp-mopup .lp-hero .lp-btn--primary {
  background: #fff; color: var(--lp-primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .6);
}
.lp-mopup .lp-hero .lp-btn--primary::after { background: linear-gradient(120deg, transparent 30%, rgba(30, 58, 95, .1) 50%, transparent 70%); }
.lp-mopup .lp-hero .lp-btn--primary:hover {
  background: var(--lp-accent); color: #fff;
  box-shadow: 0 14px 28px rgba(201, 169, 97, .4), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.lp-mopup .lp-hero .lp-btn--outline {
  color: #fff; border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .04);
}
.lp-mopup .lp-hero .lp-btn--outline:hover { background: #fff; color: var(--lp-primary); border-color: #fff; }

/* Hero CTA：ボタンを同サイズに揃える */
.lp-mopup .lp-hero__cta .lp-btn {
  min-width: 240px;
}
.lp-mopup .lp-cta-banner__buttons .lp-btn {
  min-width: 240px;
}

/* Hero KPI 3枠（定量データ） */
.lp-mopup .lp-hero__kpis {
  display: flex;
  width: 100%;
  margin: 36px 0;
  padding: 24px 8px;
  background: rgba(255, 255, 255, .04);
  border-radius: var(--lp-radius);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
}
.lp-mopup .lp-hero__kpi {
  flex: 1 1 0;
  min-width: 0;
}
.lp-mopup .lp-hero__kpi {
  text-align: center;
  padding: 4px 12px;
  position: relative;
}
.lp-mopup .lp-hero__kpi + .lp-hero__kpi::before {
  content: ''; position: absolute; left: 0; top: 15%; bottom: 15%; width: 1px;
  background: rgba(255, 255, 255, .14);
}
.lp-mopup .lp-hero__kpi-num {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--lp-accent);
  letter-spacing: -.02em;
}
.lp-mopup .lp-hero__kpi-num small {
  font-size: .44em;
  font-weight: 700;
  margin-left: 2px;
  color: var(--lp-accent);
}
.lp-mopup .lp-hero__kpi-num[data-placeholder] {
  position: relative;
}
.lp-mopup .lp-hero__kpi-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .78);
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: .04em;
}

/* Section title accent (navy + gold) */
.lp-mopup .lp-sec-title__en { color: var(--lp-primary); }
.lp-mopup .lp-sec-title__ja em {
  color: var(--lp-primary);
  background: linear-gradient(180deg, transparent 62%, rgba(201, 169, 97, .25) 62%);
}

/* Cards on light sections use navy tint */
.lp-mopup .lp-card__icon {
  background: var(--lp-primary-tint);
  color: var(--lp-primary);
}
.lp-mopup .lp-card__icon::after { border-color: var(--lp-primary-tint-strong); }
.lp-mopup .lp-card__num {
  color: var(--lp-primary);
  background: var(--lp-primary-tint);
}
.lp-mopup .lp-card::before { background: linear-gradient(90deg, transparent, var(--lp-accent), transparent); }

/* Themes (Why choose us) */
.lp-mopup .lp-theme__num {
  color: var(--lp-primary);
  border-color: var(--lp-primary-tint-strong);
}
.lp-mopup .lp-theme__lead { color: var(--lp-accent-dark); }
.lp-mopup .lp-theme::before { background: linear-gradient(90deg, transparent, var(--lp-accent), transparent); }
.lp-mopup .lp-theme:hover .lp-theme__tag { background: var(--lp-primary-tint); color: var(--lp-primary); }

/* Stats */
.lp-mopup .lp-stat__num {
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-dark));
  -webkit-background-clip: text;
  background-clip: text;
}
.lp-mopup .lp-stat__num small { color: var(--lp-primary); }

/* Pricing section (was inline-styled) */
.lp-mopup .lp-pricing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 880px; margin: 0 auto; }
@media (max-width: 720px) { .lp-mopup .lp-pricing { grid-template-columns: 1fr; } }
.lp-mopup .lp-pricing__card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-xl);
  padding: 48px 40px;
  text-align: center;
  position: relative;
  transition: transform .35s var(--lp-ease), box-shadow .35s var(--lp-ease);
}
.lp-mopup .lp-pricing__card:hover { transform: translateY(-6px); box-shadow: var(--lp-shadow-lg); }
.lp-mopup .lp-pricing__card--featured {
  border: 2px solid var(--lp-primary);
  box-shadow: 0 24px 48px -16px rgba(30, 58, 95, .24);
  background: linear-gradient(180deg, #fff 0%, var(--lp-primary-tint) 100%);
}
.lp-mopup .lp-pricing__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--lp-accent);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  padding: 6px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(201, 169, 97, .3);
}
.lp-mopup .lp-pricing__num {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  color: var(--lp-primary);
  margin-bottom: 14px;
  padding: 5px 12px;
  display: inline-block;
  border: 1px solid var(--lp-primary-tint-strong);
  border-radius: 999px;
}
.lp-mopup .lp-pricing__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: .02em;
}
.lp-mopup .lp-pricing__desc {
  font-size: 14px;
  line-height: 1.95;
  color: var(--lp-text-sub);
  margin-bottom: 28px;
}
.lp-mopup .lp-pricing__list {
  text-align: left;
  font-size: 13px;
  color: var(--lp-text-sub);
  line-height: 1.85;
  display: grid;
  gap: 10px;
}
.lp-mopup .lp-pricing__list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 0;
  border-top: 1px dashed var(--lp-border);
}
.lp-mopup .lp-pricing__list li:first-child { border-top: none; }
.lp-mopup .lp-pricing__list li::before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free"; font-weight: 900;
  color: var(--lp-primary);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}
.lp-mopup .lp-pricing__note {
  color: var(--lp-text-sub);
  font-size: 13px;
}

@media (max-width: 720px) {
  .lp-mopup .lp-hero__kpis {
    flex-direction: column;
    gap: 0;
    margin: 24px 0;
    padding: 8px 16px;
  }
  .lp-mopup .lp-hero__kpi {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    padding: 12px 0;
    text-align: center;
  }
  .lp-mopup .lp-hero__kpi + .lp-hero__kpi::before { display: none; }
  .lp-mopup .lp-hero__kpi + .lp-hero__kpi { border-top: 1px solid rgba(255, 255, 255, .14); }
  .lp-mopup .lp-hero__kpi-num { font-size: 24px; display: block; }
  .lp-mopup .lp-hero__kpi-num small { font-size: 12px; }
  .lp-mopup .lp-hero__kpi-label { font-size: 11px; display: block; margin-top: 4px; }
  .lp-mopup .lp-hero__visual img { border-radius: var(--lp-radius-lg); }
  .lp-mopup .lp-pricing__card { padding: 36px 26px; }
  .lp-mopup .lp-pricing__title { font-size: 20px; }
}

/* CTA banner uses navy */
.lp-mopup .lp-cta-banner {
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-dark));
}
.lp-mopup .lp-cta-banner .lp-btn--white { color: var(--lp-primary); }
.lp-mopup .lp-cta-banner .lp-btn--white:hover { background: var(--lp-accent); color: #fff; box-shadow: 0 10px 24px rgba(201, 169, 97, .4); }

/* FAQ / form accent follows primary which is already navy */
.lp-mopup .lp-faq-q__label { background: var(--lp-primary); }
.lp-mopup .lp-form input:focus, .lp-mopup .lp-form textarea:focus {
  border-color: var(--lp-primary);
  box-shadow: 0 0 0 4px var(--lp-primary-tint);
}

/* ===== mop-up wordmark (ヘッダーロゴ代替) ===== */
.lp-mopup .lp-mopup-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
}
.lp-mopup-wordmark__text {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--lp-primary);
  line-height: 1;
}
.lp-mopup-wordmark__tag {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .22em;
  color: var(--lp-accent-dark);
  padding: 3px 8px;
  border: 1px solid rgba(201, 169, 97, .4);
  border-radius: 999px;
  line-height: 1;
  text-transform: uppercase;
}
.lp-mopup-wordmark--lg .lp-mopup-wordmark__text {
  font-size: 36px;
}
@media (max-width: 720px) {
  .lp-mopup-wordmark__text { font-size: 19px; }
  .lp-mopup-wordmark__tag { font-size: 8px; padding: 3px 7px; }
}
@media (max-width: 480px) {
  .lp-mopup-wordmark__tag { display: none; }
}

/* ===== mop-up hero illustration (画像代替・CSS製) ===== */
.lp-mopup .lp-mopup-illust {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  margin: 0 auto;
}
.lp-mopup .lp-mopup-illust__orbit {
  position: absolute;
  inset: 12%;
  border: 1.5px dashed rgba(201, 169, 97, .25);
  border-radius: 50%;
  animation: lp-mopup-rotate 40s linear infinite;
}
@keyframes lp-mopup-rotate { to { transform: rotate(360deg); } }
.lp-mopup .lp-mopup-illust::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(201, 169, 97, .14) 0%, rgba(201, 169, 97, 0) 60%);
  border-radius: 50%;
}
.lp-mopup .lp-mopup-illust__phone {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 136px; height: 136px;
  border-radius: 50%;
  background: linear-gradient(135deg, #243A5E, #14243F);
  border: 1px solid rgba(201, 169, 97, .4);
  display: grid; place-items: center;
  font-size: 56px;
  color: var(--lp-accent);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .08);
  z-index: 2;
}
.lp-mopup .lp-mopup-illust__wave {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(201, 169, 97, .35);
  animation: lp-mopup-wave 2.8s ease-out infinite;
  opacity: 0;
}
.lp-mopup .lp-mopup-illust__wave--2 { animation-delay: .8s; }
.lp-mopup .lp-mopup-illust__wave--3 { animation-delay: 1.6s; }
@keyframes lp-mopup-wave {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.8); opacity: 0; }
}

.lp-mopup .lp-mopup-illust__card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, .35), 0 2px 6px rgba(0, 0, 0, .2);
  min-width: 160px;
  z-index: 3;
}
.lp-mopup .lp-mopup-illust__card i {
  font-size: 18px;
  color: var(--lp-primary);
  width: 34px; height: 34px;
  background: var(--lp-primary-tint);
  border-radius: 10px;
  display: grid; place-items: center;
}
.lp-mopup .lp-mopup-illust__card-label {
  font-size: 10px;
  color: var(--lp-text-light);
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 2px;
}
.lp-mopup .lp-mopup-illust__card-val {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: var(--lp-text);
  line-height: 1;
  letter-spacing: -.01em;
}
.lp-mopup .lp-mopup-illust__card-val small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .6em;
  font-weight: 700;
  color: var(--lp-text-sub);
  margin-left: 2px;
}
.lp-mopup .lp-mopup-illust__dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .25);
  animation: lp-mopup-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes lp-mopup-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, .5); }
  50% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
}
.lp-mopup .lp-mopup-illust__card--live {
  top: 10%; left: -6%;
  animation: lp-mopup-float1 5s ease-in-out infinite;
}
.lp-mopup .lp-mopup-illust__card--apo {
  top: 16%; right: -4%;
  animation: lp-mopup-float2 6s ease-in-out infinite;
}
.lp-mopup .lp-mopup-illust__card--script {
  bottom: 14%; right: 2%;
  animation: lp-mopup-float3 5.5s ease-in-out infinite;
}
@keyframes lp-mopup-float1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes lp-mopup-float2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes lp-mopup-float3 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (max-width: 960px) {
  .lp-mopup .lp-mopup-illust { max-width: 380px; }
  .lp-mopup .lp-mopup-illust__phone { width: 108px; height: 108px; font-size: 44px; }
}
@media (max-width: 480px) {
  .lp-mopup .lp-mopup-illust { max-width: 320px; }
  .lp-mopup .lp-mopup-illust__phone { width: 92px; height: 92px; font-size: 38px; }
  .lp-mopup .lp-mopup-illust__card { padding: 10px 12px; min-width: 130px; }
  .lp-mopup .lp-mopup-illust__card i { width: 28px; height: 28px; font-size: 15px; }
  .lp-mopup .lp-mopup-illust__card-val { font-size: 14px; }
  .lp-mopup .lp-mopup-illust__card-label { font-size: 9px; }
}

/* ============================================
   Hero --store: 3枚画像背景 + ダーク放射状オーバーレイ
   （KURUMEOフォーマット横展開、mop-up テーマ色対応）
   ============================================ */
.lp-mopup .lp-hero--store {
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 580px;
  display: flex;
  align-items: center;
  background: none !important;
}
.lp-mopup .lp-hero--store::before,
.lp-mopup .lp-hero--store::after {
  display: none !important;
}
.lp-mopup .lp-hero--store .lp-hero__visual--banner {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp-mopup .lp-hero--store .lp-hero__banner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  width: 100%;
  height: 100%;
}
.lp-mopup .lp-hero--store .lp-hero__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 0;
}
/* 文字エリア視認性UP: 中央暗→端薄 のダーク放射状グラデ */
.lp-mopup .lp-hero--store .lp-hero__visual--banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 95% at 50% 50%, rgba(14, 31, 54, .92) 0%, rgba(14, 31, 54, .78) 45%, rgba(14, 31, 54, .42) 80%, rgba(14, 31, 54, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.lp-mopup .lp-hero--store .lp-hero__inner {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  width: 100%;
}
.lp-mopup .lp-hero--store .lp-hero__body {
  max-width: 920px;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__label {
  margin-bottom: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title {
  font-size: clamp(40px, 6vw, 78px);
  line-height: 1.22;
  letter-spacing: .005em;
  margin-bottom: 32px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
  color: #fff;
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.95;
  margin: 0 auto 40px;
  max-width: 720px;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta {
  justify-content: center;
  gap: 16px;
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta .lp-btn {
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, .45);
}

@media (max-width: 720px) {
  .lp-mopup .lp-hero--store {
    padding: 16px 0 36px;
    min-height: 720px;
  }
  .lp-mopup .lp-hero--store .lp-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .lp-mopup .lp-hero--store .lp-hero__body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .lp-mopup .lp-hero--store .lp-hero__banner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
    height: 100%;
  }
  .lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(1) { object-position: center 40%; }
  .lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(2) { object-position: center 50%; }
  .lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(3) { object-position: center 35%; }
  .lp-mopup .lp-hero--store .lp-hero__visual--banner::after {
    background:
      radial-gradient(ellipse 110% 75% at 50% 55%, rgba(14, 31, 54, .92) 0%, rgba(14, 31, 54, .80) 55%, rgba(14, 31, 54, .50) 88%, rgba(14, 31, 54, .20) 100%);
  }
  .lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title {
    font-size: clamp(30px, 8vw, 44px);
    margin-bottom: 24px;
  }
  .lp-mopup .lp-hero--store .lp-hero__body .lp-hero__sub {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
}

/* mop-up FV 3枚目（営業BPO③）の主役女性を見せるため左寄せ */
.lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(3) {
  object-position: 25% center;
}
@media (max-width: 720px) {
  .lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(3) {
    object-position: 25% center;
  }
}

/* ============================================
   mop-up FV を KURUMEO 風に：明るいクリーム放射状 + 濃い文字
   （末尾追加で前のダーク版を上書き）
   ============================================ */
.lp-mopup .lp-hero--store .lp-hero__visual--banner::after {
  background:
    radial-gradient(ellipse 75% 95% at 50% 50%,
      rgba(255, 251, 243, .94) 0%,
      rgba(255, 251, 243, .78) 45%,
      rgba(255, 251, 243, .42) 80%,
      rgba(255, 251, 243, 0) 100%);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__label {
  background: rgba(255, 255, 255, .96);
  color: #142847;
  border: 1px solid rgba(20, 40, 71, .1);
  box-shadow: 0 4px 16px rgba(14, 19, 38, .1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__label::before {
  background: var(--lp-accent);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title {
  color: #142847;
  text-shadow: 0 2px 10px rgba(255, 251, 243, .7);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title em {
  color: var(--lp-accent-dark, #B58A2A);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__sub {
  color: #334155;
  text-shadow: 0 1px 4px rgba(255, 251, 243, .85);
}
/* CTA: 明るい背景に映える濃色ボタン */
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta .lp-btn--primary {
  background: linear-gradient(135deg, #1E3A5F 0%, #0E1F36 100%);
  color: #fff;
  box-shadow: 0 12px 28px -6px rgba(14, 19, 38, .35);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta .lp-btn--primary:hover {
  background: linear-gradient(135deg, var(--lp-accent) 0%, var(--lp-accent-dark) 100%);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta .lp-btn--outline {
  background: rgba(255, 255, 255, .92);
  color: #142847;
  border-color: rgba(20, 40, 71, .25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta .lp-btn--outline:hover {
  background: #fff;
  color: var(--lp-accent-dark, #B58A2A);
  border-color: var(--lp-accent-dark, #B58A2A);
}

@media (max-width: 720px) {
  .lp-mopup .lp-hero--store .lp-hero__visual--banner::after {
    background:
      radial-gradient(ellipse 110% 75% at 50% 55%,
        rgba(255, 251, 243, .94) 0%,
        rgba(255, 251, 243, .80) 55%,
        rgba(255, 251, 243, .48) 88%,
        rgba(255, 251, 243, .20) 100%);
  }
}

/* ============================================
   mop-up FV サイズを KURUMEO 並みにシュリンク
   （長いコピーに対応して2行で収まるサイズに）
   ============================================ */
.lp-mopup .lp-hero--store {
  min-height: 560px;
  padding: 56px 0 64px;
}
.lp-mopup .lp-hero--store .lp-hero__body {
  max-width: 880px;
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__label {
  margin-bottom: 24px;
  padding: 10px 22px;
  font-size: clamp(13px, 1.2vw, 15px);
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title {
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.28;
  margin-bottom: 24px;
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__sub {
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.85;
  margin: 0 auto 32px;
  max-width: 680px;
}
.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__cta .lp-btn {
  padding: 14px 26px;
  font-size: 14px;
}

@media (max-width: 720px) {
  .lp-mopup .lp-hero--store {
    min-height: 680px;
    padding: 24px 0 36px;
  }
  .lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title {
    font-size: clamp(26px, 7vw, 36px);
    margin-bottom: 18px;
  }
  .lp-mopup .lp-hero--store .lp-hero__body .lp-hero__sub {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* ============================================
   mop-up FV --store: 残存ベース打ち消し（最終） & スマホ最適化
   ============================================ */
body.lp-mopup .lp-hero--store,
body.lp-mopup section.lp-hero--store {
  background: transparent !important;
  background-image: none !important;
}
body.lp-mopup .lp-hero--store::before,
body.lp-mopup .lp-hero--store::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* スマホ：タイトルはみ出し対策＆画像高さ確保 */
@media (max-width: 720px) {
  body.lp-mopup .lp-hero--store {
    min-height: 640px;
    padding: 32px 0 40px !important;
  }
  body.lp-mopup .lp-hero--store .lp-hero__visual--banner {
    height: 100%;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  body.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title {
    font-size: clamp(22px, 5.6vw, 30px) !important;
    line-height: 1.4 !important;
    word-break: keep-all;
    overflow-wrap: break-word;
    margin-bottom: 18px !important;
    padding: 0 8px;
  }
  body.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__sub {
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin-bottom: 22px !important;
    padding: 0 12px;
  }
  body.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__label {
    font-size: 12px !important;
    padding: 8px 16px !important;
  }
}

/* ============================================
   mop-up FV: スマホは画像1枚だけに簡素化（KURUMEOと統一）
   ============================================ */
@media (max-width: 720px) {
  body.lp-mopup .lp-hero--store .lp-hero__banner {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
  }
  body.lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(2),
  body.lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(3) {
    display: none !important;
  }
  body.lp-mopup .lp-hero--store .lp-hero__banner-img:nth-child(1) {
    object-position: center 35%;
  }
}

/* mop-up FV: スマホで文字オーバーフロー防止 */
@media (max-width: 720px) {
  body.lp-mopup .lp-hero--store .lp-hero__body,
  body.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__title,
  body.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__sub,
  body.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__label {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  body.lp-mopup .lp-hero--store .lp-hero__body .lp-hero__label {
    white-space: normal;
    line-height: 1.5;
  }
}

/* ============================================
   品質管理ハブセクション
   ============================================ */
.lp-qc-hub {
  max-width: 1080px;
  margin: 0 auto;
}
.lp-qc-hub__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
}
.lp-qc-hub__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-qc-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(14, 19, 38, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.lp-qc-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(14, 19, 38, .08);
}
.lp-qc-item__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #1E3A5F 0%, #0E1F36 100%);
  color: var(--lp-accent);
  font-size: 18px;
}
.lp-qc-item__body { flex: 1; min-width: 0; }
.lp-qc-item__num {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: var(--lp-accent-dark);
  letter-spacing: .12em;
  margin-bottom: 4px;
}
.lp-qc-item__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--lp-text);
}
.lp-qc-item__text {
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
}
.lp-qc-hub__center {
  text-align: center;
  padding: 24px 16px;
}
.lp-qc-hub__shield {
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E3A5F 0%, #0E1F36 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-accent);
  font-size: 42px;
  box-shadow: 0 12px 32px rgba(14, 19, 38, .2);
  position: relative;
}
.lp-qc-hub__shield::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(201, 169, 97, .3);
  z-index: -1;
}
.lp-qc-hub__title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--lp-text);
}
.lp-qc-hub__sub {
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
}

@media (max-width: 960px) {
  .lp-qc-hub__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lp-qc-hub__center {
    order: -1;
    padding: 16px 0;
  }
}

/* ============================================
   商談獲得まで徹底サポート（6カード+ゴール）
   ============================================ */
.lp-support-flow {
  max-width: 1100px;
  margin: 0 auto;
}
.lp-support-flow__layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: stretch;
}
.lp-support-flow__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.lp-support-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 14px rgba(14, 19, 38, .05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform .25s ease, box-shadow .25s ease;
  min-height: 220px;
}
.lp-support-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(14, 19, 38, .08);
}
.lp-support-card__num {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--lp-accent);
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 12px;
}
.lp-support-card__num::before {
  content: 'STEP ';
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: .14em;
  margin-bottom: 4px;
}
.lp-support-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1E3A5F 0%, #0E1F36 100%);
  color: var(--lp-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}
.lp-support-card__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--lp-text);
}
.lp-support-card__text {
  font-size: 12.5px;
  line-height: 1.7;
  color: #475569;
}
/* 矢印は全削除：番号で順序を伝える方針 */

/* ゴール（縦長カード） */
.lp-support-goal {
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark));
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(201, 169, 97, .35);
  min-width: 160px;
}
.lp-support-goal__icon { font-size: 40px; }
.lp-support-goal__label {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}
/* フェーズラベル */
.lp-support-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.lp-support-phases__item {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1E3A5F;
  background: rgba(30, 58, 95, .06);
  border-radius: 999px;
  padding: 10px 12px;
  position: relative;
}
.lp-support-phases__item:not(:last-child)::after {
  content: '›';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 18px;
}

@media (max-width: 960px) {
  .lp-support-flow__layout { grid-template-columns: 1fr; }
  .lp-support-flow__cards { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .lp-support-card { min-height: 0; }
  .lp-support-card::after, .lp-support-card::before { display: none !important; }
  .lp-support-goal { padding: 24px; }
  .lp-support-phases { grid-template-columns: 1fr; }
  .lp-support-phases__item:not(:last-child)::after { display: none; }
}
@media (max-width: 480px) {
  .lp-support-flow__cards { grid-template-columns: 1fr; }
}

/* ============================================
   PROBLEMS セクション（中央ビジュアル+4カード）
   ============================================ */
.lp-problems-hub {
  display: grid;
  grid-template-columns: 1fr 280px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
}
.lp-problems-hub__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 2px 8px rgba(14, 19, 38, .04);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-problems-hub__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(14, 19, 38, .1);
}
.lp-problems-hub__card--tl { grid-row: 1; grid-column: 1; }
.lp-problems-hub__card--tr { grid-row: 1; grid-column: 3; }
.lp-problems-hub__card--bl { grid-row: 2; grid-column: 1; }
.lp-problems-hub__card--br { grid-row: 2; grid-column: 3; }
.lp-problems-hub__center  { grid-row: 1 / span 2; grid-column: 2; display: flex; justify-content: center; align-items: center; }

.lp-problems-hub__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e7eef7, #cdd9eb);
  color: #1E3A5F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.lp-problems-hub__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--lp-text);
  margin: 0;
}
.lp-problems-hub__text {
  font-size: 13px;
  line-height: 1.75;
  color: #475569;
  margin: 0;
}

/* 中央のキャラクター */
.lp-problems-hub__avatar {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #f0f4fa 0%, #d8e1f0 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1E3A5F;
  font-size: 96px;
  box-shadow: 0 16px 40px rgba(30, 58, 95, .12);
}
.lp-problems-hub__bubble {
  position: absolute;
  top: -8px;
  right: 12px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 16px rgba(201, 169, 97, .35);
}
.lp-problems-hub__bubble::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 14px;
  width: 14px;
  height: 14px;
  background: var(--lp-accent-dark);
  transform: rotate(45deg);
  border-radius: 2px;
}

@media (max-width: 960px) {
  .lp-problems-hub {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }
  .lp-problems-hub__card--tl,
  .lp-problems-hub__card--tr,
  .lp-problems-hub__card--bl,
  .lp-problems-hub__card--br { grid-row: auto; grid-column: 1; }
  .lp-problems-hub__center {
    grid-row: auto;
    grid-column: 1;
    margin: 0 auto;
  }
  .lp-problems-hub__avatar { width: 160px; height: 160px; font-size: 72px; }
}

/* ============================================
   PRICING リニューアル
   ============================================ */
.lp-pricing2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-pricing2__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  box-shadow: 0 8px 24px rgba(14, 19, 38, .06);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-pricing2__card--featured {
  border: 2px solid var(--lp-accent);
  background: linear-gradient(180deg, #fffaef 0%, #fff 80%);
}
.lp-pricing2__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 6px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(201, 169, 97, .35);
}
.lp-pricing2__num {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  color: var(--lp-accent-dark);
  margin: 0;
}
.lp-pricing2__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--lp-text);
  margin: 0;
}
.lp-pricing2__desc {
  font-size: 13.5px;
  line-height: 1.8;
  color: #475569;
  margin: 0 0 4px;
}
.lp-pricing2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-pricing2__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--lp-text);
  padding: 8px 0;
  border-bottom: 1px dashed #e5e7eb;
}
.lp-pricing2__list li:last-child { border-bottom: none; }
.lp-pricing2__list li i {
  color: var(--lp-accent);
  font-size: 16px;
}
.lp-pricing2__hint {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1E3A5F;
  text-align: center;
  background: rgba(30, 58, 95, .06);
  padding: 10px 12px;
  border-radius: 999px;
}
.lp-pricing2__card--featured .lp-pricing2__hint {
  color: var(--lp-accent-dark);
  background: rgba(201, 169, 97, .12);
}

.lp-pricing2__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 32px auto 0;
  max-width: 980px;
}
.lp-pricing2__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  color: #475569;
  box-shadow: 0 2px 6px rgba(14, 19, 38, .04);
}
.lp-pricing2__chip i { color: var(--lp-accent-dark); }

@media (max-width: 720px) {
  .lp-pricing2 { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================
   FLOW 5ステップ
   ============================================ */
.lp-flow2__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  background: rgba(201, 169, 97, .12);
  color: var(--lp-accent-dark);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(201, 169, 97, .25);
}
.lp-flow2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr) auto;
  gap: 16px;
  align-items: stretch;
  max-width: 1180px;
  margin: 32px auto 0;
}
.lp-flow2__step {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 16px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(14, 19, 38, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.lp-flow2__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(14, 19, 38, .08);
}
.lp-flow2__step::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--lp-accent-dark);
  transform: translateY(-50%);
  z-index: 2;
}
.lp-flow2__num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-dark));
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(201, 169, 97, .35);
}
.lp-flow2__icon {
  width: 56px;
  height: 56px;
  margin: 14px auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e7eef7, #cdd9eb);
  color: #1E3A5F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.lp-flow2__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--lp-text);
  margin: 0 0 8px;
}
.lp-flow2__text {
  font-size: 12px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}
.lp-flow2__goal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #1E3A5F, #0E1F36);
  color: #fff;
  border-radius: 14px;
  text-align: center;
  min-width: 110px;
  box-shadow: 0 12px 28px rgba(14, 19, 38, .25);
}
.lp-flow2__goal-icon { font-size: 26px; color: var(--lp-accent); }
.lp-flow2__goal-label {
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
}
.lp-flow2__note {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin-top: 24px;
  font-style: italic;
}

@media (max-width: 1080px) {
  .lp-flow2 { grid-template-columns: repeat(3, 1fr); }
  .lp-flow2__step::after { display: none; }
  .lp-flow2__goal { grid-column: 1 / -1; flex-direction: row; gap: 16px; }
}
@media (max-width: 720px) {
  .lp-flow2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .lp-flow2 { grid-template-columns: 1fr; }
}

/* ============================================
   FV v2: 白基調 + 円形マスク画像 + 月桂樹KPI
   （参考画像に完全準拠）
   ============================================ */
body.lp-mopup .lp-hero--v2 {
  background:
    radial-gradient(ellipse 60% 40% at 92% 6%, rgba(201, 169, 97, .10) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 6% 96%, rgba(30, 58, 95, .06) 0%, transparent 65%),
    linear-gradient(160deg, #f5f8fc 0%, #ffffff 40%, #fafcfe 70%, #f4f7fb 100%) !important;
  background-image:
    radial-gradient(ellipse 60% 40% at 92% 6%, rgba(201, 169, 97, .10) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 6% 96%, rgba(30, 58, 95, .06) 0%, transparent 65%),
    linear-gradient(160deg, #f5f8fc 0%, #ffffff 40%, #fafcfe 70%, #f4f7fb 100%) !important;
  color: #0f172a;
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 40px 0 0 !important;
}
body.lp-mopup .lp-hero--v2 > .lp-container {
  position: relative;
  z-index: 1;
}
body.lp-mopup .lp-hero--v2 > .lp-container::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -30px;
  height: 480px;
  width: 46%;
  background-image:
    linear-gradient(rgba(30, 58, 95, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, .045) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 70% at 30% 40%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 30% 40%, #000 0%, transparent 75%);
  pointer-events: none;
  z-index: -1;
}
body.lp-mopup .lp-hero--v2::before,
body.lp-mopup .lp-hero--v2::after {
  display: none !important;
  content: none !important;
}
/* 右側の円形マスク画像エリア */
.lp-hero--v2 .lp-hero__visual-v2 {
  position: absolute;
  top: 0;
  right: -12%;
  bottom: 0;
  width: 54%;
  z-index: 0;
  pointer-events: none;
}
.lp-hero--v2 .lp-hero__blob {
  position: absolute;
  inset: 0;
  clip-path: ellipse(58% 88% at 62% 50%);
  overflow: hidden;
}
.lp-hero--v2 .lp-hero__blob-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
  filter: contrast(1.02) saturate(0.95) brightness(0.98);
  display: block;
}
/* 装飾: 右上と右下のゴールドカーブ */
.lp-hero--v2 .lp-hero__bg-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% -10%, rgba(201, 169, 97, .06) 0 30%, transparent 60%),
    radial-gradient(circle at 100% 105%, rgba(201, 169, 97, .08) 0 25%, transparent 55%);
}
.lp-hero--v2 .lp-hero__bg-deco::before {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -30%;
  width: 80%;
  height: 60%;
  border: 2px solid rgba(201, 169, 97, .35);
  border-radius: 50%;
  transform: rotate(-15deg);
}
.lp-hero--v2 .lp-hero__bg-deco::after {
  content: '';
  position: absolute;
  right: -25%;
  bottom: -55%;
  width: 100%;
  height: 80%;
  border: 2px solid rgba(201, 169, 97, .22);
  border-radius: 50%;
  transform: rotate(-20deg);
}
/* 左側テキストエリア */
.lp-hero--v2 .lp-hero__body-v2 {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 40px 0 60px;
}
/* ラベル */
.lp-hero--v2 .lp-hero__label-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid rgba(201, 169, 97, .6);
  color: #B58A2A;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  background: #fff;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(14, 19, 38, .04);
}
.lp-hero--v2 .lp-hero__label-v2 i { color: #B58A2A; font-size: 15px; }
/* タイトル */
.lp-hero--v2 .lp-hero__title-v2 {
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.35;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: .01em;
  margin: 0 0 28px;
}
.lp-hero--v2 .lp-hero__title-underline {
  position: relative;
  display: inline-block;
}
.lp-hero--v2 .lp-hero__title-underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'><path d='M0 8 Q 25 0 50 8 T 100 8 T 150 8 T 200 8' stroke='%23c9a961' stroke-width='2.5' fill='none' stroke-linecap='round'/></svg>") repeat-x;
  background-size: 100px 12px;
}
/* サブ */
.lp-hero--v2 .lp-hero__sub-v2 {
  font-size: 16px;
  line-height: 2;
  color: #334155;
  margin: 0 0 36px;
}
/* CTA ボタン */
.lp-hero--v2 .lp-hero__cta-v2 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.lp-hero--v2 .lp-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 34px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  min-width: 240px;
  justify-content: center;
}
.lp-hero--v2 .lp-hero__btn--primary {
  background: linear-gradient(135deg, #1E3A5F, #0E1F36);
  color: #fff;
  box-shadow: 0 10px 24px rgba(14, 19, 38, .22);
}
.lp-hero--v2 .lp-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(14, 19, 38, .28);
}
.lp-hero--v2 .lp-hero__btn--secondary {
  background: #fff;
  color: #0f172a;
  border: 1.5px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(14, 19, 38, .05);
}
.lp-hero--v2 .lp-hero__btn--secondary:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
}
/* KPI 白カード + 月桂樹 */
.lp-hero--v2 .lp-hero__kpis-v2 {
  display: flex;
  gap: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 12px 28px rgba(14, 19, 38, .08);
  max-width: 620px;
}
.lp-hero--v2 .lp-hero__kpi-v2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  padding: 0 10px;
}
.lp-hero--v2 .lp-hero__kpi-v2 + .lp-hero__kpi-v2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: #e5e7eb;
}
.lp-hero--v2 .lp-hero__kpi-num-v2 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #1E3A5F;
  line-height: 1;
  letter-spacing: -.01em;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.lp-hero--v2 .lp-hero__kpi-num-v2 b { color: #1E3A5F; font-weight: 900; }
.lp-hero--v2 .lp-hero__kpi-num-v2 small {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}
.lp-hero--v2 .lp-hero__kpi-label-v2 {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: .04em;
}
/* 月桂樹 SVG（左右対称に葉のカーブ） */
.lp-hero--v2 .lp-hero__laurel {
  position: absolute;
  top: 4px;
  width: 22px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .8;
}
.lp-hero--v2 .lp-hero__laurel--l {
  left: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 44'><path d='M18 2 Q 4 12 4 22 Q 4 32 18 42' stroke='%23B58A2A' stroke-width='1.8' fill='none' stroke-linecap='round'/><path d='M8 8 L 3 8 M8 8 L 6 4 M9 14 L 3 14 M9 14 L 7 10 M10 20 L 3 20 M10 20 L 8 16 M10 26 L 3 26 M10 26 L 8 22 M9 32 L 3 32 M9 32 L 7 28' stroke='%23B58A2A' stroke-width='1.4' fill='none' stroke-linecap='round'/></svg>");
}
.lp-hero--v2 .lp-hero__laurel--r {
  right: 6px;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 44'><path d='M18 2 Q 4 12 4 22 Q 4 32 18 42' stroke='%23B58A2A' stroke-width='1.8' fill='none' stroke-linecap='round'/><path d='M8 8 L 3 8 M8 8 L 6 4 M9 14 L 3 14 M9 14 L 7 10 M10 20 L 3 20 M10 20 L 8 16 M10 26 L 3 26 M10 26 L 8 22 M9 32 L 3 32 M9 32 L 7 28' stroke='%23B58A2A' stroke-width='1.4' fill='none' stroke-linecap='round'/></svg>");
}
/* ヘッダー: 白基調でも見えるように微調整 */
body.lp-mopup .lp-header { background: rgba(255, 255, 255, .96); border-bottom: 1px solid #e5e7eb; }
body.lp-mopup .lp-header__nav a { color: #0f172a; }
body.lp-mopup .lp-header__nav .lp-btn--primary,
body.lp-mopup .lp-header__nav a.lp-btn--primary {
  background: linear-gradient(135deg, #1E3A5F, #0E1F36) !important;
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* スマホ */
@media (max-width: 960px) {
  .lp-hero--v2 .lp-hero__visual-v2 { position: relative; width: 100%; right: 0; height: 320px; margin-top: 20px; }
  .lp-hero--v2 .lp-hero__blob { clip-path: ellipse(70% 90% at 50% 50%); }
  .lp-hero--v2 .lp-hero__body-v2 { max-width: 100%; padding: 24px 0 32px; }
  .lp-hero--v2 .lp-hero__kpis-v2 { max-width: 100%; padding: 20px 12px; }
  .lp-hero--v2 .lp-hero__title-v2 { font-size: clamp(28px, 6.6vw, 40px); }
}
/* スマホ: FV実績カードは縦積み（横並びだと「最短3営業日」等が潰れるため） */
@media (max-width: 640px) {
  .lp-hero--v2 .lp-hero__kpis-v2 {
    flex-direction: column;
    gap: 0;
    padding: 24px 20px;
  }
  .lp-hero--v2 .lp-hero__kpi-v2 { width: 100%; padding: 0; }
  .lp-hero--v2 .lp-hero__kpi-v2 + .lp-hero__kpi-v2 { margin-top: 18px; padding-top: 18px; }
  .lp-hero--v2 .lp-hero__kpi-v2 + .lp-hero__kpi-v2::before {
    left: 22%;
    right: 22%;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
  .lp-hero--v2 .lp-hero__kpi-num-v2 { white-space: nowrap; }
  .lp-hero--v2 .lp-hero__kpi-label-v2 { white-space: nowrap; }
  .lp-hero--v2 .lp-hero__laurel {
    top: 50%;
    transform: translateY(-50%);
  }
  .lp-hero--v2 .lp-hero__laurel--l { left: calc(50% - 100px); }
  .lp-hero--v2 .lp-hero__laurel--r { right: calc(50% - 100px); transform: translateY(-50%) scaleX(-1); }
}
