@charset "UTF-8";

/* 20260611 ハンバーガーメニューのユーザビリティ改善 */
@media only screen and (max-width: 768px) {
    .scn-sp-nav .c-sp-closer a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border: 1px solid #333;
        background: #fff;
        box-sizing: border-box;
    }
    .scn-sp-nav .c-sp-closer .icon-close {
        font-size: 32px;
        line-height: 1;
    }
    .scn-sp-nav .menu-parts li a,
    .scn-sp-nav .menu-parts li span.c-unlink {
        font-size: 18px;
    }
}