@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');

/* FONTS
font-family: 'Montserrat', sans-serif;
*/

/* MATERIALS */

a:link{
	color:#019fde;
	text-decoration:none;
}

a:visited{
	color:#019fde;
	text-decoration:none;
}

a:hover{
	color:#02ccff;
	text-decoration:underline;
}

a:active{
	color:#02ccff;
	text-decoration:underline;
}

a.btn_more{
	display:table;
	padding:17px 30px 20px;
	font-size:15px;
	line-height:1;
	border:1px solid #0166ae;
}


/* INTERFACE */

body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:"Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

/* HOME */

#home_key_area{
	background-color:#f5f5f5;
}

#home_key_area>div{
	max-width:1500px;
	margin:0 auto;
	position:relative;
}

#home_key_area img.key{
	width:100%;
	vertical-align:bottom;
	position:absolute;
	bottom:0;
	left:0;
	z-index:111;
}

#home_key_area img.bg{
	width:100%;
	vertical-align:bottom;
}

#home_banner_area{
	padding:40px 20px;
	text-align:center;
	background-image:url(../img/ec_bg_strip.png);
	background-size:30px;
	background-repeat:repeat;
}

#home_banner_area img{
	max-width:660px;
	width:100%;
	vertical-align:bottom;
}

#home_banner_area a:hover{
	opacity:0.8;
}

@media only screen and (max-width:1000px){
	
}

#home_comikeplus_area{
	max-width:1040px;
	margin:0 auto 80px;
	padding:0 40px;
}

#home_comikeplus_area h2{
	margin:0 auto;
	padding:70px 0 60px;
	text-align:center;
}

#home_comikeplus_area h2 img{
	margin:0;
	width:243px;
	vertical-align:bottom;
}

#home_comikeplus_area>section{
	margin:0 0 90px;
	overflow:hidden;
}

#home_comikeplus_area>section>a.main{
	width:38%;
	float:left;
	display:block;
}

#home_comikeplus_area>section>a.main.center{
	width:50%;
	float:none;
	margin:0 auto;
}

#home_comikeplus_area>section>a.main img{
	width:100%;
	vertical-align:bottom;
	border:1px solid #bababa;
}

#home_comikeplus_area>section>div{
	float:right;
	width:58%;
}

#home_comikeplus_area>section>div>img{
	width:92px;
	vertical-align:bottom;
}

#home_comikeplus_area>section>div>h3{
	margin:10px 0 30px;
	font-size:30px;
	line-height:1;
	font-weight:400;
}

#home_comikeplus_area>section>div>p{
	margin:25px 0;
	text-align:justify;
	font-size:17px;
	line-height:1.7;
	font-weight:300;
}

#home_comikeplus_bookbtn_area a:hover{
	opacity:0.8;
}

#home_comikeplus_bookbtn_area a img{
	max-width:300px;
	width:100%;
	margin:0 0 20px;
	vertical-align:bottom;
}

#home_comikeplus_banner_area{
	width:calc(100% + 60px);
	margin:0 0 90px;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	left:-30px;
}

#home_comikeplus_banner_area>div{
	width:50%;
	box-sizing:border-box;
	padding:0 30px;
}

#home_comikeplus_banner_area img{
	width:100%;
	vertical-align:bottom;
}

#home_comikeplus_banner_area a:hover{
	opacity:0.8;
}

#home_aboutcomike_area{
	max-width:1040px;
	padding:50px 30px 40px;
	border:1px solid #dfdfdf;
	position:relative;
}

#home_aboutcomike_area>span{
	display:block;
	width:224px;
	padding:0 20px;
	position:absolute;
	top:-30px;
	left:20px;
	background-color:#fff;
}

#home_aboutcomike_area>span>span{
	display:inline-block;
	position:relative;
	top:-25px;
	left:5px;
}

#home_aboutcomike_area span img{
	width:calc(100% - 3em);
}

#home_aboutcomike_area p{
	margin:0;
	text-align:justify;
	font-size:17px;
	line-height:1.7;
	font-weight:300;
}

@media only screen and (max-width:767px){
	#home_comikeplus_area{
		padding:0 20px;
	}
	
	#home_comikeplus_area>section>a.main{
		width:100%;
		float:none;
		margin:0 0 20px;
	}
	
	#home_comikeplus_area>section>a.main.center{
		width:100%;
	}

	#home_comikeplus_area>section>div{
		float:none;
		width:100%;
	}
	
	#home_comikeplus_bookbtn_area a{
		display:table;
		margin:0 auto;
	}
	
	#home_comikeplus_banner_area{
		width:100%;
		position:relative;
		left:0;
	}

	#home_comikeplus_banner_area>div{
		width:100%;
		margin:0 0 20px;
		padding:0;
	}
	#home_aboutcomike_area p{
		font-size:15px;
		line-height:1.5;
	}
}

