@charset "utf-8";
/* CSS Document */


/* ==========================================================

	WEBTOON style

===========================================================*/

/* 目次 =========================================== */

.toc_toon {
	margin-top: 20px;
	font-family: "Noto Sans JP", sans-serif;
}
.toc_toon ul li {
	display: flex;
	padding: 8px 20px 16px;
	border-bottom: 1px solid #E1E5E8;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
}
.toc_toon ul li span.date {
	color: #777;
	font-size: 12px;
	font-weight: normal;
}
.toc_toon ul li img {
	width: 100px;
	margin: 8px 16px 0 0;
	position: relative;
}

.toc_toon ul li.current::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 36px solid #FF2A6D;
	border-top: 36px solid transparent;
	border-bottom: 36px solid transparent;
	top: -7px;
	left: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	z-index: 1;
}
.toc_toon ul li.current::after {
	content: "閲覧中";
	position: absolute;
	color: #fff;
	font-size: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	z-index: 2;
    top: 23px;
    left: 20px;
}

.toc_toon ul li.open a {
	display: flex;
	width: 100%;
}
.toc_toon ul li.open::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	right: 20px;
	top: 45%;
    border-top: 3px solid #FF2A6D;
    border-right: 3px solid #FF2A6D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toc_toon ul li.coming {
	padding: 20px;
}
.toc_toon ul li.coming p {
	margin-left: 116px;
}
.toc_toon ul li.coming::before {
	content: "";
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 32px);
	background-color: rgba(255, 110, 180, 0.8);
	border-radius: 4px;
	top: 16px;
	left: 20px;
}
.toc_toon ul li.coming::after {
	content: "近日公開予定！";
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 16px;
	z-index: 0;
	left: calc(50% - 54px);
    top: 36%;
}

.toc_toon .moreArea {
	display: none;
}
.toc_toon .link_more {
	margin: 24px auto 0;
	padding: 20px 0;
	width: 354px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background-color: #FE6696;
	box-shadow: 3px 3px #FF2A6D;
	border-radius: 100px;
	cursor: pointer;
	position: relative;
}
.toc_toon .link_more:hover {
	opacity: 0.8;
}
.toc_toon .link_more::before {
	content: "";
	position: absolute;
	width: 10px;
    height: 10px;
    right: 24px;
    top: 36%;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav_toon {
	margin-top: 30px;
	display: flex;
	font-weight: 600;
}
.nav_toon li {
	border: solid 1px #e0e4e7;
	vertical-align: middle;
	width: 40%;
}
.nav_toon li:hover {
	background-color: rgba(255, 110, 180, 0.1);
}
.nav_toon li a {
    height: 22px;
    display: block;
}
.nav_toon li.home {
	width: 16%;
	margin: 0 2%;
	text-align: center;
}
.nav_toon li.home a {
	padding: 15px 0;
}
.nav_toon li.prev a {
	background: url(/files/user/img/icon/arrow_l_red.png) no-repeat;
	background-position: left 10px top 20px;
	padding: 15px 0 15px 30px;
}
.nav_toon li.next {
	text-align: right;
}
.nav_toon li.next a {
	background: url(/files/user/img/icon/arrow_r_red.png) no-repeat;
    background-position: right 10px top 20px;
    padding: 15px 30px 15px 0;
}
.nav_toon li.coming {
	display: none;
}
.nav_toon li.hide {
	border: none;
}
.nav_toon li.hide a {
	pointer-events: none;
	background: none;
}
.nav_toon li.hide:hover {
	background-color: transparent;
}



@media screen and (max-width: 750px) {

	/* 目次 =========================================== */

	.toc_toon {
		margin: -16px 0 30px;
	}
	.toc_toon ul li {
		padding: 8px 20px 16px 0;
	}

	.toc_toon ul li.current::before {
		left: -5px;
	}
	.toc_toon ul li.current::after {
		left: 0;
	}

	.toc_toon ul li.open::after {
		right: 4px;
	}

	.toc_toon ul li.coming {
		padding: 20px 20px 20px 0;
	}

	.toc_toon .link_more {
		width: calc(100% - 40px);
	}
	.toc_toon .link_more:hover {
		opacity: 1;
	}

	.nav_toon {
		margin: 30px auto 0;
		display: block;
		width: 90%;
		font-size: 14px;
	}
	.nav_toon li {
		border: solid 2px #e0e4e7;
		width: 100%;
		text-align: center;
	}
	.nav_toon li.home {
		width: 100%;
		margin: 10px 0;
	}
	.nav_toon li.next {
		text-align: center;
	}
	.nav_toon li.prev a,
	.nav_toon li.next a {
		padding: 15px 0;
	}
	.nav_toon li.hide {
		display: none;

}