/*
	TITLE : 僕だけがいない街
	DISTRIBUTER : ワーナーブラザーズ
	AUTHER : GAIE.inc
	DATE: 2016.2.23
	DEVICE: SMARTPHONE
------------------------------------------------------------------------*/

a:focus{outline: none;}
img{vertical-align: bottom;}


body{
	position: relative;
	width: 100%; height: 100%;
	background: #fff;
}

/*
	HEADER
----------------------------------------------------------------------*/
header{
	width: 100%;
	padding: 12.5% 0 0;
}

/*
	Staff BLOCK
----------------------------------------------------------------------*/
.storyBlock{
	position: relative;
	width: 100%;
	margin: -11% 0 0;
	overflow: hidden;
}
	.story01,
	.story02,
	.story03,
	.story04,
	.story05,
	.story06,
	.story07{
		position: absolute;
		width: 100%;
		top: 0;left: 100%;
	}
	.story01{
		left: 0;
	}

	.tl{
		position: relative;
		width: 100%;
		font-size: 0; line-height: 0;
		z-index: 5;
	}
		.timeline{
			display: inline-block;
			width: 87.5%;
		}
		.next{
			display: inline-block;
			width: 12.5%;
		}