@charset "utf-8";


.popup-btn img::selection, .popup-btn img::-moz-selection {
  background: #ff98b7;
}

/*-------------------------------------------------------------
			main
-------------------------------------------------------------*/

header{
	height:360px;
}

/*-------------------------------------------------------------
			bar
-------------------------------------------------------------*/
#loader{
	width: 150px;
	height: 3px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top:100px;
	text-align:center;
}

#loader-wrap{
	width: 100%;
	height: 100%;
	border: 1px solid #ffafbc;
	background-color:#FFF;
	box-shadow: 0 0 2px #FFF;
}
#load-bar{
	display:block;
	width:0%;
	height:4px;
	/*ckground-color:gray;*/
	transition:all ease 0.1s;
}

/*-------------------------------------------------------------
			bar
-------------------------------------------------------------*/


.comic-box{
	width:1000px;
	margin:0 auto;
	padding-top:40px;
	box-sizing:border-box;
	
	opacity:0;
	transform:translate(0px, 10px);
	transition: .6s all ease;
}
.active{
	opacity:1;
	transform:translate(0px, 0px);
}


.comic-box:after{
     content:" ";
     display:block;
     clear:both;
}

#contents-nav{
	width:280px;
	float:left;
	padding-top:20px;
	padding-left:0px;
	box-sizing:border-box;
}
#contents-nav h2{
	padding-left:5px;
	margin-bottom:15px;
}

.comic-list{
	margin-bottom:22px;
}
.comic-list:last-child{
	font-size:.8125rem;
	line-height:1.6em;
	margin-top:50px;
}

.list-label{
	position:relative;
	display:block;
	width:242px;
	cursor:pointer;
	box-shadow: 0px 1px 5px grey;
	transform:translate(0px, 0px);
	
	transition:all 0.2s ease;
}

.list-label:hover{
	opacity:0.75;
	transform:translate(0px, 5px);
}
.new-tag::before{
	content: url(../img/special/4koma/NEW_tag@1x.png);
	width:75px;
	height:39px;
	position:absolute;
	bottom:10px;
	right:-16px;
	z-index:5;
}

.illustrator-label{
	text-decoration:none;
	color:#1e2549;
}
.illustrator-label:hover{
	opacity:0.75;
}

.list-label img{
	vertical-align:bottom;
}

/******/

#main-contents{
	width:720px;
	height:1892px;
	float:right;
	
	border:1px solid #BFBFBF;
	background-color:#FFF;
	
	box-sizing:border-box;
	overflow:hidden;
	
	box-shadow: 0px 0px 3px 0px #b3b3b3;
}

/*-------------------------------------------------------------
			bar
-------------------------------------------------------------*/

#comic-top{
	width:100%;
	margin-top:70px;
	margin-bottom:40px;
	text-align:center;
}

.comic-top-btn{
	width:230px;
	height:50px;
	margin:0 auto;
	display:block;
	line-height:50px;
	border-radius:25px;
	border:1px solid #1e2549;
	text-align:center;
	font-size:.9375rem;
	
	color:#1e2549;
	background-color:#FFF;
	text-decoration:none;
	
	transition:0.2s all ease;
}

.comic-top-btn:hover{
	color:#FFF;
	background-color:#1e2549;
}

.comic-top-btn img{vertical-align:middle;}

