@charset "UTF-8";
/* マンガ */

/* -------------------------------------------------------------- */
/*  共通ここから  */
/* -------------------------------------------------------------- */

.area-ttl {
	background-image: url(../../../images/2019/manga/cmn/img-manga-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.area-ttl h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.area-ttl h1 img {
	vertical-align: bottom;
}

/* 一覧 */

.area-manga-list > p {
	line-height: 1.9;
	font-size: 1.6rem;
}

.area-manga-list ul {
	font-size: 0;
}

.area-manga-list ul li {
	text-align: center;
	display: inline-block;
}

.area-manga-list ul li p {
	color: #000000;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: .5em;
}

.area-manga-list ul li img {
	vertical-align: bottom;
}

/* 詳細 */

.area-manga {
	text-align: center;
}

.area-manga p {
	color: #EA2222;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.2em;
}

.area-manga h2 {
	color: #2F2F2F;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin-bottom: 2rem;
}

.box-manga-img img {
	vertical-align: bottom;
}

.area-manga a {
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.box-manga-link a {
	color: #2F2F2F;
	border: solid 2px #2F2F2F;
}

.link-to-list {
	color: #FFFFFF;
	background-color: #000000;
}

/* -------------------------------------------------------------- */
/*  共通ここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  SMPここから  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	
	.area-ttl {
		min-height: 120px;
		height: 0;
		padding-top: calc(240 / 750 * 100%);
		width: 100%;
	}
	
	.area-ttl h1 {
		max-width: 800px;
		width: 100%;
	}
	
	/* 一覧 */
	
	.area-manga-list {
		padding: 0 10px;
	}
	
	.area-manga-list > p {
		margin-bottom: 2rem;
	}
	
	.area-manga-list ul {
		text-align: center;
	}
	
	.area-manga-list ul li {
		width: calc(50% - 5px);
		max-width: 303px;
		margin-bottom: 2rem;
	}
	
	.area-manga-list ul li:nth-child(odd) {
		margin-right: 10px;
	}
	
	.area-manga-list ul li p {
		font-size: 1.4rem;
	}
	
	/* 詳細 */

	.area-manga {
		margin-bottom: 3rem;
		padding: 0 10px;
	}
	
	.area-manga p {
		font-size: 1.5rem;
	}
	
	.area-manga h2 {
		font-size: 2.4rem;
	}
	
	.box-manga-img {
		margin: 0 -10px 1rem;
	}
	
	.box-manga-img img {
		margin-bottom: 2rem;
	}
	
	.area-manga a {
		font-size: 1.5rem;
		width: 100%;
		max-width: 420px;
		margin: 0 auto 2rem;
		padding: 1em 0;
	}
	
}
/* -------------------------------------------------------------- */
/*  SMPここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  PCここから  */
/* -------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
	
	.area-ttl {
		height: 320px;
	}
	
	.area-ttl h1 {
		width: 800px;
	}
	
	/* 一覧 */
	
	.area-manga-list {
		width: 1000px;
		margin: 50px auto 0;
	}
	
	.area-manga-list > p {
		width: 800px;
		margin: 0 auto 55px;
	}
	
	.area-manga-list ul li {
		display: inline-block;
		width: 242.5px;
		margin-bottom: 55px;
	}
	
	.area-manga-list ul li:not(:nth-child(4n)) {
		margin-right: 10px;
	}
	
	/* 詳細 */

	.area-manga {
		width: 1000px;
		margin: 30px auto 100px;
	}
	
	.area-manga p {
		font-size: 18px;
	}
	
	.area-manga h2 {
		font-size: 40px;
	}
	
	.box-manga-img {
		width: 800px;
		margin: 0 auto 70px;
	}
	
	.area-manga a {
		font-size: 18px;
		width: 420px;
		margin: 0 auto;
		padding: 26.5px 0;
	}
	
	.box-manga-link {
		width: 880px;
		margin: 0 auto 40px;
	}
	
}
/* -------------------------------------------------------------- */
/*  PCここまで  */
/* -------------------------------------------------------------- */