/* ===== CUSTOM FONTS ===== */
.gothic{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --header-h: 136px;
  --blue-dark:   #0d2b4e;
  --blue-mid:    #1565c0;
  --blue:        #1976d2;
  --blue-light:  #42a5f5;
  --blue-pale:   #e3f2fd;
  --accent:      #00b0ff;
  --white:       #ffffff;
  --text:        #1a1a2e;
  --text-muted:  #546e7a;
  --bg:          #f4f7fb;
  --border:      #e2e8f0;
  --radius:      12px;
  --shadow:      0 4px 24px rgba(21,101,192,.10);
  --shadow-lg:   0 8px 40px rgba(21,101,192,.16);
}



.mb-0 {
	margin-bottom: 0 !important
}
.mb-8 {
	margin-bottom: 8px !important
}
.mb-16 {
	margin-bottom: 16px !important
}
.mb-24 {
	margin-bottom: 24px !important
}
.mb-32 {
	margin-bottom: 2pc !important
}
.mb-40 {
	margin-bottom: 40px !important
}
.mb-60 {
	margin-bottom: 60px !important
}
.mb-80 {
	margin-bottom: 5pc !important
}
.mb-100 {
	margin-bottom: 75pt !important
}


html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Serif JP', YuMincho, "游明朝", serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  transition: all .25s;
  cursor: pointer;
  border: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-light));
  color: white;
  box-shadow: 0 4px 20px rgba(21,101,192,.35);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(21,101,192,.5); }

.btn-outline-dark {
  border: 2px solid var(--blue-mid);
  color: var(--blue-mid);
  background: transparent;
  padding: 12px 28px;
}
.btn-outline-dark:hover { background: var(--blue-mid); color: white; }

.btn-white {
  background: white;
  color: var(--blue-mid);
  font-weight: 700;
}
.btn-white:hover { background: var(--blue-pale); }

.btn-full { width: 100%; text-align: center; padding: 16px; font-size: 1rem; }

.btn-yt {
  background: #ff0000;
  color: white;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: .95rem;
  box-shadow: 0 4px 20px rgba(255,0,0,.3);
  transition: all .25s;
}
.btn-yt:hover { background: #cc0000; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,0,0,.4); }

.btn-reserve {
  background: linear-gradient(135deg, var(--blue-mid), var(--accent));
  color: white !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .85rem;
  box-shadow: 0 4px 16px rgba(21,101,192,.3);
  transition: all .2s;
}
.btn-reserve:hover { transform: translateY(-2px); }

/* ===== HEADER ===== */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: linear-gradient(to right, #40428c 0%, #93c5e0 100%);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .3s;
}
.header-inner {
  padding: 0 24px;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}
.logo-icon { display: flex; align-items: center; }
.logo-icon img { height: 50px; width: auto; }
.logo-ball { height: 50px; width: auto; }
.logo-group { display: flex; flex-direction: column; gap: 16px; }
.logo-under-text { display: flex; flex-direction: column; gap: 4px; color: white; width: 100%; }
.logo-tel { display: block; width: 100%; }
.logo-name { font-size: 3.4rem; font-weight: 700; color: white; line-height: 1; margin: 0 10px 0 24px; letter-spacing: .12em; }
.logo-tel  { font-size: 1.37rem; font-weight: 400; color: #fff; letter-spacing: .04em; }

#nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
#nav ul li a {
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all .2s;
  font-weight: 500;
}
#nav ul li a:hover { color: white; background: rgba(255,255,255,.1); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  position: relative;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
#hero {
  /*min-height: 100vh;*/
  background: #d2e2ef;
  position: relative;
  padding-top: var(--header-h);
}


