@charset "UTF-8";
/* 作品一覧ページ */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* 変数 */
/* 説明テキスト */
.c-description01 {
  padding: 10px 10px 0;
  line-height: 1.5;
}

/* カテゴリリンク */
.c-category01 {
  clear: both;
  margin: 0 0 10px;
  overflow: auto;
}
.c-category01::-webkit-scrollbar {
  height: 2px;
}
.c-category01::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.c-category01::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.c-category01 ul {
  display: table;
  width: 600px;
  margin: 0 5px;
}
.c-category01 li {
  display: table-cell;
  width: 13.285%;
  padding: 10px 0.5%;
}
.c-category01 li.current a {
  color: #fff;
  background: #ff89b3;
}
.c-category01 a {
  font-size: 14px;
  white-space: nowrap;
}

/* カップリング検索 */
.c-search_coupling {
  margin: 15px;
}
.c-search_coupling .form-horizontal .form-group {
  margin: 0;
}
.c-search_coupling .control-label {
  margin-bottom: 5px;
}
.c-search_coupling .form-control {
  margin: 5px 0;
}
.c-search_coupling .cross {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.c-search_coupling .cross div {
  padding: 5px 0 0;
}
.c-search_coupling .cross div + div {
  padding: 0 0 3px;
}
.c-search_coupling .cross i {
  color: #ff89b3;
  font-size: 24px;
  cursor: pointer;
}
.c-search_coupling .cross i:hover {
  color: #ff70a3;
}

/* ランキング */
.c-refine_ranking {
  border: 1px solid #eee;
  background: #eee;
}
.c-refine_ranking:after {
  content: "";
  display: table;
  clear: both;
}
.c-refine_ranking .c-refine_select {
  float: left;
  width: 78%;
  padding: 5px 0;
}
.c-refine_ranking .c-refine_select .c-refine_list {
  width: 180%;
  margin-right: -80%;
}
.c-refine_ranking .c-refine_select .c-refine_list li a,
.c-refine_ranking .c-refine_select .c-refine_list li span {
  background: #eee;
  border: 1px solid #fff;
}
.c-refine_ranking .c-refine_select .c-refine_list li.js-selected a,
.c-refine_ranking .c-refine_select .c-refine_list li.js-selected span {
  border: 1px solid #ff89b3;
}
.c-refine_ranking .c-list_layout {
  float: right;
  padding: 19px 0;
  width: 22%;
  text-align: center;
}
.c-refine_ranking .c-list_layout .c-layout_btn div {
  display: inline-block;
  cursor: pointer;
}
.c-refine_ranking .c-list_layout .c-layout_btn div i {
  margin: 0 3px;
  color: #777;
  font-size: 20px;
}
.c-refine_ranking .c-list_layout .c-layout_btn div.active i {
  color: #ff89b3;
}
.c-refine_ranking .c-list_layout.js-close {
  border-bottom: 1px solid #777;
}

/* 絞り込み（50音） */
.c-refine_author {
  padding: 15px 0 0;
}
.c-refine_author .c-refine_50sound {
  margin: 0 0 10px;
}
.c-refine_author ul {
  clear: both;
  display: table;
  width: 100%;
}
.c-refine_author li {
  float: left;
  width: 20%;
}
.c-refine_author li.c-refine_other {
  clear: left;
  margin-top: 10px;
}
.c-refine_author a {
  display: block;
  margin: 3px;
  padding: 3px;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.c-refine_author span {
  display: block;
  margin: 3px;
  padding: 3px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

/* 作家・声優一覧（単体） */
.c-list_artist {
  width: 100%;
}
.c-list_artist th, .c-list_artist td {
  padding: 5px;
  border: 1px solid #eee;
  line-height: 1.2;
}
.c-list_artist thead th {
  padding: 2px;
  color: #fff;
  background: #ff89b3;
  font-size: 10px;
  text-align: center;
}
.c-list_artist tbody th {
  font-weight: bold;
}
.c-list_artist tbody th span {
  font-size: 10px;
  font-weight: normal;
}
.c-list_artist tbody td {
  width: 11%;
  text-align: right;
}
.c-list_artist .link {
  text-align: center;
}
.c-list_artist .link a {
  display: inline-block;
  padding: 2px;
  width: 25px;
  height: 25px;
  background: #f2f4f6;
  border-radius: 3px;
  text-align: center;
  line-height: 25px;
}
.c-list_artist .link i {
  font-size: 18px;
}
.c-list_artist .link i:hover {
  opacity: 0.8;
}
.c-list_artist .link i.fa-home {
  color: #ff89b3;
}
.c-list_artist .link i.fa-twitter {
  color: #1da1f2;
}
.c-list_artist .link img {
  width: 20px;
  vertical-align: top;
}

/* 検索条件 */
.c-search_condition {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}
.c-search_condition .c-search_condition_box {
  padding: 15px 10px;
}
.c-search_condition dl {
  display: inline-block;
  line-height: 1.6;
}
.c-search_condition dt {
  display: inline-block;
  font-weight: bold;
}
.c-search_condition dd {
  display: inline;
  padding: 0 25px 0 0;
}
.c-search_condition dd:before {
  content: "：";
}
.c-search_condition .error {
  padding: 10px;
  color: #e52e6e;
  font-size: 14px;
  line-height: 1.3;
}
.c-search_condition .nodata {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.c-search_condition .link {
  padding: 10px;
}
.c-search_condition .link a {
  color: #ff89b3;
}
.c-search_condition .link a:hover {
  color: #e52e6e;
}
.c-search_condition .link i {
  margin-right: 5px;
}

/* 右ブロック（バナー） */
.c-list_banner {
  width: 300px;
  margin: 0 auto;
}
.c-list_banner a {
  display: block;
  margin: 0 0 10px;
}

/* おすすめの作品一覧 */
.c-recommend_title {
  margin: 0 6px;
}
.c-recommend_title h1 {
  margin-bottom: 5%;
}
.c-recommend_title p {
  margin-bottom: 5%;
  line-height: 1.6;
}
.c-recommend_title p.text-right a {
  color: #ff89b3;
}
.c-recommend_title p.text-right a:hover {
  color: #e52e6e;
}

/* 最新レビュー一覧（絞り込み） */
.c-refine_review {
  margin: 6px 0 0;
  padding: 0 6px;
  background: #eee;
  border: 1px solid #eee;
  border-bottom: none;
}
.c-refine_review .form-group {
  margin: 6px 0;
}
.c-refine_review .control-label {
  padding: 12px 0 0;
}

/* 表題作 ----------------------------------- */
.c-story .c-story_vs {
  width: 96%;
  margin: 6px auto;
  padding: 6px;
  background: #eee;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.c-story .c-story_vs:before, .c-story .c-story_vs:after {
  top: 20px;
}
.c-story .c-story_vs p {
  padding: 7px 5px;
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
}
.c-story .c-story_vs p .type {
  display: table-cell;
}
.c-story .c-story_vs p .type .icon {
  display: inline-block;
  padding: 2px;
  color: #fff;
  background: #ff89b3;
  border-radius: 3em;
  font-weight: normal;
  line-height: 1;
}
.c-story .c-story_vs p .chara {
  display: table-cell;
  padding-left: 3px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* 説明テキスト */
  .c-description01 {
    padding: 10px 5px 0;
  }

  /* カテゴリリンク */
  .c-category01 ul {
    width: 100%;
    margin: 0;
  }

  /* カップリング検索 */
  .c-search_coupling {
    margin: 25px 0 40px;
  }
  .c-search_coupling .control-label {
    margin-bottom: 0;
  }
  .c-search_coupling .form-control {
    margin: 0;
  }
  .c-search_coupling .cross {
    margin: 0 5px;
  }
  .c-search_coupling .cross [class^="col-"],
  .c-search_coupling .cross [class*="col-"] {
    padding-right: 0 !important;
  }

  /* ランキング */
  .c-refine_ranking .c-refine_select {
    width: 85%;
  }
  .c-refine_ranking .c-refine_select .c-refine_list {
    width: 142%;
    margin-right: -42%;
  }
  .c-refine_ranking .c-list_layout {
    width: 15%;
    padding: 14px 0;
  }
  .c-refine_ranking .c-list_layout .c-layout_btn div {
    cursor: pointer;
  }
  .c-refine_ranking .c-list_layout .c-layout_btn div i {
    margin: 0 8px;
  }
  .c-refine_ranking .c-list_layout .c-layout_btn div:hover i {
    color: #ff70a3;
  }
  .c-refine_ranking .c-list_layout .c-layout_btn div.active:hover i {
    color: #ff89b3;
  }

  /* 絞り込み（50音） */
  .c-refine_author {
    display: table;
    width: 100%;
    padding: 0;
  }
  .c-refine_author .c-refine_50sound {
    display: table-cell;
    width: 47%;
    margin: 0;
    padding-right: 3%;
    vertical-align: top;
  }
  .c-refine_author .c-refine_abc {
    display: table-cell;
    width: 47%;
    padding-left: 3%;
    vertical-align: top;
  }
  .c-refine_author li.c-refine_other {
    width: 40%;
    margin-top: 36px;
  }
  .c-refine_author a {
    font-size: 17px;
  }

  /* 作家一覧（単体） */
  .c-list_artist {
    width: 100%;
  }
  .c-list_artist thead th {
    padding: 3px 1px;
    font-size: 12px;
  }
  .c-list_artist .link {
    width: 6%;
  }

  /* おすすめの作品一覧 */
  .c-recommend_title {
    margin: 0;
  }
  .c-recommend_title h1 {
    margin-bottom: 20px;
  }
  .c-recommend_title p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  /* 最新レビュー一覧（絞り込み） */
  .c-refine_review {
    margin: 15px 0 0;
    padding: 0 15px;
  }
  .c-refine_review .form-group {
    margin: 10px 0;
  }
  .c-refine_review .control-label {
    padding: 10px 0 0;
  }

  /* 表題作 ----------------------------------- */
  .c-story .c-story_vs {
    padding: 15px 10px;
  }
  .c-story .c-story_vs:before, .c-story .c-story_vs:after {
    top: 36px;
  }
  .c-story .c-story_vs p {
    padding: 10px;
    font-size: 14px;
  }
  .c-story .c-story_vs p .type .icon {
    padding: 4px;
  }
  .c-story .c-story_vs p .chara {
    padding-left: 10px;
  }
}
/* @media */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* 検索条件 */
  .c-search_condition {
    margin: 0 0 10px;
    padding: 0 0 20px;
  }

  .c-list_grid:nth-child(3n) .c-book_add .c-book_add_wrap {
    left: 0;
  }
}
/* @media */
/* Large devices (large desktops, 1200px and up) */
/* @media */
