@charset "UTF-8";

/* common_setting
------------------------------*/
.contentsWrapper {
  width: 990px;
  margin: 10px auto 0;
  padding-bottom: 1px;
  background: #fff;
}
.contentsArea {
  display: block;
  width: 770px;
  float: right;
  background: #fff;
  line-height: 1.35;
  -webkit-text-size-adjust: 100%;
}
.contentsArea * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentsArea ul,
.contentsArea ol {
  list-style: none;
}
.underline {
  text-decoration: underline;
}

/* form
-------------------------------------------- */
.contentsArea form {
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
.contentsArea input,
.contentsArea input:focus,
.contentsArea select,
.contentsArea select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #666;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.25;
}
.contentsArea select::-ms-expand {/*IE*/
  display: none;
}
.contentsArea input::-ms-clear {/*IE*/
  display: none;
}
.contentsArea input::-ms-reveal {/*IE*/
  display: none;
}
.contentsArea input[type="text"],
.contentsArea input[type="text"]:focus,
.contentsArea select,
.contentsArea select:focus {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.contentsArea input:-internal-autofill-selected,
.contentsArea select:-internal-autofill-selected {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.contentsArea input::placeholder {
  color: #999;
  font-size: 14px;
}

/* pageTitle
------------------------------*/
.contentsArea .pageTitle {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 28px;
  line-height: 28px;
}
.contentsArea .pageTitle .title {
  display: inline-block;
  height: 22px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 1px;
}

/* topBannerArea
------------------------------*/
.contentsArea .topBannerArea {
  margin-bottom: 10px;
}
.contentsArea .topBannerArea img {
  width: 770px;
  height: auto;
}

/* naviMainArea
------------------------------*/
.contentsArea .naviMainArea {
  margin: 13px 0 10px;
}
.contentsArea .naviMainArea ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.contentsArea .naviMainArea li {
  display: table-cell;
  text-align: center;
  padding-left: 2%;
}
.contentsArea .naviMainArea li:first-child {
  padding-left: 0;
}
.contentsArea .naviMainArea li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  color: #333;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
}
.contentsArea .naviMainArea li a:hover {
  background: #fff;
}
.contentsArea .naviMainArea li.selected a,
.contentsArea .naviMainArea li.selected a:hover {
  border: 1px solid #ffa218;
  background: #ffa218;
  font-weight: bold;
  color: #fff;
}

/* secArea
------------------------------*/
.contentsArea .secArea {
  background: #fff;
  margin: 20px 10px 0 10px;
  padding-bottom: 13px;
}
.contentsArea .secTitle {
  padding: 13px 0 10px;
  background: #fff;
  text-align: left;
}
.contentsArea .secTitle .title {
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  font-weight: bold;
  color: #333;
}
.contentsArea .secTitle .title .season {
  font-weight: bold;
  padding-right: .5em;
}
.contentsArea .articleArea {
  border-top: 1px solid #ccc;
  padding: 15px 0 20px;
}
.contentsArea .articleArea.area01 {
  border: none;
  padding: 0 0 20px;
}
.contentsArea .articleArea .noData p {
  font-size: 14px;
  text-align: left;
}
.contentsArea .itemBlock {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.contentsArea .itemBlock .item {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 4px;
}
.contentsArea .itemBlock .item.thumBox {
  width: 135px;
  text-align: center;
  padding-right: 7px;
}
.contentsArea .itemBlock .thumBox a {
  display: block;
}
.contentsArea .itemBlock .genreName {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  background: #fff;
  color: #0185E5;
  border: 1px solid #0185E5;
  border-radius: 3px;
  font-size: 12px;
  font-feature-settings: "palt";
  text-align: center;
  text-decoration: none;
}
.contentsArea .itemBlock .genreName.hq {
  letter-spacing: -2px;
}
.contentsArea .itemBlock .thumBox img {
  width: 100%;
  height: auto;
}
.contentsArea .itemBlock .thumbnail img {
  border: 1px solid #eee;
}
.contentsArea .itemBlock .thumBox.con img {
  max-width: 125px;
}
.contentsArea .itemBlock .thumBox .mark {
  text-align: center;
  vertical-align: middle;
}
.contentsArea .itemBlock .thumBox .mark img.logo {
  width: auto;
  height: 26px;
  vertical-align: bottom;
}
.contentsArea .itemBlock .thumBox .mark img.link {
  width: auto;
  height: 18px;
  margin-left: 4px;
}
.contentsArea .itemBlock .item.infoBox {
  text-align: left;
}
.contentsArea .itemBlock .titleName {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
  word-break: break-word;
}
.contentsArea .itemBlock .titleName a {
  color: #333;
}
.contentsArea .itemBlock .authorName {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  height: 17px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contentsArea .itemBlock .authorName a {
  color: #666;
}
.contentsArea .itemBlock .campain {
  margin: 3px 0;
}
.contentsArea .itemBlock .campain .mark {
  display: inline-block;
  line-height: 19px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ff5722;
  color: #ff5722;
  margin: 0 4px 0 0;
}
.contentsArea .itemBlock .introduction {
  display: block;
  max-height: 100px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0;
}
.contentsArea .itemBlock .btnBlock {
  display: inline-block;
  width: 199px;
  text-align: right;
  margin-top: 8px;
}
.contentsArea .itemBlock .btnBlock .btn {
  display: inline-block;
  width: 97px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f6f6f6));
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
}
.contentsArea .itemBlock .btnBlock .btn:hover {
  opacity: .7;
  text-decoration: none;
}
.contentsArea .itemBlock .btnBlock .btn + .btn {
  margin-left: 5px;
}
.contentsArea .itemBlock .item.komaBlock {
  width: 337px;
  padding-left: 7px;
}
.contentsArea .itemBlock .komaBlock a {
  display: block;
}
.contentsArea .itemBlock .komaBlock img {
  width: 100%;
  height: auto;
}
.contentsArea .seriesBlock {
  margin: 6px 7px 0;
  font-size: 14px;
  text-align: left;
}
.contentsArea .seriesBlock a {
  color: #0066c0;
}
.contentsArea .seriesBlock img.logo {
  width: auto;
  height: 16px;
}
.contentsArea .seriesBlock img.link {
  margin-left: 3px;
  width: auto;
  height: 12px;
  vertical-align: middle;
}
.contentsArea .seriesBlock .tverLink {
  text-decoration: underline;
  font-size: 18px;
}
.contentsArea .seriesBlock .tverLink img.logo {
  height: 26px;
  width: auto;
  vertical-align: bottom;
  margin: 0 6px 0 0;
}
.contentsArea .seriesBlock .tverLink img.link {
  width: auto;
  height: 18px;
  margin-left: 6px;
}

/* mediaInfoArea
------------------------------*/
.contentsArea .mediaInfoArea {
  margin: 10px 0 0;
  text-align: left;
}
.contentsArea .mediaInfoArea input {
  display: none;
}
.contentsArea .mediaInfoBlock .infoTitle {
  display: block;
  position: relative;
  margin: 0 7px 5px;
}
.contentsArea .mediaInfoBlock .infoTitle .mark {
  display: block;
  width: 6em;
  height: 17px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff4e8;
  color: #f70;
  border: 1px solid #f70;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.contentsArea .mediaInfoBlock .infoTitle p {
  text-indent: 5.5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}
.contentsArea .mediaInfoBlock .infoText {
  display: block;
  max-height: 80px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  padding: 0 8px;
  overflow: hidden;
}
.contentsArea .mediaInfoBlock .infoText.all,
.contentsArea .readMore:checked ~ .infoText {
  height: auto;
  max-height: none;
}
.contentsArea .mediaInfoBlock .infoText p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.contentsArea .mediaInfoBlock .infoText .sTitle {
  font-weight: bold;
  text-indent: -0.5em;
}
.contentsArea .mediaInfoBlock .readMoreText {
  display: block;
  color: #08C;
  font-size: 12px;
  text-decoration: none;
  padding: 2px 8px 0;
  cursor: pointer;
}
.contentsArea .mediaInfoBlock .readMoreText p {
  color: #08C;
  font-size: 14px;
}
.contentsArea .mediaInfoBlock .readMoreText p:after {
  content: "▼";
  display: inline;
}
.contentsArea .readMore:checked ~ .readMoreText {
  display: none;
}
.contentsArea #staff_recommend {
  display: none;
}
.contentsArea .readMore:checked ~ #staff_recommend {
  display: block;
}
.contentsArea #staff_recommend .staff_recommend_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}
.contentsArea .mediaInfoBlock .infoText + #staff_recommend {
  padding-top: 12px;
}
.contentsArea #staff_recommend .recommend_view {
  display: block;
  margin: 0 8px;
  font-size: 12px;
  line-height: 17px;
  background: #fff;
}
.contentsArea #staff_recommend .recommend_view + .recommend_view {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.contentsArea #staff_recommend .staff_reco_detail {
  padding: 4px 0 10px;
}
.contentsArea #staff_recommend .staff_reco_title {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.contentsArea #staff_recommend .staff_reco_name {
  font-size: 14px;
  padding: 3px 0px 5px;
}
.contentsArea #staff_recommend .staff_reco_txt {
  clear: both;
  margin-block-start: 0em;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.contentsArea #staff_recommend .recommend_list_link {
  display: block;
}
.contentsArea #staff_recommend .recommend_list_link a {
  display: block;
  position: relative;
  width: 440px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #ff5722;
  border-radius: 3px;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  color: #ff5722;
  text-decoration: none;
}
.contentsArea #staff_recommend .recommend_list_link a:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #ff5722;
  border-right: 2px solid #ff5722;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* seasonLink
