@charset "UTF-8";


/* PC
--------------------------------------------*/
@import url("pc.css") all and (min-width: 531px);

/*スマホ
-----------------------------------------*/
@import url("mobile.css") all and (max-width: 531px);
