@charset "UTF-8";

/* pc style */
@import url("base.css") print, screen and (min-width: 768px) and (max-width: 5000px);
@import url("layout.css") print, 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);