/*
Theme Name: Shunan Boys Mobile
Author: Codex
Version: 2.17.13
Text Domain: shunanboys
*/

:root {
  --navy: #07203d;
  --sky: #2fd2e3;
  --red: #e7343f;
  --ink: #172334;
  --muted: #66768b;
  --line: #e4ecf4;
  --bg: #f5f9fd;
}
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--ink); font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1200px, calc(100% - 24px)); margin: 0 auto; }
.section { padding: 54px 0; }
.section.alt { background: var(--bg); }
.kicker { margin: 0 0 8px; color: #0c9cb0; font-size: 12px; letter-spacing: .15em; font-weight: 900; }
h1, h2, h3 { margin: 0; line-height: 1.25; }
h2 { color: var(--navy); font-size: clamp(26px, 7vw, 44px); }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header { position: fixed; top: 0; left: 0; right: 0; z-index: 160; backdrop-filter: blur(12px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); }
.home .header {
  background: linear-gradient(180deg, rgba(3,12,24,.5), rgba(3,12,24,.12) 68%, rgba(3,12,24,0));
  border-bottom-color: transparent;
  backdrop-filter: none;
  transition: background .22s ease, border-color .22s ease, backdrop-filter .22s ease, box-shadow .22s ease;
}
.home .header.is-scrolled {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,.94);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 28px rgba(7,23,42,.08);
}
.header-inner { width: min(1200px, calc(100% - 24px)); margin: 0 auto; min-height: 66px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 8px; padding: 8px 0; }
.home .header:not(.is-scrolled) .header-inner { width: min(1320px, calc(100% - 18px)); min-height: 74px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 9px; width: fit-content; max-width: 100%; color: var(--navy); }
.home .header:not(.is-scrolled) .brand {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.34));
}
.brand-mark { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 0; background: url("assets/brand-s-square.png") center/contain no-repeat; border: 0; box-shadow: none; filter: drop-shadow(0 2px 3px rgba(7,32,61,.26)); }
.brand-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  line-height: 1;
  overflow: hidden;
}
.brand-title {
  color: var(--navy);
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 950;
  letter-spacing: .05em;
  white-space: nowrap;
}
.brand-rule {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--sky);
}
.brand-sub {
  color: #071a36;
  font-size: clamp(7px, 2.1vw, 10px);
  font-weight: 900;
  letter-spacing: .22em;
  white-space: nowrap;
}
.home .header:not(.is-scrolled) .brand-title {
  color: #fff;
  -webkit-text-stroke: 1px rgba(7,32,61,.92);
  paint-order: stroke fill;
  text-shadow:
    0 2px 0 rgba(7,32,61,.92),
    0 0 12px rgba(7,32,61,.7),
    0 1px 2px rgba(255,255,255,.5);
}
.home .header:not(.is-scrolled) .brand-sub {
  color: #fff;
  text-shadow:
    0 1px 0 rgba(7,32,61,.95),
    0 0 9px rgba(7,32,61,.85),
    0 0 2px rgba(7,32,61,.95);
}
.home .header:not(.is-scrolled) .brand-rule {
  background: var(--sky);
  box-shadow:
    0 1px 0 rgba(7,32,61,.9),
    0 0 8px rgba(7,32,61,.72),
    0 0 2px rgba(255,255,255,.85);
}
.header-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 12px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 8px 18px rgba(231,52,63,.2);
  white-space: nowrap;
}

