body {
  /* 画像ファイルの指定 */
	background: url(../../../images/haikei-beach.jpg) center center / cover no-repeat fixed;
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
	overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
	body {
		background: url(../../../images/haikei-beach-s.jpg) center center / cover no-repeat fixed;
		font-family: "Hachi Maru Pop", cursive;
		font-weight: 400;
		font-style: normal;
	}
}

