@charset "utf-8";

/* for PC */
@import url('style.css') screen and (min-width: 768px);

/* for SP */
@import url("sp_style.css") screen and (max-width: 767px);