.menu-toggle {
  width: 58px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid rgba(47,210,227,.65);
  background: linear-gradient(135deg, var(--navy), #0b3966);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 10px 24px rgba(7,23,42,.22);
  cursor: pointer;
  padding: 0;
}
.menu-toggle-icon { transform: translateY(-1px); }
.menu-toggle-text { font-size: 9px; letter-spacing: .08em; line-height: 1; }
.menu-toggle.is-open .menu-toggle-icon { opacity: .85; }

.nav { position: fixed; top: 0; right: 0; z-index: 130; width: clamp(180px, 56vw, 220px); height: 100dvh; display: flex; flex-direction: column; gap: 8px; padding: 74px 10px 14px; background: rgba(255,255,255,.98); border-left: 1px solid var(--line); border-top-left-radius: 14px; border-bottom-left-radius: 14px; box-shadow: -16px 0 44px rgba(10,24,40,.16); transform: translateX(104%); transition: transform .22s ease; overflow-y: auto; }
.nav.is-open { transform: translateX(0); }
.nav a { font-size: 13px; padding: 9px 10px; border-radius: 8px; font-weight: 700; color: #334155; }
.home .header:not(.is-scrolled) .nav:not(.is-open) a { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.38); }
.nav a.active { background: #eaf5ff; color: var(--navy); }
.home .header:not(.is-scrolled) .nav:not(.is-open) a.active { background: rgba(255,255,255,.18); color: #fff; }
.nav .cta { background: var(--red); color: #fff; }
.nav-close { position: absolute; top: 12px; right: 10px; width: 74px; height: 36px; border: 1px solid #d8e3ee; background: #fff; color: var(--navy); border-radius: 999px; cursor: pointer; padding: 0 10px 0 31px; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.nav-close span { position: absolute; left: 11px; top: 17px; width: 14px; height: 1.8px; border-radius: 999px; background: var(--navy); }
.nav-close span:first-child { transform: rotate(45deg); }
.nav-close span:last-child { transform: rotate(-45deg); }
.nav-close b { display: block; line-height: 1; }
.nav-backdrop { position: fixed; inset: 0; z-index: 120; background: rgba(7,22,40,.45); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.nav.is-open + .nav-backdrop { opacity: 1; pointer-events: auto; }
body.nav-open { overflow: hidden; }
.site-main { overflow-x: hidden; padding-top: 74px; }
.home .site-main { padding-top: 0; }

.floating-actions {
  position: fixed;
  right: 12px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  z-index: 150;
  display: grid;
  gap: 8px;
}
.fab {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid #cfe0ef;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(7,23,42,.22);
  cursor: pointer;
}
.fab-top { opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.fab-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.hero { position: relative; min-height: 620px; color: #fff; overflow: hidden; }
.hero-slider { position: absolute; inset: 0; display: flex; width: 300%; animation: heroSlide 21s infinite; }
.hero-slide { position: relative; flex: 0 0 33.3333%; background-size: cover; background-position: center; filter: brightness(1.08) saturate(1.08); overflow: hidden; }
.hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.hero-slide.no-image-slide {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(47,210,227,.2), rgba(7,32,61,.94)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 12px, rgba(255,255,255,.02) 12px 24px);
}
.hero-slide.no-image-slide span {
  color: rgba(255,255,255,.48);
  font-size: clamp(24px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: .08em;
}
@keyframes heroSlide { 0%,28%{transform:translateX(0)} 33%,61%{transform:translateX(-33.3333%)} 66%,94%{transform:translateX(-66.6666%)} 100%{transform:translateX(0)} }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 32%, rgba(47,210,227,.12), transparent 30%),
    linear-gradient(105deg, rgba(2,10,22,.5) 0%, rgba(5,20,38,.32) 42%, rgba(8,30,56,.1) 100%),
    linear-gradient(0deg, rgba(3,12,24,.28), transparent 44%);
}
.hero-inner { position: relative; z-index: 1; width: min(1200px, calc(100% - 24px)); margin: 0 auto; min-height: 620px; display: grid; align-items: center; padding: 112px 0 40px; }
.hero-panel {
  max-width: 860px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(130deg, rgba(5,22,43,.56), rgba(7,30,56,.28));
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 20px 48px rgba(0,0,0,.3);
}
.hero-logo img { width: min(320px,75vw); height: auto; filter: drop-shadow(0 8px 14px rgba(0,0,0,.45)); }
.hero-title {
  margin: 10px 0 6px;
  color: #fff;
  max-width: 780px;
  font-size: clamp(30px, 7.5vw, 56px);
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(0,0,0,.55);
}
.hero-seo-lead {
  margin: 0 0 12px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.hero .label { display: inline-flex; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 800; }
.hero p { margin: 10px 0 20px; color: rgba(255,255,255,.98); font-size: 16px; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.hero .hero-main-lead { font-weight: 950; }
.hero p.hero-seo-lead { margin: 0 0 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.btn { display: inline-flex; min-height: 46px; padding: 0 18px; border-radius: 10px; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; }
.btn-primary { background: var(--red); color: #fff; }
.btn-ghost { border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); }
.btn-outline { border: 1px solid #cfd9e6; color: var(--navy); background: #fff; }
.hero-points { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.22); }
.hero-points article { display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.18); cursor: default; pointer-events: none; }
.hero-point-label { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.hero-points strong { display: inline; font-size: 17px; line-height: 1.25; }
.hero-points span { font-size: 12px; color: rgba(255,255,255,.88); }

.incoming-announcement {
  position: relative;
  overflow: hidden;
  margin: -18px 0 40px;
  border: 0;
  border-radius: 14px;
  padding: 20px 18px 22px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(135deg, #e7343f 0%, #0a2f58 58%, #05213f 100%);
  box-shadow: 0 18px 36px rgba(7,32,61,.18);
  animation: incomingRise .55s ease-out both;
}
.incoming-announcement::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 180px;
  height: 180px;
  border: 22px solid rgba(47,210,227,.22);
  border-radius: 999px;
  animation: incomingRing 6s ease-in-out infinite;
}
.incoming-announcement::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.18) 42%, transparent 58%);
  transform: translateX(-120%);
  animation: incomingShine 4.8s ease-in-out infinite;
}
.incoming-announcement b {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.86);
}
.incoming-announcement strong {
  display: block;
  position: relative;
  z-index: 1;
  font-size: clamp(28px, 9vw, 58px);
  line-height: 1;
  letter-spacing: .02em;
  text-shadow: 0 8px 20px rgba(0,0,0,.26);
}
.incoming-announcement span {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,.9);
}
@keyframes incomingRise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes incomingShine {
  0%, 44% { transform: translateX(-120%); }
  62%, 100% { transform: translateX(120%); }
}
@keyframes incomingRing {
  0%, 100% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.06); opacity: .55; }
}
@media (prefers-reduced-motion: reduce) {
  .incoming-announcement,
  .incoming-announcement::before,
  .incoming-announcement::after {
    animation: none;
  }
}

.section-head { margin-bottom: 20px; }
.section-head p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.home-section-head {
  position: relative;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--line);
}
.team-intro-head.home-section-head {
  padding: 0;
  border-bottom: 0;
}
.team-intro-head .section-title-block {
  padding: 0 0 12px;
  border-bottom: 1px solid var(--line);
}
.team-intro-head > p {
  margin: 14px 0 0;
}
.home-seo-copy {
  margin-bottom: 18px;
  color: var(--ink);
}
.home-seo-copy > p {
  margin: 0;
  max-width: 960px;
}
.home-seo-copy > p + p {
  margin-top: 8px;
}
.team-intro-seo-note {
  color: var(--muted);
  font-weight: 700;
}
.team-intro-section {
  padding-top: 58px;
  padding-bottom: 22px;
  background: #fff;
}
.team-intro-modern-head { margin-bottom: 22px; }
.team-intro-modern-head > p {
  color: #30445d;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
.team-feature-grid {
  display: grid;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-shadow: 0 18px 44px rgba(7,32,61,.08);
}
.team-feature-card {
  position: relative;
  min-height: 238px;
  padding: 28px 22px;
  overflow: hidden;
}
.team-feature-logo {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: min(72%, 280px);
  opacity: .18;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.38));
}
.team-feature-card.is-light::before {
  content: none;
}
.team-feature-card > b,
.team-feature-card > h3,
.team-feature-card > p {
  position: relative;
  z-index: 1;
}
.team-feature-card b {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .22em;
}
.team-feature-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 7vw, 34px);
  letter-spacing: .02em;
}
.team-feature-card p {
  margin: 0;
  max-width: 420px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
}
.team-feature-card.is-dark {
  color: #fff;
  background:
    radial-gradient(circle at 82% 78%, rgba(47,210,227,.16), transparent 34%),
    linear-gradient(135deg, #031326, #092d53);
}
.team-feature-card.is-dark b { color: rgba(255,255,255,.78); }
.team-feature-card.is-light {
  color: var(--navy);
  background:
    radial-gradient(circle at 86% 52%, rgba(47,210,227,.14), transparent 30%),
    linear-gradient(135deg, #f8fbff, #fff);
}
.team-feature-card.is-light b { color: #60748e; }
.team-feature-card.is-light::after {
  display: none;
}
.team-feature-map {
  position: absolute;
  right: -34px;
  bottom: -22px;
  z-index: 0;
  width: min(88%, 390px);
  max-height: 86%;
  object-fit: contain;
  opacity: .82;
  pointer-events: none;
}
.team-feature-card.is-photo {
  color: #fff;
  background: var(--navy);
}
.team-feature-card.is-photo img,
.team-feature-card.is-photo span {
  position: absolute;
  inset: 0;
}
.team-feature-card.is-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-feature-card.is-photo span {
  background: linear-gradient(90deg, rgba(3,14,31,.92), rgba(3,14,31,.46));
}
.team-feature-card.is-photo div {
  position: relative;
  z-index: 1;
}
.team-feature-card.is-photo b { color: rgba(255,255,255,.78); }
.team-feature-bg,
.team-feature-shade,
.team-feature-league-logo {
  position: absolute;
  pointer-events: none;
}
.team-feature-bg,
.team-feature-shade {
  inset: 0;
}
.team-feature-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03);
}
.team-feature-shade {
  background:
    linear-gradient(105deg, rgba(3,14,31,.93) 0%, rgba(3,14,31,.62) 58%, rgba(3,14,31,.34) 100%);
}
.team-feature-league-logo {
  right: -28px;
  bottom: -46px;
  width: min(72%, 300px);
  opacity: .18;
  filter: grayscale(.08) saturate(.9);
}
.team-feature-card.is-league-logo {
  background:
    radial-gradient(circle at 86% 78%, rgba(47,210,227,.24), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(135deg, #031326 0%, #08284b 55%, #0b3a64 100%);
}
.team-feature-card.is-league-logo::after {
  background: linear-gradient(110deg, rgba(3,14,31,.82), rgba(3,14,31,.40) 58%, rgba(3,14,31,.20));
}
.team-feature-card.is-league-logo .team-feature-league-logo {
  right: -20px;
  bottom: -38px;
  width: min(76%, 330px);
  opacity: .32;
  filter: saturate(1.05) contrast(1.06) drop-shadow(0 16px 26px rgba(0,0,0,.24));
}
.home-trial-banner {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,14,31,.96), rgba(3,14,31,.82)),
    url("assets/home-trial-banner.jpg") center/cover no-repeat;
}
.home-trial-banner-inner {
  display: grid;
  gap: 18px;
  align-items: center;
  justify-items: center;
  padding: 28px 0;
  text-align: center;
}
.home-trial-banner .kicker { color: var(--sky); }
.home-trial-banner h2 {
  color: #fff;
  font-size: clamp(24px, 6.6vw, 38px);
}
.home-trial-banner p:not(.kicker) {
  margin: 10px 0 0;
  color: rgba(255,255,255,.86);
  font-weight: 800;
}
.home-trial-banner .btn {
  width: min(100%, 320px);
  justify-content: center;
}
.section-title-block {
  position: relative;
  min-width: 0;
}
.section-title-block::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sky), var(--navy));
}
.home-section-head .kicker {
  margin: 0 0 4px;
  color: #087489;
  line-height: 1.2;
}
.home-section-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .02em;
  line-height: 1.15;
}
.instagram-section-head h2 {
  white-space: nowrap;
}
.instagram-title-text { display: block; line-height: 1.05; }
.instagram-title-text strong {
  color: var(--navy);
  font-size: inherit;
  font-weight: 900;
  letter-spacing: .01em;
}
.instagram-official-icon,
.instagram-default-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: inline-block;
  margin-left: 0;
  flex: 0 0 auto;
}
.instagram-default-icon {
  border-radius: 8px;
  background: url("assets/instagram-logo.avif") center/contain no-repeat;
}
.section-view-link,
.instagram-view-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  border-radius: 999px;
  padding: 0 13px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(16,24,40,.06);
  white-space: nowrap;
}
.news-section-head .section-view-link {
  margin-left: auto;
  align-self: center;
}
.news-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.instagram-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}
.section.alt.instagram-home-section,
.instagram-home-section {
  padding-top: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(47,210,227,.18), transparent 28%),
    linear-gradient(135deg, #031326, #082747 62%, #041122) !important;
}
.instagram-section-head .instagram-view-link {
  justify-self: end;
  align-self: end;
}
.instagram-home-section .home-section-head { border-bottom-color: rgba(255,255,255,.14); }
.instagram-home-section .section-title-block::after { background: linear-gradient(90deg, var(--sky), #fff); }
.instagram-home-section .kicker,
.instagram-home-section .instagram-title-text strong { color: #fff; }
.instagram-home-section .instagram-view-link {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.instagram-home-section .instagram-view-link:hover {
  background: #eafcff;
  border-color: #eafcff;
}
.instagram-home-section .instagram-dots button { background: rgba(255,255,255,.34); }
.instagram-home-section .instagram-dots button.active { background: #fff; }
@media (max-width: 430px) {
  .brand { gap: 7px; }
  .home .header:not(.is-scrolled) .brand { padding-right: 7px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-title { font-size: 17px; letter-spacing: .03em; }
  .brand-sub { font-size: 6.6px; letter-spacing: .16em; }
  .instagram-section-head {
    gap: 8px;
  }
  .instagram-section-head h2 {
    gap: 7px;
    letter-spacing: 0;
  }
  .instagram-official-icon,
  .instagram-default-icon {
    width: 35px;
    height: 35px;
  }
  .section-view-link,
  .instagram-view-link {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .brand-title { font-size: 15px; }
  .brand-sub { display: none; }
}
.grid { display: grid; gap: 14px; }
.card {
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(16,24,40,.05);
}
.card,
.news-item,
.news-archive-item,
.ground-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover,
.news-item:hover,
.news-archive-item:hover {
  transform: translateY(-2px);
  border-color: #c9e6f3;
  box-shadow: 0 18px 34px rgba(16,24,40,.09);
}
.card b { color: #0c9cb0; font-size: 12px; letter-spacing: .11em; }
.card h3 { margin: 8px 0; color: var(--navy); font-size: 21px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.split { display: grid; gap: 14px; }
.table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.table th,.table td { border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; padding: 12px; font-size: 14px; }
.table th { width: 110px; color: var(--navy); background: #ebf8fb; }

.news-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.news-home-carousel {
  position: relative;
  padding: 0 4px 30px;
}
.news-home-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 2px 0 8px;
}
.news-home-track::-webkit-scrollbar { display: none; }
.news-home-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(219,231,241,.96);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16,24,40,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.news-home-card:hover {
  transform: translateY(-2px);
  border-color: #c9e6f3;
  box-shadow: 0 20px 44px rgba(16,24,40,.11);
}
.news-home-card a {
  display: grid;
  min-height: 100%;
}
.news-home-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e9f1f7;
}
.news-home-image img,
.news-home-image .no-image-box {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-home-image img { transition: transform .28s ease; }
.news-home-card:hover .news-home-image img { transform: scale(1.035); }
.news-home-body {
  display: grid;
  gap: 8px;
  padding: 16px;
}
.news-home-body time {
  color: #0b9db2;
  font-size: 12px;
  font-weight: 900;
}
.news-home-body strong {
  color: var(--navy);
  font-size: clamp(22px, 6vw, 34px);
  line-height: 1.32;
}
.news-home-more {
  margin-top: 2px;
  color: #0b416d;
  font-size: 13px;
  font-weight: 900;
}
.news-arrow {
  position: absolute;
  top: 44%;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(210,224,238,.9);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(16,24,40,.16);
  cursor: pointer;
}
.news-arrow-prev { left: -2px; transform: translate(-25%, -50%); }
.news-arrow-next { right: -2px; transform: translate(25%, -50%); }
.news-arrow:disabled {
  opacity: .35;
  cursor: default;
}
.news-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.news-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: #c7d6e5;
  padding: 0;
  cursor: pointer;
}
.news-dot.is-active {
  width: 22px;
  background: var(--navy);
}
.news-item,
.news-archive-item { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(16,24,40,.05); }
.news-item > a,
.news-archive-item > a { display: block; }
.news-image {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 0;
  background: #e9f1f7;
  padding: 0;
  cursor: pointer;
}
.news-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.news-image:hover img { transform: scale(1.035); }
.news-body { padding: 11px 12px 12px; }
.news-body time { color: #0b9db2; font-size: 12px; font-weight: 900; }
.news-body h3,
.news-body h2 { margin: 3px 0 0; color: var(--navy); font-size: 15px; line-height: 1.45; }
.news-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.news-term-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}
.news-term-chip.is-category {
  background: #e9f8ff;
  color: #087489;
}
.news-term-chip.is-tag {
  background: #f1f5f9;
  color: #46576d;
}
.page-title .news-term-list {
  margin-top: 12px;
}
.page-title .news-term-chip.is-category {
  background: rgba(47,210,227,.18);
  color: #9ff4ff;
}
.page-title .news-term-chip.is-tag {
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.9);
}
.news-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}
.news-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.news-filter a.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.news-single { padding: 0; overflow: hidden; }
.news-single-image { width: 100%; max-height: 680px; overflow: hidden; border: 0; background: #e9f1f7; padding: 0; cursor: zoom-in; }
.news-single-image img { width: 100%; height: auto; display: block; object-fit: contain; }
.news-single-content { padding: 18px; }

.insta-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.insta-row .insta-tile:nth-child(n+5) { display: none; }
.insta-tile { aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: #dbe6f2; }
.insta-tile img { width: 100%; height: 100%; object-fit: cover; }
.no-image-box {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 100%;
  width: 100%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 40%, rgba(47,210,227,.18), transparent 34%),
    linear-gradient(135deg, #f8fcff, #dcebf5),
    repeating-linear-gradient(45deg, rgba(7,32,61,.05) 0 10px, rgba(7,32,61,.015) 10px 20px);
  color: transparent;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.no-image-box::before {
  content: "";
  width: min(56%, 96px);
  aspect-ratio: 1;
  background: url("assets/brand-s-user.png") center/contain no-repeat;
  filter: drop-shadow(0 8px 16px rgba(7,32,61,.18));
  opacity: .88;
}
.no-image-box::after {
  content: "\5468\5357\30DC\30FC\30A4\30BA";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: rgba(7,32,61,.7);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
}
.instagram-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.instagram-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 2px 2px 16px;
  scrollbar-width: none;
}
.instagram-track::-webkit-scrollbar { display: none; }
.instagram-card {
  position: relative;
  flex: 0 0 72%;
  scroll-snap-align: start;
  overflow: hidden;
  aspect-ratio: 9 / 13;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 17px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(7,32,61,.16);
  transition: transform .18s ease, box-shadow .18s ease;
}
.instagram-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(7,32,61,.22);
}
.instagram-card-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #12385f;
}
.instagram-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.instagram-card-media::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, rgba(7,23,42,0), rgba(7,23,42,.78) 58%, rgba(7,23,42,.96));
  pointer-events: none;
}
.instagram-type-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #fff;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.45));
}
.instagram-type-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.instagram-center-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255,255,255,.78);
  border-radius: 999px;
  background: rgba(7,23,42,.38);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
}
.instagram-center-play span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  margin-left: 3px;
}
.instagram-card-body {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  min-height: 92px;
  padding: 44px 12px 13px;
  color: #fff;
}
.instagram-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  color: rgba(255,255,255,.82);
  font-size: 10px;
  font-weight: 900;
}
.instagram-reel-meta {
  color: #df2d69;
  color: rgba(255,255,255,.88);
  letter-spacing: .02em;
}
.instagram-card-caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0,0,0,.38);
}
.instagram-arrow {
  position: absolute;
  z-index: 2;
  top: 46%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e5f2;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(16,24,40,.16);
}
.instagram-arrow-prev { left: -4px; transform: translate(-35%, -50%); }
.instagram-arrow-next { right: -4px; transform: translate(35%, -50%); }
.instagram-arrow:disabled {
  opacity: .38;
  cursor: default;
}
.instagram-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  min-height: 12px;
}
.instagram-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c7d6e5;
  cursor: pointer;
}
.instagram-dot.is-active {
  width: 18px;
  background: var(--navy);
}
.instagram-fallback {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid #dce8f2;
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 14px 30px rgba(16,24,40,.08);
}
.instagram-fallback-image {
  aspect-ratio: 1;
  border-radius: 14px;
}
.instagram-fallback p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 13px;
}
.instagram-lightbox {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(7,23,42,.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.instagram-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.instagram-lightbox-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(860px, 94dvh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
}
.instagram-lightbox-close {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  background: rgba(7,23,42,.56);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.instagram-lightbox-nav {
  position: absolute;
  z-index: 3;
  top: 44%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  background: rgba(7,23,42,.52);
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.instagram-lightbox-prev { left: 10px; }
.instagram-lightbox-next { right: 10px; }
.instagram-lightbox-media {
  --instagram-lightbox-media-height: min(520px, calc(94dvh - 160px));
  position: relative;
  height: var(--instagram-lightbox-media-height);
  min-height: 0;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(47,210,227,.16), transparent 24%),
    #07172a;
}
.instagram-lightbox-media img,
.instagram-lightbox-media video {
  width: 100%;
  height: 100%;
  max-height: calc(94dvh - 160px);
  display: block;
  object-fit: contain;
}
.instagram-lightbox-fallback-shell {
  width: min(100%, calc(var(--instagram-lightbox-media-height) * .5625));
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #07172a;
}
.instagram-lightbox-fallback-shell::before,
.instagram-lightbox-fallback-shell::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  background: #07172a;
  pointer-events: none;
}
.instagram-lightbox-fallback-shell::before {
  top: 0;
  height: 15.5%;
}
.instagram-lightbox-fallback-shell::after {
  bottom: 0;
  height: 14.5%;
}
.instagram-lightbox-fallback-embed {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 129.7%;
  min-height: 0;
  display: block;
  border: 0;
  background: #fff;
  overflow: hidden;
}
.instagram-lightbox-fallback-poster {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  background: #07172a;
  opacity: 1;
  pointer-events: none;
  transition: opacity .16s ease;
}
.instagram-lightbox-fallback-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.instagram-lightbox-fallback-poster .instagram-center-play {
  width: 64px;
  height: 64px;
  background: rgba(7,23,42,.5);
}
.instagram-lightbox-fallback-poster .instagram-center-play span {
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 18px;
  margin-left: 5px;
}
.instagram-lightbox-fallback-shell.is-active .instagram-lightbox-fallback-poster {
  opacity: 0;
}
.instagram-lightbox-video-notice {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  margin: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(7,23,42,.72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  transform: translateX(-50%);
  white-space: nowrap;
}
.instagram-lightbox-body {
  flex: 0 0 auto;
  display: grid;
  gap: 8px;
  padding: 14px 15px 16px;
  background: #fff;
}
.instagram-lightbox-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.instagram-lightbox-date {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.instagram-lightbox-count {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.instagram-lightbox-caption {
  max-height: 5.8em;
  margin: 0;
  overflow: auto;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}
.instagram-lightbox-link {
  justify-self: start;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
body.instagram-lightbox-open {
  overflow: hidden;
}
@media (max-width: 640px) {
  .instagram-lightbox {
    padding: 10px;
  }
  .instagram-lightbox-panel {
    max-height: 94dvh;
    border-radius: 16px;
  }
  .instagram-lightbox-media {
    --instagram-lightbox-media-height: min(520px, calc(94dvh - 178px));
  }
  .instagram-lightbox-nav {
    top: 42%;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  .instagram-lightbox-prev { left: 8px; }
  .instagram-lightbox-next { right: 8px; }
  .instagram-lightbox-media img,
  .instagram-lightbox-media video {
    max-height: calc(94dvh - 178px);
  }
}

.member-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.filter-btn { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-weight: 900; background: #fff; color: var(--navy); font-size: 13px; cursor: pointer; }
.filter-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.filter-btn.is-link { display: inline-flex; align-items: center; background: #e9f8ff; color: #087489; border-color: #b4e4fb; }
.member-group + .member-group { margin-top: 26px; }
.member-group-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.member-group-title { color: var(--navy); font-size: 19px; font-weight: 900; white-space: nowrap; }
.member-group-line { flex: 1; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #0e3760 0%, #9bb9d8 100%); }
.member-group-count { color: #5f738c; font-size: 12px; font-weight: 900; }
.member-group-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.member-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16,24,40,.08);
  display: grid;
  grid-template-columns: 1fr 108px;
  align-items: start;
}
.member-body { padding: 10px 11px 10px; min-width: 0; }
.member-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
.member-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 8px;
  border: 1px solid #d7e5f2;
  background: #f7fbff;
  color: #134b74;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
}
.member-tag.is-manager { background: #e9f8ff; border-color: #b4e4fb; }
.member-tag.is-role { background: #edf0ff; border-color: #cfd6ff; color: #243b92; }
.member-name { margin: 0 0 6px; color: var(--navy); font-size: 18px; line-height: 1.35; }
.member-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
  padding-top: 6px;
  white-space: pre-line;
  word-break: break-word;
}
.member-photo {
  height: 140px;
  align-self: start;
  margin: 8px 8px 8px 0;
  border-radius: 10px;
  overflow: hidden;
}
.member-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 10px;
}
.member-photo .no-image-box { height: 100%; border-radius: 10px; }

.member-single-photo img {
  width: min(100%, 280px);
  height: auto;
  aspect-ratio: 89 / 120;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.member-single-no-image {
  width: min(100%, 280px);
  aspect-ratio: 89 / 120;
  margin: 0 auto;
  border-radius: 10px;
}
.member-single-content {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--text);
  line-height: 1.8;
  font-size: 14px;
}
.member-single-content > :first-child { margin-top: 0; }
.member-single-content > :last-child { margin-bottom: 0; }

.member-archive-hero {
  position: relative;
  --member-title-image: url("assets/hero-slide-02.jpg");
  min-height: auto;
  display: grid;
  align-items: end;
  padding: 58px 0 40px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 12, 28, .92), rgba(2, 12, 28, .55) 54%, rgba(2, 12, 28, .18)),
    var(--member-title-image) center/cover no-repeat;
}
.member-archive-hero h1 {
  margin-top: 4px;
  font-size: clamp(32px, 8vw, 46px);
  letter-spacing: .02em;
}
.member-archive-hero p:not(.page-kicker) {
  display: none;
}
.member-archive-section { background: #fff; padding-top: 22px; }
.member-list-wrap { max-width: 920px; }
.member-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 24px;
  color: #50627a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}
.member-breadcrumb a { color: var(--navy); }
.member-filter-tabs {
  display: flex;
  gap: 22px;
  align-items: center;
  overflow-x: auto;
  margin: 0 0 16px;
  padding: 0 0 4px;
}
.member-filter-tabs .filter-btn {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0 0 8px;
  background: transparent;
  color: var(--navy);
  font-size: 15px;
  letter-spacing: .02em;
  white-space: nowrap;
}
.member-filter-tabs .filter-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}
.member-filter-tabs .filter-btn.active::after { background: var(--red); }
.member-filter-tabs .filter-btn.is-link {
  margin-left: auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ecfaff;
  color: #087489;
}
.member-filter-tabs .filter-btn.is-link::after { display: none; }
.member-position-filter {
  display: grid;
  gap: 0;
  margin: 0 0 18px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(7, 32, 61, .12);
}
.member-position-filter span {
  padding: 13px 14px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.member-position-filter select {
  width: 100%;
  border: 0;
  padding: 10px 40px 14px 14px;
  color: #fff;
  background: transparent;
  font-size: 15px;
  font-weight: 900;
  appearance: none;
}
.member-position-filter option { color: var(--navy); }
.member-list-grid {
  display: grid;
  gap: 14px;
}
.member-list-card {
  overflow: hidden;
  border: 1px solid rgba(218, 228, 239, .95);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 29, 55, .08);
}
.member-list-card[hidden] { display: none; }
.member-list-card a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(126px, 40%) minmax(0, 1fr);
  min-height: 174px;
}
.member-list-photo {
  position: relative;
  display: block;
  min-height: 174px;
  overflow: hidden;
  background: #eaf1f8;
}
.member-list-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,32,61,0) 44%, rgba(7,32,61,.68));
  pointer-events: none;
}
.member-list-photo img,
.member-list-photo .no-image-box {
  width: 100%;
  height: 100%;
  min-height: 174px;
  object-fit: cover;
  object-position: center 22%;
}
.member-list-number {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 1;
  color: #fff;
  font-size: clamp(34px, 11vw, 56px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.06em;
  text-shadow: 0 5px 14px rgba(0,0,0,.34);
}
.member-list-info {
  position: relative;
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  padding: 16px 30px 16px 16px;
}
.member-list-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 25px;
}
.member-position-badge,
.member-position-en,
.member-role-badge {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}
.member-position-badge {
  background: var(--red);
  color: #fff;
}
.member-role-badge {
  background: var(--navy);
  color: #fff;
}
.member-position-en {
  background: #fff;
  color: var(--navy);
  border: 1px solid #dbe5ef;
  border-left: 0;
  letter-spacing: .08em;
}
.member-list-name {
  color: #07172f;
  font-size: clamp(21px, 5.8vw, 28px);
  font-weight: 950;
  line-height: 1.25;
}
.member-list-grade,
.member-list-meta,
.member-list-school,
.member-list-source {
  display: block;
  color: #172334;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.member-list-school,
.member-list-source {
  color: #39485d;
  font-size: 12px;
}
.member-list-detail {
  width: fit-content;
  margin-top: 4px;
  padding: 4px 9px;
  border: 1px solid #dbe5ef;
  border-radius: 999px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}
.member-list-arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  color: var(--navy);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.member-empty {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}
.member-archive-cta {
  margin-top: 24px;
  padding: 28px 20px;
  border-radius: 0 0 22px 22px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(3, 14, 31, .9), rgba(3, 14, 31, .92)),
    url("assets/hero-slide-03.jpg") center/cover no-repeat;
}
.member-archive-cta h2 {
  color: #fff;
  font-size: clamp(23px, 6vw, 32px);
}
.member-archive-cta p {
  margin: 10px auto 18px;
  max-width: 520px;
  font-weight: 800;
}
.member-archive-cta .btn { width: min(100%, 360px); justify-content: center; }
.member-profile-page { background: #fff; }
.member-profile-backbar {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.member-profile-backbar .wrap {
  padding: 13px 0;
}
.member-profile-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.member-profile-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2,12,28,.22), rgba(2,12,28,.92)),
    var(--navy);
}
.member-profile-hero.has-photo {
  background-size: cover;
  background-position: center 20%;
}
.member-profile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 16, 34, .08), rgba(4, 16, 34, .92));
}
.member-profile-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 560px;
  align-content: end;
  padding-bottom: 34px;
}
.member-profile-title {
  display: grid;
  gap: 9px;
  justify-items: start;
}
.member-profile-number {
  color: #fff;
  font-size: clamp(58px, 20vw, 96px);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.06em;
  text-shadow: 0 8px 20px rgba(0,0,0,.3);
}
.member-profile-title h1 {
  color: #fff;
  font-size: clamp(34px, 10vw, 58px);
}
.member-profile-title p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}
.member-profile-wrap { max-width: 920px; }
.member-profile-card {
  padding: 22px 18px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.member-profile-card + .member-profile-card { margin-top: 12px; }
.member-profile-card h2 {
  position: relative;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 22px;
}
.member-profile-card h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  background: var(--red);
}
.member-profile-lines {
  display: grid;
}
.member-profile-line {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.member-profile-line span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
}
.member-profile-line strong {
  color: #172334;
  font-size: 14px;
  font-weight: 800;
}
.member-profile-actions {
  margin: 18px 0 0;
}
.member-profile-actions .btn {
  width: 100%;
  justify-content: center;
}

