@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: 35px 0;
}
.author .list-author ul {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px 10px;
}
.author .list-author ul li {
  display: none;
}
.author .list-author ul li.current {
  display: block;
}
.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.first {
  width: 100%;
  text-align: center;
}
.author .list-author ul li .link-author {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.author .list-author ul li .icon-author {
  float: left;
  width: 84px;
  height: 84px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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 {
  float: left;
  width: calc(100% - 60px);
  padding-left: 14px;
}
.author .list-author ul li .name-author h2 {
  font-size: 15px;
  font-weight: 600;
}
.author .list-author ul li .kana-author {
  padding-top: 0;
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.author .list-author ul li .job-author {
  padding-top: 5px;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.author .list-author ul span.clear {
  display: none;
}
.author .list-author ul span.clear.current {
  padding: 16px 0;
  display: block;
  clear: both;
}
/*
.author .list-author ul span.clear.current::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #e0e0e0;
}
*/
.author ul li .list-author-icon {
  background-color: #D9D9D9;
  background-image: url(/common/images/author/photo_base.jpg);
}
.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.flex {
  display: flex;
  justify-content: center;
}
.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;
}

#pagetop {
  position: fixed;
  bottom: 50px;
  width: 880px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s;
}
#pagetop a {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background-color: #bababa;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
  cursor: pointer;
  font-size: 8px;
  font-size: 0.8rem;
  float: right;
  margin-right: -30px;
}
#pagetop span {
  position: relative;
  top: 28px;
  left: 3px;
  text-align: center;
  color: #fff;
}
#pagetop span::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-bottom: 13px solid #fff;
}
#pagetop.pagetop-show {
  visibility: visible;
  opacity: 100;
  transition: opacity .5s; 
}
/*著者詳細*/
.author-bio{
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 16px;;
  margin: 0 auto;
}
.author-bio_figure{
  align-self: start;
}
.author-bio_img{
  background-color: #00B7B5;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.author-bio_info{
  padding-top: 5px;
}
.author-bio_title{}
.author-bio_name{
  display: block;
  font-size: 20px;
}
.author-bio_kana{
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
.author-bio_job{
  font-size: 17px;
  font-weight: bold;
  margin-top: 8px;
}
.author-bio_social{
  display: grid;
  grid-template-columns: repeat(auto-fill, 43px);
  gap: 14px;
}
.author-bio_social a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.author-bio_social img {
  max-width: 100%;
  height: auto; 
}
.author-bio_desc{
  margin-top: 8px;
}
.author-bio_desc p{
  line-height: 1.5;
  font-size: 15px;
}
