@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/* =========================================================================
   Trigger Golf Range FC — ランディングページ 共通スタイル
   ========================================================================= */
:root {
  --o:        #f08323;   /* メインのオレンジ */
  --o-mid:    #ed6802;   /* 濃いオレンジ(バンド) */
  --o-deep:   #f17002;   /* アクセント/枠 */
  --o-dark:   #e75401;   /* ベン図の本部円 */
  --o-light:  #fd9b1c;   /* 薄いオレンジ(回答パネル) */
  --ink:      #464242;
  --white:    #ffffff;
  --content-w: 1140px;
  --serif: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'MS PMincho', serif;
}

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0; font-family: var(--serif); color: var(--ink);
  background: var(--white); line-height: 1.9; font-size: 16px;
  letter-spacing: .04em; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1,h2,h3,p { margin: 0; }

.lp-container { width: var(--content-w); max-width: 100%; margin: 0 auto; padding: 0 24px; }
.band-o    { background: var(--o); color: var(--white); }
.band-omid { background: var(--o-mid); color: var(--white); }
/* オレンジ各セクションは下辺を斜めに(設計の斜め区切り)。左が深く・右が約90px浅い */
.band-o, .band-omid { --slant: 90px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slant)), 0 100%); }

/* セクション見出し(左右に白/橙の罫線) */
.lp-head { display: flex; align-items: center; justify-content: center; gap: 30px; margin-bottom: 50px; }
.lp-head h2 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 600; white-space: nowrap; }
.lp-head::before, .lp-head::after { content: ''; width: 153px; max-width: 12vw; height: 1px; background: currentColor; flex: none; }
.lp-head--o h2 { color: var(--o); }
.lp-head--o::before, .lp-head--o::after { background: var(--o); }
/* 設計で見出し両脇の罫線が無い節(こんな方に/代表メッセージ/お問い合わせ)用 */
.lp-head--plain::before, .lp-head--plain::after { display: none; }

/* ===== ヘッダ ===== */
.lp-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 40px;
}
.lp-logo { display: inline-flex; align-items: center; }
.lp-logo__img { height: 32px; width: auto; }
.lp-cta-sm {
  background: var(--o); color: var(--white);
  padding: 14px 26px; font-size: 15px; letter-spacing: .08em;
}
.lp-header--solid { position: static; background: var(--white); }

/* ===== ヒーロー ===== */
.lp-hero { position: relative; min-height: 663px; display: flex; align-items: center; overflow: hidden; }
.lp-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
/* FV画像とコンテンツの間に挟む 白50%半透明レイヤー */
.lp-hero__veil { position: absolute; inset: 0; background: rgba(255,255,255,.5); z-index: 1; }
.lp-hero > .lp-container { position: relative; z-index: 2; }
/* 半透明レイヤーとコンテンツは 0.5s 待機後 0.5s でフェードイン */
.lp-hero__veil, .lp-hero > .lp-container { opacity: 0; animation: fvFadeIn .5s ease .5s forwards; }
@keyframes fvFadeIn { to { opacity: 1; } }
.lp-hero__inner { position: relative; z-index: 1; max-width: 620px; padding-top: 30px; }
.lp-hero__label {
  display: inline-flex; align-items: center; gap: 16px;
  color: var(--o); font-size: 18px; letter-spacing: .12em; margin-bottom: 22px;
}
.lp-hero__label::before, .lp-hero__label::after { content: ''; width: 53px; height: 1px; background: var(--o); }
.lp-hero__title { font-size: clamp(30px, 4vw, 50px); font-weight: 700; line-height: 1.55; color: var(--ink); margin-bottom: 30px; }
.lp-hero__title .hl { color: var(--o); }   /* 設計: 「運営」のみオレンジ */
.lp-hero__lead { font-size: 16px; line-height: 2; margin-bottom: 28px; }
.lp-cta {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--o); color: var(--white);
  font-size: 19px; letter-spacing: .1em; padding: 20px 44px;
}
.lp-cta .chev { width: 9px; height: 9px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); }
.lp-hero__note { margin-top: 18px; font-size: 15px; }

