.article-kanban{
  margin-bottom: 0;
}
.article-kanban.normal{
  height: 360px;
  max-height: 360px;
}
.article-kanban.with-margin{
  margin-bottom:40px;
}
.article-kanban.feature{
  height: 360px;
  max-height: 360px;
}
.article-kanban img{
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.article-kanban.fixedsize img{
  object-fit: contain;
  height: 100%;
}

.article-kanban.normal .img-header{
  height: 360px;
}
.article-kanban.feature .img-header{
  height: 360px;
}
.article-kanban.normal figure>div.kanban,.article-kanban.normal figure>picture.kanban{
  height: 360px;
  max-height: 360px;
  overflow: hidden;
  display: block;
}
.article-kanban.feature figure>div.kanban,.article-kanban.feature figure>picture.kanban{
  height: 360px;
  max-height: 360px;
  display: block;
}
.article-kanban.feature .inner>h2{
  font-size:48px;
  font-size:4.8rem;
}
.article-kanban.feature .inner>h2>span.series, .article-kanban.feature .inner>h2>span.subtitle{
  font-size:32px;
  font-size:3.2rem;
  border-width:6px;
  padding-bottom:10px;
}
.article-kanban figure.copyright:after, .article-kanban.feature.copyright:after{
  content: attr(data-label);
  display: block;
/*   width: 170px; */
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  padding: 0 10px;
}

.yakyu-header{
  height: 360px;
  max-height: 360px;
}
.yakyu-header img{
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#series-column{
  display: flex;
  justify-content:space-between;
  margin:0 -5px 53px; 
}
#series-column.space{
  padding:20px 0 0px;
}
#series-column li{
  text-align:center;
  flex-grow: 1;
  font-size: 22px;
  font-size: 2.2rem;
  margin:0 5px;
}
#series-column li:after {
   background-color: #b2b2b2;
   border-radius: 2px;
   content: "";
   display: block;
   height: 4px;
   margin:10px 0 0;
}
#series-column li a{
  color:#b2b2b2;
}
#series-column li a:hover{
  color:#f73b3b;
}
#series-column li.current{
  flex-grow: 2;
  color:#f83e3f;
}
#series-column li.current:after {
   background-color: #f83e3f; 
}

.article-header {
    border-bottom: 1px solid #DDD;
    margin-bottom: 40px;
    padding-bottom: 15px;
    overflow: visible;
}
.article-header.with-margin {
  margin-top:40px;
}
/*
.article-header .title-side {
    width: 900px;
    float: left;
    position: relative;
}
.article-header .title-side:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 90%;
    top: 0;
    right: 0;
    margin: auto;
    border-right: 4px solid #ddd;	
}
.article-header .author-side {
    width: 300px;
    float: left;
    padding-left: 20px;
}
*/
.article-header h1.title {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1.0rem 0;
}
.article-header h2.subtitle {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 0 2.5rem 0;
}
.article-header .extra {
    margin-bottom: 16px;
    position: relative;
}
.article-header .author-header{
  margin-bottom: 15px;
  overflow: hidden;
}
.article-header .author-header .author-box{
    display: inline-block;
}
.article-header .author-header p.author, .author-header.article-author-profile p.author{
  display: table-cell;
  height: 40px;
  padding-left: 45px;
  padding-right: 25px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  vertical-align: middle;
  font-feature-settings: "palt";
}
.author-header.article-author-profile p.author{
  display: block;
}
.article-header .author-header p.author:last-child{
    padding-right: 0;
}
.article-header .author-header p.author .article-header-author-icon, .author-header.article-author-profile p.author .article-header-author-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.article-header .author-header p.author > a {
  color: #2379ca;
}
.article-header .author-header p.author > a:hover {
  opacity: 0.7;
}
.article-header .author-header > .date {
    display: inline-block;
    float: right;
    line-height: 40px;
    color: #757575;
    font-weight: 100;
    font-size: 1.2rem;
}

