@charset "utf-8";

#productAbout img {
	width: 100%;
}
/* 動画 */
#productAbout video {
  vertical-align: top;
}
#productAbout .video_wrap {
  position: relative;
  overflow: hidden;
}
#productAbout .video_wrap div {
	overflow: hidden;
	z-index: 1;
	position: absolute;
}
#productAbout .video_wrap img {
  position: relative;
  z-index: 2;
}
/*01*/
#productAbout #video_wrap01 .video01 {
  bottom: 0%;
  left: 5.33%;
  width: 43.33%;
}
#productAbout #video_wrap01 .video01 video {
  transform: translateX(-12%);
  width: 145%;
}
#productAbout #video_wrap01 .video02 {
  bottom: 0%;
  left: 51.5%;
  width: 43.33%;
}
#productAbout #video_wrap01 .video02 video {
  transform: translateX(-16%);
  width: 145%;
}

/*02*/
#productAbout #video_wrap02 .video01 {
  bottom: 0%;
  left: 5.3%;
  width: 44%;
}
#productAbout #video_wrap02 .video02 {
  bottom: 0%;
  left: 51.3%;
  width: 44%;
}
#productAbout #video_wrap02 div video {
  transform: translateX(-26%);
  width: 200%;
}

/*03*/
#productAbout #video_wrap03 {
  background: #ccc;
}
#productAbout #video_wrap03 div{
	/* width: 76vw; */
  width: 78%;
	bottom:0%;
	left: 50%;
	transform: translateX(-50%);
  text-align: center;
}
#productAbout #video_wrap03 div video{
  max-width: 100%;
}

/* CVエリア */
#productAbout .cartArea{
	position: relative;
}
#productAbout .cartArea .cartBtn{
	position: absolute;
	width: 82.4%;
	top: auto;
	bottom: 0;
	left: 9.8%;
	margin-bottom: 12%;
}
#productAbout .cartArea .cartBtn a{
	display: block;
	margin-bottom: -1.6%;
}

