/* 20250702 ハンバーガーメニューナビゲーション調整 */
.overlay nav {
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
}