@charset "utf-8";

#productAbout {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	/* margin: 0 auto 4em;
	position: relative; */
}

#productAbout img {
	width: 100%;
}

#productAbout video {
	vertical-align: top;
}

.movie {
	position: relative;
}

video {
	width: 100%;
}

.movie>img {
	position: relative;
	z-index: 1;
}

.movie .abs_box {
	/* z-index: 0; */
	width: 85%;
	bottom: 14%;
}

.abs_box {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	bottom: 0;
	z-index: 10;
}