/* ============================================================
   Barberin' apply LP — Dark Luxe / Cinematic
   scope: #applyLP + body.pagename-apply overrides
   ============================================================ */

/* ---------- page base & header override ---------- */
body.pagename-apply {
  background: #0e0c0a;
}
body.pagename-apply #header {
  background: rgba(14, 14, 14, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(198, 169, 110, 0.18);
}
body.pagename-apply #header a,
body.pagename-apply #header .nav-link {
  color: #e8e2d6;
}
body.pagename-apply .main {
  background: #0e0c0a;
}
body.pagename-apply #footer {
  background: #0b0a08;
  border-top: 1px solid rgba(198, 169, 110, 0.14);
}

/* ---------- LP base ---------- */
#applyLP {
  color: #e8e0d4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.74;
  overflow: hidden;
}
#applyLP *,
#applyLP *::before,
#applyLP *::after {
  box-sizing: border-box;
}
#applyLP img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#applyLP a {
  text-decoration: none;
  color: inherit;
}
#applyLP .br-sp {
  display: none;
}

/* section scaffold: photo bed + scrim + grain */
#applyLP .lp-sec {
  position: relative;
  isolation: isolate;
}
#applyLP .lp-bed {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  z-index: -3;
}
#applyLP .lp-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
}
#applyLP .lp-sec::after {
  /* film grain */
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/lp/grain.png) repeat;
  background-size: 256px;
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: -1;
}
#applyLP .lp-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* eyebrow + heading */
#applyLP .lp-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #c6a96e;
}
#applyLP .lp-eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(198, 169, 110, 0.55), rgba(198, 169, 110, 0));
}
#applyLP .lp-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #f2efea;
  margin: 18px 0 0;
}

/* gold button */
#applyLP .lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 310px;
  padding: 25px 40px;
  background: #a8875a;
  color: #161310;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 6px;
  box-shadow:
    0 0 40px 2px rgba(209, 163, 97, 0.5),
    0 14px 30px rgba(0, 0, 0, 0.4),
    inset 0 1.5px 0 rgba(255, 235, 199, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
#applyLP .lp-btn i {
  font-size: 13px;
  transition: transform 0.25s ease;
}
#applyLP .lp-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow:
    0 0 52px 4px rgba(209, 163, 97, 0.62),
    0 18px 36px rgba(0, 0, 0, 0.45),
    inset 0 1.5px 0 rgba(255, 235, 199, 0.32);
}
#applyLP .lp-btn:hover i {
  transform: translateX(3px);
}

/* ============================================================
   HERO
   ============================================================ */
/* ヘッダーはfixedでヒーローに重なるため、padding-topはFigmaのトップバー込み絶対Y */
#applyLP .lp-hero {
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 219px 24px 154px;
}
#applyLP .lp-hero .lp-bed {
  background-image: url(../images/lp/hero-apply.jpg);
}
#applyLP .lp-hero .lp-scrim {
  background:
    radial-gradient(ellipse 120% 120% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(5, 4, 3, 0.5) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 50%, rgba(10, 10, 10, 0.82) 100%),
    linear-gradient(rgba(12, 12, 12, 0.3), rgba(12, 12, 12, 0.3));
}
#applyLP .lp-hero-eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: #c6a96e;
  margin-bottom: 35px;
}
#applyLP .lp-hero-logo {
  width: 494px;
  max-width: 82vw;
  margin: 0 auto;
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.55));
}
#applyLP .lp-hero-copy {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  color: #fff;
  margin: 35px 0 35px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}
#applyLP .lp-hero-copy .br-sp {
  display: none;
}

/* ============================================================
   FEATURES
   ============================================================ */
