@charset "utf-8";

:root {

}

/* モバイル */
@media screen and (max-width: 1024px) {
	:root {
	}
}

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





/**
 * フッター
 */


body {

	& footer {
	}
}