﻿@charset "utf-8";
/* mgcss v9.0 quon-cb */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

.cp_main * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

.cp_main { 
    line-height:1;
}

.cp_main article,.cp_main aside,.cp_main details,.cp_main figcaption,.cp_main figure,
.cp_main footer,.cp_main header,.cp_main hgroup,.cp_main menu,.cp_main nav,.cp_main section { 
    display:block;
}

.cp_main nav ul {
    list-style:none;
}

.cp_main blockquote, .cp_main q {
    quotes:none;
}

.cp_main blockquote:before, .cp_main blockquote:after,
.cp_main q:before,.cp_main q:after {
    content:'';
    content:none;
}

.cp_main a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	display: block;
}

/* change colours to suit your needs */
.cp_main ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
.cp_main mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

.cp_main del {
    text-decoration: line-through;
}

.cp_main abbr[title],.cp_main dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

.cp_main table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
.cp_main hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

.cp_main input, .cp_main select {
    vertical-align:middle;
}

.cp_main .clearfix { width: 100%; }

.cp_main .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.cp_main img {
	width:100%;
}

/* ================================================
◆◆◆◆ 基本設定 ◆◆◆◆
================================================ */
/* ================================================
ページ全体
================================================ */
.bw_contentsArea {
    max-width: 1600px;
    margin: 0 auto;
}

/* ================================================
大枠
================================================ */
.cp_main {
    width: 95%;
    min-width: 300px;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}
@media screen and (min-width: 992px){
	.cp_main {
    width: 100%;
}
}

/* ================================================
看板
================================================ */
.cp_main #kv {
	padding-bottom:10px;
}

/* ================================================
作品詳細 v2
================================================ */
/* ボックス ================================================ */

/* 一番外側の枠 */
.sp_detail-outline {
	margin-bottom:15px;
	border:1px solid;
	background:#ffffff;
}
/* 内側の内容物を囲う枠 */
.sp_detail-box {
	padding:5px 10px 0;
}

/* 入れ子　見出し外枠用 */
.sp_detail-big_ct {
	background:#ffffff;
}
.sp_detail-big_ct .book_detail {
	border:none;
	background:none;
}

/* 全体表示画像 */
.sp_detail-entire_display {
	padding-bottom: 10px;
	line-height: 0;
}
/* 見出し */
.sp_detail-midashi {
	padding-bottom: 5px;
}

/* 見出し ================================================ */
/* タイトル上部キャッチ */
.sp_detail-pop_txt {
	font-size:20px;
	padding:10px 0 10px;
	font-weight: bold;
}

/* パック文言 */
.sp_detail-pack {
	font-size:14px;
	padding-top:5px;
	font-weight: bold;
}

/* 連載中など 補足文言 */
.sp_detail-balloon_txt {
	padding: 0 30px 8px; /*←吹き出しの横幅サイズ変更が必要な場合は真ん中の数字を変更*/
}
.sp_detail-balloon_txt .arrow_box {
	position: relative;
	background: #ff9600; /*←吹き出しカラー変更箇所*/
	padding: 3px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.sp_detail-balloon_txt .arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 187, 0, 0);
	border-top-color: #ff9600; /*←吹き出しカラー変更箇所*/
	border-width: 5px;
	margin-left: -5px;
}

/* タイトル名 */
.sp_detail-book_ttl {
	font-size:17px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:2px dotted;
	font-weight: bold;
}
.sp_detail-book_ttl span {
	font-size: 14px;
}

/* タイトル下部キャッチ */
.sp_detail-lead_txt {
	font-size:13px;
	font-weight: bold;
}

/* 詳細 ================================================ */
/* ____コマ画像____ */
.sp_detail-comic_img {
    padding-bottom: 13px;
    line-height: 0;
    max-width: 450px;
    margin: 0 auto;
}
/*____コマ用 _紹介文・作者名囲い枠____ */
.sp_detail-book_txt_comic {
	text-align:left;
	vertical-align:top;
	color:#333;
	font-size:12px;
	line-height:1.5;
}

/*____コマ用 _コピーライト____ */
.sp_detail-cpr {
    color: #333;
    font-size: 9px;
    text-align: right;
    padding: 5px 0 0 0px;
}

/* ____書影____ */
.sp_detail-cover_img {
	padding:0 15px 15px 0;
	display:table-cell;
	width:40%;
	min-width: 120px;
}
.sp_detail-cover_img img {
	width:100%;
	margin:0 auto;
}

/*____書影用 _書影・紹介文・作者名囲い枠____ */
.sp_detail-book_detail_inner {
	text-align:left;
	display: table;
	width: 100%;
}
.sp_detail-book_txt {
	vertical-align:top;
	display:table-cell;
	color:#333;
	font-size:12px;
	line-height:1.5;
	width: auto;
}

