/* ============================================================
   SEO ランディングページ（シーン×ロケーション）
   Figma: 特定ロケーション×特定シーンLP（node 197-669「完成」配下）
   PC: 204-785 / SP: 204-991 準拠。lp レイアウト内で .seo-landing 配下に適用
   ============================================================ */

.seo-landing {
  /* デザイントークン（Figma variables） */
  --sl-sky: #99bcc6;      /* Sky-100 / lg-primary-color */
  --sl-sky-60: #b9d4da;
  --sl-sky-40: #cddfe3;
  --sl-sky-20: #e1eaec;
  --sl-ink: #131110;      /* lg-black */
  --sl-bg-gray: #f8f8f8;
  --sl-cloud-20: #f5f5f5;
  --sl-cloud-40: #cbcbcb;
  --sl-cloud-100: #4c4c4c;
  --sl-font-heading: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "YuGothic", "Yu Gothic", sans-serif;
  --sl-font-body: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --sl-font-en: "Josefin Sans", sans-serif;
  --sl-font-num: "DIN Alternate", "Helvetica Neue", Arial, sans-serif;

  font-family: var(--sl-font-body);
  color: var(--sl-ink);
  line-height: 1.75;
  font-size: 16px;
}

.seo-landing *,
.seo-landing *::before,
.seo-landing *::after { box-sizing: border-box; }

/* リセットは :where() で詳細度 0 にする。
   `.seo-landing p`（0,1,1）だと後続のコンポーネント指定（`.sl-kv-catch` = 0,1,0）に勝ってしまい、
   margin-top / padding が軒並み無効になるため */
.seo-landing :where(img) { display: block; max-width: 100%; }
.seo-landing :where(h1, h2, h3, p, dl, dt, dd) { margin: 0; padding: 0; }
.seo-landing :where(a) { text-decoration: none; color: inherit; }
.seo-landing button { font-family: inherit; }

/* ---------- 下書きプレビューの帯 ----------
   position: fixed にして、公開時のレイアウト（Figma と突き合わせた値）に影響させない */
.sl-preview-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 6px 16px;
  background: var(--sl-ink);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.4;
  text-align: center;
}