/* 浮遊ボール */
/*.hero-bg { position: absolute; inset: 0; pointer-events: none; }*/
.hero-bg {
	display: none;
}
.hero-ping {
  position: absolute;
  width: 18px; height: 18px;
  border-radius: 50%;
  overflow: hidden;
  opacity: .7;
  /* 球体グラデーション：左上ハイライト → 右下シャドウ */
  background:
    radial-gradient(circle at 32% 28%,
      #ffffff        0%,
      #e8f0f8       35%,
      #c8d8ea       65%,
      #b0c4d8      100%);
  box-shadow:
    0 3px 10px rgba(21,101,192,.22),
    inset -1px -1px 3px rgba(0,0,0,.12);
}
/* 縫い目ライン1（横方向カーブ） */
.hero-ping::before {
  content: '';
  position: absolute;
  width: 160%; height: 160%;
  top: 20%; left: -30%;
  border-top: 1px solid rgba(90,140,185,.45);
  border-radius: 50%;
}
/* 縫い目ライン2（縦方向カーブ） */
.hero-ping::after {
  content: '';
  position: absolute;
  width: 160%; height: 160%;
  top: -30%; left: 20%;
  border-left: 1px solid rgba(90,140,185,.38);
  border-radius: 50%;
}
.hero-ping-1 { top: 22%; left: 12%; animation: float1 6s ease-in-out infinite; }
.hero-ping-2 { top: 62%; left: 72%; animation: float2 8s ease-in-out infinite; width: 14px; height: 14px; }
.hero-ping-3 { top: 38%; left: 50%; animation: float1 5s ease-in-out infinite reverse; width: 11px; height: 11px; }
@keyframes float1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(28px,-38px)} }
@keyframes float2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-36px,24px)} }

/* 2カラムレイアウト */
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 0;
  width: 100%;
  margin: 0 auto;
  /*min-height: calc(100vh - 137px);*/
}

/* テキスト */
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.hero-sub {
  color: #14364f;
  font-size: clamp(1.2rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 40px;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke fill;
  filter: drop-shadow(0px 5px 4px rgba(0,0,0,0.35));
}
.sub-hira {
  font-size: 80%;
}
.hero-title {
  font-family: 'Aoyanagi', 'Noto Serif JP', sans-serif;
  font-weight: 900;
  font-size: clamp(0.95rem, 2.25vw, 1.8rem);
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 24px;
}
.hero-title .accent {
  background: linear-gradient(135deg, var(--blue-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-quote {
  color: #095cb7;
}
.hero-name {
  font-family: 'Aoyanagi', 'Noto Serif JP', sans-serif;
  font-size: clamp(0.85rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 0;
  text-align: right;
  width: 100%;
}
.hero-text-group {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-bottom: 32px;
}
.hero-sub {
  grid-column: 1;
  grid-row: 1;
}
.hero-title {
  grid-column: 1 / -1;
  grid-row: 2;
}
.fv-text-img{
  grid-column: 1 / -1;
  grid-row: 2;
  width: 75%;
  padding-left: 46px;
}

.fv-img img{
	width: 100%;
}

.fv-text-img img{
  width: 100%;
  filter: contrast(10) brightness(0.1);
}

.hero-name {
  grid-column: 1;
  grid-row: 3;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; position: absolute; bottom: 11.2%; left: 3.125%; }
.hero-btns-02 { display: none; }

/* 人物画像 */
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
}
/* 画像背後の装飾円 */
.hero-image::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(66,165,245,.18) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.hero-image::after {
  content: '';
  position: absolute;
  width: 160px; height: 160px;
  top: 8%; right: 0;
  background: radial-gradient(circle, rgba(0,176,255,.14), transparent 68%);
  border-radius: 50%;
  z-index: 0;
}
.hero-image img {
  position: relative;
  z-index: 1;
  max-height: calc(100vh - 100px);
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.4));
}

/* ===== 卓球イラスト SVG ===== */
.tt-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: calc(100vh - 100px);
  filter: drop-shadow(0 24px 56px rgba(0,0,0,.35));
  animation: tt-float 3.8s ease-in-out infinite;
}

/* ① テーブル全体フロート */
@keyframes tt-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-14px); }
}

/* ② ボール バウンド＋スクワッシュ */
.tt-ball {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: tt-bounce 1.6s linear infinite;
}
@keyframes tt-bounce {
  0% {
    transform: translateY(0) scaleX(1) scaleY(1);
    animation-timing-function: ease-in;
  }
  46% {
    transform: translateY(173px) scaleX(1) scaleY(1);
  }
  50% {
    transform: translateY(179px) scaleX(1.3) scaleY(0.72);
    animation-timing-function: ease-out;
  }
  54% {
    transform: translateY(173px) scaleX(1) scaleY(1);
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}

/* ③ ボール影 */
.tt-ball-shadow {
  transform-box: fill-box;
  transform-origin: center;
  animation: tt-shadow 1.6s linear infinite;
}
@keyframes tt-shadow {
  0% {
    transform: scale(0.3);
    opacity: 0.05;
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1);
    opacity: 0.4;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.3);
    opacity: 0.05;
  }
}

/* ④ ボールグロー点滅 */
.tt-ball-glow {
  transform-box: fill-box;
  transform-origin: center;
  animation: tt-glow 2.4s ease-in-out infinite;
}
@keyframes tt-glow {
  0%, 100% { transform: scale(1);   opacity: 0.06; }
  50%       { transform: scale(1.7); opacity: 0.18; }
}

