@charset "UTF-8";
/* CSS Document */

@import url(top_pc.css) screen and (min-width: 480px); /* 769以上 */
@import url(top_sp.css) screen and (max-width: 479px); /* 768以下 */
