@charset "UTF-8";

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

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

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


