@charset "UTF-8";

/***************************************************/
/* !Case */
/***************************************************/

#Case {
	margin-bottom: 100px;
}
	#Case > .hn {
		display: none;
	}

	#Case .comingsoon {
		color: #ccc;
		font-size: 50px;
		font-weight: bold;
		height: 100%;
		padding: 300px 0 200px 0;
		text-align: center;
		width: 100%;
	}

@media only screen and (max-width: 640px) {

	#Case {}

		#Case .comingsoon {
			font-size: 30px;
			padding: 150px 0 50px 0;
		}

}