@charset "UTF-8";

.intro-text, .story-text {
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.2em;
}
.intro-text {
	color: #EBE176;
	font-size: 1.2em;
}
.story-text {
	color: #FFFDE9;
	text-shadow: 0 0 7px #200459,0 0 15px #200459,0 0 25px #200459;
}
.title-story {
	color: #FFFDE9;
	font-family: 'Darumadrop One',sans-serif;
	text-align: center;
}
.intro-img {
	margin-top: 30px;
	margin-bottom: 50px;
}
/* --------------------------------------
   　PC style
-------------------------------------- */
@media screen and (min-width: 1028px) {
	.intro-img {
		width: 80%;
	}
	.intro-text {
		font-size: 1.4em;
	}
	.story-text {
		font-size: 1.1em;
		color: #FFFDE9;
	}
}


