@charset "utf-8";

/* reset */
html{
  overflow-y: scroll;
}
html, body{
  height: 100%;
  font-size: 12px;
}
body{
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background: #fff;
  color: #333;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
}
body * {
  font-feature-settings: "palt";
}
html, body, header, footer, article, aside, section, div, a, abbr, acronym, address, applet, audio, b, big, blockquote, canvas, caption, center, cite, code, del, details, dialog, dfn, em, embed, fieldset, form, figure, figcaption, hgroup, hr, iframe, img, ins, i, kbd, label, legend, main, menu, mark, nav, object, output, p, pre, q, ruby, s, samp, small, strike, strong, sub, sup, summary, span, table, tbody, tr, th, td, tt, tfoot, thead, time, u, var, video, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, summary, menu, nav, section{
  display: block;
}
html, body, header, footer, article, aside, section, div, address, blockquote, caption, details, dialog, fieldset, form, figure, figcaption, hgroup, hr, iframe, main, nav, p, pre, ruby, summary, table, tbody, tr, th, td, tt, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li{
  font-size: 12px;
}
input, button, textarea, select{
  font: inherit;
  color: inherit;
  vertical-align: middle;
}
input,textarea,select{
  font-family:メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  vertical-align:middle;
}
a, button, label, select{
  cursor: pointer;
}
:disabled{
  cursor: not-allowed;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
p, h1, h2, h3, h4, h5, h6{
  overflow-wrap: break-word;
}
.font_8{
  font-size: 10px;
}
.font_10{
  font-size:10px
}
.font_12{
  font-size:12px
}
.font_14{
  font-size:14px
}
.font_16{
  font-size:16px
}
.font_18{
  font-size:18px
}
.font_20{
  font-size:20px
}
.font_24{
  font-size:24px
}
.font_26{
  font-size:26px
}
.w_b {
  font-weight:bold;
}
.color_yl{
  color:#ff0;
}
.color_rd{
  color:#f03;
}
.color_pk{
  color:#f36;
}
.color_or{
  color:#f60;
}
.color_bl{
  color:#06f;
}
.color_w, .color_wh{
  color:#fff;
}
.color_bk{
  color:#000;
}
.color_g, .color_gr{
  color:#090;
}
ol, ul, li{
  list-style: none;
}
blockquote, q{
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
  content: "";
  content: none;
}
hr{
  margin: 0;
}
.dips_bl{
  display:block;
}
.dips_no{
  display:none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  border-padding:0;
  empty-cells:show;
}
img{
  vertical-align: middle;
  border: 0;
}
.clearfix:after,
.clfix:after{
  content: "";
  display: block;
  clear: both;
}
a{
  color: #333;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
a:hover{
  color: #005580;
  text-decoration: underline;
}
a:hover img{
  opacity: .7;
}
.underline{
  text-decoration: underline;
}
.v-top{
  vertical-align:top;
}
.v-center{
  vertical-align:middle;
}
.v-bottom{
  vertical-align:bottom;
}
.h-center{
  text-align:center;
}
.h-left{
  text-align:left;
}
.h-right{
  text-align:right;
}
.margin_2 {
  margin:2px;
}
.margin_top2 {
  margin-top:2px;
}
.margin_bottom2 {
  margin-bottom:2px;
}
.margin_right2 {
  margin-right:2px;
}
.margin_left2 {
  margin-left:2px;
}
.margin_3 {
  margin:2px;
}
.margin_top3 {
  margin-top:3px;
}
.margin_bottom3 {
  margin-bottom:3px;
}
.margin_right3 {
  margin-right:3px;
}
.margin_left3 {
  margin-left:3px;
}
.margin_5 {
  margin:5px;
}
.margin_top5 {
  margin-top:5px;
}
.margin_bottom5 {
  margin-bottom:5px;
}
.margin_right5 {
  margin-right:5px;
}
.margin_left5 {
  margin-left:5px;
}
.margin_10 {
  margin:10px;
}
.margin_top10 {
  margin-top:10px;
}
.margin_bottom10 {
  margin-bottom:10px;
}
.margin_right10 {
  margin-right:10px;
}
.margin_left10 {
  margin-left:10px;
}
.margin_top20 {
  margin-top:20px;
}
.margin_bottom20 {
  margin-bottom:20px;
}
.margin_top30 {
  margin-top:30px;
}
.margin_bottom30 {
  margin-bottom:30px;
}
.padding3 {
  padding:3px;
}
.padding_top3 {
  padding-top:3px;
}
.padding_bottom3 {
  padding-bottom:3px;
}
.padding_right3 {
  padding-right:3px;
}
.padding_left3 {
  padding-left:3px;
}
.padding_5 {
  padding:5px;
}
.padding_top5 {
  padding-top:5px;
}
.padding_bottom5 {
  padding-bottom:5px;
}
.padding_right5 {
  padding-right:5px;
}
.padding_left5 {
  padding-left:5px;
}

/* layout
-----------------------------------------------*/
.contentsWrapper {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.contentsWrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentsArea {
  float: right;
  width: 770px;
}

/* sideNaviArea
-----------------------------------------------*/
#sideNaviArea *,
#sideNaviArea *:before,
#sideNaviArea *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sideNaviArea {
  float: left;
  width: 182px;
  text-align: left;
}
#sideNaviArea .naviBlock + .naviBlock {
  margin-top: 20px;
}
#sideNaviArea .naviBlock.navBanner + .naviBlock.navBanner {
  margin-top: 8px;
}
#sideNaviArea .navBanner a {
  display: block;
}
#sideNaviArea .navBanner a + a {
  margin-top: 8px;
}
#sideNaviArea .navBanner img {
  width: 100%;
  height: auto;
}
#sideNaviArea .naviBlock .title {
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 6px;
  padding-left: .3em;
}
#sideNaviArea .linkArea {
  line-height: 2;
}
#sideNaviArea .linkArea li {
  padding: 0 .3em;
}
#sideNaviArea .linkArea a {
  display: block;
  color: #333;
  font-size: 12px;
}
#sideNaviArea .linkArea .mark {
  padding-left: 1.3em;
  position: relative;
}
#sideNaviArea .linkArea .mark + .linkTitle {
  border-top: 1px solid #d4d4d4;
  margin-top: 6px;
  padding-top: 6px;
}
#sideNaviArea .linkArea .child:before {
  display: block;
  content: "└";
  position: absolute;
  top: 1px;
  left: 0;
}
#sideNaviArea .linkArea .mark .check:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 2px 0 5px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ff8c2f;
}
#sideNaviArea .linkArea .mark .list:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 2px 0 5px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #777;
}
#sideNaviArea .linkArea + .moreLink {
  border-top: 1px solid #d4d4d4;
  margin-top: 6px;
  padding-top: 6px;
}
#sideNaviArea .moreLink {
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
#sideNaviArea .moreLink a {
  color: #ff6600;
}
#sideNaviArea .naviBlock .sub_title {
  padding: 0 .3em;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
}
#sideNaviArea .naviBlock ul + .sub_title {
  margin-top: 5px;
  border-top: 1px solid #eee;
  padding-top: 5px;
  height: 31px;
}
#sideNaviArea .btnNewRegist {
  background: #fffbe9;
  border: 1px solid #ffbc58;
  border-radius: 3px;
  padding: 8px 0 10px;
  text-align: center;
}
#sideNaviArea .btnNewRegist.new2 {
  padding: 10px 0 4px;
}
#sideNaviArea .btnNewRegist .text {
  margin: 0 auto 3px;
  font-size: 10px;
}
#sideNaviArea .btnNewRegist .registBtn {
  display: block;
  width: 90%;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  background: #f90;
  border: 1px solid #f90;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#sideNaviArea .btnNewRegist .link {
  margin-top: 6px;
}
#sideNaviArea .naviBlock.navMagazineLogo li {
  display: flex;
}
#sideNaviArea .naviBlock.navMagazineLogo li a {
  width: 49%;
  padding: 2px 0;
}
#sideNaviArea .naviBlock.navMagazineLogo li a + a {
  margin-left: 2%;
}
#sideNaviArea .naviBlock.navMagazineLogo ul + .moreLink {
  border-top: 1px solid #d4d4d4;
  margin-top: 6px;
  padding-top: 6px;
}
#sideNaviArea .naviBlock.btnQuestionnaire {
  display: block;
  background: #fffaf2;
  border: 1px solid #ffb630;
  border-radius: 3px;
}
#sideNaviArea .naviBlock.btnQuestionnaire a {
  display: block;
  padding: 6px;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
}
#sideNaviArea .naviBlock.btnQuestionnaire a + a {
  border-top: 1px solid #ffb630;
}
#sideNaviArea .naviBlock.btnQuestionnaire .btn_text {
  font-weight: bold;
}

