/*
 Theme Name:   blacksilver Child
 Template:     blacksilver
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready


@media screen and (max-width: 1050px) {
    .fullscreen-menu {
        display: none;
    }
	.burger-menu {
        display: none;
    }
	.expand-icon {
    	display: none;
	}
}

@media screen and (min-width: 1050px) {
    .burger-menu {
        display: flex;
    }
}

.menu-main-menu-container{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0, 0, 0, 1); 
	opacity: 1;
	text-align: center;
}

.menu-main-menu-container li {
    list-style-type: none;
	position: relative; 
	counter-increment: menu-counter;
    margin-bottom: 10px;
}

.menu-main-menu-container a {
    font-weight: bold;
    opacity: 1; 
    transition: opacity 0.3s ease; 
    position: relative;
	font-size: 2vw;
	font-family: "Noto Serif JP", serif;
}

.menu-main-menu-container a:hover {
    opacity: 1; 
}


.menu-main-menu-container:hover a:not(:hover) {
    opacity: 0.4; 
}


.menu-main-menu-container li a {
    color: white;
}

.menu-main-menu-container li:before {
    content: counter(menu-counter);
    font-weight: bold;
    margin-right: 7px;
	font-size: 10px;  
}

.menu-list {
    display: inline-block; 
	margin: 0 auto; 
    padding: 0; 
	position: relative; 
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
    opacity: 0;
    visibility: hidden; 
    transition: opacity 0.3s ease;
}

.fullscreen-menu.show {
    opacity: 1;
    visibility: visible;
}

.fullscreen-menu:not(.show) {
    opacity: 0;
    visibility: hidden;
}


.burger-menu {
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 1100;
    align-items: center;
}

.menu-text {
    order: -1; 
    margin-right: 5px; 
	color: #fff; 
}

.menu-list {

    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
}

.burger-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px; 
}

.burger-toggle span {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: transform 0.3s ease; 
}

.burger-toggle.open span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
}

.burger-toggle.open span:nth-child(2) {
    opacity: 0;
}

.burger-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.sub-menu a {
    opacity: 1; 
    font-size: 1.2vw; 
	font-style: italic;
}


.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear; 
}

.sub-menu.show-sub-menu {
    max-height: 1000px; 
}

.expand-icon {
    cursor: pointer;
	transition: transform 0.3s ease;
	padding-left: 10px;
	color: #fff;
	display: inline-block;
}


.expand-icon.rotate-down {
    transform: rotate(180deg); 
}



.menu-text{
	font-weight:300 !important;
}

.outer-wrap, .stickymenu-zone {
    display: none;
}
*/
#lg-download{
	display:none !important;
}