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

menu

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



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


#menuBtnBG{
display: none;
}

#menuBtn{
background: url("../images/nav/btn_menu01.png") no-repeat center;
background-size: cover;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 55;
}

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

#menuAll{
background: #cb0000 url("../images/nav/menu_bg.jpg") no-repeat center;
background-size: cover;
width: 375px;
height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 51;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
display: none;
}

#menuAll::-webkit-scrollbar { width: 6px; height: 5px;}
#menuAll::-webkit-scrollbar-track { background: #320201;}
#menuAll::-webkit-scrollbar-thumb { background: #d54b4a;border-radius: 3px;}

#menu{
width: 80%;
margin: 0;
position: absolute;
top: 80px; right: 10%;
z-index: 5;
}

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

#menu ul li.menuBtn {
width: 90%; height: 45px;
margin: 0 auto 0.7em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 18px;
font-weight: 700;
text-align: left;
border: 1px solid #FFA3A4;
line-height: 45px;
text-indent: 0.3em;
transition: all 0.3s ease;
color: #fff;
}

#menu ul li.menuBtn:hover{
transform: translateX(-5px);
}

#menu ul li.menuBtn a{
width: 100%; height: 100%;
display: block;
color: #fff;
text-decoration: none;
}

#iX{ background: url("../images/nav/btn_x_r.png") no-repeat center; top: 75px;}
#iInstagram{ background: url("../images/nav/btn_instagram_r.png") no-repeat center; top: 120px;}
#iTikTok{ background: url("../images/nav/btn_tiktok_r.png") no-repeat center; top: 165px;}
#iX,#iInstagram,#iTikTok{
background-size: contain;
width: 40px; height: 40px;
position: fixed;
left: 10px;
z-index: 54;
text-indent: -999999px;
}

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

#iX:hover,#iInstagram:hover,#iTikTok:hover{
opacity: 0.7;
}

#playaudioBtn{
background: #000;
font-size: 14px;
letter-spacing: -0.05em;
cursor: pointer;
text-align: center;
}

}


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

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

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

#menuBtnBG{
background: url("../images/nav/menu_bar.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 50px;
position: fixed;
top: 0; left: 0;
z-index: 53;
}


#menuAll{
background: #cb0000 url("../images/nav/menu_bg.jpg") no-repeat center;
background-size: cover;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 55;
overflow-x: hidden;
overflow-y: auto;
display: none;
}

#menu{
width: 90%;
margin: 0;
position: absolute;
top: 70px; right: 5%;
z-index: 5;
padding-bottom: 20px;
}

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

#menu ul li.menuBtn {
width: 90%;
margin: 0 auto 0.6em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 18px;
font-weight: 700;
text-align: left;
border: 1px solid #FFA3A4;
line-height: 42px;
text-indent: 0.5em;
}

#menu ul li.menuBtn a{
width: 100%; height: 100%;
display: block;
color: #fff;
text-decoration: none;
}

#iX{ background: url("../images/nav/btn_x_w.png") no-repeat center; right: 75px;}
#iInstagram{ background: url("../images/nav/btn_instagram_w.png") no-repeat center; right: 40px;}
#iTikTok{ background: url("../images/nav/btn_tiktok_w.png") no-repeat center; right: 5px;}
#iX,#iInstagram,#iTikTok{
background-size: contain;
width: 35px; height: 35px;
position: fixed;
top: 7.5px;
z-index: 60;
text-indent: -999999px;
}

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

#playaudioBtn{
background: #000;
font-size: 14px;
letter-spacing: -0.05em;
cursor: pointer;
text-align: center;
}

}


#menu ul li.sns{text-align: center; margin-top: 3em;}
#menu ul li.sns img {
width: 40px;
margin: 8px;
border: 1px solid #FFA3A4;
}



