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

/*ロゴ部分非表示*/

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

}