@charset "utf-8";

body{
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	color: #333;
	font-size: 15px;
	text-align: left;
	background: #F3F3F3;
	line-height: 200%;
}

h1,h2{text-align: center;}
h1{
	font-size: 26px;
	margin-top: 40px;
	}
h1 span{
	border-bottom: 2px dotted #000;
	padding-bottom: 2px;
}
article#main.index h1{
	display: none;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	padding-top: 30px;
	font-size: 14px;
}
article#main.index h1 br{
	display: none;
}
h2{
	margin:40px 0 30px 0;
}
h1,h3{
	font-family: 'Candal', sans-serif;
}
article#main.index h2,
article#about h2,
article#main.offline h2
{
	font-family: 'Candal', sans-serif;
	font-size: 20px;
}


img{
	vertical-align: bottom;
	border-style:none;
}
li{list-style: none;}

.clearfix {width: 100%; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a{color: #ea618e;}
a:hover{
	text-decoration: none;
}
/*hover*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	cursor: pointer;
}
#wrapper{
	/*width:960px;*/
	margin: 0 auto;			
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
}


/* ==========================================
	header ヘッダー
============================================ */
/* ===== 広告周り（怒）===== */
/*広告余白*/
#adspace{
	display: none;
}
/*下のコンテンツを隠す*/
#hyde{
	display: none;
}


/* ===== HEADER ===== */
header#logo{
	width: 100%;
	background: #FFF;
	text-align: center;
	padding-top: 30px;
}
header#logo img{
	height: 40px;
}


/*SP*/
nav#spNavi{
	display: none;
}

/*PC*/
nav#pcNavi{
	width: 100%;
	background: #FFF;
	padding-bottom: 20px;
	padding-top: 20px;
}
nav#pcNavi ul{
text-align: center;
}
nav#pcNavi li{
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	padding-right: 15px;
	padding-left: 11px;
	border-right: 1px dotted #888;
	display: inline-block;
}
nav#pcNavi li:last-of-type{
	border-right: none;
	padding-right: 0;
}
nav#pcNavi li a{
	color: #333;
	text-decoration: none;
}
nav#pcNavi li a:hover{
	color: #ccc;
}


/* ===========================================
	メイン
============================================ */
article#main{
}


/* ===========================================
	index
============================================ */
/* ===== マンガサムネ ===== */
article#main.index section.thum ul{
	width: 429px;
	margin: 0 auto;
}
article#main.index section.thum ul:after{
	content: "";
	display: block;
	clear: both;
}
article#main.index section.thum ul li{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 200px;
	border: 3px solid #e2e2e2;
}
article#main.index section.thum ul li:nth-of-type(2n){
	margin-right: 0;
}
article#main.index section.thum ul li:hover{
	cursor: pointer;
}
article#main.index section.thum ul li img{
	width: 100%;
}


/*　もっと見るボタン */
.moreBtn a{
	display: block;
	width: 200px;
	height: 30px;
	margin: 20px auto 80px auto;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	text-align: center;
	position: relative;
	border: 2px solid #333;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.moreBtn a:after{
	font-family: "FontAwesome";
	content: "\f054";
	color: #333;
	position: absolute;
	right: 10px;
}
.moreBtn a:hover{
	border: 2px dotted #333;
}

/* イラストサムネ */
article#main.index section.illustIndex,
#onlySP{
	display: none;
}

/* NEWマーク */
.ico_new {
	position: relative;
	/*left: -6px;
	top: -156px;*/
	overflow: hidden;
}

.ico_new:after {
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 30px;
	line-height: 46px;
	background: #FF005A;
	content: "new";
	text-align: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;/* Webフォント ※別途読み込みが必要です */
	font-size: 22px;
	padding: 12px 20px;
	left: -65px;
	top: -10px;
	-webkit-transform: rotate(-45deg);	/* Safari,Chrome用 */
	-moz-transform: rotate(-45deg); /* Firefox用 */
	-o-transform: rotate(-45deg);	/* Opea用 */
	transform: rotate(-45deg); /* CSS3 */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


/* ===== お知らせ ===== */
article#main.index section#info p{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 20px;
	font-size: 13px;
}
article#main.index section#info p span{
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
article#main.index section#info{
	padding-bottom: 10px;
}


/*　過去の漫画　*/
#oldComics.index{
	display: none;
}


/* ===========================================
	about　アバウト
============================================ */
article#about section p{
	text-align: center;
}
article#about section#search{
	text-align: center;
}