/* スクロールインジケーター */
.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, .6);
  font-size: .68rem;
  letter-spacing: .16em;
  text-align: center;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.scroll-line {
  width: 1px; height: 36px;
  background: linear-gradient(rgba(0, 0, 0, .6), transparent);
  animation: scrollAnim 1.6s ease-in-out infinite;
}
@keyframes scrollAnim {
  0%   { opacity: 1; transform: scaleY(1) translateY(0); }
  100% { opacity: 0; transform: scaleY(0) translateY(16px); }
}

/* ===== SEO H1 ===== */
.seo-h1-wrap {
  background: linear-gradient(135deg, #0f4687, var(--blue-mid) 60%, #1E90FF);
  padding: 40px 0;
}
.seo-h1 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .06em;
}
.seo-h1 span {
  display: inline-block;
  white-space: nowrap;
}

/* ===== SHOP / FACILITY ===== */
#shop {
  padding: 100px 0;
  background: var(--bg);
}
.shop-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.shop-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
  background: var(--blue-pale);
  margin-bottom: 8px;
}
.shop-photo-caption {
  font-size: .9rem;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 16px;
}
.shop-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.shop-photo:hover img { transform: scale(1.04); }

.price-box {
  background: white;
  border-radius: var(--radius);
  padding: 40px 48px;
  box-shadow: var(--shadow);
  text-align: center;
}
.price-label {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.price-detail-box .price-label {
  margin-bottom: 0;
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.price-type {
  font-size: .9rem;
  color: var(--text-muted);
  font-weight: 500;
}
.price-value {
  font-family: 'Bebas Neue', cursive;
  font-size: 3rem;
  color: var(--blue-dark);
  line-height: 1;
  font-weight: 900;
}
.price-value small { font-size: 1.2rem; }
.price-arrow {
  font-size: 2rem;
  color: var(--blue-light);
  font-weight: 900;
}
.price-item.recommended {
  position: relative;
  background: linear-gradient(135deg, var(--blue-pale), rgba(66,165,245,.12));
  border: 2px solid var(--blue-light);
  border-radius: var(--radius);
  padding: 24px 32px;
}
.price-item.recommended .price-value { color: var(--blue-mid); }
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--blue-mid), var(--accent));
  color: white;
  font-size: .72rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  white-space: nowrap;
}
.price-per {
  font-size: .82rem;
  color: var(--blue-mid);
  font-weight: 700;
}

/* ===== PRICE DETAIL ===== */
.price-detail-box {
  background: white;
  border-radius: var(--radius);
  padding: 40px 48px;
  box-shadow: var(--shadow);
  margin-top: 24px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/* 入会金0円 */
.price-zero-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  background: var(--blue-pale);
  border-radius: 50px;
  padding: 12px 32px;
}
.price-zero-item {
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-dark);
  letter-spacing: .04em;
}
.price-zero-item strong {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.5rem;
  color: #e20303;
  margin-left: 4px;
}
.price-zero-item strong small {
  font-size: 0.5em;
}
.price-zero-sep {
  color: var(--blue-light);
  font-weight: 700;
}
.price-zero-pc { display: inline; }
.price-zero-sp { display: none; }

/* オープンキャンペーン */
.price-campaign {
  text-align: center;
}
.price-campaign-head {
  margin-bottom: 12px;
}
.price-campaign-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e20303, #ff5500);
  color: white;
  font-size: 1.3824rem;
  font-weight: 700;
  padding: 5px 40px;
  border-radius: 50px;
  letter-spacing: .08em;
}
.price-campaign-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.price-campaign-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.price-campaign-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.price-campaign-type {
  font-size: 1.32rem;
  color: var(--text);
  font-weight: 700;
}
.price-campaign-old {
  font-family: 'Bebas Neue', cursive;
  font-size: 2rem;
  color: var(--text-muted);
  text-decoration: line-through;
  opacity: .6;
  margin-top: 4px;
}
.price-campaign-old small { font-size: 1rem; text-decoration: none; display: inline-block; }
.price-campaign-arrow {
  font-size: 1.8rem;
  color: var(--blue-light);
  font-weight: 900;
}
.price-campaign-value {
  font-family: 'Bebas Neue', cursive;
  font-size: 3rem;
  color: #e20303;
  line-height: 1;
  font-weight: 900;
}
.price-campaign-value small { font-size: 1.2rem; }

