@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: 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:12px 0 8px;
	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-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 {
	vertical-align:top;
	display:table-cell;
	text-align:left;
	color:#000;
	font-size:13px;
	width: auto;
}

/*____コマ用 _コピーライト____ */
.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%;
}

/* ____書影・コミック兼用____ */
/* 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:#000;
}

/* 作者名 */
.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;
	margin: 0 auto 0px;
	padding: 5px;
}

.sp_sakuhin-box {
	margin-top: 10px;
	margin-bottom: 20px;
	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;
}

@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_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, 
.sp_sakuhin-block .sp_sakuhin-button03 {
	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:90%;
	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;
}


/* ボタン3コ用 */
.sp_btn-box03 {
	width:100%;
	font-size: 15px;
	clear:both;
	display:table;
}
.sp_btn-box03 a {
	display:table-cell;
	width:33%;
	padding:0 2px;
}
.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:right;
	padding:2%;
}

/* ================================================
コピーライト
================================================ */
.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: #fcb8ce;   */
/*    background-size: 50px;   */

   background-color: transparent;
   background: url("../img/bg.png") repeat #fadbe9;
   max-width: 1600px;
}

/* ================================================
一括カラー変更 v2
================================================ */
/* ====================== 作品詳細エリアv2 ====================== */
/* 作品詳細エリア　一番外側の枠、入れ子区切り線 */
.sp_detail-line_color {
	border-color: #33ccff !important;
}
/* 作品詳細エリア　タイトル上部キャッチ、書影並べの上部キャッチ */
.sp_detail-catch_bg {
	background: #33ccff;
}

/* 作品詳細エリア　タイトル上部キャッチ */
.sp_detail-pop_txt {
	color:#fff;
}

/* 作品詳細エリア　タイトル名とその下の点線 */
.sp_detail-book_ttl {
	color:#5e443b;
	border-color:#ccc !important;
}
/* 作品詳細エリア　タイトル下部キャッチ */
.sp_detail-lead_txt {
	color:#99a20f;
}

/* 作品詳細エリア　コマ、書影枠線 */
.sp_detail-img_line img {
	border: 1px solid #cccccc;
}
/* 作品詳細エリア　作者名 */
.sp_detail-author {
	color:#773300;
}

/* 作品詳細エリア　NEW！アイコン */
.sp_detail-icon {
    background: #FFF000;
    color: #FF0000;
    border: 1px solid #FF0000;
}

/* 作品詳細エリア　注意文言 */
.sp_detail-notice {
	color: #f00;
}


/* ボタン ================================================ */
/* 無料で読むボタン色替え */
.sp_detail-btn_01 span{
	background:#ee2233;
}
/* 購入ボタン色替え */
.sp_detail-btn_02 span{
	background:#773300;
}
/* イレギュラーボタン色替え */
.sp_detail-btn_03 span{
	background:#5ac8cf;
}
/* イレギュラーボタン色替え2 */
.sp_detail-btn_04 span{
	background:#e11ba7;
}

/* ====================== 書影エリアv2 ====================== */
/* 書影エリア　販促文言 */
.sp_sakuhin-catch01-bg {
	background:#0fbb9c;
}
.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:#d40019;
}
	
.sp_sakuhin-block .sp_sakuhin-button02 {
	color:#ffffff;
}
.sp_sakuhin-block .sp_sakuhin-button02-bg {
	background:#002e95;
}




/*--------- 暫定対処 --------------------- */

.cp_kanban, .cp_areabox, .cp_kiyaku, .cp_base_ray, .cp_ttlonly, .cp_sakuhin {
  max-width: 960px;
}


/* 終了文言 */

.cp_areabox-theend {
  font-size: 18px;
  color: #c03;
  padding: 20px 0 20px 0;
  font-weight: bold;
  text-align: center;
}


/* 注意書き枠 */

span.cp_attention_icon {
  background: #cc0033;
  padding: 1px 7px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 7px;
}

.btn_arrow {
  display: table;
  position: relative;
  /* padding: 1.5em 2.5em; */
  width: 100%;
  /* border: 2px solid currentColor; */
  /* color: #f50793; */
  font-size: 14px;
  /* font-weight: bold; */
  /* text-align: center; */
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
}

.btn_arrow::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}


/* 追加 ================================================ */

/* 見出し文言 */
.sp_midashi01 {
	width:100% ;
	text-align:center ;
	padding:3%;
	color:#ff0;
	background-color:#000;
	font-weight:bold;
	font-size:18px;
	letter-spacing: 0.1em;
}

