/* social-btns
=========================================================== */
.social-btns {
  height: inherit;
  background: inherit;
  margin-bottom: 20px;
}

.social-btns a {
  position: relative;
  background-color: #414141;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 15px;
  display: inline-block;
  line-height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  text-align: center;
}

.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;
  background-image: url(/common/images/bunshun/v1/common/icon_fb.svg);
}

.social-btns .tw span {
  width: 19px;
  height: 17px;
  background-size: 19px 17px;
  -webkit-background-size: 19px 17px;
  -moz-background-size: 19px 17px;
  background-image: url(/common/images/bunshun/v1/common/icon_x.svg);
}

.social-btns .insta span {
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  background-image: url(/common/images/bunshun/v1/common/icon_instagram.svg);
}

.social-btns .yt span {
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  background-image: url(/common/images/bunshun/v1/common/icon_youtube.svg);
}

.social-btns .tt span {
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  background-image: url(/common/images/bunshun/v1/common/icon_tiktok.svg);
}

.social-btns .website span {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-image: url(/common/images/bunshun/v1/common/icon_website.svg);
}

/* 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: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.2em;
}

.author-profile p.kana {
  color: #7a7a7a;
  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: 1.4rem;
  line-height: 1.4;
}

.author-profile div.profile-text a {
  font-size: 1.4rem;
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  border-bottom: 1px dotted #2379ca;
  line-height: 1.4;
}

/* authors-series
=========================================================== */
.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: 1.6rem;
  color: #2379ca;
}

/* link-list-author
=========================================================== */
.link-list-author {
  width: 100%;
  padding: 0 10px;
}

.link-list-author a.btn {
  margin: 0 auto;
}