@charset "utf-8";

/*------------------------------

Copyright © 2016 ULM Co., Ltd.

sp/tablet both css
v3.0

------------------------------*/

html, body {
}

body::before {
  background: url("../img/story/bg_fixed.png") no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   

#story {
	margin: 7% auto;
	width: 92%;	
}

#story img {
	width: 100%;
}