@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(haikei.jpg);
	background-repeat: repeat-x;
}

#hero {
  height: 100vh;
  min-height: 800px;
  background: url(hyogeru_pc.jpg) no-repeat;
  background-size: cover;
background-position: center center;
}

@media screen and (max-width:600px) {
#hero {
  height: 100vh;
  min-height: 800px;
  background: url(hyogeru_mobile.jpg) no-repeat;
  background-size: cover;
background-position: center center;
}
}