/* =========================
   トップ
========================= */
/* トップページの yStandard ページヘッダーを完全に消す */
.home .c-page-header,
.home .page-header,
.home .entry-header {
  display: none !important;
}
/* トップページ：ヘッダー直下の余白を完全に消す */
.home #content.site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* トップページだけヘッダー高さ分の余白を無効化 */
.home {
  --header-height: 0px;
}


