@import url('./style_pc.css') screen and (min-width: 1000px); /* greater than 1000pixel */
@import url('./style_sp.css') screen and (max-width: 999px); /* less than 999pixel */