/* ===== こんな方に向いている ===== */
.lp-target { padding: 90px 0; text-align: center; }
/* 自分の事業…/だからこそ… は強調せず(通常ウェイト)、左揃えの塊として中央配置(設計) */
.lp-target__intro { width: fit-content; max-width: 100%; margin: 0 auto 40px; text-align: left; }
.lp-target__big { font-size: clamp(16px, 2vw, 24px); font-weight: 400; line-height: 1.8; margin-bottom: 16px; }
.lp-target__sub { font-size: clamp(16px, 2vw, 24px); margin-bottom: 0; }
/* 飾り付きの▽(ソリッド三角＋輪郭三角2枚の重ね)＝画像 */
.lp-target__arrow { display: block; width: 84px; height: auto; margin: 0 auto 36px; }
.lp-target__close { font-size: clamp(16px, 2vw, 25px); font-weight: 400; }

/* ===== 強み ===== */
.lp-strengths { padding: 86px 0 176px; }   /* 下=斜め分(90)+下余白(86) */
.str-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 920px; margin: 0 auto; }
.str-card { background: var(--white); color: var(--ink); padding: 34px 30px; text-align: center; border-radius: 27px; }
.str-card img { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 18px; }
.str-card h3 { color: var(--o); font-size: clamp(18px, 1.9vw, 22px); margin-bottom: 14px; }
.str-card__rule { width: 230px; max-width: 100%; height: 1px; background: var(--o); margin: 0 auto 16px; }
.str-card p { font-size: 14px; line-height: 1.85; }

/* ===== 選ばれる理由 ===== */
.lp-reasons { padding: 86px 0 96px; }
.reason-list { display: flex; flex-direction: column; gap: 26px; }
.reason {
  display: grid; grid-template-columns: 90px 360px 1fr; align-items: center; gap: 24px;
  background: var(--white); border: 1px solid var(--o-deep); padding: 26px 44px;
}
.reason__num { font-size: 52px; color: var(--o-deep); font-weight: 600; line-height: 1; }
.reason__title { font-size: clamp(17px, 1.7vw, 21px); font-weight: 600; }
/* PC/SPで改行位置が異なるreason等のための切替用 */
br.br-sp { display: none; }   /* SP専用改行はPCで非表示 */
.reason__desc { font-size: 14px; line-height: 1.85; }

/* ===== サポート一覧 ===== */
.lp-support { padding: 86px 0 176px; }
.support-list { display: flex; flex-direction: column; gap: 30px; align-items: center; font-size: clamp(16px, 1.7vw, 21px); }
.support-row { display: flex; justify-content: center; flex-wrap: wrap; }
.support-row span { padding: 4px 42px; position: relative; }
.support-row span:not(:first-child) { border-left: 1px solid rgba(255,255,255,.7); }

/* ===== 運営イメージ(ベン図) ===== */
.lp-venn-sec { padding: 86px 0 96px; }
.venn { position: relative; width: 760px; max-width: 100%; height: 440px; margin: 0 auto 40px; }
.venn__circle { position: absolute; top: 0; width: 422px; height: 422px; border-radius: 50%; color: var(--white); display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 60px; line-height: 1.4; }  /* line-height 1.4 で設計のpitch≈44pxに合わせ6項目が円内に収まる */
.venn__circle h3 { font-size: 34px; margin-bottom: 16px; }   /* 設計: 本部[70x53]≈35px */
.venn__circle ul { display: flex; flex-direction: column; gap: 16px; font-size: 20px; }  /* 設計: 項目[*x30]≈20px / pitch≈44px */
.venn__left  { left: 0;  background: var(--o-dark); z-index: 1; }  /* 設計: 本部(濃い#e75401)が上。重なりは濃い色 */
.venn__right { right: 0; background: var(--o-light); }
.lp-venn-sec p { text-align: center; font-size: clamp(16px, 1.7vw, 21px); line-height: 1.9; max-width: 900px; margin: 0 auto; }

/* ===== 開業までの流れ ===== */
.lp-flow { padding: 86px 0 176px; }
.lp-flow__lead { text-align: center; font-size: clamp(15px, 1.6vw, 20px); margin-bottom: 50px; }
.flow-list { display: flex; justify-content: center; align-items: flex-start; gap: 12px; }
.flow-step { width: 144px; text-align: center; }
.flow-step__num { position: relative; font-size: 40px; font-weight: 600; line-height: 1; margin-bottom: 14px; }
/* 番号間の連結線(設計)。PC=水平・白。SPで縦に上書き */
.flow-step:not(:last-child) .flow-step__num::after { content: ''; position: absolute; top: 50%; left: calc(50% + 36px); width: 84px; height: 0; border-top: 1px solid var(--white); }
.flow-step__circle {
  width: 144px; height: 144px; border-radius: 50%; background: var(--white); color: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 12px;
}
.flow-step__circle img { width: 50px; height: 50px; object-fit: contain; }
.flow-step__circle span { font-size: 12px; line-height: 1.4; }

