@charset "UTF-8";

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

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

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