/* ===========================================
	offline　オフライン
============================================ */
article#main.offline{
	width: 600px;
	margin: 0 auto;
}
article#main.offline section:first-of-type{
	margin-top: 20px;
}

/* ===== イベント情報 ===== */
section#event dt{
	background: #e6e6e6;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 120%;
	padding: 5px;	
}
section#event dd{
	padding: 5px;
}

/* ===== 頒布物 ===== */
section#books{
	margin-top: 30px;
}
section#books section{
	margin-bottom: 50px;
}
section#books section img{
	width: 100%;
}
section#books section h3{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 120%;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
section#books section .btn a{
	display: inline-block;
	margin-top: 5px;
	padding: 10px;
	color: #FFF;
	background: #333;
	text-decoration: none;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
section#books section .btn a:after{
	content: "\f0a9";
	font-family: "FontAwesome";
}

/* ===========================================
	character キャラクター
============================================ */
/*アコーディオン*/
.accordion2 {
	width: 600px;
	margin: 0 auto;
}
.accordion2 img{
	width: 100%;
}
.accordion2 label {
	display: block;
	cursor: pointer;
	margin-top: 15px;
}
.accordion2 label:hover {
	background: #ccc;
	
}
.accordion2 input {
	display: none;
}
.accordion2 .ac2-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
}
.accordion2 input:checked + .ac2-cont {
	height: auto;
	padding: 10px;
}


/* ===== サークル型に変更 ===== */
article.character{
	width: 600px;
	margin: 0 auto;	
}

article.character ul.thumChr li{
	width: 190px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
article.character ul.thumChr li:last-of-type{
	margin-right: 0;
}
article.character ul.thumChr li:hover{	
	-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
			
	-webkit-transition:-webkit-transform 0.5s;
	    	transition:transform 0.5s;
}
article.character ul.thumChr:after{
	content: "";
	display: block;
	clear: both;
}
article.character ul.thumChr li img{
	width: 100%;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

/* === プロフィール詳細 === */
article.chrProfile{
	text-align: center;
}
article.chrProfile section {
	display: none;
	background: #FFF;
	padding: 25px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
/*名前*/
article.chrProfile h2{
	font-size: 120%;
	margin: 0 0 30px 0;
}
article.chrProfile h2 span{
	border-bottom: 2px dotted #000;	
	padding-bottom: 5px;
}
/*参考と声*/
article.chrProfile section p{
	font-size: 80%;
	color: #8e8e8e;
	margin-bottom: 10px;
	line-height: 180%;
}

/* ===== キャライラスト ===== */
/* サムネ */
ul.thumIllust{
	/*width: 320px;*/
	/*margin:  20px auto 0 auto;*/
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}
/*ul.thumIllust:after{
	content: "";
	display: block;
	clear: both;
}*/
ul.thumIllust li{
	/*float: left;*/
	/*margin-right: 10px;*/
	display: inline-block;
}
ul.thumIllust li:last-of-type{
	margin-right: 0;
}
ul.thumIllust li:hover{
	opacity: 0.7;
	cursor: pointer;
}
ul.thumIllust li img{
	object-fit: cover;
	width: 100px;
	height: 100px;
	/*border: 1px solid #ccc;*/
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* オーバーレイ */
.overlay{
	z-index: 11;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	text-align: center;
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	
}
.overlay img{
	width:600px;
	height: 600px;
	object-fit: contain;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}
/* ===========================================
	illust イラスト
============================================ */
article#main.illust{
	width: 600px;
	margin: 0 auto;
}
article#main.illust p{
	margin: 15px 0;
}
article#main.illust ul li{
	margin-bottom: 15px;
}
article#main.illust ul li img{
	width: 100%;
}
/* キャプション */
figure{
	display: table;
}
figcaption{
	display: table-caption;
	caption-side: bottom;
	background: rgba(0,0,0,0.1);
	margin: 0 0 30px 0;
	padding: 10px 10px;
	line-height: 1.3;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
figure img{
	width: 100%;
}

/* ===========================================
	comic マンガ
============================================ */
#imageCOMIC img,#comment img{
	margin-bottom: 20px;
}



/*次のページボタン*/
#nextPage a{
	display: block;
	border: 2px solid #000;
	padding: 5px;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
#nextPage a:after{
	font-family: "FontAwesome";
	content: "\f061";
}

/* コメント */
#comment{
	margin-top: 20px;
}

/*日付*/
#comment p#day{
	padding-top: 40px;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
}

#comment p#kimosugi{
	color: red;
}