.article-header.pc.magazine{
  padding: 0 0 30px 0;
  border-bottom: 1px solid #DDD;
}
.article-header.pc.magazine .left{
  width: 220px;
  float: left;
  margin-right: 40px;
}
.article-header.pc.magazine .left img.magazine-cover-image{
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.article-header.pc.magazine .right{
    float: left;
    width: 620px;
  overflow: hidden;
}

.article-header.pc.magazine h1.magazine-title,
.article-header.pc.magazine p.magazine-title{
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}
.article-header.pc.magazine h2.magazine-subtitle,
.article-header.pc.magazine p.magazine-subtitle{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight:500;
  text-align: left;
  line-height: normal;
  margin: 0;
}
.article-header.pc.magazine p.magazine-issue-date{
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: normal;
  margin: 15px 0 40px;
}
.article-header.pc.magazine .right .flex {
  align-items: center;
}

.article-header.pc.magazine .right a.btn.ctr{
  margin: 0;
  padding: 0 24px;
  max-width: 300px;
  width: 300px;
  font-size: 20px;
  font-size: 2.0rem;
}
.article-header.pc.magazine .right a.btn.ctr:nth-child(n+3){
  margin-top: 10px;
}
.article-header.pc.magazine .right p.goto-backnumber{
  text-align: right;
  line-height: 1.6;
  margin: 25px 0 0 auto;
  padding-bottom: 5px;
}
.article-header.pc.magazine .right .backnumber-set {
  text-align: right;
  line-height: 1.6;
  padding: 0;
  margin: 10px 0 0 auto;
}
.article-header.pc.magazine .right a.border,.article-header.pc.magazine .right a.border:hover{
  border-bottom: none;
}
.article-header.pc.magazine .right a.border:hover{
  opacity: 0.7;
}
.article-header.pc.magazine .right .backnumber-set a,
.article-header.pc.magazine .right .backnumber-set aa.goto-denshiban{
  margin: 0;
}

.article-header.pc.magazine .right p.goto-backnumber a.goto-denshiban{
  margin-right: 20px;
}
.article-header.pc.magazine .banner img{
  margin-top: 20px;
}
.article-header.pc .social-btns{
  margin: 10px 0;
  height: 24px;
  background: #FFF;
  text-align: right;
  overflow: hidden;
}
.article-header.pc .social-btns .fb-like.fb_iframe_widget{
  top: -2px;
}
.article-header.pc .social-btns .pocket-btn{
  display: inline-block;
    position: relative;
    top: 2px;	
}

body.article-normal #article-body-outer{
  position:relative;
}
body.article-normal.tieup-article #article-body-outer {
  width:1280px;
}
body.article-normal:not(.photo):not(.comment):not(.tieup-article) #article-body-outer.fixed-top .article-body, 
body.article-normal:not(.photo):not(.comment):not(.tieup-article) #article-body-outer.fixed-bottom .article-body{
  padding:0 65px;
  width:880px;
}

