@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 .section-01{ margin-bottom:70px; }
#detail .section-02{ margin-bottom:40px; }
#ytmovie{ display:none; }
#ytmovie_sp{ display:none; }
}

@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 .shoulder{ width:234px; }
#detail .section-01{ margin-bottom:50px; }
#detail .section-02{ margin-bottom:50px; }
#ytbtnplay{ display:none; }
#ytmovie{ display:none; }
#ytmovie_sp{ border:solid 1px #8e99af; }
#ytmovie_sp iframe{ height:152px; width:268px; }
}