/* index.html（トップLP）専用 */

.lp-f .lead,
.lp-f .philosophy-box p,
.lp-f .section-intro,
.lp-f .card p,
.lp-f .flow-step .step-content p {
  font-size: 1.08rem;
  line-height: 1.85;
}

.lp-f .philosophy-box p {
  text-align: left;
}

.lp-f .cards-eq {
  align-items: stretch;
}

.lp-f .cards-eq .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lp-f .cards-eq .card p {
  flex: 1;
  margin-bottom: 0;
}

.lp-f-lead-emphasis {
  display: block;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1.65;
  margin-bottom: 0.4rem;
}

.lp-f-highlight {
  background: #ecfaf8;
  border: 2px solid var(--primary);
  border-radius: 20px;
  padding: 1.75rem 2rem;
  text-align: center;
  max-width: 840px;
  margin: 2.5rem auto 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1.75;
  box-shadow: 0 8px 24px rgba(36, 130, 125, 0.08);
}

/* miuticket とは? 内の大ブロック（主催メリット・記念パス・流れ 等） */
.lp-f-block {
  margin-top: 4.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid var(--border);
}

.lp-f-block .section-head {
  margin-bottom: 2.25rem;
}

.lp-f-block .section-head h3 {
  font-size: clamp(1.9rem, 2.5vw, 2.15rem);
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  width: 100%;
}

.lp-f-block .section-head h3::after {
  content: "";
  display: block;
  width: 3ch;
  height: 6px;
  background: var(--primary);
  border-radius: 999px;
  margin: 10px auto 0;
}

.lp-f-block .section-head .section-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: var(--muted);
}

.lp-f-block .section-head .section-intro + .section-intro {
  margin-top: 0.5rem;
  font-size: 0.98rem;
}

.lp-f-memorial-stack .card {
  margin-bottom: 1.5rem;
  text-align: left;
}

.lp-f-memorial-stack .card:last-child {
  margin-bottom: 0;
}

.lp-f-memorial-stack .card h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.lp-f-memorial-stack .card p {
  margin: 0;
  font-size: 0.98rem;
}

.lp-f .hero h1.lp-f-hero-title {
  font-size: clamp(1.55rem, 3.8vw, 2.15rem);
  line-height: 1.45;
}

.lp-f-manual-actions {
  justify-content: flex-start !important;
  margin-top: 1.5rem;
}

.lp-f-card-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.lp-f-flow-note {
  max-width: 680px;
  margin: 0 auto 2rem;
  padding: 0 0.25rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}

.lp-f-lead-note {
  font-size: 0.98rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

/* 日本語の自然な折り返し */
.lp-f .lead,
.lp-f p,
.lp-f .card p,
.lp-f .section-intro,
.lp-f-highlight,
.lp-f-flow-note,
.lp-f .philosophy-box p,
.lp-f .faq-item summary {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

.lp-f .card h3,
.lp-f .card h4,
.lp-f-block .section-head h3,
.lp-f .philosophy-box h3,
.lp-f .hero h1.lp-f-hero-title {
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (max-width: 860px) {
  .lp-f .hero-grid {
    text-align: left;
  }

  .lp-f .hero-actions {
    justify-content: flex-start;
  }

  .lp-f .hero-tag {
    display: block;
    max-width: 100%;
    border-radius: 16px;
    line-height: 1.55;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .lp-f-highlight {
    text-align: left;
    padding: 1.25rem 1rem;
    font-size: 1.02rem;
    line-height: 1.7;
  }

  .lp-f-block .section-head h3 {
    display: block;
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .lp-f .card h3 {
    font-size: 1.08rem;
    line-height: 1.45;
  }

  .lp-f .card h4 {
    font-size: 1.02rem;
    line-height: 1.45;
  }

  .lp-f .section-intro {
    text-align: left;
  }

  .lp-f .philosophy-box h3 {
    line-height: 1.45;
    text-align: left;
  }

  .lp-f-flow-note {
    text-align: left;
    font-size: 1rem;
    line-height: 1.7;
  }

  .lp-f-manual-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-f-manual-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .lp-f .hero-item-title {
    line-height: 1.45;
  }

  .lp-f .lead {
    font-size: 1rem;
  }

  .lp-f-lead-note {
    font-size: 0.92rem;
    line-height: 1.65;
  }
}