/* 回数券テーブル */
.price-ticket {
  text-align: center;
  margin-top: -22px;
}
.price-ticket-label {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 16px;
  letter-spacing: .08em;
}
.price-ticket-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 600px;
  margin: 0 auto;
}
.price-ticket-pc { display: table; }
.price-ticket-sp { display: none; }
.price-ticket-note {
  max-width: 600px;
  margin: 8px auto 0;
  text-align: left;
  font-size: .82rem;
  color: var(--text-muted);
}
.price-ticket-table th {
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-light));
  color: white;
  font-size: .85rem;
  font-weight: 700;
  padding: 10px 16px;
  letter-spacing: .04em;
}
.price-ticket-table td {
  border: 1px solid var(--border);
  padding: 14px 16px;
  font-size: .9rem;
  color: var(--text);
  vertical-align: middle;
}
.price-ticket-table td small {
  font-size: .75rem;
  color: var(--text-muted);
  display: block;
  margin-top: 4px;
}
.price-ticket-num {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8rem !important;
  color: var(--blue-dark);
  text-align: center;
}
.price-ticket-num small { font-size: 1rem !important; display: inline !important; color: var(--text) !important; font-weight: 900; }
.price-ticket-num.total {
  color: var(--blue-mid);
  font-size: 2.2rem !important;
  font-weight: 900;
}
.price-ticket-num.total small { color: var(--blue-mid) !important; }

