@charset "UTF-8";
/* CSS Document */
body{
	background: #f8fdef;
	min-width: 620px;
}

/*------------------
パンくずリスト
--------------------*/
ul.breadcrumb{
	background: #fff;
	padding: 10px 23px;
}
ul.breadcrumb li{
	display: inline-block;
	color: #999;
	font-size: 12px;
	font-feature-settings: "palt";
}
ul.breadcrumb li:after {
	content: ">";
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
ul.breadcrumb li:last-child:after{
	content: '';
}
ul.breadcrumb li a{
	color: #999;
	text-decoration: none;
}
ul.breadcrumb li a:hover{
	opacity: 0.7;
}
ul.breadcrumb li:last-child a:hover{
	opacity: 1;
}

/*------------------
全体
--------------------*/
article#wrap{
	width:620px;
	margin: 0 auto;
	background: #edf5dd;
	overflow-x: hidden;
}
article#wrap img{
	max-width: 100%;
	vertical-align: bottom;
}
article#wrap a{
  text-decoration:none;
  display: flex;
  align-items: center;
  justify-content: center;
}
article#wrap a:hover{
	opacity: 0.7;
}

.contentsBloc{}

#wrap section{}
/*------------------
メインビジュアル
--------------------*/
.mainVisArea {
	width: 100%;
	text-align: center;
}
.mainVisArea h2{
	margin: 0 auto;
}
.mainVisArea img{}

/*------------------
コマ画像
--------------------*/
.komaArea{}
.komalist{
 text-align: center;
}
.komalist li{
  width: 100%;
	margin: 0 auto;
}
.komalist li img{
	vertical-align: bottom;
}
/*------------------
書誌リスト
--------------------*/
.bookArea {}
.bookBox {
	width: 86%;
	margin: 0 auto 40px;
	padding: 30px 0;
	border: 2px solid #e3f3c4;
	border-radius: 10px;
	background: linear-gradient(to bottom, #fff 10%, #fbfff4);
}
.bookBox h3 {
	margin: 0 auto 20px;
	text-align: center;
}
.bookBox h3 img {
	width: 50%;
}
.booklist {
 width: 86%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 150px);
	column-gap: 35px;
	grid-row-gap: 40px;
	justify-content: center;
	text-align: center;
}

.booklist li{}
.num{
	background: #1c877b;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 15px;
	padding: 3px ;
}
.cover { margin-bottom: 15px;}
.cover img{
 width: 100%;
	border: 1px solid #ccc;
}

/*------------------
キャラクター紹介
--------------------*/
.charaArea {
 background: url("bg01.png") repeat center;
 border: 2px solid #38ccbb;
	border-left: none;
	border-right: none;
 text-align:center;
	padding:20px 0 15px;
	margin-bottom: 40px;
}
.charaArea h3 {
 margin: 0 auto 15px;
	width: 70%;
}
.charalist{
	width: 86%;
	margin: 0 auto;
	display: grid;
	column-gap: 8%;
	grid-row-gap: 15px;
}
.charalist li{
	margin-bottom: 5px;
}
/*------------------
全話ボタン
--------------------*/
.btnArea{}
.all_btn {
  width: 88%;
		height: 80px;
  margin: 40px auto 50px;
  padding: 0;
  background: #1c877b;
  text-align: center;
		border-radius: 99px;
}
.all_btn a {
  width: 100%;
		height: 100%;
		border-radius: 99px;
}
.all_btn img {
 width: 50%;
 vertical-align: bottom;
}

/*------------------
コピーライト
--------------------*/
.copyright{
	margin: 0 auto;
	padding-bottom:10px;
	text-align: center;
}
.copyright img{
	width: 320px;
}

/*------------------
ボタン
--------------------*/
.btn {
	display: block;
	width: 100%;
	line-height: 44px;
	border-radius: 99px;
	background:#1c877b;
	font-size: 18px;
	display: flex;
 align-items: center;
 justify-content: center;
}
.btn a {
	color:#fff!important;
	font-weight:bold;
	width: 100%;
	display: flex;
 align-items: center;
 justify-content: center;
}

/*------------------
ページトップへ
--------------------*/
#page-top {
    position: fixed;
	width: 80px;
    bottom: 5px;
    right: calc(50% - 410px);
    z-index: 1000;
}
#page-top img{
	max-width: 100%;
	vertical-align: bottom;
}
/*------------------
書誌リストへのアンカーボタン
--------------------*/
#btn01 {
    position: fixed;
	width: 90px;
    bottom: 76px;
    right: calc(50% - 415px);
    z-index: 1000;
}
#btn01 img{
	max-width: 100%;
	vertical-align: bottom;
}

