@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family:"Century Gothic", sans-serif;
}
div.contents,
.video-wrap{
	width: 80%;
	margin: 0 auto;
}
.video-wrap{
	width: 100%;
	margin-bottom: 80px;
}
.video-wrap video{
	width: 100%;
}
div.contents img{
	width: 100%;
	margin-bottom: 60px;
}
.float-wrap{
	position: relative;
}

.float-wrap .comingsoon{
	position: absolute;
    display: inline-block;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background-color: #e4007f;
		top: 280px;
    right: 40px;
}
.float-wrap.cleaner .comingsoon{
	top: 380px;
	right: 40px;
}
.float-wrap .comingsoon span{
	position: absolute;
  display: inline-block;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width :100%;
  text-align:center;
	color:#fff;
	font-size:44px;
	line-height: 1em;
}
footer{
	background-color: #000;
	padding: 40px;
	margin-top: 100px;
}
footer a{
	color: #fff !important;
	text-decoration: none;
}
footer p{
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	color: #fff;
	letter-spacing: 0.16em;
}
br.sp-br{
	display: none;
}

@media (max-width: 1199px) {
}
@media (max-width: 900px) {
	.float-wrap .comingsoon {
    width: 200px;
    height: 200px;
		top: 260px;
		right: 40px;

	}
	.float-wrap .comingsoon span{
		font-size: 34px;
	}
}
@media (max-width: 769px) {
	div.contents,
	.video-wrap{
	    width: 100%;
	}
	footer{
		margin-top: 0;
	}
	.video-wrap{
		margin-bottom: 30px;
	}
	div.contents img{
		margin-bottom: 30px;
	}
}
@media (max-width: 540px){
	.float-wrap .comingsoon {
		width: 120px;
		height: 120px;
		top: 120px;
		right: 20px;
}
br.sp-br{
	display: block;
}
.float-wrap .comingsoon span{
	font-size: 18px;
}
.float-wrap.cleaner .comingsoon {
	top: 140px;
	right: 20px;
}
}