@charset "UTF-8";

/*リセット*/
@import url("style.css");
/* スマートフォン */
@import url("style_sp.css") only screen and (max-width:767px);
/* デスクトップ */
@import url("style_pc.css") only screen and (min-width:768px);