#home_other_area{
	padding:60px 40px;
	background-color:#f5f5f5;
}

#home_other_area>div{
	max-width:1040px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}

#home_other_area>div>article{
	width:55%;
	box-sizing:border-box;
	padding:0 50px 0 0;
}

#home_other_area>div>article>h2{
	margin:0 0 30px;
	padding:0 0 25px;
	font-size:36px;
	color:#019fde;
	line-height:1;
	font-weight:700;
	background-image:url(../img/interface/title_line.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:40px;
}

#home_other_area>div>article>section{
	margin:0 0 40px;
}

#home_other_area>div>article>section>h3{
	margin:0;
	color:#ff8400;
	font-size:14px;
	line-height:1;
	font-weight:500;
}

#home_other_area>div>article>section>p{
	text-align:justify;
	font-size:14px;
	line-height:1.4;
	font-weight:300;
}

#home_other_area>div>aside{
	width:45%;
}

#home_other_area>div>aside iframe{
	width:100%;
}

#home_otherbox_area{
	max-width:1040px;
	margin:110px auto 0;
	padding:0 40px;
	text-align:center;
}

#home_otherbox_area>h2{
	margin:0 0 70px;
	text-align:center;
	font-size:30px;
	font-weight:700;
	line-height:1;
	color:#019fde;
}

#home_otherbox_area>h2>img{
	width:146px;
	vertical-align:bottom;
	margin:0 0 15px;
}

#home_otherbox_area>div{
	margin:0 0 60px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#home_otherbox_area>div a{
	width:25%;
	box-sizing:border-box;
	margin:0 0 20px;
	padding:0 10px;
	color:#000;
}

#home_otherbox_area>div a img{
	max-width:165px;
	width:100%;
	vertical-align:bottom;
	border:1px solid #ddd;
}

#home_otherbox_area>div a:hover{
	text-decoration:none;
	opacity:0.8;
}

#home_otherbox_area>div a h3{
	margin:10px 0 0;
	font-size:14px;
	line-height:1.4;
	font-weight:300;
}

#home_otherbox_area>div a h3 span{
	display:block;
	font-size:11px;
}

#home_otherbox_area>div a:link{
	text-decoration:none;
	color:#000;
}

#home_otherbox_area>a{
	display:table;
	margin:0 auto;
}

#home_otherbox_area>a img{
	width:176px;
	vertical-align:bottom;
}

@media only screen and (max-width:767px){
	#home_other_area{
		padding:60px 20px;
	}
	
	#home_other_area>div>article{
		width:100%;
		padding:0;
	}
	
	#home_other_area>div>aside{
		width:100%;
	}
	
	#home_otherbox_area{
		margin:70px auto 0;
		padding:0 20px;
	}
	
	#home_otherbox_area>h2{
		margin:0 0 70px;
		font-size:25px;
	}
	
	#home_otherbox_area>div a{
		width:50%;
		padding:0 10px 20px;
	}
}

/* SUB */

.strip_bar.title{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:80px 20px;
	background-image:url(../img/interface/title_shape.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	border-bottom:1px solid #019fde;
}

.strip_bar.title h1{
	margin:0;
	text-align:center;
	font-size:50px;
	font-weight:400;
	line-height:1.2;
	color:#0166ae;
}

#sub_contents_area{
	max-width:1100px;
	margin:80px auto;
}

#sub_contents_area #home_comikeplus_area{
	margin:0 auto 150px;
}

#sub_contents_area #home_comikeplus_area h2{
	margin:10px 0 30px;
	padding:0;
	text-align:left;
	font-size:30px;
	line-height:1;
	font-weight:400;
}

#sub_contents_area #home_comikeplus_area>section{
	margin:0 0 70px;
}

#sub_contents_area #home_comikeplus_area .spec h3{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	font-weight:700;
	letter-spacing:2px;
	color:#999;
}

#sub_contents_area #home_comikeplus_area .spec h4{
	margin:30px 0 0;
	font-size:17px;
	font-weight:500;
	line-height:1.3;
	color:#019fde;
}

