@charset "UTF-8";

/* =============================================================
   precampaign26.css
   かえる堂整体院 キャンペーンLP専用CSS
   既存テーマCSSとの競合回避版
   スコープ: .pc26-content / .pc26-page / .pc26-lp / .pc26-*
============================================================= */


/* =============================================================
   0. 既存テーマレイアウトの影響をLPだけリセット
============================================================= */

body.page-template-page-precampaign26 {
  background: #fff;
}

.pc26-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.pc26-content-inner,
#contentInner.pc26-content-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pc26-main,
.st-main.pc26-main {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.pc26-page,
#st-page.pc26-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.pc26-page article {
  margin: 0 !important;
  padding: 0 !important;
}

.pc26-page section {
  margin-bottom: 0 !important;
}


/* =============================================================
   1. LP内の基本リセット
   既存テーマの h2 / h3 / p / ul li / ol li / table 等を無効化
============================================================= */

.pc26-lp {
  --pc26-green: #0f8f68;
  --pc26-green-dark: #07533f;
  --pc26-green-soft: #e8f7f1;
  --pc26-yellow: #fff200;
  --pc26-red: #d6001c;
  --pc26-blue: #1f4f9d;
  --pc26-text: #111;
  --pc26-muted: #555;
  --pc26-bg: #f6f8f7;
  --pc26-line: #dce5e1;
  --pc26-shadow: 0 18px 45px rgba(0, 0, 0, .12);
  --pc26-radius: 22px;

  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--pc26-text);
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}

.pc26-lp,
.pc26-lp * ,
.pc26-lp *::before,
.pc26-lp *::after {
  box-sizing: border-box;
}

.pc26-lp h1,
.pc26-lp h2,
.pc26-lp h3,
.pc26-lp h4,
.pc26-lp h5,
.pc26-lp h6,
.pc26-lp p,
.pc26-lp ul,
.pc26-lp ol,
.pc26-lp li,
.pc26-lp dl,
.pc26-lp dt,
.pc26-lp dd,
.pc26-lp figure {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

.pc26-lp h1,
.pc26-lp h2,
.pc26-lp h3,
.pc26-lp h4 {
  font-weight: 900;
}

.pc26-lp ul,
.pc26-lp ol {
  list-style: none;
}

.pc26-lp li {
  list-style: none;
  position: relative;
}

.pc26-lp li::before,
.pc26-lp li::after,
.pc26-page .pc26-lp li::before,
.pc26-page .pc26-lp li::after,
.post .pc26-lp ul li::before,
.post .pc26-lp ol li::before {
  content: none !important;
  display: none !important;
}

.pc26-lp a {
  color: inherit;
  text-decoration: none;
}

.pc26-lp a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .92;
}

.pc26-lp img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  vertical-align: bottom;
}

.pc26-lp table,
.pc26-lp th,
.pc26-lp td {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}


/* =============================================================
   2. 共通パーツ
============================================================= */

.pc26-inner {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.pc26-section {
  padding: clamp(56px, 7vw, 96px) 0;
}

.pc26-section-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.pc26-section-head h2,
.pc26-split__body h2,
.pc26-final h2 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  color: #111 !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  letter-spacing: .02em;
}

.pc26-section-head p,
.pc26-split__body p,
.pc26-final p {
  margin: 0 !important;
  color: var(--pc26-muted) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.pc26-kicker,
.pc26-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 12px !important;
  padding: 6px 14px !important;
  border-radius: 999px;
  background: var(--pc26-green-soft) !important;
  color: var(--pc26-green-dark) !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
}


/* =============================================================
   3. HERO
============================================================= */

.pc26-hero {
  position: relative;
  padding: clamp(42px, 7vw, 84px) 0 54px;
  background:
    radial-gradient(circle at top right, rgba(255, 242, 0, .38), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fffdf0 45%, #eefbf5 100%);
}

.pc26-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(15, 143, 104, .07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 143, 104, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
}

.pc26-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 52px;
  align-items: center;
}

