﻿/* ------------------------------------
   かんたんLPメーカー 公開側
------------------------------------ */

.elpm-lp {
  --elpm-main: #2563eb;
  --elpm-button: #2563eb;
  --elpm-accent: #f59e0b;
  --elpm-bg: #f8fafc;
  --elpm-text: #1f2937;
  --elpm-white: #ffffff;
  --elpm-radius: 20px;
  --elpm-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --elpm-card-border: rgba(148, 163, 184, 0.24);
  --elpm-hero-bg-start: #ffffff;
  --elpm-hero-bg-end: #f8fafc;
  --elpm-cta-start: #1d4ed8;
  --elpm-cta-end: #2563eb;

  color: var(--elpm-text);
  font-family: inherit;
  overflow-x: hidden;
}

.elpm-lp * {
  box-sizing: border-box;
}

/* ------------------------------------
   デザインタイプ
------------------------------------ */

.elpm-lp--standard {
  --elpm-main: #2563eb;
  --elpm-accent: #f59e0b;
  --elpm-bg: #f8fafc;
  --elpm-radius: 20px;
  --elpm-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --elpm-hero-bg-start: #ffffff;
  --elpm-hero-bg-end: #f8fafc;
  --elpm-cta-start: #1d4ed8;
  --elpm-cta-end: #2563eb;
}

.elpm-lp--trust {
  --elpm-main: #1e3a8a;
  --elpm-accent: #b45309;
  --elpm-bg: #f1f5f9;
  --elpm-radius: 10px;
  --elpm-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
  --elpm-hero-bg-start: #ffffff;
  --elpm-hero-bg-end: #eef2ff;
  --elpm-cta-start: #0f172a;
  --elpm-cta-end: #1e3a8a;
}

.elpm-lp--soft {
  --elpm-main: #0f766e;
  --elpm-accent: #f97316;
  --elpm-bg: #f0fdfa;
  --elpm-radius: 26px;
  --elpm-shadow: 0 16px 36px rgba(15, 118, 110, 0.12);
  --elpm-hero-bg-start: #ffffff;
  --elpm-hero-bg-end: #ecfdf5;
  --elpm-cta-start: #0f766e;
  --elpm-cta-end: #14b8a6;
}

.elpm-lp--luxury {
  --elpm-main: #312e81;
  --elpm-accent: #a16207;
  --elpm-bg: #faf7f0;
  --elpm-radius: 6px;
  --elpm-shadow: 0 18px 44px rgba(49, 46, 129, 0.14);
  --elpm-hero-bg-start: #fffaf0;
  --elpm-hero-bg-end: #f5efe4;
  --elpm-cta-start: #111827;
  --elpm-cta-end: #312e81;
}

.elpm-lp--pop {
  --elpm-main: #db2777;
  --elpm-accent: #f59e0b;
  --elpm-bg: #fff7ed;
  --elpm-radius: 28px;
  --elpm-shadow: 0 18px 42px rgba(219, 39, 119, 0.13);
  --elpm-hero-bg-start: #ffffff;
  --elpm-hero-bg-end: #fff1f2;
  --elpm-cta-start: #db2777;
  --elpm-cta-end: #f97316;
}

/* ------------------------------------
   ファーストビュー
------------------------------------ */

.elpm-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 96px) 20px;
  background: linear-gradient(135deg, var(--elpm-hero-bg-start) 0%, var(--elpm-hero-bg-end) 100%);
}

.elpm-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.elpm-hero-inner.has-hero-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.elpm-hero-content {
  max-width: 860px;
}

.elpm-hero-inner.has-hero-image .elpm-hero-content {
  max-width: none;
}

.elpm-hero-subcatch {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: var(--elpm-main);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.elpm-hero-title {
  margin: 0 0 22px;
  color: #111827;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0.02em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.elpm-hero-lead {
  max-width: 780px;
  margin: 0 0 28px;
  color: #374151;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 2;
  font-weight: 500;
}

.elpm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.elpm-button,
.elpm-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  text-decoration: none !important;
}

