#contents {
	text-align: center;
	margin: 0;
	width: 100%;
}

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

#contents img{
	width:100%;
}

video{
	display: block;
	width: 100%;
}
.cvBox,
.movieBox{
	position: relative;
}


.movieBox .movie01,
.movieBox .movie02,
.movieBox .movieCV,
.movieBox .iconAni{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 55%;
	width: 88%;
}
.movieBox .movie02{
	top: 45%;
}
.movieBox .movieCV{
	width: 89%;
	top: 76.3%;
}
.cvBox{
	background: url("../img/cv_bg.jpg") repeat-y;
	background-size: 100%;
	padding-bottom: 1%;
}
.cvBox ul.offerTxt{
	width: 85%;
	margin: 0 auto 20px;
}
.cvBox .btn01{
	width: 85%;
	margin: 0 auto;
}

.movieBox .iconAni{
	width: 40%;
	top: 0;
}
/*-------------------------------------------------
	//1回のみ
-------------------------------------------------*/
.once{
	margin: 20px 2% 20px;
	border: 1px solid #CCC;
	padding: 20px;
	line-height: 200%;
	font-size: 1rem;
}
.once p{
	margin:0 auto 20px ;
	font-size: 1.8rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.once p small{
	font-size: 1.2rem;
}
.once p.onceTitle{
	margin:0 auto 20px ;
	font-size: 2rem;
}
.once p span.oncePrice{
	font-size: 3rem;
	color: #BB0E3A;
}
.once p span.oncePrice small{
	font-size: 2rem;
}
.once p span.onceSend{
	display: inline-block;
	padding: 3px 10px;
	background: #BB0E3A;
	border-radius: 20px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
}
.once ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.once ul li{
	width: 100%;
}
.once ul li a{
	position: relative;
	display: block;
	padding: 30px 0;
	background: rgb(195,232,72);
	background: linear-gradient(180deg, rgba(195,232,72,1) 0%, rgba(58,198,55,1) 50%);
	border-radius: 10px;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.once ul li a:before{
	position: absolute;
	content: '';
	background: #fff;
	border-radius: 15px;
	right: 6%;
	top: 33%;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
}
.once ul li a:after{
	position: absolute;
	content: '';
	right: 7.5%;
	top: 41%;
	width: 10px;
	height: 10px;
	border-top: solid 5px #BB0E3A;
	border-right: solid 5px #BB0E3A;
	transform: rotate(45deg);
}
.viewSp{
	display: none;
}
@media screen and (max-width: 720px) {
	.once{
		padding: 20px 10px;
		font-size: 0.8rem;
		line-height: 1;
	}
	.once p{
		font-size: 1.6rem;
	}
	.once ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.viewSp{
		display: block;
	}
}