@charset "UTF-8";

/* 共通 */
@import url("style.css");

/* SP CSS */
@import url("sp_style.css") screen and (min-width:0px) and (max-width: 640px);

/* タブレット CSS */
@import url("tab_style.css") screen and (min-width:641px) and (max-width:768px);

/* PC CSS */
@import url("pc_style.css") screen and (min-width:769px);





