@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;
}

.movieWrap {
	position: relative;
	overflow: hidden;
}
.movieWrap .cover {
	position: relative;
	z-index: 2;
}

.movieWrap .video {
	position: absolute;
	width: 35%;
	top: -1.3%;
	left: -3.9%;
	margin: auto;
	z-index: 0;
}
.movieWrap video {
	width: 100%;
}

/* .movieWrap02 .video {
	position: absolute;
	width: 64%;
	bottom: 37%;
	left: 0;
	right: 0;
	margin: auto;	
}
.movieWrap03 .video {
	position: absolute;
	width: 77%;
	bottom: 27.5%;
	left: 0;
	right: 0;
	margin: auto;	
} */


.movie {
	position: relative;
}

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

.movie4 > img {
	position: relative;
	z-index: 1;
}
/* .abs_box {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
} */

.movie1 .abs_box {
	z-index: 0;
    width: 85%;
    bottom: 33%;
}

.movie2 .abs_box {
	width: 85%;
	bottom: 17%;
}

.movie3 .abs_box {
	width: 75%;
    bottom: 14%;
    box-shadow: 0px 0px 30px 0px rgb(4 47 73 / 20%);
}

.movie3 .abs_box video {
	width: 100%;
}

.movie4 .abs_box {
	z-index: 0;
    width: 72%;
    bottom: 20%;
}

video {
	width: 100%;
}


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