@charset "UTF-8";

/*------------------------------------------------------------------------------
CSS Import設定
------------------------------------------------------------------------------*/
@import url("reset.css");

/*PC*/
@import url("pc/style.css?") screen and (min-width:768px);
@import url("pc/lower.css?") screen and (min-width:768px);

/*SP*/
@import url("sp/style.css?") screen and (max-width:767.98px);
@import url("sp/lower.css?") screen and (max-width:767.98px);
