@charset "UTF-8";
/*----------------------------
common
----------------------------*/
a {
  transition: all .15s;
}
a:hover {
  opacity: .7;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
#contents_wrapper {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/* layout
----------------------------*/
.section_area {
  box-sizing: border-box;
  padding: 48px 40px 0;
}
.section_area:last-of-type {
  padding-bottom: 24px;
}
/* btn
----------------------------*/
.btn_wide {
  margin-top: 24px;
}
.btn_wide.col_2 {
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0;
}
.btn_wide.col_2 a {
  width: 48%;
  max-width: 100%;
  margin: 0;
}
.btn_wide a {
  display: block;
  position: relative;
  max-width: 400px;
  height: 56px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}
.btn_wide a:hover {
  opacity: 1;
  background: #e4f7ff;
  text-decoration: none;
}
.btn_wide a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
/* mark
----------------------------*/
*[class^="mark_icon"] {
  position: relative;
}
*[class^="mark_icon"]::after {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 1.6em;
  padding: 0 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1.6em;
}
.mark_icon_new::after {
  content: "NEW";
  background: #ec1e0d;
}
.mark_icon_free::after {
  content: "無料";
  border: 1px solid #ec1e0d;
  background: #fff;
  color: #ec1e0d;
}
/* 表リンクリスト
----------------------------*/
.link_list,
.search_list_area ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.link_list li,
.search_list_area ul li {
  box-sizing: border-box;
  overflow: hidden;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.link_list li a,
.search_list_area ul li a {
  display: block;
  padding: 12px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link_list li a:hover,
.search_list_area ul li a:hover {
  opacity: 1;
  background: #e4f7ff;
  text-decoration: none;
}
.link_list li {
  flex: 1;
}
.link_list.col_2 li {
  flex: 0 0 50%;
}
.link_list.col_3 li {
  flex: 0 0 33.3%;
}
.search_list_area ul li {
  flex: 0 0 20%;
}
/* その他 共通パーツ
----------------------------*/
.seo_txt {
  margin: 16px 0 0;
  text-align: left;
}
/*----------------------------
共通デザイン書影リスト
----------------------------*/
/* title_list
----------------------------*/
.title_list {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 24px auto;
  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 #eee solid;
}
.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 {
  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 .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;
  align-items: center;
  text-align: left;
}
.section_ttl .section_name {
  padding-right: 1em;
  background: linear-gradient(to right, #afe8ff 0%, #afe8ff 100%) left bottom / 100% 10px repeat-x;
  font-size: 21px;
  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: 28px;
}
.section_ttl + .section_ttl.sub_ttl {
  margin-top: 20px;
}
.section_ttl.sub_ttl .section_name {
  padding-bottom: 0;
  background: none;
  font-size: 18px;
}
.section_ttl.sub_ttl .more_link a {
  top: 0;
}
/* 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: -24px;
}
.swiper-booklist .swiper-button-next {
  right: -24px;
}
.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);
}
/*----------------------------
各エリア用
----------------------------*/
/* スライドバナー
----------------------------*/
.top_banner.swiper-fl1 {
  position: relative;
  width: 990px;
  height: 275px;
  overflow: hidden;
}
.top_banner.swiper-fl1 li a {
  display: block;
}
.top_banner.swiper-fl1 .swiper-pagination {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 980px;
  margin-right: 10px;
  text-align: right;
}
.top_banner.swiper-fl1 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 30px;
  height: 15px;
  margin: 0 4px;
  border-radius: 3px;
  opacity: .6;
  background: #fff;
  box-shadow: 1px 2px 0 0 #666;
  cursor: pointer;
}
.top_banner.swiper-fl1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/* バナー画像
----------------------------*/
.bannerArea {
  padding: 24px 20px 0;
  text-align: center;
}
.bannerArea .bnr_txt {
  margin: 8px auto 0;
  font-size: 14px;
}
/* お知らせ
----------------------------*/
#container #top_oshirase {
  margin: 16px 20px 0;
  padding: 0;
}
#container .top_oshirase_table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border: 1px solid #ccc;
  border-radius: 8px;
}
#container .top_oshirase_table_td1 {
  width: 15%;
  padding: 8px;
  border-right: 1px solid #ccc;
  background: none;
  text-align: center;
}
#container .top_oshirase_table_td2 {
  width: 70%;
  padding: 8px;
  text-align: left;
}
#container .top_oshirase_table_td2_table {
  width: 100%;
}
#container .top_oshirase_table_td2_td1 {
  width: 80%;
}
#container .top_oshirase_table_td2_td1 a {
  display: block;
  line-height: inherit;
  text-decoration: none;
}
#container .top_oshirase_table_td2_td1 a:hover {
  text-decoration: underline;
}
#container .top_oshirase_table_td3 {
  width: 15%;
  padding: 8px;
  border-left: 1px solid #ccc;
  background: none;
  color: #000;
  text-align: center;
}
#container .top_oshirase_table_td3 a {
  display: block;
  color: #000;
}
/* 最初の書影エリア
----------------------------*/
#top_oshirase + .section_area,
.appeal_top + .section_area,
nav + .section_area {
  padding-top: 24px;
}
/* PickUP！オススメジャンル
----------------------------*/
#pickup_genre .flex_comic {
  flex-wrap: nowrap;
  padding: 0;
}
#pickup_genre .title_wrap {
  width: calc((100% - 40px) / 6);
  padding: 4px 4px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
