@charset "utf-8";

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

#productAbout img {
	width: 100%;
	height: auto;
	display: block;
}

#productAbout .movie {
	position: relative;
}

#productAbout .movie video {
	width: 100%;
	height: auto;
	display: block
}

#productAbout .movie_box01 {
	background-color: #f1e1d4;
}

#productAbout .movie_box01 video {
	max-width: 670px;
	margin: 0 auto;
	padding: 0 65px 65px;
    background-color: #f7f7f7;
    border-radius: 0 0 20px 20px;
}

#productAbout .movie_box02 {
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
	width: 100%;
    max-width: 540px;
}