@charset "utf-8";
/* -----------------------------
 archive.css
----------------------------- */

/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {
}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {
}
