@import url(css/pc.css) screen and (min-width: 768px); /* 321以上 */
@import url(css/sp.css) screen and (max-width: 767px); /* 320以下 */