@media screen and (max-width: 1024px) {

/*ロゴ部分非表示*/

.header-container {
    display: none !important;
}

}


/* スマホヘッダーの文字サイズ */
.mobile-header-menu-buttons .home-menu-caption {
  font-size: 10px !important;
  line-height: 1.2;
}