.rank-donut {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.rank-donut::after {
  content: "";
  position: absolute;
  inset: 22%;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.rank-donut-label {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}

.rank-legend-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lpv2-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 55%, #ecfdf5 100%);
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a2e;
}

.lpv2-hero-shell {
  max-width: 1480px;
  margin: 0 auto;
}

.lpv2-hero-copy {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem 4rem clamp(1.5rem, 6vw, 5rem);
}

.lpv2-deco {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.lpv2-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(187, 247, 208, 0.9) 0%, rgba(187, 247, 208, 0) 70%);
}

.lpv2-circle-lg {
  width: 500px;
  height: 500px;
  top: -120px;
  right: -100px;
  opacity: 0.5;
}

.lpv2-circle-sm {
  width: 300px;
  height: 300px;
  bottom: 0;
  left: -80px;
  opacity: 0.3;
}

.lpv2-badge,
.lpv2-eyebrow {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lpv2-badge {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

.lpv2-eyebrow {
  color: #16a34a;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.lpv2-hero-title {
  font-size: clamp(2.05rem, 4.5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 1.5rem;
}

.lpv2-hero-title span,
.lpv2-section-head h2 span,
.lpv2-solution span {
  color: #16a34a;
}

.lpv2-hero-title small {
  display: inline-block;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #6b7280;
}

.lpv2-price-accent {
  display: inline-block;
  margin: 0 0.12em;
  font-size: 1.45em;
  font-weight: 900;
  line-height: 1;
  color: #16a34a;
  text-shadow: 0 8px 24px rgba(22, 163, 74, 0.18);
}

.lpv2-lead,
.lpv2-section-head p,
.lpv2-support-copy,
.lpv2-contact-card p,
.lpv2-service-card p,
.lpv2-feature-row p,
.lpv2-step p {
  color: #5f6b7a;
  line-height: 1.8;
}

.lpv2-btn-primary,
.lpv2-btn-outline,
.lpv2-free-btn,
.lpv2-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.lpv2-btn-primary,
.lpv2-free-btn {
  background: #16a34a;
  color: #fff;
}

.lpv2-btn-primary:hover,
.lpv2-free-btn:hover {
  background: #15803d;
  color: #fff;
  transform: translateY(-2px);
}

.lpv2-btn-outline {
  border: 2px solid #16a34a;
  color: #16a34a;
  background: transparent;
}

.lpv2-btn-outline:hover {
  background: #f0fdf4;
  color: #166534;
}

.lpv2-hero-shot,
.lpv2-hero-media,
.lpv2-screen,
.lpv2-contact-card {
  border-radius: 1.8rem;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.lpv2-hero-media {
  overflow: visible;
  box-shadow: none;
  border-radius: 0;
  max-width: 1080px;
  margin-left: auto;
}

.lpv2-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.14);
  transform-origin: center center;
}

.lpv2-shot-window,
.lpv2-screen {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.lpv2-shot-bar,
.lpv2-screen-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.lpv2-shot-bar {
  display: flex;
  gap: 0.45rem;
  padding: 1rem 1.2rem;
  background: #f8fafc;
}

.lpv2-shot-bar span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #86efac;
}

.lpv2-shot-body {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 1rem;
  padding: 1.1rem;
  min-height: 430px;
}

.lpv2-shot-main,
.lpv2-shot-card,
.lpv2-shot-kpi-grid div,
.lpv2-service-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.25rem;
}

.lpv2-shot-main {
  padding: 1.25rem;
}

.lpv2-shot-kpi small,
.lpv2-shot-card small,
.lpv2-shot-kpi-grid small {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  margin-bottom: 0.25rem;
}

.lpv2-shot-kpi strong,
.lpv2-shot-kpi-grid strong {
  font-size: 2rem;
  color: #0f172a;
}

.lpv2-shot-progress,
.lpv2-shot-progress span {
  border-radius: 999px;
}

.lpv2-shot-progress {
  width: 100%;
  height: 0.8rem;
  background: #e5f7ea;
}

.lpv2-shot-progress span {
  display: block;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, #22c55e 0%, #166534 100%);
}

.lpv2-shot-side {
  display: grid;
  gap: 1rem;
}

.lpv2-shot-card {
  position: relative;
  padding: 1rem;
  min-height: 160px;
}

.lpv2-shot-lines,
.lpv2-legend {
  display: grid;
  gap: 0.65rem;
}

.lpv2-shot-lines span,
.lpv2-table-head,
.lpv2-table-row,
.lpv2-legend span {
  display: block;
  height: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.16) 0%, rgba(22, 163, 74, 0.12) 100%);
}

