.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);
}
.series-title h2>a{
  color: #FFF;
}

.article-kanban{
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.article-kanban.normal{
  max-height:33.3vw;
  overflow:hidden;
}
.article-kanban.feature{
  max-height:33.3vw;
  overflow:hidden;
}
.article-kanban.medical-2017{
  max-height:none;
}
.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;
}

/* #20191202 ONLINE_DEV-1080 ABテスト用 */
.article-kanban.summary-abtest{
  max-height:0px;
  overflow:hidden;
}
/* end */

/*特集feature*/
.article-kanban.feature .img-header{
  min-height:inherit;
  position:relative;
}
.article-kanban.feature.category{
  min-height:150px;
  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 .img-header img{
  margin: auto;
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.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%;
}

.yakyu-header{
  position:relative;
  overflow:hidden;
  line-height:0;
}

.article-body{
  padding: 0 2.0rem 3.0rem 2.0rem;
  position: relative;
}
.article-body.sp{
  padding-bottom:0;
}
.article-body.summary{
  padding-bottom:0;
  margin-top: 0;
}
.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,
.article-body .video-caption,
.article-body .source-caption{
  font-size: 12px;
  font-size: 1.2rem;
  line-height:1.4;
  color: #888888;
  padding: 0.5em;
}

/*link to a photo page*/
.article-body figure.image-area .image-with-link{
  position:relative;
  display:inline-block;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .article-body figure.image-area .image-with-link { width: 100% } /* IE11 */
}
.article-body figure.image-area .image-with-link a{
  padding-bottom: 0;
  border-bottom: none;
}
.article-body figure.image-area .image-with-link span.icon-image-link{
  display:block;
  position:absolute;
  right:8px;
  bottom:-45px;
  width:36px;
  height:36px;
  background-color:#000;
  border-radius:6px;
  opacity:0.7;
  border-bottom:none;
}
.article-body.sp figure.image-area .image-with-link span.icon-image-link{
  right:9px;
  bottom:-35px;
  width:26px;
  height:26px;
  display:block;
}
.article-body figure.image-area figcaption{
  width: calc(100% - 44px);
}
.article-body.sp figure.image-area figcaption{
  width: calc(100% - 35px);
}

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

.article-body .article-header .extra{
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.article-body .article-header span.author{
  padding-right: 15px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  line-height: 2;
}
.article-body .article-header span.author:nth-last-child(2){
  padding-right: 0;
}
.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: cover;
  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 .comment-link{
  display: inline-block;
  float: right;
  clear: both;
  background: #fff;
  border: 1px solid #f83f3f;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-body .article-header .comment-link a{
  padding: 0 8px 0 5px;
  border-bottom: none;
  line-height: 220%;
  color: #f83f3f;
}
.article-body .article-header .comment-link a:hover{
  padding-bottom: 0;
  border-bottom: none;
  color: #f83f3f;
}
.article-body .article-header .comment-link a::before{
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(/common/images/bunshun/v1/article/socials/comment_btn@2x.png) no-repeat center center;
  background-size: 100%;
  vertical-align: top;
}

.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: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight:600;
  margin: 1.6rem 0 1.6rem 0;
}
main.android .article-body .article-header h1.title{
  font-weight:300;
  -webkit-text-stroke-width:1px;
  -moz-text-stroke-width:1px;
}
.article-body.sp .article-header h1.title>a{
  color:#333;
  text-decoration:none;
  border: none;
}
.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 .book-cover{
  margin-bottom: 0;
  padding: 5% 3%;
  border: 1px solid #ddd;
}
.article-body .book-cover.space{
  margin-bottom: 24px;
}
.article-body .book-cover .title-side{
  margin-bottom: 5%;
  padding: 8px 0 8px 10px;
  background-color: #e9e8e9;
  border-bottom: 1px solid #bfbfbf;
  font-size: 18px;
  font-size: 1.8rem;
}
.article-body .book-cover .flex-side{
  margin-bottom: 5%;
}
.article-body .book-cover .image-side{
  width: 30%;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 0;
}
.article-body .book-cover .image-side a{
  padding-bottom: 0;
  display: block;
  border: 1px solid #ddd;
}
.article-body .book-cover .image-side a:hover{
  padding-bottom: 0;
  border: 1px solid #ddd;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .article-body .book-cover .image-side a { min-height: 0%; } /* IE11 */
}
.article-body .book-cover .text-side{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.article-body .book-cover .text-side .title{
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}
.article-body .book-cover .text-side .issue{
  margin-bottom: 3%;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-body .book-cover .text-side .default{
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-body .book-cover .text-side .author{
  margin-top: 3%;
}
.article-body .book-cover .link-side{
  overflow: hidden;
}
.article-body .book-cover .link-side .buy{
  width: 48%;
  padding: 12px 0;
  border-bottom: none;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.article-body .book-cover .link-side .buy:hover{
  padding: 12px 0;
  border-bottom: none;
  color: #fff;
  opacity: 0.7;
}
.article-body .book-cover .link-side .buy.amazon{
  float: left;
  background-color: #ea8a02;
}
.article-body .book-cover .link-side .buy.amazon::before{
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  background: url(/common/images/bunshun/v1/article/book-cover/cart-transfer.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.article-body .book-cover .link-side .buy.contents{
  float: right;
  background-color: #000000;
}
.article-body .book-cover .link-side .buy.contents::before{
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  background: url(/common/images/bunshun/v1/article/book-cover/read.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.article-body .book-cover .link-side .buy span{
  vertical-align: middle;
}

.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:600;
}
main.android .article-body h2:not(.subtitle){
  font-weight:300;
  -webkit-text-stroke-width:1px;
  -moz-text-stroke-width:1px;
}
.article-body a:not(.btn),.article-body a:not(.btn):hover{
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  border-bottom: 1px dotted #2379ca;
  word-break: break-all;
}


.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.movie-column{
  margin-bottom: 4.6rem;
  padding:3%;
  display:flex;
  align-items: center;
}
.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;
}

/*article body media associated*/
.article-body .media-associated-packaging.negative-margin{
  margin-top: -24px;
}
.article-body .media-associated-title{
  margin-top: 24px;
  margin-bottom: 46px;
  padding: 15px;
  background-color: #dddddd;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 600;
}
.article-body .media-associated-author-name,
.article-body .media-associated-published-at{
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888888;
}
.article-body .media-associated-link{
  margin: 40px 0;
  text-align: center;
}
.article-body .media-associated-link a{
  padding-bottom: 0;
  border: none;
}
.article-body .media-associated-link a:hover{
  padding-bottom: 0;
  border: none;
}
.article-body a.media-associated-image{
  width: 40%;
  padding-bottom: 10px;
  display: block;
  border: none;
}
.article-body a.media-associated-image:hover{
  padding-bottom: 10px;
  border: none;
}
.article-body #media-associated-related-links{
  margin: 0;
}
.article-body #media-associated-related-links li{
  margin-bottom: 5px;
  padding: 0;
}
.article-body #media-associated-related-links li::before{
  display: none;
}
.article-body #media-associated-related-links li a{
  padding-bottom: 0;
  border: none;
}
.article-body #media-associated-related-links li a:hover{
  padding-bottom: 0;
  border: none;
}



.movie-column figure{
  width:35%;
}
.movie-thumbnail img{
  width:100%;
}
.movie-column .movie-link{
  width:65%;
  text-align:center;
}



#series-column{
  display: flex;
  justify-content:space-between;
  padding:1px 0 10px;
  margin:0 -5px;
}
#series-column.space{
  padding:20px 0 10px;
}
#series-column li{
  text-align:center;
  flex-grow: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:500;
  margin:0 5px;
  padding:0;
  line-height:1.15;
}
#series-column li:before {
   display:none;
}
#series-column li:after {
   background-color: #b2b2b2;
   border-radius: 2px;
   content: "";
   display: block;
   height: 3px;
   margin:7px 0 0;
}
#series-column li a{
  color:#b2b2b2 !important;
  border-bottom: 0px dotted #2379ca !important;
}
#series-column li.current{
  flex-grow: 2;
  color:#f83e3f;
}
#series-column li.current:after {
   background-color: #f83e3f; 
}

