/* =================================================================== */
/* Navigation — ハンバーガーメニューのブレークポイント調整
====================================================================== */

@media (max-width: 1350px) {
    .header-bottom .main-nav {
        display: none !important;
    }
    .mobile-menu-toggler {
        display: block !important;
    }
}

@media (min-width: 1351px) {
    .mobile-menu-toggler {
        display: none !important;
    }
}
