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


body {
    background: thdh_studio_img.jpg;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
 background-repeat: no-repeat;
 background-position: center center;
}

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width : 1200px ){
.pc { display: none !important; }
.sp { display: block !important; }
}