.movie, .video {
    position: relative;
    height: 0;
    margin-bottom: 24px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
}
.video-wrap .video{
    margin-bottom:0;
}
.source-code iframe[src*="youtube"]{
    width:100%;
}

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

.movie-link {
    text-align: center;
}


.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 p.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 p.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;
}
.pagination.black.article  .page-num,.pagination.black .page-num.sp-d{
  display:none !important;
}
.pagination.black.article .page-num.sp-d{
  display:flex !important;
  align-items: center;
  position: relative;
  margin:10px 0;
}
.pagination.black.article.sp {
  min-height: auto;
}
.pagination.black .page-num.sp-d span.location-check {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagination.black .page-num.sp-d a.next.menu-link {
  display:flex;
  background: #fff;
  text-align: center;
  margin: 0 5px;
  height: 38px;
  line-height:35px !important;
  width:35% !important;
  border: 2px solid #aeaeae;
  border-radius: 4px;
  color: #414141;
  position: absolute;
  right: 10px;
  justify-content: center;
  align-items: center;
}
.pagination.black .page-num.sp-d a.next.menu-link:after {
  content: "";
  border: 1px solid #333;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
}
.pagination.black .page-num.sp-d a.next.menu-link:before {
  content:"次へ";
}
.pagination.black .page-num.sp-d a.prev.menu-link {
  display:flex;
  background: #fff;
  text-align: center;
  margin: 0 5px;
  height: 38px;
  line-height: 35px !important;
  width: 35% !important;
  border: 2px solid #aeaeae;
  border-radius: 4px;
  color: #414141;
  position: absolute;
  left: 10px;
  justify-content: center;
  align-items: center;
}
.pagination.black .page-num.sp-d a.prev.menu-link:after {
  content: "";
  border: 1px solid #333;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  border-top: medium none;
  border-left: medium none;
}
.pagination.black .page-num.sp-d a.prev.menu-link:before {
  content:"前へ";
}
/* フォローボタンサムネ */
.fw-media-thum{
}
.fw-btn-thum-inner{
  border:2px solid #ddd;
  display:flex;
  align-items:center;
  align-content:center;
  margin:20px;
  padding:2%;
}
.fw-btn-thum-inner img{
  width:35%;
}
.fw-btn-thum-in-right{
  margin:0 0 0 2%;
}
.fw-btn-thum-in-right p{
  font-size:1.4rem;
  font-size:14px;
  margin:0 0 5px 0;
  font-weight:500;
}
.category-fw-btn-long{
  background:#0694E1;
  border-radius:5px;
  padding:3% 2%;
  text-align:center;
}
.category-fw-btn-long span{
  color:#fff;
  font-size:1.3rem;
  font-size:13px;
  font-weight:500;
}
.category-fw-btn-long span:before{
  content:'';
  background:url(/common/images/bunshun/v1/article/socials/tw-bird.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
  width:20px;
  height:16px;
  margin: 0 3px 3px 0;
}

.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;
}

.provide-site{
  margin-bottom: 8%;
  text-align: center;
  clear: both;
}
.provide-site .modal-boot a{
  margin: 0;
  padding: 6% 0 5%;
  display: block;
  background: #de002d;
  border-radius: 30px;
  border-bottom: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.provide-site .modal-boot a:hover{
  padding: 6% 0 5%;
  border-bottom: none;
  color: #fff;
}
.provide-site .modal{
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
.provide-site .modal.active{
  visibility: visible;
}
.provide-site .modal .content{
  width: 90%;
  position: relative;
  z-index: 1;
}
.provide-site .modal .packaging{
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.provide-site .modal .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
}
.provide-site .modal .title{
  padding: 2% 0;
  background: #11253e;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.provide-site .modal .site{
  width: 50%;
  margin: 8% auto 0;
}
.provide-site .modal .site a{
  padding-bottom: 0;
  border-bottom: none;
}
.provide-site .modal .site a:hover{
  padding-bottom: 0;
  border-bottom: none;
}
.provide-site .modal .notes{
  margin-bottom: 0;
  padding: 5%;
  line-height: 1.5;
  text-align: left;
  font-size: 10px;
  font-size: 1.0rem;
  color: #888888;
}
.provide-site .modal .close{
  width: 20px;
  height: 20px;
  margin-top: 8%;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
  border-bottom: none;
}
.provide-site .modal .close:hover{
  padding-bottom: 0;
  border-bottom: none;
}
.provide-site .modal .close::before,
.provide-site .modal .close::after{
  content: "";
  width: 2px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display:inline-block;
  background: #fff;
}
.provide-site .modal .close::before{
  transform: rotate(45deg);
}
.provide-site .modal .close::after{
  transform: rotate(-45deg);
}
.provide-always.sd{
  margin:5% 0;
  background:#f5f5f5;
  padding:3%;
}
.provide-always.sd p{
  margin-bottom: 0;
}
.provide-always.sd a{
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration:underline;
  line-height:1.4;
}
.provide-always.sd a:hover{
  padding-bottom: 0;
  border-bottom: none;
}
.provide-always.sd a::after{
  content: "";
  width: 116%;
  height: 10px;
  position: absolute;
  bottom: 12%;
  left: -8%;
  z-index: -1;
  background: #fff47e;
  display:none;
}

.bunshunleaks{
  margin-bottom: 24px;
  margin-top:60px;
  padding: 5%;
  position: relative;
  clear: both;
  border: solid 2px #ffed23;
  text-align: center;
}
.bunshunleaks .title{
  margin: 0 auto;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}
.bunshunleaks .title span{
  padding: 0 10px;
  background: #fff;
}
.bunshunleaks .wanted{
  margin-bottom: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.bunshunleaks .wanted strong{
  font-size: 18px;
  font-size: 1.8rem;
}
.bunshunleaks .link a{
  padding: 1% 17%;
  display: inline-block;
  background: #000;
  border-radius: 24px;
  border-bottom: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.bunshunleaks .link a:hover{
  padding: 1% 17%;
  border-bottom: none;
  color: #fff;
}

/*写真誘導ABテストサムネイル*/
.article-body.sp .test-ab-thumnail{display:none;}

/*アザーカット*/
.article-body .othercut-area{
  margin:0 0 30px;
  clear: both;
}
.article-body .othercut-area p{
  font-size: 16px;
  font-size: 1.6rem;
  margin:0;
}
.article-body .othercut-area p{
  font-size: 16px;
  font-size: 1.6rem;
  margin:0;
}
.article-body .othercut-area ul.advance-shot{
  display:flex;
  justify-content:space-between;
  margin:15px 0 0;
  width:100%;
}
.article-body .othercut-area ul.advance-shot li {
  background:#E9E9E9;
  width:22%;
  padding-bottom: 22%;
  margin-bottom:0;
}
.article-body .othercut-area ul.advance-shot li:before{
  list-style:none;
  position:static;
  background:none;
  display:block;
}
.article-body .othercut-area ul.advance-shot li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  border-bottom:0px;
}
.article-body .othercut-area ul.advance-shot li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
}
.article-body .othercut-area .dropdown-shot-area{
  display:none;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot{
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin:15px 0 0;
  width:100%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li{
  background:#E9E9E9;
  width:22%;
  padding-bottom: 22%;
  margin-bottom:4%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:before{
  list-style:none;
  position:static;
  background:none;
  display:block;
}
.article-body .othercut-area ul.advance-shot li:nth-child(2n+1):last-child{
  margin-right:26%;
  padding-bottom: 22%;
}
.article-body .othercut-area ul.advance-shot li:nth-child(4n-2):last-child{
  margin-right:52%;
  padding-bottom: 22%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(2n+1):last-child{
  margin-right:26%;
  padding-bottom: 22%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(4n-2):last-child{
  margin-right:52%;
  padding-bottom: 22%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  border-bottom:0px;
}
.article-body .othercut-area ul.dropdown-shot li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
}
.article-body .open-dropdown-trigger{
  margin:30px auto 0;
  border:2px solid #AEAEAE;
  display:table;
}
.article-body .open-dropdown-menu {
  font-size:16px;
  font-size: 1.6rem;
  display:table-cell;
  vertical-align: middle;
  color:#2379CA;
  width:140px;
  height:40px;
  text-align:center;
}

.article-body .comment-link-end{
  margin: 2.4rem 0;
  clear: both;
  background: #fff;
  border: 1px solid #f83f3f;
  border-radius: 4px;
  text-align: center;
}
.article-body .comment-link-end a{
  padding: 2% 0;
  display: block;
  border-bottom: none;
  line-height: 220%;
  color: #f83f3f;
}
.article-body .comment-link-end a:hover{
  padding: 2% 0;
  border-bottom: none;
  color: #f83f3f;
}
.article-body .comment-link-end a::before{
  content: '';
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(/common/images/bunshun/v1/article/socials/comment_btn@2x.png) no-repeat center center;
  background-size: 100%;
  vertical-align: bottom;
}



.this-team-articles-list{
  margin:40px 20px 0;
  text-align:center;
}
.match-team-articles-list{
  text-align:center;
  margin:0 20px 40px;
}
.opponent-article{
  padding:15px;
  display:flex;
  align-items:center;
  margin:24px 0 0;
  color:#fff;
}
.opponent-article.swallows{
  background:#000066;
}
.opponent-article.giants{
  background:#000000;
}
.opponent-article.baystars{
  background:#0066cc;
}
.opponent-article.carp{
  background:#cc0000;
}
.opponent-article.dragons{
  background:#000099;
}
.opponent-article.tigers{
  background:#ffdc06;
}
.opponent-article.fighters{
  background:#013399;
}
.opponent-article.marines{
  background:#000000;
}
.opponent-article.buffaloes{
  background:#000065;
}
.opponent-article.hawks{
  background:#000000;
}
.opponent-article.lions{
  background:#003366;
}
.opponent-article.eagles{
  background:#990000;
}
.opponent-article-l{
  width:40%;
  margin:0 5% 0 0;
}
.opponent-article-l p{
  margin:5px 0 0;
  font-size:1.8rem;
  font-weight:bold;
}
.opponent-article-l p span{
  font-size:1.4rem;
  margin-left:3px;
  font-weight:normal;
}
.opponent-article-r{
  width:55%;
  text-align:left;
}
.opponent-article-r .belongs{
  display:flex;
  font-size:1.4rem;
  align-items:center;
  margin:10px 0 0 0;
}
.team-bg{
  width:10%;
  height:auto;
}
.opponent-article-r .belongs .cat{
  display: flex;
  align-items: center;
}
.opponent-article-r .belongs .list-author-icon{
  display: inline-block;
  width: 25px;
  height: 25px;
  float: left;
  margin:0 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.opponent-article-r a{
  color:#fff;
}
.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*/
.recommend-articles{
}
.recommend-articles .title{
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.recommend-articles ul{
  padding: 0;
  background-color:transparent;
}
.recommend-articles ul li{
  margin-bottom: 20px;
}
.recommend-articles ul li a{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}
.list-thumb.recommend li{
    border-bottom: none;
}
.list-thumb.recommend li .image{
    width: 100%;
    height: auto;
    float:none;
    position: relative;
    overflow: hidden;
    background: #262626;
}
.list-thumb.recommend li .image a{
    display: block;
    width: 100%;
    padding-top: 62.5%;
    padding-bottom: 0;
    position: relative;
}
.list-thumb.recommend li .image a img.normal{
    width: 100%;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.list-thumb.recommend li .image a img.fixed-height{
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.list-thumb.recommend li .image .bg-blur{
    position: absolute;
    width: 120%;
    height: 120%;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: -28px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    z-index: 1;
    opacity: 0.5;
}
.list-thumb.recommend li .title{
    margin-bottom: 0;
}
.list-thumb.recommend li .title h4{
    width: 100%;
    margin:0;
    padding:0;
}
.list-thumb.recommend li .title h4 a{
    min-height:1px;
    margin:0;
    padding:0;
}
.list-thumb.recommend li .title h4 .pr{
    margin: 3px 0 0 0;
    font-size: 10px;
    line-height: 1.5;
    font-weight: normal;
    overflow: hidden;
    color: #AAA;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    height: 15px;
}

/*雑誌目次用フォント*/
.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%;
    border: 1px solid #ddd;
}
.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;
}
.hit-counter-notice{
  text-align:center;
}

/*SHOGI HIT BUTTON*/
.shogi-hit-button{
  margin-top:45px;
}
.shogi-hit-counter .hit-counter-btn.off{
  width:336px;
  height:329px;
  display:block;
  margin:0 auto;
  background-image:url(/common/images/bunshun/v1/shogi/tokin-btn.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:336px 329px;
  border-style:none;
}
.shogi-hit-counter .hit-counter-btn.on{
  width:336px;
  height:329px;
  display:block;
  margin:0 auto;
  background-image:url(/common/images/bunshun/v1/shogi/tokin-btn-thank.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:336px 329px;
  border-style:none;
}
.shogi-hit-counter .hit-counter-btn.end{
  width:336px;
  height:329px;
  display:block;
  margin:0 auto;
  background-image:url(/common/images/bunshun/v1/shogi/tokin-btn-end.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:336px 329px;
  border-style:none;
}
.smartphone .shogi-hit-counter .hit-counter-btn.off,
.smartphone .shogi-hit-counter .hit-counter-btn.on,
.smartphone .shogi-hit-counter .hit-counter-btn.end{
 background-size:80%;
}
.shogi-hit-counter .hit-counter-btn.on:hover,
.shogi-hit-counter .hit-counter-btn.off:hover{border-style:none;}
.shogi-hit-counter p.disp-shogi-count{
  color: #ff4040;
  font-weight: bold;
  font-size: 40px;
  text-align:center;
}
.shogi-hit-counter .hit-counter-notice.border{
  text-align:center;
  border:solid 1px #d8d8d8;
}

/*READ MORE BUTTON*/
.btn-block.read-more{
  margin-left:0;
  margin-right:0;
}
.btn-block.read-more a.btn{
  border-radius:30px;
  box-shadow: 0px 4px 0px #ddd;
}
.btn-block.read-more a.btn span{
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  border-bottom: 1px dotted #2379ca;
  font-weight:bold;
}
.article-body.summary p.truncated {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

/*HORIZONTAL SNS BUTTONS(SP)*/
.horizontal-sns-bar.sp{
  position:relative;
  height:70px;
  background-color:#e9e9e9;
}


.horizontal-sns-bar.sp .item{
  width:60px;
  height:70px;
  background-repeat:no-repeat;
  background-position:center 10px;
  background-size:36px;
}
.horizontal-sns-bar.sp.wide .item{
  width:55px;
}
.horizontal-sns-bar.sp .item.no-label{
  height:60px;
}
.horizontal-sns-bar.sp .item a{
  display:block;
  width:100%;
  height:100%;
  text-align:center;
  position:relative;
}
.horizontal-sns-bar.sp .item span{
    font-size:14px;
    font-weight:bold;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.horizontal-sns-bar.sp .item.fb span{
  color:#3B5998;
}
.horizontal-sns-bar.sp .item.tw span{
  color:#55acee;
}
.horizontal-sns-bar.sp .item.hatena span{
  color:#00a4de;
}
.horizontal-sns-bar.sp .item.pocket span{
  color:#e8374a;
}
.horizontal-sns-bar.sp .item.copy span{
  color:#282828;
  font-size:11px;
}
.horizontal-sns-bar.sp .item.comment-ul span{
  color:#282828;
}


.copy-btn-result{
    height: 0;
    background-color: #000;
    font-size: 12px;
    color: #fff;
    text-align:center;
    line-height:50px;
    margin-bottom:2.4rem;

}
.copy-btn-result.visible{
      animation: 'hh' 0.3s ease 0.5s alternate forwards,'h' 1s ease 0.3s reverse forwards;
      -webkit-animation: 'hh' 0.3s ease 0.5s alternate forwards,'h' 0.3s ease 3s reverse forwards;
}

@keyframes h {
  from { height: 0px;}
  to   { height: 50px;}
}
@-webkit-keyframes h {
  from { height: 0px;}
  to   { height: 50px;}
}

@keyframes hh {
  0% { height: 0px;}
  100%   { height: 50px;}
}
@-webkit-keyframes hh {
  0% { height: 0px;}
  100%   { height: 50px;}
}

.horizontal-sns-bar.sp .item.fb{
  background-image:url(/common/images/bunshun/v1/article/socials/fb@2x.png);
}
.horizontal-sns-bar.sp .item.tw{
  background-image:url(/common/images/bunshun/v1/article/socials/tw@2x.png);
}
.horizontal-sns-bar.sp .item.hatena{
  background-image:url(/common/images/bunshun/v1/article/socials/hatena@2x.png);
}
.horizontal-sns-bar.sp .item.line{
  background-image:url(/common/images/bunshun/v1/article/socials/line@2x.png);
}
.horizontal-sns-bar.sp .item.pocket{
  background-image:url(/common/images/bunshun/v1/article/socials/pocket@2x.png);
}
.horizontal-sns-bar.sp .item.copy{
  background-image:url(/common/images/bunshun/v1/article/socials/copy@2x.png);
}
.horizontal-sns-bar.sp .item.comment-ul{
  background-image:url(/common/images/bunshun/v1/article/socials/comment@2x.png);
}


.article-body.sp .article-header .horizontal-sns-bar.sp{
  margin:0 -20px 1.6rem;
  background-color:#fff;
}
.article-body.sp .article-header .copy-btn-result{
  margin:0 -20px;
}
.article-body.sp .article-header .horizontal-sns-bar.sp .item a{
  border:none;
}
.article-body.sp .article-header{
  border:none;
}

/*overlay*/
.social-overlay{
  margin:0 auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:99;
}
.social-overlay.fixed{
  position:fixed;
  top:auto;
  bottom:-70px;
  transition-property:all;
  transition-duration:.7s;
  transition-timing-function:ease;
  background:transparent;
}
.social-overlay.fixed.animation{
  transform: translateY(-110px);
}
.social-overlay.fixed.no-animation{
  bottom:40px;
}
.social-overlay .horizontal-sns-bar.sp{
  background-color:transparent;
}
.horizontal-sns-bar.sp .item.no-link{
  position:relative;
  background-image:none;
  text-align:center;
}
.social-overlay .copy-btn-result{
  margin-bottom:0;
}

.social-overlay.fixed.animation.ad{
  transform: translateY(-65px);
}
.social-overlay.fixed.no-animation.ad{
  bottom:-5px;
}


/*AUTHOR PROFILE BOTTOM(PC)*/
.author-bottom.pc {
    width: 750px;
    min-height: 160px;
    border: 1px solid #f0f0f0;
    position: relative;
    padding: 20px 25px;
    margin-left: auto;
    margin-right: auto;
}
.author-bottom.pc .left {
    margin-right: 20px;
    position: relative;
    width: 60px;
}
.author-bottom.pc .left .author-icon{
    width: 60px;
    height: 60px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    border-radius:50%;
    background-position:center center;
    background-size:62px;
    background-repeat:no-repeat;
    background-color:#00B7B5;
}
.author-bottom.pc .center {
    margin-right: 25px;
    position: relative;
    width:170px;
}
.author-bottom.pc .center .inner{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}
.author-bottom.pc .center .inner .label{
    font-size:12px;
    margin-bottom:15px;
    display:block;
}
.author-bottom.pc .center .inner .name{
    font-size:20px;
    margin-bottom:10px;
    display:block;
}
.author-bottom.pc .center .inner .job{
    font-size:14px;
    margin-bottom:15px;
    display:block;
}
.author-bottom.pc .center .inner .bottom{
    position: relative;
    display: inline-block;
}
.author-bottom.pc .center .inner .bottom .link{
    font-size:14px;
    display:block;
    position: relative;
    color: #2379ca;
    text-decoration: none;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #2379ca;
}
.author-bottom.pc .center .inner  .bottom .link:before{
    content: "";
    border: 2px solid #333;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -20px;
    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;
}
.author-bottom.pc .right {
    width: 423px;
    position: relative;
    padding-left: 25px;
    border-left: 1px dotted #4a4a4a;
}
.author-bottom.pc .right .inner{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    font-size:14px;
    line-height: 1.4;
}

/*AUTHOR PROFILE BOTTOM(SP)*/
.author-bottom.sp {
    border: 1px solid #f0f0f0;
    position: relative;
    padding: 10px;
    margin: 24px 10px;
    background-color: #e9e9e9;
}
.author-bottom.sp .top {
    position: relative;
}
.author-bottom.sp .top .left{
    width: 60px;
    height: 60px;
}
.author-bottom.sp .top .left .author-icon{
    width: 60px;
    height: 60px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    border-radius:50%;
    background-position:center center;
    background-size:62px;
    background-repeat:no-repeat;
    background-color:#00B7B5;
}
.author-bottom.sp .top .right{
    position: relative;
    width: calc(100vw - 105px);
    padding-left: 10px;
}
.author-bottom.sp .top .right .inner{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}
.author-bottom.sp .top .right .inner .name{
    font-size:18px;
    display:block;
    margin-bottom: 5px;
}
.author-bottom.sp .top .right .inner .job{
    font-size:14px;
    display:block;
}

.author-bottom.sp .middle {
    position: relative;
    margin:10px 0;
    font-size: 14px;
    line-height: 1.4;
}


.author-bottom.sp .bottom{
    position: relative;
    text-align: right;
}
.author-bottom.sp .bottom .link{
    font-size:14px;
    display:inline-block;
    position: relative;
    color: #2379ca;
    text-decoration: none;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #2379ca;
    right: 30px;
}
.author-bottom.sp .bottom .link:before{
    content: "";
    border: 2px solid #333;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -20px;
    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;
}

/*NEXT-PAGE-LINK(SP)*/
.nextpage-link-block{
  margin:0 0 2.4rem 0;
}
.nextpage-link-block.series{
  margin:0 0 37px 0;
}
.nextpage-link-block a.btn{
  margin:0 auto;
}
.nextpage-link-block.series a.btn {
  background:#f5f5f5;
  border:0px;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.nextpage-link-block.series a.btn span.fixed-label {
  color:#fff;
  background:#000;
  border-radius:20px;
  padding:2% 10%;
  text-align:center;
  margin:0 0 10px 0;
  position:relative;
}
.nextpage-link-block.series a.btn span.fixed-label::after {
  content : "";
  display:inline-block;
  vertical-align:middle;
  right:13px;
  top:13px;
  width:8px;
  height:8px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
  position:absolute;
}
/*PHOTO-PAGE*/
.article-body.sp .btn-link-photopage {
  background: #000;
  border-radius: 20px;
  position: relative;
  width: 75%;
  height: 43px;
  margin: 0 auto 25px;
}
.article-body.sp .btn-link-photopage a {
  color: #fff !important;
  font-weight: 400;
  position: absolute;
  line-height: normal;
  width: 100%;
  padding-left: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.article-body.sp .btn-link-photopage a::before {
  display: none;
}
.article-body.sp .btn-link-photopage::after {
  content: "";
  border: 2px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
}
.btn-link-photopage{
  width: 230px;
  height: 35px;
  margin:40px auto;
  background-color: #e9e9e9;
  position: relative;
  text-align: center;
}
.btn-link-photopage a{
  position: relative;
  line-height: 36px;
  border-bottom:none !important;
  padding-left:40px;
  color: #2379ca !important;
}
.btn-link-photopage a::before{
  content:'';
  background-image:url(/common/images/bunshun/v1/article/photo/icon-gallery-gray@2x.png);
  position:absolute;
  width:20px;
  height:20px;
  background-size: contain;
  background-position: left center;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.btn-link-photopage a:hover{
  color:#333 !important;
}

/*COMIC-PAGE*/
.btn-link-comicpage{
}
.article-body.sp .btn-link-comicpage{
  margin: 44px auto 24px;
}
.btn-link-comicpage a{
  margin: 0 auto;
}

.added-photo-thumb{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 2.4rem;
  background: #e9e9e9;
}
.added-photo-thumb .title {
    font-size:2.4rem;
    margin-bottom: 2.4rem;
}
.added-photo-thumb .btn-link-photopage{
    background-color: #fff;
    width: 640px;
    height:48px;
    line-height:48px;
}
.added-photo-thumb .thumbs{
  margin-bottom:1.8rem;
}
.added-photo-thumb .thumbs .thumb-item{
  width:64px;
  height:64px;
  margin:0 2px;
  position:relative;
  overflow:hidden;
}
.added-photo-thumb.sp .thumbs .thumb-item a{
  display:block;
  width:100%;
  height:100%;
}
.added-photo-thumb .thumbs .thumb-item a img{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: inherit;
}

/*SD*/
.added-photo-thumb.sp{
width:auto;
margin: 10px;
padding: 20px 10px;
}
.added-photo-thumb.sp .title {
    font-size:2.0rem;
    margin-bottom: 2.0rem;
}
.added-photo-thumb.sp .thumbs .thumb-item{
width: 50px;
height:50px;
margin-right:4px;
margin-bottom:4px;
margin-left:0;
}
.added-photo-thumb.sp .thumbs .thumb-item:nth-child(6){
  margin-right:0;
}
.added-photo-thumb.sp .btn-link-photopage{
    max-width: 100%;
    height:35px;
    line-height:35px;
}

/*LINK TO Yahoo!*/
.link-to-yahoo{
min-height:100px;
border: solid 5px #e9e9e9;
padding:1.2rem;
position:relative;
}
.link-to-yahoo .left{
  width: 120px;
  height: 75px;

  overflow: hidden;
  position: relative;
  margin-right:10px;
}
.link-to-yahoo .left .thumb{
  width: 120px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  background-color:#000;
}
.link-to-yahoo .left .thumb img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link-to-yahoo .right{
    position: relative;
    width: calc(100% - 130px);
}
.link-to-yahoo .right .link-text{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.link-to-yahoo .right .link-text a{
  line-height:2.4rem;
}

/* yahoolp */
.yahoo-lp-banner a:not(.btn),
.yahoo-lp-banner a:not(.btn):hover {
    display: block;
    border-bottom: none;
}

/*COMMENT*/
#comment-main-block{margin:0 10px;}
.comment-article-title{margin:1em .8em;}
.comment-article-title a{display:block;font-size:15px;font-weight:bold;color:#2379ca;position:relative;padding-left:15px;line-height:1.4;}
.comment-article-title a::before{content:"";display:block;position:absolute;top:5px;left:0;width:10px;height:10px;border-left:solid 2px #2379ca;border-bottom:solid 2px #2379ca;transform:rotate(45deg);line-height:1;}

#article-body-outer.comment .article-body{
margin:0 auto;
padding:0;
width:750px;
}
#article-body-outer.comment .vertical-sns-bar{
position: absolute;
}

.back-to-article.comment{width:96%;margin:1em auto;box-sizing:border-box;}
.back-to-article.comment a{display:block;border:solid 2px #b1b1b1;width:98%;height:60px;line-height:60px;box-sizing:border-box;text-align:center;color: #2379ca;font-size:16px;text-decoration:underline;margin:auto;}

/* noinside */
.noinside {
    display: none;
}