@charset "UTF-8";

/* import */
@import url("common_sp.css") print,screen and (max-width: 768px);
@import url("layout_sp.css") print,screen and (max-width: 768px);
@import url("common_pc.css") print,screen and (min-width: 769px);
@import url("layout_pc.css") print,screen and (min-width: 769px);