.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}/*h1,h2,h3,h4,h5,h6{font-weight:normal}*/
ul{list-style:none}
button,input,select,textarea{margin:0}html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
img,embed,object,video{height:auto;max-width:100%}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left;font-weight: 400;}

/* iOSでのデフォルトスタイルをリセット */
button,input[type="submit"],input[type="button"] {
  -webkit-appearance:none;
  border-radius: 0;
}

/*Default*/
:root {
  --color-shukan-primary: #004098;
  --color-shukan-primary-rgb: 0, 64, 152;
}

html{
  font-size: 62.5%;
}

body{
  font-family: -apple-system-subset, Helvetica, Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
/* 	letter-spacing: 0.2rem; */
  background: #FFF;
  color: #333333;
  position: relative;
  word-wrap: break-word;
  max-width:100vw;
  overflow-x:hidden;
}

hr{
    margin: 24px 0;
    display: block;
    border: 0;
    background: #ddd;
    height: 1px;
}
a,a:hover{
  color: #333;/*#2379ca*/
  text-decoration: none;
}

img{
  touch-callout:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
}

.block{
  margin-bottom: 0.5rem;
  overflow:hidden;
  clear:both;
}
.block.side-margin{
  margin-left: 2.0rem;
  margin-right: 2.0rem;
}
.block.btn-block,.btn-block{
  margin-left: 1.0rem;
  margin-right: 1.0rem;
  margin-bottom: 1.0rem;
}
.btn-block .banner{
  width: 100%;
}

/* Common Banner
=========================================================== */
.common-banner {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-inline: 10px;
  margin-block: 20px 24px;
}

.common-banner__heading {
  background: #fff;

  > p {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
}

.common-banner__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 0;
}

.common-banner__item {
  a {
    display: block;
  }

  img{
    width: 100%;
    height: auto;
  }
}

/* feature */
.btn-block.feature {
  margin: 0 0 30px 0;
  padding: 0 1.0rem 24px 1.0rem;
  background: #f0f0f0;
}
.btn-block.feature a {
  max-width: none;
  margin: 0;
}
/* feature end */
/* subcategory */
.btn-block.subcategory {
  margin-top: 20px;
}
.btn-block.subcategory a {
  max-width: none;
  margin: 0;
}
/* subcategory end */
.block + .block-header {
  margin-top: 20px;
}
.block-header{
  margin-bottom: 10px;
  padding: 0 10px;
  background: #FFF;
}
.block-header.space{
  margin-top: 2.4rem;
}
/* feature */
.block-header.feature{
  margin-bottom: 0;
  padding: 25px 1.0rem 10px;
  background: #f0f0f0;
}
/* feature end */
.carousel-cell.feature .block-feature>.block-header.feature{
display:none;
}
.block-header :is(p, span).title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight:700;
}
.block-header .right{
  text-align:right;
  display:inline-block;
  float:right;
}
.block-header a.link{
  display: block;
  float: right;
  position:relative;
  padding-right: 15px;
  line-height: 20px;
  line-height: 2.0rem;
}
.block-header a.link.arrow-right:after{
    content: "";
    border: 2px solid;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 30%;
    right: 0px;
    transition: all 0.2s ease-out 0.35s;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-top: medium none;
    border-left: medium none;
}

.top-sp-underarticle .ad-banner { /* ONLINE_DEV-1458　対応 2020.11.06 2020.11.24 */
  min-height: 250px;
}

.block.ad-banner.infeed-3{ /* ONLINE_DEV-377 対応 2018.01.23 */
  margin:0 !important;
  min-height: 300px
}

.block.ad-banner.infeed-4{ /* ONLINE_DEV-377 対応 2018.01.23 */
  margin:0 !important;
}

h3.summary-title { /* ADS_DEV-260　対応 2020.10.20 */
  margin: 10px 10px 0 10px;
}

.block.recommend { /* ONLINE_DEV-377 対応 2018.01.23 */
  margin:0 !important;
}

#link-to-related .block.recommend {
  min-height: 1400px
}

.block.recommend {
  min-height: 4750px
}