#applyLP .lp-features {
  padding: 110px 0;
  background: #12100d;
}
#applyLP .lp-features .lp-bed {
  background-image: url(../images/lp/bed-chairs.jpg);
}
#applyLP .lp-features .lp-scrim {
  background:
    linear-gradient(to right, rgba(13, 10, 7, 0.97) 0%, rgba(13, 10, 7, 0.93) 55%, rgba(13, 10, 7, 0.6) 100%),
    radial-gradient(ellipse 90% 130% at 30% 35%, rgba(217, 173, 112, 0.2) 0%, rgba(128, 97, 56, 0.07) 50%, rgba(0, 0, 0, 0) 100%);
}
#applyLP .lp-features-list {
  max-width: 640px;
  margin-top: 30px;
}
#applyLP .lp-feature {
  display: grid;
  grid-template-columns: 44px 70px 1fr;
  grid-template-areas:
    "num icon h"
    "num icon p";
  gap: 0 0;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(198, 169, 110, 0.22);
}
#applyLP .lp-feature:first-child {
  border-top: 1px solid rgba(198, 169, 110, 0.22);
}
#applyLP .lp-feature-num {
  grid-area: num;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #a8875a;
  padding-top: 6px;
}
#applyLP .lp-feature-icon {
  grid-area: icon;
  width: 44px;
  height: 44px;
}
#applyLP .lp-feature h3 {
  grid-area: h;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #f2efea;
  margin: 0 0 6px;
}
#applyLP .lp-feature p {
  grid-area: p;
  margin: 0;
  color: #e8e0d4;
}

/* ============================================================
   FLOW
   ============================================================ */
#applyLP .lp-flow {
  padding: 120px 0;
  background: #0f0e0c;
}
#applyLP .lp-flow .lp-bed {
  background-image: url(../images/lp/bed-clipper.jpg);
}
#applyLP .lp-flow .lp-scrim {
  background:
    linear-gradient(to right, rgba(13, 10, 7, 0.9) 0%, rgba(13, 10, 7, 0.74) 60%, rgba(13, 10, 7, 0.34) 100%),
    radial-gradient(ellipse 90% 130% at 30% 40%, rgba(217, 173, 112, 0.2) 0%, rgba(128, 97, 56, 0.07) 50%, rgba(0, 0, 0, 0) 100%);
}
#applyLP .lp-flow-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  margin: 56px 0 66px;
}
#applyLP .lp-flow-card {
  position: relative;
  background: linear-gradient(180deg, rgba(32, 27, 20, 0.92) 0%, rgba(18, 14, 10, 0.94) 100%);
  border: 1px solid rgba(191, 161, 110, 0.45);
  border-radius: 4px;
  padding: 46px 48px 50px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.5),
    0 5px 10px rgba(0, 0, 0, 0.4),
    inset 0 1.2px 0 rgba(217, 178, 117, 0.16);
}
#applyLP .lp-flow-card .num {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #a8875a;
}
#applyLP .lp-flow-card .ic {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
}
#applyLP .lp-flow-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f2efea;
  margin: 26px 0 12px;
}
#applyLP .lp-flow-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.88;
  color: #e8e0d4;
}
#applyLP .lp-flow-btnwrap {
  text-align: left;
}
#applyLP .lp-flow .lp-btn {
  font-size: 16px;
  min-width: 0;
  padding: 18px 34px;
}
#applyLP .lp-cta .lp-btn {
  font-size: 19px;
  min-width: 0;
  padding: 22px 43px;
  background: linear-gradient(180deg, #c9a96b 0%, #a6844c 100%);
  box-shadow:
    0 0 44px 2px rgba(209, 163, 97, 0.55),
    0 16px 34px rgba(0, 0, 0, 0.45),
    inset 0 1.5px 0 rgba(255, 235, 199, 0.35);
}

/* ============================================================
   CAMPAIGN
   ============================================================ */
