@charset "utf-8";
/*----------------------------------------------------------------------------------------------
for campaign
----------------------------------------------------------------------------------------------*/

/*
lvl 1
----------------------------------------------------------------------------------------------*/

/* lvl 2 -------------------------------------------------------------------------------------*/

/* lvl 3 */

body {
	font-size: 2.8vw;
}

.header.fixed {
	position: relative !important;
}

@media screen and (min-width:768px) {
	body {
		font-size: 1.6rem;
	}
	.header.fixed {
		position: fixed !important;
	}
}