/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2025 | 13:19:06 */
header, .kiji-img_02, .breadcrumb-and-ads, .article-date, .article-author, .balloong, .blog-card, #section1, .post-day-and-time, .post-rerated-and-headline, .social-button, .zenmen, #sidebar, #prev_next , .shiny-btn, .footer-word, .footer-recommend, .footer-message, #back-to-top{
	display:none!important;
}
.container{
	max-width:600px!important;
}
.contents {
	width: 100%!important;
}
.manga-title{
	padding: 0!important;
	color: #fff!important;
	margin:0 0 10px!important;
}
tbody{
	background: #000!important;
}
.content-margin-box1, .content-margin-box2, .content-margin-box3 {
	margin:0!important;
}
.content {
	margin-top:-50px!important;
}
.top-mess-dmm{
	width:100%!important;
	height:auto;
}
.zenmen-description, .zenmen-copylight, .zenmen-copylight a, .recent-post-content {
	color: #fff!important;
}
a.no-click {
    pointer-events: none;
	text-decoration:none!important;
}
/* https://jajaaan.co.jp/css/button/ ボタンデザイン */
.btn, a.btn, button.btn {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.btn--yellow {
	color: #000;
	background-color: #fff100;
	border-bottom: 5px solid #ccc100;
}
a.btn--yellow:hover {
	margin-top: 3px;
	color: #000;
	background: #fff20a;
	border-bottom: 2px solid #ccc100;
}
.sp {
	display:none!important;
}
.pc {
	display:block!important;
}
@media (width < 600px) {
	.sp{
		display:block!important;
	}
	.pc{
		display:none!important;
	}
	.dmm-carousel-controls {
		display:none!important;
	}
	.attention-mess span{
		color:#ff69b4;
		margin-top:10px;
		font-size:1.5em;
		font-weight:bold;
	}
}