#applyLP .lp-campaign {
  padding: 120px 0 62px;
  background: #100d0a;
}
#applyLP .lp-campaign .lp-bed {
  background-image: url(../images/lp/bed-window.jpg);
}
#applyLP .lp-campaign .lp-scrim {
  background:
    linear-gradient(to right, rgba(13, 10, 7, 0.92) 0%, rgba(13, 10, 7, 0.72) 55%, rgba(13, 10, 7, 0.42) 100%),
    radial-gradient(ellipse 90% 130% at 40% 40%, rgba(217, 173, 112, 0.28) 0%, rgba(140, 102, 56, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}
#applyLP .lp-ticket {
  position: relative;
  display: grid;
  grid-template-columns: 210px 39px 1fr 38px 4px 84px 83px;
  grid-template-rows: auto auto;
  grid-template-areas:
    "brand . title . perfo . side"
    "brand . note  . perfo . side";
  column-gap: 0;
  row-gap: 10px;
  align-items: start;
  margin-top: 36px;
  padding: 33px 81px 33px 48px;
  background: rgba(15, 15, 15, 0.95);
  border: 1.5px solid rgba(168, 135, 90, 0.85);
  border-radius: 16px;
  /* ミシン目上下のパンチ穴（本物の切り欠き） */
  -webkit-mask:
    radial-gradient(circle at calc(100% - 250px) 0, transparent 13px, #000 13.5px) top / 100% 51% no-repeat,
    radial-gradient(circle at calc(100% - 250px) 100%, transparent 13px, #000 13.5px) bottom / 100% 51% no-repeat;
  mask:
    radial-gradient(circle at calc(100% - 250px) 0, transparent 13px, #000 13.5px) top / 100% 51% no-repeat,
    radial-gradient(circle at calc(100% - 250px) 100%, transparent 13px, #000 13.5px) bottom / 100% 51% no-repeat;
  /* box-shadowはマスクで消えるためdrop-shadowで代替（切り欠きにも影が回る） */
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.45)) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}
#applyLP .lp-ticket::before {
  /* 内側の二重ボーダー */
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(191, 161, 110, 0.6);
  border-radius: 10px;
  pointer-events: none;
}
#applyLP .lp-ticket-brand {
  grid-area: brand;
  align-self: center;
}
#applyLP .lp-ticket-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #c6a96e;
  margin: 0 0 14px;
}
#applyLP .lp-ticket-label::before {
  content: "";
  width: 26px;
  height: 2px;
  background: #a8875a;
}
#applyLP .lp-ticket-shop {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #c4a877;
  margin: 0 0 9px;
}
#applyLP .lp-ticket-logo {
  width: 210px;
}
#applyLP .lp-ticket-title {
  grid-area: title;
  align-self: end;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  white-space: nowrap;
  color: #f2efea;
  margin: 0;
}
#applyLP .lp-ticket-title .big {
  font-size: 50px;
}
#applyLP .lp-ticket-note {
  grid-area: note;
  font-size: 12px;
  color: #e8e0d4;
  max-width: 533px;
  margin: 0;
}
#applyLP .lp-ticket-perfo {
  grid-area: perfo;
  align-self: stretch;
  position: relative;
  width: 4px;
  margin: 4px 0;
  background-image: radial-gradient(circle, rgba(168, 135, 90, 0.7) 2px, transparent 2.5px);
  background-size: 4px 15px;
  background-repeat: repeat-y;
  background-position: center top;
}
#applyLP .lp-ticket-side {
  min-width: 0;
}
#applyLP .lp-ticket-discount-label {
  letter-spacing: 0.2em;
}
#applyLP .lp-ticket-side {
  grid-area: side;
  align-self: center;
}
#applyLP .lp-ticket-discount-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #c6a96e;
  margin: 0 0 2px;
}
#applyLP .lp-ticket-five {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 1;
  color: #c4a877;
}
#applyLP .lp-ticket-five .pct {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 14px;
}
#applyLP .lp-ticket-off {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #c6a96e;
  margin: 2px 0 0;
}
#applyLP .lp-campaign-note {
  text-align: center;
  font-size: 11.5px;
  color: #9e998c;
  margin: 88px 0 0;
}

/* ============================================================
   PAYMENT
   ============================================================ */
