@charset "UTF-8";

@import url("./reset.css");
@import url("./head.css");
@import url("./flex.css");
@import url("./style.css");

/*pc 945以上*/
@import url("./default.css")screen and (min-width: 945px);

/*sp 944px以下*/
@import url("./mobile.css")screen and (max-width: 944px);
