@charset "utf-8";
/*----------------------------
common
----------------------------*/
a {
  transition: opacity .15s;
}
a:hover {
  opacity: .7;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
#contents_wrapper {
  background: #fff;
}
/* layout
----------------------------*/
.title_discription {
  width: 950px;
  margin: auto;
  padding: 16px 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/* タイトル情報
----------------------------*/
.title_details_main_box {
  display: flex;
  padding: 16px;
  border: 1px solid #ccc;
}
/* タイトル情報 アイコン
----------------------------*/
.title_icon {
  display: inline-block;
  padding: 2px 4px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  vertical-align: top;
}
.title_icon.full {
  border: 1px solid #1bb4f0;
  background: #1bb4f0;
  color: #fff;
}
.title_icon.light {
  border: 1px solid #fb9622;
  background: #fb9622;
  color: #fff;
}
.title_icon.new,
.title_icon.nextRelease {
  border: 1px solid #f06;
  color: #f06;
}
.title_icon.termlimit {
  border: 1px solid #ff4500;
  color: #ff4500;
}
/* タイトル情報 書影エリア
----------------------------*/
.title_details_thum_box {
  flex: 0 0 165px;
}
.title_big_thum {
  max-width: 152px;
  border: 1px solid #ccc;
}
.title_details_thum_text_box {
  padding: 5px 0;
  text-align: center;
}
.title_details_thum_vol_text {
  margin-bottom: 5px;
  color: #963;
  font-size: 14px;
}
/* タイトル情報 テキストエリア
----------------------------*/
.title_details_text_box {
  flex: 1;
  padding: 0 24px 0 16px;
  text-align: left;
}
.title_details_text_section,
.title_details_intro_box {
  padding: 8px 4px;
  border-top: 1px dotted #ccc;
}
.title_details_text_section a {
  color: #08c;
}
.title_box {
  padding-top: 0;
  border: none;
}
.title_box .title_details_title_name {
  color: #373737;
  font-size: 1.4em;
  font-weight: bold;
}
.title_box .title_txt {
  display: block;
  margin-top: 4px;
}
.title_box .title_details_author_name {
  margin-top: 4px;
  font-size: 14px;
}
.schedule_box {
  padding-top: 0;
  border: none;
}
.schedule_box p {
  color: #ff2954;
}
.reviewArea + .reviewArea_write {
  margin-top: 6px;
}
.review_box .reviewArea a:hover {
  text-decoration: none;
}
.review_box .reviewStar img {
  width: 18px;
}
.review_box .reviewStar {
  vertical-align: bottom
}
.review_box .review_point {
  color: #666;
  font-weight: bold;
}
.review_box .review_point,
.review_box .review_num {
  vertical-align: baseline;
}
.review_box .reviewArea_write a {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 20px;
}
.review_box .reviewArea_write a::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 16px;
  height: 13px;
  border-radius: 14px;
  background: #d4d0c8;
}
.review_box .reviewArea_write a::after {
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  width: 0;
  height: 0;
  transform: rotate(330deg);
  border-top: 3px solid transparent;
  border-right: 12px solid #d4d0c8;
  border-bottom: 3px solid transparent;
  border-left: 0;
  border-style: solid;
}
.kanren_box .category_line:not(:first-child) {
  padding: 6px 0 0;
}
.kanren_box .category_line_f_l_l {
  width: 90px;
  float: left;
}
.kanren_box .category_line_f_r_l {
  position: relative;
  min-height: 14px;
  margin-left: 105px;
}
.kanren_box .category_line_f_r_l .margin_r5 {
  position: absolute;
  top: 0;
  left: -14px;
}
.kanren_box .category_line_f_r_l.genre_detail {
  min-height: 14px;
  max-height: 100%;
  margin-left: 105px;
}
.conti_btn {
  color: #08c;
  cursor: pointer;
}
/* タイトル情報 ボタンエリア
----------------------------*/
.title_details_btn_box_w {
  flex: 0 0 260px;
}
.title_details_btn_box {
  padding: 12px;
  border: 1px solid #ccc;
}
.title_details_btn_box a {
  display: block;
}
.title_details_btn_box a:not(:first-child) {
  margin-top: 12px;
}
.title_details_btn_box a {
  display: block;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  cursor: pointer;
}
.title_details_btn_box a:hover {
  text-decoration: none;
}
.title_details_btn_box .btn_read {
  height: 44px;
  border-bottom: 3px solid #e1032f;
  background: #ff345d;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
}
.title_details_btn_box .btn_free {
  height: 36px;
  border: 1px solid #999;
  background: #f6f6f6;
  color: #8a8a8a;
  line-height: 36px;
}
/* 画像ボタン */
.c_read_btn,
.read_btn {
  width: 234px;
  height: 41px;
  background-size: contain;
}
.ad_read,
.dl_read {
  width: 234px;
  height: 35px;
  background-size: contain;
}
.c_read_btn {
  background: url("../../../images/common/20150209/c_read_btn.png") no-repeat;
}
.read_btn {
  background: url("../../../images/common/20150209/read_btn.png") no-repeat;
}
.ad_read {
  background: url("../../../images/common/20150209/ad_read.png") no-repeat;
}
.dl_read {
  background: url("../../../images/common/20150209/dl_read.png") no-repeat;
}
.other_ser {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #ccc;
  background: #f7faff;
  text-align: left;
}
.other_serlink {
  margin-top: 10px
}
.other_serlink a {
  color: #08c;
}
/* 使用箇所不明（テンプレートの中には存在しない） */
.title_alert_box {
  margin-top: 10px;
  padding: 8px 5px;
  border: 1px solid #bf0c0c;
  color: #bf0c0c;
  text-align: center;
}
.title_alert_box a,
.title_alert_box a:hover {
  display: block;
  color: #bf0c0c;
}
.alert_area {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  line-height: 1.6em;
  text-align: left;
}
/* スタッフオススメ！（スタッフレビュー）
----------------------------*/
#staff_recommend {
  margin: 16px auto;
  text-align: left;
}
#staff_recommend .staff_recommend_title {
  position: relative;
  height: 26px;
  margin: auto;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  word-break: break-all;
}
#staff_recommend .staff_recommend_title a {
  display: block;
  text-decoration: none;
}
#staff_recommend .staff_recommend_title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  vertical-align: middle;
}
#staff_recommend .recommend_view {
  border: 1px solid #ccc;
  border-top: none;
}
#staff_recommend .staff_reco_detail {
  padding: 12px;
  border-top: 1px solid #ccc;
  line-height: 1.4;
}
#staff_recommend .staff_reco_title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#staff_recommend .staff_reco_name {
  margin-top: 4px;
  color: #333;
  font-size: 12px;
}
#staff_recommend .staff_reco_text {
  margin-top: 4px;
  color: #333;
  font-size: 12px;
  line-height: 18px
}
#staff_recommend .staff_reco_name:first-child {
  padding-right: 10px;
}
/* 配信巻エリア
----------------------------*/
/* 見出し・昇順・降順ボタン */
.title_thum_list .check_title_box_title {
  position: relative;
  height: 26px;
  padding: 4px 0 4px 8px;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background: #f1f1f1;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
  word-break: break-all;
}
.title_thum_list .check_btn_area {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 12px;
  font-weight: normal;
}
.title_thum_list .check_btn_link .a_up_btn,
.title_thum_list .check_btn_link .a_down_btn {
  padding: 0 12px 0 8px;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 23px;
  text-decoration: none;
}
.title_thum_list .check_btn_link .a_up_btn {
  border-radius: 4px 0 0 4px;
}
.title_thum_list .check_btn_link .a_down_btn {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.title_thum_list .check_btn_link .a_up_btn_off,
.title_thum_list .check_btn_link .a_down_btn_off {
  border: 1px solid #bcbcbc;
  background: #ccc;
}
.title_thum_list .check_btn_link .a_down_btn_off {
  border-left: none;
}
/* 書影エリア */
.title_thum_list .comp_read {
  margin: 8px;
  text-align: left;
}
.title_thum_list {
  margin: 16px auto;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
}
.title_thum_list .display_comic ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.title_thum_list .display_comic li {
  width: 20%;
  text-align: center;
}
.title_thum_list .cover_unit {
  position: relative;
  width: 189px;
  padding: 8px 0 12px;
  text-align: center;
}
.title_thum_list .thum_w {
  width: 128px;
  margin: auto;
}
.title_thum_list .cover_unit img.thum7 {
  box-sizing: border-box;
  max-width: 128px;
  max-height: 188px;
  border: 1px solid #eee;
}
.title_thum_list .cover_unit_top_title {
  height: 18px;
  margin-top: 4px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.title_thum_list .cover_unit_top_title a {
  color: #333;
  font-size: 14px;
}
.title_thum_list .text_ellipsis_overflow {
  width: 127px;
  height: 16px;
  overflow: hidden;
  line-height: 17px;
}
.title_thum_list .cover_unit_top_btn,
.title_thum_list .cover_unit_period_icon,
.title_thum_list .cover_unit_na_icon,
.title_thum_list .cover_unit_top_period,
.title_thum_list .cover_unit_top_disable {
  margin-top: 4px;
}
.title_thum_list .cover_unit_top_period p {
  color: #ff4500;
  font-weight: bold;
}
.title_thum_list .cover_unit_top_disable p {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.title_thum_list .cover_unit_top_btnfree {
  width: 127px;
  margin: 5px auto;
  padding: 5px 0;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background: #fff;
  font-weight: bold;
}
/* リストのNEWの出し分けができていないため、使用不可？ */
/*.new_mark {
width: 37px;
height: 16px;
position: absolute;
background: transparent url(../../../images/common/20150209/new_mark.png) no-repeat;
top: 9px;
left: 14px;
z-index: 1000;
}
*/
.display_comic .display_b {
  display: block;
}
/* 配信巻エリア アイコン
------------------------------*/
.cl_icon::after {
  display: inline-block;
  box-sizing: border-box;
  width: 128px;
  margin-top: 4px;
  padding: 2px 4px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 12px;
  vertical-align: middle;
}
.cl_icon.cl_new::after {
  content: "NEW";
  border: 1px solid #f06;
  color: #f06;
}
.cl_icon.cl_termlimit::after {
  content: "期間限定";
  border: 1px solid #ff4500;
  color: #ff4500;
}
.cl_icon.cl_soon::after {
  content: "配信予定";
  border: 1px solid #ff2954;
  color: #ff2954;
}
.cl_icon.cl_except::after {
  content: "読み放題対象外";
  border: 1px solid #010180;
  color: #010180;
}
.cl_icon.cl_close::after {
  content: "【配信終了】";
  border: none;
  color: #333;
  letter-spacing: 1px;
}
.cl_text {
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
}
.cl_text.cl_termlimit {
  color: #ff4500;
}
.cl_text.cl_soon {
  color: #ff2954;
}
/* ページャー
------------------------------*/
.pageSlider,
.pageSlider * {
  box-sizing: border-box;
}
.pageSlider .swiper-button-lock {
  display: block;
}
.pageSlider {
  position: relative;
  height: 46px;
  margin: 0 24px;
  padding: 6px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f6f6f6;
}
.pageSlider .swiper_Pager {
  margin: 0 4px;
  overflow: hidden;
}
.pageSlider .swiper-slide {
  display: inline-block;
  width: auto;
  margin: 0 4px;
}
.pageSlider .swiper-slide a {
  display: block;
  min-width: 60px;
  height: 32px;
  padding: 0 5px;
  border: 1px solid #666;
  border-radius: 5px;
  background: #eee;
  color: #666;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.pageSlider .swiper-slide.selected a {
  background: #fff;
  color: #373737;
  font-weight: bold;
}
.pageSlider .swiper-button-prev,
.pageSlider .swiper-button-next {
  width: 24px;
  height: 46px;
  margin-top: -23px;
  background: #bdbdbd;
}
.pageSlider .swiper-button-prev {
  left: -24px;
}
.pageSlider .swiper-button-next {
  right: -24px;
}
.pageSlider .swiper-button-prev:after,
.pageSlider .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  clear: both;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.pageSlider .swiper-button-prev:after {
  right: 50%;
  margin-right: -5px;
  transform: rotate(225deg);
}
.pageSlider .swiper-button-next:after {
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
}
.title_thum_list .pageSlider {
  border-bottom: none;
}
/*----------------------------
会員TOPと共通デザイン書影リスト
----------------------------*/
/* layout
----------------------------*/
.section_area {
  box-sizing: border-box;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 16px;
}
/* title_list
----------------------------*/
.title_list {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 0 10px;
  text-align: center;
}
.sub_ttl + .title_list {
  margin: 8px auto;
}
.title_list a {
  display: block;
}
.title_list .cover_thum {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.title_list .cover_thum img {
  box-sizing: border-box;
  max-width: 138px;
  max-height: 190px;
  border: 1px solid #eee;
}
.title_list .cover_thum + * {
  margin-top: 4px;
}
.title_list .date_box,
.title_list .genre_name {
  width: 140px;
  margin: auto;
  padding-bottom: 4px;
  font-size: 12px;
}
.title_list .genre_name.hq {
  letter-spacing: -1px;
}
.title_list .date_box {
  color: #f00;
  font-weight: bold;
}
.title_list .title_name,
.title_list .vol_num,
.title_list .title_author {
  padding: 0 4px;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  word-break: break-all;
}
.title_list .title_1col {
  height: 16px;
}
.title_list .title_2col {
  height: 32px;
  word-break: break-all;
}
.title_list .title_author {
  height: 16px;
  color: #999;
}
.title_list .title_author a,
.title_list .vol_num {
  display: inline;
  color: #999;
  font-size: 11px;
}
.title_list.flex_comic {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.title_list.flex_comic .title_wrap {
  position: relative;
  box-sizing: border-box;
  width: 16.666%;
}
.title_list .review_star {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.title_list .review_star img {
  width: auto;
  height: 14px;
}
/* section_ttl
----------------------------*/
.section_ttl {
  display: flex;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.section_ttl .section_name {
  padding: 0 4px 4px;
  font-size: 18px;
  font-weight: bold;
}
.section_ttl .more_link {
  margin-left: auto;
  padding-left: 1em;
  line-height: 18px;
  text-align: right;
}
.section_ttl .more_link a {
  position: relative;
  padding-right: 16px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
.section_ttl .more_link a::after {
  content: "＞";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section_ttl .more_link a:not(:first-child) {
  margin-left: 1em;
}
.section_ttl.sub_ttl {
  margin-top: 24px;
  border: none;
}
.section_ttl + .section_ttl.sub_ttl {
  margin-top: 16px;
}
.section_ttl.sub_ttl .section_name {
  padding: 0 12px;
  font-size: 16px;
}
/* swiper
----------------------------*/
.swiper-booklist.swiper {
  position: static;
}
.swiper-booklist .swiper-slide {
  /* ロード時に中央に1つだけ表示になるのを回避 */
  width: calc(100% / 6.3);
}
.swiper-booklist .swiper-button-prev,
.swiper-booklist .swiper-button-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.swiper-booklist .swiper-button-prev {
  left: -8px;
}
.swiper-booklist .swiper-button-next {
  right: -8px;
}
.swiper-booklist .swiper-button-prev:after,
.swiper-booklist .swiper-button-next:after,
.swiper-booklist .swiper-rtl .swiper-button-prev:after,
.swiper-booklist .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
.swiper-booklist .swiper-button-prev::after {
  left: 0;
  transform: rotate(225deg);
}
.swiper-booklist .swiper-button-next::after {
  right: 0;
  transform: rotate(45deg);
}
/* バナー画像
----------------------------*/
.bannerArea {
  padding: 0;
  border: none;
  text-align: center;
}
.bannerArea .bnr_txt {
  margin: 8px auto 0;
  font-size: 16px;
}
/* 閲覧履歴（この作品を読んだ人は～）
----------------------------*/
.check_title_box,
.reco_title_box {
  box-sizing: border-box;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 16px;
}
.check_title_box .check_title_box_title,
.reco_title_box .check_title_box_title {
  position: relative;
  height: 26px;
  padding: 0 4px 4px;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background: none;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
  word-break: break-all;
}
.check_title_box .display_comic li,
.reco_title_box .display_comic li {
  width: calc(100% / 6);
  padding-top: 20px;
  float: left;
}
.check_title_box .display_comic .cover_unit .thum_w,
.reco_title_box .display_comic .cover_unit .thum_w {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.reco_title_box .display_comic .cover_unit .thum_w img,
.check_title_box .display_comic .cover_unit .thum_w img {
  box-sizing: border-box;
  max-width: 138px;
  max-height: 190px;
  border: 1px solid #eee;
}
.check_title_box .display_comic .cover_unit_top_title,
.reco_title_box .display_comic .cover_unit_top_title {
  height: 16px;
  margin-top: 4px;
  padding: 0 4px;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}
.check_title_box .cover_unit_top_author,
.check_title_box .em-large,
.reco_title_box .em-large {
  display: none;
}
.check_title_box .check_btn_area {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 12px;
  font-weight: normal;
}
.check_title_box .check_btn_link a {
  text-decoration: underline;
}
.reco_title_box .display_comic a:hover {
  text-decoration: none;
}
.reco_title_box .display_comic a:hover .cover_unit_top_title {
  text-decoration: underline;
}
.reco_title_box .display_comic .genre_name {
  width: 140px;
  margin: auto;
  padding-bottom: 4px;
  font-size: 12px;
}
.reco_title_box .display_comic .genre_name.hq {
  letter-spacing: -1px;
}
.reco_title_box .reco_review_point_star {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.reco_title_box .reco_review_point_star img {
  width: auto;
  height: 14px;
}
/* 閲覧履歴
--------------------------------*/
#history .section_ttl .more_link a {
  padding-right: 0;
}
#history .section_ttl .more_link a::after {
  content: none;
}
/* 閲覧履歴 0件 */
.no_check_list {
  margin: 16px 0;
  font-size: 14px;
  text-align: left;
}
