/*共通*/


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

} /*PC END*/

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

} /*SP END*/