@charset "utf-8";

/* #productAbout img {
	width: 100%;
} */

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

/* CVエリア */
#productAbout .cartArea{
	position: relative;
}
#productAbout .cartArea .cartBtn{
	position: absolute;
	width: 82.4%;
	top: auto;
	bottom: 0;
	left: 9.8%;
	margin-bottom: 10%;
}
#productAbout .cartArea .cartBtn a{
	display: block;
	margin-bottom: -1.6%;
}