/* ---------- ボタン ---------- */
.sl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 200px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  filter: drop-shadow(0 2px 2px rgba(229, 229, 229, 0.5));
  transition: opacity 0.2s;
}
.sl-btn:hover { opacity: 0.8; }
/* .seo-landing a { color: inherit } のリセット（0,1,1）より詳細度を上げるため .seo-landing を前置する */
.seo-landing .sl-btn-fill { background: var(--sl-sky); color: #fff; }
.seo-landing .sl-btn-line { background: #fff; border: 1px solid var(--sl-sky); color: var(--sl-sky); }
/* 下部CTAのボタンは Figma 上でドロップシャドウなし・字間 0.8px */
.sl-btn-wide {
  width: 320px;
  border-radius: 8px;
  letter-spacing: 0.8px;
  filter: none;
}

/* ---------- KV（ヒーロー / 下部CTA） ---------- */
.sl-kv {
  position: relative;
  display: grid;
  grid-template-columns: minmax(480px, 600px) 1fr;
  height: 600px;
  background: var(--sl-bg-gray);
  overflow: hidden;
}
.sl-kv-photo {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  background: #efefef;
}
.sl-kv-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl-kv-photo::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 280px;
  background: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.sl-kv-panel {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.sl-kv-inner {
  /* デザイン上はパネル(600px)からはみ出してコンテンツ幅680pxを取る（グラデーション上に重なる） */
  flex: none;
  width: 760px;
  max-width: none;
  padding-left: 80px;
}
.sl-en-tags {
  display: flex;
  gap: 12px;
  font-family: var(--sl-font-en);
  font-size: 16px;
  color: var(--sl-sky);
  line-height: 1;
}
.sl-kv-catch {
  margin-top: 32px;
  font-family: var(--sl-font-heading);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
  white-space: pre-line; /* 管理画面で入力した改行位置を反映する */
}
.sl-kv-h1 {
  display: inline-block;
  margin-top: 32px;
  padding: 4px;
  border-top: 1px solid var(--sl-sky);
  border-bottom: 1px solid var(--sl-sky);
  font-family: var(--sl-font-heading);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.7px;
  color: var(--sl-sky);
}
.sl-kv-sub {
  margin-top: 32px;
  font-family: var(--sl-font-heading);
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.8px;
  white-space: pre-line;
}
.sl-kv-btns {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}

/* 下部CTAバナー */
.sl-cta-kv .sl-kv-catch { margin-top: 0; }
.sl-cta-kv .sl-kv-sub { font-weight: 600; }
.sl-cta-kv .sl-kv-btns { margin-top: 32px; }

/* ---------- 2カラムレイアウト ---------- */
.sl-body {
  display: flex;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 80px 120px;
}
.sl-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.sl-side {
  flex: none;
  width: 344px;
}

/* 予約カード（PC追従） */
.sl-side-card {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border: 1px solid #e0e2e3;
  border-radius: 8px;
  line-height: normal;
}
/* 撮影予約・シーン・料金の3行は 10px 間隔の左揃えブロックで、ブロックごと中央に置く */
.sl-side-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.sl-side-title {
  font-weight: 700;
  font-size: 21.6px;
  letter-spacing: 3px;
}
.sl-side-scene {
  font-size: 16.48px;
  letter-spacing: 3px;
}
.sl-side-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.sl-side-price strong {
  font-size: 21.6px;
  letter-spacing: 1px;
}
.sl-side-price span {
  font-size: 14px;
  letter-spacing: 3px;
}
/* 予約カードのボタンだけ Figma の指定が box-shadow（ぼかし 4px）で KV ボタンと異なる */
.sl-side-btn {
  width: 280px;
  filter: none;
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5);
}
.sl-side-note {
  font-size: 14.4px;
  letter-spacing: 1px;
  text-align: center;
}

/* ---------- セクション見出し ---------- */
/* Figma では罫線がタブ(24px)の内側に重なり、見出し帯の高さは 24px のまま。
   border-top を直接引くと 26px になってしまうので擬似要素で重ねる */
.sl-tab-line {
  position: relative;
  /* inline-flex なタブをそのまま置くとベースライン分（+4px）背が伸びるので flex コンテナにする */
  display: flex;
  align-items: flex-start;
}
.sl-tab-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid var(--sl-sky);
}
.sl-tab {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 24px;
  border-radius: 0 0 4px 4px;
  background: var(--sl-sky);
  color: #fff;
  font-family: var(--sl-font-en);
  font-size: 16px;
  line-height: 1;
}
.sl-h2 {
  margin-top: 32px;
  font-family: var(--sl-font-heading);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
.sl-lead {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: justify;
}
.sl-sec-head + * { margin-top: 48px; }
.sl-lead + * { margin-top: 48px; }
/* 見出し（タブ＋h2）とリード文は同じ見出しグループ扱いで、Figma では 24px */
.sl-sec-head + .sl-lead { margin-top: 24px; }

/* ---------- キャンペーンバナー ----------
   タグページ（app/assets/stylesheets/application/_tags.scss の .tags-banners）と
   同じ見た目にそろえる。入稿画像は 750×420 推奨なので比率は固定せず height: auto。
   ブレイクポイントだけは LP 自身のもの（1024 / 768）に合わせている。
   タグページの 720〜1079px 用の固定幅（209px・横スクロール）は、
   このページでは 1024px 未満でサイドバーが消えて本文が全幅になり
   カードだけ取り残されるため採用していない */
.sl-banners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sl-banners-item {
  flex-shrink: 0;
  width: calc(50% - 8px);
  transition: opacity 0.2s;
}
.sl-banners-item:hover { opacity: 0.8; }
.sl-banners-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

/* ---------- About（基本情報） ---------- */
.sl-about-photo {
  border-radius: 8px;
  overflow: hidden;
  background: #e5e5e5;
  aspect-ratio: 888 / 504;
}
.sl-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl-about-photo + .sl-about-text,
.sl-about-text + .sl-info-box { margin-top: 48px; }
.sl-about-text {
  letter-spacing: 0.8px;
  text-align: justify;
}
.sl-about-text p + p { margin-top: 28px; }
.sl-info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border-radius: 8px;
  background: var(--sl-bg-gray);
}
.sl-info-tab {
  position: absolute;
  top: 0;
  right: 40px;
}
.sl-info-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.sl-chip {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 25px;
  border: 1px solid var(--sl-sky);
  border-radius: 20px;
  background: #fff;
  color: var(--sl-sky);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1;
}
.sl-info-value {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.seo-landing .sl-info-value a { text-decoration: underline; }

/* ---------- おすすめポイント（Pick Up） ---------- */
.sl-spot-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sl-spot-card {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  background: var(--sl-bg-gray);
  overflow: hidden;
}
.sl-spot-photo {
  flex: none;
  width: 360px;
  height: 240px;
  background: #e5e5e5;
  overflow: hidden;
}
.sl-spot-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl-spot-body {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 32px;
  text-align: justify;
}
.sl-spot-body h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}
.sl-spot-body p {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.sl-spot-num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--sl-font-en);
  font-size: 24px;
  line-height: 1;
  color: var(--sl-sky-40);
}