.article-body{
  width:100%;
  padding: 0 65px;
  margin-bottom: 0;
}
body.article-normal .article-body{
  padding:0 65px 0 0;
  width:815px;
}
body.article-normal.tieup-article .article-body {
  padding:0 65px;
  width:1280px;
}
.article-body .direct-access-info{
  display: none;
}
.article-body > h2:not(.subtitle){
  margin-top: 0;
}
.article-body .direct-access-info.outside{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -20px -65px 0;
}
.article-body .direct-access-info a{
  position: relative;
  padding-left: 16px;
  padding-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.6;
}
.article-body .direct-access-info a:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-width: 5px 8px 5px 5px;
  border-style: solid;
  border-color: transparent #2379ca transparent transparent;
}
.article-body .direct-access-info .current-page{
  color: #888;
  font-size: 1.8rem;
  line-height: 1em;
}
.article-body .direct-access-info .current-page span{
  font-size: 3.0rem;
}
.article-body h2 {
  font-size: 2.0rem;
}
.article-body figure span:not(.bold){
  right: 0;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.article-body figure.image-area.figure-right{
  float: right;
  margin: 0 0 30px 30px;
}
.article-body figure.image-area.figure-left{
  float: left;
  margin: 0 30px 30px 0;
}
.article-body figure.image-area.figure-none, .article-body figure.image-area.figure-center{
  max-width: 750px;
  margin: 0 auto 54px auto !important;
}
.article-body .source-code,
.article-body .video-wrap{
  margin-bottom: 5.4rem;
}
.article-body p.next-info a,.article-body p.next-info a:hover{
  display: block;
    padding: 16px 24px;
    margin: 24px auto;
    border: 2px solid #AEAEAE;
    text-align: center;
/*     color: #AEAEAE; */
    background: #FFF;
    position: relative;
}

/* 書影データ　　*/
.article-normal .book-cover,
.article-body .book-cover{
  padding: 25px 50px;
  margin-bottom: 40px;
}
.article-normal .book-cover.space,
.article-body .book-cover.space{
  margin-bottom: 40px;
}
.article-normal .book-cover .title-side,
.article-body .book-cover .title-side{
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2.0rem;
}
.article-normal .book-cover .flex-side,
.article-body .book-cover .flex-side{
  margin-bottom: 15px;
}
.article-normal .book-cover .image-side,
.article-body .book-cover .image-side{
  width: 138px;
  margin-right: 28px;
}
.article-normal .book-cover .image-side img,
.article-body .book-cover .image-side img{
  margin: 0 auto;
   display: block;
}
.article-normal .book-cover .text-side .title,
.article-body .book-cover .text-side .title{
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
}
.article-normal .book-cover .title__link,
.article-body .book-cover .title__link {
  color: #2379ca;
    text-decoration: none;
    padding-bottom: 0.05em;
    word-break: break-all;
}
.article-normal .book-cover .title__link:hover,
.article-body .book-cover .title__link:hover {
  opacity: 0.7;
}

.article-normal .book-cover .text-side .issue,
.article-body .book-cover .text-side .issue{
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.article-normal .book-cover .text-side .default,
.article-body .book-cover .text-side .default{
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.article-normal .book-cover .text-side .author,
.article-body .book-cover .text-side .author{
  margin-top: 5px;
}
.article-normal .book-cover .link-side .buy,
.article-body .book-cover .link-side .buy{
  font-size: 18px;
  font-size: 1.8rem;
}
.article-normal .book-cover .link-side .buy.amazon::before,
.article-body .book-cover .link-side .buy.amazon::before{
  width: 22px;
  height: 22px;
  margin-right: 14px;
}
.article-normal .book-cover .link-side .buy.contents::before,
.article-body .book-cover .link-side .buy.contents::before{
  width: 22px;
  height: 22px;
  margin-right: 14px;
}

/*article body media associated*/
.article-body .media-associated-title{
  font-weight: 700;
}
.article-body .media-associated-author-name,
.article-body .media-associated-published-at{
  font-size: 14px;
  font-size: 1.4rem;
}
.article-body a.media-associated-image{
  width: 160px;
}




.article-kanban.fixed-height-2 {
    height: 400px;
}
.article-kanban.fixed-height-2 img {
    height: 400px;
}


.article-social-btn-bottom{
  
}
.article-social-btn-bottom a.btn{
  width: calc(100% / 3);
  color: #FFF;	
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.article-social-btn-bottom a.btn span.icon{
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.article-social-btn-bottom a.btn.facebook{
  background-color: #3664a2;
  cursor: pointer;
}
.article-social-btn-bottom a.btn.twitter{
  background-color: #1b95e0;
}
.article-social-btn-bottom a.btn.hatena{
  background-color: #438db4;
}



.source-genre{
  padding: 0;
  display: inline-block;
}
.source-genre p{
  text-align: left;
}
.source-genre p.genre a{
  padding:0;
  margin:0;
  color:#2379ca;
  font-weight:500;
  background-color:transparent;
  border-radius: 0;
}
.source-genre p span.icon-pr{
  background: #666;
    color: #fff;
    padding: 1px 5px;
    margin-right: 5px;
}

.comment-link{
  min-width: 110px;
  display: inline-block;
  float: right;
  position: relative;
  background: #fff;
  border: 1px solid #f83f3f;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.comment-link a{
  display: block;
  padding: 0 15px;
  line-height: 220%;
  color: #f83f3f;
}
.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;
}
.comment-link a:hover{
  opacity: 0.7;
}

/*article body modules*/
.box figure,.information figure{
  margin-bottom: 0 !important;
}
.box p,.box a{
  overflow: hidden;
}
.provide-site{
   margin-bottom: 80px;
}
.provide-site dt.title{
  margin-bottom: 22px;
  font-size: 18px;
  font-size: 1.8rem;
}
.provide-site dd.site{
  margin-right: 48px;
  display: inline-block;
  vertical-align: middle;
}
.provide-site dd.site:last-child{
  margin-right: 0;
}
.provide-site dd.site a{
  padding-bottom: 0;
  border-bottom: none;
}
.provide-site dd.site a:hover{
  padding-bottom: 0;
  opacity: 0.6;
  border-bottom: none;
}
.provide-site dd.site.yahoo{
  width: 192px;
}
.provide-site dd.site.digital{
  width: 195px;
}
.provide-site dd.site.line{
  width: 184px;
}
.provide-site dd.site.gekkan{
  width: 168px;
}
.provide-site.denshiban{
   padding: 25px 30px 30px;
   margin-bottom: 0px;
}
.provide-site.denshiban .logo {
  margin-bottom: 15px;
}
.provide-site.denshiban .title{
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.provide-site.denshiban a {
}
.provide-site.denshiban .article-outer {
  align-items: center;
}
.provide-site.denshiban .article-img {
  width: 240px;
}
.provide-site.denshiban .article-title{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left:20px;
  margin-bottom: 0;
  width: initial;
  color: #2379ca;
}
.provide-site.denshiban .provide-articles p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.provide-site.denshiban + .block-photo{
  margin-top: 20px;
}
/*
.provide-site.denshiban dt.title{
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}
.provide-site.denshiban dd.site{
  width: 480px;
}
.provide-site.denshiban dd.site a{
  padding: 18px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.provide-site.denshiban dd.site a::after{
  width:12px;
  height:12px;
}
.provide-site.denshiban dd.site img{
  width: 200px;
  padding-right: 8px;
}
*/
.provide-site.bungeishunju {
  padding: 0 68px 40px;
  margin-bottom: 40px;
}

.provide-site.bungeishunju .title {
  padding: 50px 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.provide-site.bungeishunju a:not(:where(.gekkan-cp-banner_link)) {
  width: 480px;
  margin: 0 auto;
}

.provide-site.bungeishunju .article-outer {
}
.provide-site.bungeishunju .article-img {
  width: 140px;
}
.provide-site.bungeishunju .article-img img {
}

.provide-site.bungeishunju .article-info {
}
.provide-site.bungeishunju .article-title {
  font-size: 16px;
  margin: 0;
}
.provide-site.bungeishunju .article-authors {
}
.provide-site.bungeishunju .article-author {
  position: relative;
  font-size: 13px;
}

.provide-articles {
  margin: 2.4rem 0 0;
  padding: 20px;
}
.provide-articles.shukan {
  margin: 40px 0 40px;
}
.provide-title img {
  top: -10px;
}
.provide-articles ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.provide-articles.bungeishunju {
  margin-top: 35px;
  padding: 35px 18px 0;
}
.article-body .box.movie-column{
    margin:3rem 0 3.5rem; 
}
.movie-column figure{
   width:30%;
}
.movie-columne figure img.movie-thumbnail{
  width:100%;
}
.movie-column .movie-link{
   width:70%;
   text-align:left;
   padding:0 0 0 5%;
}
.bunshunleaks{
  background:url(/common/images/bunshun/v1/article/leaks/pc-leaks-middle.png) repeat-y #e7e7e7;
  margin:40px 40px 27px;
  background-size: contain;
}
.bunshunleaks::before{
  background: url(/common/images/bunshun/v1/article/leaks/pc-leaks-header.png) no-repeat;
  height:90px;
  background-size: contain;
}
.bunshunleaks::after{
  background: url(/common/images/bunshun/v1/article/leaks/pc-leaks-bottom.png) no-repeat;
  height:14px;
  background-size:contain;
  background-position:bottom;
}
.bunshunleaks .link a{
  padding:1.5% 0%;
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  margin:0 auto;
  width: 46%;
}
.bunshunleaks .link a:hover{
  padding: 1.5% 0%;
  color: #000;
  opacity: 0.7;
  border: none;
}
.provide-always{
  margin-bottom: 40px;
  margin-top: 15px;
  text-align: center;
}
.provide-always .introduction{
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.provide-always .notes{
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888888;
}

/* お知らせ枠（モーダルウィンドウ） */
.announce-information .modal{
  width: 34%;
}
.announce-information .modal-tittle{
  padding: 3.5% 0;
}
.announce-information .modal-tittle p{
  font-size: 25px;
  font-size: 2.5rem;
}
.announce-information .modal-conts{
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  padding: 4% 4% 3%;
}
.announce-information .modal-conts p{
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  flex: 1;
}
.announce-information .modal-conts .modal-figure{
  width: 53%;
  padding: 0 2% 0 0;
}
.announce-information .modal-close-btn{
  width: 7%;
}
.announce-information a .modal-link-btn{
  padding: 3% 0;
  margin: 0 auto 3%;
  width: 40%;
}
.announce-information a .modal-link-btn p{
  font-size: 18px;
  font-size: 1.8rem;
}

/*アザーカット*/
.article-body .othercut-area{
  margin:50px 0 70px;
}
.article-body .othercut-area ul.advance-shot li{
  width:15%;
  padding-bottom: 15%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li{
  width:15%;
  padding-bottom: 15%;
  margin-bottom:2%;
}
.article-body .othercut-area ul.advance-shot li:nth-child(2n+1):last-child{
  margin-right:inherit;
  padding-bottom: 15%;
}
.article-body .othercut-area ul.advance-shot li:nth-child(4n-2):last-child{
  margin-right:inherit;
  padding-bottom:15%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(2n+1):last-child{
  margin-right:inherit;
  padding-bottom: 15%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(4n-2):last-child{
  margin-right:inherit;
  padding-bottom: 15%;
}
.article-body .othercut-area ul.advance-shot li:nth-child(6n-2):last-child{
  padding-bottom: 15%;
  margin-right:34%;
}
.article-body .othercut-area ul.advance-shot li:nth-child(6n-3):last-child{
  padding-bottom: 15%;
  margin-right:51%;
}
.article-body .othercut-area ul.advance-shot li:nth-child(6n+2):last-child{
  padding-bottom: 15%;
  margin-right:68%;
}
.article-body .othercut-area ul.advance-shot li:nth-child(6n-1):last-child{
  padding-bottom: 15%;
  margin-right:17%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(6n-2):last-child{
  padding-bottom:15%;
  margin-right:34%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(6n-3):last-child{
  padding-bottom:15%;
  margin-right:51%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(6n+2):last-child{
  padding-bottom:15%;
  margin-right:68%;
}
.article-body .othercut-area .dropdown-shot-area ul.dropdown-shot li:nth-child(6n-1):last-child{
  padding-bottom:15%;
  margin-right:17%;
}
.article-body .open-dropdown-trigger{
  cursor:pointer;
  margin:30px auto 0;
}
.article-body open-dropdown-menu {
  width:200px;
  height:46px;
}
.article-body .block.series,
.article-body .block.related{
  margin:20px 0;
}
.article-body .block.series a.btn,
.article-body .block.related a.btn {
  display:flex;
  flex-direction:column;
  align-items:center;
}
a.btn.goto-next:hover {
  opacity: 0.7;
}
a.btn.goto-next:hover .link-label {
  text-decoration: none;
}
.article-body .block.series a.btn .fixed-label,
.article-body .block.related a.btn .fixed-label {
  color:#fff;
  background:#000;
  border-radius:60px;
  text-align:center;
  margin:0 0 10px 0;
  position:relative;
  padding:1% 10%;
}

.article-body .block.series a.btn .fixed-label::after,
.article-body .block.related a.btn .fixed-label::after {
  content:"";
  display:inline-block;
  vertical-align:middle;
  right:13px;
  top:18px;
  width:8px;
  height:8px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
  position:absolute;
}
.article-body .block.series a.btn.goto-next--img .fixed-label::after,
.article-body .block.related a.btn.goto-next--img .fixed-label::after {
  display: none;
}
.article-body .block.series a.btn.goto-next--img:hover {
  opacity: 0.7;
}

.article-body .block.series a.btn.goto-next--img {
  display: flex;
  flex-direction: row;
  padding: 0px;
  align-items: stretch;
  background: #fff;
  border: 2px solid #c0c0c0;
}

.article-body .block.series a.btn.goto-next--img .fixed-label {
  background: #000;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  width: 25%;
  text-align: center;
  justify-content: center;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
}

.article-body .block.series a.btn .fixed-label br{
  display: none;
}

.article-body .block.series a.btn.goto-next--img .fixed-label br{
  display: block;
}

.article-body .block.series a.btn.goto-next--img .fixed-label span {
  position: relative;
  top: -10px;
  line-height: 1.4em;
}

.article-body .block.series a.btn.goto-next--img .fixed-label span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  bottom: -22px;
  left: calc(50% - 17px);
  z-index: 2;
}

.article-body .block.series a.btn.goto-next--img .fixed-label span::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 26px;
  height: 26px;
  bottom: -30px;
  border-radius: 50%;
  left: calc(50% - 13px);
}

.article-body .block.series a.btn.goto-next--img span.link-label {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 4px;
  width: 80%;
}

.article-body .block.series a.btn.goto-next--img .goto-next--imgblock {
  width: 35%;
  padding: 8px;
}

.article-body .block.series a.btn .goto-next--imgblock {
  display: none;
}

.article-body .block.series a.btn.goto-next--img .goto-next--imgblock {
  display: block;
}

.article-body .block.series a.btn.goto-next--img .goto-next--imgblock img {
  vertical-align: top;
}

a.btn.goto-next--img span.link-label {
  text-align: left;
}

.article-body .comment-link-end{
  width: 268px;
  margin: 10px auto 80px;
}
.article-body .comment-link-end a{
  padding: 2px 0;
}
.article-body .comment-link-end a:hover{
  padding: 2px 0;
  opacity: 0.7;
}
.article-body .comment-link-end a::before{
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.information{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.information.red{
  text-align:center;
}
.pagination .page-num{
  max-width: 100%;
}
.pagination .page-num a {
  width: 80px;
}
.pagination a.prev,.pagination a.next{
  position: relative;
  height: 68px;
  border: none;
}
.pagination a.prev:after, .pagination a.next:after{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pagination.black.article .page-num.sp-d{
  display:none !important;
}
.pagination.black.article .page-num{
  display:flex !important;
}
/*記事ページ著者プロフィール*/
.article-author-profile{
  margin: 20px auto;
  width: 616px;
}
.article-author-profile .container{
  padding: 16px 20px;
}
.article-author-profile .container .item:first-of-type{
  width: 50px;
}
.article-author-profile .container .item:nth-of-type(2) {
  width: 330px;
}
.article-author-profile .author-name{
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
.article-author-profile .author-button{
  right: 20px;
  padding: 8px 12px 10px 30px;
}
.article-author-profile .author-button span{
  font-size: 13px;
  font-size: 1.3rem;
}
.article-author-profile .author-button:before{
  background-size: 16px 18px;
  width: 16px;
  height: 18px;
  left: 12px;
  top: 9px;
}
/* 文春読書オンラインバナー */
.article-normal .books-bnr{
  max-width: 616px;
  margin: 0 auto 20px;
}
.photo .books-bnr{
  max-width: 100%;
  margin: 20px 0 0;
}
.books-bnr a{
  display: block;
}
.books-bnr a:hover{
  opacity: 0.7;
}
/* 特設へのリンクとフォローボタンを内包する要素 */
.article-link-area {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  width: 750px;
  margin: 20px auto;
}
.article-link-list {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.article-link-list > a {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  color: #2379ca;
  font-size: 1.4rem;
  line-height: 1.5;
  width: fit-content;
}
.article-link-list > a:hover {
  opacity: 0.7;
}
/* フォローボタンサムネ */
.fw-media-thum{
}
.article-link-area .fw-media-thum {
  flex-shrink: 0;
  width: 60%;
}
.fw-media-thum--img-none img{
  display: none;
}
.fw-btn-thum-inner{
  gap: 9px;
  margin: 20px 15% 30px;
  padding: 1.5%;
}
.article-link-area .fw-btn-thum-inner {
  margin: 0;
}
.fw-btn-thum-inner img{
  width:27%;
}
.article-link-area .fw-btn-thum-inner img {
  width: 37%;
}
.fw-btn-thum-in-right{
  margin:0 auto;
}
.fw-btn-thum-in-right p{
  font-size:1.6rem;
  font-size:16px;
  margin:0 0 10px 0;
  text-align: center;
}
.article-link-area .fw-btn-thum-in-right p {
  width: 200px;
  margin-inline: auto;
  font-size:1.4rem;
  font-size: 14px;
}
.category-fw-btn-long{
  width:70%;
  margin:0 auto;
  padding:3% 2%;
}
.article-link-area .category-fw-btn-long {
  width: 72%;
}
.category-fw-btn-long span{
  font-size:1.6rem;
  font-size:16px;
  font-weight:500;
}
.article-link-area .category-fw-btn-long span {
  font-size:1.3rem;
  font-size:13px;
}
.category-fw-btn-long span:before{
  width:27px;
  height:22px;
}
.article-link-area .category-fw-btn-long span:before {
  width: 20px;
  height: 16px;
}

.recommend-articles{
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}
.recommend-articles .title{
  margin-bottom: 2.4rem;
}
.list-thumb.recommend li{
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.list-thumb.recommend li .image{
  margin-bottom: 10px;
}
.list-thumb.recommend li .title{
  margin-bottom: 0;
}
.list-thumb.recommend li .title h4 a:hover{
  text-decoration: underline;
}
.list-thumb.recommend li:nth-child(4n){
  margin-right: 0;
}
.list-thumb.recommend li:nth-child(4n+1){
  clear: both;
}

.series-title{
  padding: 0 0 0 40px;
}
.series-title h2{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
}
.series-title h2>span{
  font-size: 14px;
  font-size: 1.4rem;	
}
.series-title h2>a{
  color: #FFF;
}
.series-title h2>a:hover{
  color: #F73B3B;
}

.series-prevnext.pc{
  margin: 20px 0 20px 0;
}
.series-prevnext.pc.one-side{
  justify-content: center;
}
.series-prevnext.pc div.prev,.series-prevnext.pc div.next{
  padding: 20px;
  width: calc((100% / 2) - 5px);
  border: 2px solid #c0c0c0;
}
.series-prevnext.pc.one-side div.prev,.series-prevnext.pc.one-side div.next{
  width: calc(100% / 2);
}
.series-prevnext.pc div.prev .tit-feature,.series-prevnext.pc div.next .tit-feature{
  color: #AEAEAE;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
.series-prevnext.pc div.next .tit-feature{
  margin-left: auto;
  margin-right: 5px;
  text-align: right;
}
.series-prevnext.pc .prev div.img,.series-prevnext.pc .next div.img{
  display: block;
  width: 128px;
  height: 80px;
  overflow: hidden;
}
.series-prevnext.pc .prev div.img img, .series-prevnext.pc .next div.img img{
  width: 100%;
}
.series-prevnext.pc .prev p, .series-prevnext .next p{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  overflow: hidden;
  max-width: calc(100% - 148px);
}
.series-prevnext.pc .prev .arrow,.series-prevnext.pc .next .arrow{
  position: relative;
  margin-bottom: 15px;
}
.series-prevnext.pc .next .arrow{
  margin-right: 8px;
  display: block;
  text-align: right;
}
.series-prevnext.pc .prev a.arrow{
  padding-left: 10px;
  display: block;
}
.series-prevnext.pc .prev a.arrow:before{
  content: "";
  border: 2px solid #333;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  border-top: medium none;
  border-left: medium none;
}
.series-prevnext.pc .next a.arrow:after{
    content: "";
    border: 2px solid #333;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -8px;
    margin: auto;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-top: medium none;
    border-left: medium none;
}

.this-team-articles-list{
  margin:40px 65px 0;
}
.column-caption{
  margin:0 0 25px;
  font-size:2.0rem;
}
.match-team-articles-list{
  margin:50px 65px 100px;
}
.opponent-article{
  padding:25px;
}
.opponent-article-l{
  width:29.5%;
}
.opponent-article-l p{
  margin:10px 0 0;
  font-size:2.6rem;
  font-weight:700;
}
.opponent-article-l p span{
  font-size:2.0rem;
}
.opponent-article-r{
  width:65.5%;
  font-size:2.2rem;
}
.opponent-article-r .belongs{
  margin:20px 0 0 0;
  font-size:1.6rem;
}
.opponent-article-r .belongs .list-author-icon{
  width: 33px;
  height: 33px;
  margin: 0 5px 0 15px;
}
.team-bg{
  width:5%;
}

/*VERTICAL SNS BAR*/
.vertical-sns-bar{
  position:relative;
  width:65px;
  height:470px;
  background-color:#e9e9e9;
  margin-left:-105px;/*-30*/
  padding-top:10px;
  z-index:999;
}
.vertical-sns-bar.wide{
  height:540px;
}
#article-body-outer.fixed-top .vertical-sns-bar{
  position:fixed;
  top:90px;
}
#article-body-outer.fixed-bottom .vertical-sns-bar{
  position:absolute;
  bottom:0;
}

.vertical-sns-bar .item{
  width:65px;
  height:70px;
  background-repeat:no-repeat;
  background-position:center 5px;
  background-size:42px;
  transition: opacity .5s; 
}
.vertical-sns-bar .item.no-label{
  height:60px;
}
.vertical-sns-bar .item a{
  display:block;
  width:100%;
  height:100%;
  text-align:center;
  position:relative;
  border:none;
}
.vertical-sns-bar .item:hover {
  opacity: 0.7;
}
.vertical-sns-bar .item a:hover, .vertical-sns-bar .item button:hover{
  border:none;
}
.vertical-sns-bar .item a span, .vertical-sns-bar .item button span{
    font-size:14px;
    font-weight:bold;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.vertical-sns-bar .item.copy button{
  height: 100%;
  width: 100%;
  border-color:transparent;
  background:transparent;
  cursor: pointer;
}

.vertical-sns-bar .item.fb{
  background-image:url(/common/images/bunshun/v1/article/socials/fb.png?rd=202109011805);
}
.vertical-sns-bar .item.fb a span{
  color:#3B5998;
}
.vertical-sns-bar .item.tw a span{
  color:#55acee;
}
.vertical-sns-bar .item.hatena a span{
  color:#00a4de;
}
.vertical-sns-bar .item.pocket a span{
  color:#e8374a;
}
.vertical-sns-bar .item.copy button span{
  color:#282828;
  font-size:11px;
}
.vertical-sns-bar .item.comment-ul a span{
  color:#282828;
}

.vertical-sns-bar .item.copy{
position:relative;
}
.vertical-sns-bar .item.copy #copy-btn-result{
  display:none;
position: absolute;
    min-width: 125px;
    min-height: 25px;
    background-color: #000;
    left: 60px;
    font-size: 14px;
    top: 12px;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
}
.vertical-sns-bar .item.copy #copy-btn-result:before{
content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: -5px;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #000 transparent transparent;
    transform: translateY(-50%);
}

.vertical-sns-bar .item.tw{
  background-image:url(/common/images/bunshun/v1/article/socials/x.png);
  height: 60px;
}
.vertical-sns-bar .item.hatena{
  background-image:url(/common/images/bunshun/v1/article/socials/hatena.png);
}
.vertical-sns-bar .item.line{
  background-image:url(/common/images/bunshun/v1/article/socials/line.png);
}
.vertical-sns-bar .item.pocket{
  background-image:url(/common/images/bunshun/v1/article/socials/pocket.png);
}
  .vertical-sns-bar .item.note {
    padding: 5px;
  }
  .vertical-sns-bar .item.note img{
    width: 42px;
  }
.vertical-sns-bar .item.copy{
  background-image:url(/common/images/bunshun/v1/article/socials/copy.png);
}
.vertical-sns-bar .item.comment-ul{
  background-image:url(/common/images/bunshun/v1/article/socials/comment@2x.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .vertical-sns-bar .item.fb{
    background-image:url(/common/images/bunshun/v1/article/socials/fb@2x.png?rd=202109011805);
  }
  .vertical-sns-bar .item.tw{
    background-image:url(/common/images/bunshun/v1/article/socials/x@2x.png?rd=202309121100);
  }
  .vertical-sns-bar .item.hatena{
    background-image:url(/common/images/bunshun/v1/article/socials/hatena@2x.png);
  }
  .vertical-sns-bar .item.line{
    background-image:url(/common/images/bunshun/v1/article/socials/line@2x.png);
  }
   .vertical-sns-bar .item.pocket{
    background-image:url(/common/images/bunshun/v1/article/socials/pocket@2x.png);
  }
  .vertical-sns-bar .item.copy{
    background-image:url(/common/images/bunshun/v1/article/socials/copy@2x.png);
  }
}

/*SHUKAN-CONTENTS*/
.article-body .article-magazine-vote{
  padding: 16px 0 0 0;
}
.article-body .article-magazine-vote .inner{
  padding: 0 20px 20px;
}
.article-body .article-magazine-vote .title{
  top: -16px;
  font-size: 32px;
  font-size: 3.2rem;
}
.article-body .article-magazine-vote .text{
  padding: 30px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.article-body .article-magazine-vote a.border{
  font-size: 20px;
  font-size: 2.0rem;
}

/* アンケート機能を埋め込んだポップアップ */
.tieup-questionnaire {
  padding-top: 70px;
}
.tieup-questionnaire .modal {
  max-width: 640px;
  width: 45%;
  height: 90%;
}
.tieup-questionnaire .modal-conts {
  padding: 4% 4% 3%;
}
.tieup-questionnaire .modal-close-btn {
  cursor: pointer;
  transition: 0.5s;
}
.tieup-questionnaire .modal-close-btn:hover {
  opacity: 0.7;
}

/* provide内の本誌電子版キャンペーン誘導バナー */
figure.gekkan-cp-banner {
  margin: 20px 0 10px;
}