/* 体験レッスン・卓球台 */
.price-sub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.price-sub-card {
  border-radius: var(--radius);
  padding: 24px 28px;
  text-align: center;
}
.price-sub-card.trial {
  background: var(--bg);
  border: 1px solid var(--border);
}
.price-sub-card.table-fee {
  background: var(--bg);
  border: 1px solid var(--border);
}
.price-sub-label {
  font-size: 1.224rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: .04em;
}
.price-sub-value {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.6rem;
  color: var(--blue-mid);
  line-height: 1;
  margin-bottom: 12px;
}
.price-sub-value small { font-weight: 900; }
.price-sub-card.trial .price-sub-value span { font-size: 0.6em; margin-right: 40px; font-family: YuMincho, "游明朝", "Yu Mincho", serif; font-weight: 700; color: #121212; }
.price-sub-card.trial .price-sub-label { font-size: 1.3824rem; }
.price-sub-card.trial .price-sub-value { color: #e20303; }
.price-sub-value small { font-size: 1.1rem; }
.price-sub-unit { font-family: 'Noto Serif JP', serif; font-size: 1rem; color: var(--text); font-weight: 700; }
.price-sub-note {
  font-size: .82rem;
  color: #121212;
  line-height: 1.7;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.price-sub-note strong { color: #121212; font-size: 1rem; }
.price-sub-card.trial .price-sub-note {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #121212;
  padding-left: 0;
  text-indent: 0;
}
.price-table-discount {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--blue-mid);
  text-align: center;
  margin-top: 6px;
  line-height: 1;
}
.price-table-discount small { font-size: 1.1rem; font-weight: 900; }
.price-table-discount-unit {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  color: var(--text);
  font-weight: 700;
}


@media (max-width: 767px) {
  .price-detail-box { padding: 28px 20px; gap: 28px; }
  .price-sub-grid { grid-template-columns: 1fr; }
  .price-zero-row { padding: 8px; gap: 0; }
  .price-zero-pc { display: none; }
  .price-zero-sp { display: inline; }
  .price-sub-note { text-align: center; }
}

/* ===== CTA ===== */
.cta {
  background: linear-gradient(135deg, #0f4687, var(--blue-mid) 60%, #1E90FF);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 40px 0 48px;
}
.cta::before {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
  top: -200px; right: -100px;
}
.cta::after {
  content: "";
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
  bottom: -150px; left: -50px;
}
.cta-inner {
  position: relative;
  padding: 0 40px;
  text-align: center;
}
.cta h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cta p span { display: inline-block; }
.br-650 { display: none; }
@media (max-width: 650px) {
  .br-650 { display: block; }
}
.cta h2 span { display: inline-block; }
.cta-inner > p {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.cta-inner .btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: #fff;
  color: var(--blue-mid);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border: none;
  cursor: pointer;
  transition: all .25s;
  flex-shrink: 0;
}
.cta-inner .btn-white:hover { transform: translateY(-2px); background: #fff; }

/* ===== SECTION COMMON ===== */
section { padding: 100px 0; }
.section-head { text-align: center; margin-bottom: 60px; }
.section-en {
  font-family: 'Bebas Neue', cursive;
  font-size: 1rem;
  letter-spacing: .25em;
  color: var(--blue-light);
  margin-bottom: 8px;
}
#youtube-section-en { color: white; }
.section-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  color: var(--text);
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.section-title::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 50px; height: 4px;
  background: linear-gradient(90deg, var(--blue-mid), var(--blue-light));
  border-radius: 2px;
}
.section-head.light .section-title { color: white; }
.section-head.light .section-en { color: var(--accent); }
.section-head.light .section-title::after { background: linear-gradient(90deg, var(--accent), white); }
.section-head.light .section-desc { color: rgba(255,255,255,.7); }
.section-desc { color: #fff; margin-top: 12px; }

/* ===== SECTION SUB TITLE ===== */
.section-sub-title {
  text-align: center;
  font-size: 1.44rem;
  font-weight: bold;
  color: #0e4c6b;
  margin-bottom: 40px;
}

/* ===== ABOUT ===== */
#about { background: var(--white); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 64px;
}
.about-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  aspect-ratio: 4/3;
}
.slide-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-track img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide-track img.active {
  opacity: 1;
}
.about-text {
  margin-top: -14px;
}
.about-text p {
  color: #121212;
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 16px;
}
.about-text p strong { color: var(--blue-mid); font-weight: 700; }

/* 経歴グリッド */
.career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.career-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 32px;
  border-left: 4px solid var(--blue-mid);
}
.career-title {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.career-icon { font-size: 1.1rem; }
.career-list { display: flex; flex-direction: column; gap: 14px; }
.career-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .88rem;
  color: #121212;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.career-list li:last-child { border-bottom: none; padding-bottom: 0; }
.career-year {
  font-size: .78rem;
  font-weight: 700;
  color: var(--blue-mid);
  background: var(--blue-pale);
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== MEDIA AREA ===== */
.media-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 64px;
}
.media-area h3 {
  grid-column: 1 / -1;
  font-size: 1.4rem;
  font-weight: 900;
  color: #0e4c6b;
  padding: 14px 0 0;
  border-radius: var(--radius);
  letter-spacing: .08em;
}
.tv-area, .contents-area {
}
.media-list li::before {
  color: #40428c;
}
.media-list a {
  color: #40428c;
}
.tv-area, .contents-area {
  border-radius: var(--radius);
  padding: 28px 32px;
}
.tv-area, .contents-area {
  padding: 0 32px;
}
.tv-area h4, .contents-area h4 {
  font-size: .95rem;
  font-weight: 900;
  color: var(--blue-dark);
  margin-bottom: 16px;
  letter-spacing: .05em;
}
.media-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.media-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  padding: 10px 16px;
  background: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.media-list li::before {
  content: '▶';
  color: var(--blue-mid);
  font-size: .65rem;
  flex-shrink: 0;
}
.media-list a {
  color: var(--blue-mid);
  font-weight: 600;
  display: inline-block;
  transition: color .3s, transform .3s;
}
.media-list a:hover {
  color: var(--blue-light);
  text-decoration: underline;
  transform: translateX(6px);
}

/* ===== YOUTUBE ===== */
#youtube {
  background: linear-gradient(135deg, #0f4687, var(--blue-mid) 60%, #1E90FF);
  padding: 100px 0;
}
.yt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.yt-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .25s;
  display: flex;
  flex-direction: column;
}
.yt-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.5);
  box-shadow: 0 12px 40px rgba(255,255,255,.2);
}
.yt-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
}
.yt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.yt-card:hover .yt-thumb img { transform: scale(1.05); }
.yt-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: rgba(0,0,0,.3);*/
  transition: background .2s;
}
.yt-card:hover .yt-play {
	/*background: rgba(255,0,0,.4); */
}
.yt-play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.95);
  border-radius: 50%;
  /*color: #ff0000;*/
  font-size: .9rem;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.yt-title {
  font-size: .85rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 14px 16px;
  background: #fff;
  flex: 1;
}
.yt-channel-btn {
  text-align: center;
}

/* ===== FAQ ===== */
#faq { background: var(--bg); position: relative; overflow: hidden; }
.faq-illust {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  pointer-events: none;
  user-select: none;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 800px; margin: 0 auto; }
