#main_bg {
	width: 100%;
	height: 540px;
	background-position:center bottom;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-image: url(../movie/img/main.jpg);
	}
	
#ks_icon{
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	}

#main_bg_movie {
	width: 100%;
	height: 500px;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-image: url(../movie/img/main.jpg);
	}
	
#movie_icon{
	width: 100%;
	text-align:center;
	top: 70px;
	bottom: auto;
	right: auto;
	}
	
#sendan_bg2 {
	width: 100%;
	height: 330px;
	background-position:center bottom;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-image: url(../ks/img/sendan.jpg);
	margin-top:60px;
	}



#point1 {
	position: absolute;
	bottom: 0px;
	height:70px;
}

.youtube {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.down {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 8%;
	color: #333;
	font-weight: bold;
}


.down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 44px;
	height: 44px;
	margin-left: -12px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  
  -webkit-animation: sdb 1.5s infinite;
  -moz-animation: sdb 1.5s infinite;
  -ms-animation: sdb 1.5s infinite;
  -o-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}
