@charset "utf-8";

#product_pageContents {
	max-width: 750px;
	margin-left: auto;
    margin-right: auto;
	/* margin: 0 auto 4em;
	position: relative; */
}
#product_pageContents img {
	width: 100%;
}
#product_pageContents video {
	vertical-align: top;
}

.movieWrap {
	position: relative;
	overflow: hidden;
}
.movieWrap .cover {
	position: relative;
	z-index: 2;
}

.movieWrap .video {
	position: absolute;
	width: 120%;
	left: -11%;
	right: 0;
	bottom: -1.5%;
	margin: auto;
	z-index: 0;
}
.movieWrap video {
	width: 100%;
}
.movie {
	position: relative;
}
.pr {
	position: relative;
}
.cv_btn {
	position: absolute;
	bottom: 14%;
	left: 0;
	right: 0;
	margin: auto;
	width: 94%;
	max-width: 650px;
}

.ac .contents {
	display: none; /* 初期状態では非表示 */
}

.cv_area {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.cv_area > div {
	width: 92%;
	margin: auto;
	max-width: 690px;
}
.bg_w {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	padding-bottom: 28px;
}
.ac_btn {
	cursor: pointer;
	position: relative;
	width: 91.3%;
	margin: auto;
	max-width: 630px;
}

/* 十字アイコン */
.ac_btn::after,.ac_btn::before {
	content: "";
	position: absolute;
	right: 39%; /* 位置調整 */
	top: 50%;
	width: 24px;
	height: 2px;
	background: #fff;
}

.ac_btn::after {
	transform: rotate(90deg);
}
.ac_btn.open::after {
	transform: rotate(180deg);
}

.product_pageContents .seibun {
	border-bottom: 1px solid #b2b2b2;
	margin-top: 135px;
}