@charset "UTF-8";


/* PC */
@media screen and (min-width: 900px), print {

}

/* SP */
@media screen and (max-width: 899px) {

}