.sp_midashi02 {
	width:100%;
	margin:0 auto;
	color:#fff;
	background-image: linear-gradient(90deg, #8114c4, #2c7eff);
	text-decoration: none;
	text-align: center;
	display: block;
	padding:2%;
	font-weight:bold;
}

.sp_midashi02_2 {
	width:100%;
	margin:0 auto;
	color:#fff;
	background-color:#21ac38;
	text-decoration: none;
	text-align: center;
	display: block;
	padding:2%;
	font-weight:bold;
}

.sp_midashi03 {
	width:70%;
	margin:0 auto;
	background-color:#ea0090;
	border-radius:100px;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:1%;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.sp_midashi04 {
	width:100%;
	margin:0 auto;
	color:#000;
	background-color: #e8dffa;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 1% 1.5%;
	font-weight:bold;
}


.sp_Atext {
	width:100%;
	margin:0 auto;
	color:#000;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 1% 1.5%;
	font-weight:bold;
}


.chuigaki {
	width:100% ;
	text-align:left;
	padding:2% 3%;
	color:#000;
	font-size:12px;
	line-height:16px;
}

.midashi-txst01{
	width:100% ;
	text-align:left;
	padding:3% 3% 0% 3%;
	color:#000;
	font-size:14px;
	font-weight:bold;
}


/* テキストボタン */

.txst-btn00{
	width:90%;
	margin:0 auto;
	background-color:#ffef00;
	color:#000;
	border-radius:10px;
	border: 2px solid #000;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:3%;
	font-size:15px;
	font-weight: bold;
	box-shadow: 2px 3px 0px #000;
}

.txst-btn01{
	width:90%;
	margin:0 auto;
	background-color:#0c4ac7;
	border-radius:10px;
	border: 1px solid #fff;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:3%;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	box-shadow: 2px 3px 0px #f3269f;
}

.txst-btn02{
	width:90%;
	margin:0 auto;
	background-color:#6b0fab;
	border-radius:10px;
	border: 1px solid #fff;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:3%;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	box-shadow: 2px 3px 0px #f3269f;
}




/* ボタン右 矢印 */

.arrow_u,
.arrow_u2 {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.arrow_u:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #000;
  border-right: solid 3px #000;
  transform: rotate(-45deg);
  position: absolute; top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.arrow_u2:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
  position: absolute; top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}




/* 枠 一番外側の枠*/
.sp_outline {
	background:#ffffff;
	padding:0%;
	border: 5px solid;
	border-image: linear-gradient(90deg, #8114c4, #2c7eff) 1;
}


.sp_outline_2 {
	background:#ffffff;
	padding:0%;
	border: 5px solid #21ac38;
	border-radius: 15px;
}


.daihyousaku {
	width:45%;
	margin:0 auto;
	display:table-cell;
	float: left;
	padding: 3%;
}

.sankashya-profile2 {
	width:55%;
	display:table-cell;
	padding-top:3%;
	padding-right:3%;
	float: right;
	line-height:14px;
}


/* ====================== タブ分け ====================== */
.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
      scrollbar-width: thin; /* Firefox */
}

.tab-1 > label {
    flex: 1 1 ; /* 縮まない */
    order: -1;
    min-width: 70px;
    padding: .9em 1em .7em;
    border-left: 1px solid #fff;
    border-radius: 10px 10px 0px 0px;
    background-color: #000;
    color: #fff;
    font-size: .8em;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 0em;
    background-color: #fff;
    border: 1px solid #000;
    line-height:17px;

}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}


.tab-1 label:has(:checked) {
    background-image: linear-gradient(180deg, #8114c4, #2c7eff);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.tab-switch-body { display: none; }
.tab-switch-body.checked { display: block; }


@media screen and (max-width:480px) {

.tab-1 {
    /* 親の display: flex; を利用する */
	overflow-x: scroll;
    max-width: 100%;
      scrollbar-width: thin; /* Firefox */
      
    /* ★追加：タブの折り返しを禁止 */
    flex-wrap: nowrap; 
    -webkit-overflow-scrolling: touch; /* iOSでの慣性スクロール */
}

.tab-1 > label {
	min-width: auto;
	width: 140px; /* または min-width: 120px; などに調整 */
	flex: none;
    /* ★追加：縮まないように設定 */
    flex-shrink: 0; 
}

}

/* 改良のために書き加えたもの */
.tab-switch-body {
    /* display: none; */
    width: 100%;
    padding: 0em;
    background-color: #fff;
    border: 5px solid;
    border-image: linear-gradient(0deg, #8114c4, #2c7eff) 1;
    line-height:17px;
}





/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	border-radius: 5rem;
	text-align: center;
	cursor: pointer;
}


/* アンカーリンクのずれ防止 */
html {
    scroll-padding-top: 60px;
}