/* ===== ページャー =====*/
#pager{
	background: url(../img/site/bg01.png);
	/*background: url(../img/site/bg.jpg);*/
}
#pager a{
	color: #FFF;
}
#pager:after{
	content: "";
	display: block;
	clear: both;
}
/*前*/
#pager div#prevComic a:before{
	font-family: "FontAwesome";
	content: "\f053";
	color: #FFF;
	margin-right: 10px;
	margin-left: 15px;
}
/*次*/
#pager div#nextComic a:after{
	font-family: "FontAwesome";
	content: "\f054";
	color: #FFF;
	margin-left: 10px;
	margin-right: 15px;
}


/* ===== 過去の漫画 ===== */
#oldComics.comiclist{
	width: 600px;
	margin: 0 auto;
}
#oldComics header{
}
#oldComics header h3{
	font-size: 18px;
}
#oldComics section{
	/*background: #FFF;	*/
	/*width: 90%;*/
	/*height: 200px;*/
	/*margin:0 auto;*/
	overflow-y: scroll;
	/*border: 3px solid #ccc;*/
	/*-webkit-overflow-scrolling: touch;*/
}
#oldComics section ul{
}
#oldComics section li{
	border-bottom: 1px dashed #ccc;
	
}
#oldComics section li:hover{
	background: #e6e6e6;
	cursor: pointer;
}

#oldComics section li:last-child{
	border-bottom: none;
}
#oldComics section a{
	display: block;
	padding: 10px 0;
	text-indent: 1em;
	color: #000;
	text-decoration: none;
	position: relative;
}
#oldComics section a:after{
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 1.2em;
}
/* newマーク */
#oldComics section a span{
	color: #FF005A;
	font-family: 'Josefin Sans', sans-serif;
}

/* ===========================================
	comic マンガ
============================================ */
#comicSpace{
	width: 600px;
	margin: 0 auto;
}
#comicSpace #imageCOMIC{
	text-align: center;
}

/* ===== ページャー =====*/
#pager section{
	width: 600px;
	margin: 0 auto;
}
#pager div{
	float: left;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	height: 50px;
	line-height: 50px;
}
/*前*/
#pager div#prevComic{
	width: 49%;
	border-right: 1px dashed rgba(255,255,255,1);
}
/*次*/
#pager div#nextComic{
	width: 50%;
	text-align: right;
}
#pager div a{
	display: block;
	text-decoration: none;
}


/* ===== 過去の漫画 ===== */
#oldComics{
	background: url(../img/site/bg.jpg);
	padding: 10px 0;
}
#oldComics header{
	text-align: center;
	margin-bottom: 5px;
}
#oldComics header h3{
}
#oldComics section{
	background: #FFF;	
	width: 600px;
	height: 300px;
	margin:0 auto;
	overflow-y: scroll;
	border: 3px solid #ccc;
}
#oldComics section::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#oldComics section::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* ===== 漫画リストページ ===== */
#oldComics.comiclist{
	width: 600px;
	margin: 0 auto;
	background: none!important;
	padding: 0!important;
}
#oldComics.comiclist section{
	width: 100%!important;
	height: 100%!important;
	border: none!important;
	background: none;
	margin-top: 30px;
}
#oldComics.comiclist section ul{
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

/* ===========================================
	レスポンス
============================================ */
#responce{
	margin:30px auto;
	width: 250px;
}
#responce:after{
	content: "";
	display: block;
	clear: both;
}
#responce a#btnTw,#responce a#btnClap{
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

/*マンガページ下部*/
#responce.comicRes{
	margin: 20px auto 40px auto;
	width: auto;
}
#responce.comicRes a#btnTw,#responce.comicRes a#btnClap{
	width: 30px!important;
}
#responce.comicRes a#btnTw:before{
	margin-right: 0!important;
}
#responce.comicRes a#btnClap:before{
	margin-right: 0!important;
}

/*ツイッター*/
#responce a#btnTw{
	background: #55ACEE;
	margin-right: 10px;
}
#responce a#btnTw:before{
	font-family: "FontAwesome";
	content: "\f099";
	margin-right: 5px;
	font-size: 120%;
	vertical-align: middle;
}

/*web拍手*/
#responce a#btnClap{
	background: #ea618e;
}
#responce a#btnClap:before{
	content: url("../img/site/clapoff.gif");
	vertical-align: -0.3em;
	margin-right: 7px;
}


/* ===========================================
	フッター
============================================ */
footer{
	background: url(../img/site/bg.jpg);
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
}

