.series-title{
  background: #333;
  padding: 1.6rem 0;
}
.series-title h2{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #FFF;
  text-align: center;
  vertical-align: top;
}
.series-title h2>span{
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
  vertical-align: top;
  border-bottom: 2px solid rgba(255,255,255,0.3);
}

.article-kanban{
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.article-kanban.normal{
  /*max-height:33.3vw;*/
  /*overflow:hidden;*/
}
.article-kanban img{
  display:block;
  margin:0 auto;
}
.article-kanban figure>div.kanban{
  position: relative;
}
.article-kanban figure>div.kanban.scoop:after{
  content: 'SCOOP!';
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffed23;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight:600;
  line-height: 30px;
  text-align: center;
}
.article-kanban figure.copyright:after, .article-kanban.feature.copyright:after{
  content: attr(data-label);
  display: block;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  padding: 0 5px;
}



/*特集feature*/
.article-kanban.feature .img-header{
  position:relative;
}
.article-kanban.feature.category{
  min-height:300px;
  background-color:#333333;
}
.article-kanban.feature .img-header:after{
  content: ' ';
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}
.article-kanban.feature .inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.article-kanban.feature .inner>h2{
padding:20px;
color:#FFF;
text-align:center;
    font-weight:500;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-kanban.feature .inner>h2>span{
display:block;
color:#FFF;
font-size:1.6rem;
}
.article-kanban.feature .inner>h2>span.series{
  border-bottom: 3px solid rgba(255,255,255,0.3);
  margin-bottom: 20px;
  padding-bottom: 5px;
  display:inline-block;
      font-weight:300;
}
.article-kanban.feature .inner>h2>span.subtitle{
    margin-top: 10px;
    font-weight:200;
}


.article-kanban.fixed-height{
  width: 100%;
  height: 120px;
}
.article-kanban.fixed-height img{
  height:120px;
}
.article-kanban.fixed-height-2{
  width: 100%;
  height: 63vw;
}
.article-kanban.fixed-height-2 img{
  height:63vw;
}
.article-kanban .bg-blur{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right:0;
  bottom:0;
  left: 0;
  margin:auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  z-index:-1;
}
.article-kanban.bg-blur figure{
  position: absolute;
  height: 100%;
  width: 81px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.article-kanban.bg-blur figure .kanban{	
  height: 100%;
}
.article-kanban.bg-blur figure .kanban>img{	
  height: 100%;
}

.article-body{
  padding: 0 2.0rem 3.0rem 2.0rem;
  position: relative;
}
.article-body figure.image-area:not(.figure-right):not(.figure-left):not(.figure-center){
  float: none;
  position: relative;
  width: auto !important;
  margin: 0 -20px 24px -20px;

}
.article-body figure.image-area.figure-right, .article-body figure.image-area.figure-left, .article-body figure.image-area.figure-center{
  margin: 0 auto 24px auto;
  max-width:100%;
}
.article-body figure img{
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}

.article-body figure figcaption{
  font-size: 12px;
  font-size: 1.2rem;
  line-height:1.4;
  color: #888888;
  padding: 0.5em;
}


.article-body .article-header{
  border-bottom:1px solid #DDD;
  margin-bottom:1.6rem;
}

.article-body .article-header .extra{
  margin-bottom: 16px;
  position: relative;
}
.article-body .article-header span.author{
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  line-height: 2;
}
.article-body .article-header span.author>span.icon-author{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  border-radius:50%;
}
.article-body .article-header .date{
  display: inline-block;
  float: right;
  color: #888888;
  font-weight: 100;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
}

.article-body .article-header .icon-pr{
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  background: #666;
  color: #fff;
  padding: 1px 5px;
  margin-right: 5px;
  line-height: 1.4;
  margin-left: 5px;
}


.article-body .article-header h1.title{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight:500;
  margin: 1.6rem 0 1.6rem 0;
}

.article-body .article-header h2.subtitle{
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0;
}

.article-body .bookreview-header{
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}
.article-body .bookreview-header .image-side{
  margin-right: 20px;
}
.article-body .bookreview-header .image-side a{
  display:block;
}
.article-body .bookreview-header .image-side a img{
  display: block;
  width: 120px;
  min-height:170px;
  border: 1px solid #ddd;
}
.article-body .bookreview-header .text-side{
  position: relative;
  width: calc(100% - 142px);
  width : -webkit-calc(100% - 142px) ;
}
.article-body .bookreview-header .text-side p{
  line-height: normal;
}
.article-body .bookreview-header .text-side p.title{
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.article-body .bookreview-header .text-side p.title a{
  font-size: 16px;
  font-size: 1.6rem;
}
.article-body .bookreview-header .text-side p.author{
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.article-body .bookreview-header .text-side p.publisher{
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.article-body .bookreview-header .text-side a.buy{
  /*display: block;*/
  font-size: 16px;
  font-size: 1.6rem;
}

.article-body .text-body{
  padding-top: 24px;
  border-top: 1px solid #DDD;
  position: relative;
}
.article-body p{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.article-body span.red{
color:#f72b2b;
}
.article-body h2{
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 48px 0 20px 0;
}
.article-body h2:not(.subtitle){
  font-weight:500;
}
.article-body a:not(.btn),.article-body a:not(.btn):hover{
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
    border-bottom: 1px dotted #2379ca;
}


.article-body ul:not(.list-cinema-review):not(.list-cinema-review-notes),.article-body ol{
  padding: 0;
  margin: 4.8rem 2.4rem;
}
.article-body ul:not(.list-cinema-review):not(.list-cinema-review-notes) li{
  position: relative;
  padding: 0 0 0 1.0rem;
  list-style: none;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}
.article-body ul:not(.list-cinema-review):not(.list-cinema-review-notes) li:before{
  content: '';
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f72b2b;
}
.article-body ol li{
  position: relative;
  padding: 0 0 0 1.0rem;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

.article-body blockquote{
  padding: 0.8rem 2.4rem;
  border-left: 3px solid #f62b2b;
  margin-bottom: 2.4rem;
}
.article-body blockquote>p{
  margin-bottom: 0;
}
.article-body .box{
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  clear: both;
}
.article-body .box.bg{
  background: #DDD;
}
.article-body .box.border{
  border: 1px solid #DDD;
}
.article-body .box.border.sticker:not(.last){
  margin-bottom: 0;
  border-bottom:none;
}
.article-body .box>p{
  margin-bottom: 0;
}
.article-body .box>img{
  display: block;
  float: none;
  margin: 0 auto 2.4rem auto;
}

.movie, .video {
    position: relative;
    height: 0;
    margin-bottom: 24px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
}

.movie iframe, .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.information{
  margin: 2.4rem 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 2.4rem 0;
  position: relative;
  line-height: 1.4;
  overflow:visible;
}

.information span.header{
    display: block;
    position: absolute;
    width: 120px;
    height: 20px;
    background: #FFF;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 1.2rem;
    text-align: center;
    margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.information.red{
  border-color: #f72b2b;
}
.information.red span.header{
  color: #f72b2b;
}
/*
.information .media-icon-block{
  padding: 20px 20px 0px 20px;
}
.information .media-icon-block a{
  display: block;
  margin: 0 5px;

}
.information .media-icon-block a img{
  display: block;
  width: 70px;
  margin: 0 auto;
}
.information .media-icon-block a span{
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 3px;
}
*/
/*--------------------------------------------
 pagination & prev,next
----------------------------------------------*/
.pagination{
  width: 100%;
  min-height: 68px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.pagination a{
  display: block;

  background: #fff;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 64px;
}
.pagination a:hover{
  opacity: 0.7;
}
.pagination .page-num{
  max-width: 60%;
  min-height: 66px;
  margin: 0 auto
}
.pagination .page-num a{
    width: 33.3%;
  border-bottom: 4px solid #b1b1b1;	
  color: #414141;
  font-size: 16px;
  font-size: 1.6rem;
}

.pagination .page-num a.active{
  background: #FFF;
  color: #fa3939;
  cursor: default;
  border-color: #fa3939;
}
.pagination a.prev{
  width: 20%;
  height: 100%;
  background: #FFF;
  color: #000;
  position: absolute;
  
}
.pagination a.prev:after{
    content: "";
    border: 2px solid #b1b1b1;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    top: 43%;
    left: 15px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-top: medium none;
    border-left: medium none;
}
.pagination a.next{
  width: 20%;
  height: 100%;
  background: #FFF;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.pagination a.next:after{
    content: "";
    border: 2px solid #b1b1b1;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    top: 43%;
    right: 15px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    border-top: medium none;
    border-left: medium none;
}
.pagination span.shorter{
  font-size: 14px;
  line-height:28px;
  text-align: center;
  margin: 0 10px;
}


.source-genre{
  padding: 10px;
}
.source-genre p{
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  color: #a4a4a4;
  line-height: 1.8;
}
.source-genre p>a{
  font-size: 12px;
  font-size: 1.2rem;
  color:#2379ca;
}
.source-genre p span.icon-pr{
    background: #666;
    color: #fff;
    padding: 1px 5px;
    margin-right: 5px;
}
.social-btns{
  height: 70px;
  background: #414141;
}
.social-btns a{
  display: inline-block;
  width: 25%;
  line-height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  text-align: center;
}

.recommend-articles{
  padding: 25px 10px;
  background: #e9e9e9;
}
.recommend-articles .title{
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.recommend-articles ul{
  padding: 0;
}
.recommend-articles ul li{
  margin-bottom: 20px;
}
.recommend-articles ul li a{
  font-size: 16px;
  font-size: 1.6rem;
  line-height:1.8;
  color:#2379ca;
}

/*雑誌目次用フォント*/
.article-body p.magazine-large{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight:500;
  line-height: 1.4;
  margin: 0.5em 0;
}
.article-body p.magazine-medium{
 font-size: 16px;
  font-size: 1.6rem;
  font-weight:500;
  line-height: 1.4;
  margin: 0.5em 0;
}
.article-body p.magazine-small{
 font-size: 14px;
  font-size: 1.4rem;
  font-weight:300;
  line-height: 1.4;
  margin: 0.5em 0;
}

/*アンケート賞品用フォント*/
.article-body p.prize-title{
  font-size: 20px;
  font-size: 2.0rem;
  color:#F72B2B;
  line-height: 1.4;
  margin: 1em 0;
}
.article-body p.prize-name{
 font-size: 16px;
  font-size: 1.6rem;
  font-weight:500;
  line-height: 1.4;
  margin: 1em 0;
}
.article-body p.prize-desc{
 font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 1em 0;
}

/*雑誌各号紹介記事*/
.article-magazine-cat{
font-size: 24px;
font-size: 2.4rem;
line-height: 1.4;
font-weight: 500;
margin: 0 0 10px 0;
border-bottom: 1px solid #ddd;
padding: 1rem 1.6rem;
}
.article-header.magazine{
  border:none;
  padding: 0 2.0rem 3.0rem 2.0rem;
}
.article-header.magazine h1.title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 1.6rem 0;
}
.article-header.magazine img.magazine-cover-image{
    display: block;
    margin: 1.6rem auto;
    max-width: 55%;
}
.article-header.magazine p.magazine-title,
.article-header.magazine h2.magazine-title{
margin-bottom:0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
    font-weight:300;
}
.article-header.magazine p.magazine-issue-date{
font-size: 12px;
font-size: 1.2rem;
text-align: center;
color: #7a7a7a;
}

/*アンケートの応募要項*/
.requirement{
padding:20px;
border: 1px solid #ddd;
margin: 10px;
position:relative;
overflow:visible;
}
.requirement span.header{
display: block;
position: absolute;
width: 120px;
height: 20px;
background: #FFF;
top: -10px;
left: 0;
right: 0;
bottom: 0;
padding: 0 1.2rem;
text-align: center;
margin: 0 auto;
font-size: 12px;
font-size: 1.2rem;
}
.requirement ul{
padding:0 0 0 20px;
}
.requirement ul li{
list-style:disc;
margin-bottom:10px;
font-size:14px;
font-size:1.4rem;
line-height:1.4;
}

.nakatsuri{
  padding:0 10px;
}


.series-prevnext.sp{
  margin:0;
}
.series-prevnext.sp div.prev,.series-prevnext.sp div.next{
  padding: 10px;
  width: calc(100% / 2);
}
.series-prevnext.sp .prev{
  border: 1px solid #ddd;
}
.series-prevnext.sp .prev div.img, .series-prevnext.sp .next div.img{
  display: block;
  width: 100%;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  min-height: 100px;
  background-color:#333;
}
.series-prevnext.sp .prev div.img img, .series-prevnext.sp .next div.img img{
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.series-prevnext.sp .prev a,.series-prevnext.sp .next a{
  position: relative;
  margin-bottom: 10px;
  display:block;
}
.series-prevnext.sp .prev a.arrow{
  padding-left: 10px;
}
.series-prevnext.sp .next a.arrow{
  padding-right: 10px;
  text-align:right
}
.series-prevnext.sp .prev a.arrow:before{
    content: "";
    border: 2px solid #333;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;;
    bottom: 0;
    left: 0px;
    margin: auto;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-top: medium none;
    border-left: medium none;
}
.series-prevnext.sp .next{
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.series-prevnext.sp .next.add-border{
  border-left: 1px solid #ddd;
}
.series-prevnext.sp .next a.arrow:after{
    content: "";
    border: 2px solid #333;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    border-top: medium none;
    border-left: medium none;
}
.series-prevnext.sp .prev p, .series-prevnext.sp .next p{
  display:block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
}

/*Hit Counter*/
.hit-counter-box{
  margin:48px auto 30px auto;
  width:300px;
}
.hit-counter-box a.hit-counter-btn{
  display:block;
  height:300px;
  margin:0 auto;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url(/common/images/bunshun/v1/article/hit_off.png);
  border:none;
  -webkit-transition: 0.2s ease-out 0.35s;
  -moz-transition: 0.2s ease-out 0.35s;
  -o-transition: 0.2s ease-out 0.35s;
  -ms-transition: 0.2s ease-out 0.35s;
  transition: 0.2s ease-out 0.35s;
}
.hit-counter-box a.hit-counter-btn:hover{
  border:none;
}
.hit-counter-box a.hit-counter-btn.on{
  background-image:url(/common/images/bunshun/v1/article/hit_on.png);
}

.hit-counter-box  p.disp-count{
  text-align:center;
  color:#FF4040;
  font-size:20px;
}
.hit-counter-box  p.disp-count>span.count{
  text-align:right;
  color:#FF4040;
  font-weight:bold;
  font-size:40px;
}