@charset "UTF-8";

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

/*PC*/
@import url("pc/style.css?20230323") screen and (min-width:750px);
@import url("pc/lower.css?20230323") screen and (min-width:750px);
/*SP*/
@import url("sp/style.css?20230323") screen and (max-width:749px);
@import url("sp/lower.css?20230323") screen and (max-width:749px);

