/*　WebP対応の場合　*/
.webp #remuneration #subimage{
background: url(../images_webp/remuneration/subimage.webp) no-repeat center center;
}
/*　WebP非対応の場合　*/
.no-webp #remuneration #subimage{
	background: url("../images/remuneration/subimage.jpg") no-repeat center center;
}
#manga01{
	border-bottom:solid  #fddbe4 50px;
}
#manga01 .inner1{
	padding-top: 50px;
	padding-bottom: 10px;
	position: relative;
	background: url("../images/common/bg01.png");
}
#manga01 .inner1 .en{
	position: absolute;
	top:-30px;
	left: 0;
	width: 100%;
}
#manga01 .inner1 .ttlbg1{
	padding: 20px;
	font-size:150%;
	background: url("../images/remuneration/ttlbg1.png") no-repeat center center;
}
.slick-track{
	margin-bottom: 20px;
	background: url("../images/common/bg05.png");
}
.slider2{
	max-width: 780px;
	margin: 0 auto;
}
.slider2 li{
	padding: 10px 70px 30px;

}
.slider2 li .no{
	width: 150px;
	margin: 0 auto 30px;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	color: #cd69ce;
	font-weight: bold;
}
.slider2 li h3{
	margin-bottom: 20px;
	text-align: center;
	font-size:140%;
}
.slider2 li figure{
	margin-bottom: 20px;
	text-align: center;
}
.slider2 li figure img{
	margin: 0 auto;
}
.slick-dots{
	background: none;
}
.more1,.more2,.more3{
	position: relative;
}
 #manga02 .container{
	position: relative;
	z-index: 2;
}
.more1::before,.more3::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	left:0;
	width: 38%;
	height:100%;
	z-index: 1;
}
.more2::before{
	content: " ";
	background: rgba(255,194,209,0.5);
	position: absolute;
	top:0;
	right:0;
	width: 38%;
	height:100%;
	z-index: 1;
}
#manga02 .boxstyle01 figure{
	padding: 30px 0;
}
#manga03{
	position: relative;
}
#manga03::before{
	content: " ";
	display: block;
	width: 100%;
	height: 400px;
	background-size:cover !important;
}
/*　WebP対応の場合　*/
.webp #manga03::before{
background: url(../images_webp/remuneration/chatlady_bg1.webp) no-repeat center bottom;
}
/*　WebP非対応の場合　*/
.no-webp #manga03::before{
	background: url("../images/remuneration/chatlady_bg1.png") no-repeat center bottom;
}
/*-------------------------sp----------------------------*/
@media screen and (min-width: 767px) and (max-width: 1099px) {
	.boxstyle01.center{
		align-items: flex-start;
	}

}

@media (max-width: 767px) {
	#manga01{
		border-bottom-width: 30px;
	}
	#manga01 .inner1 .en{
		top:-10px;
	}
	#manga01 .inner1 .en img{
		width: 170px;
	}
	#manga01 .inner1 .ttlbg1{
		margin-bottom: 10px !important;
		padding: 10px 20px;
		background-size:100%;
		font-size:5vw;
	}
	.slider2 li{
		padding: 10px;
	}
	.slider2 li p{
		padding: 0 10px;
	}
	.slider2 li .no{
		margin-bottom: 15px;
	}
	.more1::before,.more2::before,.more3::before{
		width: 80%;
		height: 40%;
	}
	#manga02 .p02-s .m40b-s{
		margin-bottom: 0 !important;
	}
	#manga02 .boxstyle01 figure{
		padding: 20px 0;
		text-align: center;
	}
	#manga03::before{
		height: 200px;
	}
	#manga03 figure{
		margin-bottom: 15px;
		text-align: center;
	}
}

/*-------------------------------------------------------*/