/* ===== 代表メッセージ ===== */
.lp-message { padding: 86px 0 96px; }
/* 見出しは中央でなく左揃え。PCは右テキスト列(写真460+gap56=516)の左端に合わせる */
.lp-message .lp-head { justify-content: flex-start; margin-left: 516px; margin-bottom: 18px; }
.lp-message__body { display: flex; gap: 56px; align-items: flex-start; }
.lp-message__photo { width: 460px; flex: none; }
.lp-message__photo img { width: 100%; height: auto; }
.lp-message__title { font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; line-height: 1.7; margin-bottom: 28px; }
.lp-message__text { font-size: 15px; line-height: 2; margin-bottom: 28px; }
.lp-message__sign { font-size: 17px; text-align: right; }

/* ===== よくある質問(アコーディオン) ===== */
.lp-faq { padding: 86px 0 176px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 36px; max-width: 1140px; margin: 0 auto; align-items: start; }
.faq-item { }
.faq-q {
  background: var(--white); color: var(--ink);
  display: flex; align-items: center; gap: 16px;
  padding: 22px 24px; cursor: pointer; width: 100%; border: 0; text-align: left;
  font-family: inherit; font-size: clamp(15px, 1.5vw, 18px);
}
.faq-badge { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--o); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.faq-q span:not([class]) { flex: 1; }   /* テキストspanのみ伸縮(バッジ/chevは除外) */
/* 開閉マーク(設計): 閉=∨(下) / 開=∧(上)。色はオレンジ */
.faq-q .chev { flex: none; width: 10px; height: 10px; border-bottom: 2px solid var(--o); border-right: 2px solid var(--o); transform: rotate(45deg); transition: transform .3s; margin-top: -3px; }
.faq-item.is-open .faq-q .chev { transform: rotate(-135deg); margin-top: 3px; }
.faq-a { background: var(--o-light); color: var(--white); display: none; gap: 14px; padding: 22px 24px; }
.faq-item.is-open .faq-a { display: flex; }
.faq-a .faq-badge { background: var(--o); }
.faq-a p { font-size: 14px; line-height: 1.85; }

/* ===== お問い合わせ ===== */
.lp-contact { padding: 86px 0 100px; }
.lp-contact__lead { text-align: center; font-size: clamp(15px, 1.6vw, 20px); margin-bottom: 50px; }
.lp-form { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 40px; }
.lp-field { display: flex; flex-direction: column; gap: 10px; }
.lp-field label { font-size: 15px; }
.lp-field input, .lp-field textarea {
  background: var(--white); border: 1px solid #707070; padding: 16px;
  font-family: inherit; font-size: 15px; color: var(--ink); width: 100%;
}
.lp-field--area { grid-row: span 2; }
.lp-field--area textarea { flex: 1; min-height: 200px; resize: vertical; }
.lp-form__submit { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 14px; }
.btn-submit-o {
  position: relative;
  background: var(--o); color: var(--white); border: 0; cursor: pointer; border-radius: 19px;
  font-family: inherit; font-size: 18px; letter-spacing: .1em; padding: 18px 70px;
}
/* 送信ボタンの白い飾り「>」。Figmaは右上だが上下中央が正(ユーザー指示) */
.btn-submit-o::after {
  content: ''; position: absolute; top: 50%; right: 24px;
  width: 9px; height: 9px; border-top: 2px solid var(--white); border-right: 2px solid var(--white);
  transform: translateY(-50%) rotate(45deg);
}

