@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;700;900&display=swap');

:root {
  --black: #0a0a0a;
  --charcoal: #141414;
  --charcoal2: #1c1c1c;
  --green-dark: #1a5c2a;
  --green: #3a8a3f;
  --green-light: #52b85a;
  --gold: #d4af37;
  --cream: #f5f0e8;
  --gray: #aaaaaa;
  --gray2: #666;
  --white: #ffffff;
}

.lp-lj {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: var(--black);
  color: var(--cream);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

#page_header_type2 {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
#page_content, #page_content article, #page_content .post_content,
#page_content .clearfix, .post_content.clearfix,
#main, #content, .site-content, .entry-content, .entry, .hentry {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.lp-lj * { box-sizing: border-box; }
.lp-lj p:empty { display: none !important; }
.lp-lj a { color: inherit !important; text-decoration: none !important; }
.lp-lj a:visited { color: inherit !important; }
.lp-lj table, .lp-lj thead, .lp-lj tbody,
.lp-lj tr, .lp-lj th, .lp-lj td {
  background: var(--charcoal) !important;
  color: var(--cream) !important;
}
.lp-lj .lp-quote {
  border-left: 3px solid var(--green) !important;
  padding: 16px 0 16px 24px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.lp-lj .fi { opacity: 1 !important; transform: translateY(0) !important; transition: opacity 0.7s ease, transform 0.7s ease !important; }
.lp-lj .fi.anim { opacity: 0 !important; transform: translateY(30px) !important; }
.lp-lj .fi.anim.vis { opacity: 1 !important; transform: translateY(0) !important; }

.lp-lj .lp-cont {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.lp-lj .sec-label {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--green-light);
  border-left: 3px solid var(--green);
  padding-left: 10px;
  margin-bottom: 12px;
}

.lp-lj .sec-title {
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 900 !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1.25;
  margin: 0 0 16px;
  color: var(--cream);
}

.lp-lj .sec-lead {
  font-size: 16px;
  color: var(--gray);
  max-width: 640px;
  margin-bottom: 48px;
}

.lp-lj .green-line {
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--green-light));
  margin: 0 0 40px;
  border-radius: 2px;
}

/* ======= HERO ======= */
.lp-lj .lp-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 40px 24px 80px !important;
  overflow: hidden;
}
.lp-lj .lp-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.38) saturate(0.8);
}
.lp-lj .lp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.85) 0%, rgba(26,92,42,0.35) 100%);
  z-index: 1;
}
.lp-lj .lp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.lp-lj .lp-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--green-light);
  margin-bottom: 16px;
}
.lp-lj .lp-h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(30px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--cream);
}
.lp-lj .green-w { color: var(--green-light); }
.lp-lj .gold-w { color: var(--gold); }
.lp-lj .lp-hero-sub {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(18px, 2.5vw, 28px);
  letter-spacing: 0.12em;
  color: var(--gray);
  margin-bottom: 20px;
}
.lp-lj .lp-hero-desc {
  display: block;
  font-size: clamp(14px, 1.5vw, 17px);
  color: #ccc;
  line-height: 1.9;
  margin-bottom: 36px;
  max-width: 600px;
}
.lp-lj .lp-hero-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--white) !important;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 36px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  box-shadow: 0 4px 24px rgba(58,138,63,0.4);
}
.lp-lj .lp-hero-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(58,138,63,0.5); background: linear-gradient(135deg, var(--green-light), var(--green)); }
.lp-lj .lp-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gray2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.lp-lj .lp-scroll span { animation: lj-bounce 1.6s infinite; }
@keyframes lj-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ======= REASON BAR ======= */
.lp-lj .reason-bar {
  background: var(--green-dark);
  border-top: 1px solid rgba(58,138,63,0.4);
  border-bottom: 1px solid rgba(58,138,63,0.4);
  padding: 0;
}
.lp-lj .reason-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
.lp-lj .reason-item {
  padding: 28px 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.lp-lj .reason-item:last-child { border-right: none; }
.lp-lj .r-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  line-height: 1;
  color: rgba(255,255,255,0.25);
  flex-shrink: 0;
}
.lp-lj .r-text h3 { font-size: 13px; font-weight: 700; color: var(--cream); margin: 0 0 4px; line-height: 1.3; }
.lp-lj .r-text p { font-size: 12px; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.5; }

