
/* ==================================================================== */

#sub_title {
	height: auto;
}

#sub_title img {
	margin: 0 auto;
	padding: 50px 0;
}
#sub_title h1 {
	text-align: center;
	max-width: 700px;
}

#contents {
	width: 685px;
	margin: 0 auto;
}

/* ================================================ */

article {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 10px;
	border-radius: 10px;
}

article p {
	color: #505050;
	font-size: 1em;
	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;
}

article .caption img {
	width: 100%;
}

article .image img {
	width: 100%;
}
article .center {
	margin: 0 auto;
}

/* ==================================================================== */

article .screen_and_text p {
	font-size: 0.8em;
}

article .screen_and_text_middle {
	max-width: 690px;
}
article .screen_and_text_middle img {
	max-width: 680px;
}

#about article p, #story article p {
	margin-bottom: 2em;
}

/* ==================================================================== */

#character ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5px;
}

#character-detail .character-info {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 1350px;
}

#character-detail .character-info .bustup img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 650px;
}
#character-detail .character-info .info {
	position: absolute;
	left: 10%;
	top: 620px;
}
#character-detail .character-info .eventcg {
	position: absolute;
	left: 40px;
	top: 1050px;
	z-index: 60;
}
#character-detail .character-info .voice {
	position: absolute;
	right: 0px;
	top: 560px;
}

/* product */

#product article p {
	font-size: 1.5em;
}

#product table {
	font-size: 1.3em;
}

#product .summary {
	text-align: center;
}

