@charset "UTF-8";


body.home #area-keyimg {
min-height: auto;
}

body.home .outer-keyimg {
  position: relative;
  width: 100%;
  /* 動画高さ */
  height: 50%;
}

@media only screen and (max-width: 768px) {
	body.home .outer-keyimg {
	  position: relative;
	  width: 100%;
	  /* 動画高さ */
	  height: 80%;
	}
}