/* MENUとハンバーガーを横並び */
.c-menu-button{
    display:flex;
    align-items:center;
    gap:10px;
}

/* MENU文字 */
.c-menu-text{
    color:#1D5293;
    font-size:12px;
    font-weight:600;
    letter-spacing:.08em;
    line-height:1;
    user-select:none;
}