aside .block.recommend {
  min-height: 3736px
}

.block.ad-banner.banner-5{ /* ONLINE_DEV-1458　対応 2020.11.06 */
  text-align:center;
}

.block.ad-banner.banner-sd-banner02{ /* BUNSHUN_DEV-768　対応 2023.04 */
  min-height: 250px;
}

.block.ad-banner { /* ONLINE_DEV-377 対応 2018.01.23 */
  margin:1em 0 !important;
}
.block.ad-banner.inarticle { /* BUNSHUN_DEV-768 対応 2023.04 */
  min-height: 280px;
  text-align:center;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 4px;
}
.block.ad-banner.inarticle p {
  color: #8a9299;
  font-size: 10px;
  margin-bottom: 3px;
  margin-top: 3px;
  text-transform: uppercase;
  text-align: center;
}
.ad-overlay { /* ADS_DEV-5 対応 2019.11.26 */
  width:100%;
  position:fixed;
  bottom:0;
  left:0;
  z-index:2147483646;
}
.ad-overlay iframe { /* ONLINE_DEV-1458 CLSエラー対応 20210305 */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flex{
  display: flex !important;
  flex-wrap: wrap;
}
.flex.space-around{
   justify-content: space-around;
 }
.flex.center{
   justify-content: center;
 }
 .flex.space-between{
   justify-content: space-between;
 }
 
.bold{
   font-weight:700;
}
main.android .bold{
   font-weight:700;
}
.clearfix{
  clear: both;
}
.hidden{
display:none;
}
.rotate-left{
  transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);	
} 
.rotate-right{
  transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}  

.padding-30{
  padding: 4% 3.3%;
}

.half-rhomboid-symbol::after{
  content: "";
  border: 1px solid #AEAEAE;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  text-align: center;
  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;
}

a.btn{
  display: block;
  padding: 16px 24px;
  margin: 24px auto;
  border: 2px solid #bbb;
  text-align: center;
  color: #767676;
  background: #FFF;
  position: relative;
  max-width:375px;
  border-radius: 4px;
}

a.btn.goto-next{
  margin-top: 0;
  text-align: left;
  padding: 16px 16px;
}
a.btn.goto-next--center {
  text-align: center;
  width: 90%;
}
#photo-main-block + .block a.btn.goto-next{
  margin-top: 24px;
}
a.btn span.fixed-label{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #767676;
  margin-right: 5px;
}
a.btn span.link-label{
  text-decoration: underline;
  color: #2379ca;	
}

a.btn.img-btn{
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  padding: 0;
  margin: 16px auto;
  max-width: 375px;
}
a.btn.img-btn.nicochannel{
  background-image: url(/common/images/bunshun/v1/common/logo_bunshundigital.png);
}
a.btn.img-btn.linenews{
  background-image: url(/common/images/bunshun/v1/common/logo_linenews.png);
}
a.btn.img-btn.bunshunleaks{
  background-image: url(/common/images/bunshun/v1/common/banner_leaks.png);
  background-color: #ffed23;
  height: 150px;
  padding: 0;
  margin: 0 auto 1em;
  max-width: 375px;
  border: 0px;
}

a.btn.ctr{
  border: none;
  background: #f72b2b;
  padding: 16px 24px;
  margin: 24px auto;
  color: #fff;
  max-width: 375px;
}
a.btn.ctr.black{
  background: #3a3a3a;
}

a.btn.text{
  border:none;
  text-align:center;
  color:#2379ca;
  padding:0;
}

.nextpage-link-block.series {
  padding-right:10px;
  padding-left:10px;
}

.article_othercut_title {
 max-width: 375px;
 margin-left: auto;
 margin-right: auto;
 line-height: 1.6em;
}

.article_othercut_title a {
  text-decoration: underline;
  color: #2379ca;
}

h1.page-title{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0.5em;
}

