@charset "utf-8";
/* =========================================================
   FC相模 オフィシャルサイト  トップページ
   ---------------------------------------------------------
   ヘッダー  : 白60px + ナビ42px = 102px / ロゴ 260x84 @(20,10)
   コンテナ  : 1200px
   試合カード: 371 x3 + gap20 = 1152 / border2px / radius10 / pad35-20
   見出し    : 48px Barlow Semi Condensed 700
   ボタン    : 180x36 / radius50 / border1px
   ========================================================= */

:root{
  --ink:      #111111;   /* 基調の黒 */
  --ink-sub:  #6e6e6e;   /* 補助のグレー */
  --ink-2:    #333333;   /* 強調のダークグレー */
  --line:     #ebeff0;
  --line-2:   #dcdcdc;
  --gray:     #f6f6f6;
  --tint:     #eeeeee;
  --tint-2:   #f2f4f5;
  --txt:      #111111;
  --en: "Barlow Semi Condensed", sans-serif;
  --ja: "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; }
body{
  margin:0; font-family:var(--ja); font-size:14px; line-height:1.6;
  color:var(--txt); background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; vertical-align:top; border:0; }
a{ color:inherit; text-decoration:none; }
ul,ol{ list-style:none; margin:0; padding:0; }
h1,h2,h3,p,figure,table{ margin:0; }
button{ font:inherit; color:inherit; background:none; border:0; padding:0; cursor:pointer; }
table{ border-collapse:collapse; }

.container{ width:1200px; max-width:calc(100% - 40px); margin-inline:auto; }

/* ---------- 共通ボタン（実測 180x36 / radius50 / 1px solid） ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:180px; height:36px; padding:0 18px;
  font-family:var(--ja); font-size:14px; font-weight:700; line-height:1;
  color:var(--ink); background:#fff; border:1px solid var(--ink); border-radius:50px;
  transition:background .2s, color .2s;
}
.btn:hover{ background:var(--ink); color:#fff; }
.btn--sm{ min-width:140px; height:32px; font-size:13px; }
.btn--xs{ min-width:126px; height:26px; font-size:11px; letter-spacing:.04em; }
.moreWrap{ margin-top:30px; text-align:center; }
.moreWrap--left{ text-align:left; }

/* ---------- セクション見出し（実測 48px / Barlow700） ---------- */
.secTtl{
  margin:0; padding:60px 0 0; text-align:center;
  font-family:var(--en); font-size:48px; font-weight:700; line-height:1;
  letter-spacing:.02em; color:var(--ink);
}
.topBlock{ position:relative; }
.topBlock--news { padding:60px 0 50px; background:var(--gray); margin-top:25px; }
.topBlock--sns  { padding:60px 0 30px; background:var(--tint);
  background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.75) 0 6px,rgba(255,255,255,0) 6px 12px); }
.topBlock--about{ padding:50px 0 80px; }

/* =========================================================
   HEADER  白60 + ナビ42
   ========================================================= */
.l-header{
  position:relative; z-index:60;
  height:102px; background:#fff;
}
.headerBar{ position:relative; height:60px; }

.siteCrest{ position:absolute; left:20px; top:10px; width:260px; height:84px; z-index:3; }
.siteCrest a{ display:flex; align-items:center; height:100%; gap:12px; }
.siteCrest__mark{ width:84px; height:84px; object-fit:contain; flex:none; }
.siteCrest__txt{ display:flex; flex-direction:column; gap:3px; padding-top:4px; }
.siteCrest__name{
  font-family:var(--en); font-size:26px; font-weight:700; line-height:1;
  letter-spacing:.01em; color:var(--ink);
}
.siteCrest__sub{
  font-family:var(--en); font-size:11px; font-weight:600; line-height:1;
  letter-spacing:.09em; color:var(--ink-sub);
}

.headerUtil{ position:absolute; right:24px; top:0; height:60px; display:flex; align-items:center; gap:26px; }
.headerUtil__search{ color:var(--ink); display:flex; }
.headerUtil__search:hover{ opacity:.6; }
.headerToggle{ display:none; }