#pickup_genre .title_wrap:not(:first-child) {
  margin-left: 8px;
}
#pickup_genre .genre_name {
  box-sizing: border-box;
  width: 135px;
  padding: 4px 4px 8px;
  font-weight: bold;
}
#pickup_genre li {
  display: flex;
}
#pickup_genre a {
  display: flex;
  flex-direction: column;
}
#pickup_genre a:hover img {
  opacity: 1;
}
#pickup_genre a:hover {
  text-decoration: none;
}
#pickup_genre .cover_thum {
  height: 168px;
}
#pickup_genre .cover_thum img {
  max-height: 168px;
}
/* ランキング
----------------------------*/
.label_rank {
  padding-bottom: 4px;
  font-size: 12px;
  letter-spacing: .1em;
}
.label_rank .rank_num {
  font-size: 18px;
  vertical-align: middle;
}
.label_rank.top1 {
  color: #d19e00;
}
.label_rank.top2 {
  color: #8fa1a3;
}
.label_rank.top3 {
  color: #85572e;
}
/* 「〇〇」を読んだ方へ
----------------------------*/
#reco_title .section_ttl {
  display: block;
}
#reco_title .section_ttl .section_name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  text-indent: -6px;
  word-break: normal;
}
#reco_title h2 span {
  display: inline-block;
  max-width: calc(100% - 8em + 6px);
  overflow: hidden;
  line-height: 1.2;
  text-indent: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
/* 作品ジャンルから探す
----------------------------*/
#search_genre .link_list {
  margin: 16px auto;
}
#search_genre .link_list > li {
  flex: 0 0 calc(100% / 6);
}
#search_genre .link_list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 12px 8px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  word-break: break-word;
  white-space: normal;
}
#search_genre .link_list > li a span {
  display: block;
  max-height: 34px;
  overflow: hidden;
}
/* シーモアで配信中のオススメ作品
----------------------------*/
#reco_cmoa {
  margin-top: 48px;
  padding: 40px;
  background: #fff7db;
}
#reco_cmoa .section_ttl:first-child {
  margin-top: 0;
}
#reco_cmoa .section_ttl .section_name {
  background: linear-gradient(to right, #ffcd72 0%, #ffcd72 100%) left bottom / 100% 10px repeat-x;
}
#reco_cmoa .sub_ttl .section_name {
  background: none;
}
#reco_cmoa .sub_ttl .section_name,
#reco_cmoa .more_link a {
  color: #f60;
}
/* search_list_area
--------------------------------*/
.search_list_area {
  padding: 40px 40px 0;
}
.search_list_area.author {
  padding-bottom: 40px;
}
.search_list_area .section_ttl {
  border: none;
}
.search_list_area ul {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 12px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.search_list_area li {
  box-sizing: border-box;
  flex: 0 0 20%;
  overflow: hidden;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
.search_list_area li a {
  display: block;
  padding: 12px 8px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_list_area li a:hover {
  opacity: 1;
  background: #e4f7ff;
  text-decoration: none;
}
/* スタッフオススメ！
--------------------------------*/
#reco_staff .flex_2col {
  display: flex;
  margin: 16px 4px 16px -28px;
}
#reco_staff .flex_2col .flex_unit {
  display: flex;
  width: calc((100% - 32px) / 2);
  text-align: left;
}
#reco_staff .flex_2col .flex_unit {
  margin-left: 32px;
}
#reco_staff .flex_2col .cover_thum {
  width: 170px;
}
#reco_staff .flex_2col .cover_info {
  width: calc(100% - 186px);
  margin-left: 16px;
}
#reco_staff .flex_2col .title_name {
  display: -webkit-box;
  max-height: 2.4em;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#reco_staff .flex_2col .title_author {
  margin-top: 4px;
  color: #999;
}
#reco_staff .flex_2col .title_author a {
  color: #999;
}
#reco_staff .flex_2col .review_title {
  margin-top: 12px;
  font-weight: bold;
}
#reco_staff .flex_2col .cover_thum a {
  display: block;
  width: 170px;
}
#reco_staff .flex_2col .cover_thum img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
#reco_staff .review_txt {
  margin-top: 4px;
}
/* Chrome/Firefox */
#reco_staff summary {
  list-style: none;
}
/* Safari */
#reco_staff summary::-webkit-details-marker {
  display: none;
}
#reco_staff summary .summary_inner {
  height: 108px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
#reco_staff details[open] summary .summary_inner {
  height: auto;
  font-size: 12px;
  line-height: 18px;
}
#reco_staff summary::after {
  content: "▼ 続きを読む";
  display: block;
  margin-top: 4px;
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
  text-underline-position: under;
}
#reco_staff details[open] summary::after {
  content: "▲ 閉じる";
}
#reco_staff .title_list {
  padding: 0;
}
/* 閲覧履歴
--------------------------------*/
#history .section_ttl .more_link a {
  padding-right: 0;
}
#history .section_ttl .more_link a::after {
  content: none;
}
/* 索引検索（未ログインのみ）
--------------------------------*/
#full_top .indexlink,
#light_top .indexlink {
  box-sizing: border-box;
  width: 990px;
  margin: auto;
  padding: 4px 10px;
  background: #fff;
  text-align: right;
}