.faq-item {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 700;
  color: var(--text);
  transition: background .2s;
}
.faq-q:hover { background: var(--blue-pale); }
.faq-q[aria-expanded="true"] { color: var(--blue-mid); background: var(--blue-pale); }
.faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-light));
  color: white;
  font-size: .8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-icon.a {
  background: linear-gradient(135deg, #00b894, #00cec9);
}
.faq-q span:nth-child(2) { flex: 1; }
.faq-arrow {
  font-size: .75rem;
  color: var(--text-muted);
  transition: transform .3s;
  flex-shrink: 0;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
}
.faq-q[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); color: var(--blue-mid); }
.faq-a {
  display: none;
  gap: 14px;
  padding: 20px 24px;
  align-items: flex-start;
}
.faq-a.open { display: flex; }
.faq-a p { font-size: .9rem; line-height: 1.9; }

/* ===== SCHEDULE ===== */
#schedule {
  background: linear-gradient(160deg, var(--blue-mid) 0%, var(--blue-dark) 100%);
}
.schedule-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
  min-width: 600px;
}
.schedule-table th, .schedule-table td {
  border: 1px solid rgba(255,255,255,.12);
  padding: 12px 8px;
  text-align: center;
  color: white;
  font-size: .85rem;
  vertical-align: middle;
}
.schedule-table th {
  background: rgba(0,0,0,.3);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .05em;
}
.schedule-table td.time-cell {
  font-size: .78rem;
  color: rgba(255,255,255,.6);
  white-space: nowrap;
  background: rgba(0,0,0,.2);
}
.sch { border-radius: 6px; padding: 8px 4px; font-size: .75rem; font-weight: 700; line-height: 1.4; }
.sch.beginner { background: rgba(66,165,245,.3); border: 1px solid rgba(66,165,245,.5); }
.sch.featured { background: rgba(21,101,192,.5); border: 1px solid rgba(0,176,255,.5); }
.sch.family   { background: rgba(76,175,80,.25); border: 1px solid rgba(76,175,80,.4); }
.schedule-legend {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
.legend-item { padding: 6px 16px; border-radius: 50px; font-size: .78rem; font-weight: 600; color: white; }
.legend-item.beginner { background: rgba(66,165,245,.4); border: 1px solid rgba(66,165,245,.5); }
.legend-item.featured { background: rgba(21,101,192,.6); border: 1px solid rgba(0,176,255,.5); }
.legend-item.family   { background: rgba(76,175,80,.35); border: 1px solid rgba(76,175,80,.4); }

/* ===== MAP SECTION ===== */
#contact { background: white; }

.map-info-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: stretch;
  min-height: 520px;
}

/* 左：地図 */
.map-wrap-full {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  min-height: 520px;
}
.map-wrap-full iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

/* 右：施設情報カード */
.info-card {
  background: white;
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}
.info-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--blue-pale);
  color: var(--blue-dark);
  letter-spacing: .05em;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bg);
}
.info-item:last-of-type { border-bottom: none; }
.info-icon { font-size: 1.3rem; width: 30px; text-align: center; margin-top: 2px; flex-shrink: 0; }
.info-icon-img { width: 1.3rem; height: 1.3rem; object-fit: contain; flex-shrink: 0; margin-top: 2px; }
.btn-icon { width: 1.3rem; height: 1.3rem; object-fit: contain; vertical-align: middle; position: relative; top: -1px; }.info-label { font-size: .75rem; color: var(--text-muted); margin-bottom: 2px; }
.info-value { font-size: .95rem; font-weight: 600; color: var(--text); line-height: 1.6; }
.tel-link { color: var(--blue-mid); font-size: 1.15rem; font-weight: bold; }
.tel-link:hover { text-decoration: underline; }

/* CTAボタン */
.map-cta {
  margin-top: auto;
  padding-top: 28px;
}
.map-cta .btn-full {
  font-size: .95rem;
  letter-spacing: .04em;
}

/* ===== FOOTER ===== */
#footer {
  background: linear-gradient(to right, #40428c 0%, #93c5e0 100%);
  padding: 24px;
  position: relative;
}
.footer-illust {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  pointer-events: none;
  user-select: none;
}
.between-illust {
  display: none;
}
.between-illust img {
  width: 220px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  #access { padding-bottom: 140px; }
}

