/* ============================================================
 * landingpage.css — ランディングページ制作ページ
 * ============================================================ */

/* #page-hero */
#page-hero {
  position: relative; height: 280px; overflow: hidden; display: flex; align-items: center;
}
@media (min-width: 768px) { #page-hero { height: 360px; } }
#page-hero .page-hero-bg { position: absolute; inset: 0; }
#page-hero .page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
#page-hero .page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(230,126,0,.85) 0%, rgba(34,34,34,.7) 100%);
}
#page-hero .page-hero-inner { position: relative; z-index: 1; padding: 24px 0; }
#page-hero .page-hero-en {
  font-size: 12px; font-weight: 700; letter-spacing: .28em;
  color: rgba(255,255,255,.65); margin-bottom: 10px;
}
#page-hero .page-hero-title {
  font-size: 28px; font-weight: 900; color: #fff; line-height: 1.25; margin-bottom: 20px;
}
@media (min-width: 768px) { #page-hero .page-hero-title { font-size: 44px; } }
#page-hero .breadcrumb-nav .breadcrumb-list {
  display: flex; align-items: center; list-style: none; padding: 0; margin: 0;
}
#page-hero .breadcrumb-nav .breadcrumb-list li { font-size: 12px; color: rgba(255,255,255,.65); }
#page-hero .breadcrumb-nav .breadcrumb-list li::after { content: '/'; margin: 0 6px; opacity: .5; }
#page-hero .breadcrumb-nav .breadcrumb-list li:last-child::after { display: none; }
#page-hero .breadcrumb-nav .breadcrumb-list li a { color: rgba(255,255,255,.65); text-decoration: none; }
#page-hero .breadcrumb-nav .breadcrumb-list li a:hover { color: #fff; }

/* #lp-intro */
#lp-intro { padding: 80px 0 72px; background: #fff8ee; }

.lp-lead { font-size: 16px; line-height: 2; color: #333; margin-bottom: 16px; }

.lp-feature-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
  padding: 20px 16px;
  text-align: center;
}
.lp-feature-card i { font-size: 28px; color: #f39800; margin-bottom: 10px; display: block; }
.lp-feature-card p { font-size: 13px; font-weight: 700; color: #333; margin: 0; }

.lp-img { width: 100%; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.12); }

/* #lp-compare */
#lp-compare { padding: 80px 0; background: #fff; }

.lp-compare-card {
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  border: 2px solid #e8e8e8;
}
.lp-compare-card--lp { border-color: #f39800; background: #fff8ee; }

.lp-compare-head {
  display: flex; align-items: center; gap: 10px;
  font-size: 18px; font-weight: 900; color: #222;
  margin-bottom: 20px;
}
.lp-compare-card--lp .lp-compare-head { color: #f39800; }
.lp-compare-head i { font-size: 20px; }

.lp-compare-list { list-style: none; padding: 0; margin: 0; }
.lp-compare-list li {
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex; align-items: center; gap: 8px;
}
.lp-compare-list li::before { content: '•'; color: #f39800; font-weight: 700; }

.lp-compare-vs {
  font-size: 28px; font-weight: 900; color: #ccc; letter-spacing: .05em;
}

.lp-compare-note { font-size: 14px; color: #666; }

/* #lp-content */
#lp-content { padding: 80px 0; background: #f9f9f9; }

.lp-content-card {
  background: #fff;
  border-radius: 10px;
  border-top: 3px solid #f39800;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  padding: 28px 24px;
  height: 100%;
}
.lp-content-num {
  font-size: 13px; font-weight: 900; color: #f39800;
  letter-spacing: .1em; margin-bottom: 10px;
}
.lp-content-card h3 { font-size: 16px; font-weight: 700; color: #222; margin-bottom: 10px; }
.lp-content-card p { font-size: 14px; color: #555; line-height: 1.8; margin: 0; }

/* #lp-price */
#lp-price { padding: 80px 0; background: #fff; }

.lp-price-card {
  background: #fff8ee;
  border: 2px solid #f39800;
  border-radius: 14px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
}
.lp-price-type { font-size: 14px; font-weight: 700; color: #555; margin-bottom: 12px; }
.lp-price-num { display: flex; align-items: flex-end; justify-content: center; gap: 2px; line-height: 1; margin-bottom: 4px; }
.lp-price-currency { font-size: 24px; font-weight: 900; color: #f39800; align-self: flex-start; margin-top: 8px; }
.lp-price-value { font-size: 52px; font-weight: 900; color: #f39800; }
.lp-price-from { font-size: 22px; font-weight: 700; color: #f39800; align-self: flex-end; padding-bottom: 4px; }
.lp-price-tax { font-size: 12px; color: #888; margin-bottom: 20px; }

.lp-price-list { list-style: none; padding: 0; margin: 0 0 16px; text-align: left; }
.lp-price-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 0; font-size: 14px; border-bottom: 1px solid rgba(243,152,0,.2);
}
.lp-price-list li i { color: #f39800; }
.lp-price-note { font-size: 12px; color: #888; text-align: left; line-height: 1.7; }
.lp-price-note a { color: #f39800; }

.lp-period-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 32px 28px;
  height: 100%;
}
.lp-period-label {
  font-size: 15px; font-weight: 700; color: #333;
  margin-bottom: 20px; display: flex; align-items: center; gap: 8px;
}
.lp-period-label i { color: #f39800; }
.lp-period-list { list-style: none; padding: 0; margin: 0 0 16px; }
.lp-period-list li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px;
}
.lp-period-step { color: #444; }
.lp-period-days { font-weight: 700; color: #f39800; }
.lp-period-total { font-size: 15px; color: #333; margin-bottom: 12px; }
.lp-period-total strong { color: #f39800; font-size: 18px; }

/* #lp-cta */
#lp-cta { padding: 80px 0; background: linear-gradient(135deg, #f39800 0%, #e67e00 100%); }
.lp-cta-inner { text-align: center; }
.lp-cta-title { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 12px; }
@media (min-width: 768px) { .lp-cta-title { font-size: 28px; } }
.lp-cta-sub { font-size: 15px; color: rgba(255,255,255,.85); margin-bottom: 28px; }
#lp-cta .btn--primary {
  background: #fff;
  color: #f39800;
  font-weight: 700;
  padding: 16px 48px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: opacity .2s;
}
#lp-cta .btn--primary:hover { opacity: .85; }
