*{margin: 0;padding: 0;}
body{max-width: 1920px;margin: 0 auto;}
img{display: block;}
.pc{display: none;}
.mobile{display: block;}
.container{width: 100%;}
header{background-color: #000000;}
header img.logo{width: 40%;padding: 0.4rem 0 0.3rem 0.1rem;display: inline-block;}
header .menueicon img {
    float: right;
    margin: -0.7rem 0.4rem 0 0;
    width: 0.5rem;
}
.menue{
    position: fixed;
    width: 80%;
    height: 100%;
    background-color: #999999;
    border-top-right-radius: 5px;
    z-index: 11;
    left: -80%;
    text-align: center;
    top: 0;
    padding: 0 0 0 0.3rem;
    box-sizing: border-box;
}
.menue ul{ height: 100%; padding: 30px 0 10px;font-size: 0; box-sizing: border-box; overflow: scroll;}
.menue li {
    line-height: 1rem;
    background-image: url("../../images/EVERESTXING/icon-arr04.png");
    background-repeat: no-repeat;
    padding-left: 0.5rem;
    box-sizing: border-box;
    background-size: 0.26rem 0.26rem;
    background-position: left top 0.4rem;
    text-align: left;
}
.menue li div{display: none;}
.menue li a {font: normal 0.35rem/1rem "NOTOSANSJP-BOLD";color: #f1f1f1;}
.menue  ul li>div a{display: block;padding-left: 0.5rem; line-height: .8rem;}
.menue  ul li>div a.empty{ line-height: .4rem;}
.shadows {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    top: 0;
}
.closeMenue {
    width: 30px;
    height: 30px;
    background: url(../../images/EVERESTXING/tabclose.png);
    transform: rotate(-90deg);
    background-size: cover;
    float: right;
}
header ul{display: inline-block;width:65%;float: right;text-align: right;}
header ul li{display: inline-block;padding: 0 2%;position: relative;}
header ul li:last-child{padding: 0 0 0 2%}
header ul li:first-child{padding: 0 2% 0 0}
header ul li>div{
    text-align: center;
    width: 180px;
    display: none;
    position: absolute;
    top: 69px;
    left: -25%;
    background-color: rgba(0,0,0,0.7);
    padding: 20px 0 10px 0;
}
header ul li>div a{display: block;font: normal 18px/40px "NOTOSANSJP-MEDIUM";color: #ffffff;}
header ul li a{font: normal 18px/80px "NOTOSANSJP-MEDIUM";color: #ffffff;}

footer{background-color: #000000;}
footer ul{text-align: center;border-bottom: 1px solid #ffffff;padding: 0.25rem 0 0.15rem 0;}
footer ul li{display: inline-block;padding: 0 2%;position: relative;}
footer ul li:last-child{padding: 0 2%}
footer ul li:first-child{padding: 0 2%}
footer ul li>div{
    text-align: center;
    width: 2.5rem;
    display: none;
    position: absolute;
    bottom: .48rem;
    left: -15%;
    background-color: #000000;
    padding: 0.2rem 0 0.1rem 0;
    z-index: 1;
}
footer ul li>div a{display: block;font: normal 0.28rem/0.5rem "NOTOSANSJP-MEDIUM";color: #ffffff;}
footer ul li a{font: normal 0.28rem/0.5rem "NOTOSANSJP-MEDIUM";color: #ffffff;}
footer>div{font: normal 0.26rem/1.5rem "NOTOSANSJP-MEDIUM";color: #ffffff;text-align: center;}