@charset "utf-8";

html,body,div, span, object, iframe, p, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style:none;
}
img {
	display: block;
	line-height: 0;
	font-size: 0;
	width: 100%;
}
body {
	font-family: "Marcellus",Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	word-break: normal;
}


#container {
	width: 720px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	#container {
		width: 100%;
	}
}

/**************************/
/*header
/**************************/
.about {
	background-color: #c8141e;
	padding: 50px 40px;
}
.about p {
	padding: 5px 60px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	background-image: url(../img/about.png),url(../img/about.png);
	background-repeat: repeat-y,repeat-y;
	background-position: top left, top right;
	font-weight: 500;
}

@media (max-width: 767px) {
	.about {
		padding: 15px 10px;
	}
	.about p {
		padding: 0 30px;
		font-size: 16px;
		background-size: 15px 100px,15px 100px;
	}
}

/**************************/
/*manga
/**************************/
.manga {
	background-color: #ff9696;
	padding: 50px 35px;
}

hr {
	margin: 40px 0;
	padding: 0;
	border: none;
	border-top-style: dashed;
	border-top-width: 2px;
    border-top-color: #fff;
}

.banner {
	margin: 45px 0 0;
}

@media (max-width: 767px) {
	.manga {
		padding: 30px 15px 25px;
	}
	hr {margin: 25px 0;}
	.banner {margin: 25px 0 0;}
}

/**************************/
/*footer
/**************************/

.app_banner {
	margin: 45px 0;
}

/* SNS */
.sns_area {
	display: flex;
	justify-content:space-around;
}
.sns_area li {
	width: 42%;
	font-size: 0;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	border-radius: 50px;
	
}
.sns_area li a {
	display: block;
}
.sns_area li.x {
	background: #000;
}
.sns_area li.fb {
	background: #1877f2;
}
.sns_area li img {
	margin: 0 auto;
	width: 15%;
	vertical-align: middle;
}

footer {
	width:100%;
	margin: 30px auto 0;
	padding: 1rem 0 1.2rem;
	background: #000;
	border-top: 1px solid #fff;
}

.copyright {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: 700;
}

#go_top {
	position: fixed;
	bottom: 4%;
	right: 3%;
	width: 80px;
	z-index: 30;
}

@media (max-width: 767px) {
	.app_banner {
		margin: 45px 15px;
	}
	#go_top {
		bottom: 2%;
		right: 2%;
		width: 45px;
	}
}