@charset "utf-8";

/* INDEX */

/* PC(641px以上) */

@import url(index-pc.css) screen and (min-width:641px);


/* Phone(640px以下) */

@import url(index-sp.css) screen and (max-width:640px);

