@charset "UTF-8";
/* CSS Document */
body{
	background: #2e2b00;
	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-color: #fff002;
	text-align: center;
}
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{
	background: 
	url("mv_bg.png") top center no-repeat,
	url("bg03.png") top center no-repeat;
	background-size: contain;
}
/*------------------
メインビジュアル
--------------------*/
.mainVisArea {
	width: 100%;
	text-align: center;
}
.mainVisArea h2{
	margin: 0 auto;
}
.mainVisArea img{
	
}
/*------------------
コマ画像
--------------------*/
.komaArea{
	background: url("bg02.png") bottom center no-repeat;
	background-size: contain;
	padding-bottom: 1px;
}
.komalist{
  text-align: center;
}
.komalist li{
  width: 86%;
	margin: 0 auto;
	margin-bottom: 18px;
}
.komalist li:nth-child(10){
  width: 100%;
	background: url("bg01.png") bottom center no-repeat;
	background-size: contain;
}
.komalist li:nth-child(10) img{
  width: 64%;
}
/*------------------
書誌リスト
--------------------*/
.bookArea {
 margin-top: -30px;
 padding-top: 30px;
}
.bookBox {
	background: url("bg03.png") top center no-repeat;
	background-size: contain;
}
.booklist {
  width: 86%;
	margin: 0 auto 25px;
	padding: 40px 0;
	display: grid;
	grid-template-columns: repeat(2, 150px);
	column-gap: 35px;
	grid-row-gap: 40px;
	justify-content: center;
	border: 4px solid #828500;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

.booklist li{}
.num{
	background: #3b3c00;
	color: #fff002;
	font-size: 21px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 15px;
}
.cover { margin-bottom: 15px;}
.cover img{
 width: 100%;
	border: 1px solid #ccc;
}

/*------------------
キャラクター紹介
--------------------*/
.charaArea {
 background: url("chara_bg01.png") top center no-repeat;
 background-size: 100% 100%;
 text-align:center;
 padding: 88px 0;
}
.charaArea h3 {
 width: 74%;
 margin: 0 auto 35px;
}
.charalist{
	width: 86%;
	margin: 0 auto;
}
.charalist li{
	margin-bottom: 25px;
}
/*------------------
全話ボタン
--------------------*/
.btnArea{}
.all_btn {
  width: 86%;
  margin: 40px auto 20px;
  padding: 18px 0;
  background: #d13800;
  text-align: center;
	border-radius: 99px;
}
.all_btn img {
 width: 45%;
 vertical-align: bottom;
}

/*------------------
コピーライト
--------------------*/
.copyright{}

/*------------------
ボタン
--------------------*/
.btn {
	display: block;
	width: 100%;
	line-height: 44px;
	border: 1px solid #ccc;
	border-radius: 99px;
	background:#fff;
	font-size: 18px;
	display: flex;
 align-items: center;
 justify-content: center;
	
	-webkit-transition: -webkit-box-shadow .15s;
    transition: -webkit-box-shadow .15s;
    transition: box-shadow .15s;
    transition: box-shadow .15s,-webkit-box-shadow .15s;
}
.btn:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.btn.free{
	border: 1px solid #f8485e;
	background:#f8485e;
	color:#fff;
	font-weight:bold;
}
.btn a {
	color: #555;
	width: 100%;
	display: flex;
 align-items: center;
 justify-content: center;
}
.btn.free a {	color: #fff;}

/*------------------
書影バッヂ
--------------------*/
.cover a {
 position: relative;
 line-height: 1;
 display: inline-block;
}
.badge {
 position: absolute;
 bottom: 9px;
 left: 9px;
 border:1px solid rgba(255,255,255,.8); 
 border-radius: 40px;
 background: #f8485e;
 color: #fff;
 font-size: 12px;
 line-height: 20px;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0 8px;
}
/*------------------
ページトップへ
--------------------*/
#page-top {
    position: fixed;
	width: 96px;
    bottom: 5px;
    right: calc(50% - 430px);
    z-index: 1000;
}
#page-top img{
	max-width: 100%;
	vertical-align: bottom;
}
/*------------------
3感無量へ飛ぶ
--------------------*/
#btn01 {
    position: fixed;
	width: 110px;
    bottom: 110px;
    right: calc(50% - 430px);
    z-index: 1000;
}
#btn01 img{
	max-width: 100%;
	vertical-align: bottom;
}

