@charset "utf-8";

/*-------------------------------------------------
	//レスポンシブ用
-------------------------------------------------*/
#contents{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
video,img{
	width: 100%;
	display: block;
}
/*-------------------------------------------------
	//03用
-------------------------------------------------*/
.cvBox{
	background: url("../img/cv_bg.jpg") repeat-y;
	background-size: 100%;
}
.cvBox ul.offerTxt{
	width: 82%;
	padding:10px 0 20px;
}
.cvBox .btn01{
	width: 88%;
	margin: 0 auto;
}

.movieBox{
	position: relative;
	overflow: hidden;
}
.movieBox .movieFV{
	position: absolute;
	width: 34%;
	right: -5%;
	top: 25%;
}
.movieBox .icon01{
	position: absolute;
	width: 147%;
	right: -19%;
	top: 15%;
}



.movieBox .movie01,
.movieBox .movie02{
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 76%;
}

.movieBox .movie02{
	top: 49%;
}
.movieBox .movie03{
	width: 71%;
	top: 25%;
}

.movieBox .iconAni{
	position: absolute;
	width: 36%;
	left: 4%;
	top: 10%;
}

.movieBox .slideImage01{
	position: absolute;
	display: block;
	width: 100%;
	overflow: hidden;
	background: url("../img/slide_fv.png") repeat-x;
	background-size: cover;
	padding: 15% 0;
	left: 0;
	right: 0;
	top: 12%;
	animation: slide01 200s linear infinite;
}

@keyframes slide01{
	from {
		background-position: 0  0;
	}
	to {
		background-position: -1000% 0;
	}
}