@media (max-width: 1000px) {
  .footer-illust { display: none; }
  .between-illust { display: block; }
  #access { padding-bottom: 100px; }
}
.footer-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  margin-bottom: 24px;
  font-size: .9rem;
  font-weight: 700;
}
.footer-logo .logo-icon { font-size: 1.6rem; }
.footer-logo .logo-icon img { height: 1.8rem; width: auto; }
.footer-logo-wrap { display: flex; flex-direction: row; align-items: center; gap: 8px; margin-right: 8px; }
.footer-logo-ball { width: 40px; }
.footer-logo-name { font-size: 2.7rem; font-weight: 700; color: white; line-height: 1; margin-right: 10px; }
.footer-logo-text { font-size: .96rem; font-weight: 400; color: rgba(255,255,255,.6); letter-spacing: .04em; }
.footer-logo-tel  { font-size: 1.68rem; font-weight: 400; color: #fff; margin-bottom: 40px; }
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 32px;
}
.footer-nav a {
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  padding: 6px 12px;
  border-radius: 4px;
  transition: color .2s;
}
.footer-nav a:hover { color: white; }
.footer-copy { color: #fff; font-size: .75rem; }

/* ===== SP固定CTAバー ===== */
.sp-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  height: 64px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.15);
}
.sp-cta-tel, .sp-cta-web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 50%;
  height: 100%;
  font-weight: 700;
  text-align: center;
}
.sp-cta-tel {
  float: left;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-light));
  color: white;
  border-right: 1px solid rgba(255,255,255,.2);
}
.sp-cta-web {
  float: right;
  background: var(--blue-dark);
  color: white;
}
.sp-cta-icon { width: 1.8rem; height: 1.8rem; object-fit: contain; }
.sp-cta-label { font-size: .936rem; line-height: 1.3; }
.sp-cta-label small { font-size: .8rem; font-weight: bold; opacity: 1; }

/* ===== TOAST ===== */
.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  background: var(--blue-dark);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .9rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
  border: 1px solid var(--blue-light);
  z-index: 9999;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ===== ANIMATIONS ===== */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-inner {
    padding: 60px 24px 0;
  }
  .hero-content {
    text-align: center;
    transform: none;
    order: 2;
  }
  .hero-image {
    transform: none;
    order: 1;
  }
  .hero-image img {
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .25));
  }
  .hero-btns { justify-content: center; }
  .hero-text-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-sub-name { align-items: center; }
  .hero-name { text-align: center; }
  .hero-image { max-width: 300px; margin: 0 auto;}
  .hero-image img { max-height: 380px; }
  .about-grid { grid-template-columns: 1fr; }
  .career-grid { grid-template-columns: 1fr; }
  .media-area { grid-template-columns: 1fr; }
  .yt-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .map-info-grid { grid-template-columns: 1fr; }
  .map-wrap-full { min-height: 360px; }
  .map-wrap-full iframe { min-height: 360px; }
  .shop-photos { grid-template-columns: 1fr 1fr; }
  .price-box { padding: 28px 20px; }
  .cta-inner { text-align: center; }
}

@media (max-width: 750px) {
  .cta-inner h2 { margin-bottom: 24px; }
}


@media (min-width: 768px) and (max-width: 900px) {
  .shop-photos {
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: nowrap;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  :root { --header-h: 100px; }
  .header-inner { height: var(--header-h); }
  .logo-name { font-size: 2rem; }
  .logo-ball { height: 36px; }
  .logo-icon img { height: 36px; }
  .logo-tel { font-size: 1rem; }
  .logo-group { gap: 8px; }
  #nav ul { gap: 2px; }
  #nav ul li a { padding: 6px 8px; font-size: .85rem; }
}

@media (min-width: 1101px) and (max-width: 1130px) {
  :root { --header-h: 110px; }
  .header-inner { height: var(--header-h); }
  .logo-name { font-size: 2.4rem; }
  .logo-ball { height: 40px; }
  .logo-icon img { height: 40px; }
  .logo-tel { font-size: 1.1rem; }
  .logo-group { gap: 10px; }
  #nav ul { gap: 2px; }
  #nav ul li a { padding: 6px 10px; font-size: .9rem; }
}


@media (max-width: 999px) {
  .cta h2 { font-size: clamp(33px, 4.2vw, 48px); margin-bottom: 24px; }
  /* ヘッダーナビ → ハンバーガー */
  #nav {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(13,43,78,.97);
    backdrop-filter: blur(16px);
    flex-direction: column;
    padding: 136px 24px 24px;
    overflow-y: auto;
    z-index: 999;
    box-sizing: border-box;
  }
  #nav.open { display: flex; }
  #nav ul { flex-direction: column; gap: 6px; width: 100%; }
  #nav ul li a {
    display: block;
    padding: 14px 16px;
    font-size: .95rem;
    border-radius: 10px;
    color: rgba(255,255,255,.85);
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .hamburger { display: flex; }
  .sp-cta-bar { display: block; }
  #footer { padding-bottom: 90px; }
}