.pc26-area {
  margin: 0 0 12px !important;
  color: var(--pc26-green-dark) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

.pc26-hero__title {
  margin: 0 0 22px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  color: #000 !important;
  font-size: clamp(36px, 5.7vw, 70px) !important;
  line-height: 1.14 !important;
  font-weight: 950 !important;
  letter-spacing: .01em;
}

.pc26-hero__title span {
  color: var(--pc26-red) !important;
  background: linear-gradient(transparent 62%, rgba(255, 242, 0, .85) 0%) !important;
}

.pc26-hero__lead {
  max-width: 620px;
  margin: 0 0 24px !important;
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
  font-weight: 700 !important;
}

.pc26-hero__visual {
  position: relative;
}

.pc26-hero__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 30px;
  box-shadow: var(--pc26-shadow);
}

.pc26-hero__visual-card {
  position: absolute;
  right: -18px;
  bottom: 28px;
  max-width: 270px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
}

.pc26-hero__visual-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pc26-red);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
}

.pc26-hero__visual-card span {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.pc26-hero__visual picture {
  display: block;
  width: 100%;
}

.pc26-hero__visual picture img {
  width: 100%;
  display: block;
}


/* =============================================================
   4. キャンペーン帯・期間
============================================================= */

.pc26-campaign-ribbon {
  display: block;
  width: fit-content;
  margin: 0 0 18px;
  padding: 12px 22px;
  border-radius: 8px;
  background: var(--pc26-red);
  color: #fff;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: .04em;
}

.pc26-term-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin: 0 0 26px;
  padding: 18px 24px;
  background: #fff;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
}

.pc26-term-box span {
  color: #111;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.4;
  font-weight: 950;
}

.pc26-term-box strong {
  color: #111;
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.3;
  font-weight: 950;
}

.pc26-call-note {
  margin: 16px 0 0 !important;
  color: #111 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 900 !important;
}


/* =============================================================
   5. CTA
============================================================= */

.pc26-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.pc26-cta-row--center {
  justify-content: center;
  margin-top: 28px;
}

.pc26-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.pc26-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .2);
}

.pc26-btn--tel {
  background: var(--pc26-red);
}

.pc26-btn--line {
  background: #06c755;
}


/* =============================================================
   6. TROUBLE
============================================================= */

.pc26-trouble {
  background: #fff;
}

.pc26-trouble__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pc26-check-card {
  position: relative;
  min-height: 90px;
  padding: 24px 22px 22px 56px;
  border: 1px solid var(--pc26-line);
  border-radius: 18px;
  background: var(--pc26-bg);
  color: #111;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900;
}

.pc26-check-card::before {
  content: '✓' !important;
  position: absolute;
  left: 20px;
  top: 24px;
  display: grid !important;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--pc26-red);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}


/* =============================================================
   7. PLAN
============================================================= */

.pc26-plan-section {
  background: #fff;
}

.pc26-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 36px;
}

.pc26-plan-card {
  position: relative;
  overflow: hidden;
  padding: 30px 28px 28px;
  border: 4px solid transparent;
  border-radius: 24px;
  box-shadow: var(--pc26-shadow);
}

.pc26-plan-card--trial {
  background: var(--pc26-yellow);
  border-color: var(--pc26-yellow);
}

.pc26-plan-card--full {
  background: var(--pc26-blue);
  border-color: var(--pc26-blue);
  color: #fff;
}

.pc26-plan-card__badge {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
  text-align: center;
}

.pc26-plan-card--trial .pc26-plan-card__badge {
  background: var(--pc26-red);
  color: #fff;
}

.pc26-plan-card--full .pc26-plan-card__badge {
  background: var(--pc26-yellow);
  color: var(--pc26-blue);
}

.pc26-plan-card h3 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  color: var(--pc26-red) !important;
  font-size: clamp(26px, 4vw, 42px) !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  text-align: center;
}

.pc26-plan-card--full h3 {
  color: var(--pc26-yellow) !important;
}

