@charset "UTF-8";

/* common style */
@import url("reset.css");
@import url("font.css");
@import url("common_new.css");

/* pc style */
@import url("base.css") screen and (min-width: 768px) and (max-width: 5000px);
@import url("layout.css") screen and (min-width: 768px) and (max-width: 5000px);

/* sp style */
@import url("base_sp.css") screen and (min-width: 0px) and (max-width: 767px);
@import url("layout_sp.css") screen and (min-width: 0px) and (max-width: 767px);

