/* PC */
@import url("./pc/movie.css") print, screen and (min-width: 769px);
/* SP */
@import url("./sp/movie.css") screen and (max-width: 768px);

