@charset "utf-8";
/* CSS Document */


#movie{
	width:100%;
	height:762px;
	position:relative;
	z-index:10;
}

.buttonBar{
	display:none;
}

#movie{
	background-size: cover;
	background-image: url();
	background-color:#000;
}


#movie .add_box{
	width:1000px;
	margin:0 auto;
	text-align:right;
	position:absolute;
	top:442px;
	left: 0;
    right: 0;
	z-index:40;
}

#movie .add_box a img{
	margin-top:5px;
}

#movie #cover_mv{
	width:100%;
	height:700px;
	background-image: url(../index_files/bg.png);/*--- 使用していない --*/
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}

/*--- テキスト --*/
.copy {
	clear: both;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 300px;
	width:100%;
	z-index: 3;
	text-align: center;
}
.copy img {
	width:50%;
}

.search {
	clear: both;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 435px;
	width:630px;
	z-index: 3;
	color: #FFF;
	text-align: center;
}

.search p {
	font-size: 200%;
	margin-bottom: 22px;
}

.searchBtn {
    position:relative;
    overflow:hidden;
    width: 100%;
}
.searchBtn ul {
	position:relative;
    left:50%;
    float:left;
    clear: both;
}
.searchBtn ul li {
	position:relative;
	right:50%;
	float:left;
	font-size: 130%;
	margin-right: 10px;
	margin-left: 10px;
}




@media only screen and (max-width: 769px) {
	
/*--- 動画背景 --*/

#movie{
	height:300px;
}

}