header.header{
  border-bottom:1px solid #DDD;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  transition: transform .7s;
  z-index: 999;
  background-color: #FFF;
  max-width:100vw;
}
header.header.fixed{
  position: fixed;
}
header.header.fixed.animation{
  transform: translateY(-240px);
}
header.header.fixed.no-translate{
  top: -240px;
}
header.header h2.logo{
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
header.header h2.logo a{
  display: inline-block;
  text-align: center;
}
header.header h2.logo a img{
  display: inline-block;
  width: 122px;
  vertical-align: middle;
}

header.header .logo-svg{
    display: block;
    width: 122px;
    /* height: 55px; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
}
header.header .logo-svg a{
    display: block;
    position: relative;
    /* height: 55px; */
    top: 17px;
}
header.header .logo-svg a img{
    display: block;
    width: 100%;
    /* position: absolute; */
}

.btn-subscription{
  display: block;
  position: absolute;
  top: 18px;
  right: 60px;
}
.btn-subscription a{
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}

main{
/* ONLINE_DEV-377 対応で削除  margin-bottom: 10px; */
  max-width:100vw;
  overflow:hidden;
}

aside{
  max-width:100vw;
  overflow:hidden;
}

.movie, .video {
  margin-top: 16px;
}

.banner-box{
  margin-bottom: 10px;
  padding: 0 10px;
}
.banner-box a.banner{
  display: block;
  margin: 0 auto 20px auto;
  max-width: 375px;
}
.banner-box a.banner img{
  display: block;
  width: 100%;
}
.footer-banner-box{

}
.footer-banner-box a {
    display: block;
    height: auto;
    padding: 10px;
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
}
.footer-banner-box a:first-child {
    border-top: 1px solid #ddd;
}
.footer-banner-box a:last-child {
    border-bottom: none;
}
.footer-banner-box a img {
    width: 100%;
}
.mail-mag{
  background: #E32828;
  padding: 30px 10px;
  text-align: center;
}
.mail-mag span.title{
  display: inline-block;
  position: relative;
  font-size: 2.0rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 45px;
}
.mail-mag span.subtitle{
  display: block;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
}
.mail-mag form {
  width:100%;
  margin:0 auto;
}
.mail-mag form ul li {
  padding-bottom: 12px;
  text-align: left;
}
.mail-mag ul li .input-title {
  font-size: 14px;
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 8px;
  margin-bottom: 4px;
}
.mail-mag input{
  margin:4px;
}
.mail-mag input#check_mail {
  margin-right: 4px;
  margin-left: 22px;
  inline-size: 24px;
  block-size: 24px;
  vertical-align: middle;
}
.mail-mag input[type="text"]{
  width:100%;
}
.mail-mag input[type="password"]{
  width:47%;
}
.mail-mag input[type="text"],
.mail-mag input[type="password"]{
    height: 32px;
    border: none;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
    text-indent: .5rem;
    border-radius: 4px;
}
.mail-mag input[type="submit"] {
    position:relative;
    height:42px;
    border: #fff solid 2px;
    background-color: transparent;
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    margin:20px 0 0 0;
    opacity:.5;
}
.mail-mag span.title:before{
    content:'';
    background: url(/common/images/bunshun/v1/common/socials/icon_mail_white.png) no-repeat;
    position: absolute;
    left: -30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    background-size: 21px auto;
    width: 28px;
    height: 21px;
}
.mail-mag .mail-terms {
  font-size:1.5rem;
  color:#fff;
  text-decoration:underline;
}
.mail-mag .mail-note {
  font-size:1.4rem;
  color:#fff;
  margin-top:8px;
}
.mail-mag a.mail-mag-register-btn{
  display: block;
  position: relative;
  background: #FFF;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  line-height: 20px;	

}
.mail-mag a.mail-mag-register-btn span{
  display: inline-block;
  position: relative;
  color: #fa3939;
  text-align: center;
}

footer{
  max-width:100vw;
  overflow:hidden;
}
footer .top{
  padding-top: 43px;
}
footer .logo-footer{
  display: block;
  max-width: 240px;
  margin: 0 auto 25px auto;	
}

/* footer social links
=========================================================== */
.footer-social-links {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 25px;
}

.footer-social-links > li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #414141;
  list-style: none;
  text-align: center;
  padding: 0;
}