.elpm-button {
  padding: 0 28px;
  background: var(--elpm-button);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.elpm-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.34);
}

.elpm-tel {
  padding: 0 24px;
  background: #ffffff;
  color: var(--elpm-main) !important;
  font-size: 18px;
  font-weight: 900;
  border: 2px solid rgba(37, 99, 235, 0.18);
}

.elpm-business-hours {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.elpm-business-hours::before {
  content: "受付時間";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  background: var(--elpm-main);
  color: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.elpm-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.4;
  object-fit: cover;
  border-radius: var(--elpm-radius);
  box-shadow: var(--elpm-shadow);
}

/* ------------------------------------
   共通セクション
------------------------------------ */

.elpm-section {
  padding: clamp(52px, 7vw, 88px) 20px;
  background: #ffffff;
}

.elpm-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.elpm-section-head {
  margin: 0 0 34px;
  text-align: center;
}

.elpm-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: var(--elpm-main);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.elpm-section-title {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.03em;
}

/* ------------------------------------
   お悩みセクション
------------------------------------ */

.elpm-problems {
  background: linear-gradient(180deg, #ffffff 0%, var(--elpm-bg) 100%);
}

.elpm-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.elpm-problem-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 92px;
  padding: 22px;
  border-radius: var(--elpm-radius);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: var(--elpm-shadow);
}

.elpm-problem-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--elpm-main);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.elpm-problem-card p {
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

/* ------------------------------------
   選ばれる理由
------------------------------------ */

.elpm-reasons {
  background: #ffffff;
}

.elpm-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.elpm-reason-card {
  position: relative;
  overflow: hidden;
  padding: 30px 26px;
  border-radius: var(--elpm-radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.elpm-reason-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--elpm-main);
}

.elpm-reason-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: var(--elpm-main);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.elpm-reason-title {
  margin: 0 0 12px;
  color: #111827;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}

.elpm-reason-text {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

/* ------------------------------------
   サービス内容
------------------------------------ */

.elpm-services {
  background: linear-gradient(180deg, var(--elpm-bg) 0%, #ffffff 100%);
}

.elpm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.elpm-service-card {
  position: relative;
  padding: 30px 26px;
  border-radius: var(--elpm-radius);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.elpm-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: var(--elpm-main);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.elpm-service-title {
  margin: 0 0 12px;
  color: #111827;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}

.elpm-service-text {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

/* ------------------------------------
   ご利用の流れ
------------------------------------ */

.elpm-flow {
  background: linear-gradient(180deg, #ffffff 0%, var(--elpm-bg) 100%);
}

.elpm-flow-list {
  display: grid;
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}

.elpm-flow-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 24px 26px;
  border-radius: var(--elpm-radius);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.elpm-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--elpm-main);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.elpm-flow-title {
  margin: 0 0 8px;
  color: #111827;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}

.elpm-flow-text {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

/* ------------------------------------
   簡易価格表
------------------------------------ */

.elpm-price {
  background: linear-gradient(180deg, #ffffff 0%, var(--elpm-bg) 100%);
}

.elpm-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.elpm-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 34px 30px 30px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.elpm-price-card.is-recommended {
  border: 2px solid var(--elpm-main);
  box-shadow: var(--elpm-shadow);
}

.elpm-price-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--elpm-main) !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
}

.elpm-price-name {
  margin: 0 0 14px;
  padding-bottom: 12px;
  color: #111827;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  border-bottom: 1px solid rgba(148, 163, 184, 0.45);
}

.elpm-price-value {
  margin: 0 0 18px;
  color: #1f2937;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.elpm-price-text {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.elpm-price-note {
  margin: 22px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

/* ------------------------------------
   簡易FAQ
------------------------------------ */

.elpm-faq {
  background: linear-gradient(180deg, var(--elpm-bg) 0%, #ffffff 100%);
}

.elpm-faq-list {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.elpm-faq-item {
  padding: 24px 26px;
  border-radius: var(--elpm-radius);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.elpm-faq-question,
.elpm-faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.elpm-faq-question {
  margin: 0 0 14px;
  color: #111827;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 900;
}

.elpm-faq-question span,
.elpm-faq-answer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.elpm-faq-question span {
  background: var(--elpm-main);
  color: #ffffff;
}

.elpm-faq-answer span {
  background: rgba(37, 99, 235, 0.10);
  color: var(--elpm-main);
}

.elpm-faq-answer p {
  margin: 3px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

/* ------------------------------------
   簡易プロフィール
------------------------------------ */

.elpm-profile {
  background: #ffffff;
}

.elpm-profile-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 36px;
  border-radius: var(--elpm-radius);
  background: linear-gradient(135deg, #ffffff 0%, var(--elpm-bg) 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.elpm-profile-photo-wrap {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elpm-profile-photo,
.elpm-profile-mark {
  width: 104px;
  height: 104px;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

.elpm-profile-photo {
  display: block;
  object-fit: cover;
  border: 4px solid #ffffff;
}

.elpm-profile-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--elpm-main);
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.elpm-profile-name {
  margin: 0 0 6px;
  color: #111827;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
}

.elpm-profile-position {
  margin: 0 0 16px;
  color: var(--elpm-main);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 800;
}

.elpm-profile-message {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

/* ------------------------------------
   簡易事務所・会社概要
------------------------------------ */

.elpm-office {
  background: linear-gradient(180deg, var(--elpm-bg) 0%, #ffffff 100%);
}

.elpm-office-card {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--elpm-radius);
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.elpm-office-image {
  margin: 0;
}

.elpm-office-image img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 0;
}

.elpm-office-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.elpm-office-row:last-child {
  border-bottom: none;
}

.elpm-office-label {
  padding: 18px 22px;
  background: rgba(37, 99, 235, 0.06);
  color: #111827;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 900;
}

.elpm-office-value {
  padding: 18px 22px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

/* ------------------------------------
   CTA
------------------------------------ */

.elpm-cta {
  padding: clamp(56px, 7vw, 88px) 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, var(--elpm-cta-start) 0%, var(--elpm-cta-end) 100%);
  color: #ffffff;
}

.elpm-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.elpm-cta-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.elpm-cta-text {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.elpm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.elpm-cta-button,
.elpm-cta-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none !important;
}

.elpm-cta-button {
  padding: 0 32px;
  background: #ffffff;
  color: var(--elpm-button) !important;
  font-size: 16px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.elpm-cta-button:hover {
  transform: translateY(-2px);
}

.elpm-cta-tel {
  padding: 0 28px;
  color: #ffffff !important;
  font-size: 20px;
  border: 2px solid rgba(255, 255, 255, 0.50);
}

/* ------------------------------------
   カスタムカラー反映
------------------------------------ */

.elpm-lp--custom .elpm-problem-card,
.elpm-lp--custom .elpm-reason-card,
.elpm-lp--custom .elpm-service-card,
.elpm-lp--custom .elpm-flow-item,
.elpm-lp--custom .elpm-price-card,
.elpm-lp--custom .elpm-faq-item,
.elpm-lp--custom .elpm-profile-card,
.elpm-lp--custom .elpm-office-card {
  border-color: var(--elpm-card-border);
}

.elpm-lp--custom .elpm-office-row {
  border-bottom-color: var(--elpm-card-border);
}

/* ------------------------------------
   デザインタイプ別の雰囲気調整
------------------------------------ */

.elpm-lp--trust .elpm-section-title,
.elpm-lp--trust .elpm-hero-title {
  letter-spacing: 0.05em;
}

.elpm-lp--trust .elpm-problem-card,
.elpm-lp--trust .elpm-reason-card,
.elpm-lp--trust .elpm-service-card,
.elpm-lp--trust .elpm-flow-item,
.elpm-lp--trust .elpm-price-card,
.elpm-lp--trust .elpm-faq-item,
.elpm-lp--trust .elpm-profile-card,
.elpm-lp--trust .elpm-office-card {
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.elpm-lp--trust .elpm-button,
.elpm-lp--trust .elpm-tel,
.elpm-lp--trust .elpm-cta-button,
.elpm-lp--trust .elpm-cta-tel {
  border-radius: 6px;
}

.elpm-lp--soft .elpm-hero {
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 34%),
    linear-gradient(135deg, var(--elpm-hero-bg-start) 0%, var(--elpm-hero-bg-end) 100%);
}

.elpm-lp--soft .elpm-problem-card,
.elpm-lp--soft .elpm-reason-card,
.elpm-lp--soft .elpm-service-card,
.elpm-lp--soft .elpm-flow-item,
.elpm-lp--soft .elpm-price-card,
.elpm-lp--soft .elpm-faq-item,
.elpm-lp--soft .elpm-profile-card,
.elpm-lp--soft .elpm-office-card {
  border-radius: 28px;
}

.elpm-lp--soft .elpm-service-icon,
.elpm-lp--soft .elpm-reason-number,
.elpm-lp--soft .elpm-flow-number,
.elpm-lp--soft .elpm-problem-icon {
  border-radius: 999px;
}

.elpm-lp--luxury .elpm-hero {
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.elpm-lp--luxury .elpm-section {
  padding-top: clamp(66px, 8vw, 104px);
  padding-bottom: clamp(66px, 8vw, 104px);
}

.elpm-lp--luxury .elpm-section-title,
.elpm-lp--luxury .elpm-hero-title {
  letter-spacing: 0.08em;
}

.elpm-lp--luxury .elpm-problem-card,
.elpm-lp--luxury .elpm-reason-card,
.elpm-lp--luxury .elpm-service-card,
.elpm-lp--luxury .elpm-flow-item,
.elpm-lp--luxury .elpm-price-card,
.elpm-lp--luxury .elpm-faq-item,
.elpm-lp--luxury .elpm-profile-card,
.elpm-lp--luxury .elpm-office-card {
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.10);
}

.elpm-lp--luxury .elpm-section-label,
.elpm-lp--luxury .elpm-hero-subcatch {
  border-radius: 0;
}

.elpm-lp--pop .elpm-hero {
  background:
    radial-gradient(circle at top left, rgba(219, 39, 119, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(245, 158, 11, 0.16), transparent 34%),
    linear-gradient(135deg, var(--elpm-hero-bg-start) 0%, var(--elpm-hero-bg-end) 100%);
}

.elpm-lp--pop .elpm-section-title,
.elpm-lp--pop .elpm-hero-title {
  letter-spacing: 0.02em;
}

.elpm-lp--pop .elpm-problem-card,
.elpm-lp--pop .elpm-reason-card,
.elpm-lp--pop .elpm-service-card,
.elpm-lp--pop .elpm-flow-item,
.elpm-lp--pop .elpm-price-card,
.elpm-lp--pop .elpm-faq-item,
.elpm-lp--pop .elpm-profile-card,
.elpm-lp--pop .elpm-office-card {
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(219, 39, 119, 0.10);
}

.elpm-lp--pop .elpm-button,
.elpm-lp--pop .elpm-cta-button {
  box-shadow: 0 14px 30px rgba(219, 39, 119, 0.22);
}

.elpm-lp--pop .elpm-service-icon {
  transform: rotate(-6deg);
}

/* ------------------------------------
   スマホ固定CTA
------------------------------------ */

.elpm-mobile-fixed-cta {
  display: none;
}

@media screen and (max-width: 640px) {
  .elpm-lp {
    padding-bottom: 76px;
  }

  .elpm-mobile-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(8px);
  }

  .elpm-mobile-fixed-button,
  .elpm-mobile-fixed-tel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
  }

  .elpm-mobile-fixed-button {
    background: var(--elpm-button);
    color: #ffffff !important;
  }

  .elpm-mobile-fixed-tel {
    background: #ffffff;
    color: var(--elpm-main) !important;
    border: 2px solid var(--elpm-main);
  }
}

/* ------------------------------------
   レスポンシブ
------------------------------------ */

@media screen and (max-width: 900px) {
  .elpm-hero-inner.has-hero-image,
  .elpm-reason-grid,
  .elpm-service-grid,
  .elpm-price-grid {
    grid-template-columns: 1fr;
  }

  .elpm-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elpm-hero-image {
    max-width: 680px;
    margin: 8px auto 0;
  }

  .elpm-reason-card,
  .elpm-service-card {
    padding: 24px 22px;
  }

  .elpm-price-card {
    min-height: auto;
    padding: 28px 22px;
  }
}

@media screen and (max-width: 640px) {
  .elpm-hero {
    padding: 36px 16px 42px;
  }

  .elpm-hero-subcatch {
    margin-bottom: 14px;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
  }

  .elpm-hero-title {
    margin-bottom: 16px;
  font-size: clamp(22px, 3vw, 30px);
    line-height: 1.42;
    letter-spacing: 0.01em;
  }

  .elpm-hero-lead {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.85;
  }

  .elpm-hero-actions,
  .elpm-cta-actions {
    display: grid;
    gap: 10px;
  }

  .elpm-button,
  .elpm-tel,
  .elpm-cta-button,
  .elpm-cta-tel {
    width: 100%;
    min-height: 48px;
    font-size: 15px;
  }

  .elpm-tel {
    font-size: 17px;
  }

  .elpm-business-hours {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
  }

  .elpm-hero-image img {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .elpm-section {
    padding: 38px 16px;
  }

  .elpm-section-head {
    margin-bottom: 24px;
  }

  .elpm-section-label {
    margin-bottom: 10px;
    padding: 5px 13px;
    font-size: 12px;
  }

  .elpm-section-title {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .elpm-problem-grid {
    grid-template-columns: 1fr;
  }

  .elpm-problem-card,
  .elpm-reason-card,
  .elpm-service-card,
  .elpm-flow-item,
  .elpm-price-card,
  .elpm-faq-item,
  .elpm-profile-card,
  .elpm-office-card {
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  }

  .elpm-problem-card {
    min-height: auto;
    padding: 16px;
  }

  .elpm-problem-card p {
    font-size: 15px;
    line-height: 1.75;
  }

  .elpm-reason-card,
  .elpm-service-card {
    padding: 22px 20px;
  }

  .elpm-reason-title,
  .elpm-service-title,
  .elpm-flow-title {
    font-size: 18px;
  }

  .elpm-reason-text,
  .elpm-service-text,
  .elpm-flow-text,
  .elpm-price-text,
  .elpm-faq-answer p,
  .elpm-profile-message,
  .elpm-office-value {
    font-size: 14px;
    line-height: 1.85;
  }

  .elpm-flow-list {
    gap: 14px;
  }

  .elpm-flow-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .elpm-flow-number {
    width: fit-content;
  }

  .elpm-price-card {
    padding: 24px 20px;
  }

  .elpm-price-value {
    font-size: clamp(22px, 3vw, 30px);
  }

  .elpm-price-name {
    font-size: 18px;
  }

  .elpm-faq-list {
    gap: 12px;
  }

  .elpm-faq-item {
    padding: 18px 16px;
  }

  .elpm-faq-question {
    font-size: 16px;
  }

  .elpm-profile-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px;
    text-align: center;
  }

  .elpm-profile-photo-wrap {
    width: 100%;
  }

  .elpm-profile-photo,
  .elpm-profile-mark {
    width: 96px;
    height: 96px;
  }

  .elpm-profile-mark {
    margin: 0 auto;
    font-size: 32px;
  }

  .elpm-profile-message {
    text-align: left;
  }

  .elpm-office-row {
    grid-template-columns: 1fr;
  }

  .elpm-office-label {
    padding: 14px 18px 6px;
    background: #ffffff;
    color: var(--elpm-main);
    font-size: 14px;
  }

  .elpm-office-value {
    padding: 0 18px 16px;
  }

  .elpm-office-image img {
    max-height: 240px;
  }

  .elpm-cta {
    padding: 42px 16px;
  }

  .elpm-cta-title {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.45;
  }

  .elpm-cta-text {
    font-size: 14px;
    line-height: 1.9;
  }
}