@charset "UTF-8";
/* top.zip のトップデザイン。グローバル指定は .top-body 配下にスコープ化。 */

/* ===== Base ===== */
.top-body, .top-body *{ margin: 0; padding: 0; box-sizing: border-box; }
:root{
  --pink:#ff6fa2;
  --pink-light:#ff6fa2;
  --blue:#4f95c6;
  --yellow:#fffdda;
  --gray-text:#595757;
  --text:#040000;
}
.top-body{overflow-x:hidden;}
.top-body{
  font-family:"BIZ UDGothic","Noto Sans JP",sans-serif;
  color:var(--text);
  line-height:1.7;
  background:#fff;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
.top-body img{max-width:100%;display:block;}
.top-body a{text-decoration:none;color:inherit;}
.top-body .inner{max-width:1000px;margin:0 auto;padding:0 24px;}

/* ===== Section heading ===== */
.top-body .sec-head{
  display:flex;align-items:flex-end;gap:22px;
  font-family:"Noto Sans JP",sans-serif;
}
.top-body .sec-head--center{justify-content:center;}
.top-body .sec-title{
  font-size:calc(50px * var(--fz, 1));font-weight:700;letter-spacing:.04em;color:var(--text);
  line-height:1;
}
.top-body .sec-title--spaced{letter-spacing:.5em;padding-left:.5em;}
.top-body .sec-title--gray{color:var(--gray-text);}

/* speech bubble badge (image marks) */
.top-body .mark{
  width:104px;height:auto;flex:0 0 auto;
}

/* dotted line under heading（マーク画像ぶん右へずらしてタイトル文字の真下に） */
.top-body .dot-line{
  width:260px;height:0;margin:14px auto 0;
  border-bottom:3px dotted var(--pink-light);
  transform:translateX(63px); /* (mark 104px + gap 22px) / 2 */
}

/* ===== Buttons ===== */
.top-body .btn-center{text-align:center;}
.top-body .btn{
  position:relative;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:calc(19px * var(--fz, 1));
  border-radius:40px;padding:20px 56px;width:300px;
}
.top-body .btn .arrow{position:absolute;right:36px;font-size:calc(20px * var(--fz, 1));}
.top-body .btn--blue{background:#439acf;color:#fff;font-size:calc(20px * var(--fz, 1));}
.top-body .btn--pink-outline{background:#fff;color:var(--pink);border:3px solid var(--pink-light);font-size:calc(20px * var(--fz, 1));}

/* ===== News ===== */
.top-body .news{padding:30px 0 70px;}
.top-body .news-list{list-style:none;margin:54px 0 50px;}
.top-body .news-item{
  display:flex;align-items:flex-start;gap:40px;padding:22px 0;
}
.top-body .news-item + .news-item{border-top:2px dotted #cfcfcf;}
.top-body .news-link{display:flex;gap:40px;align-items:flex-start;color:inherit;text-decoration:none;width:100%;}
.top-body .news-thumb{flex:0 0 225px;}
.top-body .news-thumb img{width:225px;height:150px;object-fit:cover;border-radius:12px;}
.top-body .news-date{
  display:inline-block;background:var(--pink-light);color:#fff;
  font-size:calc(18px * var(--fz, 1));font-weight:700;padding:4px 14px;border-radius:5px;margin-bottom:14px;
}
.top-body .news-text{font-size:calc(20px * var(--fz, 1));line-height:1.7;}

/* ===== ムジークフェストなら バナー ===== */
.top-body .musik-banner-sec{padding:40px 0;}
.top-body .musik-banner-sec .inner{max-width:1000px;padding:0;}
.top-body .musik-banner{
  display:block;overflow:hidden;
  transition:opacity .2s ease;
}
.top-body .musik-banner:hover{opacity:.92;}
.top-body .musik-banner img{width:100%;height:auto;display:block;}

/* ===== 主催イベント ===== */
.top-body .hosted-event{
  padding:120px 0 80px;
  background-image:url("../img/top2026/bk_event_top.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-size:100% auto;
}
.top-body .hosted-event .hosted-event-photo{
  margin:56px 0 28px;
}
.top-body .hosted-event .hosted-event-photo img{
  width:100%;height:auto;display:block;border-radius:2px;
}
.top-body .hosted-event .hosted-event-lead{
  text-align:center;
  font-size:calc(20px * var(--fz, 1));
  font-weight:500;
  margin:0 0 26px;
}
.top-body .hosted-event-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  background:#dba73b;color:#fff;
  font-family:"Noto Sans JP",sans-serif;font-weight:700;
  font-size:calc(19px * var(--fz, 1));
  border-radius:40px;
  padding:15px 26px 15px 40px;min-width:220px;
  transition:opacity .2s ease;
}
.top-body .hosted-event-btn:hover{opacity:.9;}
.top-body .hosted-event-btn-arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;
  background:#fff;color:#dba73b;
  font-size:calc(24px * var(--fz, 1));line-height:1;
  transition:transform .2s ease;
}
.top-body .hosted-event-btn-arrow::before{
  content:"\203A";position:relative;top:-2px;
}
.top-body .hosted-event-btn:hover .hosted-event-btn-arrow{transform:translateX(4px);}

/* ===== Yellow watercolor sections ===== */
.top-body .yellow-bg{
  background-color:var(--yellow);
  position:relative;
}

/* ===== 区切り：ガーランド ===== */
.top-body .section-garland{
  padding:10px 0 0;
}
.top-body .section-garland picture{display:block;width:100%;}
.top-body .section-garland img{
  display:block;width:100%;max-width:1200px;margin:0 auto;
}
/* 見出しマークの picture ラッパー */
.top-body .sec-head picture{display:inline-flex;flex:0 0 auto;}

/* ===== Event ===== */
.top-body .event{
  padding:70px 0 80px;
}
.top-body .tabs{
  display:flex;gap:36px;justify-content:center;
  max-width:920px;margin:46px auto 50px;
}
.top-body .tab{
  flex:1;background:none;border:none;cursor:pointer;
  font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:calc(30px * var(--fz, 1));color:var(--text);
  padding-bottom:14px;border-bottom:4px solid #b5b5b5;
}
.top-body .tab.is-active{color:var(--text);border-bottom-color:var(--pink);}

.top-body .event .btn-center{margin-top:70px;}

/* ---- event cards (from event_page) ---- */
.top-body .card-section{
  background:transparent;   /* 上下と同じイエロー（イベントセクション背景）を表示 */
  padding:32px 0 40px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.top-body .card-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
  max-width:1000px;
  margin:0 auto;
  padding:0 24px;
}
.top-body .card-grid.tab-panel{display:none;}
.top-body .card-grid.tab-panel.is-active{display:grid;}
.top-body .tab{cursor:pointer;}
.top-body .event-card{
  position:relative;
  display:block;
  min-height:330px;   /* 文字サイズ拡大時は内容に応じて高さが伸びる */
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
}
.top-body .event-card.has-yuiyui{overflow:visible;}
.top-body .event-card .event-yuiyui-badge{
  position:absolute;bottom:-13px;right:10px;
  width:82px;height:auto;z-index:6;pointer-events:none;
}
.top-body .card-thumb{
  position:relative;
  line-height:0;
  padding-top:15px;
}
.top-body .card-thumb img{
  width:200px;
  height:133px;
  object-fit:cover;
  display:block;
  margin:0 auto;
}
.top-body .event-card.is-ended{ background:#d9d9d9; }
.top-body .event-ended-badge{
  position:absolute;
  top:0;
  right:17px;
  width:30px;
  height:auto;
  z-index:1;
}
.top-body .card-thumb.no-image img{
  object-fit:contain;
  border:1px solid #d8d8d8;
  box-sizing:border-box;
  background:#fff;
}
.top-body .badge{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translate(-50%, 50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:80px;
  height:22px;
  border-radius:20px;
  color:#fff;
  font-size:calc(14px * var(--fz, 1));
  font-weight:700;
  letter-spacing:.05em;
  white-space:nowrap;
}
.top-body .badge.music{ background:#fc0000; }
.top-body .badge.play{ background:#f3901e; }
.top-body .badge.geinou{ background:#754c24; }
.top-body .badge.dance{ background:#39b24a; }
.top-body .badge.art{ background:#fc7ba9; }
.top-body .badge.other{ background:#0571b9; }
.top-body .badge.shusai{ background:#ec2b46; }
.top-body .card-body{ width:200px; max-width:100%; margin:0 auto; padding:28px 0 18px; }
.top-body .card-date{ text-align:center;font-size:calc(12px * var(--fz, 1));font-weight:400;color:#040000; }
.top-body .card-time{ text-align:center;font-size:calc(14px * var(--fz, 1));color:#040000;margin-top:4px; }
.top-body .card-divider{ border:none;border-top:1px solid #000;margin:12px 0; }
.top-body .card-title{ font-size:calc(16px * var(--fz, 1));line-height:23px;color:#040000;margin:0;text-align:justify; }
.top-body .card-free{ font-size:calc(12px * var(--fz, 1));color:#8a8a8a;margin:8px 0 0; }

/* ===== Feature ===== */
.top-body .feature{
  padding:50px 0 90px;
  background-image:url("../img/top2026/bk_event_bottom.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:100% auto;
}
.top-body .feature-lead{
  text-align:center;font-family:"Noto Sans JP",sans-serif;font-weight:700;
  font-size:calc(26px * var(--fz, 1));margin:40px 0 50px;
}
/* SP専用/PC専用の改行切替 */
.top-body .br-sp{display:none;}
.top-body .br-pc{display:inline;}

/* ---- スペシャルインタビュー ---- */
.top-body .ft-interview-card{
  background:#fff;border-radius:20px;
  max-width:960px;margin:0 auto;
  padding:48px 45px 44px;
  box-shadow:0 6px 24px rgba(0,0,0,.10);
}
.top-body .ft-interview-title{margin-bottom:26px;text-align:center;}
.top-body .ft-interview-title img{display:block;width:662px;max-width:100%;height:auto;margin:0 auto;}
.top-body .ft-interview-photo{display:flex;gap:0;justify-content:center;align-items:flex-start;}
.top-body .ft-interview-photo picture{width:100%;display:block;}
.top-body .ft-interview-photo img{display:block;width:100%;height:auto;}
.top-body .ft-interview-card .btn-center{margin-top:30px;}
.top-body .ft-interview-btn{
  display:inline-flex;align-items:center;gap:12px;
  color:var(--pink);font-family:"Noto Sans JP",sans-serif;font-weight:700;
  font-size:calc(19px * var(--fz, 1));
  transition:opacity .2s ease;
}
.top-body .ft-interview-btn:hover{opacity:.8;}
.top-body .ft-interview-btn-arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:50%;
  background:var(--pink);color:#fff;font-size:calc(18px * var(--fz, 1));line-height:1;
  transition:transform .2s ease;
}
.top-body .ft-interview-btn:hover .ft-interview-btn-arrow{transform:translateX(4px);}

/* ---- みん芸モデルコース ---- */
.top-body .ft-course-card{
  background-color:#fff;
  background-image:url("../img/top2026/model_course_bg.webp");
  background-repeat:no-repeat;
  background-position:right bottom;
  background-size:340px auto;
  border-radius:20px;
  max-width:960px;margin:44px auto 180px;
  padding:48px 45px 50px;
  box-shadow:0 6px 24px rgba(0,0,0,.10);
}
.top-body .ft-course-title{text-align:center;margin-bottom:22px;}
.top-body .ft-course-title img{display:block;width:auto;max-width:80%;height:auto;margin:0 auto;}
.top-body .ft-course-lead{
  text-align:center;font-weight:500;
  font-size:calc(17px * var(--fz, 1));line-height:1.9;margin:0 0 38px;
}
.top-body .ft-course-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:40px 30px;
}
.top-body .ft-course-item{
  display:flex;flex-direction:column;
}
.top-body .ft-course-item-img img{
  width:100%;height:200px;object-fit:cover;display:block;border-radius:2px;
}
.top-body .ft-course-item-title{
  font-family:"Noto Sans JP",sans-serif;font-weight:700;
  font-size:calc(24px * var(--fz, 1));margin:16px 0 10px;
}
.top-body .ft-course-item-text{
  font-size:calc(16px * var(--fz, 1));line-height:1.7;margin:0 0 14px;
  flex:1 1 auto;
}
.top-body .ft-course-link{
  display:inline-flex;align-items:center;gap:10px;align-self:flex-start;
  color:var(--pink);font-weight:700;font-size:calc(17px * var(--fz, 1));
  transition:opacity .2s ease;
}
.top-body .ft-course-link:hover{opacity:.8;}
.top-body .ft-course-arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;
  background:var(--pink);color:#fff;font-size:calc(15px * var(--fz, 1));line-height:1;
  transition:transform .2s ease;
}
.top-body .ft-course-link:hover .ft-course-arrow{transform:translateX(3px);}
.top-body .feature-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:44px;
  max-width:960px;margin:0 auto;
}
.top-body .ft-card{background:#fff;border-radius:12px;box-shadow:0 3px 14px rgba(0,0,0,.06);}
.top-body .ft-img{padding-top:16px;}
.top-body .ft-img img{width:428px;height:285px;max-width:100%;object-fit:cover;border-radius:0;margin:0 auto;}
.top-body .ft-body{width:428px;max-width:100%;margin:0 auto;padding:30px 0 28px;}
.top-body .ft-title{
  font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:calc(26px * var(--fz, 1));
  text-align:center;margin-bottom:18px;
}
.top-body .ft-text{font-size:calc(18px * var(--fz, 1));text-align:center;color:#040000;}
.top-body .ft-link{
  display:flex;align-items:center;justify-content:flex-end;gap:12px;
  color:var(--pink);font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:calc(18px * var(--fz, 1));
  margin-top:26px;
}
.top-body .ft-link img{width:30px;height:30px;}

/* ===== どこでも読める（EPUB） ===== */
.top-body .epub-section{
  background-image:url("../img/top2026/epub_bg.webp");
  background-size:cover;background-position:center;background-repeat:no-repeat;
  padding:70px 0;
}
.top-body .epub-inner{
  max-width:1000px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:center;gap:24px;
}
.top-body .epub-bubble{
  background-image:url("../img/top2026/rpub_01.webp");
  background-size:100% 100%;background-repeat:no-repeat;
  flex:0 1 640px;
  padding:72px 100px 76px 80px;
  text-align:center;
}
.top-body .epub-catch{
  font-family:"Noto Sans JP",sans-serif;font-weight:700;
  font-size:calc(44px * var(--fz, 1));color:#ee7c00;line-height:1.2;margin:0 0 16px;
  white-space:nowrap;
}
.top-body .epub-catch-big{font-size:calc(58px * var(--fz, 1));}
.top-body .epub-slash{color:#ee7c00;font-weight:700;margin:0 6px;}
.top-body .epub-desc{
  font-family:"Noto Sans JP",sans-serif;font-weight:700;
  font-size:calc(19px * var(--fz, 1));line-height:1.7;color:#040000;margin:0 0 22px;
}
.top-body .epub-btn{
  display:inline-flex;align-items:center;gap:10px;
  color:#ee7c00;font-family:"Noto Sans JP",sans-serif;font-weight:700;
  font-size:calc(18px * var(--fz, 1));transition:opacity .2s ease;
}
.top-body .epub-btn:hover{opacity:.8;}
.top-body .epub-arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;
  background:#ee7c00;color:#fff;font-size:calc(15px * var(--fz, 1));line-height:1;
  transition:transform .2s ease;
}
.top-body .epub-btn:hover .epub-arrow{transform:translateX(3px);}
.top-body .epub-cover{flex:0 0 auto;}
.top-body .epub-cover img{
  width:200px;height:auto;display:block;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
}
.top-body .epub-bubble-sp{display:none;}
.top-body .epub-btn-sp2{display:none;}
@media(max-width:768px){
  .top-body .epub-section{padding:44px 0 50px;}
  .top-body .epub-inner{flex-direction:column;align-items:center;gap:22px;}
  .top-body .epub-bubble{flex:0 1 auto;width:100%;max-width:360px;padding:0;background-image:none;text-align:center;}
  .top-body .epub-bubble .epub-catch,
  .top-body .epub-bubble .epub-desc,
  .top-body .epub-btn-pc{display:none;}
  .top-body .epub-bubble-sp{display:block;width:100%;height:auto;margin:0 auto;}
  .top-body .epub-cover img{width:170px;}
  .top-body .epub-btn-sp2{
    display:inline-flex;color:#fff;font-size:calc(17px * var(--fz, 1));
  }
  .top-body .epub-btn-sp2 .epub-arrow{background:#fff;color:#ee7c00;}
}

/* ===== Instagram ===== */
.top-body .insta{padding:80px 0 70px;background:#fff;}
.top-body .insta-head{
  display:flex;align-items:center;justify-content:center;gap:20px;
  font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:calc(42px * var(--fz, 1));color:#666666;
}
.top-body .insta-mark{flex:0 0 auto;}
.top-body .insta-mark picture{display:inline-flex;}
.top-body .insta-mark img{width:64px;height:64px;flex-shrink:0;}
.top-body .insta-lead{text-align:center;font-size:calc(20px * var(--fz, 1));font-weight:700;color:#666666;margin:26px 0 46px;}
.top-body .insta-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
  max-width:980px;margin:0 auto;
}
.top-body .insta-cell img{width:100%;aspect-ratio:1/1;object-fit:cover;}
.top-body .insta-btns{display:flex;justify-content:center;gap:20px;margin-top:44px;}
.top-body .insta-btns .btn{width:auto;font-size:calc(16px * var(--fz, 1));padding:14px 30px;gap:10px;border-radius:6px;}
.top-body .btn--gray{background:#6b6b6b;color:#fff;}
.top-body .btn--insta{background:linear-gradient(90deg,#5b9bd5,#4a90c8);color:#fff;}
.top-body .ig-ico{
  width:20px;height:20px;border:2px solid #fff;border-radius:6px;position:relative;
}
.top-body .ig-ico::after{content:"";position:absolute;inset:4px;border:2px solid #fff;border-radius:50%;}

/* ===== Sponsor ===== */
.top-body .sponsor{
  padding:70px 0 90px;
  background-color:#ffdbe8;
}
.top-body .sponsor .inner{max-width:1100px;}
.top-body .sponsor-box{
  background:#fff;max-width:1000px;margin:46px auto 0;
  padding:50px;text-align:center;
}
.top-body .sponsor-box--sub{margin-top:14px;padding:26px 50px;}
.top-body .sponsor-logos{
  display:flex;flex-direction:column;align-items:center;gap:28px;
  margin-bottom:40px;
}
.top-body .sponsor-logos-row{
  display:flex;align-items:center;justify-content:center;gap:48px;
  flex-wrap:nowrap;width:100%;
}
.top-body .sponsor-logos img{
  height:auto;width:auto;object-fit:contain;
}
/* 1行目：トヨタ（1.3倍） */
.top-body .sponsor-logos-row:first-child img{ max-height:117px; max-width:100%; }
/* 2行目：南都銀行・森田（横並びで収まるよう制限） */
.top-body .sponsor-logos-row:last-child img{ max-height:80px; max-width:48%; }
.top-body .sponsor-names{
  list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:14px 36px;
  font-weight:700;font-size:calc(20px * var(--fz, 1));margin-top:8px;
}
.top-body .sponsor-coop{font-weight:700;font-size:calc(19px * var(--fz, 1));}
.top-body .br-sp{display:none;}
.top-body .coop-label{margin-right:18px;}

/* ===== ボタン・カード hover ===== */
.top-body .btn,
.top-body .event-card,
.top-body .news-link,
.top-body .ft-card,
.top-body .ft-link,
.top-body .insta-cell,
.top-body .tab{
  transition:background-color .2s ease, color .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.top-body .btn:hover{ opacity:.85; box-shadow:0 4px 12px rgba(0,0,0,.15); }
.top-body .btn--pink-outline:hover{ background:var(--pink); color:#fff; opacity:1; }
.top-body .btn--blue:hover{ background:#fff; color:#439acf; box-shadow:inset 0 0 0 3px #439acf; opacity:1; }
.top-body .event-card:hover{ transform:translateY(-4px); box-shadow:0 8px 20px rgba(0,0,0,.12); }
.top-body .event-card .card-thumb img{ transition:transform .3s ease; }
.top-body .event-card:hover .card-thumb img{ transform:scale(1.05); }
.top-body .news-link:hover .news-thumb img{ transform:scale(1.05); }
.top-body .news-thumb{ overflow:hidden; border-radius:12px; }
.top-body .news-thumb img{ transition:transform .3s ease; }
.top-body .news-link:hover .news-text{ color:var(--pink); }
.top-body .ft-card:hover{ transform:translateY(-4px); box-shadow:0 8px 22px rgba(0,0,0,.12); }
.top-body .ft-link:hover{ opacity:.7; }
.top-body .ft-link img{ transition:transform .2s ease; }
.top-body .ft-link:hover img{ transform:translateX(4px); }
.top-body .insta-cell:hover{ opacity:.82; }
.top-body .tab:hover{ color:var(--pink); }

/* ===== Responsive ===== */
@media(max-width:1040px){
  .top-body .card-grid{grid-template-columns:repeat(3,1fr);gap:16px;}
}
@media(max-width:900px){
  .top-body .inner{padding:0 16px;}
  /* 水玉背景をSP用に差し替え */
  .top-body .hosted-event{background-image:url("../img/top2026/bk_event_top_sp.png");padding-top:80px;}
  .top-body .feature{background-image:url("../img/top2026/bk_event_bottom_sp.png");}
  .top-body .sec-title{font-size:calc(34px * var(--fz, 1));}
  .top-body .mark{width:78px;}
  /* 見出しはマークを上・タイトルを下に中央寄せ（SP） */
  .top-body .sec-head{flex-direction:column;align-items:center;gap:6px;}
  /* News見出しはSPでも横並び（マーク左・タイトル右） */
  .top-body .news .sec-head{flex-direction:row;align-items:flex-end;gap:22px;}
  .top-body .dot-line{width:180px;transform:none;}
  .top-body .hosted-event .hosted-event-lead{font-size:calc(16px * var(--fz, 1));white-space:nowrap;}
  .top-body .insta-grid{grid-template-columns:repeat(2,1fr);}
  .top-body .br-sp{display:inline;}
  .top-body .br-pc{display:none;}
  .top-body .feature-lead{padding:0;}
  .top-body .ft-course-lead{font-size:calc(14px * var(--fz, 1));}
  .top-body .ft-interview-card{padding:28px 20px 30px;border-radius:14px;margin:0;}
  .top-body .ft-interview-title img{width:auto;max-width:100%;}
  /* インタビュー写真は縦並び（SP） */
  .top-body .ft-interview-photo{flex-direction:column;gap:15px;}
  .top-body .ft-interview-photo picture{width:100%;}
  .top-body .ft-course-card{padding:28px 20px 34px;border-radius:14px;margin:44px 0 70px;background-size:150px auto;}
  .top-body .ft-course-title img{max-width:100%;}
  .top-body .ft-course-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px;}
  .top-body .ft-course-item-title{font-size:calc(16px * var(--fz, 1));white-space:nowrap;}
  .top-body .ft-course-item-img img{height:auto;aspect-ratio:571/410;}
  .top-body .feature-grid{grid-template-columns:minmax(0,1fr);}
  .top-body .ft-card{min-width:0;}
  .top-body .event-card .event-yuiyui-badge{width:52px;bottom:-6px;right:8px;}
  .top-body .ft-img{padding:16px 20px 0;}
  .top-body .ft-img img{width:100%;height:auto;}
  .top-body .ft-body{width:100%;padding-left:20px;padding-right:20px;}
  .top-body .ft-text{text-align:left;}
  .top-body .insta-head{font-size:calc(25px * var(--fz, 1));flex-direction:column;gap:4px;}
  .top-body .insta-lead{font-size:calc(14px * var(--fz, 1));}
  .top-body .tab{font-size:calc(20px * var(--fz, 1));}
  .top-body .sponsor-logos{flex-direction:column;}
  .top-body .sponsor-logos img{max-width:100%;}
  /* SP：南都銀行・森田は縦並び */
  .top-body .sponsor-logos-row{flex-direction:column;gap:28px;}
  .top-body .sponsor-logos-row:last-child img{max-width:100%;}
  .top-body .br-sp{display:inline;}
}
@media(max-width:700px){
  .top-body .card-grid{grid-template-columns:repeat(2,1fr);gap:14px;}
  .top-body .event-card{display:flex;align-items:flex-start;width:100%;height:auto;min-height:150px;}
  .top-body .card-thumb{position:relative;flex-shrink:0;width:100px;height:72px;margin:14px 10px 36px;padding-top:0;}
  .top-body .card-thumb img{width:100px;height:72px;object-fit:cover;margin:0;border-radius:0;}
  .top-body .badge{left:50%;top:100%;bottom:auto;right:auto;transform:translate(-50%,6px);}
  .top-body .card-body{flex:1;min-width:0;padding:14px 12px 14px 2px;}
  .top-body .card-date,.top-body .card-time{text-align:left;line-height:16px;margin:0;}
  .top-body .card-time{margin-top:4px;}
  .top-body .card-title{font-size:calc(15px * var(--fz, 1));font-weight:700;margin-top:10px;}
}
@media(max-width:560px){
  .top-body .news-item{padding:26px 0;}
  .top-body .news-link{flex-direction:column;align-items:center;gap:22px;}
  .top-body .news-thumb{flex:none;width:100%;text-align:center;}
  .top-body .news-thumb img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:20px;}
  .top-body .news-body{width:100%;}
  .top-body .news-date{display:block;width:-moz-fit-content;width:fit-content;font-size:calc(18px * var(--fz, 1));padding:6px 22px;border-radius:8px;margin:0 auto 20px;}
  .top-body .news-text{font-size:calc(20px * var(--fz, 1));line-height:1.6;}
  .top-body .insta-btns{flex-direction:column;align-items:center;}
  .top-body .sponsor-logos{gap:30px;}
  /* SP：協賛エリアの幅を広げ、ロゴ左右の余白を狭く */
  .top-body .sponsor .inner{padding:0 8px;}
  .top-body .sponsor-box{padding:24px 10px;}
  .top-body .sponsor-box--sub{padding:18px 10px;}
  .top-body .sponsor-logos img{max-width:100%;}
}
@media(max-width:480px){
  .top-body .card-grid{grid-template-columns:1fr;gap:14px;}
}

/* ===== フロント ヒーロー＋スライダー（共通headerfooter.cssの315px版を上書き） ===== */
.top-body .hero-bg{
  position:relative;
  margin-top:0;
  width:100%;
  height:auto;
  line-height:0;
  overflow:visible;
}
.top-body .hero-bg img{ width:100%; height:auto; display:block; }
/* スライダーを通常配置（フロー）にして全体表示。ヘッダー下への隠れ・下の重なりを回避 */
.top-body .hero-slider{
  position:relative;
  top:auto; left:auto;
  transform:none;
  width:100%;
  line-height:0;
}
.top-body .hero-slider img{ width:100%; height:auto; display:block; }
/* 水彩の装飾背景画像は使わず、スライダーをヒーローに */
.top-body .hero-bg .hero-sp{ display:none; }
.top-body .hero-bg .hero-pc{ display:none; }
/* ヒーロースライダー PC/SP切替（768px） */
.top-body .hero-slider-pc{ display:block; }
.top-body .hero-slider-sp{ display:none; }
@media (max-width:768px){
  .top-body .hero-slider-pc{ display:none; }
  .top-body .hero-slider-sp{ display:block; }
}