@media (max-width: 767px) {

  /* セクション */
  section { padding: 72px 0; }

  .cta-inner > p { font-size: 1.4rem; }
  .faq-illust { width: 200px; }
  .cta-inner { padding: 0 16px; }
  .faq-list { padding-bottom: 120px !important; }

  /* FV: translateY(-100px) を無効化してヘッダーに隠れないよう修正 */
  #hero {
    padding-top: var(--header-h);
  }
  .hero-content {
    transform: none;
  }
  .hero-image {
    transform: none;
  }

  .hero-title { font-size: 1.8rem; }

  .hero-inner { padding: 32px 24px 0; }
  .fv-wrap { margin-bottom: 16px; }
  .hero-btns { display: none; }
  .hero-btns-02 { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; padding: 16px 0 0; }
  .hero-btns-02 .btn-primary { font-size: calc(.95rem * 0.9); padding: 10px 28px; }
  .shop-photos { grid-template-columns: 1fr; }
  .price-row { flex-direction: column; align-items: center; }
  .price-arrow { transform: rotate(90deg); }

  .yt-grid { grid-template-columns: 1fr; }

  .map-wrap-full { min-height: 280px; }
  .map-wrap-full iframe { min-height: 280px; }
  .info-card { padding: 24px 20px; }

  /* SP CTA表示 */
  .sp-cta-bar { display: block; }
  /* SPのフッターに余白 */
  #footer { padding-bottom: 80px; }

  /* SP FAQ */
  .faq-q { padding: 16px; font-size: .88rem; }
}

/* ===== FAQ イラスト重なり防止（1280px以下） ===== */
@media (max-width: 1280px) {
  .faq-list { padding-bottom: 180px; }
}

/* ===== HEADER 縮小（600px以下） ===== */
@media (max-width: 600px) {
  :root { --header-h: 82px; }
  .header-inner { height: var(--header-h); }
  #nav { padding-top: 82px; }
  .logo-group { gap: 0; }
  .logo {
    white-space: nowrap;
    overflow: hidden;
    gap: 6px;
  }
  .logo-ball { height: 28px; }
  .logo-name  { font-size: clamp(1rem, 4.2vw, 1.4rem); margin: 0 10px 0 0; }
  .logo-tel   { font-size: clamp(0.65rem, 2.5vw, 0.85rem); letter-spacing: 0; }
  .logo-under-text { gap: 1px; }
	.fv-text-img {
    width: 100%;
    padding-left: 74px;
	}
}

@media (max-width: 450px) {
  .price-campaign-body { grid-template-columns: 1fr; justify-items: center; gap: 0; }
  .price-campaign-left { align-items: center; justify-content: center; flex-wrap: wrap; }
  .price-campaign-right { justify-content: center; }
  .price-campaign-arrow { font-size: 0; margin: -8px 0 12px; line-height: 1; }
  .price-campaign-arrow::after { content: '↓'; font-size: 1.8rem; color: var(--blue-light); font-weight: 900; }
}

@media (max-width: 460px) {
  .price-campaign-left { align-items: center; }
  .price-campaign-head { margin-bottom: 16px; }

  .price-ticket-pc { display: none; }
  .price-ticket-sp { display: table; }
}

/* ===== HEADER 電話番号を非表示（460px以下） ===== */
@media (max-width: 460px) {
  .logo-tel { display: none; }
  .logo-name { font-size: 1.6rem; margin: 0 10px 0 0; }
  .section-sub-title { font-size: 1.3rem; }
}

@media (max-width: 365px) {
  .hero-sub { font-size: 5.2vw; }
  .section-title { font-size: clamp(1rem, 4.5vw, 1.5rem); }
}

@media (max-width: 330px) {
  .hero-sub { font-size: 4.8vw; }
}

@media (max-width: 380px) {
  #about .section-title { font-size: clamp(0.8rem, 6vw, 1.5rem); white-space: nowrap; }
}

@media (max-width: 400px) {
  .footer-logo-wrap { white-space: nowrap; flex-wrap: nowrap; overflow: visible; }
  .footer-logo-name { font-size: clamp(1rem, 12vw, 4rem); }
  .footer-logo-ball { width: clamp(16px, 10vw, 44px); flex-shrink: 0; }
  #footer { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 540px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .footer-nav a {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    color: rgba(255,255,255,.4);
    border-radius: 0;
  }
}