#applyLP .lp-payment {
  padding: 120px 0;
  background: #1b1b1b;
}
#applyLP .lp-payment .lp-bed {
  background-image: url(../images/lp/bed-wall-chair.jpg);
}
#applyLP .lp-payment .lp-scrim {
  background:
    linear-gradient(to right, rgba(13, 10, 7, 0.95), rgba(13, 10, 7, 0.92)),
    radial-gradient(ellipse 90% 130% at 30% 40%, rgba(217, 173, 112, 0.2) 0%, rgba(128, 97, 56, 0.07) 50%, rgba(0, 0, 0, 0) 100%);
}
#applyLP .lp-heading small {
  font-size: 18px;
  color: #9e998c;
  font-weight: 700;
  margin-left: 10px;
}
#applyLP .lp-pay-grid {
  display: flex;
  gap: 28px;
  margin-top: 48px;
}
#applyLP .lp-pay-block {
  flex: 1;
}
#applyLP .lp-pay-block.contract {
  flex: 0 0 360px;
}
#applyLP .lp-pay-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
#applyLP .lp-pay-block.contract .lp-pay-cards {
  grid-template-columns: 1fr;
}
#applyLP .lp-pay-sublabel {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #c6a96e;
  margin: 0 0 16px;
}
#applyLP .lp-pay-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 144px;
  background: linear-gradient(180deg, #24211a 0%, #15120d 100%);
  border: 1px solid rgba(191, 161, 110, 0.5);
  border-radius: 4px;
  padding: 34px 24px;
  text-align: left;
  box-shadow:
    0 26px 55px rgba(0, 0, 0, 0.5),
    0 6px 12px rgba(0, 0, 0, 0.42),
    inset 0 1.2px 0 rgba(217, 178, 117, 0.2);
}
#applyLP .lp-pay-card.center {
  justify-content: center;
}
#applyLP .lp-pay-card .ic {
  width: 40px;
  height: 40px;
}
#applyLP .lp-pay-card .t {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #f2efea;
}
#applyLP .lp-pay-card .t-serif {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  color: #f2efea;
}

/* ============================================================
   PRICING
   ============================================================ */
#applyLP .lp-pricing {
  padding: 120px 0;
  background: #141414;
}
#applyLP .lp-pricing .lp-bed {
  background-image: url(../images/lp/bed-wall-chair.jpg);
}
#applyLP .lp-pricing .lp-scrim {
  background:
    linear-gradient(to right, rgba(13, 10, 7, 0.93), rgba(13, 10, 7, 0.92)),
    radial-gradient(ellipse 70% 90% at 78% 55%, rgba(209, 163, 102, 0.2) 0%, rgba(128, 94, 51, 0.07) 55%, rgba(0, 0, 0, 0) 100%);
}
#applyLP .lp-price-table {
  width: 100%;
  margin-top: 26px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #36322a;
  border-radius: 12px;
  overflow: hidden;
}
#applyLP .lp-price-table th,
#applyLP .lp-price-table td {
  width: 25%;
  padding: 16px 18px;
  border: none;
  background: transparent; /* テーマCSSがtdへ直接bgを塗るため打ち消し（ゼブラはtr側） */
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
}
#applyLP .lp-price-table thead th {
  padding: 22px 18px;
  background: rgba(15, 15, 15, 0.95);
}
#applyLP .lp-price-table tbody tr:nth-child(odd) {
  background: rgba(30, 28, 24, 0.95);
}
#applyLP .lp-price-table tbody tr:nth-child(even) {
  background: rgba(26, 25, 22, 0.95);
}
#applyLP .lp-price-table .rowlabel {
  text-align: left;
  font-weight: 700;
  color: #a8875a;
}
#applyLP .lp-price-table .plan-name {
  font-size: 16px;
  font-weight: 700;
  color: #f2efea;
}
#applyLP .lp-price-table .plan-desc {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #bdb29e;
  margin-top: 6px;
}
#applyLP .lp-price-table .badge {
  display: inline-block;
  background: #cca86b;
  color: #1a140f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 3px;
  padding: 3px 10px;
  margin-bottom: 8px;
}
#applyLP .lp-price-table tbody .col-premium {
  background: rgba(47, 38, 24, 0.95);
}
#applyLP .lp-price-table thead .col-premium {
  background: rgba(15, 15, 15, 0.95);
}
#applyLP .lp-price-table thead .col-premium .plan-name {
  color: #d9b575;
}
#applyLP .lp-price-table .price {
  font-size: 18px;
  color: #e6e4e0;
}
#applyLP .lp-price-table .price.gold {
  color: #d8b87a;
  font-size: 19px;
}
#applyLP .lp-price-table .mark {
  color: #c6a96e;
}
#applyLP .lp-price-table .mark-w {
  color: #d8b87a;
}
#applyLP .lp-price-table .dim {
  color: #6d675c;
}

