/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* ヘッダー */
#site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
	box-shadow: none;
}
body.admin-bar #site-header {
    top: 32px;
}
#site-header-container {
    max-width: 100%;
}
#global-nav {
    display: none;
}
.site-header-logo {
    padding-top: 0.5rem;
}
.site-header-logo img {
    max-height: 40px;
}
.vk-mobile-nav-menu-btn {
    width: 50px;
    height: 25px;
    left: auto;
    right: 10px;
    top:  14px !important;
    border: none;
    background-color: transparent;
    background: none;
    border-bottom: 1px solid #fff;
}
.vk-mobile-nav-menu-btn:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.5s ease;
}
.vk-mobile-nav-menu-btn:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transition: all 0.5s ease;
}
body.admin-bar .vk-mobile-nav-menu-btn {
    top:  46px !important;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background: none;
    background-color: transparent;
    border-bottom: none;
}
.vk-mobile-nav-menu-btn.menu-open:before {
    transform: rotate(25deg);
    background-color: #000;
    top: 50%;
}
.vk-mobile-nav-menu-btn.menu-open:after {
    transform: rotate(-25deg);
    background-color: #000;
}
body.device-pc .vk-mobile-nav-menu-btn {
    display: block;
}
body.device-pc .vk-mobile-nav {
    display: block;
}
#entryBtn {
    position: fixed;
    top: 8px;
    right: 70px;
    z-index: 1000;
}
body.admin-bar #entryBtn {
    top: 40px;
}
#entryBtn a {
    display: block;
    background-color: #e60012;
    font-size: 20px;
    line-height: 1.0;
    font-weight: 700;
    color: #fff;
    border-radius: 999px;
    padding: 10px 30px;
    transition: all 0.5s ease;
}
#entryBtn a:hover {
    opacity: 0.7;
}
.vk-menu-acc #menu-item-2553 {
    display: none;
}
#breadcrumb {
	display: none;
}
.site-header {
	box-shadow: none;
}
.mb-0 {
	margin-bottom: 0 !important;	
}
@media screen and (max-width: 767px) {
    #site-header {
        position: fixed;
    }
    .header_scrolled .site-header-logo {
        display: block;
    }
    body.admin-bar #site-header {
        top: 46px
    }
    .site-header-logo {
        text-align: left;
    }
    .site-header-logo img {
        margin-left: 0;
    }
    .vk-mobile-nav-menu-btn {
        top: 18px !important;
    }
    body.admin-bar .vk-mobile-nav-menu-btn {
        top: 60px !important;
    }
    .full-main-image {
        width: 100vw;
        max-width: 100vw;
        margin-left: -15px;
		font-size: 0;
    }
    #entryBtn {
        width: 100vw;
        top: auto;
        bottom: 0;
        left: 0;
    }
    body.admin-bar #entryBtn {
        top: auto;
    }
    #entryBtn a {
        width: 100%;
        text-align: center;
        border-radius: 0;
    }
    .site-footer-copyright {
        padding-bottom: calc(1rem + 40px);
    }
    .page_top_btn {
        bottom: 7.5%;
    }
}