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

menu

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


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


#menuBtn,#menuBtn2,#menuPlate{ display: none;}

#menuAll{
width: 14%;
position: absolute;
top: 50%; left: -5px;
transform: translateY(-50%);
z-index: 51;
animation: fadeanm 2s ease 3s forwards;
opacity: 0;
}

#menu{
width: 100%;
}

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

#menu ul li {
background-color: #fff;
width: 100%;
position: relative;
transition: all 0.3s ease;
cursor: pointer;
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.8vw;
line-height: 1em;
letter-spacing: 0.05vw;
padding: 0.6vw 0.4vw 0.3vw 0;
margin: 0.4vw 0;
text-align: right;
}

#menu ul li a{
width: 100%; height: 100%;
display: block;
transition: all 0.3s ease;
}

#menu ul li:hover{ transform: translateX(5px);}
#menu ul li a:hover{ color: #fb2d76; opacity: 1;}


#btnpagetop{
background: #fff;
width: 80px; height: 80px;
position: fixed;
bottom: 0; right: 0;
z-index: 50;
font-size: 25px;
line-height: 80px;
text-align: center;
transition: all 0.3s ease;
}

#btnpagetop a{
width: 100%; height: 100%;
display: block;
color: #344d70;
}

.newmark{
background: url("../images/newmark.png") no-repeat left 6% top 50%;
background-size: 40px auto;
}

}

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

#menuBtn{
background:url("../images/btn_menu01.png");
background-size: 100% 100%;
width:60px; height:60px;
cursor:pointer;
position: fixed;
top:0; left:0;
z-index:55;
mix-blend-mode: difference;
}

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

#menuAll{
background: #fff url("../images/menubg.png") no-repeat left 50% bottom 20px;
background-size: 80%;
width: 100%; height: 100vh;
position: fixed;
top: 0; left: 0;
padding: 0;
z-index: 40;
display:none;
overflow-y: auto;
}

#menu{
width: 100%;
padding: 0;
position: absolute;
top: 10%; left: 0;
z-index: 2;
}

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


#menu ul li {
width: 100%;
line-height: 1.6em;
position: relative;
transition: all 0.3s ease;
cursor: pointer;
text-align: center;
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-style: normal;
font-size: 8vw;
letter-spacing: 0.2vw;
}

#menu ul li a{
width: 100%; height: 100%;
display: block;
}

.newmark{
background: url("../images/newmark.png") no-repeat left 5% top 35%;
background-size: 10% auto;
}


#btnpagetop{
background: #fff;
width: 60px; height: 60px;
position: fixed;
bottom: 0; right: 0;
z-index: 10;
font-size: 18px;
line-height: 60px;
text-align: center;
}

#btnpagetop a{
width: 100%; height: 100%;
display: block;
color: #344d70;
}


}



