@charset "UTF-8";

/*共通*/
*{
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
#fade-image div {
      position: fixed;
      width: 100%;
      height: 100vh;
      margin:auto;
      background: center no-repeat;
      background-size: cover;
      display: none;
      z-index: 9999;
}


#wrap {
	width: 100%;
	height: 100vh;
	background: rgba(255,100,100,0.3);
}