    .vk-mobile-nav-menu-btn,
    .vk-mobile-nav-menu-btn.menu-open {
        background: none;
        top: 45px;
        border: none;
        width: 100%;
        height: 54px;
        z-index: 10001;
        max-width: 1100px;
        margin: auto;
        left: 0;
        right: 0;
        overflow: visible;
        pointer-events: none;
        position: static;
        width: auto;
    }

    .scrolled .vk-mobile-nav-menu-btn,
    .header_scrolled .vk-mobile-nav-menu-btn,
    .header_scrolled .vk-mobile-nav-menu-btn.menu-open {
        position: fixed;
        max-width: 1300px;
        top: 40px;
    }

    .vk-mobile-nav-menu-btn.menu-open {
        /*display: none !important;*/
    }

    .scrolled .site-header-logo {
        margin-left: 100px;
    }

    .vk-mobile-nav {
        width: 30%;
        background: #002700;
        padding-top: 55px;
        text-align: center;
        overflow: hidden;
    }

    .vk-mobile-nav nav>ul,
    .vk-mobile-nav nav ul li a {
        border: none;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
    }

    .vk-mobile-nav img {
        min-height: 30px;
    }

    .vk-mobile-nav>aside:last-child img {
        max-height: 32px;
    }

    body.device-pc .vk-mobile-nav {
        display: block;
    }

    .alert-info {
        display: none;
    }

    .openbtn6 {
        position: relative;
        background: none;
        cursor: pointer;
        width: 100px;
        height: 50px;
        border-radius: 5px;
        /* left: -100px; */
        pointer-events: visible;
    }

    .site-header-logo a {
        transition: all .4s;
    }

    .openbtn6 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 30%;
        height: 2px;
        background: #000;
    }

    .menu-open .openbtn6 span {
        background: #fff;
    }

    body.home .openbtn6 span {
        background: #002A00;
    }

    .vk-mobile-nav-menu-btn.scrolled_menu .openbtn6 span {
        background: #000;
    }

    .openbtn6 span:nth-of-type(1) {
        top: 20px;
        width: 35%;
    }

    .openbtn6 span:nth-of-type(2) {
        top: 23px;
        width: 35%;
        display: none;
    }

    .openbtn6 span:nth-of-type(3) {
        top: 36px;
        width: 35%;
    }

    .menu-open .openbtn6 span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-135deg);
        width: 30%;
    }

    .menu-open .openbtn6 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-open .openbtn6 span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(135deg);
        width: 30%;
    }

    .site-footer+.vk-mobile-nav-menu-btn {
        display: none !important;
    }

    .vk-mobile-nav nav ul li {
        margin-bottom: 50px;
    }

    .vk-mobile-nav nav ul li:last-child {
        margin-bottom: 75px;
    }



    .vk-mobile-nav-close-wrap {
        display: flex;
        justify-content: flex-end;
        padding: 0;
        margin-right: 20px;
    }

    .vk-mobile-nav-close-btn {
        position: relative;
        width: 44px;
        height: 44px;
        border: none;
        background: transparent;
        cursor: pointer;
        padding: 0;
    }

    /* 2本線の共通 */
    .vk-mobile-nav-close-btn span {
        position: absolute;
        left: 50%;
        width: 26px;
        height: 2px;
        background: #fff;
        transform-origin: center;
        transition: top .35s ease, transform .35s ease;
    }

    /* 初期状態：平行線 */
    .vk-mobile-nav-close-btn span:nth-child(1) {
        top: 18px;
        transform: translateX(-50%) rotate(0deg);
    }

    .vk-mobile-nav-close-btn span:nth-child(2) {
        top: 26px;
        transform: translateX(-50%) rotate(0deg);
    }

    /* 変形後：× */
    .vk-mobile-nav-close-btn.is-active span:nth-child(1) {
        top: 22px;
        transform: translateX(-50%) rotate(45deg);
    }

    .vk-mobile-nav-close-btn.is-active span:nth-child(2) {
        top: 22px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .vk-mobile-nav {
        border-bottom: none;
    }

    @media screen and (max-width: 767px) {
        .openbtn6 {
            width: 80px !important;
            margin-right: 10px;
        }

        .scrolled .vk-mobile-nav-menu-btn,
        .header_scrolled .vk-mobile-nav-menu-btn {
            top: 0;
        }

        .vk-mobile-nav {
            width: 75vw;
        }

        .vk-mobile-nav img {
            max-height: 18px;
            min-height: 18px
        }

        .vk-mobile-nav nav ul li a {
            font-size: 18px;
        }

        .vk-mobile-nav nav ul li {
            margin-bottom: 30px;
        }

        #vk-mobile-nav {
            background: #002700;
            padding-bottom: env(safe-area-inset-bottom);
            padding-top: 40px;
        }

        #vk-mobile-nav::after {
            content: "";
            position: fixed;
            bottom: 0;
            left: 0;
            width: 60%;
            height: env(safe-area-inset-bottom);
            background: #002700;
        }

    }

.vk-mobile-nav > *:nth-last-child(-n+2) {
        padding-left: 3em;
    /* CSS */
}