@charset "UTF-8";

/* ======== ストーリー ======== */

#storyPage {}

#storyPage h2 {
	margin-top: 20px; 
	text-align: center;
}

#storyPage h2 img {
	height: 35px;
	width: auto;
}

.storyBox {
	margin-top: 20px;
}

.storyBox p.txt {
	font-size: 1.4em;
	text-align: center;
	position: relative;
}

.storyBox p.txt span {
	font-size: 1.6em;
	font-weight: bold;
}

.storyBox p.txt img {
	margin-left: -37px;
	width: 75px;
	position: absolute;
	left: 50%;
	z-index: -10;
}

#story03 p.txt { margin-top: 1em;}

.storyBox p.thumb {
	text-align: center;
}

#story01 p.thumb img { width: 86%;}
#story02 p.thumb img { width: 82%;}
#story03 p.thumb img { width: 48%;}
#story04 p.thumb img { width: 82%;}

@media screen and (min-width: 768px) {
	#storyPage {
		padding-top: 80px; 
	}
	#storyPage h2 {
		margin-top: 0;
	}
	#storyPage h2 img {
		height: 39px;
	}
	.storyBox {
		margin: 60px auto 0;
		width: 780px;
		display: flex;
		justify-content: flex-start;
	}
	.storyBox p.thumb {
		width: 58%;
		text-align: left;
	}
	.storyBox p.txt {
		width: 42%;
		font-size: 1.8em;
		text-align: left;
	}
	.storyBox p.txt img {
		margin-left: 0;
		height: auto;
		left:  -20px;
		top: -10px;
	}
	#story01 {
		margin: 80px auto 0;
	}
	#story03,
	#story04 {
		justify-content: flex-end;
		flex-flow: row-reverse;
	}
	#story01 p.thumb img { width: 420px;}
	#story02 p.thumb img { width: 380px;}
	#story03 p.thumb img { width: 253px; margin-left: 100px;}
	#story04 p.thumb img { width: 378px; margin-left: 20px;}
}

#download {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	#download {
		margin-top: 80px;
	}
}
