@charset "utf-8";

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

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