/* 美容師向けLP（taxnap-marketing 静的版）
   上部（1st view / 3つの便利な機能）は美容師向け。
   「ラクだけじゃない…」以降は taxnap-lp の各セクションの styles を素のCSSに忠実移植。
   ブランド値: primary #27BA74 / バブル黄 #faee7d / セクション黄 #f4f4af / 文字 #797979 */

:root {
  --brand: #27ba74;
  --bubble-yellow: #faee7d;
  --section-yellow: #f4f4af;
  --orange: #ffab23;
  --text: #333333;
  --text-sub: #797979;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* ========== 右上メニュー（ドロワー） ========== */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 1000;
}

.menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  max-width: 80%;
  background: #fff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 1001;
  padding: 64px 24px 24px;
  overflow-y: auto;
}

.menu-drawer.is-open {
  transform: translateX(0);
}

.menu-drawer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
}

.menu-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-drawer__list li {
  border-bottom: 1px solid #eee;
}

.menu-drawer__list a {
  display: block;
  padding: 16px 4px;
  color: #118858;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.menu-drawer__list a:hover {
  color: #0d6e46;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", Meiryo, sans-serif;
  color: var(--text);
  background: #f7f7f7;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

/* 緑の大見出し（taxnap-lp の Head atom: h2 35px 緑 / lg 32px） */
.head {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--brand);
  margin: 0 0 24px;
}

/* 元LP の MdBr 相当（>900px は1行、≤900px で改行） */
.md-br {
  display: none;
}

/* ========== 1st view（美容師向け） ========== */
.fv {
  background-color: #f7f7f6;
  padding: 24px 24px 48px;
  text-align: center;
}

/* 上部ヘッダー行: 左にロゴ2点（タックスナップ＋美容師特化）、右にハンバーガー */
.fv__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1024px;
  margin: 0 auto 29px; /* ロゴブロックとメインコピーの間隔（24→29px、+5px） */
}

.fv__logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  min-width: 0;
}

/* ロゴは width で拡大し、height:auto で比率維持。狭い画面は max-width:100%(min) で自動縮小。
   → メディアクエリでの height 上書きは不要にした（旧来はここで 20px 等に潰れて反映されなかった）。 */
.fv__logo,
.fv__logo-sub {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* タックスナップロゴ＝従来表示の約1/2（238px → 119px。height:auto で比率維持） */
.fv__logo {
  width: min(119px, 100%);
}

/* 美容師特化ロゴ＝従来表示の約1/4（490px → 122px） */
.fv__logo-sub {
  width: min(122px, 100%);
}

/* 3本線メニューボタン（緑＝元の1st view背景の緑。明るい背景でも視認可） */
.fv__menu-btn {
  flex-shrink: 0;
  width: 30px;
  height: 22px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fv__menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #118858;
}

/* PCヘッダーのテキストリンク。既定（SP/タブレット）は非表示、PC(≥1100px)で表示 */
.fv__nav {
  display: none;
}

.fv__inner {
  max-width: 620px;
  margin: 0 auto;
}

/* メインコピー（明るい背景 #f7f7f6・全文字 #118858・コンパクト中央寄せ。装飾はsparkleのみ） */
.fv__headline {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  color: #118858;
  margin: 0 0 16px;
}

.fv__l1,
.fv__l2 {
  display: block;
}

/* 2行（美容師の確定申告を / もっとかんたんに）の行間。11px→6px に5px詰める */
.fv__l2 {
  margin-top: 6px;
}

/* メインコピーの文字サイズは PC大画面(≥1280px)まで SPサイズ固定（可変にしない）。
   大サイズは min-width:1280px のPCブロックで上書きする。 */
.fv__big {
  position: relative;
  font-size: 48px;
  color: #118858;
  letter-spacing: 0.04em;
}

.fv__small {
  font-size: 28px;
  margin-left: 4px;
}

/* 「もっとかんたんに」: 文字(テキスト span)を最前面 z-index:2、黄色マーカー帯(::before)を背面 z-index:1。
   両者とも .fv__marker(position:relative; z-index:0) が作る同一スタッキングコンテキスト内なので層順が確実。 */
.fv__marker {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 38px;
}

.fv__marker__text {
  position: relative;
  z-index: 2;
}

.fv__marker::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -2px;
  right: -2px;
  bottom: 0.08em;
  height: 0.34em;
  background: rgba(250, 238, 125, 0.75);
  border-radius: 4px;
}

/* メインコピー左右のキラキラ装飾（文字サイズに連動して可変・装飾用） */
.fv__sparkle {
  position: absolute;
  height: auto;
  pointer-events: none;
}