.footer-social-links > li > a {
  display: block;
  width: 100%;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;

  /* FaceBook */
  &.fb {
    background-image: url('/common/images/bunshun/v1/common/icon_fb.svg');
    background-size: 13px 22px;
  }

  /* X（旧 Twitter） */
  &.tw {
    background-image: url('/common/images/bunshun/v1/common/icon_x.svg');
    background-size: 15px 15px;
  }

  /* Threads */
  &.th {
    background-image: url(/common/images/bunshun/v1/common/socials/icon_threads_white.svg);
    background-size: 19px 22px;
  }

  /* Google ニュース */
  &.gn {
    background-image: url(/common/images/bunshun/v1/common/socials/icon_googlenews.svg);
    background-size: 24px 19px;
  }

  /* RSS */
  &.rss {
    background-image: url('/common/images/bunshun/v1/common/icon_rss.svg');
    background-size: 17px 17px;
  }
}


footer ul.internal-link{
  padding: 0;
  margin: 0;
}
footer ul.internal-link li{
  list-style: none;
  text-align: center;
  padding: 0 8px 17px 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

footer ul.internal-link li a{
  color: #2379ca;
}
footer .bottom{
  background-color: #575757;
  color: #fff;
  padding: 20px 20px 100px 20px;
}

footer .abj-mark{
  margin:0 auto 19px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:85%;
}
footer .abj-mark a img{
  width:100%;
}
footer .abj-mark p{
  font-size:9px;
  font-size:0.9rem;
  color:#949494;
  margin: 0 0 0 15px;
}
footer span.copyright{
  display: block;
  text-align: center;
  color: #ccc;
  margin-bottom: 20px;
  font-size: 10px;
  font-size: 1.0rem;
}
footer ul.external-link{
  padding: 0;
  margin: 0;
}
footer ul.external-link li{
  list-style: none;
  width: 25%;
  text-align: center;
  padding: 0;
  font-size: 10px;
  font-size: 1.0rem;
}
footer ul.external-link li.center{
/* padding: 0 50px; */

}
footer ul.external-link li a{
  color: #fff;
}
footer a.goto-top{
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background: #990021;
}






.carousel {
/*   background: #FAFAFA; */
}

.carousel-cell {
  width: 100%;

/*   margin-right: 10px; */
/*   border-radius: 5px; */
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
/*   content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.carousel-main .carousel-cell {
  /*height: auto;*/
  background: #FFF;
}

.carousel-nav{
  overflow-y: hidden;
}
.carousel-nav .carousel-cell {
  height: 44px;
  width: 90px;
  color: #333;
  /*border-top: 1px solid #cecece;*/
  border-right: 1px solid #cecece;
  border-bottom: 5px solid #cecece;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
}
.carousel-nav .carousel-cell:last-child{
  border-right:none;
}
.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
/*   background: #ED2; */
  border-bottom: 5px solid #fa3939;
  color: #fa3939;
  font-weight: 400;
}
.carousel-nav .carousel-cell.is-nav-selected a{
  color: #fa3939;
}

/*page-wrapper*/
#page-wrapper{
  position:relative;
  top:100px;
}
#page-wrapper.no-margin{
  top:0px;
}
/*page-wrapper-mask*/
#page-wrapper.masked:after{
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 155px;
    bottom: 0;
    background-color: rgba(0,0,0,0.35);
    z-index: 10;
}


/*ad-banner*/
/* 
.ad-banner{
  margin: 2.4rem auto;
}
/* ONLINE_DEV-377 対応で削除
.ad-banner>div{
margin:0 auto;
} */
.ad-banner>div{
text-align: center;
}
.ad-banner>div iframe{
display:block;
margin:0 auto;
}
.ad-banner>ins{
display:block !important;
margin:0 auto !important;
}
margin:0 auto;
}
.ad-banner img,.ad-billboard img{
  display:block;
  margin:0 auto;
}
*/

.ad-overlay{
  max-width: 100vw;
  overflow:hidden;
}

.ad-overlay div{
margin:0 auto;
text-align:center;
}

