@charset "UTF-8";
@import url("temp.css");

/* pc */
@import url("layout.css") screen and (min-width:769px) and (max-width: 5000px);
/* smt */
@import url("layout_sp.css") screen and (min-width:0px) and (max-width: 768px);