.pc26-plan-card__menu {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--pc26-blue);
  font-size: clamp(17px, 2.4vw, 24px);
  line-height: 1.35;
  font-weight: 950;
  text-align: center;
}

.pc26-plan-card__desc {
  min-height: 56px;
  margin: 0 0 20px !important;
  color: #111 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
}

.pc26-plan-card--full .pc26-plan-card__desc {
  color: #fff !important;
}

.pc26-plan-card__price {
  margin: 0 !important;
  color: var(--pc26-red) !important;
  font-size: clamp(64px, 9vw, 104px) !important;
  line-height: .95 !important;
  font-weight: 950 !important;
  text-align: center;
  letter-spacing: -.04em;
}

.pc26-plan-card--full .pc26-plan-card__price {
  color: var(--pc26-yellow) !important;
}

.pc26-plan-card__price span {
  font-size: .45em;
  letter-spacing: 0;
}


/* =============================================================
   8. キャンペーン連絡ボックス
============================================================= */

.pc26-campaign-contact {
  margin-top: 34px;
  padding: 28px;
  border: 3px solid var(--pc26-red);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(214, 0, 28, .14);
  text-align: center;
}

.pc26-campaign-contact__lead {
  margin: 0 0 18px !important;
  color: #111 !important;
  font-size: clamp(18px, 2.4vw, 26px) !important;
  line-height: 1.5 !important;
  font-weight: 950 !important;
}

.pc26-campaign-contact__buttons {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.pc26-campaign-tel,
.pc26-campaign-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  padding: 16px 20px;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 950;
}

.pc26-campaign-tel {
  background: var(--pc26-red);
  color: #fff !important;
}

.pc26-campaign-line {
  background: #fff;
  color: #239b50 !important;
  border: 3px solid #239b50;
}

.pc26-campaign-tel span,
.pc26-campaign-line span {
  font-size: 14px;
  line-height: 1.4;
}

.pc26-campaign-tel strong {
  color: #fff;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: .02em;
}

.pc26-campaign-line strong {
  color: #239b50;
  font-size: clamp(24px, 3.6vw, 38px);
  line-height: 1.2;
}

.pc26-reservation-note {
  margin: 16px 0 0 !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
}


/* =============================================================
   9. FLOW
============================================================= */

.pc26-flow {
  background: var(--pc26-bg);
}

.pc26-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
}

.pc26-flow-card {
  position: relative;
  padding: 22px !important;
  border-radius: var(--pc26-radius);
  background: #fff;
  box-shadow: var(--pc26-shadow);;
}

.pc26-flow-card > span {
  position: absolute;
  left: 3px;
  top: 54px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--pc26-red);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.pc26-flow-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}

.pc26-flow-card h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  color: #111 !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 950 !important;
}

.pc26-flow-card p {
  margin: 0 !important;
  color: var(--pc26-muted) !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}


/* =============================================================
   10. MESSAGE / ACCESS / FINAL
============================================================= */

.pc26-message,
.pc26-access {
  background: #fff;
}

.pc26-final {
  background: var(--pc26-bg);
}

.pc26-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.pc26-split__image img,
.pc26-map img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--pc26-radius);
  box-shadow: var(--pc26-shadow);
}

.pc26-director-name {
  margin-top: 20px !important;
  color: #111 !important;
  font-weight: 950 !important;
  text-align: right;
}

.pc26-official-name {
  margin: -8px 0 24px !important;
  color: #111 !important;
  font-weight: 900 !important;
}

.pc26-info-list {
  margin: 28px 0 0;
  border-top: 1px solid var(--pc26-line);
}

.pc26-info-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--pc26-line);
}

.pc26-info-list dt {
  color: var(--pc26-red);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 950;
}

.pc26-info-list dd {
  margin: 0;
  color: var(--pc26-muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.pc26-final__inner {
  text-align: center;
  padding: clamp(34px, 6vw, 64px);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--pc26-shadow);
}

.pc26-final .pc26-label {
  margin-inline: auto !important;
}


/* =============================================================
   11. SP固定CTA
============================================================= */

.pc26-sticky-cta {
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: none;
  width: min(calc(100% - 24px), 520px);
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .2);
}

