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

menu

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


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

#menuBtn{
background: url("../images/nav/btn_menu01.png") no-repeat;
background-size:100% 100%;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 10px; right: 10px;
z-index: 50;
filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.2));
}

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

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

#menu{
width: 100%;
position: absolute;
top: 80px; left: 0;
z-index: 1;
border-top: 2px dotted #f1879d;
}

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

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


#menu ul li.menu a{
width: 100%; height: 100%;
display: block;
color: #dd6e85;
font-family: "Shippori Mincho B1", serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 0.9em;
text-align: center;
letter-spacing: 0.1em;
text-decoration: none;
padding: 13px 0 10px;
border-bottom: 2px dotted #f1879d;
}

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

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


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

sns

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

#iX{
background: url("../images/sns/i_x_w.png") no-repeat center;
background-size: contain;
width: 40px; height: 40px;
position: absolute;
top: 90px; right: 20px;
z-index: 25;
transition: all 0.3s ease;
text-indent: -99999px;
overflow: hidden;
}

#iInstagram{
background: url("../images/sns/i_instagram_w.png") no-repeat center;
background-size: contain;
width: 40px; height: 40px;
position: absolute;
top: 135px; right: 20px;
z-index: 25;
transition: all 0.3s ease;
text-indent: -99999px;
overflow: hidden;
}

#iTiktok{
background: url("../images/sns/i_tiktok_w.png") no-repeat center;
background-size: contain;
width: 40px; height: 40px;
position: absolute;
top: 185px; right: 20px;
z-index: 25;
transition: all 0.3s ease;
text-indent: -99999px;
overflow: hidden;
}

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

#iX:hover,#iInstagram:hover,#iTiktok:hover{
opacity: 0.7;
cursor: pointer;
}


}


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


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

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

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

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

#menu{
width: 100%;
position: absolute;
top: 50px; left: 0;
z-index: 1;
border-top: 2px dotted #f1879d;
}

#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: #dd6e85;
font-family: "Shippori Mincho B1", serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 0.9em;
text-align: center;
letter-spacing: 0.1em;
text-decoration: none;
padding: 13px 0 10px;
border-bottom: 2px dotted #f1879d;
}

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

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


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

sns

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

#iX{
background: url("../images/sns/i_x_w.png") no-repeat center;
background-size: 35px auto;
width: 40px; height: 40px;
position: absolute;
top: 60px; left: 5px;
z-index: 25;
transition: all 0.3s ease;
text-indent: -99999px;
overflow: hidden;
}

#iInstagram{
background: url("../images/sns/i_instagram_w.png") no-repeat center;
background-size: 35px auto;
width: 40px; height: 40px;
position: absolute;
top: 100px; left: 5px;
z-index: 25;
transition: all 0.3s ease;
text-indent: -99999px;
overflow: hidden;
}

#iTiktok{
background: url("../images/sns/i_tiktok_w.png") no-repeat center;
background-size: 35px auto;
width: 40px; height: 40px;
position: absolute;
top: 140px; left: 5px;
z-index: 25;
transition: all 0.3s ease;
text-indent: -99999px;
overflow: hidden;
}

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

}


