@charset "utf-8";
/* CSS Document */
.coming-soon-sec{
	background-color: #142236;
	padding: 12px 18px;
	border-radius: 20px;
	max-width: 958px;
	margin: 0 auto 30px auto;
	display: block;
}
.coming-soon-sec h2{
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 3.1rem;
}
.video-sec{
	border-radius: 20px;
	max-width: 958px;
	margin: 0 auto;
	display: block;
}
.iframe-wrap{
	overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    display: block;
	border-radius: 20px;
}
.iframe-wrap iframe{
    display: block;
    margin-bottom: 0;
    max-width: 100%;
    vertical-align: middle;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
@media only screen and (min-width: 500px){
}

@media only screen and (min-width: 650px){
	.coming-soon-sec{
		padding: 15px 21px;
	}
	.coming-soon-sec h2{
		font-size: 2.4rem;
		line-height: 3.7rem;
	}
}
@media only screen and (min-width: 768px){
	.coming-soon-sec{
		padding: 30px 50px;
		margin-bottom:40px;
	}
	.coming-soon-sec h2{
		font-size: 2.8rem;
		line-height: 4.1rem;
	}
}
@media only screen and (min-width: 921px){
	.main-header{
		padding: 24px 0;
	}
}
@media only screen and (min-width: 1025px){
	.coming-soon-sec{
		padding: 56px 110px;
		margin-bottom:50px;
	}
	.coming-soon-sec h2{
		/*font-size: 3.5rem;
		line-height: 4.8rem;*/
	}	
}