@charset "UTF-8";

/* 共通 */


body {
	line-height: 1.5em;
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	background-color: #FFF;
}



section, article{display:block; margin:0; padding:0;}


a{
	text-decoration: none;
	border:none;
	color:#369;
}

a:hover, a:hover img{
	position:relative;
    top:1px;
}




h1,h2{
	margin:0; padding:0; 
}


.img_widthauto {
	display: block;
	height: auto;
	width: 100%;
}



/*TOPへ戻る*/
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 500;
}

.pagetop a {
	display: block;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

.pagetop a img {
	width: 50px;
	height: 50px;
}


.smp{display:block;}
.pc{display:none;}


p {
	margin: .5em;
	font-size:.9em;
}




/* インデックス */

.wrapper{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFEED0;
	background-image: url(../image/bg.jpg);
}


h1 img {
	height: auto;
	width: 100%;
	display:block;
}

h2 img{
	display: block;
	height: auto;
	width: 100%;
	margin:.5em auto;
	}


#about, #auther,#share ,#series, #books, #comics, #sns, #news{
width: 95%;
margin:auto;}




/* お知らせ欄 */


#news{padding-top:.5em; margin-top:1em; height:150px; overflow-y: scroll;}


#news h2{
	background-image: url(../image/headline_bg2.png);
	background-repeat: repeat-x;
	height:30px;	
	margin:5px auto 15px auto;
}


	
#news p {
	background-color: #FFF;
	padding: .5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B72914;
}




#share.tw_timeline {
	height: 240px;
	overflow-y:auto;
}

#share{
}


/* 最新刊 */

#books{margin-top:1em;}

.cover_new,.text_new  {
	height: auto;
	width: 45%;
	display: block;
	float: left;
}


img.cover_new{margin-right:.5em;}


h3.book_title {
	margin: .5em;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #B72914;
	text-shadow:1px 1px 4px #b39b7f;
}


h3.book_title span{
	font-size:.8em;
	line-height: 1.5em}

#books article .bookblock_eshop_bn {
	clear: left;
}


.icon_hatsubaibi {
	display: block;
	height: auto;
	width: 100px;
	margin:5px;
}


/* 既刊 */


.cover_series {
	display: block;
	height: 170px;
	width: 120px;
	float: left;
	margin: 2px;
}





/* コミックス */

.comics_work{font-size:.8em; color:#B72914;}



/* フッター */



.sns_btn {
	margin-top: 2em;
	padding: 2em;
}


#footer {
	width: 100%;
	text-align: center;
	height:100px;
	bottom:-20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C93;
}

#footer #home a {
	color: #000;
	text-decoration: none;
	padding: 10px;
	display: block;
	border-bottom: solid 1px #C93;
	font-size: 1em;
	line-height: 1em;
}

#footer .copyright {
	font-size: x-small;
	color: #C93;
}









/********************* PC用調整 *****************************/




@media screen and (min-width: 48em)
{
	.smp{display:none;}
	.pc{display:block;}
	
.workinfo, #share{
	float: left;
	width: 45%;
	margin:1em;}


#share.tw_timeline {
	height:540px;
}


h3.book_title{font-size:1.6em;}


.cover_new,.text_new  {
	width: auto;
}



img.cover_new{width:280px; height:auto}


#books h2, #series h2, #comics h2{
	background-image: url(../image/headline_bg2.png);
	background-repeat: repeat-x;	
}

#books h2 img, #series h2 img, #comics h2 img{
	max-width:460px;
	height:auto;	
}

}


@media screen and (min-width:  64em) {


.wrapper{width:1024px; margin:auto;}

.workinfo{
	width:auto;
	float:none;
}

#about,#auther,#share {
	float: left;
	width: 30%;
	margin:0 1em 1em 1em;}
}

#share.tw_timeline {
	height:320px;
}






}





/********************* ナビゲーション *********************/



#nav-drawer {
  position: relative;
}

#nav-drawer #nav-content ul{
	margin:0;
	padding:0}

#nav-drawer #nav-content ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b72914;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}


#nav-drawer #nav-content ul li a img {
	display: block;
	height: 40px;
}


#nav-drawer #nav-content .h_menu img {
	margin: .5em;
	padding: 10px;
	display:block;
	width:107px;
	height:20px;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display:block;
  width: 60px;
  height: 26px;
  vertical-align: middle;
  margin:10px auto;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 5px;/*線の太さ*/
  width: 60px;/*長さ*/
  border-radius: 5px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #FFE197;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



nav{
	width:100%;
	background-color: #B72914;
	background-image: url(../image/headline_bg.png);
	background-repeat: repeat-x;
	padding:3px;
}
.tw_timeline {
	height: 240px;
}
