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

menu

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


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

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

#menuPlate{ display: none;}

#menuAll{
background: #fff;
width: 100%; max-width: 640px;
height: 100%;
position: fixed;
top: 0; right: 0;
z-index: 40;
overflow-y: auto;
display: none;
filter:drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
}

#menu{
width: 100%;
position: absolute;
top: 50%; left: 0;
transform: translateY(-60%);
z-index: 1;
border-top: 1px dotted #B9B9B9;
}

#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: #ed6b80;
font-size: 24px;
line-height: 1.5em;
text-align: center;
letter-spacing: -1px;
text-decoration: none;
padding: 13px 0 10px;
border-bottom: 1px dotted #B9B9B9;
}

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

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


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

sns

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

#snsAll{
width: 50px;
position: absolute;
top: 70px; right: 5px;
z-index: 20;
}

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

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

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

}


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


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

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

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

#menuAll{
background: #fff;
background-size: cover;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 40;
overflow-y: auto;
display: none;
}

#menu{
width: 100%;
position: absolute;
top: 50%; left: 0;
transform: translateY(-60%);
z-index: 1;
border-top: 1px dotted #B9B9B9;
}

#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: #ed6b80;
font-size: 22px;
line-height: 1.5em;
text-align: center;
letter-spacing: -1px;
text-decoration: none;
padding: 13px 0 10px;
border-bottom: 1px dotted #B9B9B9;
}

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

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


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

sns

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

#snsAll{
width: 80px; height: 45px;
position: fixed;
top: 5px; left: 8px;
z-index: 61;
display:flex;
justify-content:center;
align-items:center;
}

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

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

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

}