/* pageTitle
-----------------------------------------------*/
.contentsArea .pageTitle {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 28px;
  line-height: 28px;
}
.contentsArea .pageTitle .titleTxt {
  display: inline-block;
  height: 22px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 1px;
}
.contentsArea .pageTitle .titleSeo {
  display: inline-block;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  padding-left: 15px;
}

/* swiper
-----------------------------------------------*/
.contentsArea .swiper-wrapper {
  height: auto;
  padding-bottom: 1px;
}

/* topBanner
-----------------------------------------------*/
.contentsArea .upperBannerArea img {
  width: 770px;
  height: 320px;
}
.contentsArea .topBanner .swiper-container {
  padding-bottom: 15px;
}
.contentsArea .topBanner .swiper-pagination.swiper-pagination-bullets {
  bottom: 2px !important;
}
.contentsArea .topBanner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 3px;
  width: 15px;
  height: 3px;
}
.contentsArea .topBanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff9900;
}

/* information
-----------------------------------------------*/
.contentsArea .information {
  width: 740px;
  margin: 15px auto;
}
.contentsArea .information a {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .information a:hover{
  background: #fffdf5;
}
.contentsArea .information.creca a,
.contentsArea .information.creca a:hover{
  background: #fff8f9;
}
.contentsArea .information span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}
.contentsArea .information .info_text{
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.4;
}
.contentsArea .information .no_read{
  width: 4em;
  text-align: center;
}
.contentsArea .information .info_cnt {
  display: inline-block;
  padding: 0 4px;
  background: #f00;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}






/* contentsArea Common
-----------------------------------------------*/
.contentsArea .secArea .secTitle {
  display: block;
  position: relative;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.contentsArea .secArea .secTitle a {
  display: block;
  text-decoration: none;
}
.contentsArea .secArea .secTitle a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .secArea .secTitle .titleTxt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.contentsArea .secArea .secTitle .rightLinkMore {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  padding-right: 15px;
}
.contentsArea .secArea .secTitle .titleSeo {
  display: inline-block;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  padding-left: 15px;
}
.contentsArea .secArea .seoTxt {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  color: #777;
}
.contentsArea .secArea .seoTxt .title {
  font-size: 11px;
  color: #777;
}
.contentsArea .secArea .secSubTitle {
  display: block;
  position: relative;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 30px;
  line-height: 30px;
}
.contentsArea .secArea .secSubTitle a {
  display: block;
  text-decoration: none;
}
.contentsArea .secArea .secSubTitle a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #ff8c2f;
  border-right: 2px solid #ff8c2f;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .secArea .secSubTitle .titleTxt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ff8c2f;
}
.contentsArea .secArea .secSubTitle .rightLinkMore {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #ff8c2f;
  font-weight: bold;
  padding-right: 15px;
}
.contentsArea .secArea .sliderTitleArea +  .secSubTitle {
  margin-top: 20px;
}

/* .resBox
-----------------------------------------------*/
.contentsArea .resBox {
  width: 752px;
  margin: 0 auto;
}
.contentsArea .resBox.cells4 {
  width: 748px;
}
.contentsArea .resBox.sliderTitleArea {
  width: 746px;
  margin: 0 15px 0 auto;
}
.contentsArea .resBox ul + ul {
  margin-top: 20px;
}
.contentsArea .resBox li {
  display: block;
  width: 16.666%;
  float: left;
  padding: 0 6px;
  margin-top: 20px;
}
.contentsArea .resBox.cells7 li {
  width: 14.2857%;
}
.contentsArea .resBox.cells6 li {
  width: 16.666%;
}
.contentsArea .resBox.cells5 li {
  width: 20%;
}
.contentsArea .resBox.cells4 li {
  width: 25%;
  padding: 0 4px;
}
.contentsArea .resBox .swiper-slide {
  width: 20%;
  padding: 0 6px 1px;
}
.contentsArea .resBox.cells7 li:nth-child(-n+7),
.contentsArea .resBox.cells6 li:nth-child(-n+6),
.contentsArea .resBox.cells5 li:nth-child(-n+5),
.contentsArea .resBox.cells4 li:nth-child(-n+4) {
  margin-top: 0;
}
.contentsArea .resBox.cells7 li:nth-child(7n+1),
.contentsArea .resBox.cells6 li:nth-child(6n+1),
.contentsArea .resBox.cells5 li:nth-child(5n+1),
.contentsArea .resBox.cells4 li:nth-child(4n+1) {
  clear: both;
}
.contentsArea .resBox .rankNum {
  color: #f60;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  text-align: center;
  margin: 0 auto;
}
.contentsArea .resBox .rankNum a {
  color: #f60;
  text-decoration: none;
}
.contentsArea .resBox .rankNum span {
  font-size: 14px;
}
.contentsArea .resBox .rankNumGenre {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
  color: #333;
}
.contentsArea .resBox .genreName {
  margin-bottom: 6px;
}
.contentsArea .resBox .genreName a.mark.genre {
  display: block;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  height: 20px;
  line-height: 19px;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #00aae6;
  color: #0a749a;
  overflow: hidden;
}
.contentsArea .resBox .thumBox {
  position: relative;
}
.contentsArea .resBox.cells7 .thumBox {
  height: 135px;
}
.contentsArea .resBox.cells6 .thumBox {
  height: 165px;
}
.contentsArea .resBox.cells5 .thumBox {
  height: 195px;
}
.contentsArea .resBox.cells4 .thumBox {
  height: 259px;
}
.contentsArea .resBox .thumBox span,
.contentsArea .resBox .thumBox a {
  display: block;
  position: relative;
}
.contentsArea .resBox.cells7 .thumBox a {
  height: 132px;
}
.contentsArea .resBox.cells6 .thumBox a {
  height: 162px;
}
.contentsArea .resBox.cells5 .thumBox a {
  height: 192px;
}
.contentsArea .resBox.cells4 .thumBox a {
  height: 255px;
}
.contentsArea .resBox .camMark {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 11px;
  z-index: 1;
}
.contentsArea .resBox .camMark.new {
  background: #ec1e0d;
  color: #fff;
}
.contentsArea .resBox .thumBox img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .resBox .thumBox img.precede {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  border: none;
  opacity: .8;
  z-index: 1;
}
.contentsArea .resBox img.plusMore {
  border: none;
}
.contentsArea .resBox .titleName {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
}
.contentsArea .resBox .titleName a {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  font-feature-settings: "palt";
}
.contentsArea .resBox .authorName {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
  color: #767676;
}
.contentsArea .resBox .authorName a {
  color: #767676;
  font-size: 10px;
  line-height: 17px;
  font-feature-settings: "palt";
}
.contentsArea .resBox .reviewNum {
  display: block;
  text-align: center;
  height: 16px;
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
}
.contentsArea .resBox .reviewNum span {
  color: #f60;
}
.contentsArea .resBox .reviewStar {
  display: block;
  text-align: center;
  font-size: 12px;
  font-feature-settings: "palt";
}
.contentsArea .resBox .reviewStar img {
  height: 13px;
}
.contentsArea .resBox .btnBox {
  margin: 0 auto;
}
.contentsArea .resBox .btnBox a {
  display: block;
  width: 100%;
  height: 28px;
  margin: 6px auto 0;
  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: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .resBox .btnBox a:hover {
  background: #fff;
}
.contentsArea .resBox .btnBox a.btn01 {
  background: #fbda37;
  border: 1px solid #d8c90f;
  color: #5c4d31;
}
.contentsArea .resBox .btnBox a.btn01:hover {
  background: #fbda37;
  opacity: .7;
}

/* .bottomLinks
-----------------------------------------------*/
.contentsArea .bottomLinks {
  width: 740px;
  margin: 0 auto;
}
.contentsArea .bottomLinks li {
  float: left;
  width: 33.33%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.contentsArea .bottomLinks.cells3 li {
  width: 33.33%;
}
.contentsArea .bottomLinks.cells3 li:nth-child(-n+3) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells3 li:nth-child(3n+3),
.contentsArea .bottomLinks.cells3 li:last-child {
  border-right: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells2 li {
  width: 50%;
}
.contentsArea .bottomLinks.cells2 li:nth-child(-n+2) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells2 li:nth-child(2n+2),
.contentsArea .bottomLinks.cells2 li:last-child {
  border-right: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells4 li {
  width: 25%;
}
.contentsArea .bottomLinks.cells4 li:nth-child(-n+4) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells4 li:nth-child(4n+4),
.contentsArea .bottomLinks.cells4 li:last-child {
  border-right: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells7 li {
  width: 14.285%;
}
.contentsArea .bottomLinks.cells7 li:nth-child(-n+7) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells7 li:nth-child(7n+7),
.contentsArea .bottomLinks.cells7 li:last-child {
  border-right: 1px solid #ddd;
}
.contentsArea .bottomLinks.cells7 li a.img {
  width: 100%;
  height: 151px;
  line-height: 1.5;
}
.contentsArea .bottomLinks.cells7 li a.txt {
  padding-right: 15px;
  overflow: hidden;
  font-size: 12px;
}
.contentsArea .bottomLinks.cells7 li .title {
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.contentsArea .bottomLinks.cells7 li figure {
  height: 125px;
}
.contentsArea .bottomLinks.cells7 li img {
  max-width: 90%;
  max-height: 120px;
}
.contentsArea .bottomLinks li a {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 37px;
  font-size: 13px;
  text-decoration: none;
  font-feature-settings: "palt";
}
.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);
}
.contentsArea .bottomLinks li a:hover {
  background: #fffdf5;
}
.contentsArea .bottomLinks li a.img:after {
  display: none;
}
.contentsArea .bottomLinks li a.img:hover {
  background: transparent;
}

/* bottomBtns
-----------------------------------------------*/
.contentsArea .bottomBtns {
  margin: 0 auto;
}
.contentsArea .bottomBtns + .bottomBtns {
  margin-top: 10px;
}
.contentsArea .bottomBtns a {
  display: block;
  position: relative;
  width: 430px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
}
.contentsArea .bottomBtns a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .bottomBtns a:hover {
  background: #fffdf5;
}
.contentsArea .bottomBtns.cells2 {
  width: 760px;
}
.contentsArea .bottomBtns.cells2 a {
  width: 360px;
  float: left;
  margin: 0 10px;
}

/* .bottomLinkBtns
-----------------------------------------------*/
.contentsArea .bottomLinkBtns {
  margin: 0 auto;
}
.contentsArea .bottomLinkBtns li {
  display: block;
  width: 430px;
  margin: 0 auto;
}
.contentsArea .bottomLinkBtns li a {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
}
.contentsArea .bottomLinkBtns li a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .bottomLinkBtns li a:hover {
  background: #fffdf5;
}
.contentsArea .bottomLinkBtns.cells2 {
  width: 760px;
}
.contentsArea .secArea .bottomLinkBtns.cells2 li {
  width: 360px;
  float: left;
  margin: 0 10px;
}
.contentsArea .secArea .bottomLinkBtns.cells2 li:nth-child(n+3) {
  margin-top: 10px;
}

/* sliderBannerArea swiper
-----------------------------------------------*/
.contentsArea .sliderBannerArea {
  width: 744px;
  margin: 0 auto;
}
.contentsArea .sliderBannerArea .swiper-slide,
.contentsArea .sliderBannerArea.cells3 .swiper-slide {
  width: 33.33%;
  padding: 0 2px;
}
.contentsArea .sliderBannerArea.cells4 .swiper-slide {
  width: 25%;
}
.contentsArea .sliderBannerArea.cells2 .swiper-slide {
  width: 50%;
}
.contentsArea .sliderBannerArea .swiper-slide a {
  display: block;
  margin: 0 auto;
}
.contentsArea .sliderBannerArea img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

/* imgBannerAreaWide
-----------------------------------------------*/
.contentsArea .imgBannerAreaWide {
  width: 770px;
  margin: 0 auto;
}
.contentsArea .imgBannerAreaWide a {
  display: block;
  width: 189px;
  float: left;
}
.contentsArea .imgBannerAreaWide a:first-child-child,
.contentsArea .imgBannerAreaWide a:last-child {
  width: 190px;
}
.contentsArea .imgBannerAreaWide a + a {
  margin-left: 4px;
}
.contentsArea .imgBannerAreaWide img {
  width: 100%;
  height: auto;
}

/* imgBannerArea
-----------------------------------------------*/
.contentsArea .imgBannerArea {
  width: 744px;
  margin: 0 auto;
}
.contentsArea .imgBannerArea a {
  display: block;
  margin: 5px auto 0;
  padding: 0 2px;
}
.contentsArea .imgBannerArea.cells4 a {
  width: 25%;
  float: left;
}
.contentsArea .imgBannerArea.cells3 a {
  width: 33.33%;
  float: left;
}
.contentsArea .imgBannerArea.cells2 a {
  width: 50%;
  float: left;
}
.contentsArea .imgBannerArea.cells4 a:nth-child(-n+4),
.contentsArea .imgBannerArea.cells3 a:nth-child(-n+3),
.contentsArea .imgBannerArea.cells2 a:nth-child(-n+2) {
  margin-top: 0;
}
.contentsArea .imgBannerArea.cells4 a:nth-child(4n+1),
.contentsArea .imgBannerArea.cells3 a:nth-child(3n+1),
.contentsArea .imgBannerArea.cells2 a:nth-child(2n+1) {
  clear: both;
}
.contentsArea .imgBannerArea img {
  width: 100%;
  height: auto;
}
.contentsArea .imgBannerArea.long a {
  display: inline-block;
  padding: 0;
}

/* asideBannerArea
-----------------------------------------------*/
.contentsArea .asideBannerArea {
  margin: 15px 0;
}
.contentsArea .asideBannerArea a {
  display: inline-block;
}

/* imgBannerArea sliderBannerArea 共通
-----------------------------------------------*/
.contentsArea .imgBannerArea .bottom_txt,
.contentsArea .imgBannerArea .small_txt,
.contentsArea .sliderBannerArea .bottom_txt,
.contentsArea .sliderBannerArea .small_txt {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  padding-top: 3px;
}

/* navigate
-----------------------------------------------*/
.contentsArea .navigate {
  display: table;
  width: 746px;
  text-align: center;
  margin: 20px auto;
  border-spacing: 3px 0;
}
.contentsArea .navigate a {
  display: table-cell;
  height: 34px;
  min-width: 50px;
  line-height: 34px;
  font-size: 12px;
  background: #da4fa8;
  color: #fff;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .navigate a:first-child {
  border-radius: 3px 0 0 0;
}
.contentsArea .navigate a:last-child {
  border-radius: 0 3px 0 0;
}
.contentsArea .navigate a:hover {
  opacity: .8;
}

/* .precedeBooks
-----------------------------------------------*/
.contentsArea .precedeBooks {
  background: #fdcfd2;
  border-top: 2px solid #ff6e78;
  border-bottom: 1px solid #ff6e78;
  padding: 5px 0 20px;
  margin: 60px auto;
}
.contentsArea .precedeBooks img {
  border: none;
}
.contentsArea .secArea.precedeBooks .seoTxt .title {
  color: #555;
}
.contentsArea .precedeBooks .resBox .authorName {
  color: #333;
}
.contentsArea .precedeBooks .resBox .authorName a {
  color: #333;
}
.contentsArea .secArea.precedeBooks .bottomBtns a,
.contentsArea .secArea.precedeBooks .bottomLinkBtns a {
  border: 1px solid #ff6e78;
  color: #e01724;
}
.contentsArea .secArea.precedeBooks .bottomBtns a:after,
.contentsArea .secArea.precedeBooks .bottomLinkBtns a:after {
  border-top: 2px solid #ff6e78;
  border-right: 2px solid #ff6e78;
}
.contentsArea .secArea.precedeBooks .bottomBtns a:hover,
.contentsArea .secArea.precedeBooks .bottomLinkBtns a:hover {
  background: #fff;
  opacity: .8;
}

/* .tableBlock #staffRecommend #goodReviews 共通
-----------------------------------------------*/
.contentsArea .tableBlock {
  display: table;
  table-layout: fixed;
  width: 770px;
  margin: 0 auto;
}
.contentsArea .tableBlock .tableBlockCell {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
  text-align: center;
  padding: 6px 15px;
  border-left: 1px solid #ccc;
}
.contentsArea .tableBlock .tableBlockCell:first-child {
  border-left: none;
}
.contentsArea .tableBlock .tableBlockCell .thumBox {
  display: block;
  width: 40%;
  float: left;
}
.contentsArea .tableBlock .tableBlockCell .thumBox a {
  display: block;
  text-align: left;
}
.contentsArea .tableBlock .tableBlockCell .thumBox img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox {
  display: block;
  position: relative;
  width: 60%;
  padding: 2px 0 5px 8px;
  float: right;
  text-align: left;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .titleName a {
  color: #333;
  font-weight: bold;
  font-feature-settings: "palt";
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .authorName {
  height: 17px;
  overflow: hidden;
  color: #767676;
  font-size: 12px;
  line-height: 18px;
}
.contentsArea .tableBlock .tableBlockCell .titleInfoBox .authorName a {
  color: #767676;
  font-size: 12px;
  line-height: 18px;
  font-feature-settings: "palt";
}
.contentsArea .tableBlock .tableBlockCell .btnBox {
  width: 130px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.contentsArea .tableBlock .tableBlockCell .btnBox a {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0 auto;
  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: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .tableBlock .tableBlockCell .btnBox a:hover {
  background: #fff;
}
.contentsArea .tableBlock .tableBlockCell input.readMore {
  display: none;
}
.contentsArea .tableBlock .tableBlockCell label {
  display: block;
}
.contentsArea .tableBlock .tableBlockCell label .open,
.contentsArea .tableBlock .tableBlockCell label .close {
  color: #333;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-align: left;
  cursor: pointer;
}
.contentsArea .tableBlock .tableBlockCell label .close {
  display: none;
}
.contentsArea .tableBlock .tableBlockCell label .open:after {
  content: "▼";
  display: inline;
}
.contentsArea .tableBlock .tableBlockCell label .close:after {
  content: "▲";
  display: inline;
}
.contentsArea .tableBlock .tableBlockCell .reviewText {
  display: block;
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.contentsArea .tableBlock .tableBlockCell .reviewText br {
  display: none;
}
.contentsArea .tableBlock .tableBlockCell input.readMore:checked ~ label .reviewText {
  height: auto;
}
.contentsArea .tableBlock .tableBlockCell input.readMore:checked ~ label .open {
  display: none;    
}
.contentsArea .tableBlock .tableBlockCell input.readMore:checked ~ label .close {
  display: block;
}

/* .tableBlock #staffRecommend
-----------------------------------------------*/
.contentsArea .tableBlock.three .tableBlockCell {
  width: 33.33%;
}
.contentsArea .tableBlock.three .tableBlockCell .thumBox a {
  height: 130px;
}
.contentsArea .tableBlock.three .tableBlockCell .titleInfoBox {
  height: 130px;
}
.contentsArea .tableBlock.three .tableBlockCell .titleInfoBox .titleName {
  font-size: 13px;
  line-height: 16px;
  max-height: 64px;
  overflow: hidden;
  margin-bottom: 3px;
}
.contentsArea .tableBlock.three .tableBlockCell .titleInfoBox .titleName a {
  font-size: 13px;
  line-height: 16px;
}
.contentsArea .tableBlock .tableBlockCell .reviewBlock {
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 5px;
}
.contentsArea .tableBlock .tableBlockCell .reviewBlock .reviewTitle {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

/* .tableBlock #goodReviews * nologin
-----------------------------------------------*/
.contentsArea .tableBlock.two .tableBlockCell {
  width: 50%;
}
.contentsArea .tableBlock .tableBlockCell .rankNum {
  color: #f60;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  text-align: center;
  margin: 0 auto;
}
.contentsArea .tableBlock .tableBlockCell .rankNum span {
  font-size: 14px;
}
.contentsArea .tableBlock.two .tableBlockCell .thumBox a {
  height: 200px;
}
.contentsArea .tableBlock.two .tableBlockCell .titleInfoBox .titleName {
  font-size: 14px;
  line-height: 19px;
  height: 20px;
  overflow: hidden;
  word-break: break-all;
}
.contentsArea .tableBlock.two .tableBlockCell .titleInfoBox .titleName a {
  font-size: 14px;
  line-height: 19px;
}
.contentsArea .tableBlock.two .tableBlockCell .titleInfoBox .reviewStar {
  margin-bottom: 10px;
  font-size: 12px;
}
.contentsArea .tableBlock.two .tableBlockCell .titleInfoBox .reviewStar span {
  margin-left: 2px;
  vertical-align: text-bottom;
}
.contentsArea .tableBlock.two .tableBlockCell .titleInfoBox .reviewTitle {
  margin-top: 10px;
  color: #d00;
  font-size: 12px;
  line-height: 17px;
  height: 16px;
  overflow: hidden;
}
.contentsArea .tableBlock.two .tableBlockCell .reviewText {
  font-size: 13px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}
.contentsArea .tableBlock.two .tableBlockCell .reviewText.all {
  height: auto;
}
/*ネタばれ*/
.contentsArea .tableBlock.two .tableBlockCell .attention {
  font-size: 12px;
  font-weight: bold;
  color: #d00;
  margin-bottom: 2px;
}
.contentsArea .tableBlock.two .tableBlockCell .attention + .reviewText {
  height: 0;
}

/* prizeArea
-----------------------------------------------*/
.contentsArea .prizeTopBlock .prizeTitle {
  display: block;
  position: relative;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 34px;
  line-height: 34px;
}
.contentsArea .prizeTopBlock .prizeTitle a {
  display: block;
  text-decoration: none;
}
.contentsArea .prizeTopBlock .prizeTitle a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #4671cc;
  border-right: 2px solid #4671cc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .prizeTopBlock .prizeTitle .titleTxt {
  font-size: 18px;
  color: #4671cc;
}
.contentsArea .prizeTopBlock .prizeTitle .rightLinkMore {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #4671cc;
  font-weight: bold;
  padding-right: 15px;
}
.contentsArea .secArea.prizeArea .bottomBtns.cells2 a {
  border: 1px solid #4671cc;
  color: #3964be;
}
.contentsArea .secArea.prizeArea .bottomBtns.cells2 a:after {
  border-top: 2px solid #4671cc;
  border-right: 2px solid #4671cc;
}
.contentsArea .secArea.prizeArea .bottomBtns.cells2 a:hover {
  background: #fafafa;
}

/* #article .smallBannerText
-----------------------------------------------*/
.contentsArea .smallBannerText {
  display: table;
  width: 756px;
  margin: 0 auto;
  table-layout: fixed;
}
.contentsArea .smallBannerText + .smallBannerText {
  border-top: 1px dotted #ccc;
}
.contentsArea .smallBannerText .left_box {
  display: table-cell;
  width: 240px;
  padding: 8px;
  background: #fff;
  vertical-align: top;
}
.contentsArea .smallBannerText.top .left_box {
  padding: 3px 8px 8px;
}
.contentsArea .smallBannerText .left_box a {
  display: block;
}
.contentsArea .smallBannerText .left_box img {
  width: 224px;
  height: auto;
}
.contentsArea .smallBannerText .right_box {
  display: table-cell;
  width: 516px;
  vertical-align: top;
  text-align: left;
  padding: 10px 8px 0px 8px;
}
.contentsArea .smallBannerText.top .right_box {
  padding: 4px 8px 0 8px;
}
.contentsArea .smallBannerText .right_box .txt1 {
  font-size: 14px;
  font-weight: bold;
}
.contentsArea .smallBannerText .right_box .txt1 a {
  display: block;
  color: #555;
  text-decoration: none;
}
.contentsArea .smallBannerText .right_box .txt2 {
  padding: 5px 0;
  line-height: 20px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.contentsArea .smallBannerText .right_box .txt2 a {
  display: block;
  color: #555;
  text-decoration: none;
}

/* #magazineArea
-----------------------------------------------*/
.contentsArea .secArea .secGenreTitle {
  width: 740px;
  margin: 0 auto 2px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.contentsArea .blockLinks {
  display: table;
  table-layout: fixed;
  width: 740px;
  margin: 0 auto;
}
.contentsArea .blockLinks a {
  display: table-cell;
  width: 16.666%;
  height: 64px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-feature-settings: "palt";
}
.contentsArea .blockLinks.first a {
  border-top: 1px solid #ddd;
}
.contentsArea .blockLinks a:first-child {
  border-left: 1px solid #ddd;
}
.contentsArea .blockLinks img {
  width: 85%;
  padding: 10px 0;
}
.contentsArea .blockLinks a.txt:hover {
  background: #fffdf5;
}
.contentsArea .blockLinks .magazineName {
  display: inline-block;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  padding: 0 8px;
}
.contentsArea .blockLinks + .secGenreTitle,
.contentsArea .bottomLinks + .secGenreTitle {
  margin-top: 10px !important;
}



/* .fix5Area (recent_title & recent_c_m)★
   .fix6Area (recommendTitle)
-----------------------------------------------*/
.contentsArea .fix6Area.recommendTitle,
.contentsArea .fix5Area.recent_title,
.contentsArea .fix4Area.recent_sale,
.contentsArea .fix5Area recent_c_m,
.contentsArea .fix5Area.c_m_title {
  margin-top: 60px;
}
.contentsArea .asideBannerArea + .fix6Area + .fix6Area,
.contentsArea .asideBannerArea + .fix5Area,
.contentsArea .asideBannerArea + .fix5Area + .fix5Area,
.contentsArea .asideBannerArea + .fix4Area,
.contentsArea .asideBannerArea + .fix4Area + .fix5Area{
  margin-top: 60px;
}
.contentsArea .fix6Area .secTitle,
.contentsArea .fix5Area .secTitle,
.contentsArea .fix4Area .secTitle {
  display: block;
  position: relative;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.contentsArea .fix6Area .secTitle a {
  display: block;
  text-decoration: none;
}
.contentsArea .fix6Area .secTitle a:after,
.contentsArea .fix5Area .secTitle a:after,
.contentsArea .fix4Area .secTitle a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .fix6Area .secTitle .titleTxt,
.contentsArea .fix5Area .secTitle .title_name,
.contentsArea .fix4Area .secTitle .title_name{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.contentsArea .fix5Area .secTitle .right_top_link,
.contentsArea .fix4Area .secTitle .right_top_link{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #444;
  cursor: pointer;
}
.contentsArea .fix5Area .secTitle .right_top_link:hover,
.contentsArea .fix4Area .secTitle .right_top_link:hover {
  color: #005580;
  text-decoration: underline;
}
.contentsArea .fix6Area .secTitle .rightLinkMore {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  padding-right: 15px;
}
.contentsArea .fix6Area .seoTxt,
.contentsArea .fix5Area .subTitle,
.contentsArea .fix4Area .subTitle{
  width: 740px;
  margin: 0 auto;
  font-size: 11px;
  color: #777;
  text-align: left;
}
.contentsArea .fix6Area .seoTxt .title {
  font-size: 11px;
  color: #777;
}

/* slick slider */
.contentsArea .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.contentsArea .fix5Area .sliderBlock {
  height: auto;
  overflow: hidden;
  padding-bottom: 1px;
}
.contentsArea .sliderBlock .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -30px;
  width: 16px;
  height: 16px;
  border: none;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  padding: 0;
  color: transparent;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.contentsArea .sliderBlock .slick-arrow.slick-disabled {
  cursor: default;
  border-top: 2px solid #E7E7E7;
  border-right: 2px solid #E7E7E7;
}
.contentsArea .sliderBlock .slick-arrow.slick-prev {
  left: 3px;
}
.contentsArea .sliderBlock .slick-arrow.slick-next {
  right: 3px;
  transform: rotate(45deg);
}
.contentsArea .sliderBlock .slick-list {
  position: relative;
  display: block;
  width: 750px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.contentsArea .slick-slider .slick-track,
.contentsArea .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.contentsArea .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
.contentsArea .slick-track:before,
.contentsArea .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.contentsArea .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.contentsArea .slick-initialized .slick-slide {
  display: block;
}
.contentsArea .sliderBlock .slick-slide {
  margin: 5px 5px 0;
}
.contentsArea .sliderBlock .slick-slide .thum_box {
  position: relative;
  margin: 0 auto;
  background: #FFF;
  vertical-align: top;
  text-align: center;
}
.contentsArea .sliderBlock .cam_mark {
  position: absolute;
  top: 0;
  right: 1px;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 10px;
  z-index: 1;
}
.contentsArea .fixBox .thum_box a {
  display: block;
  height: 190px;
}
.contentsArea .sliderBlock .slick-slide .thum_box img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .sliderBlock .slick-slide .thum_box + .text_box {
  margin: 5px 4px 0;
}
.contentsArea .sliderBlock .slick-slide .title_name {
  height: 13px;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  margin-bottom: 4px;
  word-break: break-word;
  overflow: hidden;
}
.contentsArea .fixBox .title_name a {
  color: #333;
}
.contentsArea .sliderBlock .slick-slide .author_name {
  width: auto;
  height: 13px;
  font-size: 10px;
  line-height: 14px;
  color: #777;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
}
.contentsArea .sliderBlock .slick-slide .author_name a {
  color: #777;
}

/* fix4Area recommendSale */
.contentsArea .fix4Area ul {
  width: 744px;
  margin: 0 auto;
}
.contentsArea .fix4Area li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 5px 2px 0;
}
.contentsArea .fix4Area a {
  display: inline-block;
  width: 100%;
}
.contentsArea .fix4Area img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

/* bottomBtns */
.contentsArea .fix5Area .bottomBtns,
.contentsArea .fix4Area .bottomBtns {
  margin: 20px auto 0;
}
.contentsArea .fix5Area .bottomBtns a,
.contentsArea .fix4Area .bottomBtns a {
  display: block;
  position: relative;
  width: 430px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
}
.contentsArea .fix5Area .bottomBtns a:after,
.contentsArea .fix4Area .bottomBtns a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* .fix5Area (c_m_title)
-----------------------------------------------*/
.contentsArea .fix5Area.c_m_title .secTitle {
  display: none;
}
.contentsArea .fix5Area .fixBox ul {
  width: 752px;
  margin: 0 auto;
}
.contentsArea .fix5Area.c_m_title .fixBox li {
  width: 20%;
  display: block;
  float: left;
  padding: 5px 6px;
}
.contentsArea .fix5Area.c_m_title .fixBox a {
  position: relative;
  height: 197px;
}
.contentsArea .fix5Area.c_m_title .fixBox .cam_mark {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 10px;
  z-index: 1;
}
.contentsArea .fix5Area.c_m_title .fixBox img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .fix5Area.c_m_title .fixBox .free_btn {
  margin: 4px auto;
}
.contentsArea .fix5Area.c_m_title .fixBox .free_btn a {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0 auto;
  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: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .fix5Area.c_m_title .fixBox .free_btn a:hover {
  background: #fff;
}
.contentsArea .fix5Area.c_m_title .fixBox .title_name {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
}
.contentsArea .fix5Area.c_m_title .fixBox .title_name a {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  font-feature-settings: "palt";
}
.contentsArea .fix5Area.c_m_title .fixBox .author_name {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
  color: #767676;
}
.contentsArea .fix5Area.c_m_title .fixBox .author_name a {
  color: #767676;
  font-size: 10px;
  line-height: 17px;
  font-feature-settings: "palt";
}
.contentsArea .fix5Area.c_m_title .bottomBtns {
  display: none;
}

/* .fix6Area (recommendTitle)
-----------------------------------------------*/
.contentsArea .fix6Area .fixBox ul {
  width: 752px;
  margin: 0 auto;
}
.contentsArea .fix6Area .fixBox ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contentsArea .fix6Area.recommendTitle .fixBox li {
  width: 16.66%;
  display: block;
  float: left;
  padding: 5px 6px;
}
.contentsArea .fix6Area.recommendTitle .fixBox .genre_name {
  margin-bottom: 3px;
}
.contentsArea .fix6Area.recommendTitle .fixBox .genre_name p {
  font-size: 12px;
}
.contentsArea .fix6Area.recommendTitle .fixBox .genre_name.hq p {
  font-size: 11px;
  letter-spacing: -2px;
}
.contentsArea .fix6Area.recommendTitle .fixBox .thum_box {
  height: 165px;
}
.contentsArea .fix6Area.recommendTitle .fixBox a {
  position: relative;
  height: 162px;
}
.contentsArea .fix6Area.recommendTitle .fixBox .cam_mark {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 10px;
  z-index: 1;
}
.contentsArea .fix6Area.recommendTitle .fixBox .thum_box img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .fix6Area.recommendTitle .fixBox .title_name {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
}
.contentsArea .fix6Area.recommendTitle .fixBox .title_name a {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  font-feature-settings: "palt";
}
.contentsArea .fix6Area.recommendTitle .fixBox .author_name {
  display: block;
  text-align: center;
  height: 16px;
  font-size: 10px;
  line-height: 17px;
  overflow: hidden;
  color: #767676;
}
.contentsArea .fix6Area.recommendTitle .fixBox .author_name a {
  color: #767676;
  font-size: 10px;
  line-height: 17px;
  font-feature-settings: "palt";
}

/* .notbuy ★
-----------------------------------------------*/
#notbuy .think_later_area {
  margin: 60px auto;
}
.contentsArea .notbuy .think_later_area .contents_right_co_title {
  display: block;
  width: 740px;
  margin: 0 auto;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.contentsArea .notbuy .think_later_area .contents_right_co_title span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.contentsArea .notbuy .think_later_area ul {
  width: 752px;
  margin: 0 auto;
}
.contentsArea .notbuy .think_later_area li {
  width: 16.66%;
  display: block;
  float: left;
  padding: 5px 6px;
}
.contentsArea .notbuy .think_later_area li .thum_box3 a,
.contentsArea .notbuy .think_later_area li .thum_box3 span{
  display: block;
  height: 155px;
}
.contentsArea .notbuy .think_later_area li .thum_box3 img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.contentsArea .notbuy .think_later_area li .cover_unit_top_title {
  display: block;
  text-align: center;
  height: 16px;
  overflow: hidden;
  margin-top: 5px;
}
.contentsArea .notbuy .think_later_area li .cover_unit_top_title h5 {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  font-feature-settings: "palt";
  font-weight: normal;
}
.contentsArea .notbuy .think_later_area li .campaign_block span {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 5px auto 0;
  background: #FFF;
  border: 1px solid #F06;
  font-size: 12px;
  font-weight: bold;
  color: #F06;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
}
.free2_m:after {
  content: "無料";
  display:block;
  clear:both;
  letter-spacing: 6px;
  padding-left: 6px;
}
.contentsArea .notbuy .think_later_area li .campaign_block .down_m:after {
  display: inline;
  content: "値下げ";
  clear: both;
  letter-spacing: 2px;
  padding-left: 2px;
}
.point_m:after {
  content:"ポイント還元";
  display:block;
  clear:both;
}

/* .notbuy footer_co_btn_w ★
-----------------------------------------------*/
.contentsArea .notbuy .footer_co_btn_w {
  margin-top: 5px;
  display: table;
  width: 752px;
  margin: 10px auto 0;
  table-layout: fixed;
}
.contentsArea .notbuy .footer_co_btn_w .footer_co_btn_inner {
  display: table-cell;
  vertical-align: top;
  padding: 0 6px;
}
.contentsArea .notbuy .footer_co_btn_w .footer_co_btn_inner a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
}
.contentsArea .notbuy .footer_co_btn_w .footer_co_btn_inner a:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contentsArea .notbuy .footer_co_btn_w .footer_co_btn_inner a:hover {
  background: #fffdf5;
}