/* 担当カメラマンから一言 */
.sl-spot-cards + .sl-pn { margin-top: 48px; }
.sl-pn { padding-top: 16px; }
.sl-pn-box {
  position: relative;
  padding: 40px 32px;
  /* Figma のストロークは内側描画。border だと本文幅が 2px 減って行数が変わる */
  box-shadow: inset 0 0 0 1px var(--sl-sky);
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: justify;
}
.sl-pn-tag {
  position: absolute;
  top: -15px;
  left: 31px;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 24px;
  border-radius: 4px;
  background: var(--sl-sky);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1;
}
.sl-pn-box::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 11px;
  width: 24px;
  height: 29px;
  background: url("/seo_landings/img/bubble_tail.svg") no-repeat center / contain;
  transform: scaleY(-1);
}
.sl-pn-from {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.sl-pn-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.sl-pn-from p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}

/* ---------- Why Lovegraph ---------- */
.sl-why-cards {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.sl-why-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.sl-why-head {
  width: 100%;
  height: auto;
  /* SVG が固有サイズなし（width/height=100%）のため比率を明示しないと縦に伸びる */
  aspect-ratio: 288 / 82;
}
.sl-why-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 24px 32px;
  border-radius: 0 0 8px 8px;
  background: var(--sl-sky-20);
}
.sl-why-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: inherit;
}
.seo-landing img.sl-why-icon {
  display: none;
  width: 56px;
  height: 56px;
}
.sl-why-title-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.sl-why-title-lines span {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--sl-sky);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1;
}
.sl-why-body > p {
  font-size: 14px;
  letter-spacing: 0.7px;
}

/* ---------- ギャラリー ---------- */
.sl-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.sl-g-item {
  position: relative;
  margin: 0;
  grid-column: span 2;
  aspect-ratio: 290 / 193;
  background: var(--sl-cloud-20);
  overflow: hidden;
}
.sl-g-item:nth-child(-n+2) {
  grid-column: span 3;
  aspect-ratio: 440 / 293;
}
.sl-g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* タップ／クリックで PhotoSwipe の拡大表示を開く */
  cursor: pointer;
}
/* ギャラリーの拡大表示（PhotoSwipe）。カメラマンページ（application/photographers/_show.scss）と
   同じ2点を当てる。このファイルは lp.css より先に読まれるため、詳細度を上げて上書きする。
   - z-index: 共通ヘッダー（#header-large / #header-smaller）が 9999 で固定されており、
     photoswipe 既定の 1500 のままだと閉じるボタンと左右送りがヘッダーの下に隠れてタップできない
   - preloader: photoswipe 既定では 1024px 以下で float: right になり、閉じるボタンに重なって
     タップを奪う。画面中央に固定して逃がす */
body[data-controller="seo_landings"] .pswp {
  z-index: 99999;
}
body[data-controller="seo_landings"] .pswp__preloader {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
}

.seo-landing .sl-btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 48px;
  margin: 48px auto 0;
  border: 1px solid var(--sl-sky);
  border-radius: 8px;
  background: #fff;
  color: var(--sl-sky);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  transition: opacity 0.2s;
}
.sl-btn-more:hover { opacity: 0.8; }