.pc26-sticky-cta a {
  flex: 1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
  text-decoration: none !important;
}

.pc26-sticky-cta a:first-child {
  background: var(--pc26-red);
}

.pc26-sticky-cta a:last-child {
  background: #06c755;
}


/* =============================================================
   12. レスポンシブ
============================================================= */

@media only screen and (max-width: 1024px) {
  .pc26-hero__inner,
  .pc26-split {
    grid-template-columns: 1fr;
  }

  .pc26-hero__visual-card {
    right: 18px;
  }

  .pc26-trouble__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pc26-plan-grid,
  .pc26-campaign-contact__buttons {
    grid-template-columns: 1fr;
  }

  .pc26-flow__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .pc26-plan-card__desc {
    min-height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .pc26-inner {
    width: min(100% - 28px, 1120px);
  }

  .pc26-section {
    padding: 54px 0;
  }

  .pc26-hero {
    padding-top: 36px;
  }

  .pc26-hero__inner {
    gap: 34px;
  }

  .pc26-hero__title {
    font-size: clamp(32px, 11vw, 50px) !important;
  }

  .pc26-hero__lead {
    font-size: 15px !important;
  }

  .pc26-campaign-ribbon {
    width: 100%;
    text-align: center;
  }

  .pc26-term-box {
    display: block;
    text-align: center;
  }

  .pc26-term-box span,
  .pc26-term-box strong {
    display: block;
  }

  .pc26-term-box span {
    margin-bottom: 6px;
  }

  .pc26-cta-row,
  .pc26-cta-row--center {
    flex-direction: column;
    align-items: stretch;
  }

  .pc26-btn {
    width: 100%;
  }

  .pc26-trouble__grid,
  .pc26-plan-grid,
  .pc26-flow__list {
    grid-template-columns: 1fr;
  }

  .pc26-check-card {
    min-height: auto;
  }

  .pc26-plan-card {
    padding: 28px 18px 24px;
  }

  .pc26-plan-card__badge {
    width: 58px;
    height: 58px;
    font-size: 13px;
  }

  .pc26-plan-card__price {
    font-size: clamp(58px, 21vw, 86px) !important;
  }

  .pc26-campaign-contact {
    padding: 20px 14px;
  }

  .pc26-campaign-tel strong {
    font-size: 34px;
  }

  .pc26-info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pc26-hero__visual-card {
    position: static;
    max-width: none;
    margin: -22px 16px 0;
  }

  .pc26-sticky-cta {
    display: flex;
  }

  .pc26-lp {
    padding-bottom: 78px;
  }
}

/* =============================================================
   HERO 縦積み版
============================================================= */

.pc26-hero--stack .pc26-hero-stack__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pc26-hero--stack .pc26-hero-stack__heading {
  text-align: left;
}

.pc26-hero--stack .pc26-hero__title {
  margin-bottom: 16px !important;
}

.pc26-hero--stack .pc26-hero__lead {
  margin-bottom: 0 !important;
}

.pc26-hero--stack .pc26-hero-stack__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 22px;
  box-shadow: var(--pc26-shadow);
}

.pc26-hero--stack .pc26-hero-stack__ribbon {
  width: 100%;
  margin: 0;
  text-align: center;
}

.pc26-hero--stack .pc26-hero-stack__term {
  width: 100%;
  margin: 0;
  justify-content: center;
  text-align: center;
}

.pc26-hero--stack .pc26-hero-stack__cta {
  width: 100%;
}

.pc26-hero--stack .pc26-cta-row {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .pc26-hero--stack {
    padding-top: 28px;
  }

  .pc26-hero--stack .pc26-hero-stack__inner {
    gap: 18px;
  }

  .pc26-hero--stack .pc26-hero__title {
    font-size: clamp(30px, 10.6vw, 48px) !important;
  }

  .pc26-hero--stack .pc26-hero-stack__visual img {
    border-radius: 18px;
  }
}