@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;
}
#product_pageContents .mt-1 {
	margin-top: -1px;
}
.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 1.6vw 1.6vw;
	padding-bottom: 4%;
}
.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: 3.2vw;
	height: 0.27vw;
	background: #fff;
}

.ac_btn::after {
	transform: rotate(90deg);
}
.ac_btn.open::after {
	transform: rotate(180deg);
}



@media screen and (max-width:750px) {
	.ml-about-item .ml-lead {
	  margin: auto -16px;
	  padding-left: 0;
	  padding-right: 0;
	}
	.abs_box video {
	  width: 100%;
	  vertical-align: bottom;
	}
  } 

  .ml-about-item #product_pageContents section {
	padding-left: initial!important;
	padding-right: initial!important;
  }
  
.product_pageContents .seibun {
	border-bottom: 1px solid #b2b2b2;
	margin: 16% 0 0;
}