#sub_contents_area #home_comikeplus_area .spec h4::before{
	content:"・";
}

#sub_contents_area #home_comikeplus_area .spec p{
	text-align:justify;
	font-size:14px;
	line-height:1.5;
}

#sub_contents_area #home_comikeplus_area .box{
	margin:30px 0;
	padding:15px 25px;
	border:1px solid #019fde;
}

#sub_contents_area #home_comikeplus_area .box p{
	font-size:14px;
}

#sub_contents_area #home_comikeplus_area a.btn_ec{
	display:block;
	max-width:300px;
}

#sub_contents_area #home_comikeplus_area a.btn_ec.center{
	margin:20px auto 0;
}

#sub_contents_area #home_comikeplus_area a.btn_ec img{
	width:100%;
}

#bucknumber_area h2{
	margin:0 0 70px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:700;
	line-height:1;
	border-bottom:1px dotted #000;
}

#bucknumber_area h2 span{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	background-color:#000;
	position:relative;
	top:20px;
}

#bucknumber_area>div{
	margin:0 0 60px;
	padding:0 30px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
}

#bucknumber_area>div>div{
	width:25%;
	box-sizing:border-box;
	margin:0 0 30px;
	padding:0 10px;
	color:#000;
}

#bucknumber_area>div>div img{
	max-width:165px;
	width:100%;
	vertical-align:bottom;
	border:1px solid #ddd;
}

#bucknumber_area>div a.img{
	color:#000;
}

#bucknumber_area>div a.more{
	display:table;
	margin:8px auto 0;
	padding:0 15px;
	font-size:12px;
	line-height:1;
	background-image:url("../img/interface/ico_arrow.png");
	background-repeat:no-repeat;
	background-size:8px;
	background-position:left center;
}

#bucknumber_area>div a.ec{
	display:table;
	margin:10px auto 0;
	padding:5px 12px 7px;
	font-size:12px;
	line-height:1;
	color:#0166ae;
	border:1px solid #0166ae;
}

#bucknumber_area>div h3{
	margin:10px 0 0;
	font-size:14px;
	line-height:1.4;
	font-weight:300;
}

#bucknumber_area>div h3 span{
	display:block;
	font-size:11px;
}

#bucknumber_area>div a.img:link{
	text-decoration:none;
	color:#000;
}

#bucknumber_area>div a:hover{
	text-decoration:none;
	opacity:0.8;
}

@media only screen and (max-width:767px){
	.strip_bar.title{
		padding:50px 20px;
		background-size:300%;
	}
	
	.strip_bar.title h1{
		font-size:40px;
	}
	
	#sub_contents_area #home_comikeplus_area a.btn_ec{
		margin:0 auto;
	}
	
	#bucknumber_area>div{
		padding:0 10px;
	}
	
	#bucknumber_area>div>div{
		width:50%;
	}
}

#advertise_area{
	max-width:700px;
	margin:0 auto;
	padding:0 40px;
}

#advertise_area img{
	width:100%;
}

#advertise_area>section{
	margin:0 0 80px;
}

#advertise_area h2{
	margin:30px 0 20px;
	font-size:25px;
	font-weight:600;
	line-height:1.2;
}

#advertise_area h3{
	margin:40px 0 20px;
	font-size:18px;
	font-weight:500;
	line-height:1.2;
}

#advertise_area p{
	text-align:justify;
	font-size:15px;
	line-height:1.6;
}

#advertise_area a.btn_more{
	margin:40px auto 0;
}

#advertise_area table.overview{
	border-collapse:collapse;
	border-top:1px solid #ddd;
}

#advertise_area table.overview th{
	padding:8px 20px;
	text-align:left;
	font-size:13px;
	font-weight:500;
	color:#555;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
}

#advertise_area table.overview td{
	padding:8px 20px;
	font-size:13px;
	border-bottom:1px solid #ddd;
}

#advertise_area table.link{
	width:100%;
	margin:0 0 60px;
	border-collapse:collapse;
	border-top:1px solid #ddd;
}

#advertise_area table.link th{
	display:block;
	padding:20px 20px 5px;
	text-align:left;
	font-size:15px;
	font-weight:500;
	color:#0166ae;
	white-space:nowrap;
}

#advertise_area table.link td{
	display:block;
	padding:0 20px 20px;
	font-size:15px;
	border-bottom:1px solid #ddd;
}


@media only screen and (max-width:767px){
	#advertise_area{
		padding:0 20px;
	}
}