@charset "UTF-8";

/* subtitle ------------------------------------- */

#sub_title img {
	padding: 100px 0;
}
#sub_title h1 {
	text-align: center;
	width: 100%;
}

/* ================================================= */

article {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 10px;
	border-radius: 10px;
}

article p {
	color: #505050;
	font-size: 1.4em;
	font-family: 'M PLUS 1p', sans-serif;
	text-shadow: 2px 2px 0 white, -2px -2px 0 white,
		-2px 2px 0 white, 2px -2px 0 white,
		0px 2px 0 white,  0-2px 0 white,
		-2px 0 0 white, 2px 0 0 white;
}

/* about ---------------------------------------------------- */

#about article p {
	margin-bottom: 1em;
}

/* story ---------------------------------------------------- */

#story article p {
	margin-bottom: 1em;
}

/* character ------------------------------------------------ */

#character-detail .character-info {
	position: relative;
	margin: 0 auto;
	width: 1280px;
	height: 720px;
}

#character-detail .character-info .bustup {
	position: absolute;
	left: 30px;
	bottom: 0;
	z-index: 50;
}
#character-detail .character-info .info {
	position: absolute;
	left: 625px;
	top: 0;
}
#character-detail .character-info .eventcg {
	position: absolute;
	left: 575px;
	top: 450px;
	z-index: 60;
}
#character-detail .character-info .voice {
	/*position: absolute;*/
	left: 975px;
	top: 430px;
}

/* product --------------------------------------------- */

#product article {
	width: 1280px;
}

#product .summary {
	margin: 0 auto;
	width: 1280px;
	display: flex;
	justify-content: center;
}

#product .summary li {
	margin: 0 20px;
}