@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}
[v-cloak]{
	display: none;
}
html{
	font-size: 13.33333vw;
}
body {
	overflow: hidden;
	background: url(../img/bg.jpg) center center / cover no-repeat;
}
li{
	list-style: none;
}
img{ 
	display: block; 
	max-width: 100%;
}

@media screen and (min-width: 500px) {
	html{
		font-size: 60px;
	}
}

@media screen and (min-width: 1200px) {
	html{
		font-size: 80px;
	}
	::-webkit-scrollbar{
		width: 4px;
	}
	::-webkit-scrollbar-track{
		background-color: rgba(255,255,255,0.05);
	}
	::-webkit-scrollbar-thumb {
		background-color: rgba(255,255,255,0.2);
	}
}