/* ======= USE CASE ======= */
.lp-lj .usecase-sec { padding: 100px 0; background: var(--charcoal); }
.lp-lj .uc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: #222;
  border: 1px solid #222;
}
.lp-lj .uc-card {
  background: var(--charcoal2);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: default;
}
.lp-lj .uc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(58,138,63,0.2); z-index: 1; position: relative; }
.lp-lj .uc-card img { width: 100%; height: 240px; object-fit: cover; display: block; filter: brightness(0.85); transition: filter 0.3s; }
.lp-lj .uc-card:hover img { filter: brightness(1); }
.lp-lj .uc-body { padding: 20px; }
.lp-lj .uc-tag { font-family: 'Bebas Neue', sans-serif; font-size: 11px; letter-spacing: 0.2em; color: var(--green-light); margin-bottom: 8px; display: block; }
.lp-lj .uc-body h3 { font-size: 14px; font-weight: 700; margin: 0 0 8px; color: var(--cream); line-height: 1.4; }
.lp-lj .uc-body p { font-size: 12px; color: var(--gray); margin: 0 0 10px; line-height: 1.65; }
.lp-lj .uc-spec { display: inline-block; font-size: 11px; color: var(--green-light); background: rgba(58,138,63,0.12); border: 1px solid rgba(58,138,63,0.3); padding: 4px 10px; border-radius: 2px; }

