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

menu

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



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


#menuBtnBG{
background: #000;
background-size: cover;
width: 100%; height: 50px;
position: fixed;
top: 0; left: 0;
z-index: 50;
}

#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: 54;
}

#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: 55;
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: hidden;
display: none;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

#menu{
width: 80%;
margin: 0;
position: absolute;
top: 50%; right: 10%;
transform: translateY(-50%);
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.5em;
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/top/btn_x.png") no-repeat center; top: 20px;}
#iInstagram{ background: url("../images/top/btn_instagram.png") no-repeat center; top: 71px;}
#iTikTok{ background: url("../images/top/btn_tiktok.png") no-repeat center; top: 122px;}
#iX,#iInstagram,#iTikTok{
background-size: contain;
width: 210px; height: 41px;
position: absolute;
right: 0;
z-index: 10;
text-indent: -999999px;
transition: all 0.3s ease;
}

#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_menu01.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: 55;
display: none;
}

#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: 51;
overflow: hidden;
display: none;
}

#menu{
width: 80%;
margin: 0;
position: absolute;
top: 50%; right: 10%;
transform: translateY(-50%);
z-index: 5;
}

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

#menu ul li.menuBtn {
width: 90%;
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.5em;
}

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

#iX{ background: url("../images/top/btn_x_sp.png") no-repeat center; top: 20px;}
#iInstagram{ background: url("../images/top/btn_instagram_sp.png") no-repeat center; top: 71px;}
#iTikTok{ background: url("../images/top/btn_tiktok_sp.png") no-repeat center; top: 122px;}
#iX,#iInstagram,#iTikTok{
background-size: contain;
width: 45px; height: 45px;
position: absolute;
right: 0;
z-index: 10;
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;
}