/* ---------- 撮影の流れ（Process） ---------- */
.sl-flow-list {
  display: flex;
  flex-direction: column;
}
.sl-flow-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 32px;
  border-radius: 8px;
  background: var(--sl-bg-gray);
}
.sl-flow-num {
  flex: none;
  width: 32px;
  font-family: var(--sl-font-en);
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: var(--sl-sky);
}
.sl-flow-body {
  flex: 1;
  min-width: 0;
  padding-left: 24px;
  border-left: 1px solid var(--sl-sky);
}
.sl-flow-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sl-flow-title h3 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.sl-flow-title img {
  flex: none;
  width: 35px;
  height: 35px;
  /* 正方形の枠の中で SVG の比率を保つ。SVG 側は preserveAspectRatio="none" と width/height="100%" を外し、
     viewBox の実寸を width/height にしてある（Figma 書き出しのままだと <img> が固有比率を持てず object-fit が効かない） */
  object-fit: contain;
}
.sl-flow-body > p {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: justify;
}
.sl-flow-arrow {
  width: 26px;
  height: 12px;
  /* Figma: カード下 24px・次カードには密着。左右はカード全体ではなく本文カラムの中央に置く */
  align-self: center;
  margin: 24px 0 0;
  transform: translateX(26px) rotate(180deg);
}

/* ---------- 料金プラン（Pricing） ---------- */
.sl-banners + .sl-plans { margin-top: 48px; }
.sl-plans {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sl-plan { display: flex; align-items: stretch; }
.sl-plan-tab {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  border-radius: 8px 0 0 8px;
  background: var(--sl-sky);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.25;
  text-align: center;
}
.sl-plan-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 40px 56px;
  /* Figma のストロークは内側描画でレイアウトに影響しない。border だと横 2px 削れて
     スペック欄が 384→382px になり「産着レンタル付き」が余分に折り返す */
  box-shadow: inset 0 0 0 1px var(--sl-sky);
  border-radius: 0 8px 8px 0;
  background: #fff;
}
.sl-plan-price { flex: none; width: 240px; }
.sl-plan-catch {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.25;
}
.sl-plan-amount {
  margin-top: 8px;
  line-height: 1.25;
}
.sl-plan-num {
  font-family: var(--sl-font-num);
  font-weight: 700;
  font-size: 56px;
  letter-spacing: 1px;
}
.sl-plan-yen {
  font-weight: 700;
  font-size: 20px;
}
.sl-plan-tax {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.25;
}
.sl-plan-specs {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.sl-plan-spec {
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(50% - 12px);
}
.sl-plan-spec .sl-chip { width: 80px; }
.sl-plan-note {
  width: 180px;
  color: var(--sl-sky);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.sl-plans + .sl-footnote { margin-top: 24px; }
.sl-footnote {
  color: var(--sl-cloud-100);
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.5;
}

/* ---------- お客様の声（Voice） ----------
   カードはタグページ（app/views/tags/_review.html.slim）と同じパーシャルを共有するため、
   見た目も app/assets/stylesheets/application/_tags.scss の .voice-slider に揃える
   （タグページの SCSS はこのページに読み込まれないので、同じ値をここへ写す。
   ブレークポイントもタグページの 720 / 1080 に合わせる）。
   横並び・横スクロール（scroll-snap ＋ ドット）の器だけは LP 独自 */
.sl-voice-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sl-voice-track::-webkit-scrollbar { display: none; }
.sl-voice-card {
  flex: none;
  width: 288px;
  scroll-snap-align: start;
}
/* タグページは body の書体（text-yu-gothic: 游ゴシック → ヒラギノ角ゴ）で描画されるので、カードの中だけ同じ書体にする */
.sl-voice {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.sl-voice .voice-slider-list { padding: 0 8px; }
.sl-voice .voice-slider-img {
  position: relative;
  width: 100%;
  height: 172px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.sl-voice .voice-slider-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.sl-voice .voice-slider-content {
  padding: 16px;
  border-radius: 0 0 4px 4px;
  background-color: #f8f9f9; /* $lg-lightgray */
}
.sl-voice .voice-slider-name {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px; /* タグページは html の font-size（PC 16px / それ以外 14px）を継承する */
}
.sl-voice .voice-slider-name img {
  width: 40px;
  margin-right: 16px;
}
.sl-voice .voice-slider-name span {
  margin-right: 8px;
  font-weight: bold;
}
.sl-voice .voice-slider-name .partition {
  width: 1px;
  height: 16px;
  background-color: #8d9396; /* $lg-gray */
}
/* text-small-captions（0.9rem / letter-spacing 1px / line-height 2）＋ line-clamp(5)。
   タグページの html は PC（1080px〜）16px・それ以外 14px なので、0.9rem は 14.4px / 12.6px の 2 段になる。
   このページの root は共有していないため px で写す。固定高さ（140 / 125 / 75）はその行高（28.8 / 25.2）前提の値 */
.sl-voice .voice-slider-review {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 140px;
  margin-bottom: 8px;
  font-size: 14.4px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2;
}
.sl-voice .voice-slider-info {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2;
}
.sl-voice .voice-slider-link { text-align: right; }
.sl-voice .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  transform: rotate(45deg);
  border-top: 2px solid #131211; /* $lg-black */
  border-right: 2px solid #131211;
}
@media (max-width: 1079px) {
  .sl-voice .voice-slider-name { font-size: 14px; }
  .sl-voice .voice-slider-review { font-size: 12.6px; }
}
@media (min-width: 720px) and (max-width: 1079px) {
  .sl-voice .voice-slider-img { height: 152px; }
  .sl-voice .voice-slider-review { height: 125px; }
}
@media (max-width: 719px) {
  .sl-voice .voice-slider-list { padding: 0; }
  .sl-voice .voice-slider-img { height: 136px; }
  .sl-voice .voice-slider-name img {
    width: 32px;
    margin-right: 8px;
  }
  .sl-voice .voice-slider-name .partition { height: 14px; }
  .sl-voice .voice-slider-review {
    -webkit-line-clamp: 3;
    height: 75px;
  }
  .sl-voice .voice-slider-info { display: block; }
  .sl-voice .arrow {
    width: 6px;
    height: 6px;
    margin: 0 0 2px -2px;
  }
}
.sl-voice-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.sl-voice-dots:empty { display: none; }
.sl-voice-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--sl-cloud-40);
  cursor: pointer;
}
.sl-voice-dot.active { background: var(--sl-sky); }

/* ---------- タイムスケジュール（Day Schedule） ---------- */
.sl-schedule {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 48px 32px;
  border: 1px solid var(--sl-sky);
  border-radius: 8px;
  overflow: hidden;
}
.sl-sch-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
/* 破線は各項目の時刻チップ中央から次の項目の時刻チップ中央まで。
   コンテナ側に top/bottom 固定で引くと最後のチップより下に飛び出す。
   z-index: -1 で白背景のチップの下に潜らせる（Figma もチップに重なる位置） */
.sl-sch-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 14px;
  bottom: -62px;
  left: 11px;
  border-left: 1px dashed var(--sl-sky);
}
.sl-sch-item:last-child::before { content: none; }
.sl-sch-time {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  border: 1px solid var(--sl-sky);
  border-radius: 4px 20px 20px 4px;
  background: #fff;
  color: var(--sl-sky);
  font-family: var(--sl-font-en);
  font-size: 16px;
  line-height: 1;
}
.sl-sch-body {
  flex: 1;
  min-width: 0;
  text-align: justify;
}
.sl-sch-body h3 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.sl-sch-body p {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.7px;
}