/* 左キラキラ：固定pxをやめ画面幅に連動（clamp+vw）。位置も追従し、PC/SP/タブレットで見切れない */
.fv__sparkle--l {
  width: clamp(18px, 4.2vw, 36px);
  left: clamp(-46px, -5vw, -24px);
  top: 50%;
  transform: translateY(-50%);
}

/* 右キラキラ：「美容師」(.fv__big)の文字サイズに対する比率(em)で可変。
   文字が大小すると自動で連動し、「師」の右上ギリギリに追従（width 0.44em≒キラキラ幅）。 */
.fv__sparkle--r {
  width: 0.44em;
  top: -0.2em;
  right: -0.46em;
}


.fv__messages {
  display: grid;
  gap: 8px;
  width: 90%;
  max-width: 420px;
  margin: 0 auto 0;
  position: relative;
  z-index: 2; /* バブルを前面に（画像と重なっても文字が読める） */
}

.fv__msg {
  border-radius: 999px;
  color: #009966; /* 少し深めの緑（バブル文字のみ。--brand は変更せず他要素に影響なし） */
  font-size: 40px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 3px;
  padding: 4px 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.fv__msg--primary {
  background-color: var(--bubble-yellow);
}

.fv__msg--secondary {
  background-color: #fff;
}

/* 元画像の比率のまま表示（潰れ・トリミングなし）。縦長スマホ画像のため max-width を抑える。
   margin-top のマイナスで「確定申告アプリ」バブルに軽く重ねる（z-index:1で背面）。 */
/* picture をレイアウト上は透過させ、中の <img class="fv__hero"> をそのまま flow/grid 要素に */
.fv__hero-wrap {
  display: contents;
}

.fv__hero {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: -5px auto 24px; /* hero を5px上に */
  display: block;
  position: relative;
  z-index: 1;
}

.cta {
  max-width: 420px;
  margin: 0 auto;
}

/* ＼14日間無料キャンペーン中／ */
.campaign {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px 8px;
}

.campaign__line {
  width: 3px;
  height: 36px;
  background-color: var(--brand);
  transform: rotate(-20deg);
}

.campaign__line:last-child {
  transform: rotate(20deg);
}

.campaign__text {
  font-size: 20px;
  color: var(--brand);
  font-weight: bold;
}

.auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.auth__btn {
  width: 100%;
  height: 56px;
  border-radius: 100px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.auth__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.auth__btn--line {
  background-color: #06c755;
  border: none;
  color: #fff;
}

.auth__btn--google {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #333;
}

.auth__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.auth__divider {
  color: var(--text-sub);
  font-size: 14px;
}

.auth__other {
  color: var(--text-sub);
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ========== 3つの便利な機能（美容師向け・現状維持） ========== */
.features {
  padding: 60px 24px;
  background: var(--section-yellow);
  text-align: center;
}

/* 文字の見え方を元LPの support_bubble（Noto Sans JP・白・太字・約16px相当）に合わせる。
   この吹き出しのみ Noto Sans JP を適用（他セクションのフォントには影響させない）。 */
.features__catch {
  position: relative;
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 14px 48px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.features__catch::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--brand);
}

.features__wrap {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

.card {
  width: 330px;
  padding: 24px 16px;
  border-radius: 12px;
  background: #fff;
}

/* カード上部の画像（元LP「3つの安心機能」のカード画像と同一スタイル） */
.card__img {
  width: 100%;
  aspect-ratio: 897 / 606;
  border-radius: 12px;
  margin-bottom: 14px;
  object-fit: cover;
}

/* 見出しは1行表示（改行なし）。PC/SPで収まるよう字間を微調整 */
.card__label {
  font-size: 20px;
  font-weight: bold;
  color: var(--brand);
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

/* 本文は左揃え。文字色のみ #333333（サイズ14px / normal / 行間1.7 は維持） */
.card__detail {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  margin: 0;
}

/* ============================================================
   以下、元LP（taxnap-lp）の各セクションを忠実移植
   ============================================================ */

/* ========== Tvcm：はじめての使い方動画 ========== */
.tvcm {
  padding: 60px 24px 0;
  text-align: center;
  background: var(--section-yellow);
}

.tvcm__title {
  max-width: 500px;
  width: 100%;
  background: var(--brand);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 8px;
  margin: 0 0 16px;
  display: inline-block;
}

.tvcm__text {
  max-width: 500px;
  margin: 0 auto 16px;
  font-size: 20px;
  font-weight: bold;
  color: var(--brand);
}

.tvcm__video {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.tvcm__facade {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
}

.tvcm__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tvcm__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.2s ease;
}

.tvcm__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #fff;
}

.tvcm__facade:hover .tvcm__play {
  background: var(--brand);
}

.tvcm__iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* ========== Support：3つのあんしん機能 ========== */
.support {
  padding: 60px 24px;
  background: var(--section-yellow);
  text-align: center;
}

.support__bubble {
  height: 58px;
  object-fit: contain;
}

.support__wrap {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}

/* 元LP Support/styles.ts と同値: width:330px・padding:24px 16px・height:100%（3枚等高） */
.support-card {
  width: 330px;
  height: 100%;
  padding: 24px 16px;
  border-radius: 12px;
  background: #fff;
}

.support-card__img {
  width: 100%;
  aspect-ratio: 897 / 606;
  border-radius: 12px;
  margin-bottom: 14px;
  object-fit: cover;
}

.support-card__label {
  font-size: 22px;
  font-weight: bold;
  color: var(--brand);
  text-align: center;
  margin: 0 0 8px;
}

.support-card__detail {
  color: var(--text);
  font-size: 14px;
  text-align: left;
  margin: 0;
}

.support-more {
  margin-top: 14px;
  text-align: center;
}

.support-more__label {
  font-size: 16px;
  font-weight: bold;
  color: var(--brand);
  margin-bottom: 14px;
}

.refund {
  border-radius: 16px;
  overflow: hidden;
}

.refund__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fefadb;
  padding: 16px;
}

.refund__icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.refund__title {
  font-size: 18px;
  color: var(--brand);
  font-weight: bold;
}

.refund__highlight {
  font-size: 26px;
  font-weight: bold;
  color: var(--brand);
  background: linear-gradient(transparent 60%, #faee7d 100%);
  display: inline;
}

.refund__bottom {
  background: #faee7d;
}

.refund__bottom > summary {
  list-style: none;
  cursor: pointer;
  font-size: 12px;
  color: var(--text);
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.refund__bottom > summary::-webkit-details-marker {
  display: none;
}

.refund__bottom > summary::after {
  content: "▾";
  color: var(--text-sub);
}

.refund__bottom[open] > summary::after {
  content: "▴";
}

.refund-acc {
  text-align: left;
  padding: 14px;
}

.refund-acc__sec {
  margin-bottom: 20px;
}

.refund-acc__sec:last-child {
  margin-bottom: 0;
}

.refund-acc__title {
  font-size: 14px;
  font-weight: bold;
  color: var(--brand);
  margin: 0 0 8px;
}

.refund-acc__text {
  font-size: 12px;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 8px;
}

.refund-acc__list {
  font-size: 13px;
  color: var(--text);
  line-height: 1.8;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.refund-acc__list li {
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}

.refund-acc__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ========== OtherFunction：おたすけ機能 ========== */
.of {
  background: #fff;
  padding: 60px 24px;
  text-align: center;
}

.of__lead {
  font-size: 16px;
  color: var(--brand);
  margin: 0 0 8px;
}

/* おたすけ機能カード配置：SP=2列（8枚→2列×4行）。タブレット(min-601)=2列、PC(min-1280)=4列に上書き。
   minmax(0,1fr) でトラックを0まで縮小可にし、狭い端末でも必ず画面幅内に収める（横スクロール防止）。 */
.of__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 400px;
  margin: 0 auto 32px;
}

.of-card {
  width: auto;
  background: var(--brand);
  border-radius: 12px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.of-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.of-card__icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.of-card__label {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.of-card__plus {
  width: 20px;
  height: 20px;
}

/* オレンジの「無料トライアルはこちら」ボタン（StartButton 相当） */
.start-btn-wrap {
  max-width: 400px;
  margin: 0 auto;
}

.start-btn {
  width: 100%;
  height: 100px;
  background: linear-gradient(270deg, #ffab23 0%, #fd641d 100%);
  border: 3px solid #fff;
  border-radius: 100px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.2s ease;
}

.start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.start-btn__text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.start-btn__arrow {
  width: 12px;
  object-fit: contain;
  margin-top: 4px;
}

/* おたすけ機能モーダル */
.of-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}

.of-modal__content {
  background: var(--brand);
  border-radius: 16px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
}

.of-modal__title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 24px;
}

.of-modal__img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  margin-bottom: 14px;
}

.of-modal__desc {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 20px;
}

.of-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: var(--brand);
  line-height: 1;
  margin: 0 auto;
  display: block;
}

/* ========== Price：料金プラン（元LP Price を移植） ========== */
.price {
  padding: 60px 24px 40px;
  text-align: center;
  background: #f4f4af;
}

.price__table {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.price__badge {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.price__badge img {
  height: 55px;
  width: auto;
}

.price__plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price__tab {
  padding: 14px 8px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  border-radius: 15px 15px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
}

.price__tab:first-child {
  border-left: 1px solid #fff;
}

.price__tab--kantan {
  background: #c0c0c0;
}

.price__tab--anshin {
  background: var(--brand);
  border-top-color: #0fa55e;
  border-right-color: #0fa55e;
}

.price__tab--paperpost {
  background: #fe4e51;
}

.price__cta-row,
.price__price-row,
.price__rec-row,
.price__feat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
}

.price__cta-cell {
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.price__cta-cell:first-child {
  border-left: 1px solid #c0c0c0;
}

/* 安心プラン列のハイライト背景（元LP同値 #fcfacb）。
   複合クラスで詳細度を上げ、後段の base .price__feat-cell{background:#fff} に負けないようにする
   （これが負けて機能行の安心セルが白くなっていた）。 */
.price__cta-cell.price__cta-cell--anshin,
.price__price-cell.price__price-cell--anshin,
.price__rec-cell.price__rec-cell--anshin,
.price__feat-cell.price__feat-cell--anshin {
  background: #fcfacb;
}

.price__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  transition: all 0.2s ease;
}

.price__btn::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 0.15em;
  margin-left: 4px;
}

.price__btn--kantan {
  padding: 10px 16px;
  background: #fff;
  color: var(--brand);
  border: 2px solid var(--brand);
  font-size: 13px;
  max-width: 180px;
}

.price__btn--kantan:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-1px);
}

.price__btn--anshin {
  padding: 12px 20px;
  background: linear-gradient(90deg, rgb(253, 100, 29) 0%, rgb(255, 171, 35) 100%);
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 140, 66, 0.35);
  max-width: 200px;
}

