@charset "utf-8";

#productAbout {
	max-width: 750px;
	margin-left: auto;
 margin-right: auto;
	/* position: relative; */
}
#productAbout img {
	width: 100%;
}

/* 動画 */
#productAbout .video_wrap{
	position: relative;
	overflow: hidden;
}
#productAbout .video_wrap img{
	position: relative;
/* 	z-index: 2; */
}
#productAbout .video_wrap video{
	position: absolute;
	width: 610px;
	bottom: 5.33%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
/* 	overflow: hidden; */
}

/* CVエリア */
	.cartArea {position: relative;}
	.cartArea a {position: absolute; left: 50%;transform: translateX(-50%);max-width: 618px; width: 82.4%;}
	.cart01 a {top:43%}
	.cart01 a:nth-of-type(2) {top:65%}
	.cart02 a {top:29.5%;}
	.cart02 a:nth-of-type(2) {top:50%;}
	.linkArea {position: relative;}
	.linkArea a {max-width:398px; width: 53.06%; position: absolute; /* bottom: 33%; */ bottom: 29%; right:9.5%;}