.elementor-31 .elementor-element.elementor-element-3da11df{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a239144 *//* ============================================================
   名古屋アクロバットスクール — トップページ固有CSS
   貼り付け先: 固定ページ編集 > Elementor > カスタムCSS
              （またはElementor Pro > テーマビルダー > カスタムCSS）
   ============================================================ */

/* ======= セクション共通（トップページのみ） ======= */
section { padding: 100px 40px; }
#anchors { padding: 50px 40px 60px !important; }

/* ======= ヒーロー ======= */
#hero {
  position: relative; width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,#1a2a3a 0%,#0a4a7a 40%,#057bc0 100%);
  display: flex; align-items: center; justify-content: center;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-tri { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.hero-bottom { position: absolute; bottom: -2px; left: 0; right: 0; z-index: 3; line-height: 0; }
.hero-bottom svg { width: 100%; height: 60px; display: block; }
.hero-text {
  position: absolute;
  top: 50%; left: 28px;
  transform: translateY(-52%);
  z-index: 5;
  color: #fff;
  font-family: 'Rampart One', cursive;
  text-align: left; line-height: 1;
}
.hero-text .l1 {
  display: block;
  font-size: clamp(28px, 4.5vw, 64px);
  text-shadow: 1px 2px 12px rgba(0,0,0,.35);
  margin-bottom: 4px; font-weight: 400;
}
.hero-text .l2 {
  display: block;
  font-size: clamp(88px, 14vw, 200px);
  text-shadow: 1px 2px 20px rgba(0,0,0,.2);
  line-height: .9; letter-spacing: -.01em;
}

/* ======= コンセプト ======= */
#concept { background: #f8fbfe; text-align: center; }
.concept-text { max-width: 680px; margin: 0 auto; font-size: 16px; line-height: 2; color: #444; }
.concept-em { font-weight: 700; color: var(--main); }

/* ======= アンカーボタン ======= */
#anchors { background: #fff; }
.anchor-grid {
  display: flex; flex-wrap: wrap; gap: 16px;
  justify-content: center; max-width: 900px; margin: 0 auto;
}

/* ======= クラスカード ======= */
#class { background: #fff; overflow: hidden; }
#class .c-outer { overflow: hidden; }
.class-card {
  flex: 0 0 82%; max-width: 480px;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 4px 30px rgba(5,123,192,.12); background: #fff;
}
@media (min-width: 680px) { .class-card { flex: 0 0 55%; } .c-outer { padding-right: 80px; } }
@media (min-width: 1000px) { .class-card { flex: 0 0 36%; } }
.card-img {
  position: relative; aspect-ratio: 4/3;
  background: linear-gradient(135deg,#1a3a5a,#057bc0); overflow: hidden;
}
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--sub); color: var(--dark);
  font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 4px;
}
.card-img-text { position: absolute; bottom: 16px; left: 20px; color: #fff; }
.card-img-text h3 { font-size: clamp(26px, 4vw, 36px); font-weight: 900; text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.card-img-text p  { font-size: 12px; opacity: .9; margin-top: 4px; text-shadow: 0 1px 4px rgba(0,0,0,.4); }
.card-body { padding: 24px 24px 28px; }
.card-body p { font-size: 14px; line-height: 1.8; color: #555; margin-bottom: 20px; }

/* ======= 代表あいさつ ======= */
#greeting { position: relative; background: #f0f7fd; overflow: hidden; }
.g-bg { position: absolute; inset: 0; opacity: .15; pointer-events: none; background: linear-gradient(135deg,#c8dff0,#e0f0ff); }
.g-head { position: relative; z-index: 1; text-align: center; margin-bottom: 50px; }
.g-body {
  position: relative; z-index: 1; max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start;
}
.g-photo-img {
  position: relative; width: 100%; aspect-ratio: 3/4;
  background: linear-gradient(160deg,#057bc0,#0a3a6a);
  border-radius: 16px; overflow: hidden;
}
.g-photo-img img { width: 100%; height: 100%; object-fit: cover; }
.g-content { padding-top: 12px; }
.g-role { font-size: 13px; color: #aaa; letter-spacing: .04em; margin-bottom: 4px; }
.g-name { font-size: 36px; font-weight: 900; color: var(--dark); line-height: 1.1; margin-bottom: 12px; }
.g-phil { font-size: 16px; font-weight: 700; color: var(--main); margin-bottom: 28px; }
.g-text { font-size: 15px; line-height: 2; color: #444; margin-bottom: 32px; }

/* ======= 口コミ ======= */
#reviews { background: #fff; overflow: hidden; }
.review-card {
  flex: 0 0 82%; max-width: 480px;
  background: #f5f7f9; border-radius: 16px; padding: 32px 28px 28px;
}
@media (min-width: 680px) { .review-card { flex: 0 0 50%; } }
@media (min-width: 1000px) { .review-card { flex: 0 0 30%; } }
.rv-quote { font-size: 52px; font-family: Georgia,serif; color: var(--sub); line-height: 1; margin-bottom: 12px; display: block; font-weight: 900; }
.rv-title { font-size: 15px; font-weight: 700; color: var(--main); margin-bottom: 12px; line-height: 1.4; }
.rv-text  { font-size: 13px; line-height: 1.9; color: #555; }

/* ======= アクセス ======= */
#access { background: #f8fbfe; }
.access-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 28px; max-width: 700px; margin: 0 auto 40px;
}
.access-card { border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(5,123,192,.12); background: #fff; }
.ac-img {
  aspect-ratio: 16/9; overflow: hidden;
  background: linear-gradient(135deg,#1a3a5a,#057bc0);
}
.ac-img img { width: 100%; height: 100%; object-fit: cover; }
.ac-body { padding: 20px 24px 24px; }
.ac-name { font-size: 20px; font-weight: 900; color: var(--dark); margin-bottom: 12px; }
.day-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.dtag { padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 700; background: var(--main-light); color: var(--main); }
.dtag.red { background: #fdecea; color: #d32f2f; }
.ac-btn-wrap { text-align: center; }

/* ======= カード featured（アクロバットクラス） ======= */
.class-card.featured {
  position: relative;
}
.class-card.featured .card-img::after {
  content: '★ イチオシ';
  position: absolute;
  top: 12px; right: 12px;
  background: var(--sub);
  color: var(--dark);
  font-size: 11px; font-weight: 900;
  padding: 4px 14px;
  border-radius: 50px;
  letter-spacing: .08em;
  z-index: 10;
  white-space: nowrap;
}

/* ======= FAQ ======= */
#faq { background: #fff; }

/* ======= レスポンシブ（トップページ固有） ======= */
@media (max-width: 900px) {
  .g-body { grid-template-columns: 1fr; }
  .g-photo-img { max-width: 240px; margin: 0 auto; }
  .g-content { padding-top: 0; }
}

@media (max-width: 768px) {
  section { padding: 60px 20px; }
  #hero { padding: 0 !important; }

  .hero-text { left: 20px; }
  .hero-text .l1 { font-size: clamp(20px, 5.5vw, 36px); }
  .hero-text .l2 { font-size: clamp(64px, 18vw, 110px); }
  .hero-bottom svg { height: 60px; }

  #anchors { padding: 24px 20px 40px !important; }
  .anchor-grid { gap: 10px; flex-direction: column; align-items: stretch; max-width: 320px; }
  .anchor-btn { padding: 13px 20px; font-size: 14px; text-align: center; width: 100%; }

  .g-photo-img { max-width: 200px; }
  .access-grid { grid-template-columns: 1fr; max-width: 400px; }
}

@media (max-width: 480px) {
  .hero-text .l1 { font-size: clamp(18px, 5vw, 28px); }
  .hero-text .l2 { font-size: clamp(58px, 17vw, 90px); }
}/* End custom CSS */