@charset "UTF-8";

body {
	background: url(../img/story/bg.jpg) repeat;
	background-size: 250px 250px;
}
#stroy {
	position: relative;
}
#stroy .mainTtl {
	width: 26.13%;
	padding:5% 0 0 0;
	margin-left: 4.2%;
	position: relative;
	z-index: 1;
}
#stroy .dance {
	width: 17.86%;
	position: absolute;
	left: 33%;
	top: 2%;
	z-index: 2;
}
#stroy .thum {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -3% 0 0 0;
}
#stroy .thum li {
	width: calc(100% / 3); 
	width: -webkit-calc(100% / 3); 
}
#stroy .ashirai1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 10.4%;
}
#stroy .ashirai2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 15.2%;
}
#stroy .txtArea {
	position: relative;
}
#stroy .txtArea .ttl {
	padding-top: 13.8%;
	padding-bottom: 6.6%;
}
#stroy .txtArea .cont {
	font-size: 13px;
	line-height: 25px;
	padding: 0 4%;
}


/* inview */
#stroy .dance {
	transition-delay: 0.0s;
}
#stroy .thum li:nth-child(1) {
	transition-delay: 0.0s;
}
#stroy .thum li:nth-child(2) {
	transition-delay: 0.3s;
}
#stroy .thum li:nth-child(3) {
	transition-delay: 0.6s;
}
#stroy .thum li:nth-child(4) {
	transition-delay: 0.9s;
}
#stroy .thum li:nth-child(5) {
	transition-delay: 1.2s;
}
#stroy .thum li:nth-child(6) {
	transition-delay: 1.5s;
}
#stroy .ashirai1 {
	transition-delay: 1.8s;
}
#stroy .ashirai2 {
	transition-delay: 2.1s;
}