@charset "utf-8";
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

.alert-info {
    display: none;
}

.mobile_menu_text span {
    position: absolute;
    transition: all 0.4s ease-out;
}

.mobile_menu_text {
    position: absolute;
    margin-bottom: 0;
    font-size: .8em;
    top: 4px;
    left: -2em;
    color: #e98c27;
}

.mobile_menu_text .close,
.menu-open .mobile_menu_text .sitemap {
    opacity: 0;
}

.menu-open .close {
    opacity: 1;
}

.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background: none;
    height: auto;
    width: auto;
    text-indent: inherit;
    overflow: visible;
}

.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    opacity: 1;
}

.vk-mobile-nav.vk-mobile-nav-right-in {
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.vk-mobile-nav.vk-mobile-nav-right-in.vk-mobile-nav-open {
    pointer-events: unset;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    /*background:#D54884;*/
    cursor: pointer;
    width: 75px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn4 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    right: 14px;
    height: 2px;
    border-radius: 5px;
    background: #e98c27;
    width: 45%;
}


.openbtn4 span:nth-of-type(1) {
    top: 13px;
    width: 30%;
}

.openbtn4 span:nth-of-type(2) {
    top: 23px;
    width: 45%;
}

.openbtn4 span:nth-of-type(3) {
    top: 33px;
    width: 45%;
}

/*.openbtn4 span:nth-of-type(3)::after {
    content: "Sitemap";
    position: absolute;
    top: -20px;
    right: 30px;
    color: #69727d;
    font-size: 0.6rem;
}*/

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.menu-open .openbtn4 span:nth-of-type(1) {
    top: 14px;
    left: 33px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

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

.menu-open .openbtn4 span:nth-of-type(3) {
    top: 26px;
    left: 33px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

/*.menu-open .openbtn4 span:nth-of-type(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
/*transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
}*/

.vk-mobile-nav {
    background: #282828;
}

.vk-mobile-nav nav ul li a {
    color: #d7d4bfcc;
}