@charset "utf-8";

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

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


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

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

}

@media (max-width: 500px){
    


}