.elementor-2117 .elementor-element.elementor-element-da94659{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a1c6873 *//* ============================================================
   アクロバットクラスページ — カスタムCSS
   貼り付け先: Elementor > このページのカスタムCSS
   ※ global.css・Montserrat・Noto Sans JP は適用済み前提
   ============================================================ */

/* ======= ヒーロー ======= */
#hero {
  position: relative;
  height: 480px;
  background: var(--navy);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a1a2e 0%, #0a3060 50%, #057bc0 100%);
}
.hero-bg-img {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/DSC02215.jpg') center/cover no-repeat;
  opacity: 0.25;
}
.hero-accent {
  position: absolute; bottom: -60px; right: -60px;
  width: 400px; height: 400px; border-radius: 50%;
  background: var(--main); opacity: .12;
}
.hero-accent2 {
  position: absolute; top: -80px; left: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: var(--sub); opacity: .07;
}
.hero-content {
  position: relative; z-index: 1; text-align: center; color: #fff;
}
.hero-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .35em;
  color: var(--sub); margin-bottom: 16px; display: block;
}
.hero-title {
  font-size: clamp(36px, 6vw, 72px); font-weight: 900; line-height: 1.1;
  letter-spacing: -.01em;
}
.hero-breadcrumb {
  position: absolute; bottom: 24px; left: 40px;
  font-size: 12px; color: rgba(255,255,255,.5); display: flex; gap: 8px; align-items: center;
}
.hero-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.hero-breadcrumb a:hover { color: #fff; }
.hero-breadcrumb span { color: rgba(255,255,255,.3); }

/* ======= セクション共通ラッパー ======= */
.section { padding: 90px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }

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

/* ======= クラスカルーセル ======= */
#class-lineup { background: #f6fafd; padding: 90px 0 90px 40px; }
#class-lineup .section-inner { max-width: 1100px; margin: 0 auto; padding-right: 0; }
.class-card {
  min-width: 280px; max-width: 280px;
  background: #fff; border-radius: 20px;
  box-shadow: 0 4px 24px rgba(5,123,192,.1);
  padding: 0; display: flex; flex-direction: column;
  flex-shrink: 0; overflow: hidden;
}
.class-card-img {
  position: relative; width: 100%; aspect-ratio: 4/3;
  background: #c6dff2; overflow: hidden; flex-shrink: 0;
}
.class-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.class-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,20,40,.85) 0%, rgba(5,20,40,.3) 50%, transparent 100%);
}
.class-card-img-text {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px;
}
.class-card-age {
  font-size: 11px; color: rgba(255,255,255,.8); font-weight: 700;
  margin-bottom: 4px; letter-spacing: .06em;
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.class-card-title {
  font-size: 22px; font-weight: 900; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.class-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.class-card-text { font-size: 14px; line-height: 1.8; color: #555; flex: 1; }
.class-card-price { font-size: 14px; color: #777; }
.class-card-price strong { color: var(--main); font-size: 18px; font-weight: 900; }
.class-card-footer { margin-top: 4px; }

/* ======= クラス詳細 ======= */
#class-details { padding: 0; }
.detail-section { padding: 80px 40px; }
.detail-section:nth-child(odd) { background: #fff; }
.detail-section:nth-child(even) { background: #f6f6f6; }
.detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%); margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); padding-top: 110px; margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:last-child { margin-bottom: 0; clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); }
.detail-inner { max-width: 1100px; margin: 0 auto; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.detail-img-wrap {
  border-radius: 16px; overflow: hidden; aspect-ratio: 4/3;
  background: #d4e9f7; position: relative;
}
.detail-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.detail-info { display: flex; flex-direction: column; gap: 16px; }
.detail-age-tag {
  display: inline-block; background: var(--main); color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .06em; width: fit-content;
}
.detail-class-name { font-size: 28px; font-weight: 900; line-height: 1.2; }
.detail-class-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700; color: rgba(0,0,0,.4); letter-spacing: .12em;
}
.detail-theme {
  background: var(--main-light); border-radius: 10px; padding: 14px 18px;
  font-size: 15px; font-weight: 700; color: var(--main); line-height: 1.5;
}
.detail-schedule { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tag {
  font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 6px;
  background: #f0f0f0; color: #555; white-space: nowrap;
}
.detail-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; }
.detail-box-label {
  font-size: 12px; font-weight: 900; color: var(--main);
  margin-bottom: 12px; display: block; letter-spacing: .06em;
}
.detail-content-text { font-size: 14px; line-height: 2; color: #444; }
.detail-fee-box { background: var(--main-light); border-radius: 14px; padding: 24px; }
.detail-fee-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid rgba(5,123,192,.15); }
.detail-fee-row:last-child { border-bottom: none; }
.detail-fee-label { font-size: 13px; color: #555; }
.detail-fee-price { font-size: 18px; font-weight: 900; color: var(--main); }

/* ======= 特別プラン ======= */
#special-plan { background: #fff; padding: 90px 40px; }
.special-plan-card {
  max-width: 800px; margin: 0 auto;
  background: linear-gradient(135deg, #0a1a2e, #057bc0);
  border-radius: 24px; padding: 48px;
  color: #fff; position: relative; overflow: hidden;
}
.special-plan-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.sp-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 12px; font-weight: 900; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 20px;
}
.sp-title { font-size: clamp(22px, 3vw, 32px); font-weight: 900; margin-bottom: 16px; line-height: 1.3; }
.sp-text { font-size: 15px; line-height: 1.9; color: rgba(255,255,255,.85); margin-bottom: 28px; }
.sp-price { font-size: 13px; color: rgba(255,255,255,.7); }
.sp-price strong { font-size: 32px; font-weight: 900; color: #fff; }

/* ======= その他料金 ======= */
#fees { background: #f6f6f6; padding: 90px 40px; }
.fees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto 32px; }
.fee-card { background: #fff; border-radius: 16px; padding: 28px 32px; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.fee-card-tag {
  display: inline-block; background: var(--main-light); color: var(--main);
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.fee-card-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-price { font-size: 32px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-note { font-size: 13px; color: #888; }
.fee-campaign {
  max-width: 800px; margin: 0 auto;
  background: var(--sub); border-radius: 16px; padding: 28px 32px;
  display: flex; align-items: center; gap: 20px;
}
.fee-campaign-icon { font-size: 32px; flex-shrink: 0; }
.fee-campaign-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 6px; }
.fee-campaign-text { font-size: 14px; color: #444; line-height: 1.6; }

/* ======= ダブル受講 ======= */
#double-plan { background: #fff; padding: 90px 40px; }
.double-card {
  max-width: 900px; margin: 0 auto;
  background: var(--main-light); border: 2px solid var(--main);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
}
.double-img { background: #c6dff2; min-height: 280px; position: relative; overflow: hidden; }
.double-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.double-content { padding: 40px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.double-en { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: var(--main); letter-spacing: .12em; }
.double-title { font-size: clamp(18px, 2.5vw, 24px); font-weight: 900; line-height: 1.4; }
.double-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= イベント ======= */
#events { background: var(--navy); padding: 90px 40px; }
#events .section-label { color: var(--sub); }
#events .section-title { color: #fff; }
.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.event-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; }
.event-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.event-card-body { padding: 24px; }
.event-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 12px;
}
.event-title { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.event-text { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.7); }
.event-card-3 { grid-column: span 2; }
.event-card-3 .event-card-img { aspect-ratio: 32/9; }

/* ======= フィロソフィー ======= */
#philosophy { position: relative; padding: 100px 40px; background: var(--navy); overflow: hidden; }
.philosophy-bg {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/6.jpg') center/cover no-repeat;
  opacity: .35;
}
.philosophy-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
#philosophy .section-label { color: var(--sub); }
.philosophy-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; color: #fff; line-height: 1.3; margin-bottom: 24px; }
.philosophy-title .blue { color: var(--sub); }
.philosophy-text { font-size: 16px; line-height: 2; color: rgba(255,255,255,.8); margin-bottom: 60px; }
.philosophy-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.philosophy-card { background: var(--main-light); border-radius: 16px; padding: 28px 24px; }
.philosophy-card-icon { font-size: 28px; margin-bottom: 12px; }
.philosophy-card-title { font-size: 18px; font-weight: 900; color: var(--main); margin-bottom: 10px; }
.philosophy-card-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= アクセス ======= */
#access { background: #f6fafd; padding: 90px 40px; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto 40px; }
.access-card { background: #fff; border-radius: 20px; box-shadow: 0 4px 20px rgba(5,123,192,.08); overflow: hidden; }
.access-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.access-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.access-card-body { padding: 24px 28px 28px; }
.access-day-tag {
  display: inline-block; color: #fff;
  font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.access-day-tag.weekday { background: var(--main); }
.access-day-tag.sunday { background: #e53935; }
.access-name { font-size: 22px; font-weight: 900; margin-bottom: 8px; }
.access-sub { font-size: 13px; color: #888; margin-bottom: 4px; }
.access-text { font-size: 14px; color: #555; line-height: 1.7; }
.access-btn-wrap { text-align: center; }

/* ======= FAQ ======= */
#faq { background: #fff; padding: 90px 40px; }

/* ======= レスポンシブ ======= */
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-bottom-grid { grid-template-columns: 1fr; }
  .double-card { grid-template-columns: 1fr; }
  .philosophy-cards { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .event-card-3 { grid-column: span 1; }
  .event-card-3 .event-card-img { aspect-ratio: 16/9; }
  .access-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  #hero { height: 360px; }
  .section { padding: 60px 20px; }
  #class-lineup { padding: 60px 0 60px 20px; }
  .fees-grid { grid-template-columns: 1fr; }
  .detail-section { padding: 60px 20px; }
  .special-plan-card { padding: 32px 24px; }
  .double-content { padding: 28px; }
  #philosophy { padding: 70px 20px; }
  #events { padding: 70px 20px; }
  #access { padding: 70px 20px; }
  #faq { padding: 70px 20px; }
  .detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%); }
  .detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%); }
}

@media (max-width: 480px) {
  .fees-grid { grid-template-columns: 1fr; }
  .hero-breadcrumb { left: 20px; }
}
.anim-ready {
  opacity: 1 !important;
  animation: fadeUp .6s ease forwards;
}
.anim-ready.visible {
  opacity: 1 !important;
}
/* ============================================================
   アクロバットクラスページ — カスタムCSS
   貼り付け先: Elementor > このページのカスタムCSS
   ※ global.css・Montserrat・Noto Sans JP は適用済み前提
   ============================================================ */

/* ======= ヒーロー ======= */
#hero {
  position: relative;
  height: 480px;
  background: var(--navy);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
#hero .hero-bg {
  background: linear-gradient(135deg, #0a1a2e 0%, #0a3060 50%, #057bc0 100%) !important;
}
.hero-bg-img {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/DSC02215.jpg') center/cover no-repeat;
  opacity: 0.25;
}
.hero-accent {
  position: absolute; bottom: -60px; right: -60px;
  width: 400px; height: 400px; border-radius: 50%;
  background: var(--main); opacity: .12;
}
.hero-accent2 {
  position: absolute; top: -80px; left: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: var(--sub); opacity: .07;
}
.hero-content {
  position: relative; z-index: 1; text-align: center; color: #fff;
}
.hero-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .35em;
  color: var(--sub); margin-bottom: 16px; display: block;
}
.hero-title {
  font-size: clamp(36px, 6vw, 72px); font-weight: 900; line-height: 1.1;
  letter-spacing: -.01em;
}
.hero-breadcrumb {
  position: absolute; bottom: 24px; left: 40px;
  font-size: 12px; color: rgba(255,255,255,.5); display: flex; gap: 8px; align-items: center;
}
.hero-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.hero-breadcrumb a:hover { color: #fff; }
.hero-breadcrumb span { color: rgba(255,255,255,.3); }

/* ======= セクション共通ラッパー ======= */
.section { padding: 90px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }

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

/* ======= クラスカルーセル ======= */
#class-lineup { background: #f6fafd; padding: 90px 0 90px 40px; }
#class-lineup .section-inner { max-width: 1100px; margin: 0 auto; padding-right: 0; }
.class-card {
  min-width: 280px; max-width: 280px;
  background: #fff; border-radius: 20px;
  box-shadow: 0 4px 24px rgba(5,123,192,.1);
  padding: 0; display: flex; flex-direction: column;
  flex-shrink: 0; overflow: hidden;
}
.class-card-img {
  position: relative; width: 100%; aspect-ratio: 4/3;
  background: #c6dff2; overflow: hidden; flex-shrink: 0;
}
.class-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.class-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,20,40,.85) 0%, rgba(5,20,40,.3) 50%, transparent 100%);
}
.class-card-img-text {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px;
}
.class-card-age {
  font-size: 11px; color: rgba(255,255,255,.8); font-weight: 700;
  margin-bottom: 4px; letter-spacing: .06em;
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.class-card-title {
  font-size: 22px; font-weight: 900; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.class-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.class-card-text { font-size: 14px; line-height: 1.8; color: #555; flex: 1; }
.class-card-price { font-size: 14px; color: #777; }
.class-card-price strong { color: var(--main); font-size: 18px; font-weight: 900; }
.class-card-footer { margin-top: 4px; }

/* ======= クラス詳細 ======= */
#class-details { padding: 0; }
.detail-section { padding: 80px 40px; }
.detail-section:nth-child(odd) { background: #fff; }
.detail-section:nth-child(even) { background: #f6f6f6; }
.detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%); margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); padding-top: 110px; margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:last-child { margin-bottom: 0; clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); }
.detail-inner { max-width: 1100px; margin: 0 auto; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.detail-img-wrap {
  border-radius: 16px; overflow: hidden; aspect-ratio: 4/3;
  background: #d4e9f7; position: relative;
}
.detail-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.detail-info { display: flex; flex-direction: column; gap: 16px; }
.detail-age-tag {
  display: inline-block; background: var(--main); color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .06em; width: fit-content;
}
.detail-class-name { font-size: 28px; font-weight: 900; line-height: 1.2; }
.detail-class-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700; color: rgba(0,0,0,.4); letter-spacing: .12em;
}
.detail-theme {
  background: var(--main-light); border-radius: 10px; padding: 14px 18px;
  font-size: 15px; font-weight: 700; color: var(--main); line-height: 1.5;
}
.detail-schedule { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tag {
  font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 6px;
  background: #f0f0f0; color: #555; white-space: nowrap;
}
.detail-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; }
.detail-box-label {
  font-size: 12px; font-weight: 900; color: var(--main);
  margin-bottom: 12px; display: block; letter-spacing: .06em;
}
.detail-content-text { font-size: 14px; line-height: 2; color: #444; }
.detail-fee-box { background: var(--main-light); border-radius: 14px; padding: 24px; }
.detail-fee-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid rgba(5,123,192,.15); }
.detail-fee-row:last-child { border-bottom: none; }
.detail-fee-label { font-size: 13px; color: #555; }
.detail-fee-price { font-size: 18px; font-weight: 900; color: var(--main); }

/* ======= 特別プラン ======= */
#special-plan { background: #fff; padding: 90px 40px; }
.special-plan-card {
  max-width: 800px; margin: 0 auto;
  background: linear-gradient(135deg, #0a1a2e, #057bc0);
  border-radius: 24px; padding: 48px;
  color: #fff; position: relative; overflow: hidden;
}
.special-plan-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.sp-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 12px; font-weight: 900; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 20px;
}
.sp-title { font-size: clamp(22px, 3vw, 32px); font-weight: 900; margin-bottom: 16px; line-height: 1.3; }
.sp-text { font-size: 15px; line-height: 1.9; color: rgba(255,255,255,.85); margin-bottom: 28px; }
.sp-price { font-size: 13px; color: rgba(255,255,255,.7); }
.sp-price strong { font-size: 32px; font-weight: 900; color: #fff; }

/* ======= その他料金 ======= */
#fees { background: #f6f6f6; padding: 90px 40px; }
.fees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto 32px; }
.fee-card { background: #fff; border-radius: 16px; padding: 28px 32px; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.fee-card-tag {
  display: inline-block; background: var(--main-light); color: var(--main);
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.fee-card-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-price { font-size: 32px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-note { font-size: 13px; color: #888; }
.fee-campaign {
  max-width: 800px; margin: 0 auto;
  background: var(--sub); border-radius: 16px; padding: 28px 32px;
  display: flex; align-items: center; gap: 20px;
}
.fee-campaign-icon { font-size: 32px; flex-shrink: 0; }
.fee-campaign-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 6px; }
.fee-campaign-text { font-size: 14px; color: #444; line-height: 1.6; }

/* ======= ダブル受講 ======= */
#double-plan { background: #fff; padding: 90px 40px; }
.double-card {
  max-width: 900px; margin: 0 auto;
  background: var(--main-light); border: 2px solid var(--main);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
}
.double-img { background: #c6dff2; min-height: 280px; position: relative; overflow: hidden; }
.double-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.double-content { padding: 40px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.double-en { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: var(--main); letter-spacing: .12em; }
.double-title { font-size: clamp(18px, 2.5vw, 24px); font-weight: 900; line-height: 1.4; }
.double-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= イベント ======= */
#events { background: var(--navy); padding: 90px 40px; }
#events .section-label { color: var(--sub); }
#events .section-title { color: #fff; }
.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.event-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; }
.event-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.event-card-body { padding: 24px; }
.event-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 12px;
}
.event-title { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.event-text { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.7); }
.event-card-3 { grid-column: span 2; }
.event-card-3 .event-card-img { aspect-ratio: 32/9; }

/* ======= フィロソフィー ======= */
#philosophy { position: relative; padding: 100px 40px; background: var(--navy); overflow: hidden; }
.philosophy-bg {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/6.jpg') center/cover no-repeat;
  opacity: .35;
}
.philosophy-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
#philosophy .section-label { color: var(--sub); }
.philosophy-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; color: #fff; line-height: 1.3; margin-bottom: 24px; }
.philosophy-title .blue { color: var(--sub); }
.philosophy-text { font-size: 16px; line-height: 2; color: rgba(255,255,255,.8); margin-bottom: 60px; }
.philosophy-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.philosophy-card { background: var(--main-light); border-radius: 16px; padding: 28px 24px; }
.philosophy-card-icon { font-size: 28px; margin-bottom: 12px; }
.philosophy-card-title { font-size: 18px; font-weight: 900; color: var(--main); margin-bottom: 10px; }
.philosophy-card-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= アクセス ======= */
#access { background: #f6fafd; padding: 90px 40px; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto 40px; }
.access-card { background: #fff; border-radius: 20px; box-shadow: 0 4px 20px rgba(5,123,192,.08); overflow: hidden; }
.access-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.access-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.access-card-body { padding: 24px 28px 28px; }
.access-day-tag {
  display: inline-block; color: #fff;
  font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.access-day-tag.weekday { background: var(--main); }
.access-day-tag.sunday { background: #e53935; }
.access-name { font-size: 22px; font-weight: 900; margin-bottom: 8px; }
.access-sub { font-size: 13px; color: #888; margin-bottom: 4px; }
.access-text { font-size: 14px; color: #555; line-height: 1.7; }
.access-btn-wrap { text-align: center; }

/* ======= FAQ ======= */
#faq { background: #fff; padding: 90px 40px; }

/* ======= レスポンシブ ======= */
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-bottom-grid { grid-template-columns: 1fr; }
  .double-card { grid-template-columns: 1fr; }
  .philosophy-cards { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .event-card-3 { grid-column: span 1; }
  .event-card-3 .event-card-img { aspect-ratio: 16/9; }
  .access-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  #hero { height: 360px; }
  .section { padding: 60px 20px; }
  #class-lineup { padding: 60px 0 60px 20px; }
  .fees-grid { grid-template-columns: 1fr; }
  .detail-section { padding: 60px 20px; }
  .special-plan-card { padding: 32px 24px; }
  .double-content { padding: 28px; }
  #philosophy { padding: 70px 20px; }
  #events { padding: 70px 20px; }
  #access { padding: 70px 20px; }
  #faq { padding: 70px 20px; }
  .detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%); }
  .detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%); }
}

@media (max-width: 480px) {
  .fees-grid { grid-template-columns: 1fr; }
  .hero-breadcrumb { left: 20px; }
}

/* ======= フッター ナビ ======= */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .2em;
  color: rgba(255,255,255,.4); margin-bottom: 10px;
}
.footer-brand-text {
  font-size: 14px; color: rgba(255,255,255,.6);
  line-height: 1.7; margin-bottom: 20px;
}
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: rgba(255,255,255,.6); }
.footer-contact a { color: rgba(255,255,255,.6); text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-nav-title {
  font-size: 13px; font-weight: 900; color: #fff;
  margin-bottom: 16px; padding-bottom: 8px;
  border-bottom: 2px solid var(--sub);
  letter-spacing: .06em;
}
.footer-nav-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-list a { font-size: 13px; color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.footer-nav-list a:hover { color: #fff; }

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
}
#class-lineup .class-card-img {
  position: relative !important;
  aspect-ratio: 4/3 !important;
  overflow: hidden !important;
}
#class-lineup .class-card-img img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
#class-lineup .class-card-img-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(to top, rgba(5,20,40,.85) 0%, rgba(5,20,40,.3) 50%, transparent 100%) !important;
}
#class-lineup .class-card-img-text {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 18px 20px !important;
  z-index: 2 !important;
}
#class-lineup .class-card {
  min-width: 280px !important;
  max-width: 280px !important;
  flex-shrink: 0 !important;
}
.philosophy-bg {
  position: absolute !important;
  inset: 0 !important;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/6.jpg') center/cover no-repeat !important;
  opacity: .35 !important;
}
#access .access-card-img img {
  position: relative !important;
  z-index: 0 !important;
}

#faq {
  position: relative !important;
  z-index: 1 !important;
}
#access {
  position: relative !important;
  z-index: 0 !important;
  overflow: hidden !important;
}

#access .access-card-img {
  overflow: hidden !important;
  position: relative !important;
}

#access .access-card-img img {
  position: relative !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

#faq {
  position: relative !important;
  z-index: 10 !important;
}
.elementor-widget-html {
  height: auto !important;
  overflow: visible !important;
}

.elementor-widget-container {
  height: auto !important;
  overflow: visible !important;
}
/* ============================================================
   アクロバットクラスページ — カスタムCSS
   貼り付け先: Elementor > このページのカスタムCSS
   ※ global.css・Montserrat・Noto Sans JP は適用済み前提
   ============================================================ */

/* ======= ヒーロー ======= */
#hero {
  position: relative;
  height: 480px;
  background: var(--navy);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a1a2e 0%, #0a3060 50%, #057bc0 100%);
}
.hero-bg-img {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/DSC02215.jpg') center/cover no-repeat;
  opacity: 0.25;
}
.hero-accent {
  position: absolute; bottom: -60px; right: -60px;
  width: 400px; height: 400px; border-radius: 50%;
  background: var(--main); opacity: .12;
}
.hero-accent2 {
  position: absolute; top: -80px; left: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: var(--sub); opacity: .07;
}
.hero-content {
  position: relative; z-index: 1; text-align: center; color: #fff;
}
.hero-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .35em;
  color: var(--sub); margin-bottom: 16px; display: block;
}
.hero-title {
  font-size: clamp(36px, 6vw, 72px); font-weight: 900; line-height: 1.1;
  letter-spacing: -.01em;
}
.hero-breadcrumb {
  position: absolute; bottom: 24px; left: 40px;
  font-size: 12px; color: rgba(255,255,255,.5); display: flex; gap: 8px; align-items: center;
}
.hero-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.hero-breadcrumb a:hover { color: #fff; }
.hero-breadcrumb span { color: rgba(255,255,255,.3); }

/* ======= セクション共通ラッパー ======= */
.section { padding: 90px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }

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

/* ======= クラスカルーセル ======= */
#class-lineup { background: #f6fafd; padding: 90px 0 90px 40px; }
#class-lineup .section-inner { max-width: 1100px; margin: 0 auto; padding-right: 0; }
.class-card {
  min-width: 280px; max-width: 280px;
  background: #fff; border-radius: 20px;
  box-shadow: 0 4px 24px rgba(5,123,192,.1);
  padding: 0; display: flex; flex-direction: column;
  flex-shrink: 0; overflow: hidden;
}
.class-card-img {
  position: relative; width: 100%; aspect-ratio: 4/3;
  background: #c6dff2; overflow: hidden; flex-shrink: 0;
}
.class-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.class-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,20,40,.85) 0%, rgba(5,20,40,.3) 50%, transparent 100%);
}
.class-card-img-text {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px;
}
.class-card-age {
  font-size: 11px; color: rgba(255,255,255,.8); font-weight: 700;
  margin-bottom: 4px; letter-spacing: .06em;
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.class-card-title {
  font-size: 22px; font-weight: 900; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.class-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.class-card-text { font-size: 14px; line-height: 1.8; color: #555; flex: 1; }
.class-card-price { font-size: 14px; color: #777; }
.class-card-price strong { color: var(--main); font-size: 18px; font-weight: 900; }
.class-card-footer { margin-top: 4px; }

/* ======= クラス詳細 ======= */
#class-details { padding: 0; }
.detail-section { padding: 80px 40px; }
.detail-section:nth-child(odd) { background: #fff; }
.detail-section:nth-child(even) { background: #f6f6f6; }
.detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%); margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); padding-top: 110px; margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:last-child { margin-bottom: 0; clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); }
.detail-inner { max-width: 1100px; margin: 0 auto; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.detail-img-wrap {
  border-radius: 16px; overflow: hidden; aspect-ratio: 4/3;
  background: #d4e9f7; position: relative;
}
.detail-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.detail-info { display: flex; flex-direction: column; gap: 16px; }
.detail-age-tag {
  display: inline-block; background: var(--main); color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .06em; width: fit-content;
}
.detail-class-name { font-size: 28px; font-weight: 900; line-height: 1.2; }
.detail-class-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700; color: rgba(0,0,0,.4); letter-spacing: .12em;
}
.detail-theme {
  background: var(--main-light); border-radius: 10px; padding: 14px 18px;
  font-size: 15px; font-weight: 700; color: var(--main); line-height: 1.5;
}
.detail-schedule { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tag {
  font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 6px;
  background: #f0f0f0; color: #555; white-space: nowrap;
}
.detail-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; }
.detail-box-label {
  font-size: 12px; font-weight: 900; color: var(--main);
  margin-bottom: 12px; display: block; letter-spacing: .06em;
}
.detail-content-text { font-size: 14px; line-height: 2; color: #444; }
.detail-fee-box { background: var(--main-light); border-radius: 14px; padding: 24px; }
.detail-fee-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid rgba(5,123,192,.15); }
.detail-fee-row:last-child { border-bottom: none; }
.detail-fee-label { font-size: 13px; color: #555; }
.detail-fee-price { font-size: 18px; font-weight: 900; color: var(--main); }

/* ======= 特別プラン ======= */
#special-plan { background: #fff; padding: 90px 40px; }
.special-plan-card {
  max-width: 800px; margin: 0 auto;
  background: linear-gradient(135deg, #0a1a2e, #057bc0);
  border-radius: 24px; padding: 48px;
  color: #fff; position: relative; overflow: hidden;
}
.special-plan-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.sp-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 12px; font-weight: 900; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 20px;
}
.sp-title { font-size: clamp(22px, 3vw, 32px); font-weight: 900; margin-bottom: 16px; line-height: 1.3; }
.sp-text { font-size: 15px; line-height: 1.9; color: rgba(255,255,255,.85); margin-bottom: 28px; }
.sp-price { font-size: 13px; color: rgba(255,255,255,.7); }
.sp-price strong { font-size: 32px; font-weight: 900; color: #fff; }

/* ======= その他料金 ======= */
#fees { background: #f6f6f6; padding: 90px 40px; }
.fees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto 32px; }
.fee-card { background: #fff; border-radius: 16px; padding: 28px 32px; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.fee-card-tag {
  display: inline-block; background: var(--main-light); color: var(--main);
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.fee-card-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-price { font-size: 32px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-note { font-size: 13px; color: #888; }
.fee-campaign {
  max-width: 800px; margin: 0 auto;
  background: var(--sub); border-radius: 16px; padding: 28px 32px;
  display: flex; align-items: center; gap: 20px;
}
.fee-campaign-icon { font-size: 32px; flex-shrink: 0; }
.fee-campaign-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 6px; }
.fee-campaign-text { font-size: 14px; color: #444; line-height: 1.6; }

/* ======= ダブル受講 ======= */
#double-plan { background: #fff; padding: 90px 40px; }
.double-card {
  max-width: 900px; margin: 0 auto;
  background: var(--main-light); border: 2px solid var(--main);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
}
.double-img { background: #c6dff2; min-height: 280px; position: relative; overflow: hidden; }
.double-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.double-content { padding: 40px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.double-en { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: var(--main); letter-spacing: .12em; }
.double-title { font-size: clamp(18px, 2.5vw, 24px); font-weight: 900; line-height: 1.4; }
.double-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= イベント ======= */
#events { background: var(--navy); padding: 90px 40px; }
#events .section-label { color: var(--sub); }
#events .section-title { color: #fff; }
.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.event-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; }
.event-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.event-card-body { padding: 24px; }
.event-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 12px;
}
.event-title { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.event-text { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.7); }
.event-card-3 { grid-column: span 2; }
.event-card-3 .event-card-img { aspect-ratio: 32/9; }

/* ======= フィロソフィー ======= */
#philosophy { position: relative; padding: 100px 40px; background: var(--navy); overflow: hidden; }
.philosophy-bg {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/6.jpg') center/cover no-repeat;
  opacity: .35;
}
.philosophy-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
#philosophy .section-label { color: var(--sub); }
.philosophy-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; color: #fff; line-height: 1.3; margin-bottom: 24px; }
.philosophy-title .blue { color: var(--sub); }
.philosophy-text { font-size: 16px; line-height: 2; color: rgba(255,255,255,.8); margin-bottom: 60px; }
.philosophy-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.philosophy-card { background: var(--main-light); border-radius: 16px; padding: 28px 24px; }
.philosophy-card-icon { font-size: 28px; margin-bottom: 12px; }
.philosophy-card-title { font-size: 18px; font-weight: 900; color: var(--main); margin-bottom: 10px; }
.philosophy-card-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= アクセス ======= */
#access { background: #f6fafd; padding: 90px 40px; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto 40px; }
.access-card { background: #fff; border-radius: 20px; box-shadow: 0 4px 20px rgba(5,123,192,.08); overflow: hidden; }
.access-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.access-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.access-card-body { padding: 24px 28px 28px; }
.access-day-tag {
  display: inline-block; color: #fff;
  font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.access-day-tag.weekday { background: var(--main); }
.access-day-tag.sunday { background: #e53935; }
.access-name { font-size: 22px; font-weight: 900; margin-bottom: 8px; }
.access-sub { font-size: 13px; color: #888; margin-bottom: 4px; }
.access-text { font-size: 14px; color: #555; line-height: 1.7; }
.access-btn-wrap { text-align: center; }

/* ======= FAQ ======= */
#faq { background: #fff; padding: 90px 40px; }

/* ======= レスポンシブ ======= */
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-bottom-grid { grid-template-columns: 1fr; }
  .double-card { grid-template-columns: 1fr; }
  .philosophy-cards { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .event-card-3 { grid-column: span 1; }
  .event-card-3 .event-card-img { aspect-ratio: 16/9; }
  .access-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  #hero { height: 360px; }
  .section { padding: 60px 20px; }
  #class-lineup { padding: 60px 0 60px 20px; }
  .fees-grid { grid-template-columns: 1fr; }
  .detail-section { padding: 60px 20px; }
  .special-plan-card { padding: 32px 24px; }
  .double-content { padding: 28px; }
  #philosophy { padding: 70px 20px; }
  #events { padding: 70px 20px; }
  #access { padding: 70px 20px; }
  #faq { padding: 70px 20px; }
  .detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%); }
  .detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%); }
}

@media (max-width: 480px) {
  .fees-grid { grid-template-columns: 1fr; }
  .hero-breadcrumb { left: 20px; }
}

/* ======= フッター ナビ ======= */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .2em;
  color: rgba(255,255,255,.4); margin-bottom: 10px;
}
.footer-brand-text {
  font-size: 14px; color: rgba(255,255,255,.6);
  line-height: 1.7; margin-bottom: 20px;
}
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: rgba(255,255,255,.6); }
.footer-contact a { color: rgba(255,255,255,.6); text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-nav-title {
  font-size: 13px; font-weight: 900; color: #fff;
  margin-bottom: 16px; padding-bottom: 8px;
  border-bottom: 2px solid var(--sub);
  letter-spacing: .06em;
}
.footer-nav-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-list a { font-size: 13px; color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.footer-nav-list a:hover { color: #fff; }

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
}

/* ======= FAQ CSS-only アコーディオン ======= */
.faq-check {
  display: none;
}
.faq-check:checked ~ .faq-q {
  background: var(--main);
}
.faq-check:checked ~ .faq-q .faq-iq {
  background: rgba(255,255,255,.2);
  color: #fff;
}
.faq-check:checked ~ .faq-q .faq-qt {
  color: rgba(255,255,255,.9);
}
.faq-check:checked ~ .faq-q .faq-plus {
  transform: rotate(45deg);
  color: #fff;
}
.faq-check:checked ~ .faq-a {
  max-height: 400px;
}
.faq-q {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  transition: background .25s;
  user-select: none;
}
/* ============================================================
   アクロバットクラスページ — カスタムCSS
   貼り付け先: Elementor > このページのカスタムCSS
   ※ global.css・Montserrat・Noto Sans JP は適用済み前提
   ============================================================ */

/* ======= ヒーロー ======= */
#hero {
  position: relative;
  height: 480px;
  background: var(--navy);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a1a2e 0%, #0a3060 50%, #057bc0 100%);
}
.hero-bg-img {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/DSC02215.jpg') center/cover no-repeat;
  opacity: 0.25;
}
.hero-accent {
  position: absolute; bottom: -60px; right: -60px;
  width: 400px; height: 400px; border-radius: 50%;
  background: var(--main); opacity: .12;
}
.hero-accent2 {
  position: absolute; top: -80px; left: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: var(--sub); opacity: .07;
}
.hero-content {
  position: relative; z-index: 1; text-align: center; color: #fff;
}
.hero-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .35em;
  color: var(--sub); margin-bottom: 16px; display: block;
}
.hero-title {
  font-size: clamp(36px, 6vw, 72px); font-weight: 900; line-height: 1.1;
  letter-spacing: -.01em;
}
.hero-breadcrumb {
  position: absolute; bottom: 24px; left: 40px;
  font-size: 12px; color: rgba(255,255,255,.5); display: flex; gap: 8px; align-items: center;
}
.hero-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.hero-breadcrumb a:hover { color: #fff; }
.hero-breadcrumb span { color: rgba(255,255,255,.3); }

/* ======= セクション共通ラッパー ======= */
.section { padding: 90px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }

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

/* ======= クラスカルーセル ======= */
#class-lineup { background: #f6fafd; padding: 90px 0 90px 40px; }
#class-lineup .section-inner { max-width: 1100px; margin: 0 auto; padding-right: 0; }
.class-card {
  min-width: 280px; max-width: 280px;
  background: #fff; border-radius: 20px;
  box-shadow: 0 4px 24px rgba(5,123,192,.1);
  padding: 0; display: flex; flex-direction: column;
  flex-shrink: 0; overflow: hidden;
}
.class-card-img {
  position: relative; width: 100%; aspect-ratio: 4/3;
  background: #c6dff2; overflow: hidden; flex-shrink: 0;
}
.class-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.class-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,20,40,.85) 0%, rgba(5,20,40,.3) 50%, transparent 100%);
}
.class-card-img-text {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px;
}
.class-card-age {
  font-size: 11px; color: rgba(255,255,255,.8); font-weight: 700;
  margin-bottom: 4px; letter-spacing: .06em;
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.class-card-title {
  font-size: 22px; font-weight: 900; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.class-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.class-card-text { font-size: 14px; line-height: 1.8; color: #555; flex: 1; }
.class-card-price { font-size: 14px; color: #777; }
.class-card-price strong { color: var(--main); font-size: 18px; font-weight: 900; }
.class-card-footer { margin-top: 4px; }

/* ======= クラス詳細 ======= */
#class-details { padding: 0; }
.detail-section { padding: 80px 40px; }
.detail-section:nth-child(odd) { background: #fff; }
.detail-section:nth-child(even) { background: #f6f6f6; }
.detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%); margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); padding-top: 110px; margin-bottom: -40px; padding-bottom: 120px; }
.detail-section:last-child { margin-bottom: 0; clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); }
.detail-inner { max-width: 1100px; margin: 0 auto; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.detail-img-wrap {
  border-radius: 16px; overflow: hidden; aspect-ratio: 4/3;
  background: #d4e9f7; position: relative;
}
.detail-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.detail-info { display: flex; flex-direction: column; gap: 16px; }
.detail-age-tag {
  display: inline-block; background: var(--main); color: #fff;
  font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .06em; width: fit-content;
}
.detail-class-name { font-size: 28px; font-weight: 900; line-height: 1.2; }
.detail-class-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700; color: rgba(0,0,0,.4); letter-spacing: .12em;
}
.detail-theme {
  background: var(--main-light); border-radius: 10px; padding: 14px 18px;
  font-size: 15px; font-weight: 700; color: var(--main); line-height: 1.5;
}
.detail-schedule { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tag {
  font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 6px;
  background: #f0f0f0; color: #555; white-space: nowrap;
}
.detail-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; }
.detail-box-label {
  font-size: 12px; font-weight: 900; color: var(--main);
  margin-bottom: 12px; display: block; letter-spacing: .06em;
}
.detail-content-text { font-size: 14px; line-height: 2; color: #444; }
.detail-fee-box { background: var(--main-light); border-radius: 14px; padding: 24px; }
.detail-fee-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid rgba(5,123,192,.15); }
.detail-fee-row:last-child { border-bottom: none; }
.detail-fee-label { font-size: 13px; color: #555; }
.detail-fee-price { font-size: 18px; font-weight: 900; color: var(--main); }

/* ======= 特別プラン ======= */
#special-plan { background: #fff; padding: 90px 40px; }
.special-plan-card {
  max-width: 800px; margin: 0 auto;
  background: linear-gradient(135deg, #0a1a2e, #057bc0);
  border-radius: 24px; padding: 48px;
  color: #fff; position: relative; overflow: hidden;
}
.special-plan-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.sp-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 12px; font-weight: 900; padding: 5px 14px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 20px;
}
.sp-title { font-size: clamp(22px, 3vw, 32px); font-weight: 900; margin-bottom: 16px; line-height: 1.3; }
.sp-text { font-size: 15px; line-height: 1.9; color: rgba(255,255,255,.85); margin-bottom: 28px; }
.sp-price { font-size: 13px; color: rgba(255,255,255,.7); }
.sp-price strong { font-size: 32px; font-weight: 900; color: #fff; }

/* ======= その他料金 ======= */
#fees { background: #f6f6f6; padding: 90px 40px; }
.fees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto 32px; }
.fee-card { background: #fff; border-radius: 16px; padding: 28px 32px; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.fee-card-tag {
  display: inline-block; background: var(--main-light); color: var(--main);
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.fee-card-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-price { font-size: 32px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fee-card-note { font-size: 13px; color: #888; }
.fee-campaign {
  max-width: 800px; margin: 0 auto;
  background: var(--sub); border-radius: 16px; padding: 28px 32px;
  display: flex; align-items: center; gap: 20px;
}
.fee-campaign-icon { font-size: 32px; flex-shrink: 0; }
.fee-campaign-title { font-size: 16px; font-weight: 900; color: var(--dark); margin-bottom: 6px; }
.fee-campaign-text { font-size: 14px; color: #444; line-height: 1.6; }

/* ======= ダブル受講 ======= */
#double-plan { background: #fff; padding: 90px 40px; }
.double-card {
  max-width: 900px; margin: 0 auto;
  background: var(--main-light); border: 2px solid var(--main);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
}
.double-img { background: #c6dff2; min-height: 280px; position: relative; overflow: hidden; }
.double-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.double-content { padding: 40px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.double-en { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: var(--main); letter-spacing: .12em; }
.double-title { font-size: clamp(18px, 2.5vw, 24px); font-weight: 900; line-height: 1.4; }
.double-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= イベント ======= */
#events { background: var(--navy); padding: 90px 40px; }
#events .section-label { color: var(--sub); }
#events .section-title { color: #fff; }
.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.event-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; }
.event-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.event-card-body { padding: 24px; }
.event-tag {
  display: inline-block; background: var(--sub); color: #1a1a1a;
  font-size: 11px; font-weight: 900; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .08em; margin-bottom: 12px;
}
.event-title { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.event-text { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,.7); }
.event-card-3 { grid-column: span 2; }
.event-card-3 .event-card-img { aspect-ratio: 32/9; }

/* ======= フィロソフィー ======= */
#philosophy { position: relative; padding: 100px 40px; background: var(--navy); overflow: hidden; }
.philosophy-bg {
  position: absolute; inset: 0;
  background: url('https://acrobat-school.com/wp-content/uploads/2026/02/6.jpg') center/cover no-repeat;
  opacity: .35;
}
.philosophy-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
#philosophy .section-label { color: var(--sub); }
.philosophy-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; color: #fff; line-height: 1.3; margin-bottom: 24px; }
.philosophy-title .blue { color: var(--sub); }
.philosophy-text { font-size: 16px; line-height: 2; color: rgba(255,255,255,.8); margin-bottom: 60px; }
.philosophy-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.philosophy-card { background: var(--main-light); border-radius: 16px; padding: 28px 24px; }
.philosophy-card-icon { font-size: 28px; margin-bottom: 12px; }
.philosophy-card-title { font-size: 18px; font-weight: 900; color: var(--main); margin-bottom: 10px; }
.philosophy-card-text { font-size: 14px; line-height: 1.9; color: #444; }

/* ======= アクセス ======= */
#access { background: #f6fafd; padding: 90px 40px; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto 40px; }
.access-card { background: #fff; border-radius: 20px; box-shadow: 0 4px 20px rgba(5,123,192,.08); overflow: hidden; }
.access-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.access-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.access-card-body { padding: 24px 28px 28px; }
.access-day-tag {
  display: inline-block; color: #fff;
  font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 50px;
  letter-spacing: .06em; margin-bottom: 14px;
}
.access-day-tag.weekday { background: var(--main); }
.access-day-tag.sunday { background: #e53935; }
.access-name { font-size: 22px; font-weight: 900; margin-bottom: 8px; }
.access-sub { font-size: 13px; color: #888; margin-bottom: 4px; }
.access-text { font-size: 14px; color: #555; line-height: 1.7; }
.access-btn-wrap { text-align: center; }

/* ======= FAQ ======= */
#faq { background: #fff; padding: 90px 40px; }

/* ======= レスポンシブ ======= */
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-bottom-grid { grid-template-columns: 1fr; }
  .double-card { grid-template-columns: 1fr; }
  .philosophy-cards { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .event-card-3 { grid-column: span 1; }
  .event-card-3 .event-card-img { aspect-ratio: 16/9; }
  .access-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  #hero { height: 360px; }
  .section { padding: 60px 20px; }
  #class-lineup { padding: 60px 0 60px 20px; }
  .fees-grid { grid-template-columns: 1fr; }
  .detail-section { padding: 60px 20px; }
  .special-plan-card { padding: 32px 24px; }
  .double-content { padding: 28px; }
  #philosophy { padding: 70px 20px; }
  #events { padding: 70px 20px; }
  #access { padding: 70px 20px; }
  #faq { padding: 70px 20px; }
  .detail-section:nth-child(odd) { clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%); }
  .detail-section:nth-child(even) { clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%); }
}

@media (max-width: 480px) {
  .fees-grid { grid-template-columns: 1fr; }
  .hero-breadcrumb { left: 20px; }
}

/* ======= フッター ナビ ======= */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: .2em;
  color: rgba(255,255,255,.4); margin-bottom: 10px;
}
.footer-brand-text {
  font-size: 14px; color: rgba(255,255,255,.6);
  line-height: 1.7; margin-bottom: 20px;
}
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: rgba(255,255,255,.6); }
.footer-contact a { color: rgba(255,255,255,.6); text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-nav-title {
  font-size: 13px; font-weight: 900; color: #fff;
  margin-bottom: 16px; padding-bottom: 8px;
  border-bottom: 2px solid var(--sub);
  letter-spacing: .06em;
}
.footer-nav-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-list a { font-size: 13px; color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.footer-nav-list a:hover { color: #fff; }

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
}

/* ======= FAQ CSS-only アコーディオン ======= */
.faq-check {
  display: none;
}
.faq-check:checked ~ .faq-q {
  background: var(--main);
}
.faq-check:checked ~ .faq-q .faq-iq {
  background: rgba(255,255,255,.2);
  color: #fff;
}
.faq-check:checked ~ .faq-q .faq-qt {
  color: rgba(255,255,255,.9);
}
.faq-check:checked ~ .faq-q .faq-plus {
  transform: rotate(45deg);
  color: #fff;
}
.faq-check:checked ~ .faq-a {
  max-height: 400px;
}
.faq-q {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  transition: background .25s;
  user-select: none;
}

/* ======= FAQ details/summary ======= */
details.faq-item {
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
}
details.faq-item summary.faq-q {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 20px 24px !important;
  background: #fff !important;
  cursor: pointer !important;
  transition: background .25s !important;
  user-select: none !important;
}
details.faq-item summary.faq-q::-webkit-details-marker { display: none !important; }
details.faq-item[open] summary.faq-q { background: var(--main) !important; }
details.faq-item[open] summary .faq-iq { background: rgba(255,255,255,.2) !important; color: #fff !important; }
details.faq-item[open] summary .faq-qt { color: rgba(255,255,255,.9) !important; }
details.faq-item[open] summary .faq-plus { transform: rotate(45deg) !important; color: #fff !important; }
details.faq-item .faq-a { max-height: none !important; }
#faq .faq-a {
  max-height: none !important;
}

#faq details.faq-item[open] .faq-a {
  display: block !important;
  max-height: none !important;
}
#faq details.faq-item:not([open]) .faq-a {
  display: none !important;
}
#faq details.faq-item[open] .faq-a {
  max-height: 1000px !important;
  overflow: visible !important;
}

#faq details.faq-item:not([open]) .faq-a {
  max-height: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 768px) {
  #hero {
    height: 380px !important;
  }
}
@media (max-width: 768px) {
  /* アクセスカード */
  #access {
    padding: 60px 16px !important;
  }
  .access-grid {
    grid-template-columns: 1fr !important;
  }
  .access-card-img img {
    width: 100% !important;
    height: auto !important;
  }

  /* スティッキーフッター */
  #sticky-footer {
    padding: 10px 16px !important;
    flex-wrap: wrap !important;
  }
  .sf-msg {
    font-size: 12px !important;
    width: 100% !important;
  }
  .sticky-cta {
    width: 100% !important;
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  .access-card {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .access-card-img {
    width: 100% !important;
    overflow: hidden !important;
  }
  .access-card-img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
}/* End custom CSS */