/*author-profile*/
.author-profile{
  margin:14px 0;
}
.author-profile__inner{
  margin-right:14px;
  margin-left:14px;
}
.author-profile .profile-image{
  display:block;
  margin:0 auto 12px;
  max-width:120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.author-profile .profile-text{
  margin:12px auto;
}

.author-profile h1.name{
  font-size:20px;
  font-size:2.0rem;
  font-weight:700;
  text-align:center;
  margin-bottom:0.2em;
}
.author-profile p.kana{
  color:#7a7a7a;
  font-size:12px;
  font-size:1.2rem;
  text-align:center;
}
.author-profile p.job{
  font-weight:700;
  text-align:center;
  margin:1em;
}
.author-profile div.profile-text p{
  color:#7a7a7a;
  font-size:14px;
  font-size:1.4rem;
  line-height:1.4;
}
.author-profile div.profile-text a{
  font-size:14px;
  font-size:1.4rem;
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  border-bottom: 1px dotted #2379ca;
  line-height:1.4;
}

.author .social-btns{
  height: inherit;
  background: inherit;
  margin-bottom: 20px;
}
.author .social-btns a{
  background-color: #414141;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 15px;
}
.link-list-author{
  width: 100%;
  padding: 0 10px;
}
.link-list-author a.btn{
  margin: 0 auto;
}
.authors-series{
  padding: 25px 10px;
  background: #e9e9e9;
}
.authors-series .title{
  font-size: 2rem;
  margin-bottom: 14px;
}
.authors-series ul{
  padding:0;
}
.authors-series ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2379ca;
}

/*latest issue block*/
.issue-outer{
margin: 1em 0 0;
}
.latest-issue{
margin:10px;

}
.latest-issue .cover-image{
  width:30%;
  min-height: 155px;
  display: flex;
  align-items: center;
}
.latest-issue .cover-image a{
  display:block;
  border: 1px solid #ddd;
}
.latest-issue .cover-image a img{
  display:block;
  width:100%;
}
.latest-issue .title-outer{
  position:relative;
  width:65%;
  margin-left:10px;
  min-height: 100px;
}
.latest-issue .title{
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.latest-issue .title span.issue-date{
display:block;
color:#7a7a7a;
font-size:12px;
font-size:1.2rem;
margin-bottom:5px;
}
.latest-issue .title a.title-link{
    font-size: 16px;
    font-size: 1.6rem;
    color: #2379ca;
}


/*loader*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* category　authors
=========================================================== */
.category-authors {
  --gap: 24px;
}
.category-authors {
  display: grid;
  justify-content: start;
  row-gap: var(--gap);
  margin: 18px 10px;
  padding: 18px;
  border: 1px solid #ddd;
  background: #eee;

  /* 子要素が1つの場合 */
  &:has(> :only-child) {
    justify-content: center;
  }
}

.category-authors__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  column-gap: var(--gap);
  max-width: 375px;
  min-height: 70px;
}

.category-authors__thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.category-authors__desc {
  display: grid;
}

.category-authors__name .kana {
  color: #7a7a7a;
  font-size: 12px;
  font-size: 1.2rem;
}

.category-authors__job {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.category-authors__link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  column-gap: .3em;
  color: #2379ca;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;

  /* 矢印アイコン */
  &::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: .3em;
    border: 1px solid;
    transition: all 0.2s ease-out 0.35s;
    rotate: -45deg;
    border-top: medium none;
    border-left: medium none;
  }
}

/*search*/
.search h1.title{
font-size: 20px;
font-size: 2.0rem;
font-weight: 700;
margin: 0.5em;
}

/*category*/
.category .end-story{
 padding: 6px 10px;
 background: #666;
 color:#fff;
 font-size:14px;
 font-size:1.4rem;
 text-align:center;
}
.category h1.cat-name{
font-size:20px;
font-size:2.0rem;
font-weight:700;
margin:0.5em;
}
.category div.cat-desc{
margin:16px 10px;
text-align: left;
line-height: 1.6;
font-size: 14px;
font-size: 1.4rem;
color: #999;
}

