@charset "utf-8";

*{}

@media screen and (min-width: 768px) {
#visual{ background-image:url(../img/img_main_pc.jpg); filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
#detail{ background-image:url(../img/img_product_pc.png); margin-top: 100px; }
#detail .element { position: relative; }
#detail .element .close { position: absolute; background-color: #e9e9ea; text-align: center; left: 0; top: -60px; padding: 10px 0; width: 100%; font-size: 18px; color: #333; }
}

@media screen and (max-width: 768px) {
#visual{ background-image:url(../img/img_main_sp.jpg); filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }
#detail{ background-image:url(../img/img_product_sp.png); background-size:86px auto; margin-top: 20px; }
#detail .discription .title span{ width:47px; }
#detail .element .close { background-color: #e9e9ea; text-align: center; margin-bottom: 20px; padding: 5px 0; font-size: 11.5px; color: #333; }
}