#wrapper{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

img,video{
	display: block;
	width: 100%;
}

.cvBox,
.movieBox{
	position: relative;
}

.movieBox .movieCv,
.movieBox .movie01-2,
.movieBox .movie02-2,
.movieBox .movie03-2,
.movieBox .movie04,
.movieBox .movie05,
.movieBox .movie06,
.movieBox .movie07,
.movieBox .movie08-1,
.movieBox .movie08-2,
.movieBox .movie08-3{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.movieBox .movieCv{
    width: 89.3%;
    bottom: 0;
}
.movieBox .movie01-1{
    position: absolute;
    width: 65%;
    right: 0;
    top: 37%;
}
.movieBox .movie01-2{
    bottom: 0;
}
.movieBox .movie02-1{
    position: absolute;
    width: 76%;
    left: 0;
    top: 21%;
}
.movieBox .movie02-2{
    bottom: 8%;
}
.movieBox .movie03-1{
    position: absolute;
    width: 76%;
    right: 0;
    top: 0;
}
.movieBox .movie03-2{
    bottom: 0;
}

.movieBox .movie04{
    width: 80%;
    top: 40%;
}
.movieBox .movie05{
    width: 80%;
    top: 18%;
}
.movieBox .movie06{
    width: 80%;
    top: 18%;
}
.movieBox .movie07{
    width: 93%;
    top: 30%;
}

.movieBox .movie08-1{
    width: 85.3%;
    top: 13.5%;
}
.movieBox .movie08-2{
    width: 85.3%;
    top: 70%;
}
.movieBox .movie08-3{
    bottom: 0;
}
.movieBox .iconAni{
	position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 43%;
    top: 51%;
}
.cvBox{
	background:url("../img/cv_bg.jpg");
	background-size: 100%;
	padding-bottom: 5px;
}
.cvBox ul.offerTxt{
	width: 78%;
	margin: 0 auto;
}
.offerTxt li:before{
	content: "●";
}
.offerTxt li:last-child{
	margin-top: 10px;
	color: #c7064a;
	font-weight: bold;
}
.offerTxt li:last-child span{
	color: #000;
	font-weight: normal;
}
.cvBox .btn01{
	width: 80%;
	margin: 0 auto;
}