.price__btn--anshin:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 140, 66, 0.5);
}

.price__btn--paperpost {
  padding: 12px 16px;
  background: #fe4e51;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(254, 78, 81, 0.3);
  max-width: 180px;
}

.price__btn--paperpost:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(254, 78, 81, 0.45);
}

.price__price-cell {
  padding: 16px 10px;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.price__price-cell:first-child {
  border-left: 1px solid #c0c0c0;
}

.price__yearly {
  display: inline-block;
  padding: 2px 12px;
  background: #f4f4af;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
}

.price__amount {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--brand);
}

.price__unit {
  font-size: 0.45em;
  font-weight: 700;
  margin-left: 2px;
}

.price__subnote {
  font-size: 12px;
  font-weight: 500;
  color: #797979;
  margin-top: 2px;
  line-height: 1.4;
}

.price__free-trial {
  display: inline-block;
  padding: 3px 10px;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 4px;
  margin-top: 4px;
  line-height: 1.4;
}

.price__rec-cell {
  padding: 14px 8px 16px;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.price__rec-cell:first-child {
  border-left: 1px solid #c0c0c0;
}

.price__rec-label {
  font-size: 11px;
  font-weight: 500;
  color: #797979;
  margin-bottom: 4px;
  text-decoration: underline;
}

.price__rec-icon {
  height: 60px;
  width: auto;
  margin: 6px 0;
}

.price__rec-text {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--brand);
}