/* ____書影・コミック兼用____ */
/* NEW！アイコン */
.sp_detail-icon {
	font-size: 12px;
    text-align: center;
    padding: 2px 7px;
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* 説明文 */
.sp_detail-bookdetail_txt {
	color:#333;
	padding-bottom: 5px;
}
/* 作者名 */
.sp_detail-author {
	text-align:right;
	padding-bottom: 13px;
}

/* 注意文言 ================================================ */
.sp_detail-notice {
	font-size: 11px;
	padding-bottom:10px;
	text-align: center;
}

/* ================================================
書影並べ v2
================================================ */
/* 書影並べ_見出し_ */
.sp_sakuhin-midashi {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

.sp_sakuhin-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding:10px 15px;
}

.sp_sakuhin-box {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5%;
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; */
	justify-content: center;
	align-items: center;

	width: 30%;
	position: relative;
}

.sp_sakuhin-box:nth-of-type(3n){
	margin-right: 0;
}

/* バナー並べ_見出し_ */

.sp_banner-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 0px;
	padding: 0px;
}

.sp_banner-box {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	margin-left: 1.5%;
	margin-right: 1.5%;
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; */
	justify-content: center;
	align-items: center;

	width: 47%;
	position: relative;
}

.sp_banner-box:nth-of-type(2n){
	margin-right: 0;
}

@media screen and (min-width: 768px){
	/* PC */
	.sp_sakuhin-box {
		width: 14.7%;
		margin-right: 2%;
	}
	.sp_sakuhin-box:nth-of-type(3n){
		margin-right: 2%;
	}
	.sp_sakuhin-box:nth-of-type(6n) {
		margin-right: 0%;
	}
	.sp_sakuhin-box:nth-of-type(6n+1) {
		margin-left: 1%;
	}

	.sp_banner-box {
		width: 32.3%;
		margin-right: 0%;
	}
	.sp_banner-box:nth-of-type(3n){
		margin-right: 0%;
	}
	.sp_banner-box:nth-of-type(3n) {
		margin-right: 0%;
	}
	.sp_banner-box:nth-of-type(3n+1) {
		margin-left: 0%;
	}
}

/* 販促文言 */ 
.sp_sakuhin-catch01 {
	font-size: 13px;
	padding:6px 3px;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: center;
	line-height: 1.2;
}
/* 販促文言 */ 
.sp_sakuhin-catch02 {
	font-size: 11px;
	padding:4px 3px;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: center;
	line-height: 1.2;
}

.sp_sakuhin-block .sp_sakuhin-image {
	margin: 0 0 4px;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	display: block;
}