.lpv2-shot-map,
.lpv2-screen-map {
  position: relative;
  background:
    linear-gradient(rgba(22, 163, 74, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 163, 74, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #f1fdf4 0%, #e8f7ec 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.lpv2-shot-map i,
.lpv2-screen-map i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.16);
}

.pin-a { top: 28%; left: 24%; }
.pin-b { top: 48%; left: 58%; }
.pin-c { top: 67%; left: 38%; }
.pin-d { top: 32%; left: 71%; }

.lpv2-section-head {
  max-width: 760px;
  margin: 0 auto;
}

.lpv2-section-head h2,
.lpv2-title,
.lpv2-title-dark,
.lpv2-feature-row h3,
.lpv2-step h3,
.lpv2-contact-card h2 {
  font-weight: 900;
  color: #111827;
}

.lpv2-section-head h2,
.lpv2-title,
.lpv2-title-dark {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.35;
}

.lpv2-problem {
  background: #f8fafb;
}

.lpv2-photo-tall {
  width: 100%;
  height: 380px;
}

.lpv2-photo-mid {
  width: 100%;
  height: 340px;
}

.lpv2-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.lpv2-checklist li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.85rem;
  color: #475569;
}

.lpv2-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 700;
}

.lpv2-title span {
  color: #ef4444;
}

.lpv2-solution {
  font-size: 1.35rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
}

.lpv2-service-card {
  padding: 1.8rem 1.4rem;
  background: #f0fdf4;
  border-color: transparent;
  box-shadow: none;
}

.lpv2-service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.lpv2-icon {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}

.lpv2-feature-row {
  margin-top: 5rem;
}

.lpv2-feature-num {
  font-size: clamp(3rem, 6vw, 4.3rem);
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #16a34a;
  margin-bottom: 0.8rem;
}

.lpv2-feature-row h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1rem;
}

.lpv2-trend-icon {
  display: inline-block;
  margin-left: 0.18em;
  font-size: 0.82em;
  font-weight: 900;
  color: #16a34a;
  transform: translateY(-0.18em);
}

.lpv2-screen {
  min-height: 360px;
  padding: 0;
}

.lpv2-feature-image {
  display: block;
  width: 100%;
  border-radius: 1.8rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.lpv2-feature-image-button {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.lpv2-feature-image-button img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lpv2-feature-image-button:hover img {
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
}

.lpv2-image-modal {
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 1.5rem;
}

.lpv2-screen-header {
  padding: 1rem 1.2rem;
  font-weight: 700;
  color: #334155;
  background: #f8fafc;
}

.lpv2-screen-dashboard,
.lpv2-screen-list {
  padding-bottom: 1.25rem;
}

.lpv2-shot-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1.2rem;
}

.lpv2-shot-kpi-grid div {
  padding: 0.9rem;
}

.lpv2-ring-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.2rem;
  align-items: center;
  padding: 1.2rem;
}

.lpv2-ring {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#22c55e 0 38%, #16a34a 38% 62%, #f59e0b 62% 82%, #cbd5e1 82% 100%);
  position: relative;
}

.lpv2-ring::after {
  content: "";
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  background: #fff;
}