/* ======= YouTube ======= */
.lp-lj .yt-sec { padding: 100px 0; background: var(--black); }
.lp-lj .yt-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lp-lj .yt-video-wrap { position: relative; background: #000; border-radius: 4px; overflow: hidden; box-shadow: 0 16px 64px rgba(0,0,0,0.6); border: 1px solid #222; }
.lp-lj .yt-video-wrap iframe { display: block; width: 100%; height: 340px; border: none; }
.lp-lj .yt-pain-list { list-style: none; padding: 0; margin: 0 0 32px; }
.lp-lj .yt-pain-list li { font-size: 15px; color: var(--gray); padding: 10px 0; border-bottom: 1px solid #222; padding-left: 20px; position: relative; }
.lp-lj .yt-pain-list li::before { content: '…'; position: absolute; left: 0; color: var(--gray2); }
.lp-lj .yt-answer { background: var(--green-dark); border: 1px solid var(--green); border-radius: 4px; padding: 20px 24px; font-size: 15px; font-weight: 700; color: var(--cream); position: relative; }
.lp-lj .yt-answer::before { content: '→'; color: var(--green-light); margin-right: 8px; }
.lp-lj .ts-badge-wrap { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.lp-lj .ts-badge { font-size: 12px; background: rgba(255,255,255,0.06); border: 1px solid #333; padding: 6px 14px; border-radius: 20px; color: var(--gray); }

/* ======= TS比較 ======= */
.lp-lj .compare-sec { padding: 100px 0; background: var(--charcoal); }
.lp-lj .compare-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
.lp-lj .ts-card { background: var(--charcoal2); border: 1px solid #2a2a2a; border-radius: 6px; padding: 40px 36px; transition: border-color 0.3s; }
.lp-lj .ts-card.ts-premium { border-color: var(--green); box-shadow: 0 0 32px rgba(58,138,63,0.12); }
.lp-lj .ts-badge-top { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 2px; margin-bottom: 16px; }
.lp-lj .badge-value { background: #333; color: var(--gray); }
.lp-lj .badge-premium { background: var(--green); color: #fff; }
.lp-lj .ts-card h3 { font-size: 22px; font-weight: 900; margin: 0 0 12px; color: var(--cream); }
.lp-lj .ts-price-hint { font-size: 13px; color: var(--gray2); margin-bottom: 20px; }
.lp-lj .ts-feat-list { list-style: none; padding: 0; margin: 0 0 24px; }
.lp-lj .ts-feat-list li { font-size: 14px; color: var(--gray); padding: 8px 0; border-bottom: 1px solid #252525; padding-left: 22px; position: relative; }
.lp-lj .ts-feat-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green-light); font-weight: 700; }
.lp-lj .ts-users { font-size: 12px; font-weight: 700; color: var(--green-light); background: rgba(58,138,63,0.1); border: 1px solid rgba(58,138,63,0.25); padding: 8px 14px; border-radius: 3px; margin-bottom: 24px; display: block; }
.lp-lj .btn-ts { display: block; text-align: center; padding: 14px 20px; border-radius: 4px; font-weight: 700; font-size: 14px; transition: all 0.3s; }
.lp-lj .btn-ts-value { background: #2a2a2a; color: var(--cream) !important; border: 1px solid #444; }
.lp-lj .btn-ts-value:hover { background: #363636; }
.lp-lj .btn-ts-premium { background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff !important; box-shadow: 0 4px 20px rgba(58,138,63,0.3); }
.lp-lj .btn-ts-premium:hover { box-shadow: 0 8px 32px rgba(58,138,63,0.45); transform: translateY(-2px); }
.lp-lj .diagnosis-flow { background: var(--black); border: 1px solid #222; border-radius: 6px; padding: 36px; margin-top: 12px; }
.lp-lj .diagnosis-flow h3 { font-size: 16px; font-weight: 700; margin: 0 0 24px; color: var(--cream); }
.lp-lj .diag-row { display: flex; align-items: stretch; gap: 0; margin-bottom: 16px; }
.lp-lj .diag-q { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 4px 0 0 4px; padding: 14px 20px; font-size: 14px; color: var(--cream); flex: 1; display: flex; align-items: center; }
.lp-lj .diag-arrow { background: var(--green-dark); padding: 0 16px; display: flex; align-items: center; font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: #fff; }
.lp-lj .diag-a { background: rgba(58,138,63,0.12); border: 1px solid rgba(58,138,63,0.3); border-radius: 0 4px 4px 0; padding: 14px 20px; font-size: 13px; font-weight: 700; color: var(--green-light); flex: 1; display: flex; align-items: center; }

/* ======= SIZE TABLE ======= */
.lp-lj .table-sec { padding: 100px 0; background: var(--black); }
.lp-lj .tab-nav { display: flex; gap: 4px; margin-bottom: 0; overflow: visible !important; scrollbar-width: none !important; flex-wrap: wrap; }
.lp-lj .tab-nav::-webkit-scrollbar { display: none !important; }
.lp-lj .tab-btn { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; font-weight: 700; padding: 12px 24px; border: 1px solid #2a2a2a; background: var(--charcoal2); color: var(--gray); cursor: pointer; border-radius: 4px 4px 0 0; border-bottom: none; transition: all 0.2s; letter-spacing: 0.03em; }
.lp-lj .tab-btn.active { background: var(--green-dark); color: var(--cream); border-color: var(--green); }
.lp-lj .tab-btn:hover:not(.active) { background: #222; color: var(--cream); }
.lp-lj .tab-pane { display: none; }
.lp-lj .tab-pane.active { display: block; }
.lp-lj .stbl { width: 100%; border-collapse: collapse; border: 1px solid #222; }
.lp-lj .stbl thead tr { background: var(--green-dark) !important; }
.lp-lj .stbl thead th { background: var(--green-dark) !important; color: var(--cream) !important; font-size: 13px; font-weight: 700; padding: 14px 16px; text-align: left; border-bottom: 2px solid var(--green); letter-spacing: 0.04em; }
.lp-lj .stbl tbody tr { border-bottom: 1px solid #222; transition: background 0.2s; }
.lp-lj .stbl tbody tr:hover td { background: #1c2e1e !important; }
.lp-lj .stbl tbody td { padding: 13px 16px; font-size: 14px; vertical-align: middle; }
.lp-lj .td-size { font-weight: 700; font-size: 15px !important; color: var(--cream) !important; }
.lp-lj .td-dim { color: var(--gray) !important; font-size: 13px !important; }
.lp-lj .td-spec { color: var(--gray) !important; font-size: 13px !important; }
.lp-lj .td-lot { color: var(--green-light) !important; font-weight: 700 !important; }
.lp-lj .td-btn a { display: inline-block; background: var(--green); color: #fff !important; font-size: 12px; font-weight: 700; padding: 7px 16px; border-radius: 3px; transition: all 0.2s; white-space: nowrap; }
.lp-lj .td-btn a:hover { background: var(--green-light); transform: translateY(-1px); }
.lp-lj .table-note { display: block; font-size: 12px; color: var(--gray2); margin-top: 16px; line-height: 1.8; }
.lp-lj .table-note a { color: var(--green-light) !important; text-decoration: underline !important; }
.lp-lj .usage-hint { margin-top: 28px; background: var(--charcoal2); border: 1px solid #2a2a2a; border-radius: 4px; padding: 20px 24px; }
.lp-lj .usage-hint h4 { font-size: 13px; font-weight: 700; color: var(--green-light); margin: 0 0 12px; letter-spacing: 0.05em; }
.lp-lj .usage-hint ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 24px; }
.lp-lj .usage-hint ul li { font-size: 13px; color: var(--gray); padding-left: 16px; position: relative; }
.lp-lj .usage-hint ul li::before { content: '▸'; position: absolute; left: 0; color: var(--green); }

/* ======= NC CUT ======= */
.lp-lj .nc-sec { padding: 100px 0; background: var(--charcoal); }
.lp-lj .nc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lp-lj .nc-img-wrap { position: relative; border-radius: 6px; overflow: hidden; box-shadow: 0 16px 64px rgba(0,0,0,0.5); }
.lp-lj .nc-img-wrap img { width: 100%; height: 380px; object-fit: cover; display: block; }
.lp-lj .nc-tag-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.lp-lj .nc-tag { font-size: 12px; font-weight: 700; padding: 6px 14px; background: rgba(58,138,63,0.1); border: 1px solid rgba(58,138,63,0.3); color: var(--green-light); border-radius: 2px; }
.lp-lj .nc-content p { font-size: 15px; color: var(--gray); line-height: 1.85; margin-bottom: 16px; }
.lp-lj .nc-lot { background: var(--black); border: 1px solid #2a2a2a; border-radius: 4px; padding: 16px 20px; margin-bottom: 28px; font-size: 13px; color: var(--gray); }
.lp-lj .nc-lot strong { color: var(--cream); }

/* ======= 公費バナー ======= */
.lp-lj .kohi-sec { padding: 0; background: var(--black); }
.lp-lj .kohi-banner { background: linear-gradient(135deg, #0d2e16 0%, #1a5c2a 50%, #0d2e16 100%); border-top: 2px solid var(--green); border-bottom: 2px solid var(--green); padding: 56px 24px; text-align: center; position: relative; overflow: hidden; }
.lp-lj .kohi-banner::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255,255,255,0.015) 40px, rgba(255,255,255,0.015) 80px); }
.lp-lj .kohi-inner { position: relative; z-index: 1; }
.lp-lj .kohi-badge { display: inline-block; background: var(--gold); color: #000; font-size: 12px; font-weight: 700; padding: 6px 18px; border-radius: 2px; letter-spacing: 0.1em; margin-bottom: 20px; }
.lp-lj .kohi-banner h2 { font-size: clamp(22px, 3.5vw, 38px); font-weight: 900; color: var(--cream); margin: 0 0 12px; }
.lp-lj .kohi-banner p { font-size: 15px; color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.lp-lj .btn-p { display: inline-block; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff !important; font-weight: 700; font-size: 15px; padding: 16px 40px; border-radius: 4px; transition: all 0.3s; box-shadow: 0 4px 24px rgba(58,138,63,0.4); }
.lp-lj .btn-p:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(58,138,63,0.5); }
.lp-lj .btn-s { display: inline-block; background: transparent; color: var(--cream) !important; font-weight: 700; font-size: 15px; padding: 15px 40px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3); transition: all 0.3s; }
.lp-lj .btn-s:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.5); }

/* ======= FAQ ======= */
.lp-lj .faq-sec { padding: 100px 0; background: var(--charcoal); }
.lp-lj .faq-list { max-width: 800px; }
.lp-lj .faq-item { border-bottom: 1px solid #222; }
.lp-lj .faq-q { display: flex; align-items: center; gap: 16px; width: 100%; background: none; border: none; padding: 22px 0; cursor: pointer; text-align: left; color: var(--cream); font-family: 'Noto Sans JP', sans-serif; }
.lp-lj .faq-qm { flex-shrink: 0; width: 30px; height: 30px; background: var(--green); color: #fff; font-size: 14px; font-weight: 700; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-style: italic; }
.lp-lj .faq-qt { flex: 1; font-size: 15px; font-weight: 700; line-height: 1.4; }
.lp-lj .faq-qi { flex-shrink: 0; width: 28px; height: 28px; border: 1px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--gray2); transition: all 0.3s; }
.lp-lj .faq-item.open .faq-qi { transform: rotate(45deg); border-color: var(--green); color: var(--green-light); }
.lp-lj .faq-a { display: none; padding: 0 0 24px 46px; font-size: 14px; color: var(--gray); line-height: 1.8; }
.lp-lj .faq-item.open .faq-a { display: block; }

/* ======= RELATED LP BANNER ======= */
.lp-lj .lp-lj-related {
  background: #0d0d0d;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 72px 24px;
}
.lp-lj .lp-lj-related-inner { max-width: 960px; margin: 0 auto; }
.lp-lj .lp-lj-related-label { display: inline-block; font-family: 'Bebas Neue', sans-serif; font-size: 12px; letter-spacing: 0.3em; color: #555; border-left: 3px solid #2a2a2a; padding-left: 10px; margin-bottom: 16px; }
.lp-lj .lp-lj-related-title { font-size: clamp(16px, 2vw, 22px); font-weight: 900; color: #f5f0e8; margin: 0 0 28px; font-family: 'Noto Sans JP', sans-serif; border: none !important; padding: 0 !important; background: transparent !important; }
.lp-lj .lp-lj-related-cards { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px; }
.lp-lj .lp-lj-rcard { display: flex !important; align-items: stretch; border-radius: 6px; overflow: hidden; border: 1px solid #222; background: #141414; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; text-decoration: none !important; min-height: 160px; cursor: pointer; }
.lp-lj div.lp-lj-rcard { display: flex !important; }
.lp-lj .lp-lj-rcard.rcard-black:hover { transform: translateY(-4px); border-color: #d4af37; box-shadow: 0 16px 48px rgba(212,175,55,0.12); }
.lp-lj .lp-lj-rcard.rcard-green:not(.rcard-current):hover { transform: translateY(-4px); border-color: #3a8a3f; box-shadow: 0 16px 48px rgba(58,138,63,0.15); }
.lp-lj .rcard-current { opacity: 0.5; cursor: default; pointer-events: none; }
.lp-lj .lp-lj-rcard-img { width: 180px; flex-shrink: 0; overflow: hidden; min-height: 160px; }
.lp-lj .lp-lj-rcard-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.7); transition: filter 0.3s, transform 0.3s; }
.lp-lj .lp-lj-rcard:hover .lp-lj-rcard-img img { filter: brightness(0.9); transform: scale(1.04); }
.lp-lj .lp-lj-rcard-body { padding: 24px 24px 24px 20px; display: flex; flex-direction: column; justify-content: center; flex: 1; }
.lp-lj .lp-lj-rcard-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; padding: 4px 10px; border-radius: 2px; margin-bottom: 10px; width: fit-content; }
.lp-lj .rcard-black .lp-lj-rcard-tag { background: rgba(212,175,55,0.1); color: #d4af37; border: 1px solid rgba(212,175,55,0.25); }
.lp-lj .rcard-green .lp-lj-rcard-tag { background: rgba(58,138,63,0.1); color: #52b85a; border: 1px solid rgba(58,138,63,0.25); }
.lp-lj .lp-lj-rcard-title { font-size: clamp(14px, 1.4vw, 17px); font-weight: 900; color: #f5f0e8; margin: 0 0 8px; line-height: 1.35; font-family: 'Noto Sans JP', sans-serif; border: none !important; padding: 0 !important; background: transparent !important; }
.lp-lj .lp-lj-rcard-desc { font-size: 12px; color: #888; line-height: 1.7; margin: 0 0 16px; }
.lp-lj .lp-lj-rcard-btn { display: inline-flex !important; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; padding: 8px 16px; border-radius: 3px; width: fit-content; transition: all 0.2s; }
.lp-lj .rcard-black .lp-lj-rcard-btn { background: rgba(212,175,55,0.1); color: #d4af37 !important; border: 1px solid rgba(212,175,55,0.3); }
.lp-lj .rcard-green .lp-lj-rcard-btn { background: rgba(58,138,63,0.1); color: #52b85a !important; border: 1px solid rgba(58,138,63,0.3); }
.lp-lj .rcard-btn-disabled { background: #1a1a1a !important; color: #666 !important; border: 1px solid #2a2a2a !important; font-size: 12px !important; font-weight: 700 !important; padding: 8px 16px !important; border-radius: 3px !important; display: inline-block !important; width: fit-content !important; }
.lp-lj .lp-lj-rcard-arrow { display: inline-block; transition: transform 0.2s; }
.lp-lj .lp-lj-rcard:hover .lp-lj-rcard-arrow { transform: translateX(4px); }

/* ======= CTA ======= */
.lp-lj .cta-sec { padding: 100px 0; background: var(--black); text-align: center; }
.lp-lj .cta-cont { max-width: 640px; margin: 0 auto; padding: 0 24px; }
.lp-lj .cta-sec h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 900; margin: 0 0 16px; color: var(--cream); }
.lp-lj .cta-sec p { font-size: 15px; color: var(--gray); margin-bottom: 36px; }
.lp-lj .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.lp-lj .cta-note { margin-top: 24px; font-size: 13px; color: var(--gray2); }

/* ======= FOOTER ======= */
.lp-lj .lp-footer { background: #050505; border-top: 1px solid #1a1a1a; padding: 64px 0 32px; }
.lp-lj .ft-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.lp-lj .ft-logo { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 0.15em; color: var(--green-light); display: block; margin-bottom: 12px; }
.lp-lj .ft-desc { font-size: 13px; color: var(--gray2); line-height: 1.8; }
.lp-lj .ft-links h4 { font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: 0.2em; color: var(--green-light); margin-bottom: 16px; border-bottom: 1px solid #1a1a1a; padding-bottom: 8px; }
.lp-lj .ft-links ul { list-style: none; padding: 0; margin: 0; }
.lp-lj .ft-links ul li { margin-bottom: 8px; }
.lp-lj .ft-links ul li a { font-size: 13px; color: var(--gray2); transition: color 0.2s; }
.lp-lj .ft-links ul li a:hover { color: var(--green-light) !important; }
.lp-lj .ft-bottom { max-width: 1120px; margin: 0 auto; padding: 20px 24px 0; border-top: 1px solid #1a1a1a; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12px; color: var(--gray2); }
.lp-lj .ft-bottom a { color: var(--gray2); transition: color 0.2s; }
.lp-lj .ft-bottom a:hover { color: var(--green-light) !important; }

/* ======= RESPONSIVE ======= */
@media (max-width: 1024px) {
  .lp-lj .reason-inner { grid-template-columns: repeat(2, 1fr); }
  .lp-lj .yt-inner { grid-template-columns: 1fr; gap: 40px; }
  .lp-lj .nc-inner { grid-template-columns: 1fr; gap: 40px; }
  .lp-lj .ft-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .lp-lj .reason-inner { grid-template-columns: 1fr; }
  .lp-lj .uc-grid { grid-template-columns: 1fr; }
  .lp-lj .compare-cards { grid-template-columns: 1fr; }
  .lp-lj .diag-row { flex-wrap: wrap; }
  .lp-lj .diag-q { border-radius: 4px 4px 0 0; flex: 100%; }
  .lp-lj .diag-arrow { flex: 0 0 40px; justify-content: center; border-radius: 0; }
  .lp-lj .diag-a { flex: 1; border-radius: 0 0 4px 4px; }
  .lp-lj .ft-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-lj .ft-bottom { flex-direction: column; }
  .lp-lj .yt-video-wrap iframe { height: 220px; }
  .lp-lj .tab-btn { font-size: 13px; padding: 10px 16px; }
  .lp-lj .lp-lj-related-cards { grid-template-columns: 1fr !important; }
  .lp-lj .lp-lj-rcard-img { width: 120px; }
}
@media (max-width: 420px) {
  .lp-lj .lp-lj-rcard { flex-direction: column !important; }
  .lp-lj .lp-lj-rcard-img { width: 100% !important; min-height: 140px; }
}
