/**
 * project-hub.css — Project / Gallery モザイク一覧（イントロは hub-intro.css）
 */
.hub-mosaic-page .index-grid__cell br,
.project-hub-page .index-grid__cell br,
.gallery-hub-page .index-grid__cell br {
  display: none !important;
}

.hub-mosaic-page .index-section-heading-wrap,
.project-hub-page .index-section-heading-wrap {
  padding-top: clamp(2rem, 4vw, 3rem);
}
.hub-mosaic-page .index-mosaic > .index-grid:first-of-type,
.project-hub-page .index-mosaic > .index-grid:first-of-type,
.gallery-hub-page .index-mosaic > .index-grid:first-of-type {
  margin-top: 0;
}