.lpv2-legend span:nth-child(1) { width: 92%; }
.lpv2-legend span:nth-child(2) { width: 76%; }
.lpv2-legend span:nth-child(3) { width: 68%; }
.lpv2-legend span:nth-child(4) { width: 54%; }

.lpv2-table-head,
.lpv2-table-row {
  margin: 1rem 1.2rem 0;
}

.lpv2-table-head {
  width: 48%;
}

.lpv2-table-row.short {
  width: 68%;
}

.lpv2-screen-map {
  min-height: 360px;
  overflow: hidden;
}

.lpv2-map-route {
  position: absolute;
  inset: 22% 18% 24% 20%;
  border: 2px dashed rgba(22, 163, 74, 0.45);
  border-radius: 999px;
}

.lpv2-free {
  background: #16a34a;
  color: #fff;
}

.lpv2-free-label {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.lpv2-free-price {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1rem;
}

.lpv2-free-main {
  display: block;
}

.lpv2-free-main {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2em;
  font-size: clamp(3.4rem, 8vw, 5.2rem);
}

.lpv2-free-unit {
  font-size: 0.34em;
}

.lpv2-free-amount {
  font-size: 1em;
  line-height: 1;
}

.lpv2-free-note {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.75rem;
}

.lpv2-free-btn {
  background: #fff;
  color: #15803d;
}

.lpv2-free-btn:hover {
  background: #f0fdf4;
  color: #166534;
}

.lpv2-steps {
  max-width: 860px;
  margin: 0 auto;
}

.lpv2-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.lpv2-step:not(.lpv2-step-last)::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 56px;
  width: 2px;
  height: calc(100% - 32px);
  background: #bbf7d0;
}

.lpv2-step-num,
.lpv2-step-check {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.lpv2-step-num {
  background: #16a34a;
  color: #fff;
}

.lpv2-step-check {
  background: #ecfdf3;
  color: #15803d;
  border: 2px solid #16a34a;
}

.lpv2-step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.lpv2-support {
  background: #f9fafb;
}

.lpv2-contact {
  background: linear-gradient(135deg, #15803d 0%, #064e3b 100%);
}

.lpv2-contact-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(134, 239, 172, 0.16), transparent 35%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lpv2-contact-card h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: #fff;
  margin-bottom: 1rem;
}

.lpv2-contact-card p {
  max-width: 620px;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.82);
}

.lpv2-contact-btn {
  background: #fff;
  color: #15803d;
}

.lpv2-contact-btn:hover {
  background: #f0fdf4;
  color: #166534;
}

.lpv2-footer {
  background: #111827;
  color: #9ca3af;
}

.lpv2-footer-title {
  color: #fff;
  font-weight: 700;
}

.js-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .lpv2-hero-shell {
    max-width: none;
  }

  .lpv2-hero-copy {
    padding: 1.5rem 1.25rem 3rem;
  }

  .lpv2-hero-media {
    max-width: 100%;
    overflow: hidden;
  }

  .rank-donut {
    width: 180px;
    height: 180px;
  }

  .lpv2-shot-body,
  .lpv2-shot-kpi-grid,
  .lpv2-ring-row {
    grid-template-columns: 1fr;
  }

  .lpv2-hero-media img {
    transform: none;
  }

  .lpv2-ring {
    margin: 0 auto;
  }

  .lpv2-photo-tall,
  .lpv2-photo-mid {
    height: auto;
  }

  .lpv2-step {
    grid-template-columns: 48px 1fr;
  }

  .lpv2-step-num,
  .lpv2-step-check {
    width: 48px;
    height: 48px;
  }

  .lpv2-step:not(.lpv2-step-last)::after {
    left: 23px;
    top: 48px;
  }
}

@media (min-width: 1600px) {
  .lpv2-hero-shell {
    max-width: 1380px;
  }

  .lpv2-hero-media {
    max-width: 980px;
  }

  .lpv2-hero-media img {
    transform: scale(1.08);
  }
}
