@charset "utf-8";
/*PC*/

.author {
  position: relative;
}
.author .list-row {
}
.author .list-row ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 4px;
}
.author .list-row ul li {
  width: calc(100% / 10);
  float: left;
  padding: 1.8% 0;
  position: relative;
  text-align: center;
}
.author .list-row ul li.current::after {
  content: "";
  width: 70%;
  height: 4px;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f83f3f;
  border-radius: 3px;
}
.author .list-row ul li a {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #b2b2b2;
}
.author .list-row ul li a:hover {
  opacity: 0.7;
}
.author .list-row ul li.current a {
  pointer-events: none;
  color: #f83e3f;
}

.author .list-author {
  margin: 0 0 35px;
  position: relative;
  width: 100%;
  max-width: 880px;
}
.author .list-author ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.author .list-author ul li {
  width: calc((100% - 30px) / 3);
  display: none;
  margin: 0 5px 20px;
}
.author .list-author ul li.current {
  display: block;
}
.author .list-author ul li.open{
  background: #f4f4f4;
  margin-bottom: 350px!important;
}
.author .list-author ul li.loading {
  width: 100%;
  display: block;
  text-align: center;
}
.author .list-author ul li.loading img {
  width: 100px;
}
.author .list-author ul li.nothing{
  width: 100%;
  text-align: center;
}
.author .list-author ul li.vowel-first{
  width: 100%;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-top: 30px;
  display: none;
}
.author .list-author ul li.vowel-first.current{
  display: block;
}
.author .list-author ul li .link-author {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px 0 0 5px;
}
.author .list-author ul li.open .link-author{
  margin-bottom: 60px;
}
.author .list-author ul li .icon-author {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
}
.author .list-author ul li .new-article {
  width: 67px;
  height: 17px;
  text-align: center;
  padding: 3px 11px;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #f83e3f;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
.author .list-author ul li .name-author {
  width: calc(100% - 60px);
  padding: 0 5px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 110px;
  flex-flow: column;
}
.author .list-author ul li .name-author .detail-author{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author .list-author ul li .name-author .detail-author h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.author .list-author ul li .name-author .detail-author span{
  color: #2379ca;
  min-width: 70px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
.author .list-author ul li .name-author .detail-author span:hover{
  opacity: 0.7;
}
.author .list-author ul li .kana-author {
  padding-top: 3px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #b2b2b2;
  width: 100%;
}
.author .list-author ul li .job-author {
  padding-top: 5px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #7a7a7a;
  width: 100%;
}

/*著者「記事を開く」記事*/
.author .list-author ul li .author-box{
  position: relative;
  transition: all 0.2s linear;
}
.author .list-author ul li.open .author-box{
  position: absolute;
  left: 0;
  right: 0;
  background: #f4f4f4;
  padding: 0px 10px 15px;
  margin: 0 5px;
}
.author .list-author ul li .author-box h4{
  display: none;
  padding: 10px 5px;
}
.author .list-author ul li.open .author-box h4{
  display: block;
}
.author .list-author ul li .author-box .author-btn{
  background-color: #bababa;
  color: #fff;
  padding: 5px 0;
  margin-top: 15px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: none;
}
.author .list-author ul li .author-box .author-btn:hover{
  opacity:0.7;
}
.author .list-author ul li .author-box .author-btn:after{
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: -3px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.author .list-author ul li.open .author-box .author-btn:after{
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 0px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.author .list-author ul li .author-box .author-articles{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: visible;
}
.author .list-author ul li.open .author-box .author-articles{
  visibility: visible;
  opacity: 1;
  height: auto;
}
.author .list-author ul li .author-box .author-articles li{
  display: block;
  width: calc((100% / 4) - 10px);
  margin: 0 5px;
  position: relative;
}
.author .list-author ul li .author-box .author-articles li.more{
  position: absolute;
  right: 5px;
  top: calc(50% - 37px);
}
.author .list-author ul li .author-box .author-articles li.list-error{
  width: 100%;
  text-align: center;
}
.author .list-author ul li .author-box .author-articles li .title a{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.author .list-author ul li .author-box .author-articles li.more a {
  color: #2379ca;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.author .list-author ul li .author-box .author-articles li.more a:hover{
  opacity:0.7;
  text-decoration: none;
}
.author .list-author ul li .author-box .author-articles li .left{
  margin-bottom: 4px;
}
.author .list-author ul li .author-box .author-articles li .left a{
  position: relative;
  display: flex;
  min-height: 126px;
}
.author .list-author ul li .author-box .author-articles li .left a:hover{
  opacity: 0.5;
}
.author .list-author ul li .author-box .author-articles li .left a img{
  object-fit: cover;
  height: 100%;
  max-height: 126px;
  display: block;
  margin: auto;
  width: 100%;
}
.author .list-author ul li .author-box .author-articles li .left img.fixed-height{
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
  height: 126px;
  z-index: 999;
}
.author .list-author ul li .author-box .author-articles li .left .bg-blur{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
  z-index: 1;
  opacity: 0.5;
}

.author .list-vowel {
  margin-left: auto;
  margin-right: auto;
}
.author .list-vowel ul {
  display: none;
  min-height: 38px;
  max-height: 38px;
  margin: 20px 0;
}
.author .list-vowel ul.current {
  display: block;
}
.author .list-vowel ul li {
  color: #000;
  text-align: center;
  margin: 0 5px;
  line-height: 33px;
  font-size: 18px;
  font-size: 1.8rem;
}
.author .list-vowel ul li a {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 4px;
  background: #fff;
  color: #414141;
  border: 1px solid #000;
}
.author .list-vowel ul li a.is-active {
  color: #FFF;
  background: #000;
}

.author .sort-btn{
  display: none;
}
.author .sort-btn.current{
  display: block;
}
.author .sort-btn ul{
  display: flex;
  justify-content: center;
}
.author .sort-btn ul li{
  padding: 0 10px;
}
.author .sort-btn ul li:first-child{
  border-right: solid 1px #000;
}
.author .sort-btn ul li a{
  color:#b2b2b2;
  font-weight:700;
}
.author .sort-btn ul li a:hover{
  opacity: 0.7;
}
.author .sort-btn ul li a.current{
  color:#000;
}

.author-articles li .label-icon p:before {
    content: "";
    height: inherit;
    position: absolute;
    top: 0;
    left: 100%;
    border: 11px;
    border-style: solid;
}
.author-articles li .label-icon p:after {
    content: "";
    position: absolute;
    top: 100%;
    right: calc(100% - 10px);
    border-style: solid;
    border-width: 0 10px 8px 0;
}

.author-articles li .scoop .label-icon {
    height: 22px;
    position: absolute;
    top: -10px;
    left: -9px;
    background: #ffed23;
    z-index: 10;
}
.author-articles li .scoop .label-icon p {
    display: inline-block;
    height: 22px;
    position: relative;
    color: #333;
    font-size:14px;
    font-size:1.4rem;
    font-weight: 700;
    line-height:1.6;
    font-style:italic;
    padding: 0 3px 0 12px;
}
.author-articles li .scoop .label-icon p span {
    padding-left: 2px;
}
.author-articles li .scoop .label-icon p:before {
    border-color: #ffed23 transparent #ffed23 #ffed23;
}
.author-articles li .scoop .label-icon p:after {
    border-color: transparent #8d8105 transparent transparent;
}

.author-articles li .new .label-icon {
    height: 22px;
    position: absolute;
    top: -10px;
    left: -9px;
    background: #f83f3f;
    z-index: 10;
}
.author-articles li .new .label-icon p {
    display: inline-block;
    height: 22px;
    position: relative;
    color: #FFF;
    font-size:16px;
    font-size:1.6rem;
    font-weight: 700;
    line-height:1.2;
    font-style:italic;
    padding: 2px 4px 0 12px;
}
.author-articles li .new .label-icon p span {
    padding-left: 2px;
}
.author-articles li .new .label-icon p:before {
    border-color: #f83f3f transparent #f83f3f #f83f3f;
}
.author-articles li .new .label-icon p:after {
    border-color: transparent #831515 transparent transparent;
}

.author-articles li .pr .label-icon {
    height: 22px;
    position: absolute;
    top: -10px;
    left: -9px;
    background: #c7c6c6;
    z-index: 10;
}
.author-articles li .pr .label-icon p {
    display: inline-block;
    height: 22px;
    position: relative;
    color: #FFF;
    font-size:16px;
    font-size:1.6rem;
    font-weight: 700;
    line-height:1.4;
    font-style:italic;
    padding: 0 3px 0 12px;
}
.author-articles li .pr .label-icon p span {
    padding-left: 2px;
}
.author-articles li .pr .label-icon p:before {
    border-color: #c7c6c6 transparent #c7c6c6 #c7c6c6;
}
.author-articles li .pr .label-icon p:after {
    border-color: transparent #716969 transparent transparent;
}

#pagetop {
  position: fixed;
  top: calc(50% - 120px);
  transform: translateX(876px);
  width: 40px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
  border-radius: 25px;
  overflow: hidden;
  padding: 15px 0 0;
}
#pagetop a {
  width: 40px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a75ff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: inherit;
}
#pagetop a:hover{
  opacity: 0.7;
}
#pagetop a.is-active{
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}
#pagetop a.top-link{
  font-size: 12px;
  font-size: 1.2rem;
}
#pagetop a.top-link.is-active{
  font-size: 14px;
  font-size: 1.4rem;
}
#pagetop a span {
  position: relative;
}
#pagetop a span::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-bottom: 13px solid #1a75ff;
}
#pagetop a.is-active span::before{
  border-bottom: 13px solid #333;
}
#pagetop .vowel-link ul{
  display: block;
}
#pagetop .vowel-link ul li{
  width: 46px;
  margin: 0;
}
#pagetop.pagetop-show {
  visibility: visible;
  opacity: 100;
}
