@charset "UTF-8";

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

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

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