/* SPプラン カード（PCでは非表示） */
#applyLP .lp-price-cards {
  display: none;
}

/* ============================================================
   BANNER OPTION
   ============================================================ */
#applyLP .lp-banner {
  padding: 120px 0;
  background: #121110;
}
#applyLP .lp-banner .lp-bed {
  background-image: url(../images/lp/bed-counter.jpg);
}
#applyLP .lp-banner .lp-scrim {
  background:
    linear-gradient(to right, rgba(13, 10, 7, 0.96) 0%, rgba(13, 10, 7, 0.92) 50%, rgba(13, 10, 7, 0.78) 100%),
    radial-gradient(ellipse 90% 130% at 30% 40%, rgba(217, 173, 112, 0.2) 0%, rgba(128, 97, 56, 0.07) 50%, rgba(0, 0, 0, 0) 100%);
}
#applyLP .lp-banner-card {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 44px;
  align-items: center;
  background: linear-gradient(180deg, rgba(32, 27, 20, 0.92) 0%, rgba(18, 14, 10, 0.94) 100%);
  border: 1px solid rgba(191, 161, 110, 0.45);
  border-radius: 4px;
  padding: 32px;
  margin-top: 50px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.5),
    0 5px 10px rgba(0, 0, 0, 0.4),
    inset 0 1.2px 0 rgba(217, 178, 117, 0.16);
}
#applyLP .lp-banner-card + .lp-banner-card {
  margin-top: 56px;
}
#applyLP .lp-banner-shot {
  text-align: center;
}
#applyLP .lp-banner-shot img {
  width: 100%;
  border-radius: 4px;
}
#applyLP .lp-banner-sub {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #c6a96e;
  margin-bottom: 14px;
}
#applyLP .lp-banner-name {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 10px;
}
#applyLP .lp-banner-name .n {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  color: #f2efea;
}
#applyLP .lp-banner-name .p {
  font-weight: 700;
  font-size: 22px;
  color: #d9b575;
}
#applyLP .lp-banner-size {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #c6a96e;
  margin-bottom: 14px;
}
#applyLP .lp-banner-desc {
  margin: 0;
  font-weight: 400;
  color: #e8e0d4;
}

/* ============================================================
   FOOTER CTA
   ============================================================ */
#applyLP .lp-cta {
  padding: 32px;
}
#applyLP .lp-cta .lp-bed {
  background-image: url(../images/lp/bed-window.jpg);
}
#applyLP .lp-cta .lp-scrim {
  background:
    linear-gradient(to right, rgba(13, 10, 7, 0.62), rgba(13, 10, 7, 0.72)),
    radial-gradient(ellipse 90% 130% at 50% 40%, rgba(217, 173, 112, 0.2) 0%, rgba(128, 97, 56, 0.07) 50%, rgba(0, 0, 0, 0) 100%);
}
#applyLP .lp-cta-frame {
  max-width: 1370px;
  margin: 0 auto;
  border: 1px solid rgba(198, 169, 110, 0.45);
  padding: 69px 24px;
  text-align: center;
}
#applyLP .lp-cta-eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: #c6a96e;
  margin-bottom: 20px;
}
#applyLP .lp-cta-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 20px;
}
#applyLP .lp-cta-sub {
  font-size: 15px;
  color: #d8d2c6;
  margin: 0 0 20px;
}

/* ============================================================
   Responsive (SP <= 767px)
   ============================================================ */