/* ナビ帯は白。上下に罫線を入れてヘッダー白地との境目を作る */
.gnavWrap{ height:42px; background:#fff; border-top:1px solid var(--line-2); border-bottom:1px solid var(--line-2); }
.gnav{ display:flex; justify-content:center; height:40px; }
.gnav__item > a{
  display:block; padding:0 18.72px; height:40px; line-height:40px;
  font-size:12px; font-weight:900; color:var(--ink); white-space:nowrap;
  transition:opacity .2s;
}
.gnav__item > a:hover{ opacity:.5; }

/* =========================================================
   MAIN VISUAL  スライド 1008x601 / 中央寄せ・両脇のぞかせ
   ========================================================= */
.mv{ position:relative; background:#0d0d0d; overflow:hidden; }
.mv__viewport{ overflow:hidden; }
.mv__track{
  display:flex; align-items:stretch;
  transition:transform .55s cubic-bezier(.4,.05,.2,1);
  will-change:transform;
}
.mv__slide{ position:relative; flex:0 0 1008px; height:601px; }
.mv__slide a{ display:block; position:relative; width:100%; height:100%; overflow:hidden; }
/* 背景写真は a の直下 img のみ。キャプション内のロゴに当てないこと（.mv__crestが負ける） */
/* 背景写真は直下の img のみ。リンク無しのスライドは span で包む */
.mv__slide > a,
.mv__slide > .mv__plain{ display:block; width:100%; height:100%; }
.mv__slide > a > img,
.mv__slide > .mv__plain > img{ width:100%; height:100%; object-fit:cover; }
/* 両脇スライドは中身（キャプション含む）ごと暗転させるので z-index はキャプションより上 */
.mv__slide::after{
  content:""; position:absolute; inset:0; background:rgba(0,0,0,.62);
  transition:background .45s; pointer-events:none; z-index:5;
}
.mv__slide.is-current::after{ background:rgba(0,0,0,0); }

.mv__caption{
  position:absolute; left:0; right:0; bottom:0; z-index:3;
  display:flex; align-items:center; gap:20px;
  padding:20px 32px; background:rgba(17,17,17,.86);
}
.mv__caption .mv__crest{ width:56px; height:56px; object-fit:contain; flex:none; }
.mv__ttl{
  flex:1 1 auto; font-size:22px; font-weight:700; line-height:1.45; color:#fff;
  letter-spacing:.01em;
}
.mv__tag{
  flex:none; font-family:var(--en); font-size:13px; font-weight:700; letter-spacing:.12em;
  color:#111; background:#fff; border-radius:2px; padding:5px 12px; line-height:1;
}

.mv__arrow{
  position:absolute; top:50%; translate:0 -50%; z-index:10;
  width:52px; height:52px; display:flex; align-items:center; justify-content:center;
  color:#fff; opacity:.9;
}
.mv__arrow:hover{ opacity:1; }
.mv__arrow--prev{ left:8px; }
.mv__arrow--next{ right:8px; }

/* =========================================================
   TEAM TAB  1440を2分割 / 高さ50 / 非アクティブは下3pxがアクティブ色
   ========================================================= */
/* ユース廃止によりタブ切替ではなくTOPチームの見出し帯1本 */
.teamTab{
  height:50px; border-bottom:3px solid var(--ink);
  background:var(--ink-sub);
}
.teamTab__label{
  height:47px; line-height:47px; text-align:center;
  font-size:15px; font-weight:700; letter-spacing:.02em; color:#fff;
}

/* =========================================================
   MATCH  カード幅371 / gap20 / 順位表カードは削除済
   ========================================================= */
.matchSec{ padding:54px 0 0; }
.matchPanel{ display:none; }
.matchPanel.is-show{ display:block; }
/* 順位表カードを外したので2枚。カード幅371pxは維持したまま中央寄せ */
.matchInner{
  width:1152px; max-width:calc(100% - 40px); margin-inline:auto;
  display:grid; grid-template-columns:repeat(2,371px); gap:20px;
  justify-content:center; align-items:stretch;   /* 2枚の高さを揃える */
}
.matchCard{
  padding:35px 20px 40px; border:2px solid var(--line); border-radius:10px;
  background:#fff; text-align:center;
  display:flex; flex-direction:column;
}
/* 中身の高さが違っても最後のボタンがカード下端に揃うように */
.matchCard__btnWrap:last-child{ margin-top:auto; padding-top:18px; }
.matchCard__ttl{ margin-bottom:22px; }
.matchCard__ttl .en{
  display:block; font-family:var(--en); font-size:40px; font-weight:700; line-height:1;
  letter-spacing:.02em; color:var(--ink-sub);
}
.matchCard__ttl .ja{
  display:block; margin-top:6px; font-size:16px; font-weight:700; line-height:1.4;
  color:var(--ink-sub);
}
.matchCard__band{
  background:var(--tint-2); border-radius:2px; padding:11px 12px;
  font-size:13px; font-weight:700; line-height:1.7; color:var(--ink);
}
.matchCard__band .sm{ font-size:11px; font-weight:400; color:#777; }

.matchCard__date{ margin-top:22px; display:flex; align-items:baseline; justify-content:center; gap:10px; }
.matchCard__date .d{ font-family:var(--en); font-size:32px; font-weight:700; line-height:1; color:var(--ink-sub); }
.matchCard__date .t{ font-family:var(--en); font-size:17px; font-weight:700; letter-spacing:.02em; color:var(--ink); }

.matchCard__bigdate{ margin-top:20px; font-family:var(--en); font-size:64px; font-weight:700; line-height:1; color:var(--ink-sub); }
.matchCard__bigday{ font-family:var(--en); font-size:22px; font-weight:700; line-height:1.4; color:var(--ink-sub); }
.matchCard__bigko{ font-family:var(--en); font-size:19px; font-weight:700; letter-spacing:.02em; color:var(--ink); }

.matchCard__ha{ margin-top:12px; }
.matchCard__ha .badge{
  display:inline-block; min-width:78px; padding:5px 14px;
  border:1px solid var(--line-2); border-radius:3px;
  font-family:var(--en); font-size:16px; font-weight:700; letter-spacing:.06em; line-height:1.2;
  color:var(--ink);
}
.matchCard__venue{ margin-top:14px; font-size:13px; font-weight:700; line-height:1.7; color:var(--ink-sub); }

.matchCard__score{ margin-top:14px; display:flex; align-items:center; justify-content:center; gap:14px; }
.matchCard__crest{ width:86px; height:86px; object-fit:contain; flex:none; }
.matchCard__num{
  font-family:var(--en); font-size:48px; font-weight:700; line-height:1; color:var(--ink-sub);
  display:flex; align-items:center; gap:8px;
}
.matchCard__num span{ font-size:34px; color:#9a9a9a; }
.matchCard__opp{
  width:86px; height:86px; flex:none; border-radius:50%;
  border:2px solid var(--line-2); background:var(--tint-2);
  display:flex; align-items:center; justify-content:center;
  font-size:14px; font-weight:900; line-height:1.25; color:#8a8a8a; text-align:center;
}
.matchCard__score--next .matchCard__num{ font-size:40px; }
.matchCard__opp{ overflow:hidden; }

.matchCard__btnWrap{ margin-top:18px; }


/* =========================================================
   NEWS  白箱970 / 行920 / サムネ180角
   ========================================================= */
.newsBox{
  width:970px; max-width:100%; margin-inline:auto;
  background:#fff; padding:25px;
}
.newsList__item + .newsList__item{ margin-top:30px; }
.newsList__item > a{ display:flex; gap:40px; align-items:flex-start; }
.newsList__item > a:hover .newsList__ttl{ opacity:.6; }
.newsList__thumb{
  flex:none; width:180px; height:180px; object-fit:cover; background:var(--gray);
}
.newsList__body{ flex:1 1 auto; padding-top:58px; }
.newsList__ttl{
  font-size:18px; font-weight:700; line-height:28px; color:#000;
  transition:opacity .2s;
}
.newsList__meta{ margin-top:12px; display:flex; flex-wrap:wrap; gap:18px; font-size:14px; }
.newsList__meta time{ color:#444; }
.newsList__meta .cat{ color:var(--ink); font-weight:700; }

/* =========================================================
   SNS
   ========================================================= */
.snsCh{ margin-top:26px; display:flex; align-items:center; justify-content:center; gap:10px; }
.snsCh__yt{ color:var(--ink); display:flex; }
.snsCh__name{ font-size:14px; font-weight:700; }
.snsMovie{ margin-top:22px; display:flex; justify-content:center; }
.snsMovie__box{
  position:relative; width:854px; max-width:100%; aspect-ratio:16/9;
  background:#111; overflow:hidden;
}
.snsMovie__box img{ width:100%; height:100%; object-fit:cover; }
.snsMovie__play{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }

/* =========================================================
   ABOUT  画像600x400 + パネル600x400
   ========================================================= */
.aboutRow{ margin-top:28px; display:grid; grid-template-columns:1fr 1fr; align-items:stretch; }
.aboutRow__img{ position:relative; height:400px; overflow:hidden; }
.aboutRow__img img{ width:100%; height:100%; object-fit:cover; }
.aboutRow__wm{
  position:absolute; left:26px; bottom:56px;
  font-family:var(--en); font-size:56px; font-weight:700; line-height:1; letter-spacing:.01em;
  color:rgba(255,255,255,.92);
}
.aboutRow__txt{
  height:400px; display:flex; flex-direction:column; justify-content:center;
  padding:0 56px; background:var(--tint);
  background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.7) 0 6px,rgba(255,255,255,0) 6px 12px);
}
.aboutRow__ttl{ font-size:20px; font-weight:700; line-height:1.5; color:var(--ink); }
.aboutRow__lead{ margin-top:16px; font-size:14px; line-height:1.95; }
.aboutRow__txt .moreWrap{ margin-top:24px; }

/* =========================================================
   PARTNERS
   ========================================================= */
.partnerSec{ padding:20px 0 60px; }
.partnerTtl{
  display:flex; align-items:center; justify-content:center; gap:18px;
  font-family:var(--en); font-size:24px; font-weight:700; letter-spacing:.04em;
  color:var(--ink-sub);
}
.partnerTtl::before,.partnerTtl::after{ content:""; width:26px; height:2px; background:var(--ink-sub); }


.partnerList{
  margin-top:30px; display:grid; grid-template-columns:repeat(4,1fr);
  gap:34px 20px; align-items:center; justify-items:center;
}
.pLogo{
  display:flex; align-items:center; justify-content:center; text-align:center;
  min-height:56px; padding:6px 10px; color:#2b2b2b;
}
/* パートナー各社のロゴは各社のブランドカラー（サイトのテーマ＝白黒とは別扱い） */
.pLogo--red   { color:#d3122a; }
.pLogo--blue  { color:#0d5bbd; }
.pLogo--sky   { color:#2ba6e0; }
.pLogo--green { color:#0f9b53; }
.pLogo--navy  { color:#123166; }
.pLogo--orange{ color:#e8720c; }
.pLogo--purple{ color:#8d2bbd; }
.pLogo--box.pLogo--navy { background:#123166; color:#fff; }
.pLogo--box.pLogo--green{ background:#0d5137; color:#fff; }
.pLogo--box.pLogo--red  { background:#c8102e; color:#fff; }
.pLogo--a{ font-family:var(--en); font-size:30px; font-weight:700; letter-spacing:.01em; }
.pLogo--b{ font-size:19px; font-weight:700; letter-spacing:.01em; }
.pLogo--c{ font-family:var(--en); font-size:22px; font-weight:700; letter-spacing:.12em; }
.pLogo--box{
  background:var(--ink); color:#fff; border-radius:4px; padding:10px 18px;
  font-size:17px; font-weight:900; line-height:1.2; letter-spacing:.02em;
}

/* =========================================================
   FOOTER
   ========================================================= */
.l-footer{ margin-top:20px; }
.footerNav{
  display:flex; justify-content:center; gap:32px; padding:14px 0 16px;
  font-size:12px; font-weight:700; color:var(--ink);
}
.footerNav li > a::before{ content:"> "; }
.footerNav li > a:hover{ opacity:.6; }
.footerCopy{
  background:var(--ink); color:#fff; text-align:center;
  padding:14px 12px; font-size:11px; font-weight:700; letter-spacing:.01em;
}

/* ---------- 追従チケット ---------- */
.floatTicket{
  position:fixed; right:22px; bottom:22px; z-index:80;
  width:108px; height:108px; border-radius:50%;
  background:var(--ink); border:3px solid #fff;
  box-shadow:0 3px 14px rgba(0,0,0,.3);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1px;
  color:#fff; text-align:center;
}
.floatTicket img{ width:22px; height:22px; object-fit:contain; margin-bottom:3px; }
.floatTicket__t{ font-size:11.5px; font-weight:900; line-height:1.3; }
.floatTicket__b{
  margin-top:5px; background:#fff; color:var(--ink); border-radius:20px;
  font-size:9px; font-weight:900; padding:3px 7px; line-height:1; white-space:nowrap;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media screen and (max-width:1200px){
  .gnav{ padding-left:0; }
  .gnav__item > a{ padding:0 12px; }
}

@media screen and (max-width:900px){
  .l-header{ height:64px; }
  .headerBar{ height:64px; }
  .siteCrest{ left:12px; top:6px; width:auto; height:52px; }
  .siteCrest__mark{ width:52px; height:52px; }
  .siteCrest__name{ font-size:20px; }
  .siteCrest__sub{ font-size:9px; }
  .headerUtil{ right:62px; height:64px; gap:16px; }

  .headerToggle{
    display:flex; flex-direction:column; justify-content:center; gap:5px;
    position:absolute; right:14px; top:0; height:64px; width:34px;
  }
  .headerToggle span{ display:block; height:2px; background:var(--ink); border-radius:2px; }
  .gnavWrap{
    background:#fff; position:absolute; left:0; right:0; top:64px; height:auto; display:none;
    max-height:calc(100vh - 64px); overflow:auto; z-index:70;
  }
  .gnavWrap.is-open{ display:block; }
  .gnav{ display:block; height:auto; padding:0; }
  .gnav__item > a{
    height:auto; line-height:1.4; padding:14px 20px;
    border-bottom:1px solid rgba(0,0,0,.1); font-size:13px;
  }

  .mv__slide{ flex:0 0 100vw; height:auto; aspect-ratio:16/10; }
  .mv__slide::after{ background:rgba(0,0,0,0); }
  .mv__caption{ padding:12px 14px; gap:10px; }
  .mv__crest{ width:36px; height:36px; }
  .mv__ttl{ font-size:14px; }
  .mv__tag{ display:none; }
  .mv__arrow{ width:38px; height:38px; }
  .mv__arrow--prev{ left:0; }
  .mv__arrow--next{ right:0; }

  .teamTab{ height:44px; }
  .teamTab__label{ height:41px; line-height:41px; font-size:13px; }

  .matchSec{ padding-top:34px; }
  .matchInner{ grid-template-columns:1fr; gap:16px; }
  .matchCard{ padding:26px 16px; }
  .matchCard__ttl .en{ font-size:34px; }

  .secTtl{ font-size:36px; padding-top:44px; }
  .topBlock--news{ padding:40px 0 40px; }
  .topBlock--sns{ padding:40px 0 26px; }
  .topBlock--about{ padding:34px 0 56px; }
  .newsBox{ padding:16px; }
  .newsList__item > a{ gap:16px; }
  .newsList__thumb{ width:100px; height:100px; }
  .newsList__body{ padding-top:0; }
  .newsList__ttl{ font-size:15px; line-height:1.55; }
  .newsList__meta{ font-size:12px; gap:12px; margin-top:8px; }

  .aboutRow{ grid-template-columns:1fr; }
  .aboutRow__img{ height:230px; }
  .aboutRow__wm{ font-size:36px; left:16px; bottom:20px; }
  .aboutRow__txt{ height:auto; padding:28px 22px 32px; }

  .partnerList{ grid-template-columns:repeat(2,1fr); gap:26px 14px; }
  .pLogo--a{ font-size:24px; }
  .pLogo--b{ font-size:16px; }
  .pLogo--c{ font-size:17px; }

  .footerNav{ gap:16px; flex-wrap:wrap; font-size:11px; }

  .floatTicket{ width:84px; height:84px; right:12px; bottom:12px; }
  .floatTicket img{ width:20px; height:20px; }
  .floatTicket__t{ font-size:10px; }
  .floatTicket__b{ font-size:8px; padding:2px 6px; }
}

@media screen and (max-width:480px){
  .matchCard__bigdate{ font-size:52px; }
}

/* =========================================================
   下層ページ共通
   ページ見出しは header(102) の 38px 下 = y140
   EN 48px Barlow700 ／ JA はその下
   ========================================================= */
.pageTtl{ padding:38px 0 0; text-align:center; }
.pageTtl__inner{ display:block; }
.pageTtl__inner .en{
  display:block; font-family:var(--en); font-size:48px; font-weight:700; line-height:1.2;
  letter-spacing:.02em; color:var(--ink);
}
.pageTtl__inner .ja{
  display:block; margin-top:6px; font-size:16px; font-weight:700; line-height:1.5;
  color:var(--ink);
}
.gnav__item.is-current > a{ text-decoration:underline; text-underline-offset:5px; }
.footerNav li.is-current > a{ text-decoration:underline; text-underline-offset:4px; }

.lower{ padding:44px 0 90px; }
.lower--gray{ background:var(--gray); margin-top:34px; }
.container--narrow{ width:840px; }

/* 中見出し */
.secHead{
  margin:64px 0 26px; display:flex; align-items:baseline; justify-content:center; gap:12px;
  padding-bottom:14px; border-bottom:2px solid var(--ink);
}
.secHead .en{ font-family:var(--en); font-size:30px; font-weight:700; line-height:1; color:var(--ink); }
.secHead .ja{ font-size:14px; font-weight:700; color:var(--ink-sub); }

/* リード */
.lead{ text-align:center; margin-bottom:44px; }
.lead__en{ font-family:var(--en); font-size:22px; font-weight:700; letter-spacing:.1em; color:var(--ink-sub); }
.lead__ja{ margin-top:10px; font-size:24px; font-weight:700; line-height:1.6; color:var(--ink); }
.lead__txt{ margin:18px auto 0; max-width:760px; font-size:14px; line-height:2; text-align:left; }

/* =========== 試合日程・結果 =========== */
.matchList{ width:900px; max-width:100%; margin-inline:auto; border-top:1px solid var(--line-2); }
.matchRow{ display:flex; align-items:stretch; border-bottom:1px solid var(--line-2); }
.matchRow__date{
  flex:none; width:190px; padding:20px 16px; background:var(--tint-2);
  display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:2px;
}
.matchRow__date .y{ font-family:var(--en); font-size:15px; font-weight:700; color:var(--ink-sub); }
.matchRow__date .d{ font-family:var(--en); font-size:34px; font-weight:700; line-height:1.1; color:var(--ink); }
.matchRow__date .w{ font-family:var(--en); font-size:13px; font-weight:700; letter-spacing:.04em; color:var(--ink-sub); }
.matchRow__date .v{ margin-top:6px; font-size:11px; line-height:1.55; color:var(--ink-sub); }
.matchRow__body{ flex:1 1 auto; padding:20px 24px; display:flex; flex-direction:column; gap:6px; }
.matchRow__chip{
  align-self:flex-start; background:var(--ink); color:#fff; border-radius:2px;
  font-size:11px; font-weight:700; padding:4px 10px; line-height:1;
}
.matchRow__league{ font-size:13px; line-height:1.6; color:var(--ink-sub); }
.matchRow__vs{ font-size:17px; font-weight:700; line-height:1.5; }
.matchRow__score{ margin-top:4px; display:flex; align-items:center; gap:14px; }
.matchRow__score img{ width:48px; height:48px; object-fit:contain; }
.matchRow__num{ font-family:var(--en); font-size:30px; font-weight:700; line-height:1; display:flex; align-items:center; gap:7px; }
.matchRow__num span{ font-size:22px; color:#9a9a9a; }
.matchRow__opp{
  width:48px; height:48px; border-radius:50%; border:2px solid var(--line-2); background:var(--tint-2);
  display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; color:#8a8a8a;
}
.matchRow__st{ font-size:12px; font-weight:700; color:var(--ink-sub); }
.matchRow__st--soon{ color:var(--ink); }

/* =========== ページャ =========== */
.pager{ margin-top:34px; display:flex; justify-content:center; gap:8px; }
.pager li > a, .pager li > span{
  display:flex; align-items:center; justify-content:center; min-width:38px; height:38px; padding:0 12px;
  font-size:14px; font-weight:700; border:1px solid var(--ink); border-radius:3px; background:#fff; color:var(--ink);
}
.pager li.is-current > span{ background:var(--ink); color:#fff; }
.pager li > a:hover{ background:var(--ink); color:#fff; }

/* =========== クラブ =========== */
.aboutRow--lower{ margin-top:0; }
.dataTable{ width:100%; margin-top:4px; border-top:1px solid var(--line-2); }
.dataTable th, .dataTable td{
  padding:16px 18px; border-bottom:1px solid var(--line-2); font-size:14px; line-height:1.8; text-align:left;
  vertical-align:top;
}
.dataTable th{ width:230px; font-weight:700; background:var(--gray); color:var(--ink); }
.history{ border-top:1px solid var(--line-2); }
.history li{ display:flex; gap:28px; padding:15px 18px; border-bottom:1px solid var(--line-2); }
.history .y{ flex:none; width:78px; font-family:var(--en); font-size:22px; font-weight:700; line-height:1.4; color:var(--ink); }
.history .t{ flex:1 1 auto; font-size:14px; line-height:1.85; padding-top:3px; }

/* =========== メンバー =========== */
.posHead{ margin:56px 0 22px; display:flex; align-items:baseline; gap:12px; }
.posHead .en{ font-family:var(--en); font-size:34px; font-weight:700; line-height:1; color:var(--ink); }
.posHead .ja{ font-size:14px; font-weight:700; color:var(--ink-sub); }
.pList{ display:grid; grid-template-columns:repeat(5,1fr); gap:24px; }
.pCard > a{ display:block; position:relative; }
.pCard__img{ display:block; position:relative; aspect-ratio:216/292; overflow:hidden; background:var(--tint-2); }
.pCard__img img{ width:100%; height:100%; object-fit:cover; object-position:center 22%; transition:transform .4s; }
.pCard > a:hover .pCard__img img{ transform:scale(1.05); }
.pCard__no{
  position:absolute; right:10px; top:8px; z-index:2;
  font-family:var(--en); font-size:38px; font-weight:700; line-height:1; color:#fff;
  text-shadow:0 1px 6px rgba(0,0,0,.55); display:flex; flex-direction:column; align-items:flex-end;
}
.pCard__no em{ font-style:normal; font-size:15px; letter-spacing:.06em; }
.pCard__role{
  position:absolute; left:0; top:0; z-index:2; background:var(--ink); color:#fff;
  font-size:11px; font-weight:700; padding:5px 10px; line-height:1;
}
.pCard__name{
  display:flex; flex-direction:column; gap:3px; padding:9px 10px 11px;
  background:var(--ink); color:#fff;
}
.pCard__name b{ font-size:14px; font-weight:700; line-height:1.35; }
.pCard__name i{ font-style:normal; font-family:var(--en); font-size:11px; letter-spacing:.05em; color:#c9c9c9; }

/* =========== ホームタウン =========== */
.cardList{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.card__img{ display:block; aspect-ratio:4/3; overflow:hidden; background:var(--tint-2); }
.card__img img{ width:100%; height:100%; object-fit:cover; }
.card__ttl{ margin-top:14px; font-size:16px; font-weight:700; line-height:1.5; }
.card__txt{ margin-top:8px; font-size:13px; line-height:1.85; }

/* =========== パートナー =========== */
.ctaBox{
  margin-top:64px; padding:40px 44px 44px; background:var(--gray); text-align:center;
  border:1px solid var(--line-2);
}
.ctaBox__ttl{ font-size:20px; font-weight:700; color:var(--ink); }
.ctaBox__txt{ margin:14px auto 0; max-width:700px; font-size:14px; line-height:2; text-align:left; }

/* =========== フォーム =========== */
.formLead{ font-size:14px; line-height:2; margin-bottom:34px; }
.form__row{ display:flex; gap:24px; padding:18px 0; border-bottom:1px solid var(--line-2); align-items:flex-start; }
.form__row:first-child{ border-top:1px solid var(--line-2); }
.form__label{ flex:none; width:210px; padding-top:10px; font-size:14px; font-weight:700; display:flex; align-items:center; gap:8px; }
.form__label .req{ background:var(--ink); color:#fff; font-size:10px; font-weight:700; padding:3px 6px; border-radius:2px; line-height:1; }
.form__field{ flex:1 1 auto; }
.form__field input, .form__field select, .form__field textarea{
  width:100%; padding:11px 13px; font:inherit; font-size:14px; color:var(--txt);
  border:1px solid var(--line-2); border-radius:3px; background:#fff;
}
.form__field input:focus, .form__field select:focus, .form__field textarea:focus{
  outline:none; border-color:var(--ink);
}
.form__field textarea{ resize:vertical; line-height:1.8; }
.form__privacy{ margin-top:26px; text-align:center; font-size:14px; font-weight:700; }
.form__privacy input{ margin-right:8px; }
.btn--send{ min-width:260px; height:48px; font-size:15px; background:var(--ink); color:#fff; }
.btn--send:hover{ background:#000; color:#fff; }

/* =========== 下層ページ SP =========== */
@media screen and (max-width:900px){
  .pageTtl{ padding:26px 0 0; }
  .pageTtl__inner .en{ font-size:34px; }
  .pageTtl__inner .ja{ font-size:14px; }
  .lower{ padding:28px 0 56px; }
  .container--narrow{ width:100%; }

  .secHead{ margin:42px 0 20px; }
  .secHead .en{ font-size:24px; }
  .lead__ja{ font-size:18px; }
  .lead__en{ font-size:17px; }

  .matchRow{ flex-direction:column; }
  .matchRow__date{ width:100%; flex-direction:row; flex-wrap:wrap; gap:10px; padding:12px 14px; justify-content:flex-start; align-items:baseline; }
  .matchRow__date .d{ font-size:26px; }
  .matchRow__date .v{ width:100%; margin-top:0; text-align:left; }
  .matchRow__body{ padding:16px 14px; }

  .dataTable th, .dataTable td{ display:block; width:100%; padding:12px 14px; }
  .dataTable th{ border-bottom:0; }
  .history li{ gap:14px; padding:13px 4px; }
  .history .y{ width:56px; font-size:18px; }

  .posHead{ margin:38px 0 16px; }
  .posHead .en{ font-size:26px; }
  .pList{ grid-template-columns:repeat(2,1fr); gap:14px; }
  .pCard__no{ font-size:28px; }
  .pCard__no em{ font-size:12px; }

  .cardList{ grid-template-columns:repeat(2,1fr); gap:16px; }
  .ctaBox{ margin-top:42px; padding:26px 20px 30px; }

  .form__row{ flex-direction:column; gap:8px; }
  .form__label{ width:100%; padding-top:0; }
  .btn--send{ min-width:100%; }

  .footerNav{ gap:10px 16px; }
}

/* =========================================================
   クラブ（ABOUT）ページ
   ========================================================= */
/* クラブ理念 ヒーロー */
.philoHero{ position:relative; height:400px; overflow:hidden; }
.philoHero > img{ width:100%; height:100%; object-fit:cover; object-position:center 38%; }
.philoHero::after{ content:""; position:absolute; inset:0; background:rgba(0,0,0,.5); }
.philoHero__in{
  position:absolute; inset:0; z-index:2;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px;
  color:#fff; text-align:center; padding:0 20px;
}
.philoHero__label{
  font-size:13px; font-weight:700; letter-spacing:.28em; text-indent:.28em;
  padding-bottom:12px; border-bottom:1px solid rgba(255,255,255,.6);
}
.philoHero__ttl{ font-size:44px; font-weight:900; line-height:1.35; letter-spacing:.02em; }

/* 理念テキスト */
.philoTxt{ max-width:760px; margin:52px auto 0; text-align:center; }
.philoTxt__lead{ font-size:24px; font-weight:700; line-height:1.7; color:var(--ink); }
.philoTxt__body{ margin-top:20px; font-size:15px; line-height:2.15; text-align:left; }
.philoTxt__by{
  margin-top:26px; font-family:var(--en); font-size:16px; font-weight:600;
  letter-spacing:.08em; color:var(--ink-sub);
}

/* 私たちが大切にしているもの */
.valueList{ display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.value{ border:1px solid var(--line-2); background:#fff; text-align:center; }
.value__no{
  display:block; font-family:var(--en); font-size:34px; font-weight:700; line-height:1;
  letter-spacing:.06em; color:var(--line-2);
}
.value__ttl{
  margin-top:14px; padding-bottom:16px; font-size:26px; font-weight:900; line-height:1.3;
  letter-spacing:.08em; color:var(--ink);
  border-bottom:2px solid var(--ink); display:inline-block;
}
.value__txt{ margin-top:16px; font-size:14px; line-height:2; text-align:left; }

/* メッセージ（人物） */
.personRow{ display:grid; grid-template-columns:400px 1fr; gap:48px; align-items:center; }
.personRow + .personRow{ margin-top:56px; }
.personRow--rev{ grid-template-columns:1fr 400px; }
.personRow--rev .personRow__img{ order:2; }
.personRow--rev .personRow__txt{ order:1; }
.personRow__img{ aspect-ratio:4/5; overflow:hidden; background:var(--tint-2); }
.personRow__img img{ width:100%; height:100%; object-fit:cover; object-position:center 20%; }
/* ワシントン氏は元が市長との2ショット。person-washington-gm.jpg が切り出し済みの版 */
.personRow__role{
  font-size:12px; font-weight:700; letter-spacing:.16em; color:var(--ink-sub);
  padding-bottom:12px; border-bottom:1px solid var(--line-2);
}
.personRow__name{ margin-top:16px; font-size:30px; font-weight:900; line-height:1.3; letter-spacing:.06em; color:var(--ink); }
.personRow__body{ margin-top:18px; font-size:14px; line-height:2.05; }
.personRow__quote{
  margin-top:22px; padding-left:16px; border-left:3px solid var(--ink);
  font-size:17px; font-weight:700; line-height:1.75; color:var(--ink);
}

/* クラブ概要の英字併記 */
.dataTable .en-sub{ font-family:var(--en); font-size:13px; letter-spacing:.06em; color:var(--ink-sub); }

@media screen and (max-width:900px){
  .philoHero{ height:270px; }
  .philoHero__ttl{ font-size:28px; }
  .philoHero__label{ font-size:11px; padding-bottom:9px; }
  .philoTxt{ margin-top:32px; }
  .philoTxt__lead{ font-size:19px; }
  .philoTxt__body{ margin-top:16px; font-size:14px; line-height:2; }

  .valueList{ grid-template-columns:1fr; gap:16px; }
  .value{ padding:24px 20px 26px; }
  .value__ttl{ font-size:22px; }

  .personRow, .personRow--rev{ grid-template-columns:1fr; gap:20px; }
  .personRow--rev .personRow__img{ order:0; }
  .personRow--rev .personRow__txt{ order:0; }
  .personRow + .personRow{ margin-top:40px; }
  .personRow__img{ aspect-ratio:4/3; }
  .personRow__name{ font-size:24px; }
  .personRow__quote{ font-size:15px; }
}

/* =========================================================
   下層ページのタブ（試合日程／結果・STAFF／PLAYERS）
   ========================================================= */
.subTab{
  display:flex; justify-content:center; gap:0;
  border-bottom:1px solid var(--line-2); margin-bottom:38px;
}
.subTab__btn{
  min-width:190px; padding:0 24px 15px;
  font-family:var(--en); font-size:17px; font-weight:700; letter-spacing:.06em;
  color:#9a9a9a; border-bottom:3px solid transparent; margin-bottom:-1px;
  transition:color .2s, border-color .2s;
}
.subTab__btn .ja{ font-family:var(--ja); }
.subTab__btn:hover{ color:var(--ink); }
.subTab__btn.is-active{ color:var(--ink); border-bottom-color:var(--ink); }
.subPanel{ display:none; }
.subPanel.is-show{ display:block; }

/* =========================================================
   クラブ：Fig.01 の写真プレート
   ========================================================= */
.figPlate{ margin:54px 0 0; }
.figPlate > img{ width:100%; height:520px; object-fit:cover; object-position:center 42%; display:block; }
.figPlate__cap{
  width:1200px; max-width:calc(100% - 40px); margin:14px auto 0;
  display:flex; align-items:center; gap:14px;
  font-size:12px; line-height:1.7; color:var(--ink-sub); letter-spacing:.04em;
}
.figPlate__no{
  flex:none; font-family:var(--en); font-size:11px; font-weight:700; letter-spacing:.14em;
  background:var(--gray); border:1px solid var(--line-2); padding:3px 9px; color:var(--ink);
}

/* クラブ：価値観カードに写真 */
.value{ padding:0 0 30px; overflow:hidden; }
.value__img{ display:block; aspect-ratio:4/3; overflow:hidden; background:var(--tint-2); }
.value__img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.value:hover .value__img img{ transform:scale(1.04); }
.value__no{
  display:block; margin:22px 0 0; font-size:26px; font-weight:700; line-height:1;
  letter-spacing:.14em; color:var(--ink-sub);
}
.value__ttl{ margin-top:12px; padding-bottom:14px; font-size:26px; }
.value__txt{ padding:0 22px; }
.value__no{ padding:0 22px; }
.value__ttl{ margin-left:22px; margin-right:22px; }

.personRow__img{ position:relative; }
.personRow__fig{
  position:absolute; left:0; bottom:-26px;
  font-family:var(--en); font-size:11px; font-weight:600; letter-spacing:.12em; color:var(--ink-sub);
}
.personRow + .personRow{ margin-top:76px; }
.endMark{
  margin-top:56px; text-align:center; font-size:13px; letter-spacing:.3em;
  text-indent:.3em; color:var(--ink-sub);
}

/* =========================================================
   ニュース：抜粋つきリスト
   ========================================================= */
.newsList--excerpt .newsList__body{ padding-top:0; }
.newsList--excerpt .newsList__meta{ margin:0 0 8px; }
.newsList__excerpt{
  margin-top:10px; font-size:13px; line-height:1.95; color:#555;
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden;
}
.newsList__more{
  display:inline-block; margin-top:12px; font-family:var(--en);
  font-size:12px; font-weight:700; letter-spacing:.08em; color:var(--ink);
}

/* =========================================================
   メンバー
   ========================================================= */
.memberLead{
  margin:-6px 0 30px; text-align:center; font-size:18px; font-weight:700;
  letter-spacing:.06em; color:var(--ink);
}
.pList--staff{ grid-template-columns:repeat(4,1fr); }
.pCard--staff .pCard__img{ aspect-ratio:3/2; }
.pCard__meta{ display:block; }
.pCard--staff .pCard__role{
  position:static; display:block; background:none; color:var(--ink-sub);
  font-size:11px; font-weight:700; line-height:1.5; padding:12px 0 8px;
  border-bottom:1px solid var(--line-2);
}
.pCard--staff .pCard__name{ background:none; color:var(--ink); padding:10px 0 0; }
.pCard--staff .pCard__name b{ font-size:19px; font-weight:700; letter-spacing:.04em; }
.pCard--staff .pCard__name i{ color:var(--ink-sub); font-size:10.5px; }
.pCard__capt{
  position:absolute; left:0; top:0; z-index:3;
  width:26px; height:26px; display:flex; align-items:center; justify-content:center;
  background:var(--ink); color:#fff; font-family:var(--en); font-size:14px; font-weight:700;
}

/* =========================================================
   ホームタウン：三つの柱
   ========================================================= */
.pillar{ display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center; }
.pillar + .pillar{ margin-top:70px; }
.pillar--rev .pillar__img{ order:2; }
.pillar--rev .pillar__txt{ order:1; }
.pillar__img{ aspect-ratio:4/3; overflow:hidden; background:var(--tint-2); }
.pillar__img img{ width:100%; height:100%; object-fit:cover; }
.pillar__no{
  font-family:var(--en); font-size:12px; font-weight:700; letter-spacing:.16em; color:var(--ink-sub);
  display:flex; align-items:center; gap:14px;
}
.pillar__no span{ font-family:var(--ja); font-size:13px; letter-spacing:.04em; }
.pillar__no::after{ content:""; flex:1 1 auto; height:1px; background:var(--line-2); }
.pillar__kanji{
  margin-top:14px; font-size:34px; font-weight:700; line-height:1; letter-spacing:.1em; color:var(--line-2);
}
.pillar__ttl{ margin-top:10px; font-size:26px; font-weight:900; line-height:1.4; letter-spacing:.04em; color:var(--ink); }
.pillar__body{ margin-top:14px; font-size:14px; line-height:2; }
.pillar__list{ margin-top:18px; border-top:1px solid var(--line-2); }
.pillar__list li{
  padding:11px 0 11px 20px; border-bottom:1px solid var(--line-2);
  font-size:13.5px; font-weight:700; line-height:1.6; position:relative;
}
.pillar__list li::before{
  content:""; position:absolute; left:2px; top:19px; width:8px; height:1px; background:var(--ink);
}

@media screen and (max-width:900px){
  .subTab{ margin-bottom:26px; }
  .subTab__btn{ min-width:0; flex:1 1 50%; padding:0 10px 12px; font-size:15px; }

  .figPlate{ margin-top:32px; }
  .figPlate > img{ height:240px; }
  .figPlate__cap{ margin-top:10px; font-size:11px; align-items:flex-start; }

  .value__ttl{ font-size:22px; }
  .personRow + .personRow{ margin-top:58px; }
  .personRow__fig{ position:static; display:block; margin-top:8px; }
  .endMark{ margin-top:38px; }

  .newsList--excerpt .newsList__excerpt{ -webkit-line-clamp:3; font-size:12px; }
  .newsList--excerpt .newsList__more{ margin-top:8px; }

  .memberLead{ font-size:15px; margin-bottom:22px; }
  .pList--staff{ grid-template-columns:repeat(2,1fr); }
  .pCard--staff .pCard__name b{ font-size:16px; }

  .pillar, .pillar--rev{ grid-template-columns:1fr; gap:18px; }
  .pillar--rev .pillar__img{ order:0; }
  .pillar--rev .pillar__txt{ order:0; }
  .pillar + .pillar{ margin-top:48px; }
  .pillar__ttl{ font-size:21px; }
  .pillar__kanji{ font-size:26px; }
}

/* =========================================================
   写真を敷いたCTA（選手募集中 / ホームタウン活動のご相談 / パートナー募集）
   中央揃え・写真の上に黒62%を重ねて白文字を載せる
   ========================================================= */
.ctaBox--photo{
  position:relative; overflow:hidden; border:0; background:none;
  padding:70px 30px 74px; text-align:center;
}
.ctaBox--photo .ctaBox__bg{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center 32%; z-index:0;
}
.ctaBox--photo::after{ content:""; position:absolute; inset:0; background:rgba(0,0,0,.62); z-index:1; }
.ctaBox--photo > *:not(.ctaBox__bg){ position:relative; z-index:2; }
.ctaBox--photo .ctaBox__ttl{ color:#fff; font-size:28px; letter-spacing:.06em; }
.ctaBox--photo .ctaBox__txt{
  color:#fff; text-align:center; max-width:none; margin-top:16px; line-height:2;
}
.btn--onPhoto{ background:#fff; border-color:#fff; color:var(--ink); }
.btn--onPhoto:hover{ background:var(--ink); border-color:#fff; color:#fff; }

@media screen and (max-width:900px){
  .ctaBox--photo{ padding:44px 18px 48px; }
  .ctaBox--photo .ctaBox__ttl{ font-size:21px; }
  .ctaBox--photo .ctaBox__txt{ font-size:13px; }
}

/* =========================================================
   パートナーページ（メインスポンサー／サプライヤー／パートナー企業）
   ========================================================= */

/* 和文が主・英字が従の見出し（.secHead は英字が主なので上書き） */
.secHead--jp{ gap:14px; }
.secHead--jp .ja{ font-size:24px; font-weight:900; letter-spacing:.08em; color:var(--ink); }
.secHead--jp .en{ font-family:var(--en); font-size:15px; font-weight:700; letter-spacing:.14em; color:var(--ink-sub); }

/* メインスポンサー／サプライヤーの1社ボックス */
.pMain{
  margin-top:4px; padding:44px 30px 34px; border:2px solid var(--line);
  border-radius:10px; background:#fff; text-align:center;
}
.pMain__logo{ display:block; margin-inline:auto; max-width:520px; }
.pMain__logo img{ width:100%; height:auto; }
.pMain__name{ margin-top:22px; font-size:20px; font-weight:900; letter-spacing:.04em; color:var(--ink); }

/* FINTAは白ヌキロゴなので、紺の版面をそのまま額装して見せる */
.pMain--dark{ border-color:var(--ink); }
.pMain--dark .pMain__logo{ max-width:420px; border-radius:6px; overflow:hidden; }

/* 公式サイトへのリンク */
.pCo__link{ margin-top:12px; font-family:var(--en); font-size:13px; font-weight:700; letter-spacing:.08em; }
.pCo__link a{
  display:inline-block; padding-bottom:2px; color:var(--ink-sub);
  border-bottom:1px solid var(--line-2);
}
.pCo__link a:hover{ color:var(--ink); border-bottom-color:var(--ink); }
.pCo__link a::after{ content:" ↗"; font-size:11px; }

/* パートナー企業一覧 */
.pCoList{ margin-top:4px; display:grid; grid-template-columns:repeat(3,1fr); gap:26px 22px; }
.pCo{
  display:flex; flex-direction:column; align-items:center; text-align:center;
  padding:26px 20px 28px; border:1px solid var(--line-2); border-radius:8px; background:#fff;
}
.pCo__logo{
  width:100%; height:96px; display:flex; align-items:center; justify-content:center;
  margin-bottom:16px;
}
.pCo__logo img{ max-width:88%; max-height:96px; object-fit:contain; }
/* ロゴ画像が無い会社は社名のプレートで代用（要差し替え） */
.pCo__plate{
  font-size:20px; font-weight:900; line-height:1.35; letter-spacing:.04em; color:#2b2b2b;
}
.pCo__plate span{ font-size:16px; }
.pCo__name{ font-size:16px; font-weight:700; line-height:1.5; color:var(--ink); }
.pCo__role{ margin-top:8px; font-size:13px; line-height:1.9; color:#555; }
.pCo .pCo__link{ margin-top:auto; padding-top:14px; }

/* トップページのPARTNERS帯：画像ロゴを混ぜられるように */
.partnerList--top{ grid-template-columns:repeat(4,1fr); gap:30px 22px; }
.pLogo--img{ width:100%; height:64px; padding:0; }
.pLogo--img img{ max-width:100%; max-height:64px; object-fit:contain; }
.pLogo--onDark img{ border-radius:4px; }

@media screen and (max-width:900px){
  .secHead--jp{ flex-direction:column; align-items:center; gap:4px; }
  .secHead--jp .ja{ font-size:19px; }
  .secHead--jp .en{ font-size:12px; }

  .pMain{ padding:28px 18px 24px; }
  .pMain__logo{ max-width:100%; }
  .pMain__name{ margin-top:16px; font-size:17px; }

  .pCoList{ grid-template-columns:1fr; gap:14px; }
  .pCo{ padding:22px 18px 24px; }
  .pCo__logo{ height:78px; margin-bottom:12px; }
  .pCo__logo img{ max-height:78px; }
  .pCo__plate{ font-size:18px; }

  .partnerList--top{ grid-template-columns:repeat(2,1fr); }
}

/* =========================================================
   お問い合わせフォームの送信結果メッセージ
   ========================================================= */
.formMsg{
  margin:18px 0 0; padding:0; font-size:13px; line-height:1.9; text-align:center;
}
.formMsg:empty{ display:none; }
.formMsg.is-ok{ color:var(--ink); }
.formMsg.is-ng{ color:#c8102e; }

/* =========================================================
   選手・スタッフのプロフィール（カードをクリックで開く）
   ========================================================= */
.pCard__more{
  display:block; margin-top:8px; font-size:11px; font-weight:700;
  letter-spacing:.04em; color:var(--ink-sub);
}
.pCard__more::after{ content:" →"; }
.pCard a:hover .pCard__more{ color:var(--ink); }

.pModal{
  position:fixed; inset:0; z-index:200; display:none;
  background:rgba(0,0,0,.72); padding:24px; overflow-y:auto;
}
.pModal.is-open{ display:flex; align-items:flex-start; justify-content:center; }
.pModal__inner{
  position:relative; width:100%; max-width:860px; margin:auto;
  background:#fff; border-radius:10px; overflow:hidden;
}
.pModal__close{
  position:absolute; top:8px; right:12px; z-index:2;
  width:36px; height:36px; font-size:26px; line-height:1;
  color:var(--ink); background:none; border:0; cursor:pointer;
}
.pModal__body{ display:grid; grid-template-columns:320px 1fr; }
.pModal__photo{ background:var(--gray); }
.pModal__photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.pModal__txt{ padding:38px 38px 42px; }
.pModal__role{ font-size:12px; font-weight:700; letter-spacing:.08em; color:var(--ink-sub); }
.pModal__no{ font-family:var(--en); font-size:14px; font-weight:700; color:var(--ink-sub); margin-top:2px; }
.pModal__name{ font-size:28px; font-weight:900; letter-spacing:.04em; margin-top:6px; }
.pModal__intro{ margin-top:16px; font-size:13.5px; line-height:2; }

.pModal__list{ margin-top:22px; border-top:1px solid var(--line); }
.pModal__list > div{
  display:grid; grid-template-columns:120px 1fr; gap:12px;
  padding:11px 0; border-bottom:1px solid var(--line);
}
.pModal__list dt{ font-size:12px; font-weight:700; color:var(--ink-sub); }
.pModal__list dd{ font-size:13.5px; line-height:1.8; }

.pModal__msg{ margin-top:24px; padding:18px 20px; background:var(--gray); border-radius:6px; }
.pModal__msgTtl{ font-size:11px; font-weight:900; letter-spacing:.1em; color:var(--ink-sub); margin-bottom:6px; }
.pModal__msg p:last-child{ font-size:13.5px; line-height:1.95; }

@media screen and (max-width:900px){
  .pModal{ padding:12px; }
  .pModal__body{ grid-template-columns:1fr; }
  .pModal__photo{ height:280px; }
  .pModal__txt{ padding:24px 20px 28px; }
  .pModal__name{ font-size:22px; }
  .pModal__list > div{ grid-template-columns:96px 1fr; gap:8px; }
}

/* 試合がまだ登録されていないときの表示 */
.matchEmpty{
  padding:52px 20px; text-align:center; font-size:14px; color:var(--ink-sub);
  border:2px dashed var(--line-2); border-radius:10px; list-style:none;
}
.matchCard__empty{
  flex:1; display:flex; align-items:center; justify-content:center;
  padding:40px 10px; font-size:13.5px; line-height:1.9; color:var(--ink-sub);
}

/* 写真がまだ登録されていない選手・スライドの代わり */
.noPhoto{ display:block; width:100%; height:100%; background:var(--gray); }

/* =========================================================
   記事ページ（news-detail.html）
   本文は管理画面で書いた文章と写真がそのまま並ぶ
   ========================================================= */
.article{
  width:970px; max-width:100%; margin-inline:auto;
  background:#fff; padding:40px 48px 46px;
}
.article__meta{ display:flex; flex-wrap:wrap; gap:18px; font-size:14px; }
.article__meta time{ color:#444; }
.article__meta .cat{ color:var(--ink); font-weight:700; }
.article__ttl{
  margin-top:14px; padding-bottom:20px; border-bottom:1px solid var(--line-2);
  font-size:26px; font-weight:900; line-height:1.55; letter-spacing:.01em; color:var(--ink);
}
.article__hero{
  display:block; width:100%; height:auto; margin-top:30px; border-radius:4px;
}
.article__p{
  margin-top:22px; font-size:15px; line-height:2.1; color:var(--ink-2);
}
.article__fig{ margin-top:30px; }
.article__fig img{
  display:block; width:100%; height:auto; border-radius:4px;
}
.article__fig figcaption{
  margin-top:10px; font-size:12.5px; line-height:1.8; color:var(--ink-sub);
}
.article__back{
  margin-top:44px; padding-top:24px; border-top:1px solid var(--line-2);
  font-size:14px; font-weight:700;
}
.article__back a{ color:var(--ink); }
.article__back a:hover{ opacity:.6; }
.article__none{
  padding:60px 20px; text-align:center; font-size:14px; line-height:2.2; color:var(--ink-sub);
}
.article__none a{ color:var(--ink); font-weight:700; text-decoration:underline; }

@media screen and (max-width:900px){
  .article{ padding:24px 18px 30px; }
  .article__meta{ font-size:12px; gap:12px; }
  .article__ttl{ font-size:19px; padding-bottom:16px; }
  .article__hero{ margin-top:20px; }
  .article__p{ margin-top:18px; font-size:14px; line-height:2; }
  .article__fig{ margin-top:22px; }
  .article__back{ margin-top:32px; }
}

/* =========================================================
   日本語の折り返し（スマホ対応）
   ・文章は文節の切れ目で折り返す＝word-break:auto-phrase
   ・文節の切れ目が無い短い見出しは auto-phrase が効かないので
     balance に戻す。Chromium では auto-phrase を指定すると
     text-wrap:balance が無効になるため、先に normal へ戻す。
   ========================================================= */
body{ word-break:auto-phrase; }

.secTtl,
.pageTtl__inner .ja,
.secHead .ja,
.secHead--jp .ja,
.ctaBox__ttl,
.mv__ttl,
.newsList__ttl,
.pCard__role,
.pCo__name,
.pCo__role,
.personRow__quote,
.article__ttl{
  word-break:normal;
  text-wrap:balance;
}

/* 一文ずつを1行の単位にする。パソコンでは狙った位置で改行され、
   スマホでは一文の中だけで文節ごとに折り返るので崩れない */
.ln{ display:block; }

/* パソコン用の改行。スマホでは半端な位置で切れるので無効にする */
@media screen and (max-width:900px){
  br.brPc{ display:none; }
}

/* auto-phrase は語のかたまりを崩さないので、
   狭い箱に入る短い固有名詞だけ従来どおり字単位で折り返す */
.pLogo,
.pCo__plate,
.newsList__meta{ word-break:normal; }

/* 横に並ぶ箱は縮めるようにする（中身の最小幅に押し広げられないため） */
.newsList__body{ min-width:0; }
.pLogo{ min-width:0; }

/* 動画は押すと、その場で再生できるようにする */
.snsMovie__box.is-playable{ cursor:pointer; }
.snsMovie__box.is-playable:hover img{ opacity:.85; transition:opacity .2s; }
.snsMovie__box iframe{ width:100%; height:100%; border:0; display:block; }
.snsCh__name{ word-break:normal; }

/* スマホだけで改行する区切り。パソコンでは1行につながる */
.ln--sp{ display:inline; }
@media screen and (max-width:900px){
  .ln--sp{ display:block; }
}
