@import url(pc_style.css) screen and (min-width: 1025px); /*pc */
@import url(sp_style.css) screen and (max-width: 1024px);　/*mobile */

