/* ==========================================
   style.css - スマイルゼミ ENGLISH LP
   February 2026 Design
========================================== */

@import url("../../../css/common.css?v=1774950322");
@import url("../../../css/header.css?v=1774950322");
@import url("../../../css/footer.css?v=1774950322");
@import url("../../../css/index/pricing.css?v=1774950322");
@import url("../../../css/index/hero.css?v=1774950322");

/* ==========================================
   共通: CTAボタン（グリーン背景＋ゴールドグラデーションボーダー）
========================================== */
.lp-btn-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: calc(100% - 40px);
  margin: -46px auto 0;
  padding: 20px;
  background:
    linear-gradient(to bottom, #1d3a12, #195c00) padding-box,
    linear-gradient(to top, #bd9045 0%, #f0cf75 30%, #fff3dc 70%, #d7a646 100%)
      border-box;
  border: 2px solid transparent;
  border-radius: 9999px;
  box-shadow: 1px 12px 7px rgba(0, 0, 0, 0.42);
  font-family: var(--font-gothic);
  font-size: 22px;
  font-weight: 500;
  color: #ebd7bd;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}

.lp-btn-cta-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  padding: 20px;
  background:
    linear-gradient(to bottom, #1d3a12, #195c00) padding-box,
    linear-gradient(to top, #bd9045 0%, #f0cf75 30%, #fff3dc 70%, #d7a646 100%)
      border-box;
  border: 2px solid transparent;
  border-radius: 9999px;
  box-shadow: 1px 12px 7px rgba(0, 0, 0, 0.42);
  font-family: var(--font-gothic);
  font-size: 22px;
  font-weight: 500;
  color: #ebd7bd;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}

.lp-btn-arrow {
  flex-shrink: 0;
}

/* ==========================================
   共通: セクションラベル（上部タグ）
========================================== */
.lp-section-label {
  display: block;
  background: #c79900;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 1px 29px;
  width: fit-content;
  margin: 0 auto;
}

/* lp-vs-grid フェードアニメーション */
.lp-vs-anim {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease 0.8s,
    transform 0.5s ease 0.8s;
}

.lp-vs-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-c04 .lp-section-label {
  padding: 1px 29px;
}

.lp-label-arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #c79900;
  margin: 0 auto;
}

/* 共通: セクション見出し */
.lp-section-title {
  font-family: var(--font-gothic);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  color: var(--color-text-dark);
}

.lp-section-title .red {
  color: #710001;
}

.lp-title-white {
  color: #fff;
}

/* 共通: 注釈 */
.lp-notes {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 0;
  margin: 10px 0 0;
  list-style: none;
  color: #710001;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04em;
  zoom: 0.8;
}

.lp-notes li {
  position: relative;
  padding-left: 2em;
}

.lp-notes li::before {
  position: absolute;
  left: 0;
  font-weight: bold;
}

.lp-notes li:nth-of-type(1)::before {
  content: '※1';
}

.lp-notes li:nth-of-type(2)::before {
  content: '※2';
}

/* ==========================================
   ファーストビュー
========================================== */
.lp-fv {
  background: url('images/hero-bg.jpg') center / cover no-repeat;
  padding: 67px 0 20px;
  position: relative;
  overflow: hidden;
}

.lp-fv-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background: #fff;
  padding: 5px var(--space-lg);
}

.lp-fv-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lp-fv-title-sub {
  color: #181818;
  font-family: var(--font-gothic);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: 'halt' 1;
}

.lp-fv-title-sub .lead {
  font-size: 44px;
  font-weight: 700;
}

.lp-fv-title-sub .bold {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.lp-fv-title-sub .vertical {
  font-size: 19px;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.04em;
  vertical-align: sub;
}

.lp-fv-title-sub .punct-open {
  margin-left: -0.5em;
}

.lp-fv-title-sub .punct-comma,
.lp-fv-title-sub .punct-close {
  letter-spacing: -0.5em;
}

.lp-fv-title-main {
  position: relative;
  display: inline;
  font-family: var(--font-gothic);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.lp-fv-title-main::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 58%;
  transform: translateX(-50%);
  width: 306px;
  height: 50%;
  background-color: #7a0505;
  z-index: -1;
}

.lp-fv-title-main::after {
  content: '';
  position: absolute;
  left: 57%;
  transform: translateX(-50%);
  width: 87%;
  height: 52%;
  background-color: #7a0505;
  z-index: -1;
}

.lp-fv-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 280px;
}

.lp-fv-phone {
  position: relative;
  top: 9px;
  left: -2%;
  z-index: 1;
  max-width: 210px;
}

.lp-fv-badge {
  position: absolute;
  left: 76px;
  bottom: 51px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.lp-fv-badge-text {
  font-family: var(--font-gothic);
  font-size: 11px;
  font-weight: 700;
  color: #710001;
  line-height: 1;
}

.lp-fv-badge .bold {
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

.lp-fv-bubble {
  position: absolute;
  right: 51px;
  top: 201px;
  background: #fff;
  color: var(--color-text-dark);
  border-radius: var(--radius-sm);
  padding: 9px;
  max-width: 166px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  z-index: 2;
  box-shadow: var(--shadow-md);
}

.lp-fv-bubble::before {
  content: '';
  position: absolute;
  top: -28px;
  left: 26%;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 35px solid #fff;
  transform: rotateZ(336deg);
}

.lp-fv-bubble .red {
  color: #710001;
  font-weight: 900;
}

.lp-fv-patent {
  position: absolute;
  bottom: 217px;
  right: 18px;
  z-index: 0;
  width: 92px;
}

.lp-fv-patent img {
  width: 100%;
}

.lp-fv-cta {
  background: linear-gradient(180deg, #195c00 0%, #1d3a12 -100%), #214812;
  stroke-width: 4px;
  stroke: #bd9045;
  filter: drop-shadow(1px 12px 7px rgba(0, 0, 0, 0.42));
}

/* ==========================================
   コンテンツ01: あるある
========================================== */
.lp-c01 {
  padding: var(--space-2_5xl) 0;
}

.lp-c01-title-area {
  padding: 0 var(--space-lg);
}

.lp-c01-title {
  font-family: var(--font-gothic);
  font-size: 28px;
  font-weight: 700;
  color: #181818;
  line-height: 1.4;
  text-align: center;
}

.lp-highlight {
  color: #710001;
}

/* Feature item */
.lp-feature-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-feature {
  display: flex;
  flex-direction: column;
  padding: 19px var(--space-lg) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.lp-feature .lp-bubble-left {
  order: -1;
}

.lp-feature-label-bar {
  position: relative;
  background: linear-gradient(180deg, #9e1621 0%, #680001 100%), #710001;
  padding: 8px 0;
  text-align: center;
  margin: 10px auto -20px;
  width: 85%;
  font-family: var(--font-gothic);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.lp-feature-contents {
  padding: 42px 0 0;
  background-color: #fff;
  border-radius: 8px;
}

.lp-label-arrow {
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #710001;
}

.lp-feature-title {
  font-family: var(--font-gothic);
  font-size: 22px;
  font-weight: 700;
  color: #710001;
  line-height: 1.5;
  text-align: center;
  margin-bottom: var(--space-md);
}

.lp-feature-desc {
  font-size: 12px;
  font-weight: 700;
  color: #181818;
  line-height: 1.75;
  text-align: center;
}

.lp-underline {
  background: linear-gradient(transparent 60%, var(--color-gold) 60%);
}

/* 吹き出し */
.lp-bubble {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: var(--space-lg);
}

.lp-bubble-left {
  flex-direction: row;
}

.lp-bubble-right {
  flex-direction: row-reverse;
}

.lp-bubble-avatar {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}

.lp-bubble-right .lp-bubble-avatar {
  transform: scaleX(-1);
}

.lp-bubble-body {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 12px 12px;
  flex: 1;
}

.lp-bubble-left .lp-bubble-body::before {
  content: '';
  position: absolute;
  bottom: 14px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 14px 10px 0;
  transform: rotateZ(70deg);
  border-color: #fff transparent transparent transparent;
}

.lp-bubble-right .lp-bubble-body::before {
  content: '';
  position: absolute;
  top: 18px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 14px 10px 0;
  transform: rotateZ(255deg);
  border-color: #fff transparent transparent transparent;
}

.lp-bubble-body__text {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-dark);
  line-height: 1.65;
}

.lp-bubble-body__text .red {
  font-weight: 700;
  color: #710001;
}

.lp-bubble-body:nth-child(2) {
  letter-spacing: -0.018em;
}

/* スマホ画面 */
.lp-feature-phone {
  margin: 0 auto;
  padding: 0 68px;
  margin-top: var(--space-lg);
}

.lp-feature-phone img {
  width: 100%;
}

.lp-feature-image {
  padding: 0 10px;
}

/* ==========================================
   コンテンツ02: 比較表
   → 背景は .page のベージュテクスチャーを継承
========================================== */
.lp-c02 {
  padding: 53px var(--space-lg) var(--space-xl);
  background-color: #f4f5ef;
}

.lp-table-img {
  margin: var(--space-lg) 0;
}

.lp-table-img img {
  width: 100%;
}

/* ==========================================
   コンテンツ03: シナリオ比較
========================================== */
.lp-c03 {
  padding: 36px var(--space-lg) 40px;
  overflow: hidden;
}

.lp-c03-alert {
  display: block;
  width: 50px;
  height: 60px;
  margin: 0 auto;
}

.lp-c03-catch {
  font-size: 15px;
  color: #181818;
  text-align: center;
  line-height: 1.75;
  margin: 14px 0 var(--space-xl);
}

/* SCENE */
.lp-scene-box {
  position: relative;
  text-align: center;
  background: linear-gradient(0deg, #9e1621 0%, #680001 100%), #710001;
  padding: var(--space-md) var(--space-lg) 32px;
  margin-bottom: var(--space-lg);
  z-index: 2;
}

.lp-scene-label {
  font-family: var(--font-lato);
  font-size: var(--font-xs);
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.lp-scene-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}

/* VS グリッド */
.lp-vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 4px;
}

.lp-vs-col {
  position: relative;
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  gap: 20px;
}

.lp-vs-col-a {
  color: #292828;
}

.lp-vs-col-b {
  color: #7a070c;
}

.lp-vs-header {
  position: relative;
  bottom: -16px;
  padding: 12px 12px 9px;
  margin: 0 14px;
  text-align: center;
  z-index: 3;
}

.lp-vs-header::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.lp-vs-col-a .lp-vs-header::after {
  border-top: 20px solid #6a6a6a;
}

.lp-vs-col-b .lp-vs-header::after {
  border-top: 20px solid #9e1621;
}

.lp-vs-col-a .lp-vs-header {
  color: #fff;
  background: linear-gradient(180deg, #434343 0%, #6a6a6a 100%);
  border-radius: 15px;
}

.lp-vs-col-b .lp-vs-header {
  color: #fff;
  background: linear-gradient(0deg, #9e1621 0%, #680001 100%), #710001;
  border-radius: 8px;
}

.lp-vs-name {
  font-size: 12px;
  font-weight: 700;
}

.lp-vs-method {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.lp-vs-progrem {
  position: relative;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin: -15px 0 0;
  padding: 28px 12px 17px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.lp-vs-col-a .lp-vs-steps,
.lp-vs-col-a .lp-vs-progrem {
  background: #f0f0f0;
}

.lp-vs-col-b .lp-vs-steps,
.lp-vs-col-b .lp-vs-progrem {
  background: #fff2f2;
}

.lp-vs-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 18px 12px;
  flex: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.lp-vs-step {
  padding: 10px 7px;
  border-radius: 8px;
  background-color: #fff;
}

.lp-vs-col-a .lp-vs-step {
  border: #6f6e6e solid 1px;
}

.lp-vs-col-b .lp-vs-step {
  border: #710001 solid 1px;
}

.lp-vs-step__text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
  zoom: 0.9;
}

.lp-vs-summary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04em;
  padding: 20px 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  zoom: 0.9;
}

.lp-vs-col-a .lp-vs-summary {
  background: #f0f0f0;
}

.lp-vs-col-b .lp-vs-summary {
  background: #fff2f2;
}

.lp-vs-result {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  padding: 15px 10px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.lp-vs-result-a {
  background: #f0f0f0;
}

.lp-vs-result-b {
  background: #fff2f2;
  overflow: visible;
}

.lp-vs-arrow {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 78%;
  z-index: 1;
  pointer-events: none;
}

.lp-vs-col-b .lp-vs-result p {
  font-size: 12px;
  letter-spacing: -0.068em;
}

.lp-vs-result p {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: -0.05em;
}

.lp-vs-avatar {
  width: 80px;
  flex-shrink: 0;
}

/* ==========================================
   コンテンツ04: コスト比較
   → 既存スタイル（pricing.css）を使用。マージンのみ調整
========================================== */
.lp-c04 {
  padding: var(--space-2_5xl) var(--space-lg) var(--space-xl);
  text-align: center;
  background-color: #fcf6e9;
}

.lp-c04 .cost-comparison-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
}

.lp-c04 .pricing-comparison {
  margin: 0;
  background-color: transparent;
}

.lp-c04 .cost-reduction {
  font-size: 26px;
  font-weight: 700;
  color: #710001;
}

/* ==========================================
   コンテンツ05: 3STEP + CTA
========================================== */
.lp-c05 {
  padding: var(--space-2_5xl) 15px var(--space-2xl);
  position: relative;
  overflow: hidden;
}

.lp-c05::before {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  top: -60px;
  right: -70px;
  pointer-events: none;
}

.lp-c05::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  bottom: 20px;
  left: -50px;
  pointer-events: none;
}

/* 3STEP: 既存スタイル（pricing.css）を使用。セクション内マージンのみ調整 */
.lp-c05 .three-steps {
  margin: 0 0 var(--space-xl);
}

/* 最終CTA */
.lp-c05-catch {
  font-family: var(--font-gothic);
  font-size: var(--font-xl);
  font-weight: 700;
  color: #2e2e2e;
  text-align: center;
  line-height: 1.6;
  margin-bottom: var(--space-lg);
  padding: 0 var(--space-lg);
  position: relative;
  z-index: 1;
}

.lp-c05-catch .free {
  color: #b00608;
}

.lp-c05 .lp-btn-cta {
  position: relative;
  z-index: 1;
}

.app-footer {
  position: relative;
  bottom: 0;
  background-color: var(--color-black);
  color: var(--color-bg-white);
  padding: var(--space-md) var(--space-md);
  text-align: center;
}

.app-footer .footer-logo {
  margin: 0px;
}

/* ==========================================
   比較表セクション（comparison.cssよりコピー）
========================================== */
.comparison-table-wrapper {
  margin: 40px auto 10px;
}

.comparison-table {
  width: 100%;
  display: grid;
  grid-template-columns: 19.5% 42% 38.5%;
  gap: 2px;
}

.header-category {
  background-color: transparent;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 767px) {
    padding: 16px 8px;
    font-size: 13px;
  }
}

.header-smile {
  background-color: #68000a;
  height: 62px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-online {
  background-color: #403e39;
  height: 40px;
  padding: 8px 0;
  margin: auto 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-app {
  background-color: #403e39;
  padding: 8px 0;
  margin: auto 0 0;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* データ行のボーダー */
.category-cell:nth-last-child(-n + 3),
.smile-cell:nth-last-child(-n + 3),
.other-cell:nth-last-child(-n + 3) {
  border-bottom: none;
}

/* カテゴリーセル */
.category-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #68000a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  padding: 7px 0;
  text-align: center;
}

.time-perfomance-cell {
  letter-spacing: -0.12rem;
}

/* スマイルゼミセル */
.smile-cell {
  background-color: #fff2f2;
  color: #222;
  padding: 3px 0;
  min-height: 55.5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* その他サービスセル */
.other-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  color: #000;
  text-align: center;
}

.other-cell:nth-child(4n) {
  border-right: none;
}

/* セル内コンテンツのレイアウト */
.cell-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.cell-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.smile-cell .cell-text {
  color: #68000a;
  font-weight: 700;
}

.other-cell .cell-text {
  color: #000;
  letter-spacing: -0.05rem;
}

/* SVGアイコン */
.icon-circle,
.icon-cross,
.icon-triangle {
  flex-shrink: 0;
}

/* 価格セル */
.price-cell .cell-content {
  flex-direction: row;
  gap: 2px;
  justify-content: center;
  align-items: baseline;
}

.smile-cell.price-cell .cell-content {
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 2px;
}

.other-cell.price-cell .cell-content {
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 0;
}

.price-cell .price-tax-included {
  font-size: 10px;
  white-space: nowrap;
}

.smile-cell.price-cell .price-tax-included {
  margin-top: 2px;
}

.other-cell.price-cell .price-tax-included {
  margin-top: -2px;
  transform: scale(0.9);
}

.cell-content .price-value {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-gothic);
}

.cell-content .price-value-tax {
  font-size: 10px;
  line-height: 1;
  text-align: right;
}

.cell-content .price-average {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-gothic);
}

.cell-content .price-unit {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-gothic);
}

.price-tax {
  font-size: 10px;
  font-weight: 700;
  position: relative;
  top: -4px;
}

.price-tax-note {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 4px;
}

.smile-cell.price-cell .price-value,
.smile-cell.price-cell .price-value-tax,
.smile-cell.price-cell .price-unit,
.smile-cell.price-cell .price-tax {
  color: #68000a;
}

/* スマイルゼミ列の枠線（擬似要素でセルの隙間をまたいで連続表示） */
.comparison-table-wrapper {
  position: relative;
}

.comparison-table-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19.7%;
  right: 38.1%;
  border: 2px solid #68000a;
  pointer-events: none;
}

.comparison-notes {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 0;
  margin: 10px 0 0;
  list-style: none;
}

.comparison-notes li {
  position: relative;
  padding-left: 1.5em;
  font-size: 10px;
  line-height: 1.5;
  color: #000;
}

.comparison-notes li::before {
  position: absolute;
  left: 0;
  font-weight: bold;
}

.comparison-notes li:nth-of-type(1)::before {
  content: '*1';
}

.comparison-notes li:nth-of-type(2)::before {
  content: '*2';
}

.price-value-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

/* ==========================================
   lp-pricing-notes
========================================== */
.lp-pricing-notes {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  color: #710001;
  zoom: 0.8;
}

.lp-pricing-notes ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lp-pricing-notes li {
  position: relative;
  padding-left: 1.1em;
  text-align: left;
}

.lp-pricing-notes li::before {
  content: '※';
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* ==========================================
   wrapper-bg / pc-fixed-buttons / ボタン（LP専用複製）
========================================== */
.wrapper-bg {
  display: none;
  position: sticky;
  top: 0;
  width: min(100vw - 375px - 3%, 902px);
  height: 100vh;
  justify-content: center;
  align-items: center;

  @media (min-width: 1024px) {
    display: flex;
  }

  .background-image {
    position: absolute;
    top: 44%;
    left: 33%;
    transform: translate(-50%, -50%);
    background-image: url('../../../img/svg/logo-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 635px;
    z-index: 0;
  }
}

.pc-fixed-buttons {
  width: 100%;
  max-width: 902px;
  z-index: 1;
  transform: scale(clamp(0.7, tan(atan2(100vh, 740px)), 1));
  transform-origin: center center;

  @media (max-height: 740px) {
    padding: 30px 0 0;
  }
}

.pc-buttons {
  display: flex;
  gap: var(--space-lg);
  width: 100%;
  height: 57px;
  margin: var(--space-lg) 0 0;
}

.btn-primary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: var(--space-md) 0;
  border: 1px solid #195c00;
  border-radius: var(--radius-xs);
  background: linear-gradient(180deg, #1d3a12 0%, #195c00 100%);
  color: #ebd7bd;
  text-align: center;
  font-size: var(--font-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05625rem;
  isolation: isolate;
}

.btn-primary .arrow-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  vertical-align: middle;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius-xs);
  background: linear-gradient(
    0deg,
    rgba(68, 0, 6, 1) 0%,
    rgba(68, 0, 6, 1) 100%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-secondary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: var(--space-md) 0;
  border-radius: var(--radius-xs);
  background: var(--color-secondary-gradient);
  color: var(--color-text-dark);
  font-size: var(--font-lg);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05625rem;
  line-height: 1.4;
  isolation: isolate;
}

.btn-secondary .arrow-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  vertical-align: middle;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius-xs);
  background: linear-gradient(
    0deg,
    rgba(153, 108, 56, 1) 0%,
    rgba(153, 108, 56, 1) 100%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}

.btn-secondary:hover::before {
  opacity: 1;
}

/* ==========================================
   固定CTA（SP）hero-buttons 上書き
========================================== */
.hero-buttons .btn-hero-primary {
  background: linear-gradient(180deg, #1d3a12 0%, #195c00 100%);
  color: #ebd7bd;
}

.hero-buttons .btn-hero-primary::before {
  display: none;
}
