@charset "UTF-8";

@media screen and (max-width:1050px){
    .pc_tab{
        display: none;
    }
    
    .tab{
        display: block;
    }
    
    .head{
        padding: 20px 30px;
        width: 100%;
        position: fixed;
        background: #ffffff;
        z-index: 10;
    }

    .pure-drawer{
        z-index: 99;
    }
    
    .pure-toggle-label[data-toggle-label='right']{
        z-index: 100;
    }
    
    .pure-overlay{
        z-index: 98 !important;
    }
    
    .mainImageWrap {
        padding-top: 86px;
    }
    
    .mainImage {
        background-image: url("../img/spBack@2x.png");
        height: calc(100vh - 86px);
    }
    
    .page:after{
        left: 30px;
    }

}