.career-years { display: grid; gap: 12px; }
.career-year { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.career-year-head { width: 100%; border: 0; background: #f7fbff; color: var(--navy); padding: 12px 14px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 900; cursor: pointer; }
.career-year-head span { color: #5f738c; font-size: 12px; }
.career-year-body { display: none; padding: 12px 14px 14px; }
.career-year-body.open { display: block; }
.alumni-member-list { display: grid; gap: 8px; }
.alumni-member {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
}
.alumni-member-main { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.alumni-member-main strong { color: var(--navy); font-size: 16px; }
.alumni-number,
.alumni-role {
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 900;
}
.alumni-number { background: #eaf5ff; color: #0b416d; }
.alumni-role { background: #e9f8ff; color: #087489; }
.alumni-member-sub { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 4px; color: var(--muted); font-size: 13px; }
.career-subtitle { margin: 16px 0 8px; color: var(--navy); font-size: 15px; }
.career-subtitle.is-first { margin-top: 0; }
.career-school-panel {
  margin-bottom: 16px;
  border: 1px solid #b9d8ee;
  border-radius: 14px;
  background: linear-gradient(135deg, #eff9ff 0%, #ffffff 58%, #eafcff 100%);
  padding: 14px;
  box-shadow: 0 12px 28px rgba(14,55,96,.08);
}
.career-school-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(14,55,96,.12);
  padding-bottom: 9px;
}
.career-school-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}
.career-school-grid { display: grid; gap: 8px; }
.career-school-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #cde3f2;
  border-left: 5px solid var(--teal);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  padding: 11px 12px;
}
.career-school-card strong {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.35;
}
.career-school-card span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 900;
}
.badges { display: flex; gap: 10px; flex-wrap: wrap; }
.badge { border-radius: 999px; padding: 8px 12px; background: #fff; border: 1px solid var(--line); color: var(--navy); font-weight: 900; font-size: 13px; }

.ground-grid { display: grid; gap: 18px; }
.ground-card { padding: 0; overflow: hidden; }
.ground-card-main { border-color: rgba(16,78,170,.18); }
.ground-badge { display: inline-flex; margin-bottom: 8px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.ground-showcase { display: grid; gap: 10px; padding: 0 12px 12px; }
.ground-feature {
  min-height: 250px;
  border-radius: 12px;
  overflow: hidden;
}
.ground-feature img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; display: block; }
.ground-feature span,
.ground-facility span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(4,18,36,.78);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.ground-facility-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.ground-facility {
  min-height: 118px;
  border-radius: 10px;
  overflow: hidden;
}
.ground-facility img { width: 100%; height: 118px; object-fit: cover; display: block; }
.ground-sub-layout { display: grid; gap: 0; }
.ground-photos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.ground-photos.is-single { grid-template-columns: 1fr; }
.photo-zoom {
  position: relative;
  width: 100%;
  border: 0;
  padding: 0;
  background: #dbe6f2;
  cursor: zoom-in;
  display: block;
}
.photo-zoom::after {
  content: "拡大";
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(7,32,61,.78);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.ground-photos img { width: 100%; height: 220px; object-fit: cover; display: block; background: #dbe6f2; }
.ground-body { padding: 12px 14px 14px; }
.ground-body h3 { margin: 0 0 4px; color: var(--navy); font-size: 19px; }
.ground-body p { margin: 0; font-size: 13px; }
.ground-body p strong { color: var(--navy); font-weight: 900; }
.ground-address { margin-top: 6px !important; color: #46607b !important; font-weight: 700; }
.ground-map { min-height: 260px; background: #edf4fb; }
.ground-map iframe { width: 100%; height: 260px; border: 0; display: block; }
.ground-map-main { margin-top: 4px; }

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(3,12,24,.86);
}
.image-lightbox.is-open { display: grid; }
.image-lightbox img {
  max-width: min(100%, 1100px);
  max-height: calc(100dvh - 72px);
  border-radius: 12px;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  object-fit: contain;
  background: #fff;
}
.image-lightbox-close {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 12px);
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
body.lightbox-open { overflow: hidden; }

.page-title {
  position: relative;
  --page-title-image: url("assets/page-title-bg.jpg");
  color: #fff;
  padding: 58px 0 40px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2,12,28,.92), rgba(2,12,28,.56) 54%, rgba(2,12,28,.24)),
    var(--page-title-image) center/cover no-repeat;
}
.page-title.page-title-plain {
  background: linear-gradient(135deg, #07203d 0%, #0b416d 62%, #0c9cb0 100%);
}
.page-title h1 { margin-top: 0; }
.page-kicker,
.page-title .page-kicker,
.member-archive-hero .page-kicker {
  margin: 0 0 7px;
  color: var(--sky);
  font-size: 12px;
  letter-spacing: .16em;
  font-weight: 900;
}
.page-title p { margin: 10px 0 0; color: rgba(255,255,255,.85); }
@media (max-width: 739px) {
  .staff-page-title,
  body.page-template-page-staff .page-title,
  body.page-id-staff .page-title,
  body.staff .page-title {
    background:
      radial-gradient(circle at 14% 8%, rgba(82,146,205,.18), transparent 38%),
      linear-gradient(135deg, rgba(16,45,75,.50) 0%, rgba(5,22,43,.48) 42%, rgba(2,12,28,.92) 100%),
      var(--page-title-image) center/cover no-repeat;
  }
}
.footer {
  margin-top: 0;
  color: rgba(255,255,255,.78);
  background: linear-gradient(135deg, #06182f 0%, #071f3b 58%, #05243a 100%);
  padding: 34px 0 24px;
  font-size: 13px;
}
.footer-inner { display: grid; gap: 28px; }
.footer-cta {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 12px 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  text-align: left;
}
.footer-cta-message {
  color: #fff;
  max-width: 900px;
  margin: 0;
  font-size: clamp(21px, 5.6vw, 32px);
  font-weight: 900;
  line-height: 1.65;
}
.footer-cta-actions {
  display: grid;
  gap: 10px;
  width: min(100%, 320px);
}
.footer-cta-actions .btn { justify-content: center; }
.footer-main {
  display: grid;
  gap: 20px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #fff;
}
.footer-brand .brand-mark {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.35));
}
.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1.1;
}
.footer-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}
.footer-links a {
  color: rgba(255,255,255,.78);
  font-weight: 800;
}
.footer-links a:hover { color: #fff; }
.footer .copyright {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.48);
  text-align: center;
}
.archive-list { display: grid; gap: 12px; }
.archive-list article:not(.news-archive-item) { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 14px; }
.schedule-section { background: #f5f9fc; }
.schedule-month-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16,24,40,.07);
}
.schedule-month-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}
.schedule-month-head h2 { margin: 2px 0 0; color: var(--navy); font-size: 18px; white-space: nowrap; }
.schedule-month-nav { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 5px; }
.schedule-month-nav a {
  min-width: 0;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #cfe0ed;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}
.schedule-month-nav a.is-today { padding: 0 9px; font-size: 12px; }
.schedule-alert {
  margin: 12px 12px 0;
  padding: 9px 10px;
  border: 1px solid #f4dfbd;
  border-radius: 8px;
  background: #fff8ed;
  color: #76512a;
  font-size: 12px;
  font-weight: 900;
}
.schedule-alert.is-success {
  border-color: #b8e3d1;
  background: #effbf6;
  color: #176344;
}
.schedule-refresh-form {
  display: flex;
  justify-content: flex-end;
  padding: 12px 12px 0;
}
.schedule-refresh-form button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #b9cfdf;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.schedule-refresh-form button:hover { background: #f3f8fc; }
.schedule-mobile { display: none; }
.schedule-list {
  margin: 12px;
  overflow: hidden;
  border: 1px solid #d8e0e7;
  border-bottom: 0;
  background: #fff;
}
.schedule-list-row {
  display: grid;
  grid-template-columns: 38px 38px minmax(0, 1fr);
  min-height: 36px;
  border-bottom: 1px solid #d8e0e7;
  background: #fff;
}
.schedule-list-row.is-saturday { background: #e8f9ff; }
.schedule-list-row.is-sunday,
.schedule-list-row.is-holiday { background: #fff0f0; }
.schedule-list-row.is-today {
  position: relative;
  background: #fff8dd;
  box-shadow: inset 4px 0 0 #f4b13d;
}
.schedule-list-date,
.schedule-list-weekday,
.schedule-list-details,
.schedule-list-place {
  min-width: 0;
  border-right: 1px solid #d8e0e7;
  font-size: 13px;
  line-height: 1.45;
}
.schedule-list-date,
.schedule-list-weekday { padding: 8px 7px; }
.schedule-list-details { position: relative; border-right: 0; }
.schedule-list-details::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 57.5%;
  width: 1px;
  background: #d8e0e7;
  pointer-events: none;
}
.schedule-list-detail-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
}
.schedule-list-detail-row + .schedule-list-detail-row { border-top: 1px solid rgba(140,158,177,.35); }
.schedule-list-event-line,
.schedule-list-place { padding: 8px 7px; }
.schedule-list-place { border-right: 0; color: #162232; }
.schedule-list-date,
.schedule-list-weekday {
  display: grid;
  place-items: center;
  color: #06162a;
  font-size: 14px;
  font-weight: 900;
}
.schedule-list-row.is-saturday .schedule-list-weekday { color: #006ed0; }
.schedule-list-row.is-sunday .schedule-list-weekday,
.schedule-list-row.is-holiday .schedule-list-weekday { color: #e00016; }
.schedule-list-row.is-today .schedule-list-date {
  background: #f4b13d;
  color: #2b1600;
}
.schedule-list-row.is-today .schedule-list-weekday {
  background: #fff0bf;
  color: #7c2d12;
}
.schedule-list-event {
  display: inline;
  border: 0;
  background: transparent;
  padding: 0;
  color: #006ed0;
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.schedule-list-event.is-game { color: #005cb8; }
.schedule-list-event.is-night { color: #00808d; }
.schedule-list-event.is-off { color: #6d7682; }
.schedule-list-event.is-event { color: #996a00; }
.schedule-list-event:hover { color: var(--navy); }
.schedule-weekdays,
.schedule-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.schedule-weekdays {
  border-bottom: 1px solid var(--line);
  background: #f8fbfd;
}
.schedule-weekdays span {
  padding: 8px 0;
  color: #52677e;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}
.schedule-weekdays .is-saturday,
.schedule-day.is-saturday .schedule-day-number { color: #087aa8; }
.schedule-weekdays .is-sunday,
.schedule-day.is-sunday .schedule-day-number { color: var(--red); }
.schedule-day.is-holiday .schedule-day-number { color: var(--red); }
.schedule-day {
  min-width: 0;
  min-height: 82px;
  padding: 5px 3px;
  border-right: 1px solid #e5edf4;
  border-bottom: 1px solid #e5edf4;
  background: #fff;
}
.schedule-day:nth-child(7n) { border-right: 0; }
.schedule-day.is-empty { background: #f8fafc; }
.schedule-day.is-today { background: #fff8dd; box-shadow: inset 0 0 0 2px rgba(244,177,61,.75); }
.schedule-day-number {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #3d526b;
  font-size: 11px;
  font-weight: 900;
}
.schedule-day.is-today .schedule-day-number {
  border-radius: 999px;
  background: #fff0bf;
  color: #7c2d12;
}
.schedule-day-events { display: grid; gap: 3px; margin-top: 3px; }
.schedule-event-chip {
  width: 100%;
  display: block;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  min-width: 0;
  overflow: hidden;
  border-left: 3px solid #1ea7b9;
  border-radius: 4px;
  background: #eafcff;
  padding: 3px 3px;
  color: #07566b;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
.schedule-event-chip.is-game { border-left-color: #d63845; background: #fff0f1; color: #9d2630; }
.schedule-event-chip.is-night { border-left-color: #4667b2; background: #eef2ff; color: #314f91; }
.schedule-event-chip span { display: none; }
.schedule-event-chip b {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 9px;
  line-height: 1.25;
}
.schedule-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.schedule-modal.is-open { opacity: 1; pointer-events: auto; }
.schedule-modal-backdrop { position: absolute; inset: 0; background: rgba(3,15,31,.62); }
.schedule-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  border: 1px solid #dbe7f1;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
}
.schedule-modal-dialog h2 { padding-right: 34px; color: var(--navy); font-size: 23px; }
.schedule-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8e3ee;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.schedule-modal-info { display: grid; gap: 8px; margin: 16px 0 0; }
.schedule-modal-info div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.schedule-modal-info dt { color: #71849a; font-size: 12px; font-weight: 900; }
.schedule-modal-info dd { margin: 0; color: #334b65; font-size: 14px; font-weight: 800; }
.schedule-modal-description {
  margin: 16px 0 0;
  padding: 12px;
  border-radius: 9px;
  background: #f5f9fc;
  color: #43566d;
  font-size: 14px;
}
.schedule-modal-description h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 13px;
}
.schedule-modal-description p {
  margin: 0;
  white-space: pre-line;
}
.schedule-modal-map {
  margin-top: 16px;
}
.schedule-modal-map h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 13px;
}
.schedule-modal-map iframe {
  display: block;
  width: 100%;
  height: 190px;
  border: 0;
}
.schedule-modal-map a {
  display: inline-block;
  margin-top: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
}
body.schedule-modal-open { overflow: hidden; }

.page-free-content { margin-top: 18px; }
.staff-page-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(0,174,199,.08), transparent 28%),
    linear-gradient(180deg, #f7fbff, #fff 44%, #f7fbff);
}
.staff-page-wrap {
  display: grid;
  gap: 30px;
}
.staff-manager-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  overflow: hidden;
  border: 1px solid rgba(11,35,66,.10);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(11,35,66,.10);
}
.staff-manager-side {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 190px;
  padding: 22px 20px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0,174,199,.20), transparent 42%),
    linear-gradient(160deg, #03152e 0%, #082b55 100%);
}
.staff-manager-side::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 54%;
  background: linear-gradient(105deg, transparent 0 48%, rgba(255,255,255,.95) 49% 100%);
}
.staff-manager-side span {
  position: relative;
  z-index: 1;
  color: #d7b45f;
  font-size: 14px;
  font-weight: 950;
  text-shadow:
    0 1px 2px rgba(2,12,28,.75),
    0 0 10px rgba(2,12,28,.45);
}
.staff-manager-side b {
  position: relative;
  z-index: 1;
  color: #d7b45f;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-shadow:
    0 1px 2px rgba(2,12,28,.75),
    0 0 10px rgba(2,12,28,.45);
}
.staff-profile-card {
  display: grid;
  gap: 14px;
  align-items: stretch;
  height: 100%;
  border: 1px solid rgba(11,35,66,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(11,35,66,.08);
}
.staff-profile-card.has-photo {
  grid-template-columns: 86px 1fr;
}
.staff-profile-card-manager {
  min-height: 190px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.staff-profile-card-manager.has-photo {
  grid-template-columns: 132px 1fr;
}
.staff-profile-photo {
  overflow: hidden;
  width: 86px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #edf3f8;
}
.staff-profile-card-manager .staff-profile-photo {
  width: 132px;
}
.staff-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-profile-body {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  min-width: 0;
  height: 100%;
}
.staff-profile-card-manager .staff-profile-body {
  grid-template-rows: auto auto auto;
}
.staff-profile-role {
  display: inline-flex;
  width: fit-content;
  align-self: start;
  margin-bottom: 8px;
  border-radius: 6px;
  padding: 4px 9px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}
.staff-profile-card h3 {
  margin: 0;
  color: #07172c;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: .03em;
}
.staff-profile-card-manager h3 {
  font-size: clamp(28px, 4vw, 38px);
}
.staff-profile-roman {
  margin-top: 4px;
  color: #00aec7;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .18em;
}
.staff-profile-appointed {
  margin-top: 6px;
  color: #5b6d82;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}
.staff-profile-card p {
  margin: 5px 0 0;
  border-top: 1px solid rgba(11,35,66,.10);
  padding-top: 7px;
  color: #26384d;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.75;
}
.staff-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
  border-top: 1px solid rgba(11,35,66,.10);
  padding-top: 7px;
}
.staff-profile-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border: 1px solid rgba(0,174,199,.22);
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fdff, #eef8fc);
  padding: 3px 8px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}
.staff-profile-card-manager .staff-profile-meta span {
  border-color: rgba(0,174,199,.32);
  background: linear-gradient(180deg, #f7fdff, #edf8fc);
  color: var(--navy);
}
.staff-manager-message {
  margin-top: 10px;
  border-top: 1px solid rgba(11,35,66,.10);
  padding-top: 10px;
}
.staff-manager-message p {
  margin: 0;
  border: 0;
  padding: 0;
  color: #26384d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}
.staff-section-group {
  display: grid;
  gap: 14px;
}
.staff-section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.staff-section-heading::before {
  content: "";
  width: 5px;
  height: 28px;
  border-radius: 999px;
  background: var(--navy);
}
.staff-section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
}
.staff-section-heading span {
  color: #8ba0b7;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
}
.staff-card-grid {
  display: grid;
  align-items: stretch;
  gap: 12px;
}
.staff-section-coach .staff-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 900px) {
  .staff-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .staff-section-coach .staff-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 739px) {
  .staff-page-wrap {
    gap: 24px;
  }
  .staff-manager-panel {
    grid-template-columns: 96px 1fr;
    border-radius: 14px;
  }
  .staff-manager-side {
    min-height: 172px;
    align-content: start;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 6px;
    padding: 18px 14px;
  }
  .staff-manager-side::after {
    display: block;
    width: 18px;
  }
  .staff-profile-card,
  .staff-profile-card.has-photo,
  .staff-profile-card-manager.has-photo,
  .staff-section-coach .staff-card-grid {
    grid-template-columns: 1fr;
  }
  .staff-profile-card {
    padding: 16px;
  }
  .staff-profile-card.has-photo {
    grid-template-columns: 72px 1fr;
  }
  .staff-profile-card-manager {
    min-height: 172px;
    border-radius: 0;
  }
  .staff-profile-card-manager.has-photo {
    grid-template-columns: 86px 1fr;
  }
  .staff-profile-photo {
    width: 72px;
  }
  .staff-profile-card-manager .staff-profile-photo {
    width: 86px;
  }
  .staff-profile-card h3 {
    font-size: 21px;
  }
  .staff-profile-card-manager h3 {
    font-size: 25px;
  }
  .staff-profile-roman {
    font-size: 11px;
    letter-spacing: .14em;
  }
  .staff-profile-card p {
    line-height: 1.65;
  }
  .staff-section-heading h2 {
    font-size: 20px;
  }
}

.join-hero { margin-bottom: 14px; }
.join-hero h2 { margin-bottom: 8px; }
.join-hero .btn { margin-top: 10px; }
.join-flow {
  position: relative;
  display: grid;
  gap: 2px;
  margin: 18px 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fcff 0%, #fff 100%);
}
.join-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: start;
  border-bottom: 1px dashed #d9e6f1;
  background: transparent;
  padding: 12px 0;
  cursor: default;
  box-shadow: none;
}
.join-flow article:last-child { border-bottom: 0; }
.join-flow span {
  width: auto;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  color: #0c9cb0;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: .02em;
  border: 0;
}
.join-flow span::before {
  content: "STEP";
  display: block;
  margin-bottom: 3px;
  color: #7890a6;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .12em;
}
.join-flow h3 { font-size: 17px; color: var(--navy); padding-top: 2px; }
.join-flow p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.join-detail { margin-top: 14px; }
.join-detail h2 {
  color: var(--navy);
  font-size: 24px;
  margin-bottom: 14px;
}
.join-detail h3 {
  color: var(--navy);
  font-size: 17px;
  margin: 0 0 8px;
}
.join-detail p { margin: 0; color: #43566d; font-size: 14px; }
.join-intro {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7fbff;
  border: 1px solid var(--line);
}
.join-info-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.join-info-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 13px;
  box-shadow: 0 8px 22px rgba(16,24,40,.05);
}
.join-detail-block,
.join-fee-list {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 12px;
}
.join-fee-list dl {
  display: grid;
  grid-template-columns: minmax(112px, .34fr) 1fr;
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.join-fee-list dt,
.join-fee-list dd {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.join-fee-list dt {
  color: var(--navy);
  background: #ebf8fb;
  font-weight: 900;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.45;
}
.join-fee-list dd { color: #43566d; background: #fff; }
.join-fee-list dt:last-of-type,
.join-fee-list dd:last-of-type { border-bottom: 0; }
.join-note {
  margin-top: 10px !important;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff8ed;
  color: #76512a !important;
  border: 1px solid #f4dfbd;
  font-weight: 900;
}
.section-head.compact {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}
.section-head.compact h2 { font-size: 24px; }
.section-head.compact > p { margin: 0; color: var(--muted); font-size: 14px; }
.join-shops { margin-top: 14px; }
.join-shop-grid {
  display: grid;
  gap: 12px;
}
.join-shop-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 22px rgba(16,24,40,.05);
}
.join-shop-head {
  display: grid;
  gap: 12px;
  align-items: start;
}
.join-shop-card h3 { color: var(--navy); font-size: 18px; margin: 0; }
.join-shop-card p { margin: 6px 0 0; color: #43566d; font-size: 14px; }
.join-shop-card .btn { width: 100%; }
.join-shop-map {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #edf4fa;
}
.join-shop-map iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}
.number-board { margin-top: 18px; }
.number-board-head { display: grid; gap: 10px; margin-bottom: 12px; }
.number-board-head h2 { font-size: 24px; }
.number-board-lead { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.number-legend { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 900; }
.number-legend span { display: inline-flex; align-items: center; gap: 5px; }
.number-legend i { width: 12px; height: 12px; border-radius: 3px; display: inline-block; border: 1px solid var(--line); }
.number-legend .is-used,
.number-cell.is-used { background: #687485; color: #fff; border-color: #687485; }
.number-legend .is-next-open,
.number-cell.is-next-open { background: #19b8ca; color: #064e3b; border-color: #064e3b; }
.number-legend .is-incoming,
.number-cell.is-incoming { background: #fef3c7; color: #7c2d12; border-color: #f59e0b; }
.number-legend .is-reserved,
.number-cell.is-reserved { background: #687485; color: #fff; border-color: #687485; }
.number-legend .is-free,
.number-cell.is-free { background: #19b8ca; color: #fff; border-color: #19b8ca; }
.number-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 5px;
}
.number-cell {
  position: relative;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}
.number-cell.is-next-open {
  text-decoration: none;
  border-style: dashed;
  box-shadow: none;
}
.number-legend .is-next-open { border-style: dashed; }
.number-cell.is-incoming::after {
  content: "入";
  position: absolute;
  right: 3px;
  bottom: 2px;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  color: #92400e;
}
.number-cell.is-used,
.number-cell.is-reserved,
.number-cell.is-incoming { text-decoration: line-through; }

.join-page {
  background:
    radial-gradient(circle at 8% 5%, rgba(47,210,227,.10), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f6fbff 46%, #fff 100%);
}
.join-page .wrap {
  max-width: 1120px;
}
.join-lead-panel,
.join-flow-modern,
.join-cost-summary,
.join-info-modern-card,
.join-required-items,
.join-shops-modern {
  border-radius: 14px;
}
.join-lead-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
  padding: 22px 18px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(47,210,227,.18), transparent 34%),
    linear-gradient(135deg, rgba(3,14,31,.96), rgba(6,38,70,.92)),
    url("assets/page-title-join.jpg") center/cover no-repeat;
}
.join-lead-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,14,31,.74), rgba(3,14,31,.28));
}
.join-lead-panel > * {
  position: relative;
  z-index: 1;
}
.join-lead-panel h2 {
  color: #fff;
  font-size: clamp(27px, 8vw, 42px);
}
.join-lead-panel p:not(.kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-weight: 800;
  line-height: 1.9;
}
.join-lead-panel .btn {
  width: min(100%, 320px);
  margin-top: 4px;
}
.join-section-title {
  margin: 0 0 16px;
  text-align: center;
}
.join-section-title h2 {
  color: var(--navy);
  font-size: clamp(23px, 6vw, 32px);
}
.join-flow-modern,
.join-cost-summary,
.join-required-items,
.join-shops-modern {
  margin-bottom: 24px;
}
.join-flow-modern,
.join-cost-summary,
.join-required-items,
.join-shops-modern {
  padding: 18px 0 0;
}
.join-flow-modern-grid,
.join-cost-summary-grid,
.join-info-modern,
.join-shop-modern-grid {
  display: grid;
  gap: 12px;
}
.join-flow-modern-card,
.join-cost-card,
.join-info-modern-card,
.join-item-card,
.join-shop-modern-card {
  border: 1px solid rgba(213,228,240,.92);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9,29,55,.07);
}
.join-flow-modern-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  padding: 13px 14px;
}
.join-flow-modern-card::after {
  content: "›";
  position: absolute;
  left: 50%;
  bottom: -22px;
  color: var(--navy);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(-50%) rotate(90deg);
}
.join-flow-modern-card:last-child {
  margin-bottom: 0;
}
.join-flow-modern-card:last-child::after {
  content: none;
}
.join-flow-modern-card p,
.join-flow-modern-card h3,
.join-flow-modern-card span {
  margin: 0;
}
.join-flow-modern-card p {
  color: #4d83aa;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}
.join-flow-modern-card h3 {
  color: var(--navy);
  font-size: 15px;
}
.join-flow-modern-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}
.join-cost-card {
  overflow: hidden;
  padding: 0 18px 18px;
}
.join-cost-card > b {
  display: block;
  margin: 0 -18px 18px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(90deg, var(--navy), #0b3966);
  text-align: center;
  font-size: 13px;
}
.join-cost-card:not(.is-primary) > b {
  background: linear-gradient(90deg, #287fca, #68a9e4);
}
.join-cost-card > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--navy);
}
.join-cost-card strong {
  font-size: clamp(27px, 8vw, 42px);
  letter-spacing: .02em;
}
.join-cost-card > p {
  margin: 12px 0 0;
  color: #43566d;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
}
.join-cost-details {
  margin-top: 14px;
}
.join-cost-details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(47,130,204,.36);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #08345f, #0b5d93);
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}
.join-cost-details summary::-webkit-details-marker {
  display: none;
}
.join-cost-details summary::after {
  content: "›";
  margin-left: 12px;
  font-size: 22px;
  transition: transform .2s ease;
}
.join-cost-details[open] summary::after {
  transform: rotate(90deg);
}
.join-cost-table {
  display: grid;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.join-cost-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  align-items: center;
  padding: 11px 12px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.join-cost-row:first-child {
  border-top: 0;
}
.join-cost-row strong {
  color: var(--navy);
  font-size: 14px;
}
.join-cost-row b {
  color: var(--navy);
  font-size: 14px;
}
.join-cost-row p {
  grid-column: 1 / -1;
  margin: 0;
  color: #60748e;
  font-size: 12px;
}
.join-small-note {
  margin: 10px 0 0;
  color: #60748e;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.join-fee-note-mobile {
  display: none;
}
@media (max-width: 739px) {
  .join-fee-note-desktop {
    display: none;
  }
  .join-fee-note-mobile {
    display: block;
    text-align: left;
    line-height: 1.35;
  }
}
.join-info-modern {
  margin-bottom: 24px;
}
.join-info-modern-card {
  padding: 18px;
}
.join-info-modern-card h3 {
  color: var(--navy);
  font-size: 20px;
  margin-bottom: 14px;
}
.join-schedule-lines {
  display: grid;
  gap: 12px;
}
.join-schedule-lines div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 3px 11px;
  align-items: center;
}
.join-schedule-lines p {
  grid-column: 2;
  margin: 0;
  color: #43566d;
  font-weight: 850;
  font-size: 13px;
}
.join-link-list {
  margin: 0 0 14px;
  padding-left: 18px;
  color: #43566d;
  font-weight: 850;
  line-height: 1.8;
  font-size: 14px;
}
.join-item-shop-groups {
  display: grid;
  gap: 12px;
}
.join-item-shop-group {
  display: grid;
  gap: 10px;
}
.join-item-shop-group h3 {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 174, 199, .13);
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .03em;
}
.join-item-shop-group-none h3 {
  background: rgba(90, 108, 128, .12);
  color: #41546b;
}
.join-item-shop-group-none {
  padding-top: 12px;
  border-top: 1px solid rgba(17, 48, 83, .18);
}
.join-purchase-notes,
.join-item-free-note {
  width: 100%;
  text-align: left;
}
.join-purchase-notes {
  display: grid;
  gap: 2px;
  margin: -2px 0 0;
  color: #43566d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.65;
}
.join-purchase-notes p {
  margin: 0;
}
.join-item-free-note {
  margin-top: 0;
}
.join-item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.join-item-card {
  min-height: 132px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 14px 10px;
  text-align: center;
}
.join-item-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.join-item-card strong {
  color: var(--navy);
  font-size: 13px;
  line-height: 1.35;
}
.join-item-card p {
  margin: 0;
  color: #43566d;
  font-size: 12px;
  font-weight: 950;
}
.join-item-card small {
  color: #60748e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}
.join-shop-modern-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 16px;
}
.join-shop-modern-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
}
.join-shop-modern-card p {
  margin: 7px 0 0;
  color: #43566d;
  font-size: 13px;
  line-height: 1.6;
}
.join-shop-meta {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}
.join-shop-modern-card .btn {
  width: 100%;
  margin-top: 12px;
}
.join-icon,
.join-cost-icon,
.join-item-icon,
.join-mini-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--navy);
}
.join-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eaf5ff;
}
.join-cost-icon {
  width: 46px;
  height: 46px;
  border: 3px solid #68a6dc;
  border-radius: 50%;
}
.join-item-icon {
  width: 58px;
  height: 54px;
}
.join-mini-icon {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.join-icon svg,
.join-cost-icon svg,
.join-item-icon svg,
.join-mini-icon svg {
  width: 72%;
  height: 72%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.join-cost-icon svg {
  width: 30px;
  height: 30px;
}
.join-item-icon svg {
  width: 52px;
  height: 52px;
}
.join-page .number-board {
  margin-top: 6px;
}

.document-list { display: grid; gap: 10px; }
.document-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 13px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: start;
  box-shadow: 0 10px 26px rgba(16,24,40,.06);
}
.document-card span {
  display: inline-grid;
  place-items: center;
  height: 38px;
  border-radius: 8px;
  background: #eaf5ff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.document-card h3 { font-size: 17px; color: var(--navy); }
.document-card p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.document-link { color: #0b7890; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.privacy-content h2 { margin-top: 18px; font-size: 19px; color: var(--navy); }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content p { color: #43566d; font-size: 14px; }
.contact-layout { display: grid; gap: 14px; max-width: 980px; }
.contact-guide {
  border-color: #cdebf4;
  background: linear-gradient(135deg, #f4fcff, #fff);
}
.contact-guide h2,
.contact-form-card h2 { color: var(--navy); font-size: 21px; }
.contact-steps { display: grid; gap: 8px; margin: 12px 0; }
.contact-steps span {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f7fbff;
  padding: 9px 10px;
  color: var(--navy);
  font-weight: 900;
  font-size: 13px;
}
.contact-line-note { color: #51667f; font-size: 14px; }
.contact-form-shell { padding: 0; overflow: hidden; }
.contact-switch-guide {
  padding: 18px 16px 12px;
  background:
    radial-gradient(circle at 12% 0%, rgba(47,210,227,.15), transparent 30%),
    linear-gradient(180deg, #fff, #f7fbff);
  border-bottom: 1px solid var(--line);
}
.contact-switch-guide h2 {
  color: var(--navy);
  font-size: 20px;
}
.contact-switch-cards {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.contact-switch-cards span {
  display: grid;
  gap: 2px;
  border: 1px solid #dbe8f2;
  border-radius: 12px;
  background: rgba(255,255,255,.78);
  padding: 10px 12px;
}
.contact-switch-cards b {
  color: var(--navy);
  font-size: 14px;
}
.contact-switch-cards small {
  color: #66768b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
.contact-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 10px;
  background: #eef6fb;
  border-bottom: 1px solid var(--line);
}
.contact-tab-button {
  position: relative;
  border: 1px solid #d5e4f0;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  min-height: 46px;
  padding: 6px 10px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
}
.contact-tab-button.is-active {
  background: linear-gradient(135deg, var(--navy), #0b3966);
  color: #fff;
  box-shadow: 0 8px 18px rgba(7,32,61,.18);
}
.contact-tab-button.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 14px;
  height: 14px;
  background: #0b3966;
  transform: translateX(-50%) rotate(45deg);
}
.contact-panel { display: none; }
.contact-panel.is-active { display: block; }
.form-panel-head { padding: 18px 16px 0; }
.form-panel-head h2 { color: var(--navy); font-size: 22px; }
.form-panel-head p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.required-mark,
.form-field b,
.form-consent b { color: var(--red); font-size: 11px; }
.shunan-form { display: grid; gap: 14px; padding: 16px; }
.form-grid { display: grid; gap: 12px; }
.form-field { display: grid; gap: 6px; color: var(--navy); font-size: 13px; font-weight: 900; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #cfdbe8;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  padding: 10px 11px;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(47,210,227,.3);
  border-color: #55bcca;
}
.form-consent { display: flex; align-items: flex-start; gap: 8px; color: #43566d; font-size: 13px; }
.form-consent input { margin-top: 4px; }
.form-consent a { color: #087489; text-decoration: underline; text-underline-offset: 2px; }
.form-help { margin: -4px 0 0; color: var(--muted); font-size: 12px; }
.form-help.is-error { color: var(--red); font-weight: 900; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-result { border-width: 2px; }
.form-result h2 { color: var(--navy); font-size: 23px; }
.form-result p { margin: 8px 0 0; color: #43566d; font-size: 14px; }
.form-result.is-success { border-color: #b7e9d0; background: #f3fff9; }
.form-result.is-error { border-color: #f4c9cc; background: #fff7f7; }
.form-result-note { font-weight: 900; }
.btn-line { margin-top: 14px; background: #06c755; color: #fff; }

.reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .58s ease, transform .58s ease;
  will-change: opacity, transform;
}
.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 739px) {
  .schedule-section {
    background:
      radial-gradient(circle at 14% 0%, rgba(47,210,227,.10), transparent 30%),
      #f5f9fc;
  }
  .schedule-section .wrap { width: min(100% - 26px, 520px); }
  .schedule-month-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .schedule-month-head { display: none; }
  .schedule-list { display: none; }
  .schedule-mobile { display: block; }
  .schedule-mobile-cards,
  .schedule-mobile-calendar {
    display: grid;
    gap: 18px;
  }
  .schedule-mobile-cards[hidden],
  .schedule-mobile-calendar[hidden] { display: none !important; }
  .schedule-next-card,
  .schedule-mobile-list-block,
  .schedule-mobile-calendar-card {
    overflow: hidden;
    border: 1px solid rgba(11,35,66,.10);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(11,35,66,.08);
  }
  .schedule-next-card { padding: 16px; }
  .schedule-next-head {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  .schedule-next-icon,
  .schedule-mobile-kind {
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
  }
  .schedule-next-icon { width: 42px; height: 42px; }
  .schedule-next-icon svg,
  .schedule-mobile-kind svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .schedule-next-icon.is-practice,
  .schedule-mobile-kind { background: #1aa8b8; }
  .schedule-next-icon.is-game,
  .schedule-mobile-item.is-game .schedule-mobile-kind { background: #e7344c; }
  .schedule-next-icon.is-off,
  .schedule-mobile-item.is-off .schedule-mobile-kind { background: #8a929c; }
  .schedule-next-icon.is-event,
  .schedule-mobile-item.is-event .schedule-mobile-kind { background: #f5bd27; color: #13233b; }
  .schedule-next-head p {
    margin: 0 0 2px;
    color: #1aa8b8;
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .12em;
  }
  .schedule-next-head h3 {
    margin: 0;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.1;
  }
  .schedule-next-more {
    border: 0;
    background: transparent;
    color: var(--navy);
    font-size: 12px;
    font-weight: 1000;
    cursor: pointer;
  }
  .schedule-next-more::after { content: " ›"; }
  .schedule-next-body {
    width: 100%;
    display: grid;
    grid-template-columns: 54px 1fr 16px;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff, #f7fbff);
    padding: 10px 0 2px;
    color: inherit;
    text-align: left;
    font: inherit;
    cursor: pointer;
  }
  .schedule-next-date,
  .schedule-mobile-date {
    display: grid;
    justify-items: center;
    color: var(--navy);
    font-weight: 1000;
    line-height: 1;
  }
  .schedule-next-date { font-size: 24px; }
  .schedule-next-date small,
  .schedule-mobile-date small {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 1000;
  }
  .schedule-next-main { display: grid; gap: 5px; min-width: 0; }
  .schedule-next-main strong,
  .schedule-mobile-text strong {
    color: #063763;
    font-size: 15px;
    font-weight: 1000;
  }
  .schedule-next-main span,
  .schedule-mobile-text span {
    color: #324a63;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.55;
    white-space: pre-line;
  }
  .schedule-mobile-list-block { padding: 16px 12px 12px; }
  .schedule-mobile-list-block h3 {
    position: relative;
    margin: 0 0 14px;
    padding-bottom: 9px;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.2;
  }
  .schedule-mobile-list-block h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: var(--sky);
  }
  .schedule-mobile-list { display: grid; gap: 8px; }
  .schedule-mobile-item {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 52px 42px 1fr 16px;
    align-items: center;
    gap: 8px;
    border: 1px solid #e1eaf2;
    border-radius: 10px;
    background: #fff;
    padding: 10px 10px 10px 4px;
    text-align: left;
    font: inherit;
    box-shadow: 0 8px 18px rgba(11,35,66,.05);
    cursor: pointer;
  }
  .schedule-mobile-item.is-today {
    border-color: rgba(47,210,227,.72);
    box-shadow: inset 4px 0 0 var(--sky), 0 8px 18px rgba(11,35,66,.05);
  }
  .schedule-mobile-item.is-saturday .schedule-mobile-date { color: #006ed0; }
  .schedule-mobile-item.is-sunday .schedule-mobile-date { color: #d7152c; }
  .schedule-mobile-kind { width: 36px; height: 36px; }
  .schedule-mobile-kind svg { width: 20px; height: 20px; }
  .schedule-mobile-text {
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .schedule-mobile-arrow {
    color: #768da5;
    font-size: 24px;
    font-weight: 500;
  }
  .schedule-mobile-empty {
    margin: 0;
    border: 1px dashed #c9d8e5;
    border-radius: 10px;
    padding: 18px 12px;
    color: #526b83;
    font-size: 13px;
    font-weight: 800;
  }
  .schedule-view-switch {
    width: 100%;
    min-height: 48px;
    margin-top: 0;
    border: 1px solid var(--navy);
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    font-size: 14px;
    font-weight: 1000;
    cursor: pointer;
  }
  .schedule-view-switch.is-top { margin-top: -4px; }
  .schedule-view-switch::after { content: " ›"; }
  .schedule-view-switch.is-outline {
    margin: 14px 0 0;
    background: #fff;
    color: var(--navy);
  }
  .schedule-mobile-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 12px;
    border: 1px solid #dce8f2;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    color: #20354c;
    font-size: 12px;
    font-weight: 900;
  }
  .schedule-mobile-legend p {
    flex-basis: 100%;
    margin: 0;
    color: var(--navy);
    font-size: 14px;
    font-weight: 1000;
  }
  .schedule-mobile-legend.is-compact {
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 12px 0 0;
  }
  .schedule-mobile-legend span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
  }
  .schedule-mobile-legend i,
  .schedule-mobile-table-event i {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 999px;
    background: #1aa8b8;
  }
  .schedule-mobile-legend i.is-game,
  .schedule-mobile-table-event.is-game i { background: #e7344c; }
  .schedule-mobile-legend i.is-off,
  .schedule-mobile-table-event.is-off i { background: #a6adb5; }
  .schedule-mobile-legend i.is-event,
  .schedule-mobile-table-event.is-event i { background: #f5bd27; }
  .schedule-mobile-calendar-card { padding: 16px 12px; }
  .schedule-mobile-calendar-card h3 {
    margin: 0;
    color: var(--navy);
    text-align: center;
    font-size: 19px;
  }
  .schedule-mobile-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }
  .schedule-mobile-nav a {
    min-width: 74px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #b9cfdf;
    border-radius: 7px;
    background: #fff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 1000;
  }
  .schedule-mobile-nav a.is-today {
    border-color: var(--navy);
    background: var(--navy);
    color: #fff;
  }
  .schedule-mobile-table {
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #dde7f0;
    border-radius: 8px;
  }
  .schedule-mobile-table-head {
    display: grid;
    grid-template-columns: 38px 38px minmax(0, 1.02fr) minmax(0, 1.05fr);
  }
  .schedule-mobile-table-row {
    display: grid;
    grid-template-columns: 38px 38px minmax(0, 1fr);
  }
  .schedule-mobile-table-head {
    background: #f3f8fc;
    color: #293e54;
    font-size: 12px;
    font-weight: 1000;
  }
  .schedule-mobile-table-head span,
  .schedule-mobile-table-row > span {
    min-width: 0;
    border-right: 1px solid #dde7f0;
    border-bottom: 1px solid #dde7f0;
    padding: 9px 6px;
    line-height: 1.45;
  }
  .schedule-mobile-table-head span:last-child,
  .schedule-mobile-table-row > span:last-child { border-right: 0; }
  .schedule-mobile-table-row:last-child > span { border-bottom: 0; }
  .schedule-mobile-table-row > span:first-child,
  .schedule-mobile-table-row > span:nth-child(2) {
    display: grid;
    place-items: center;
    color: #172334;
    font-size: 13px;
    font-weight: 1000;
  }
  .schedule-mobile-table-row > .schedule-mobile-table-agenda {
    padding: 0;
  }
  .schedule-mobile-table-row.is-saturday > span:nth-child(2) { color: #006ed0; }
  .schedule-mobile-table-row.is-sunday > span:first-child,
  .schedule-mobile-table-row.is-sunday > span:nth-child(2) { color: #d7152c; }
  .schedule-mobile-table-row.is-today > span:first-child {
    background: #eaffff;
    color: #006b78;
  }
  .schedule-mobile-table-event {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--navy);
    text-align: left;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.45;
    cursor: pointer;
  }
  .schedule-mobile-table-agenda-row {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.05fr);
    min-width: 0;
  }
  .schedule-mobile-table-agenda-row + .schedule-mobile-table-agenda-row {
    border-top: 1px solid rgba(140,158,177,.24);
  }
  .schedule-mobile-table-agenda-row > .schedule-mobile-table-event,
  .schedule-mobile-table-agenda-row > .schedule-mobile-table-meta,
  .schedule-mobile-table-agenda-row > em {
    min-width: 0;
    padding: 9px 6px;
  }
  .schedule-mobile-table-agenda-row > .schedule-mobile-table-event,
  .schedule-mobile-table-agenda-row > em:first-child {
    border-right: 1px solid #dde7f0;
  }
  .schedule-mobile-table-event i {
    flex: 0 0 auto;
    margin-top: 3px;
  }
  .schedule-mobile-table-meta {
    display: block;
    color: #22384f;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
    white-space: pre-line;
  }
  .schedule-mobile-table em {
    color: #98a6b5;
    font-style: normal;
    font-weight: 900;
  }
  .schedule-mobile-note {
    margin: 10px 0 0;
    color: #5e7388;
    font-size: 11px;
    font-weight: 800;
  }
}

@media (min-width: 740px) {
  .header-inner { min-height: 76px; grid-template-columns: auto 1fr; padding: 0; gap: 16px; }
  .home .header:not(.is-scrolled) .header-inner { min-height: 88px; }
  .brand-mark { width: 52px; height: 52px; }
  .brand-title { font-size: 27px; }
  .brand-sub { font-size: 10px; letter-spacing: .28em; }
  .site-main { padding-top: 76px; }
  .menu-toggle, .nav-close { display: none; }
  .header-cta { display: none; }
  .floating-actions { display: none; }
  .nav-backdrop { display: none; }
  .nav { position: static; transform: none; height: auto; width: auto; border: 0; box-shadow: none; flex-direction: row; background: transparent; overflow: visible; padding: 0; justify-content: flex-end; flex-wrap: wrap; border-radius: 0; }
  .nav a { font-size: 14px; padding: 8px 11px; }
  .hero-inner { padding-top: 132px; }
  .hero-panel { padding: 28px; }
  .hero p { font-size: 18px; }
  .hero-points { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .hero-points article { display: block; border-bottom: 0; padding: 12px 0 0; }
  .hero-point-label { display: block; margin-bottom: 7px; }
  .hero-points strong { display: block; margin-bottom: 4px; font-size: 20px; }
  .section { padding: 74px 0; }
  .instagram-home-section { padding-top: 48px; }
  .section:nth-of-type(odd):not(.alt) {
    background:
      radial-gradient(circle at 8% 0%, rgba(47,210,227,.08), transparent 24%),
      #fff;
  }
  .grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
  .grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: .95fr 1.05fr; gap: 20px; }
  .section-head { display: grid; grid-template-columns: 1fr minmax(280px, 520px); align-items: end; gap: 24px; margin-bottom: 30px; }
  .instagram-section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }
  .news-section-head { display: flex; align-items: center; }
  .instagram-section-head .instagram-view-link {
    justify-self: end;
    align-self: end;
  }
  .news-section-head .section-view-link { align-self: center; }
  .team-intro-head.home-section-head {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  .team-intro-head {
    grid-template-columns: none;
    align-items: stretch;
  }
  .team-intro-head .section-title-block {
    padding: 0 0 12px;
    border-bottom: 1px solid var(--line);
  }
  .team-intro-head > p {
    max-width: 960px;
    justify-self: auto;
    margin: 14px 0 0;
  }
  .team-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-feature-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .team-feature-card { min-height: 300px; padding: 42px 36px; }
  .home-trial-banner-inner {
    grid-template-columns: 1fr auto;
    padding: 34px 0;
    justify-items: stretch;
    text-align: left;
  }
  .home-trial-banner .btn { width: 260px; }
  .footer { padding-top: 44px; }
  .footer-cta-actions {
    width: 320px;
  }
  .footer-main {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .footer-links {
    grid-template-columns: repeat(5, auto);
    justify-content: flex-end;
  }
  .member-group-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .member-card { grid-template-columns: 1fr 136px; }
  .member-photo { height: 170px; margin: 10px 10px 10px 0; }
  .member-body { padding: 12px 12px 10px; }
  .member-name { font-size: 20px; }
  .member-detail p { font-size: 14px; }
  .member-tag { font-size: 12px; }
  .member-filters { justify-content: flex-end; }
  .member-archive-hero { min-height: auto; padding: 58px 0 40px; }
  .member-list-card a { grid-template-columns: 260px minmax(0, 1fr); min-height: 220px; }
  .member-list-photo,
  .member-list-photo img,
  .member-list-photo .no-image-box { min-height: 220px; }
  .member-list-info { padding: 24px 46px 24px 24px; gap: 8px; }
  .member-list-school,
  .member-list-source { font-size: 13px; }
  .member-profile-hero,
  .member-profile-hero-inner { min-height: 680px; }
  .member-profile-card { padding: 30px 34px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-radius: 10px; }
  .member-profile-card + .member-profile-card { margin-top: 16px; }
  .member-profile-line { grid-template-columns: 150px minmax(0, 1fr); }
  .member-profile-actions .btn { width: auto; min-width: 240px; }
  .instagram-track { gap: 14px; }
  .instagram-card { flex-basis: calc((100% - 42px) / 4); }
  .instagram-card-body { min-height: 98px; padding: 50px 13px 14px; }
  .instagram-card-caption { font-size: 13px; }
  .instagram-arrow-prev { left: 0; }
  .instagram-arrow-next { right: 0; }
  .news-home-track { gap: 16px; }
  .news-home-card { flex-basis: calc((100% - 32px) / 3); }
  .news-home-card a { display: block; }
  .news-home-image { aspect-ratio: 16 / 10; min-height: 0; }
  .news-home-body { padding: 14px 15px 16px; }
  .news-home-body strong { font-size: 17px; }
  .news-arrow-prev { left: 0; }
  .news-arrow-next { right: 0; }
  .news-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .archive-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .career-school-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-body h3,
  .news-body h2 { font-size: 17px; }
  .schedule-month-head { padding: 20px; }
  .schedule-month-head h2 { font-size: 28px; }
  .schedule-day { min-height: 122px; padding: 7px 6px; }
  .schedule-day-number { font-size: 12px; }
  .schedule-event-chip { padding: 4px 5px; }
  .schedule-event-chip span { display: block; margin-bottom: 1px; font-size: 9px; font-weight: 900; opacity: .8; }
  .schedule-event-chip b { font-size: 10px; }
  .staff-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .staff-card.is-head { grid-column: span 2; }
  .join-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(47,210,227,.12), rgba(255,255,255,0) 36%),
      linear-gradient(180deg, #f8fcff 0%, #fff 100%);
    padding: 0;
  }
  .join-flow article {
    grid-template-columns: 1fr;
    gap: 10px;
    border-bottom: 0;
    border-right: 1px dashed #d9e6f1;
    padding: 18px 16px;
  }
  .join-flow article:last-child { border-right: 0; }
  .join-flow span { font-size: 24px; }
  .join-info-grid { grid-template-columns: repeat(3, 1fr); }
  .join-shop-grid { grid-template-columns: repeat(2, 1fr); }
  .join-shop-head { grid-template-columns: 1fr auto; }
  .join-shop-card .btn { width: auto; }
  .join-shop-map iframe { height: 320px; }
  .number-board-head { grid-template-columns: 1fr auto; align-items: end; }
  .number-grid { gap: 7px; }
  .form-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-switch-guide { padding: 22px 22px 14px; }
  .contact-switch-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shunan-form { padding: 22px; gap: 18px; }
  .form-panel-head { padding: 22px 22px 0; }
  .form-submit { width: auto; justify-self: start; min-width: 220px; }
}
@media (min-width: 1080px) {
  .member-group-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .member-list-wrap,
  .member-profile-wrap { max-width: 980px; }
  .member-list-card a { grid-template-columns: 300px minmax(0, 1fr); }
  .ground-grid { grid-template-columns: 1fr; }
  .ground-card-main { display: grid; grid-template-columns: minmax(520px, 1.12fr) minmax(380px, .88fr); align-items: stretch; }
  .ground-body-lead { grid-column: 1 / -1; padding: 18px 20px 14px; }
  .ground-showcase { padding: 0 0 14px 14px; }
  .ground-feature,
  .ground-feature img { min-height: 360px; }
  .ground-facility-grid { grid-template-columns: repeat(3, 1fr); }
  .ground-facility,
  .ground-facility img { min-height: 126px; height: 126px; }
  .ground-map-main { margin: 0 14px 14px 0; }
  .ground-card-sub.has-photos .ground-sub-layout { grid-template-columns: minmax(320px, .8fr) minmax(420px, 1.2fr); }
  .ground-photos img { height: 320px; }
  .ground-map-main,
  .ground-map-main iframe { height: 374px; }
  .ground-gallery-count-2 .ground-map-main,
  .ground-gallery-count-2 .ground-map-main iframe,
  .ground-gallery-count-3 .ground-map-main,
  .ground-gallery-count-3 .ground-map-main iframe,
  .ground-gallery-count-4 .ground-map-main,
  .ground-gallery-count-4 .ground-map-main iframe { height: 510px; }
  .ground-gallery-count-5 .ground-map-main,
  .ground-gallery-count-5 .ground-map-main iframe,
  .ground-gallery-count-6 .ground-map-main,
  .ground-gallery-count-6 .ground-map-main iframe,
  .ground-gallery-count-7 .ground-map-main,
  .ground-gallery-count-7 .ground-map-main iframe { height: 644px; }
  .ground-card-sub .ground-map,
  .ground-card-sub .ground-map iframe { height: 320px; }
  .contact-layout { grid-template-columns: 1fr; align-items: start; }
  .contact-layout .page-free-content { grid-column: auto; }
  .contact-form-shell { grid-column: auto; }
}

/* v2.14 visual tuning */
.hero-slide {
  filter: brightness(.9) saturate(1.04);
}
.hero-overlay {
  background:
    radial-gradient(circle at 18% 32%, rgba(47,210,227,.08), transparent 30%),
    linear-gradient(105deg, rgba(2,10,22,.72) 0%, rgba(5,20,38,.54) 46%, rgba(8,30,56,.28) 100%),
    linear-gradient(0deg, rgba(3,12,24,.4), transparent 44%);
}
.team-feature-map {
  right: -54px;
  bottom: -34px;
  width: min(96%, 440px);
  max-height: 92%;
  opacity: .88;
}
.footer-cta {
  justify-items: center;
  text-align: left;
}
.footer-cta-message {
  width: fit-content;
  max-width: min(100%, 720px);
}
.footer-cta-actions {
  justify-self: center;
}
@media (min-width: 900px) {
  .member-list-wrap {
    max-width: 1180px;
  }
  .member-filter-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    align-items: start;
    gap: 28px;
    margin-bottom: 38px;
  }
  .member-filter-tabs {
    display: flex;
    align-items: center;
    gap: 44px;
    min-height: 82px;
  }
  .member-position-filter {
    width: 100%;
    max-width: 300px;
    margin: 0 0 0 auto;
  }
  .member-list-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 28px;
  }
  .member-list-card {
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(9,29,55,.09);
  }
  .member-list-card a {
    display: block;
    min-height: 0;
  }
  .member-list-photo,
  .member-list-photo img,
  .member-list-photo .no-image-box {
    min-height: 0;
    height: 290px;
  }
  .member-list-number {
    left: 12px;
    bottom: 10px;
    font-size: 56px;
  }
  .member-list-info {
    display: block;
    padding: 18px 18px 20px;
  }
  .member-list-tags {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .member-list-name {
    display: block;
    font-size: 23px;
  }
  .member-list-grade,
  .member-list-school,
  .member-list-source {
    margin-top: 6px;
    font-size: 13px;
  }
  .member-list-detail,
  .member-list-arrow {
    display: none;
  }
}

@media (min-width: 760px) {
  .join-lead-panel {
    min-height: 300px;
    align-content: center;
    padding: 42px;
  }
  .join-flow-modern-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
  }
  .join-flow-modern-card {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    text-align: center;
    margin-bottom: 0;
    padding: 24px 14px;
  }
  .join-flow-modern-card::after {
    content: none;
  }
  .join-cost-summary-grid,
  .join-info-modern,
  .join-shop-modern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .join-item-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .join-shop-modern-card .btn {
    width: min(100%, 240px);
  }
}

@media (min-width: 1080px) {
  .join-item-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
