.coming{
	position: fixed;
	width: 100vw;
	height: 100vh;
	line-height: 100vh;
	z-index: 9999;
	background: rgba(0,0,0,0.3);
}
.coming .group{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.75);
	width: 500px;
	height: 500px;
	border-radius: 50%;
	animation-duration: 1s;
}
.coming .group h2{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 80px;
	line-height: 500px;
	font-family: "Fjalla One", Arial, Verdana, 微軟正黑體, "Heiti TC", "Microsoft JhengHei";
	color: #FFF;
	animation-duration: 2s;
	animation-delay: 1.25s;
	animation-iteration-count: infinite;
	margin: 0;
}
.max-sm-size .coming .group{
	width: 300px;
	height: 300px;
}
.max-sm-size .coming .group h2{
	font-size: 40px;
	line-height: 300px;
}