@charset "UTF-8";
/* CSS Document */
section.product{
	width:calc(100% - 110px);
	margin-left: 110px;
}
p.eng {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}
section h4 {
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	font-size: 16px;

}
section.product ul{
	width: 90%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
section.product ul li {
	width: 24%;
	height: 0px;
	padding-top: 24%;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.33%;
}
section.product ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
}
section.product ul li img:hover {
	transform: scale(1.3);
	opacity: .9;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 50px;
	
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	
	
	
}
@media (max-width:640px) {
	section.product{
	width:100%;
	margin:auto;
}
p.wait {
	margin: 5em auto;
}
	section.product ul li {
	width: 33%;
	height: 0px;
	padding-top: 33%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.33%;
}
}
