/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Tags:
Version: 0.6.1
*/

.vk-mobile-nav-menu-btn{overflow: visible;}
.vk-mobile-nav-menu-btn::before{
    content: "メニュー";
    display: block;
    width: 100%;
    padding-top: 35px;
	font-size: 2vw;
    text-indent: 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.1em;
    position: absolute;
    top: 0;
    left: 0;
}
.vk-mobile-nav-menu-btn.menu-open::before{display: none;}