/* ===== フッタ ===== */
.lp-footer {
  --fslant: 60px;
  background: linear-gradient(180deg, #ffffff 0%, #fdca80 100%);
  clip-path: polygon(0 var(--fslant), 100% 0, 100% 100%, 0 100%);  /* 上端=斜め(peachは右が高い) */
  padding: 120px 0 0; text-align: center;
}
.lp-footer__logo { margin-bottom: 0; }
.lp-footer__logo .lp-logo__img { height: 40px; width: auto; margin: 0 auto; }
/* ロゴ下の飾り罫線(——— ・ ———) */
.lp-footer__rule { display: flex; align-items: center; justify-content: center; gap: 17px; margin: 16px 0 30px; }
.lp-footer__rule::before, .lp-footer__rule::after { content: ''; width: 50px; height: 1px; background: var(--o-deep); }
.lp-footer__rule i { width: 4px; height: 4px; border-radius: 50%; background: var(--o-deep); }
.lp-sns-label { display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--o-deep); font-size: 17px; margin-bottom: 26px; }
/* 公式SNSの両脇は斜め線「＼ ／」(設計) */
.lp-sns-label::before, .lp-sns-label::after { content: ''; width: 21px; height: 2px; background: var(--o-deep); }
.lp-sns-label::before { transform: rotate(37deg); }
.lp-sns-label::after  { transform: rotate(-37deg); }
.lp-sns { display: flex; justify-content: center; gap: 20px; margin-bottom: 22px; }
.lp-sns a { width: 84px; height: 84px; border-radius: 50%; border: 1px solid var(--o-deep); background: var(--white); display: flex; align-items: center; justify-content: center; }
.lp-sns img { width: 46px; height: 46px; object-fit: contain; }
/* SNS下「お気軽にご覧ください」+ 破線(設計) */
.lp-footer__note { width: 180px; margin: 0 auto 44px; padding-bottom: 8px; color: #464242; font-size: 14px; border-bottom: 1px dashed var(--o-deep); }
.lp-footer__company { font-size: 14px; line-height: 1.9; margin-bottom: 56px; }
.lp-footer__company .label { color: var(--white); }
.lp-footer__company a { display: block; color: var(--white); }
.lp-footer__copy { background: var(--o-deep); color: var(--white); padding: 18px 0; font-size: 14px; letter-spacing: .1em; }

/* ===== サンクスページ ===== */
.lp-thanks {
  background: #f37300; color: var(--white);
  min-height: calc(100vh - 80px);
  display: flex; align-items: center; padding: 80px 0;
}
.lp-thanks h1 { font-size: clamp(22px, 3.2vw, 40px); font-weight: 600; text-align: center; }
.lp-thanks p { text-align: center; font-size: clamp(14px, 1.5vw, 17px); line-height: 2.1; margin: 30px 0 50px; }
.lp-thanks__btn { display: block; width: max-content; margin: 0 auto; background: var(--white); color: var(--o-deep); font-size: 18px; letter-spacing: .1em; padding: 16px 70px; }

/* ============================ レスポンシブ ============================ */
@media (max-width: 880px) {
  body { font-size: 15px; }
  .lp-container { padding: 0 20px; }
  .lp-header { padding: 14px 16px; gap: 12px; }
  .lp-logo__img { height: 22px; }                                 /* SPはロゴ画像を縮小 */
  .lp-cta-sm { padding: 9px 13px; font-size: 11px; white-space: nowrap; flex: none; }

  /* ヒーロー: 透過ヘッダ(absolute)とコンテンツが重なるため上に余白を確保して逃がす */
  .lp-hero { min-height: 0; padding: 88px 0 52px; }
  .lp-hero__inner { max-width: 100%; padding-top: 0; }

  /* SP見出し: 設計サイズに縮小し字間を詰め、両脇の罫線が見出しの左右に収まる(上下に折り返さない)ように */
  .lp-head { flex-wrap: nowrap; gap: 10px; }
  .lp-head h2 { white-space: normal; text-align: center; font-size: 19px; letter-spacing: 0; min-width: 0; }
  .lp-head::before, .lp-head::after { width: 40px; }
  .lp-target { padding: 56px 0; }
  .lp-strengths, .lp-reasons, .lp-support, .lp-venn-sec, .lp-flow, .lp-message, .lp-faq, .lp-contact { padding: 56px 0 64px; }

  /* 強みSP: 設計通り2列(2×2)。カードを小型化して収める */
  .str-grid { grid-template-columns: 1fr 1fr; gap: 12px; max-width: none; }
  .str-card { padding: 24px 12px; border-radius: 18px; }
  .str-card img { width: 56px; height: 56px; margin-bottom: 12px; }
  .str-card h3 { font-size: 15px; margin-bottom: 8px; }
  .str-card__rule { width: 88%; margin-bottom: 8px; }
  .str-card p { font-size: 12px; line-height: 1.7; }

  /* タイトル列を広げ、設計SPの改行が各1行に収まるように(字間も詰めて溢れ防止) */
  .reason { grid-template-columns: 48px 1fr; gap: 6px 10px; padding: 18px 12px; }
  .reason__num { grid-row: span 2; font-size: 38px; }
  .reason__title { font-size: 17px; letter-spacing: 0; }
  br.br-sp { display: inline; }   /* SP専用改行を有効化 */
  br.br-pc { display: none; }

  /* サポートSP: 設計通り2列グリッド+中央縦罫線(行HTMLはdisplay:contentsでフラット化) */
  .support-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 0; position: relative; font-size: 13px; letter-spacing: 0; }
  .support-row { display: contents; }
  .support-row span { padding: 6px 6px; text-align: center; border-left: 0 !important; white-space: nowrap; }
  .support-list::after { content: ''; position: absolute; left: 50%; top: 6px; bottom: 6px; border-left: 1px solid rgba(255,255,255,.6); }

  /* SP venn: 設計通り小さめの円を左右に重ねる(縦積みにしない)。設計SP=211px円/375幅 */
  .venn { position: relative; width: 100%; max-width: 360px; aspect-ratio: 1.78; height: auto; margin: 0 auto 28px; }
  .venn__circle { position: absolute; top: 0; width: 56%; height: auto; aspect-ratio: 1; padding-top: 22px; }
  .venn__left  { left: 0; }
  .venn__right { right: 0; }
  .venn__circle h3 { font-size: 20px; margin-bottom: 5px; }
  .venn__circle ul { gap: 3px; font-size: 12px; }

  /* 流れSP: 設計通り縦並びタイムライン(番号左+円右)、番号間は縦の連結線 */
  .flow-list { flex-direction: column; align-items: center; gap: 0; max-width: 280px; margin: 0 auto; }
  .flow-step { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; width: 100%; gap: 24px; text-align: center; }
  .flow-step__num { margin-bottom: 0; min-width: 64px; font-size: 40px; }
  .flow-step:not(:last-child) .flow-step__num::after { top: calc(50% + 26px); left: 50%; width: 0; height: 56px; border-top: 0; border-left: 1px dashed var(--white); }
  .flow-step__circle { width: 98px; height: 98px; flex: none; gap: 3px; padding: 8px; }
  .flow-step__circle img { width: 38px; height: 38px; }
  .flow-step__circle span { font-size: 10px; }

  .lp-message__body { flex-direction: column; gap: 28px; align-items: center; }
  .lp-message__photo { width: 100%; max-width: 320px; margin: 0 auto; }
  .lp-message__text-wrap { width: 100%; }
  .lp-message .lp-head { margin-left: 0; }   /* SPは左端寄せ(PCの右列オフセットを解除) */
  /* SP: タイトル最長行「フランチャイズではありません。」がSP幅で折り返さないサイズに */
  .lp-message__title { font-size: 20px; }

  /* PC専用の改行(reason 04/05等)はSPでは消す */
  br.br-pc { display: none; }

  .faq-grid { grid-template-columns: 1fr; gap: 16px; }
  .lp-form { grid-template-columns: 1fr; gap: 18px; }
  .lp-field--area { grid-row: auto; }

  /* サンクスSP(設計19:4992): 見出し・本文は左揃え、見出しは1行に収まる約18px。ボタンのみ中央 */
  .lp-thanks h1 { font-size: 18px; text-align: left; }
  .lp-thanks p  { font-size: 15px; text-align: left; }

  /* SPは斜め区切りを緩める(設計SP実測 約56px / フッター約40px) */
  .band-o, .band-omid { --slant: 56px; padding-bottom: 106px; }
  .lp-footer { --fslant: 40px; padding-top: 88px; }
  /* SNS円は4つ並べると84pxでは収まらず楕円化するため設計SP値(65px)に縮小・円形維持 */
  .lp-sns { gap: 12px; }
  .lp-sns a { width: 64px; height: 64px; flex: none; }
  .lp-sns img { width: 38px; height: 38px; }
}
