@charset "UTF-8";

@media screen and (max-width:767px) {
	#productAbout{
		margin-left: -16px;
		margin-right: -16px;
	}
}
@media screen and (min-width:768px) {
	#productAbout{
		margin-left: auto;
		margin-right: auto;
	}
}
#productAbout{
	max-width: 750px;
	margin-bottom: 2em;
	position: relative;
}
#productAbout img,
#productAbout video {
	max-width: 100%;
	display: block;
}






#productAbout .movieWrap {
	position: relative;
	overflow: hidden;
}


#productAbout .movieWrap > img {
	position: relative;
	z-index: 10;
}
#productAbout .movieWrap > video {
	position: absolute;
	z-index: 9;
	width: 66.6%;
}
#productAbout .movieWrap.about01 .video01 {
	top: 1%;
	left: -14%;
}
#productAbout .movieWrap.about01 .video02 {
	top: 1%;
	left: 40%;
}
#productAbout .movieWrap.about02 > video {
	top: 38%;
	left: 10%;
	width: 80%;
}
#productAbout .movieWrap.about03 > video {
	top: 27%;
    left: -7%;
    max-width: 109%;
    width: 109%;
}
#productAbout .movieWrap.about04 > video {
	top: 32%;
	left: 10%;
	width: 90%;
}

#openModal > img {
	display: inline;
}


/* モーダル */

#productAbout .modalArea {
	display: none;
	position: fixed;
	z-index: 20; /*サイトによってここの数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
  }
  #productAbout .modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.5);
  }
  #productAbout .modalWrapper {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -109%);
	width: 94%;
	max-width: 690px;
	height: calc(96% - 120px);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
  }
  #productAbout .closeModal {
	position: absolute;
	top: 40px;
	right: 3%;
	cursor: pointer;
	font-size: 40px;
	color: #fff;
  }
  #productAbout .modalContents {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 6%;
  }
  #productAbout .modalContents img {
	width: 100%;
  }