@charset  "utf-8";

/* PC */
@import url("wide/common.css") screen and (min-width : 768px);
@import url("wide/top.css") screen and (min-width : 768px);
@import url("wide/lower.css") screen and (min-width : 768px);

/* SP */
@import url("narrow/common.css") screen and (max-width : 767px);
@import url("narrow/top.css") screen and (max-width : 767px);
@import url("narrow/lower.css") screen and (max-width : 767px);