/*書影スマートフォン調整*/
.article-normal .book-cover.space {
  padding: 3%;
}
.article-normal .flex .text-side {
  flex: 1;
}
.article-normal .book-cover {
  margin-bottom:1.8rem !important;
}
/*関連書籍ISBNの情報エリア*/
#main-content>.book-cover.block.space.noprovide {
  margin-left: 20px;
  margin-right: 20px;
}
#main-content>.book-cover.block.space.noprovide .flex-side a {
  color: #2379ca;
  text-decoration: none;
  padding-bottom: 0.05em;
  word-break: break-all;
}

.social-btns a{background-image:none !important;position:relative;}
.social-btns span{display:block;overflow:hidden;white-space:nowrap;text-indent:150%;background-repeat:no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.social-btns .fb span{width:11px;height:21px;background-size:11px 21px;-webkit-background-size:11px 21px;-moz-background-size:11px 21px;}
.social-btns .tw span{width:19px;height:17px;background-size:19px 17px;-webkit-background-size:19px 17px;-moz-background-size:19px 17px;}
.social-btns .website span{width:20px;height:20px;background-size:20px 20px;-webkit-background-size:20px 20px;-moz-background-size:20px 20px;}
.social-btns .insta span{width:19px;height:19px;background-size:19px 19px;-webkit-background-size:19px 19px;-moz-background-size:19px 19px;}
.social-btns .yt span{width:19px;height:19px;background-size:19px 19px;-webkit-background-size:19px 19px;-moz-background-size:19px 19px;}
.social-btns .tt span{width:19px;height:19px;background-size:19px 19px;-webkit-background-size:19px 19px;-moz-background-size:19px 19px;}

/* -- Top Recommend (2017.12追加) -- */
.list-recommend-extra{background:url(/common/images/bunshun/v1/into-the-polar-night/index/s-R0252147.jpg) no-repeat center;background-size:auto 100%;padding:20px 10px 25px;margin:2.4rem auto;}
@media screen and (min-width: 1279px) {
  .list-recommend-extra{background-size:100%;}
}
.list-recommend-extra .category-name{width:186px;height:120px;display:block;text-indent:150%;overflow:hidden;white-space:nowrap;background:url(/common/images/bunshun/v1/into-the-polar-night/top-recommend-title-sd.png?rd=201802021257) no-repeat;background-size:186px 120px;margin:0 auto 20px;}
.list-recommend-extra .articles-block{border-top: solid 1px rgba(255,255,255,0.3);padding:40px 0 40px;}
.list-recommend-extra .articles-block ul li a::after{content:"";display:block;clear:both;}
.list-recommend-extra .articles-block ul li{box-sizing:border-box;}
.list-recommend-extra .articles-block ul li .icon{width:40%;float:left;}
.list-recommend-extra .articles-block ul li .icon span{width:100%;display:block;padding-top:62.5%;position:relative;overflow:hidden;}
.list-recommend-extra .articles-block ul li .icon span img{width:100%;position:absolute;top:0;left:0;}
.list-recommend-extra .articles-block ul li .text{float:right;width:55%;color:#fff;}
.list-recommend-extra .articles-block ul li .text .date,
.list-recommend-extra .articles-block ul li .text .title{display:block;line-height:1.4;}
.list-recommend-extra .articles-block ul li .text .date{font-size:1.4rem;margin-bottom:.5em;}
.list-recommend-extra .more{width:70%;height:50px;margin:20px auto 0;}
.list-recommend-extra .more a{display:block;background:#ef3b39;color:#fff;text-align:center;border-radius:30px;line-height:50px;position:relative;box-shadow: 0px 0px 20px rgba(0,0,0,0.5);}
.list-recommend-extra .more a::after{content:"";display:block;width:10px;height:10px;border-right:solid 2px #fff;border-top:solid 2px #fff;transform:rotate(45deg);position:absolute;top:19px;right:22px;}

.block.beams-banner{margin:24px 1.0rem;}
.block.gekkan-banner{margin:1.0rem;min-height:170px;}

/* Utilities
=========================================================== */
/* スクリーンリーダーには読ませて、非表示にする */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;

  &::before,
  &::after {
    display: none !important;
  }
}
