@charset "utf-8";

body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/sleeveless/main_bk.jpg) no-repeat center top;
    background-size: cover;
}

.mxp-title{
    font-size:18px;
    font-family:"Koburina Gothic W6 JIS2004";
    margin-top:20px;
}


.bk_scroll2{
    background-image:url(../img/sleeveless/bk01.jpg);
    background-size:100%;
}
.bk_scroll3{
    background-image:url(../img/sleeveless/bk02.jpg);
    background-size:100%;
}
.bk_scroll4{
    background-image:url(../img/sleeveless/bk03.jpg);
    background-size:100%;
}
.bk_scroll5{
    background-image:url(../img/sleeveless/bk04.jpg);
    background-size:100%;
}

ul.single_btn{
    width:140px;
    margin:30px auto;  
}

ul.single_btn li{
    width:100%!important;
}

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

body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/sleeveless/main_bk_sp.jpg) no-repeat center top;
    background-size: cover;
}

    
    ul.single_btn{
    width:140px;
    margin:20px auto;  
}

    ul.single_btn li{
    width:100%!important;
}
}

@media (max-width: 500px){
    


}