@media screen and (max-width: 767px) {
  #applyLP .lp-inner {
    padding: 0 28px;
  }
  #applyLP .lp-heading {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 12px;
  }
  #applyLP .lp-eyebrow {
    letter-spacing: 0.2em;
  }
  #applyLP .lp-btn {
    min-width: 0;
    width: auto;
    font-size: 15px;
    padding: 17px 30px;
  }

  /* hero（FigmaのSP版は窓辺の写真） */
  #applyLP .lp-hero {
    min-height: 0;
    padding: 213px 24px 123px;
  }
  #applyLP .lp-hero .lp-bed {
    background-image: url(../images/lp/bed-window.jpg);
  }
  #applyLP .lp-hero > div {
    max-width: 100%;
  }
  #applyLP .lp-hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #applyLP .lp-hero-logo {
    width: 300px;
  }
  #applyLP .lp-hero-copy {
    font-size: 15px;
    margin: 20px 0 20px;
  }
  #applyLP .br-sp {
    display: inline;
  }

  /* sections */
  #applyLP .lp-features,
  #applyLP .lp-flow,
  #applyLP .lp-campaign,
  #applyLP .lp-payment,
  #applyLP .lp-pricing,
  #applyLP .lp-banner {
    padding: 56px 0;
  }
  #applyLP .lp-features .lp-bed {
    background-image: url(../images/lp/bed-sp.jpg);
  }
  #applyLP .lp-features .lp-scrim {
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.82));
  }
  #applyLP .lp-features-list {
    margin-top: 22px;
  }
  #applyLP .lp-feature {
    grid-template-columns: 62px 52px 1fr;
    grid-template-areas:
      "icon num h"
      "p    p   p";
    align-items: center;
    padding: 22px 0;
  }
  #applyLP .lp-feature-num {
    padding-top: 0;
    font-size: 22px;
    align-self: center;
  }
  #applyLP .lp-feature h3 {
    margin: 0;
    font-size: 16px;
  }
  #applyLP .lp-feature p {
    margin-top: 16px;
    line-height: 1.76;
  }

  /* flow */
  #applyLP .lp-flow-cards {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 22px 0 0;
  }
  #applyLP .lp-flow-card {
    padding: 24px 24px 26px;
  }
  #applyLP .lp-flow-card .num {
    font-size: 40px;
  }
  #applyLP .lp-flow-card .ic {
    width: 40px;
    height: 40px;
    top: 24px;
    right: 24px;
  }
  #applyLP .lp-flow-card h3 {
    font-size: 18px;
    margin: 10px 0 10px;
  }
  #applyLP .lp-flow-card p {
    line-height: 1.76;
  }
  #applyLP .lp-flow-btnwrap {
    display: none;
  }

  /* SP背景写真の差し替え（Figma準拠） */
  #applyLP .lp-campaign .lp-bed {
    background-image: url(../images/lp/bed-counter.jpg);
  }
  #applyLP .lp-payment .lp-bed,
  #applyLP .lp-pricing .lp-bed {
    background-image: url(../images/lp/bed-sp.jpg);
  }

  /* campaign ticket -> 縦積み（横ミシン目＋両端ノッチ） */
  #applyLP .lp-ticket {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "title"
      "perfo"
      "side"
      "note";
    row-gap: 0;
    margin-top: 22px;
    padding: 24px;
    border-width: 1px;
    border-color: rgba(191, 161, 110, 0.55);
    border-radius: 12px;
    /* 横ミシン目の左右にパンチ穴（--notch-yはJSがミシン目位置を計測して設定） */
    -webkit-mask:
      radial-gradient(circle at 0 var(--notch-y, 186px), transparent 11px, #000 11.5px) left / 51% 100% no-repeat,
      radial-gradient(circle at 100% var(--notch-y, 186px), transparent 11px, #000 11.5px) right / 51% 100% no-repeat;
    mask:
      radial-gradient(circle at 0 var(--notch-y, 186px), transparent 11px, #000 11.5px) left / 51% 100% no-repeat,
      radial-gradient(circle at 100% var(--notch-y, 186px), transparent 11px, #000 11.5px) right / 51% 100% no-repeat;
    box-shadow: none;
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.4)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
  }
  #applyLP .lp-ticket::before {
    display: none;
  }
  #applyLP .lp-ticket-brand {
    align-self: auto;
  }
  #applyLP .lp-ticket-label {
    font-size: 10px;
    margin-bottom: 8px;
  }
  #applyLP .lp-ticket-label::before {
    width: 24px;
  }
  #applyLP .lp-ticket-shop {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #applyLP .lp-ticket-logo {
    width: 160px;
  }
  #applyLP .lp-ticket-title {
    align-self: auto;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 8px;
  }
  #applyLP .lp-ticket-perfo {
    width: auto;
    height: 3px;
    margin: 18px 0;
    position: relative;
    background-image: radial-gradient(circle, rgba(198, 169, 110, 0.55) 1.5px, transparent 2px);
    background-size: 11px 3px;
    background-repeat: repeat-x;
    background-position: left center;
  }
  #applyLP .lp-ticket-perfo::before,
  #applyLP .lp-ticket-perfo::after {
    display: none;
  }
  #applyLP .lp-ticket-side {
    align-self: auto;
    display: flex;
    align-items: flex-end;
    gap: 6px;
  }
  #applyLP .lp-ticket-discount-label {
    display: none;
  }
  #applyLP .lp-ticket-five {
    font-size: 52px;
    color: #d8b87a;
  }
  #applyLP .lp-ticket-five .pct {
    font-size: 24px;
    padding-bottom: 6px;
  }
  #applyLP .lp-ticket-off {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
    color: #c4a877;
    margin: 0 0 8px;
  }
  #applyLP .lp-ticket-note {
    font-size: 11px;
    color: #b7af9f;
    margin-top: 12px;
  }
  #applyLP .lp-campaign {
    background: #130f0b;
  }
  #applyLP .lp-campaign-note {
    margin-top: 22px;
  }

  /* payment */
  #applyLP .lp-heading small {
    font-size: 12px;
    margin-left: 6px;
  }
  #applyLP .lp-pay-grid {
    flex-direction: column;
    gap: 22px;
    margin-top: 22px;
  }
  #applyLP .lp-pay-block.contract {
    flex: 0 0 auto;
  }
  #applyLP .lp-pay-cards {
    gap: 12px;
  }
  #applyLP .lp-pay-sublabel {
    margin-bottom: 22px;
  }
  #applyLP .lp-pay-card {
    min-height: 92px;
    padding: 16px 12px;
    border-radius: 5px;
    gap: 10px;
  }
  #applyLP .lp-pay-card {
    align-items: center;
  }
  #applyLP .lp-pay-card.center {
    align-items: flex-start;
  }
  #applyLP .lp-pay-card .ic {
    width: 26px;
    height: 26px;
  }
  #applyLP .lp-pay-card .t {
    font-size: 17px;
  }
  #applyLP .lp-pay-card .t-serif {
    font-size: 20px;
  }
  #applyLP .lp-pay-card.center {
    min-height: 68px;
  }

  /* pricing: table -> cards */
  #applyLP .lp-price-table {
    display: none;
  }
  #applyLP .lp-price-cards {
    display: block;
    margin-top: 20px;
  }
  #applyLP .lp-price-card {
    background: linear-gradient(180deg, #24211a 0%, #15120d 100%);
    border: 1px solid rgba(191, 161, 110, 0.4);
    border-radius: 6px;
    padding: 24px 24px 26px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  }
  #applyLP .lp-price-card + .lp-price-card {
    margin-top: 20px;
  }
  #applyLP .lp-price-card.premium {
    background: linear-gradient(180deg, #2f2618 0%, #1c1610 100%);
    border-color: rgba(198, 169, 110, 0.7);
    box-shadow: 0 0 40px rgba(198, 169, 110, 0.12), 0 18px 48px rgba(0, 0, 0, 0.45);
  }
  #applyLP .lp-price-card .badge {
    display: inline-block;
    background: #cca86b;
    color: #1a140f;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    padding: 3px 10px;
    margin-bottom: 12px;
  }
  #applyLP .lp-price-card .plan-name {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #f2efea;
  }
  #applyLP .lp-price-card.premium .plan-name {
    color: #e4c88a;
  }
  #applyLP .lp-price-card .plan-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #b7af9f;
    margin-top: 14px;
  }
  #applyLP .lp-price-card .plan-price {
    margin: 14px 0 14px;
    line-height: 1.2;
    color: #f2efea;
  }
  #applyLP .lp-price-card .plan-price .yen {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 700;
  }
  #applyLP .lp-price-card.premium .plan-price .yen {
    font-size: 26px;
    color: #e4c88a;
  }
  #applyLP .lp-price-card .plan-price .lbl {
    font-size: 12px;
    color: #b7af9f;
    font-weight: 400;
    margin-right: 8px;
  }
  #applyLP .lp-price-card .plan-init {
    font-size: 12px;
    line-height: 1.2;
    color: #b7af9f;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(198, 169, 110, 0.25);
  }
  #applyLP .lp-price-card ul {
    list-style: none;
    margin: 11px 0 0;
    padding: 0;
  }
  #applyLP .lp-price-card li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
  }
  #applyLP .lp-price-card li .k {
    font-size: 12.5px;
    color: #c9c3b6;
    font-weight: 400;
  }
  #applyLP .lp-price-card li .v {
    font-size: 13px;
    color: #f2efea;
    font-weight: 700;
  }
  #applyLP .lp-price-card li .v.mark {
    color: #f2efea;
  }
  #applyLP .lp-price-card.premium li .v.mark {
    color: #e4c88a;
  }
  #applyLP .lp-price-card li .v.dim {
    color: #6f6a60;
    font-weight: 400;
  }

  /* banner */
  #applyLP .lp-banner-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 18px 22px;
    margin-top: 20px;
  }
  #applyLP .lp-banner-card + .lp-banner-card {
    margin-top: 20px;
  }
  #applyLP .lp-banner-shot img {
    max-height: 200px;
  }
  #applyLP .lp-banner-sub {
    margin-bottom: 12px;
  }
  #applyLP .lp-banner-name {
    margin-bottom: 12px;
  }
  #applyLP .lp-banner-size {
    margin-bottom: 12px;
  }

  /* CTA */
  #applyLP .lp-cta {
    padding: 0;
  }
  #applyLP .lp-cta-frame {
    border: none;
    padding: 70px 28px 56px;
  }
  #applyLP .lp-cta-eyebrow {
    font-size: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
  }
  #applyLP .lp-cta-title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  #applyLP .lp-cta-sub {
    font-size: 12.5px;
    margin-bottom: 16px;
  }
  #applyLP .lp-cta .lp-btn {
    font-size: 15px;
    padding: 17px 30px;
  }

}