/* ---------- FAQ ---------- */
.sl-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sl-faq-item {
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--sl-bg-gray);
}
.sl-faq-q {
  display: flex;
  align-items: center;
  gap: 16px;
  /* button は line-height を継承しないので明示する（未指定だと normal=1.5 になり行高が狂う） */
  line-height: 1.75;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.sl-faq-letter {
  flex: none;
  width: 16px;
  font-family: var(--sl-font-en);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 28px;
}
.sl-faq-letter-q { color: var(--sl-sky); }
.sl-faq-q-text {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: justify;
}
.sl-faq-icon {
  flex: none;
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
}
.sl-faq-item.open .sl-faq-icon { transform: rotate(45deg); }
.sl-faq-a { display: none; }
.sl-faq-item.open .sl-faq-a {
  display: block;
  margin-top: 12px;
}
.sl-faq-a-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.sl-faq-a-inner .sl-faq-letter { color: var(--sl-ink); }
.sl-faq-a-inner p {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: justify;
  white-space: pre-line; /* 管理画面で入力した回答文の改行を反映する */
}

/* ---------- SP 追従フッター CTA ---------- */
.sl-fixed-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 16px;
  background: #fff;
  filter: drop-shadow(0 -4px 5px rgba(0, 0, 0, 0.1));
}
.sl-fixed-cta-info { line-height: 1; }
.sl-fixed-cta-scene {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.sl-fixed-cta-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.sl-fixed-cta-price strong {
  font-size: 18px;
  letter-spacing: 0.9px;
}
.sl-fixed-cta-price span {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.seo-landing .sl-fixed-cta-btn {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  border-radius: 4px;
  background: var(--sl-sky);
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

/* ============================================================
   タブレット（サイドバー非表示・追従CTA表示）
   ============================================================ */
@media (max-width: 1023px) {
  .sl-side { display: none; }
  .sl-fixed-cta { display: flex; }
  .sl-body { padding: 48px 24px 96px; }
}

/* ============================================================
   SP（〜767px）
   ============================================================ */
@media (max-width: 767px) {
  /* KV */
  .sl-kv {
    display: block;
    height: auto;
    background: #f9f9f9;
  }
  .sl-kv-photo {
    position: relative;
    height: 350px;
    /* グラデを下に 1px はみ出させるため切り抜かない（img は object-fit: cover なのではみ出さない） */
    overflow: visible;
  }
  /* 写真の下端が小数pxに来ると、画像ラスタは整数デバイスpxにスナップされるのにグラデは小数位置で
     アンチエイリアスされ、最後の1行だけ素の写真が透けて暗い線になる（DPR 1.25/1.5/1.75 で再現）。
     グラデ自体は 86px で色を出し切り、余った 1px を単色のまま下にはみ出させて端数行を覆う */
  .sl-kv-photo::after {
    inset: auto 0 -1px 0;
    width: auto;
    height: 87px;
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0, #f9f9f9 86px);
  }
  .sl-kv-panel { display: block; }
  .sl-kv-inner {
    width: auto;
    padding: 24px 24px 48px;
  }
  .sl-kv-catch {
    margin-top: 24px;
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 1.75;
  }
  .sl-kv-h1 {
    display: block;
    margin-top: 24px;
    padding: 6px 4px;
    line-height: 1.5;
  }
  .sl-kv-sub {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .sl-kv-btns {
    gap: 15px;
    margin-top: 40px;
  }
  .sl-kv-btns .sl-btn {
    flex: 1;
    width: auto;
    height: 40px;
  }
  .sl-cta-kv .sl-kv-catch {
    margin-top: 0;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
  .sl-cta-kv .sl-kv-sub { font-size: 14px; }
  .sl-cta-kv .sl-kv-btns { margin-top: 40px; }
  .sl-kv-btns .sl-btn-wide { flex: none; width: 100%; }

  /* レイアウト */
  .sl-body { padding: 64px 0 96px; }
  .sl-main { gap: 80px; }
  .sl-sec { padding: 0 24px; }
  .sl-banners { padding: 0 24px; }
  .sl-sec .sl-banners { padding: 0; }
  .sl-banners-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .sl-banners-item { width: 90%; }

  /* セクション見出し */
  .sl-tab {
    height: 24px;
    padding: 0 16px;
    font-size: 14px;
  }
  .sl-h2 {
    margin-top: 24px;
    font-family: var(--sl-font-body);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
  .sl-lead {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .sl-sec-head + * { margin-top: 32px; }
  .sl-lead + * { margin-top: 32px; }

  /* About */
  .sl-about-photo { aspect-ratio: 327 / 186; }
  .sl-about-photo + .sl-about-text,
  .sl-about-text + .sl-info-box { margin-top: 32px; }
  /* 本文は SP でも 16px（Figma SP: 327px 幅で 8行 = 225px） */
  .sl-info-box { padding: 40px 24px 32px; }
  .sl-info-tab { right: 24px; }
  .sl-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .sl-chip {
    width: 76px;
    height: 20px;
    font-size: 11px;
    letter-spacing: 0.55px;
  }
  .sl-info-value { font-size: 13px; letter-spacing: 0.65px; }

  /* おすすめポイント */
  .sl-spot-card {
    flex-direction: column;
    align-items: stretch;
  }
  .sl-spot-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 327 / 218;
  }
  .sl-spot-body { padding: 32px 24px; }
  .sl-spot-body h3 { font-size: 18px; }
  .sl-spot-num {
    top: -25px;
    right: 8px;
    color: #fff;
    text-shadow: 0 0 20px rgba(19, 18, 17, 0.8);
    font-size: 17px;
  }
  .sl-spot-cards + .sl-pn { margin-top: 32px; }
  .sl-pn-box {
    padding: 32px 24px 24px;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .sl-pn-tag {
    left: 24px;
    top: -12px;
    height: 24px;
  }
  .sl-pn-from { gap: 16px; }

  /* Why */
  .sl-why-cards {
    flex-direction: column;
    gap: 24px;
  }
  .seo-landing img.sl-why-head { display: none; }
  .seo-landing img.sl-why-icon { display: block; }
  .sl-why-body {
    align-items: flex-start;
    padding: 28px 24px;
    border-radius: 8px;
  }
  .sl-why-title-lines { align-items: flex-start; }
  .sl-why-title-lines span { font-size: 18px; }

  /* ギャラリー */
  .sl-gallery { grid-template-columns: repeat(2, 1fr); }
  .sl-g-item {
    grid-column: span 1;
    order: 1;
    aspect-ratio: 159 / 106;
  }
  .sl-g-item:nth-child(-n+2) {
    grid-column: span 1;
    aspect-ratio: 159 / 106;
  }
  .sl-g-item:first-child {
    grid-column: 1 / -1;
    order: 2;
    aspect-ratio: 327 / 218;
  }
  .sl-g-item:nth-child(n+4) { order: 3; }
  /* .seo-landing .sl-btn-more（0,2,0）で定義しているので同じ詳細度で上書きする */
  .seo-landing .sl-btn-more {
    width: 280px;
    height: 40px;
    margin-top: 32px;
  }

  /* 撮影の流れ */
  .sl-flow-card {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px 24px 24px;
  }
  .sl-flow-num {
    width: auto;
    text-align: left;
    font-size: 20px;
  }
  .sl-flow-body {
    padding-left: 0;
    border-left: 0;
  }
  .sl-flow-title img { width: 32px; height: 32px; }
  /* SP は本文カラムの区切り線がないので矢印は中央。カード間 28px の中で 20px 下に置く */
  .sl-flow-arrow {
    margin: 20px 0 -4px;
    transform: rotate(180deg);
  }

  /* 料金プラン */
  .sl-banners + .sl-plans { margin-top: 32px; }
  .sl-plan { flex-direction: column; }
  .sl-plan-tab {
    flex-direction: row;
    gap: 4px;
    width: 100%;
    height: 40px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
  }
  .sl-plan-body {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 24px 24px 16px;
    border-radius: 0 0 8px 8px;
  }
  .sl-plan-price { width: auto; text-align: center; }
  .sl-plan-catch { font-size: 14px; }
  .sl-plan-num { font-size: 44px; }
  .sl-plan-specs {
    flex-direction: column;
    gap: 4px;
    width: 224px;
    margin: 0 auto;
  }
  .sl-plan-spec {
    justify-content: space-between;
    width: 100%;
  }
  .sl-plan-spec .sl-chip { width: 72px; }
  .sl-plan-spec .sl-info-value { font-size: 13px; }
  .sl-plan-note {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  /* お客様の声 */
  .sl-voice-track {
    gap: 16px;
    padding: 0 24px;
    margin: 0 -24px;
    scroll-padding-left: 24px;
  }
  .sl-voice-card { width: 280px; }
  .sl-voice-dots { margin-top: 24px; }

  /* タイムスケジュール */
  .sl-schedule {
    gap: 32px;
    padding: 32px 24px;
  }
  .sl-sch-item {
    flex-direction: column;
    gap: 16px;
  }
  .sl-sch-item::before {
    left: 12px;
    bottom: -46px;
  }
  .sl-sch-time { width: 96px; }
  .sl-sch-body { margin-left: 32px; }

  /* FAQ */
  .sl-faq-list { gap: 12px; }
  .sl-faq-item { padding: 12px 16px; }
  .sl-faq-q-text { font-size: 14px; letter-spacing: 0.7px; }
  .sl-faq-a-inner p { font-size: 13px; }
}

/* KV の2カラムが成立しない中間幅（768〜880px）は縦積みに */
@media (min-width: 768px) and (max-width: 880px) {
  .sl-kv {
    display: block;
    height: auto;
  }
  .sl-kv-photo {
    height: 420px;
    overflow: visible;
  }
  /* SP と同じく、小数px境界で写真の端数行が透けないよう 1px はみ出させる */
  .sl-kv-photo::after {
    inset: auto 0 -1px 0;
    width: auto;
    height: 87px;
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0, #f8f8f8 86px);
  }
  .sl-kv-panel { display: block; }
  .sl-kv-inner {
    width: auto;
    padding: 32px 24px 56px;
  }
}
