@charset "utf-8";

body {
	font-family: 'Noto-Sans-JP-Regular',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position: relative;
	background: #fff;
	background-size: cover;
}


#wrapper {
	max-width: 828px;
	margin: 0 auto;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

#content {
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
}

.inner {
	width: 90%;
	margin: 0 auto;
}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
	html,
	body {
		position: fixed;
		height: 100%;
		width: 100%;
		overflow: auto;	
	}
	
	#wrapper {
		background: url(../images/live/bg.jpg) no-repeat center center;
	}
}