
/*---------------------------------------------

menu

---------------------------------------------*/


@media screen and (min-width : 1201px){

#menuAll{
width: 98%; height: 60px;
position: fixed;
top: 0; left: 10px;
z-index: 60;
overflow: hidden;
}

#menuBG{
background: #000;
width: 100%; height: 60px;
position: fixed;
top: 0; left: 0;
z-index: 59;
overflow: hidden;
}

#menu{
padding: 0px;
overflow: hidden;
position: relative;
margin: 0;
z-index: 1;
}

#menu ul {
list-style: none outside none;
float: left;
margin: 0;
padding: 0;
position: relative;
}

#menu ul li {
height: 60px;
line-height: 60px;
float: left;
margin: 0;
padding: 0 10px;
position: relative;
}

#menu ul li a{
width: 100%; height: 100%;
display: block;
transition: all 0.3s ease;
font-size: 20px;
color: #cba218;
text-decoration: none;
text-align: center;
padding: 0;
letter-spacing: -1px;
}

#menu ul li a:hover{
opacity: 1;
color: #fff;
}


/*---------------------------------------------

sns

----------------------------------------------*/

#snsAll{
width: 120px; height: 50px;
position: fixed;
top: 5px; right: 5px;
z-index: 61;
display:flex;
justify-content:center;
align-items:center;
}

#iX{
background: url("../images/i_x_w.png") no-repeat center;
background-size: 80% auto;
width: 40px; height: 50px;
transition: all 0.3s ease;
float: left;
}

#iInstagram{
background: url("../images/i_instagram2.png") no-repeat center;
background-size: 85% auto;
width: 40px; height: 50px;
transition: all 0.3s ease;
float: left;
}

#iTiktok{
background: url("../images/i_tiktok.png") no-repeat center;
background-size: 85% auto;
width: 40px; height: 50px;
transition: all 0.3s ease;
float: left;
}

#iX a,#iInstagram a,#iTiktok a{
width: 100%; height: 100%;
display: block;
}

}


.menuNMs{ font-size: 60%;}
.spaceS{ letter-spacing: -0.1em;}


@media screen and (max-width : 1200px){

#menuBtn{
background: url("../images/nav/btn_menu01.png") no-repeat;
background-size:100% 100%;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 50;
}

#menuBtn2{
background: url("../images/nav/btn_menu02.png") no-repeat;
background-size:100% 100%;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 55;
display: none;
}

#menuAll{
background: #000 url("../images/nav/menu_bg.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 40;
overflow-y: auto;
display: none;
}

#menuBG{
background: #000;
width: 100%; height: 60px;
position: fixed;
top: 0; left: 0;
z-index: 39;
overflow-y: auto;
}

#menu{
width: 100%;
position: absolute;
top: 60px; left: 0;
z-index: 1;
border-top: 1px solid #650001;
}

#menu ul {
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
}

#menu ul li {
background: #000;
width: 100%;
margin: 0 auto;
}


#menu ul li a{
width: 100%; height: 100%;
display: block;
color: #cba218;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 400;
font-size: 23px;
line-height: 1.5em;
text-align: center;
letter-spacing: -1px;
text-decoration: none;
padding: 13px 0 10px;
border-bottom: 1px solid #650001;
}


/*---------------------------------------------

sns

----------------------------------------------*/

#snsAll{
width: 120px; height: 50px;
position: fixed;
top: 5px; right: 5px;
z-index: 61;
display:flex;
justify-content:center;
align-items:center;
}

#iX{
background: url("../images/i_x_w.png") no-repeat center;
background-size: 90% auto;
width: 40px; height: 40px;
transition: all 0.3s ease;
float: left;
}

#iInstagram{
background: url("../images/i_instagram2.png") no-repeat center;
background-size: 95% auto;
width: 40px; height: 40px;
transition: all 0.3s ease;
float: left;
}

#iTiktok{
background: url("../images/i_tiktok.png") no-repeat center;
background-size: 95% auto;
width: 40px; height: 40px;
transition: all 0.3s ease;
float: left;
}

#iX a,#iInstagram a,#iTiktok a{
width: 100%; height: 100%;
display: block;
}

}


