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

menu

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

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

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

#menuBtn2{
background: url("../images/nav/btn_menu02.png") no-repeat left;
background-size:cover;
width: 60px; height: 60px;
cursor: pointer;
position: fixed;
top: 50%; left: 0;
margin-top: -30px;
z-index: 55;
display: none;
transition: all 0.3s ease;
}

#menuBtn2:hover{ transform: rotateZ(90deg);}

#menuPlate{
background: #d6000f;
width: 60px; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 40;
}

#navAll{
background: #d6000f url("../images/nav/bg_nav_B.jpg") no-repeat center top;
background-size: cover;
width: 375px; height: 100%;
position: fixed;
top: 0; left: 60px;
z-index: 39;
display: none;
border-left: 2px solid #000;
box-shadow: 2px 0 15px rgba(0, 0, 0, .6);
border-right: 1px solid #d6000f;
}

#menu{
width: 100%;
margin: 0;
position: absolute;
top: 50%; left: 0;
transform: translateY(-50%);
z-index: 2;
}

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

#menu ul li {
background: #000;
width: 100%;
margin: 0 auto;
font-family: "Cal Sans", sans-serif;
font-weight: 400;
font-style: normal;
border-bottom: 1px solid #d6000f;
animation: menuanm 1s cubic-bezier(0,.64,.41,1) .5s forwards;
transform: translateX(-100%);
transition: all 0.3s ease;
}

#menu ul li a{
width: 100%; height: 100%;
display: block;
font-size: 22px;
letter-spacing: 0.1em;
line-height: 50px;
color: #e00200;
text-align: center;
text-decoration: none;
}

#menu ul li:hover{
background: #fff;
}

.linetop{border-top: 1px solid #d6000f;}

#iX{
background: url("../images/sns/i_x.png") no-repeat center;
background-size: contain;
width: 50px; height: 50px;
position: fixed;
top: 10px; left: 5px;
z-index: 60;
transition: all 0.3s ease;
text-indent:-999999px;
}

#iInstagram{
background: url("../images/sns/i_instagram.png") no-repeat center;
background-size: contain;
width: 50px; height: 50px;
position: fixed;
top: 60px; left: 5px;
z-index: 60;
transition: all 0.3s ease;
text-indent:-999999px;
}

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

}


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

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

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

#menuPlate{
background: #d6000f url("../images/nav/menu_new.png") no-repeat top 50% left 18px;
background-size: auto 250%;
width: 100%; height: 50px;
position: fixed;
top: 0; left: 0;
z-index: 49;
line-height: 50px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
border-bottom: 1px solid #A60002;
}

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

#menu{
width: 100%;
margin: 0;
position: absolute;
top: 50%; left: 0;
transform: translateY(-50%);
z-index: 2;
}

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

#menu ul li {
background: #000;
width: 100%;
margin: 0 auto;
font-family: "Cal Sans", sans-serif;
font-weight: 400;
font-style: normal;
border-bottom: 1px solid #d6000f;
animation: menuanm 1s cubic-bezier(0,.64,.41,1) .5s forwards;
transform: translateX(-100%);
}

#menu ul li a{
width: 100%; height: 100%;
display: block;
font-size: 20px;
letter-spacing: 0.1em;
line-height: 1.2em;
padding: 10px 0;
color: #e00200;
text-align: center;
text-decoration: none;
}

.linetop{border-top: 1px solid #d6000f;}

#iX{
background: url("../images/sns/i_x.png") no-repeat center;
background-size: 40px auto;
width: 40px; height: 40px;
position: fixed;
top: 5px; right: 5px;
z-index: 55;
text-indent:-999999px;
}

#iInstagram{
background: url("../images/sns/i_instagram.png") no-repeat center;
background-size: 40px auto;
width: 40px; height: 40px;
position: fixed;
top: 5px; right: 40px;
z-index: 55;
text-indent:-999999px;
}

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

}

@keyframes  menuanm {
0% { transform: translateX(-100%);}
100% { transform: translateX(0);}
}

#menu ul li:nth-child(1) { animation-delay: 0.1s;}
#menu ul li:nth-child(2) { animation-delay: 0.2s;}
#menu ul li:nth-child(3) { animation-delay: 0.3s;}
#menu ul li:nth-child(4) { animation-delay: 0.4s;}
#menu ul li:nth-child(5) { animation-delay: 0.5s;}
#menu ul li:nth-child(6) { animation-delay: 0.6s;}
#menu ul li:nth-child(7) { animation-delay: 0.7s;}
#menu ul li:nth-child(8) { animation-delay: 0.8s;}
#menu ul li:nth-child(9) { animation-delay: 0.9s;}


.menujp{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 800;
font-size: 80%;
}