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

menu

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


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

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

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

#menuBtntop{
background:#fff;
width: 70px; height: 70px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 49;
opacity: 0.40;
}

#menuAll{
width: 100%; height: 100%;
max-width: 400px;
position: fixed;
top: 0; left: 0;
z-index: 40;
overflow-y: auto;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
display: none;
}

#menuBG{
background: #fff;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
opacity: 0.95;
}

#menu{
width: 70%;
position: absolute;
top: 50%; left: 15%;
transform: translateY(-60%);
z-index: 3;
}

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

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


#menu ul li.menu a{
width: 100%; height: 100%;
display: block;
font-family: "Noto Serif JP", serif;
font-weight: 400;
color: #000;
font-size: 0.9vw;
line-height: 3.7em;
text-align: center;
text-decoration: none;
letter-spacing: 0.5em;
border-bottom: 1px solid #777777;
}

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

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


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

sns

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

#snsAll{
width: 150px; height: 50px;
position: absolute;
top: 20px; right: 20px;
z-index: 20;
display: flex;
justify-content: flex-end;
}

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

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

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

#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: url("../images/nav/btn_menu01_bk.png") no-repeat;
background-size:100% 100%;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 50;
}

#menuBtn2{
background: #000 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;
}

#menuBtntop{
background:#fff;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 49;
opacity: 0.40;
}

#menuBG{
background: #fff;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 2;
opacity: 0.95;
}

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

#menu{
width: 70%;
position: absolute;
top: 50%; left: 15%;
transform: translateY(-60%);
z-index: 3;
}

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

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


#menu ul li.menu a{
width: 100%; height: 100%;
display: block;
font-family: "Noto Serif JP", serif;
font-weight: 400;
color: #000;
font-size: 3.3vw;
line-height: 3.5em;
text-align: center;
text-decoration: none;
letter-spacing: 0.7em;
border-bottom: 1px solid #777777;
}

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

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



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

sns

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

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

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

#iInstagram{
background: url("../images/sns/i_instagram_w.png") no-repeat center;
background-size: 90% auto;
width: 38px; height: 38px;
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: 38px; height: 38px;
transition: all 0.3s ease;
margin-top: 0.4em;
}

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

}


