@charset "UTF-8";
/* CSS Document */

body{
    border: 13px solid #fff;
    background: #000000;
}

.sec-mv img{
    width: 100%;
}

.bg-contents{
    background: url(../img/result/bg_contents.jpg) no-repeat center top;
    background-size: contain;
}

.sec-ranking{
    padding: 100px 0 120px;
}
.sec-ranking .box{
    margin-bottom: 70px;
}
.sec-ranking .box:last-child{
    margin-bottom: 0;
}

.sec-ranking .box01 a{
    display: block;
    margin-bottom: 50px;
}
.sec-ranking .box02{
    max-width: 943px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.sec-ranking .box02 a{
    float: left;
    display: block;
    width: 50%;
}
.sec-ranking .box02 .img{
    float: right;
    width: 46%;
    margin-top: 163px;
}

.img-present{
    margin: 110px 0 0;
}

.sec-foot{
    padding: 0 0 50px;
}
.sec-foot .txt{
    font-size: 12px;
    color: #ffffff;
    margin: 70px 0 50px;
}
.sec-foot .copy{
    font-size: 10px;
    color: #939393;
    margin-top: 25px;
	font-family: 'Montserrat', sans-serif;
}

.btn-floating,
footer{
    display: none;
}


@media only screen and (max-width: 749px) {
    body{
        border: 10px solid #fff;
    }
    
    .bg-contents{
        background: url(../img/result/bg_contents_sp.jpg) no-repeat center top;
        background-size: contain;
    }
    
    .sec-ranking{
        padding: 50px 0 50px;
    }
    .sec-ranking .box{
        margin: 0 auto 40px;
        max-width: 320px !important;
    }
    
    .sec-ranking .box01 a{
        margin-bottom: 30px;
    }
    .sec-ranking .box01 .img{
        max-width: 296px;
        margin: 30px auto 0;
    }

    .sec-ranking .box02 a{
        float: none;
        width: 100%;
    }
    .sec-ranking .box02 .img{
        float: none;
        width: 100%;
        max-width: 296px;
        margin: 30px auto 0;
    }
    
    .img-present{
        margin: 60px 0 0;
    }
    
    .sec-foot .txt{
        margin: 40px 0 70px;
    }
    .sec-foot img{
        max-width: 200px;
    }
}