/* top画像 */
.relative {
  position: relative;
}

.absolute_top {
  z-index: 10;
  position: absolute;
  left: 4%;
  bottom: 2%;
  width: 40%;
  height: auto; 
}

.absolute_top2 {
  z-index: 10;
  position: absolute;
  left: 3%;
  top: 15.1%;
  width: 33.5%;
  height: auto; 
}

.absolute_line {
  z-index: 15;
  position: absolute;
  left: 10%;
  top: 20.4%;
  width: 6.3%;
  height: auto; 
}

.absolute_in {
  z-index: 15;
  position: absolute;
  left: 19.5%;
  top: 20.4%;
  width: 6.3%;
  height: auto; 
}

.absolute_fa {
  z-index: 15;
  position: absolute;
  left: 28.5%;
  top: 20.4%;
  width: 6.3%;
  height: auto; 
}

.videoWrap{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.videoWrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}