.price__rec-text--paperpost {
  color: #fe4e51;
}

.price__feat-label {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.price__feat-label--gray {
  background: #c0c0c0;
}

.price__feat-label--green {
  background: var(--brand);
}

.price__feat-label--red {
  background: #fe4e51;
}

.price__feat-cell {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.price__feat-cell:first-child {
  border-left: 1px solid #c0c0c0;
}

.price__check,
.price__cross {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price__check {
  background: var(--brand);
}

.price__check svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.price__cross {
  background: #e0e0e0;
}

.price__cross svg {
  width: 14px;
  height: 14px;
  color: #999;
}

.price__tax-note {
  font-size: 14px;
  color: #666;
  margin-top: 24px;
}

.price__free-banner {
  max-width: 720px;
  margin: 24px auto 0;
  padding: 18px 32px;
  background: var(--brand);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(39, 186, 116, 0.3);
}

.price__free-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(39, 186, 116, 0.45);
}

.price__free-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.price__free-hl {
  color: #faee7d;
  font-size: 22px;
  font-weight: 900;
}

.price__free-arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.price__free-arrow img {
  width: 10px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Price SP */
@media (max-width: 600px) {
  .price {
    padding: 32px 0 24px;
  }

  .price__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .price__table::-webkit-scrollbar {
    display: none;
  }

  .price__scroll {
    min-width: 520px;
    padding-right: 16px;
  }

  .price__badge img {
    height: 40px;
  }

  .price__tab {
    font-size: 13px;
    padding: 10px 6px;
    line-height: 1.3;
    min-height: 46px;
  }

  .price__btn--kantan {
    font-size: 12px;
    padding: 8px 10px;
    max-width: 150px;
  }

  .price__btn--anshin {
    font-size: 12px;
    padding: 10px 10px;
    max-width: 160px;
  }

  .price__btn--paperpost {
    font-size: 12px;
    padding: 10px 8px;
    max-width: 150px;
  }

  .price__price-cell {
    padding: 12px 6px;
    min-height: 100px;
  }

  .price__amount {
    font-size: 28px;
  }

  .price__rec-cell {
    padding: 12px 6px 14px;
  }

  .price__rec-label {
    font-size: 12px;
  }

  .price__rec-icon {
    height: 48px;
    margin: 4px 0;
  }

  .price__rec-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .price__feat-label {
    font-size: 13px;
    padding: 6px 12px;
  }

  .price__feat-cell {
    padding: 8px 4px;
  }

  .price__check,
  .price__cross {
    width: 24px;
    height: 24px;
  }

  .price__check svg {
    width: 13px;
    height: 13px;
  }

  .price__cross svg {
    width: 12px;
    height: 12px;
  }

  .price__tax-note {
    font-size: 12px;
    margin-top: 16px;
    padding: 0 12px;
  }

  .price__free-banner {
    padding: 14px 20px;
    margin: 16px 12px 0;
  }

  .price__free-text {
    font-size: 13px;
  }

  .price__free-hl {
    font-size: 17px;
  }
}

/* ========== ToolComparison：確定申告ツール比較 ========== */
.compare {
  padding: 60px 24px;
  text-align: center;
  background: var(--section-yellow);
}

.compare__claim {
  font-size: 16px;
  color: #333;
  margin: 0 0 24px;
  line-height: 1.6;
}

.compare__hl {
  color: #ff8a23;
  font-weight: bold;
  font-size: 16px;
}

.compare__hl strong {
  font-size: 24px;
}

.compare__card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin: 0 auto;
  max-width: 500px;
}

.compare__chart {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 24px;
  display: block;
}

.compare__arrow-down {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid var(--section-yellow);
  margin: 0 auto 16px;
}

.compare__result {
  color: var(--brand);
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.compare__result-sub {
  color: var(--brand);
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.compare__acc {
  margin-top: 24px;
}

.compare__acc > summary {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--text);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.compare__acc > summary::-webkit-details-marker {
  display: none;
}

.compare__acc > summary::after {
  content: "▾";
}

.compare__acc[open] > summary::after {
  content: "▴";
}

.compare__times {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 24px;
}

.compare__time-item {
  height: 86px;
  width: 180px;
  border-radius: 14px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compare__time-label {
  font-size: 12px;
  color: var(--brand);
  font-weight: bold;
  margin: 0;
}

.compare__time-value {
  font-size: 22px;
  font-weight: bold;
  color: var(--brand);
  margin: 0;
}

.compare__footnote {
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  margin: 4px 0;
  text-align: left;
}

/* ========== YouTube：動画でわかるタックスナップ ========== */
.yt {
  background: #f5f5f5;
  padding: 60px 0;
  text-align: center;
}

.yt__slider {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.yt__slider::-webkit-scrollbar {
  display: none;
}

.yt__track {
  display: inline-flex;
  gap: 24px;
  padding: 0 24px;
}

.yt-card {
  flex-shrink: 0;
  width: 400px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.yt-card__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.yt-card__info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}

.yt-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--brand);
}

.yt-card__text {
  text-align: left;
}

.yt-card__subs {
  font-size: 12px;
  color: var(--text);
  margin: 0 0 4px;
}

.yt-card__name {
  font-size: 16px;
  font-weight: bold;
  color: var(--brand);
  margin: 0;
}

/* 先頭の使い方動画カードのみ: 情報欄を縦方向に伸ばし、タイトルを白枠内で中央寄りに */
.yt-card--guide {
  display: flex;
  flex-direction: column;
}

.yt-card--guide .yt-card__info {
  flex: 1;
}

/* ========== Recommend：税理士や利用者の声 ========== */
.voices {
  text-align: center;
  padding: 60px 24px 0;
  background: var(--section-yellow);
}

.voices__sublabel {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 60px;
  margin: 32px 0;
  width: 100%;
  max-width: 334px;
}

.voices__sublabel--orange {
  color: #ffab23;
}

.voices__sublabel--green {
  color: var(--brand);
  margin-top: 64px;
}

.voices__wrap {
  display: flex;
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto;
  justify-content: center;
}

.voice {
  display: flex;
  gap: 8px;
}

.voice__img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-top: 8px;
  flex-shrink: 0;
}

.voice__card {
  border-radius: 12px;
  width: 360px;
}

.voice__header {
  padding: 12px 16px;
  border-radius: 12px 12px 0 0;
  text-align: left;
}

.voice__header--orange {
  background: #ffab23;
}

.voice__header--green {
  background: var(--brand);
}

.voice__name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.voice__name span {
  font-size: 16px;
}

.voice__role {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}

.voice__body {
  background: #fff;
  padding: 16px;
  border-radius: 0 0 12px 12px;
}

.voice__comment {
  color: var(--text-sub);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}

.voice__comment .hl-orange {
  color: #ffab23;
}

.voice__comment .hl-green {
  color: var(--brand);
}

/* ========== Sns：SNSでも多くの反響 ========== */
.sns {
  text-align: center;
  padding: 60px 24px;
  background: var(--section-yellow);
}

.sns__container {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #f7f7f7;
  border-radius: 14px;
  padding: 36px 24px;
}

.sns__title {
  font-size: 34px;
  font-weight: bold;
  color: var(--brand);
  margin: 0 0 24px;
}

.sns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.sns__card {
  display: block;
  transition: transform 0.2s ease;
}

.sns__card:hover {
  transform: scale(1.02);
}

.sns__img {
  width: 340px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ========== Faq：よくあるご質問 ========== */
.faq {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1024px;
}

.faq__flex {
  display: flex;
  gap: 48px;
}

.faq__head-wrap {
  margin-top: 32px;
  text-align: center;
}

.faq__card {
  background: #fff;
  border-radius: 70px;
  padding: 62px;
  flex: 1;
}

.faq-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.faq-item__q-icon {
  width: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.faq-item__body {
  width: 100%;
}

.faq-item__body > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item__body > summary::-webkit-details-marker {
  display: none;
}

/* 元LP は Noto Sans JP を 400;500;700 のみ読み込むため、Question の
   font-weight:900 指定は実際には 700 にクランプして描画される。
   その実描画に合わせ 700 にする（回答文と同じ太さ）。 */
.faq-item__q {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  color: var(--brand);
  margin: 0;
}

.faq-item__body > summary::after {
  content: "＋";
  color: var(--brand);
  font-size: 18px;
  font-weight: bold;
}

.faq-item__body[open] > summary::after {
  content: "−";
}

.faq-item__a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--text-sub);
  margin: 20px 0 0;
}

.faq-item__a a {
  color: var(--brand);
  text-decoration: underline;
}

.faq__divider {
  width: 100%;
  border: none;
  border-top: 1px dashed #b7b7b7;
  margin: 24px 0;
}

/* ========== Alliance：提携企業様 ========== */
.alliance {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1024px;
}

.alliance__flex {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.alliance__head-wrap {
  margin-top: 32px;
  text-align: center;
}

.alliance__card {
  background: #fff;
  border-radius: 70px;
  padding: 48px;
  flex: 1;
}

.alliance__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  align-items: center;
  justify-items: center;
}

.alliance__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.alliance__logo img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
}

/* ========== Banner ========== */
.banner {
  padding: 48px 24px;
}

.banner__list {
  display: flex;
  gap: 16px;
  max-width: 1024px;
  margin: 0 auto;
}

.banner__link {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex: 1;
}

.banner__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.banner__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========== Footer ========== */
.footer {
  background: #333;
  padding: 32px 64px;
  display: grid;
  gap: 32px;
}

.footer__top {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__logo {
  height: 28px;
  object-fit: contain;
}

.footer__copy {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.footer__links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__link-arrow {
  width: 8px;
  object-fit: contain;
}

.footer__sns {
  display: flex;
  gap: 16px;
}

.footer__sns img {
  height: 28px;
  width: 28px;
  object-fit: contain;
}

/* ========== レスポンシブ ========== */
@media (max-width: 1100px) {
  .features__wrap,
  .support__wrap,
  .voices__wrap {
    flex-direction: column;
  }

  /* 元LP の Head atom: lg(1100px) で 32px */
  .head {
    font-size: 32px;
  }

  /* 元LP Recommend: ペア2枚目（河南・内藤）は SP で写真を右に反転 */
  .voice--reverse {
    flex-direction: row-reverse;
  }

  /* 元LP Sns: Container は lg で max-width 500px に絞る */
  .sns__container {
    max-width: 500px;
  }

  .card,
  .support-card {
    margin: 0 auto;
  }

  .of__grid {
    max-width: 500px;
  }

  .yt__track {
    display: inline-flex;
  }

  .faq__flex,
  .alliance__flex {
    display: block;
  }

  .faq__card,
  .alliance__card {
    margin-top: 36px;
  }

  .faq,
  .alliance {
    padding: 84px 48px;
  }
}

@media (max-width: 900px) {
  /* 元LP MdBr: ≤900px で改行表示 */
  .md-br {
    display: block;
  }

  /* ロゴは width:min(...,100%)+height:auto で自動縮小するため、ここでの height 上書きは廃止 */

  /* 元LP StartButton: md(900px) で高さ 64px */
  .start-btn {
    height: 64px;
  }

  /* 元LP Faq Answer: md で 14px */
  .faq-item__a {
    font-size: 14px;
  }

  /* 元LP Tvcm Text: md で 16px */
  .tvcm__text {
    font-size: 16px;
  }

  .support,
  .features {
    padding: 40px 24px;
  }

  .of {
    padding: 40px 16px;
  }

  /* .of-card の固定幅(240px)は撤去。グリッドのセル幅(minmax(0,1fr))に追従させ、SPの横はみ出しを防ぐ */

  .yt {
    padding: 40px 0;
  }

  .yt-card {
    width: 300px;
  }

  .faq,
  .alliance {
    padding: 40px 16px;
  }

  .faq__card {
    padding: 28px 20px;
    border-radius: 34px;
  }

  .alliance__card {
    padding: 50px 24px;
    border-radius: 34px;
  }

  .banner__list {
    flex-direction: column;
    gap: 12px;
  }

  .footer {
    padding: 32px 24px;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .fv {
    padding: 20px 20px 40px;
  }

  .fv__header {
    margin-bottom: 25px; /* SP: ロゴブロックとメインコピーの間隔（20→25px、+5px） */
  }

  /* スマホ時: スマホ画像を画面幅いっぱい（フルブリード）に。比率は height:auto で維持、
     横スクロールが出ない full-bleed 手法（width:100vw + 中央寄せ）。PCは現状維持。 */
  .fv__hero {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5px;
    margin-bottom: 16px;
  }

  /* キラキラは base の clamp/em で画面連動するため、ここでの固定px上書きは廃止 */

  .fv__big {
    font-size: 48px;
  }

  .fv__small {
    font-size: 28px;
  }

  .fv__marker {
    font-size: 38px;
  }

  /* ロゴの height 上書きは廃止（width:min(...,100%) で画面幅に自動フィット） */
  .fv__logos {
    gap: 10px;
  }

  .fv__msg {
    font-size: 32px;
  }

  .fv__msg--secondary {
    font-size: 36px;
  }

  .features__catch {
    font-size: 15px;
    padding: 12px 36px;
  }

  .card__label {
    font-size: 18px;
  }

  .campaign__text {
    font-size: 18px;
  }

  .card,
  .support-card {
    width: 100%;
  }

  /* SP: of-card はセル幅に追従（固定幅は無し）。狭い端末で収まるよう padding/文字を小さめに */
  .of-card {
    padding: 12px 8px;
    gap: 6px;
  }

  .of-card__label {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }

  .start-btn__text {
    font-size: 18px;
  }

  .tvcm {
    padding: 50px 16px 0;
  }

  .compare {
    padding: 50px 16px;
  }

  .compare__times {
    gap: 8px;
  }

  .compare__result {
    font-size: 18px;
  }

  .compare__result-sub {
    font-size: 10px;
  }

  .voices {
    padding: 40px 16px;
  }

  .voice__name {
    font-size: 20px;
  }

  .voice__comment {
    font-size: 14px;
  }

  .sns {
    padding: 40px 16px;
  }

  .sns__container {
    padding: 36px 16px;
  }

  .sns__title {
    font-size: 26px;
  }

  .sns__img {
    width: 100%;
  }

  .alliance__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 400px) {
  /* ロゴの height 上書きは廃止（width:min(...,100%) で画面幅に自動フィット） */
  .fv__menu-btn {
    width: 26px;
    height: 20px;
  }

  .fv__big {
    font-size: 40px;
  }

  .fv__small {
    font-size: 24px;
  }

  .fv__marker {
    font-size: 32px;
  }

  .fv__msg {
    font-size: 24px;
  }

  .fv__msg--secondary {
    font-size: 28px;
  }
}

/* =========================================================================
   レスポンシブ拡張（min-width 系。既存の max-width ブロックより後に配置し、
   タブレット/PC の重なる幅で優先させる）
   - SP（≤600px）   : 既存のまま（変更しない）
   - タブレット（≥601px）: 単一カラムのまま拡大。ロゴ/hero を画面幅に追従、おたすけは必ず2列
   - PC（≥1100px）  : 元LP風の左右2カラム（左=CTA / 右=コピー+hero）、
                       ヘッダーはロゴ左端寄り+テキストリンク右、ハンバーガー非表示
   ========================================================================= */

/* ---- タブレット以上（≥601px） ---- */
@media (min-width: 601px) {
  /* ロゴ：スマホの比率を保ったまま画面幅に追従して少し大きく（2点を同じ倍率で拡大＝相互比率維持・横並び維持） */
  .fv__logo {
    width: clamp(130px, 17vw, 175px);
  }
  .fv__logo-sub {
    width: clamp(133px, 17.4vw, 179px);
  }

  /* hero（タブレット・PC共通画像）：元LP参考の中央寄せ・適度なサイズ（両端に付ける必要なし・比率維持） */
  .fv__hero {
    max-width: clamp(360px, 52vw, 480px);
    margin: 0 auto 16px;
  }

  /* おたすけ機能：1.3列のような中途半端を防ぎ、必ず2列 */
  .of__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 680px;
  }

  .of-card {
    width: auto;
  }
}

/* ---- PC（≥1280px）: 元LPの左右2カラム（左=コピー+CTA / 右=hero）。
   「美容師の確定申告を」(約548px)が1行に収まる幅で切替。それ未満はタブレット版を維持 ---- */
@media (min-width: 1280px) {
  .fv {
    padding: 28px 48px 64px;
  }

  /* ヘッダー：全幅でロゴ左端寄り＋右にテキストリンク。ハンバーガーは隠す */
  .fv__header {
    max-width: none;
    margin: 0 0 36px;
  }

  .fv__menu-btn {
    display: none;
  }

  .fv__nav {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .fv__nav-login,
  .fv__nav-free {
    border-radius: 24px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }

  .fv__nav-login {
    background: #faee7d;
    color: #1a7f4f;
  }

  .fv__nav-free {
    background: #fff;
    color: var(--brand);
    border: 1px solid var(--brand);
  }

  .fv__nav-login:hover,
  .fv__nav-free:hover {
    opacity: 0.85;
  }

  /* 本体：CSS grid で左右2カラム。左=コピー+CTA / 右=hero。
     左カラムは 600px 固定（「美容師の確定申告を」≒548px が1行に収まる幅）。
     DOM順 [headline, hero, cta] を grid-template-areas で配置（SP/タブレットは縦並びのまま） */
  .fv__inner {
    display: grid;
    grid-template-columns: 600px 1fr;
    grid-template-areas:
      "copy hero"
      "cta  hero";
    align-items: center;
    column-gap: 56px;
    row-gap: 16px;
    max-width: 1200px;
    text-align: center;
  }

  /* メインコピー＝左カラム上部・中央ぞろえ（見出しは内容幅にシュリンクしてセル中央に） */
  .fv__headline {
    grid-area: copy;
    justify-self: center;
    width: auto;
    margin: 0 0 8px;
  }

  /* PC大画面のみメインコピーを大サイズに（SP〜PC手前は base の 48/28/38px のまま） */
  .fv__big {
    font-size: 82px;
  }

  .fv__small {
    font-size: 48px;
  }

  .fv__marker {
    font-size: 60px;
  }

  /* CTA＝左カラム下部。幅をメインコピー（左カラム）に合わせて 100% に */
  .cta {
    grid-area: cta;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  /* 「14日間無料キャンペーン中」は左カラム内で中央（flex で中央揃え） */
  .campaign {
    width: 100%;
  }

  /* PC: 登録CTAボタン群はフルサイズ（base のまま）。縮小指定は撤回。
     中央配置は .cta(width:100%) ＋ .fv__inner(text-align:center) ＋ .auth(align-items:center) で維持 */

  /* hero＝右カラム。元LP参考の適度なサイズで右側に自然配置（比率維持） */
  .fv__hero {
    grid-area: hero;
    justify-self: center;
    align-self: center;
    width: 100%;
    max-width: 500px;
    margin: 0;
  }

  /* おたすけ機能：PCは4列×2行（横に広がる配置・元LPに近い横並び。8枚→2行） */
  .of__grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1100px;
    gap: 16px;
  }
}
