@media screen and (max-width: 700px) {
    .logo-this img{
        margin-top: 6px!important;
        width: 98px;
    }
    #pc-block{
        display: none;
    }
    #mb-block{
        position: relative;
        width: 100%;
        height: 667px;
        margin-top: 50px;
        background-image: url(../images/mb.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;

    }
    #mb-block .btn-wrapper{
        position: absolute;
        bottom: 35px;
        left: 0;
        padding: 0 3%;
        margin: 0;
    }
    #mb-block .btn-wrapper li{
        /*width: 112px;*/
        width: 30%;
        float: left;
        /*margin-right: 10px;*/
        margin-right: 5%;
        list-style: none;
    }
    #mb-block .btn-wrapper li a{
        width: 100%;
        height: 100%;
        display: block;
    }
        
    #mb-block .btn-wrapper li:nth-child(3){
        margin-right: 0px;
    }
    #mb-block .btn-wrapper li img{
        width: 100%;
    }
    #id_icon_list {
        height: 0px;
    }
}


@media screen and (max-width: 320px) {
    footer .text-right{
        height: 0;
    }
}