/* ボタン */ 
.sp_sakuhin-block .sp_sakuhin-button01, 
.sp_sakuhin-block .sp_sakuhin-button02 {
	display: block;

	font-size: 13px;
	padding:6px 3px;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: center;
	line-height: 1.2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* ================================================
ボタン v2
================================================ */
/* ボタン1コ用 */
.sp_btn-box01 {
	font-size: 16px;
	padding: 0 3px;
}
.sp_btn-box01 .sp_detail-btn_01,
.sp_btn-box01 .sp_detail-btn_02,
.sp_btn-box01 .sp_detail-btn_03,
.sp_btn-box01 .sp_detail-btn_04{
	width:50%;
	clear:both;
	padding-bottom: 8px;
	margin: 0 auto;
}
.sp_btn-box01 .sp_detail-btn_01 span,
.sp_btn-box01 .sp_detail-btn_02 span,
.sp_btn-box01 .sp_detail-btn_03 span,
.sp_btn-box01 .sp_detail-btn_04 span{
	display:block;
	color:#ffffff;
	text-align:center;
	padding:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ボタン2コ用 */
.sp_btn-box02 {
	width:100%;
	font-size: 16px;
	clear:both;
	display:table;
}
.sp_btn-box02 a {
	display:table-cell;
	width:50%;
	padding:0 3px 10px;
}
.sp_btn-box02 .sp_detail-btn_01 span,
.sp_btn-box02 .sp_detail-btn_02 span,
.sp_btn-box02 .sp_detail-btn_03 span,
.sp_btn-box02 .sp_detail-btn_04 span{
	display:block;
	color:#ffffff;
	text-align:center;
	padding:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 画像ボタン用 */
.sp_btn-box03 {
	font-size: 16px;
	padding-bottom: 10px;
}
.sp_btn-box03 .sp_detail-btn_01,
.sp_btn-box03 .sp_detail-btn_02,
.sp_btn-box03 .sp_detail-btn_03,
.sp_btn-box03 .sp_detail-btn_04{
	width:100%;
	clear:both;
}
.sp_btn-box03 .sp_detail-btn_01 span,
.sp_btn-box03 .sp_detail-btn_02 span,
.sp_btn-box03 .sp_detail-btn_03 span,
.sp_btn-box03 .sp_detail-btn_04 span{
	display:block;
	color:#ffffff;
	text-align:center;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ================================================
コピーライト
================================================ */
.cp_main #copyright {
	color:#333;
	font-size:11px;
	line-height:1.3;
	padding-top: 15px;
}

.sp_detail-cpr {
    color: #333;
    font-size: 9px;
    text-align: right;
    padding: 5px 0 0 0px;
}
/* ================================================
レスポンシブ
================================================ */
@media screen and (min-width: 576px){
	.sp_detail-cover_img {
    width: 192px;
}
}
@media screen and (min-width: 768px){
	
	.sp_detail-cpr {
    width: 450px;
    margin: 0 auto;
}
	.sp_detail-box {
    padding: 10px 30px 0px;
}
	.sp_btn-box03 {
    width: 705px;
    margin: 0 auto;
}
}

/* ================================================
◆◆◆◆ ページ固有設定 ◆◆◆◆
各要素のカラー設定はここから上に書かないでください
================================================ */
/* ================================================
ページ全体
================================================ */
.bw_contentsArea {
    background: #ffdae5;
    background-size: 50px;
}

/* ================================================
一括カラー変更 v2
================================================ */
/* ====================== 作品詳細エリアv2 ====================== */
/* 作品詳細エリア　一番外側の枠、入れ子区切り線 */
.sp_detail-line_color {
	border-color: #6c371a !important;
}
/* 作品詳細エリア　タイトル上部キャッチ、書影並べの上部キャッチ */
.sp_detail-catch_bg {
	background: #6c371a;
}

/* 作品詳細エリア　タイトル上部キャッチ */
.sp_detail-pop_txt {
	color:#fff;
}

/* 作品詳細エリア　タイトル名とその下の点線 */
.sp_detail-book_ttl {
	color:#ff6091;
	border-color:#ccc !important;
}
/* 作品詳細エリア　タイトル下部キャッチ */
.sp_detail-lead_txt {
	color:#6c371a;
}

/* 作品詳細エリア　コマ、書影枠線 */
.sp_detail-img_line img {
	border: 1px solid #cccccc;
}
/* 作品詳細エリア　作者名 */
.sp_detail-author {
	color:#ff6091;
}

/* 作品詳細エリア　NEW！アイコン */
.sp_detail-icon {
    background: #FFF000;
    color: #FF0000;
    border: 1px solid #FF0000;
}

/* 作品詳細エリア　注意文言 */
.sp_detail-notice {
	color: #f00;
}

/* ボタン ================================================ */
/* 無料で読むボタン色替え */
.sp_detail-btn_01 span{
	background:#ff7ba4;
}
/* 購入ボタン色替え */
.sp_detail-btn_02 span{
	background:#f74a72;
}
/* イレギュラーボタン色替え */
.sp_detail-btn_03 span{
	background:#5ac8cf;
}
/* イレギュラーボタン色替え2 */
.sp_detail-btn_04 span{
	background:#714a3e;
}

/* ====================== 書影エリアv2 ====================== */
/* 書影エリア　販促文言 */
.sp_sakuhin-catch01-bg {
	background:#570d01;
}
.sp_sakuhin-catch01 {
	color:#ffffff;
}
.sp_sakuhin-catch02-bg {
	background: transparent;
}
.sp_sakuhin-catch02 {
	color: #066;
}

/* 書影エリア　書影したボタン */
.sp_sakuhin-block .sp_sakuhin-button01 {
	color:#ffffff;
}
.sp_sakuhin-block .sp_sakuhin-button01-bg {
	background:#ff7683;
}
	
.sp_sakuhin-block .sp_sakuhin-button02 {
	color:#ffffff;
}
.sp_sakuhin-block .sp_sakuhin-button02-bg {
	background:#71443e;
}


/* ====================== 【新】書影エリア ====================== */

.shyoei-area {
	display: flex;
	display: -webkit-flex;
	list-style: none;
	flex-wrap: wrap;
	padding: 1.5%;
}

.sakuhin {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	width: 33.33333%;
	position: relative;
}

.shyoei{
	width: 100%;
	padding: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-2ren{
	width: 96%;
	padding-left: 3.5%;
	padding-bottom: 5%;
}

/* 無料で読むボタン */
a.btn-01{
	font-weight: bold;
	display: block;
	padding: 6%;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	background: #ff7ba4;
}

/* 購入ボタン */
a.btn-02{
	font-weight: bold;
	display: block;
	padding: 6%;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	background: #714a35;
}

.shyoei-area: nth-of-type(3n){
	margin-right: 0;
}

@media screen and (min-width: 768px){
	/* PC */
	.shyoei-area {
		width: 100%;
		margin-right: 0%;
	}
	.shyoei-area:nth-of-type(3n) {
		margin-right: 2%;
	}
	.shyoei-area:nth-of-type(6n) {
		margin-right: 0%;
	}
	.shyoei-area:nth-of-type(6n+1) {
		margin-left: 0%;
	}
	.sakuhin {
		width: 16.66666%;
	}
}

/* 作品一覧ボタン */
.btn-full{
	margin:0 auto;
	width:85%;
	text-decoration:none;
	text-align:center;
}

.btn-03{
	background: #fff600;
	border-radius: 10px;
	border: 2px solid #6c371a;
	display: block;
	padding: 10px;
	color: #6c371a;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	box-shadow: 3px 3px 0px #6c371a;
}


/* 追加 ================================================ */


/* 見出し文言 */

.sp_midashi01 {
	width:100% ;
	text-align:center ;
	padding:10px 0px;
	color:#e7003c;
	background: #fff;
	border: 2px solid #e7003c;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 15px;
}