------------------------------*/
.contentsArea .secArea.seasonList {
  text-align: left;
}
.contentsArea .genreSelectBtn {
  display: inline-block;
  min-width: 120px;
  margin: 0 0 13px 12px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.contentsArea .genreSelectBtn p {
  font-size: 14px;
}
.contentsArea .seasonList .changeGenre1:checked ~ .genreSelect1,
.contentsArea .seasonList .changeGenre2:checked ~ .genreSelect2,
.contentsArea .seasonList .changeGenre3:checked ~ .genreSelect3 {
  background: #ffa218;
  border: 1px solid #ffa218;
}
.contentsArea .seasonList .changeGenre1:checked ~ .genreSelect1 p,
.contentsArea .seasonList .changeGenre2:checked ~ .genreSelect2 p,
.contentsArea .seasonList .changeGenre3:checked ~ .genreSelect3 p {
  font-weight: bold;
  color: #fff;
}
.contentsArea .seasonList .changeGenre1:checked ~ .byGenre.genre0,
.contentsArea .seasonList .changeGenre2:checked ~ .byGenre.genre1,
.contentsArea .seasonList .changeGenre3:checked ~ .byGenre.genre2 {
  display: block !important;
}
.contentsArea .seasonLink {
  display: block;
  height: 100px;
  text-align: left;
  overflow: hidden;
}
.contentsArea .seasonLink ul {
  margin-bottom: 5px;
}
.contentsArea .seasonLink li {
  display: table-cell;
  width: 90px;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 20px;
  height: 18px;
  text-align: center;
  margin-bottom: 7px;
  border-left: 1px solid #ccc;
}
.contentsArea .seasonLink li:first-child {
  border-left: none;
}
.contentsArea .seasonLink li .noData {
  text-decoration: none;
  color: #ccc;
}
.contentsArea .seasonList input {
  display: none;
}
.contentsArea .openSeasonLink:checked ~ .seasonLink {
  height: auto;
}
.contentsArea .openSeasonLink:checked ~ .readMoreText {
  display: none;
}
.contentsArea .seasonList .readMoreText {
  display: block;
  width: 240px;
  margin: 2px auto 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  color: #666;
  cursor: pointer;
}
.contentsArea .seasonList .readMoreText p {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
  color: #666;
  font-size: 14px;
}
.contentsArea .seasonList .readMoreText p:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  top: 50%;
  right: -5px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* ckeckLink bottomLinks
------------------------------*/
.contentsArea .bottomLinks {
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contentsArea .bottomLinks li {
  float: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.contentsArea .bottomLinks.three li {
  width: 33.333%;
}
.contentsArea .bottomLinks li a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 0;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}
.contentsArea .bottomLinks li a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* naviBottomArea
------------------------------*/
.contentsArea .naviBottomArea {
  margin: 20px 10px;
}
.contentsArea .naviBottomArea ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.contentsArea .naviBottomArea li {
  display: table-cell;
  text-align: center;
  padding-left: 2%;
}
.contentsArea .naviBottomArea li:first-child {
  padding-left: 0;
}
.contentsArea .naviBottomArea li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  color: #333;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
}
.contentsArea .naviBottomArea li a:hover {
  background: #fff;
}
.contentsArea .naviBottomArea li.selected a,
.contentsArea .naviBottomArea li.selected a:hover {
  border: 1px solid #ffa218;
  background: #ffa218;
  font-weight: bold;
  color: #fff;
}

.contentsArea .pagination {
  height: 65px;
}
/* recommend #_recommend_lazyload_box_01
------------------------------*/
#_recommend_lazyload_box_01 {
  margin: 20px 10px;
}
