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



/*特集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%;
}

.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;
  left:50%;
  transform: translateX(-50%);
}
@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 span.icon-image-link{
  display:block;
  position:absolute;
  right:13px;
  bottom:12px;
  width:36px;
  height:36px;
  padding:8px;
  background-color:#000;
  border-radius:6px;
  opacity:0.7;
  border-bottom:none;
}

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

.article-body .article-header .extra{
  margin-bottom: 16px;
  position: relative;
}
.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 .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 .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.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;
}
.video-wrap .video{
    margin-bottom:0;
}

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


.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*/
.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%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.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;
}

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

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


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


.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(-105px);
}
.social-overlay.fixed.no-animation{
  bottom:35px;
}
.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 a.btn{
  margin:0 auto;
}

/*PHOTO-PAGE*/
.btn-link-photopage{
  width: 230px;
  height: 35px;
  margin: 0 auto;
  background-color: #e9e9e9;
  position: relative;
  text-align: center;
}
.article-body.sp .btn-link-photopage{
  width:auto;
  margin: -24px -20px 24px -20px;
}
.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;
}

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