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

menu

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


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

#menuBtn{
display: none;
}

#menuBtn2{
display: none;
}

#menuAll{
width: 17%;
position: absolute;
top: 20%; right: -2%;
z-index: 10;
}

#menu{
width: 100%;
position: absolute;
top: 0; right: 0;
z-index: 1;
}

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

#menu ul li {
width: 100%;
margin: 0 auto;
font-size: 1.3vw;
line-height: 1.8em;
text-align: left;
letter-spacing: 0.05em;
text-decoration: none;
padding: 0.5em 0 0 0;
border-bottom: 1px solid #000;
transition: all 0.3s ease;
cursor: pointer;
}

#menu ul li:hover{
transform: translateX(-2%);
}


#menu ul li.menu a{
display: block;
color: #000;
}

#menu ul li.snsicon{
width: 100%;
text-align: center;
padding: 20px 0;
}

#menu ul li.snsicon img{ margin: 0 5px;}


#btnpagetop{
background: #000;
width: 70px; height: 70px;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
font-size: 20px;
line-height: 70px;
text-align: center;
transition: all 0.3s ease;
}

#btnpagetop a{
width: 100%; height: 100%;
display: block;
color: #fff;
}


}


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



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

#menuBtn{
background: #000 url("../images/nav/btn_menu01.png") no-repeat;
background-size:100% 100%;
width: 55px; height: 55px;
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: 55px; height: 55px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 55;
display: none;
}

#menuPlate{
width: 100%; height: 55px;
cursor: pointer;
position: fixed;
top: 0; right: 0;
z-index: 49;
}

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

#menu{
width: 80%; max-width: 600px;
position: absolute;
top: 80px; left: 50%;
transform: translateX(-50%);
z-index: 1;
border-top: 1px solid #635c5c;
}

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

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


#menu ul li.menu a{
width: 100%; height: 100%;
display: block;
color: #fff;
font-size: 15px;
line-height: 3.5em;
text-align: center;
text-decoration: none;
letter-spacing: 0.2em;
border-bottom: 1px solid #635c5c;
}

#menu ul li.snsicon{
width: 100%;
text-align: center;
padding: 20px 0;
}

#menu ul li.snsicon img{ margin: 0 5px;}


#btnpagetop{
background: #000;
width: 55px; height: 55px;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
font-size: 16px;
line-height: 55px;
text-align: center;
transition: all 0.3s ease;
}

#btnpagetop a{
width: 100%; height: 100%;
display: block;
color: #fff;
}


}


