@charset "utf-8";
/* CSS Document */

/* PC */
@media screen and (min-width:641px) {
}

/* SP */
@media screen and (max-width:640px) {
}