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


@media screen and (min-width:769px) and (max-width:1023px){
    

    
body::before {
content: "";
background: url("../img/B03_7231-45.jpg") no-repeat top center;
background-size: cover;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
    
    
body {
    margin:0 auto;
    padding: 0;
    width: 100%;
    background-color: #111;
}
}


@media screen and (max-width:768px){
    
body::before {
content: "";
background: url("../img/B03_7231-45.jpg") no-repeat top center;
background-size: cover;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
    
    
body {
    margin:0 auto;
    padding: 0;
    width: 100%;
    background-color: #111;
}
}


@media screen and (min-width:1024px){
    
body::before {
content: "";
background: url("../img/B03_7231-45.jpg") no-repeat top center;
background-size: cover;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
    
    
body {
    margin:0 auto;
    padding: 0;
    width: 100%;
    background-color: #111;
}
}