@charset "utf-8";
@import url("default.css");
@import url("sp.css") only screen and (max-width: 768px) and (orientation: portrait);
@import url("pc.css") screen and (min-width: 769px);

