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

menu

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


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

#menuBtn{
display: none;
}

#menuBtn2{
display: none;
}

#menuAll{
width: 18%; height: 60%;
position: absolute;
top: 0; right: 1.5%;
z-index: 10;
border-right: 1px solid #fff;
}

#menu{
width: 100%;
position: absolute;
bottom: 0; right: 15px;
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.2vw;
line-height: 1.5em;
text-align: right;
letter-spacing: 0.05em;
text-decoration: none;
padding: 1em 0 0 0;
font-family: "Shippori Mincho", serif;
font-weight: 300;
}


#menu ul li.menu a{
color: #fff;
}

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

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


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

sns

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

#snsAll{
width: 40px;
position: absolute;
top: 30px; right: 2%;
z-index: 20;
}

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

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

#iTiktok{
background: url("../images/sns/i_tiktok.png") no-repeat center;
background-size: 90% auto;
width: 40px; height: 40px;
transition: all 0.3s ease;
margin-top: 0.4em;
}

#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 : 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; 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{
background: #fff;
width: 100%; height: 55px;
cursor: pointer;
position: fixed;
top: 0; right: 0;
z-index: 49;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#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: 86%;
position: absolute;
top: 50%; left: 7%;
transform: translateY(-60%);
z-index: 1;
border-top: 1px dotted #df4f73;
}

#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;
font-family: "Shippori Mincho", serif;
font-weight: 300;
color: #df4f73;
font-size: 3.3vw;
line-height: 4.4em;
text-align: center;
text-decoration: none;
letter-spacing: 0.3em;
border-bottom: 1px dotted #df4f73;
}

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

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



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

sns

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

#snsAll{
width: 40px;
position: absolute;
top: 20px; right: 2%;
z-index: 20;
}

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

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

#iTiktok{
background: url("../images/sns/i_tiktok.png") no-repeat center;
background-size: 90% auto;
width: 40px; height: 40px;
transition: all 0.3s ease;
margin-top: 0.4em;
}

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

}