/* ============================================================
   テーマstyle.cssの `p { font-size: 12px !important }`(SP) 対策
   p要素の文字サイズを意図値で再宣言
   ============================================================ */
@media screen and (max-width: 767px) {
  #applyLP .lp-hero-eyebrow { font-size: 10px !important; }
  #applyLP .lp-hero-copy { font-size: 15px !important; }
  #applyLP .lp-eyebrow { font-size: 10px !important; }
  #applyLP .lp-feature p { font-size: 13px !important; }
  #applyLP .lp-flow-card p { font-size: 13px !important; }
  #applyLP .lp-ticket-label { font-size: 10px !important; }
  #applyLP .lp-ticket-shop { font-size: 13px !important; }
  #applyLP .lp-ticket-title { font-size: 22px !important; }
  #applyLP .lp-ticket-title .big { font-size: 22px; }
  #applyLP .lp-ticket-note { font-size: 11px !important; }
  #applyLP .lp-ticket-off { font-size: 15px !important; }
  #applyLP .lp-campaign-note { font-size: 10.5px !important; }
  #applyLP .lp-pay-sublabel { font-size: 11px !important; }
  #applyLP .lp-banner-sub { font-size: 10px !important; }
  #applyLP .lp-banner-size { font-size: 11px !important; }
  #applyLP .lp-banner-desc { font-size: 12.5px !important; }
  #applyLP .lp-cta-eyebrow { font-size: 10px !important; }
  #applyLP .lp-cta-title { font-size: 26px !important; }
  #applyLP .lp-cta-sub { font-size: 12.5px !important; }
}
