/* ------------------------------------------------------ */

/*  person */

/* ------------------------------------------------------ */
.person-title {
  position: relative;
  padding-left: 14px;
  margin-bottom: 37px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.0rem;
  color: #686868;
}

.person-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: calc(100% + 2px);
  content: '';
  background: #ee8219;
}
@media screen and (width <= 599px) {
  .person-title {
    padding-left: 12px;
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .person-title::after {
    top: -1px;
    width: 6px;
    height: calc(100% + 2px);
  }
}

.person-hero {
  width: 100%;
  margin: 0 auto;
}
@media screen and (width >= 600px) {
  .person-hero {
    height: 135px;
    text-align: center;
  }

  .person-hero img {
    position: relative;
    top: 8px;
    width: 765px;
  }
}

.person-lead {
  margin-bottom: 33px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 2.3rem;
}
@media screen and (width <= 599px) {
  .person-lead {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.person-searchbox .caption {
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 200;
  color: #6f6d6d;
  vertical-align: center;
}
@media screen and (width <= 599px) {
  .person-searchbox .caption {
    display: block;
    font-size: 1.1rem;
  }
}

.person-searchbox .genre {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: -.40em;
  vertical-align: center;
}

.person-searchbox .genre label {
  box-sizing: border-box;
  display: inline-block;
  height: 34px;
  padding: 0 10px;
  margin-right: 28px;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 30px;
  color: #6f6d6d;
  letter-spacing: normal;
  cursor: pointer;
  border: 1px solid #b9b9b9;
  border-radius: 7px;
}

.person-searchbox .genre label:last-of-type {
  margin-right: 0;
}
@media screen and (width <= 599px) {
  .person-searchbox .genre label {
    height: 28px;
    padding: 0 13px;
    margin-right: 7px;
    line-height: 22px;
  }
}
@media screen and (width <= 374px) {
  .person-searchbox .genre label {
    padding: 0 5px;
    margin-right: 4px;
    font-size: 1.2rem;
  }
}

.person-searchbox .genre input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.person-searchbox .genre input[type="radio"]:checked + label {
  font-weight: 400;
  color: #fff;
  background: #ee8219;
}

.person-searchbox .box {
  position: relative;
}

.person-searchbox .box > p {
  position: relative;
  display: inline-block;
  width: 670px;
}

.person-searchbox .box > p::after {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 20px;
  height: 20px;
  content: '';
  background: url("../../image/side/side_search.png") no-repeat 0 0;
}

.person-searchbox .box > p > input {
  box-sizing: border-box;
  width: 670px;
  height: 45px;
  padding-left: 43px;
  font-size: 1.6rem;
  background: #fafafa;
  border: 2px solid #b7b7b7;
}

.person-searchbox .box > p > input:focus {
  border: 2px solid #666;
  outline: none;
}
@media screen and (width <= 599px) {
  .person-searchbox .box > p {
    width: 80%;
  }

  .person-searchbox .box > p::after {
    top: 8px;
  }

  .person-searchbox .box > p > input {
    width: 100%;
    height: 38px;
    padding-top: 6px;
    padding-left: 35px;
    font-size: 1.6rem;
    line-height: 3.4rem;
    border: 2px solid #b7b7b7;
  }
}

.person-searchbox .box input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 78px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #b7b7b7;
}
@media screen and (width <= 599px) {
  .person-searchbox .box input.search-submit {
    width: 18%;
    height: 37px;
    font-size: 1.6rem;
  }
}

.person-list {
  position: relative;
  margin-bottom: 57px;
}
@media screen and (width <= 599px) {
  .person-list.-author .person-title {
    margin-bottom: 48px;
  }
}

.person-list > ul {
  padding-left: 13px;
  margin-bottom: 17px;
  letter-spacing: -.40em;
}

.person-list > ul > li {
  display: inline-block;
  margin-right: 36px;
  letter-spacing: normal;
  vertical-align: top;
}

.person-list > ul > li a {
  font-size: 2.0rem;
  font-weight: 200;
  line-height: 2.6rem;
  color: #ee8219;
}
@media screen and (width <= 599px) {
  .person-list > ul {
    margin-bottom: 20px;
  }

  .person-list > ul > li {
    margin-bottom: 10px;
  }

  .person-list > ul > li a {
    font-size: 1.8rem;
  }
}
@media screen and (width <= 599px) {
  .person-list.-author > ul > li a {
    font-size: 2.0rem;
  }
}

.person-list > .link-list {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 22px;
  font-size: 2.0rem;
  font-weight: 200;
  color: #ee8219;
}

.person-list > .link-list::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: '';
  border-top: 2px solid #ee8219;
  border-right: 2px solid #ee8219;
  transform: rotate(45deg);
}
@media screen and (width <= 599px) {
  .person-list > .link-list {
    top: 26px;
    padding-right: 10px;
    font-size: 1.5rem;
  }

  .person-list > .link-list::after {
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}
@media screen and (width <= 599px) {
  .person-list.-r {
    margin-bottom: 25px;
  }

  .person-list.-r > .link-list {
    position: relative;
    top: 0;
    display: inline-block;
  }
}

.person-list > .person-title > a {
  color: #686868;
}

.person-profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 39px;
}

.person-profile > figure {
  position: relative;
  width: 236px;
}

.person-profile > figure > figcaption {
  position: absolute;
  right: 0;
  bottom: -24px;
  display: block;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 200;
  color: #616161;
  text-align: right;
}

.person-profile > figure img {
  width: 236px;
  height: 236px;
  font-family: 'object-fit: contain; object-position: center center;';
  object-fit: contain;
  object-position: center center;
}
@media screen and (width <= 599px) {
  .person-profile > figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (width <= 599px) {
  .person-profile > figure::before {
    display: block;
    padding-top: 100%;
    content: '';
  }
}
@media screen and (width <= 599px) {
  .person-profile > figure {
    width: 44.7%;
  }

  .person-profile > figure > figcaption {
    font-size: 1.1rem;
  }
}

.person-profile > .info {
  position: relative;
  top: -6px;
  width: 515px;
}

.person-profile > .info > dl {
  margin-bottom: 20px;
}

.person-profile > .info > dl > dt {
  margin-bottom: 2px;
  font-size: 1.7rem;
  font-weight: 200;
  color: #6f6d6d;
}

.person-profile > .info > dl dd {
  font-size: 2.2rem;
}

.person-profile > .info > dl dd a:hover {
  text-decoration: none;
}
@media screen and (width <= 599px) {
  .person-profile > .info {
    width: 52%;
  }

  .person-profile > .info > dl > dt {
    font-size: 1.4rem;
  }

  .person-profile > .info > dl > dd {
    font-size: 1.8rem;
  }
}

.person-profile.-noimage {
  margin-bottom: 0;
}

.person-profile.-noimage > .info {
  width: 100%;
}
@media screen and (width <= 599px) {
  .person-profile.-noimage > .info {
    width: 100%;
  }
}

.person-index {
  box-sizing: border-box;
  padding: 22px 30px 25px;
  margin-bottom: 50px;
  background: #f9f9f9;
  border: 1px solid #dfdddd;
}

.person-index > h2 {
  padding-bottom: 10px;
  margin-bottom: 11px;
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #dfdddd;
}

.person-index .list > .item > a {
  font-size: 2.0rem;
  line-height: 3.6rem;
  color: #ee8219;
}

.person-index .sublist {
  margin-top: 10px;
  margin-left: 64px;
}

.person-index .sublist > li {
  margin-bottom: 15px;
}

.person-index .sublist > li > a {
  font-size: 1.7rem;
  line-height: 2.2rem;
  color: #ee8219;
}

.person-index .sublist > li:last-of-type {
  margin-bottom: 7px;
}
@media screen and (width <= 599px) {
  .person-index {
    padding: 15px 6%;
  }

  .person-index > h2 {
    font-size: 1.8rem;
  }

  .person-index .list > .item > a {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .person-index .sublist {
    margin-top: 2px;
    margin-left: 32px;
  }

  .person-index .sublist > li {
    margin-bottom: 5px;
  }

  .person-index .sublist > li > a {
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
}

.person-profile2 {
  position: relative;
  margin-bottom: 44px;
}

.person-profile2 > .person-title {
  margin-bottom: 17px;
}

.person-profile2 > .txt {
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 2.6rem;
}

.person-profile2 > .update {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 1.8rem;
  font-weight: 200;
  color: #686868;
}
@media screen and (width <= 599px) {
  .person-profile2 > .txt {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .person-profile2 > .update {
    font-size: 1.2rem;
  }
}

.person-prize {
  position: relative;
  margin-bottom: 53px;
}

.person-prize > .person-title {
  margin-bottom: 21px;
}

.person-prize > .update {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 1.8rem;
  font-weight: 200;
  color: #686868;
}

.person-prize > .list {
  box-sizing: border-box;
  padding: 17px 30px 18px;
  border: 1px solid #dfdddd;
}

.person-prize > .list > dl {
  position: relative;
  margin-bottom: 3px;
}

.person-prize > .list > dl > dt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 3.0rem;
}

.person-prize > .list > dl > dd {
  padding-left: 75px;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 3.0rem;
}
@media screen and (width <= 599px) {
  .person-prize > .list {
    padding: 15px 6%;
  }

  .person-prize > .list > dl {
    margin-bottom: 5px;
  }

  .person-prize > .list > dl > dt {
    font-size: 1.5rem;
    line-height: 2.0rem;
  }

  .person-prize > .list > dl > dd {
    padding-left: 65px;
    font-size: 1.5rem;
    line-height: 2.0rem;
  }

  .person-prize > .update {
    font-size: 1.2rem;
  }
}

.person-pickupinfo {
  margin-bottom: 80px;
}

.person-pickupinfo > .person-title {
  margin-bottom: 42px;
}

.person-summary {
  margin-bottom: 80px;
}

.person-summary > .person-title {
  padding-bottom: 1px;
  padding-left: 24px;
  margin-bottom: 32px;
  background: url("../../image/search/icon2.png") no-repeat 0 1px;
}

.person-summary > .person-title::after {
  display: none;
}
@media screen and (width <= 599px) {
  .person-summary > .person-title {
    padding-left: 20px;
    background: url("../../image/search/icon2.png") no-repeat 0 0;
    background-size: contain;
  }
}

.person-summary > .list {
  margin-bottom: 40px;
  border-top: 1px solid #cecece;
}

.person-summary > .list > .item {
  border-bottom: 1px solid #cecece;
}

.person-summary > .list > .item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.person-summary > .list > .item > a > figure {
  width: 150px;
}

.person-summary > .list > .item > a > figure > img {
  aspect-ratio: 1 / 1;object-fit: cover;object-position: top;
}

.person-summary > .list > .item > a > h3 {
  width: 595px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 3.0rem;
}
@media screen and (width <= 599px) {
  .person-summary > .list > .item > a {
    padding: 12px 0;
  }

  .person-summary > .list > .item > a > figure {
    width: 26.8%;
  }

  .person-summary > .list > .item > a > h3 {
    width: 70%;
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
}

.person-book {
  margin-bottom: 82px;
}

.person-book > .person-title {
  margin-bottom: 43px;
}

.person-magazine {
  margin-bottom: 80px;
}

.person-magazine > .person-title {
  margin-bottom: 30px;
}

.person-magazine > .item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.person-magazine > .item a > figure {
  width: 200px;
}

.person-magazine > .item a > .article {
  width: 535px;
}

.person-magazine > .item a > .article > h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.0rem;
}

.person-magazine > .item a > .article > .txt {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 2.6rem;
}
@media screen and (width <= 599px) {
  .person-magazine > .item a > figure {
    width: 37.3%;
  }

  .person-magazine > .item a > .article {
    width: 60%;
  }

  .person-magazine > .item a > .article > h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
  }

  .person-magazine > .item a > .article > .txt {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}

.person-relatedimage {
  margin-bottom: 50px;
}

.person-relatedimage > p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 26px;
  text-align: center;
}

.person-relatedimage > .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.person-relatedimage > .list > .item {
  position: relative;
  width: 150px;
  margin-right: 53px;
  margin-bottom: 30px;
}
@media screen and (width >= 600px) {
  .person-relatedimage > .list > .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (width <= 599px) {
  .person-relatedimage > .list > .item {
    width: 47.7%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.person-relatedimage > .list > .item img {
  width: 150px;
  height: 150px;
  font-family: 'object-fit: contain; object-position: center center;';
  object-fit: contain;
  object-position: center center;
}
@media screen and (width <= 599px) {
  .person-relatedimage > .list > .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.person-relatedimage > .list > .item a {
  position: relative;
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}

.person-relatedimage > .list > .item a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (width <= 599px) {
  .person-relatedimage > .list > .item a {
    width: 100%;
  }

  .person-relatedimage > .list > .item a::before {
    display: block;
    padding-top: 100%;
    content: '';
  }
}

.person-relatedimage > .list > .item a::after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #d7d7d7;
}
@media screen and (width <= 599px) {
  .person-relatedimage > .list {
    justify-content: space-between;
  }
}

.person-backnumber {
  margin-bottom: 60px;
}

.person-backnumber > .list {
  margin-bottom: 60px;
}

.person-backnumber > .list > .item {
  border-bottom: 1px solid #d7d7d7;
}

.person-backnumber > .list > .item > a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
}

.person-backnumber > .list > .item > a > figure {
  width: 200px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
}

.person-backnumber > .list > .item > a > .info {
  width: 535px;
}

.person-backnumber > .list > .item > a > .info > h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.0rem;
}

.person-backnumber > .list > .item > a > .info > .date {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.0rem;
}

.person-backnumber > .list > .item > a > .info > .caption {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 2.6rem;
}
@media screen and (width <= 599px) {
  .person-backnumber > .list > .item > a {
    padding: 20px 0;
  }

  .person-backnumber > .list > .item > a > figure {
    width: 37.3%;
  }

  .person-backnumber > .list > .item > a > .info {
    width: 60%;
  }

  .person-backnumber > .list > .item > a > .info > h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.0rem;
  }

  .person-backnumber > .list > .item > a > .info > .date {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.0rem;
  }

  .person-backnumber > .list > .item > a > .info > .caption {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}

.person-author__tab {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -.40em;
}
@media screen and (width <= 599px) {
  .person-author__tab {
    margin: 0 auto 19px;
  }
}

.person-author__tab > li {
  display: inline-block;
  width: 33.3%;
  font-weight: 700;
  letter-spacing: normal;
  vertical-align: top;
}

.person-author__tab > li.item {
  position: relative;
  padding-top: 4px;
  padding-bottom: 9px;
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item {
    padding: 4px 0 8px;
  }
}

.person-author__tab > li.item > a {
  box-sizing: border-box;
  display: block;
  width: 96%;
  height: 38px;
  margin: 0 auto;
  font-size: 2.0rem;
  line-height: 28px;
  color: #a6a6a6;
  border: 3px solid #a6a6a6;
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item > a {
    width: 90%;
    height: 27px;
    font-size: 1.6rem;
    line-height: 21px;
    border: 2px solid #a6a6a6;
  }
}

.person-author__tab > li.item > a:hover {
  text-decoration: none;
}

.person-author__tab > li.item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #ee8219;
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item::after {
    height: 2px;
  }
}

.person-author__tab > li.item-current {
  position: relative;
  height: 51px;
  font-size: 2.0rem;
  line-height: 51px;
  color: #ee8219;
}

.person-author__tab > li.item-current > .txt {
  width: 96%;
  margin: 0 auto;
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item-current > .txt {
    width: 98%;
  }
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item-current {
    height: 39px;
    font-size: 1.6rem;
    line-height: 39px;
  }
}

.person-author__tab > li.item-current > .frame {
  position: absolute;
  top: 0;
  left: 2%;
  box-sizing: border-box;
  width: 96%;
  height: 51px;
  border-top: 3px solid #ee8219;
  border-right: 3px solid #ee8219;
  border-left: 3px solid #ee8219;
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item-current > .frame {
    left: 1%;
    width: 96%;
    height: 39px;
    border-top: 2px solid #ee8219;
    border-right: 2px solid #ee8219;
    border-left: 2px solid #ee8219;
  }
}

.person-author__tab > li.item-current::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2%;
  height: 3px;
  content: '';
  background: #ee8219;
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item-current::before {
    width: 2%;
    height: 2px;
  }
}

.person-author__tab > li.item-current::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2%;
  height: 3px;
  content: '';
  background: #ee8219;
}
@media screen and (width <= 599px) {
  .person-author__tab > li.item-current::after {
    width: 3%;
    height: 2px;
  }
}

/* ------------------------------------------------------ */

/*  book */

/* ------------------------------------------------------ */
.book-lead {
  margin-bottom: 41px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 2.3rem;
}

.book-lead2 {
  margin-bottom: 36px;
}

.book-lead2b {margin-bottom: 12px;
}

.book-lead3 {margin-bottom: 16px;font-size: 1.4rem;color: #666;
}
@media screen and (width <= 599px) {
  .book-lead {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .book-lead3 {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

.book-tab {
  width: 760px;
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: -.40em;
}
@media screen and (width <= 599px) {
  .book-tab {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.book-tab > li {
  display: inline-block;
  width: 50%;
  font-weight: 700;
  letter-spacing: normal;
  vertical-align: top;
}

.book-tab > li.item {
  width: 50%;
  height: 50px;
}

.book-tab > li.item a {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  background: #b7b7b7;
}
@media screen and (width <= 599px) {
  .book-tab > li.item {
    height: 40px;
  }

  .book-tab > li.item a {
    font-size: 1.9rem;
    line-height: 40px;
  }
}

.book-tab > li.item-current {
  position: relative;
  height: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  background: #ee8219;
}

.book-tab > li.item-current::after {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-color: #ee8219 transparent transparent;
  border-style: solid;
  border-width: 11px 9.5px 0;
  transform: translateX(-50%);
}
@media screen and (width <= 599px) {
  .book-tab > li.item-current {
    height: 40px;
    font-size: 1.9rem;
    line-height: 40px;
  }

  .book-tab > li.item-current::after {
    top: 40px;
    border-width: 9px 7.5px 0;
  }
}

.book-episode {
  margin-bottom: 27px;
}

.book-episode > h3 {
  margin-bottom: 7px;
  font-size: 2.0rem;
  font-weight: 200;
  line-height: 2.2rem;
  color: #6f6d6d;
}

.book-episode > p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 2.6rem;
}
@media screen and (width <= 599px) {
  .book-episode > h3 {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }

  .book-episode > p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.book-list > .item {
  padding-bottom: 41px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (width <= 599px) {
  .book-list > .item {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

.book-genre > h3 {
  margin-bottom: 15px;
  font-size: 2.0rem;
  font-weight: 200;
  color: #6f6d6d;
}
@media screen and (width <= 599px) {
  .book-genre > h3 {
    font-size: 1.4rem;
  }
}

.book-genre > .list {
  position: relative;
  display: inline-block;
  letter-spacing: -.40em;
  vertical-align: center;
}

.book-genre > .list > .item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.book-genre > .list > .item a {
  box-sizing: border-box;
  display: block;
  height: 37px;
  padding: 0 18px;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 34px;
  color: #ee8219;
  letter-spacing: normal;
  cursor: pointer;
  border: 1px solid #b9b9b9;
  border-radius: 7px;
}
@media screen and (width <= 599px) {
  .book-genre > .list > .item {
    margin-bottom: 10px;
  }

  .book-genre > .list > .item a {
    height: 29px;
    font-size: 1.4rem;
    line-height: 27px;
  }
}

.book-genresort {
  position: relative;
  padding: 12px 24px 12px 18px;
  margin-top: -3px;
  margin-bottom: 50px;
  background: #efefef;
}
@media screen and (width <= 599px) {
  .book-genresort {
    padding: 20px 0;
  }

  .book-genresort::before {
    position: absolute;
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 100%;
    content: '';
    background: #efefef;
  }
}

.book-genresort > h2 {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 2.0rem;
}
@media screen and (width <= 599px) {
  .book-genresort > h2 {
    font-size: 1.5rem;
  }
}

.book-genresort > h2 > .arrow {
  position: absolute;
  top: -3px;
  left: 165px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
}
@media screen and (width <= 599px) {
  .book-genresort > h2 > .arrow {
    top: 0;
    left: 124px;
    width: 16px;
    height: 16px;
  }
}

.book-genresort > h2 > .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  content: '';
  border-bottom: 3px solid #6f6e6e;
  border-left: 3px solid #6f6e6e;
  transform: rotate(-45deg);
}
@media screen and (width <= 599px) {
  .book-genresort > h2 > .arrow::before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-bottom: 2px solid #6f6e6e;
    border-left: 2px solid #6f6e6e;
  }
}
@media screen and (width >= 600px) {
  .book-genresort > h2 > .arrow:hover {
    top: 5px;
  }
}

.book-genresort > h2 > .arrow.-open {
  transform: rotate(180deg);
}

.book-genresort > h2 > .arrow.-open::before {
  margin-top: -15px;
}
@media screen and (width <= 599px) {
  .book-genresort > h2 > .arrow.-open::before {
    margin-top: -12px;
  }
}

.book-genresort > .link-release {
  position: absolute;
  top: 23px;
  left: 190px;
  font-size: 1.4rem;
  font-weight: 200;
  color: #ee8219;
}
@media screen and (width <= 599px) {
  .book-genresort > .link-release {
    right: 0;
    left: auto;
  }
}

.book-genresort > .sortlist {
  max-height: 0;
  overflow: hidden;
}

.book-genresort > .sortlist.-open {
  max-height: 6000px;
  padding-top: 10px;
}

.book-genresort > .sortlist dl {
  padding-bottom: 2px;
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 7px;
}

.book-genresort > .sortlist dl > dt {
  position: relative;
  height: 32px;
  padding-left: 12px;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 32px;
  cursor: pointer;
}
@media screen and (width >= 600px) {
  .book-genresort > .sortlist dl > dt {
    height: 38px;
    font-size: 1.8rem;
    line-height: 38px;
  }
}

.book-genresort > .sortlist dl > dt::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  border-color: #424242 transparent transparent;
  border-style: solid;
  border-width: 9px 5px 0;
  transition: all 0.1s ease-out 0s;
  transform: translateY(-50%) rotate(0deg);
}

.book-genresort > .sortlist dl > dt:hover::before {
  top: 58%;
}

.book-genresort > .sortlist dl > dd {
  max-height: 0;
  overflow: hidden;
}

.book-genresort > .sortlist dl > dd > .inner {
  position: relative;
  padding: 11px 12px 7px;
  border-top: 1px solid #a2a2a2;
}

.book-genresort > .sortlist dl > dd > .inner > .list {
  letter-spacing: -.40em;
}

.book-genresort > .sortlist dl > dd > .inner > .list > .item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
  letter-spacing: normal;
  vertical-align: top;
}

.book-genresort > .sortlist dl > dd > .inner > .list > .item > a {
  font-size: 1.4rem;
  color: #ee8219;
  text-decoration: underline;
}

.book-genresort > .sortlist dl > dd > .inner > .list > .item > a:hover {
  text-decoration: none;
}

.book-genresort > .sortlist dl.-open > dt::before {
  transform: translateY(-50%) rotate(180deg);
}

.book-genresort > .sortlist dl.-open > dt:hover::before {
  top: 42%;
}

.book-genresort > .sortlist dl.-open > dd {
  max-height: 500px;
}

.book-genresort > .btn-open {
  position: relative;
  box-sizing: border-box;
  display: none;
  width: 150px;
  height: 33px;
  margin: 12px auto 18px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #adadad;
  border-radius: 7px;
}

.book-genresort > .btn-open > p {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin: 0 auto;
}

.book-genresort > .btn-open > p > .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.2s ease-out 0s;
  transform: rotate(-45deg);
}
@media screen and (width >= 600px) {
  .book-genresort > .btn-open:hover > p > .arrow {
    margin-top: -4px;
  }
}

.book-genresort > .btn-open.-open {
  display: block;
}

.book-genresort > .btn-release {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 150px;
  height: 33px;
  margin: 12px auto 0;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #adadad;
  border-radius: 7px;
}

.book-genresort > .btn-release > p {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.book-breadcrumb {
  padding-top: 12px;
  margin-bottom: 11px;
  letter-spacing: -.40em;
}

.book-breadcrumb > li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: normal;
  vertical-align: top;
}

.book-breadcrumb > li.arrow {
  margin: 0 14px 10px 15px;
}

.book-breadcrumb > li > a {
  position: relative;
  display: block;
  color: #ee8219;
}

.book-breadcrumb > li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ee8219;
}

.book-breadcrumb > li > a:hover {
  text-decoration: none;
}

.book-breadcrumb > li > a:hover::after {
  height: 0;
}

.book-review {
  margin-bottom: 62px;
}

.book-review > .person-title {
  margin-bottom: 27px;
}

.book-review > .item {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}

.book-review > .item h3 {
  margin-bottom: 12px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.book-review > .item .txt {
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 2.6rem;
}

.book-review > .item .txt p {
  margin-bottom: 15px;
}

.book-review > .item .date {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #686868;
  text-align: right;
}

.book-review > .item:last-of-type {
  margin-bottom: 28px;
}
@media screen and (width <= 599px) {
  .book-review > .item {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }

  .book-review > .item h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
  }

  .book-review > .item .txt {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .book-review > .item .date {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.book-userreview {
  margin-bottom: 60px;
}

.book-userreview .person-title {
  margin-bottom: 10px;
}
@media screen and (width <= 599px) {
  .book-userreview .person-title::after {
    height: 46px;
  }
}

.book-userreview .support {
  margin-bottom: 23px;
  text-align: right;
}

.book-userreview .support img {
  width: 224px;
}
@media screen and (width <= 599px) {
  .book-userreview .support img {
    width: 37.3%;
    max-width: 224px;
  }
}

.book-userreview .item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (width >= 600px) {
  .book-userreview .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.book-userreview .item:last-of-type {
  margin-bottom: 30px;
}

.book-userreview .item > figure {
  width: 75px;
}

.book-userreview .item > .article {
  position: relative;
  top: -7px;
  width: 100%;
}

.book-userreview .item > .article > .name {
  margin-bottom: 2px;
  font-size: 1.8rem;
  font-weight: 700;
}

.book-userreview .item > .article > .date {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #686868;
}

.book-userreview .item > .article > .txt {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 2.8rem;
}
@media screen and (width <= 599px) {
  .book-userreview .item figure {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .book-userreview .item > .article {
    width: auto;
  }

  .book-userreview .item > .article > .name {
    font-size: 1.5rem;
  }

  .book-userreview .item > .article > .date {
    font-size: 1.5rem;
  }

  .book-userreview .item > .article > .txt {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.biblio {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 13px;
}

.biblio figure {
  width: 200px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
}
@media screen and (width <= 599px) {
  .biblio figure {
    width: 35.3%;
  }
}

.biblio > .info {
  position: relative;
  top: -5px;
  width: 535px;
}

.biblio > .info > h2 {
  margin-bottom: 35px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.biblio > .info > dl {
  margin-bottom: 8px;
}

.biblio > .info > dl:last-of-type {
  margin-bottom: 24px;
}

.biblio > .info > dl > dt {
  margin-bottom: -4px;
  font-size: 1.7rem;
  font-weight: 200;
  color: #6f6d6d;
}

.biblio > .info > dl dd {
  font-size: 2.0rem;
}

.biblio > .info > dl dd a[target="_blank"]:hover {
  text-decoration: none;
}
@media screen and (width <= 599px) {
  .biblio > .info {
    width: 61%;
  }

  .biblio > .info > h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .biblio > .info > dl > dt {
    font-size: 1.2rem;
  }

  .biblio > .info > dl > dd {
    font-size: 1.5rem;
  }
}

.biblio > .info .link-amazon {
  display: block;
  width: 100%;
  height: 55px;
  margin-bottom: 10px;
  text-align: center;
  background: #000;
}

.biblio > .info .link-amazon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (width <= 599px) {
  .biblio > .info .link-amazon {
    height: auto;
    padding: 8px 0;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
  }

  .biblio > .info .link-amazon img {
    top: 0;
    width: 70%;
    transform: translateY(0);
  }
}

.biblio.-single {
  margin-bottom: 27px;
}
@media screen and (width >= 600px) {
  .biblio.-single figure {
    width: 270px;
  }

  .biblio.-single > .info {
    width: 445px;
  }

  .biblio.-single > .info > h2 {
    margin-bottom: 48px;
  }
}
@media screen and (width <= 599px) {
  .biblio.-single figure {
    width: 47%;
  }

  .biblio.-single > .info {
    width: 48%;
  }

  .biblio.-single > .info > h2 {
    margin-bottom: 5px;
    line-height: 2.1rem;
  }

  .biblio.-single > .info > dl {
    margin-bottom: 2px;
  }
}
.biblio-author a {text-decoration:  underline;}

/* ------------------------------------------------------ */

/*  review */

/* ------------------------------------------------------ */
.review-profile a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (width <= 599px) {
  .review-profile a {
    margin: 0 auto 24px;
  }
}

.review-profile a > .info > h3 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #ee8219;
}
@media screen and (width <= 599px) {
  .review-profile a > .info > h3 {
    font-size: 2.0rem;
  }
}

.review-profile a > .info > p {
  margin-bottom: 5px;
  font-size: 20px;
}

.review-profile a > .info > p > span {
  font-weight: 200;
  color: #6f6d6d;
}
@media screen and (width <= 599px) {
  .review-profile a > .info > p {
    font-size: 1.5rem;
  }
}

.review-profile a > figure {
  max-width: 135px;
}
@media screen and (width <= 599px) {
  .review-profile a > figure {
    width: 60px;
  }
}

.review-tab {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -.40em;
}
@media screen and (width <= 599px) {
  .review-tab {
    margin: 0 auto 19px;
  }
}

.review-tab > li {
  display: inline-block;
  width: 50%;
  font-weight: 700;
  letter-spacing: normal;
  vertical-align: top;
}

.review-tab > li.item {
  position: relative;
  padding-top: 4px;
  padding-bottom: 9px;
}
@media screen and (width <= 599px) {
  .review-tab > li.item {
    padding: 4px 0 8px;
  }
}

.review-tab > li.item > a {
  box-sizing: border-box;
  display: block;
  width: 365px;
  height: 38px;
  margin: 0 auto;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 28px;
  color: #a6a6a6;
  border: 3px solid #a6a6a6;
}
@media screen and (width <= 599px) {
  .review-tab > li.item > a {
    width: 90%;
    height: 27px;
    font-size: 1.6rem;
    line-height: 21px;
    border: 2px solid #a6a6a6;
  }
}

.review-tab > li.item > a:hover {
  text-decoration: none;
}

.review-tab > li.item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #ee8219;
}
@media screen and (width <= 599px) {
  .review-tab > li.item::after {
    height: 2px;
  }
}

.review-tab > li.item-current {
  position: relative;
  height: 51px;
  font-size: 2.0rem;
  line-height: 51px;
  color: #ee8219;
}

.review-tab > li.item-current > .txt {
  width: 365px;
  font-weight: 700;
}
@media screen and (width <= 599px) {
  .review-tab > li.item-current > .txt {
    width: 98%;
  }
}
@media screen and (width <= 599px) {
  .review-tab > li.item-current {
    height: 39px;
    font-size: 1.6rem;
    line-height: 39px;
  }
}

.review-tab > li.item > a h4.txt {
  font-weight: 700;
}

.review-tab > li.item-current > .frame {
  position: absolute;
  top: 0;
  left: 9px;
  box-sizing: border-box;
  width: 365px;
  height: 51px;
  border-top: 3px solid #ee8219;
  border-right: 3px solid #ee8219;
  border-left: 3px solid #ee8219;
}
@media screen and (width <= 599px) {
  .review-tab > li.item-current > .frame {
    left: 1%;
    width: 96%;
    height: 39px;
    border-top: 2px solid #ee8219;
    border-right: 2px solid #ee8219;
    border-left: 2px solid #ee8219;
  }
}

.review-tab > li.item-current::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 3px;
  content: '';
  background: #ee8219;
}
@media screen and (width <= 599px) {
  .review-tab > li.item-current::before {
    width: 2%;
    height: 2px;
  }
}

.review-tab > li.item-current::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 3px;
  content: '';
  background: #ee8219;
}
@media screen and (width <= 599px) {
  .review-tab > li.item-current::after {
    width: 3%;
    height: 2px;
  }
}

.review-tab > li.item_blank {
  height: 38px;
}
@media screen and (width <= 599px) {
  .review-tab > li.item_blank {
    height: 27px;
  }
}

@media screen and (width <= 599px) {
  .review-list {
    margin: 0 auto;
  }
}

.review-list > .item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (width <= 599px) {
  .review-list > .item {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}

.review-list > .item > h2 {
  padding: 12px 22px 8px;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 2px solid #b7b7b7;
  border-bottom: 2px solid #b7b7b7;
}

.review-list > .item > h2 > .title {
  color: #ee8219;
}
@media screen and (width <= 599px) {
  .review-list > .item > h2 {
    padding: 12px 18px 10px;
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}

.review-list > .item > .article {
  position: relative;
  padding-left: 230px;
  margin-bottom: 45px;
}

.review-list > .item > .article > figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
}

.review-list > .item > .article > h3 {
  position: relative;
  top: -5px;
  font-size: 2.5rem;
  line-height: 36px;
}

.review-list > .item > .article > p {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 26px;
}

.review-list > .item > .article > .excerpt {
  min-height: 210px;
}
@media screen and (width <= 599px) {
  .review-list > .item > .article {
    padding-left: 0;
  }

  .review-list > .item > .article > figure {
    position: relative;
    width: 50%;
    margin: 25px auto 15px;
  }

  .review-list > .item > .article > h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
  }

  .review-list > .item > .article > p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .review-list > .item > .article > .excerpt {
    min-height: unset;
  }
}
@media screen and (width >= 600px) {
  .review-list > .item > .article.-float {
    padding-left: 0;
  }

  .review-list > .item > .article.-float > figure {
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .review-list > .item > .article.-float > h3 {
    float: right;
    width: 535px;
    margin-bottom: 20px;
  }

  .review-list > .item > .article.-float > p {
    margin-bottom: 26px;
  }
}

/* ------------------------------------------------------ */

/*  author */

/* ------------------------------------------------------ */
.author-list--style1 {
  margin-bottom: 62px;
}
@media screen and (width <= 599px) {
  .author-list--style1 {
    margin-bottom: 32px;
  }
}

.author-list--style1 > .person-title {
  margin-bottom: 22px;
}
@media screen and (width <= 599px) {
  .author-list--style1 > .person-title {
    margin-bottom: 10px;
  }
}

.author-list--style1 > .list > .item {
  border-bottom: 1px solid #b7b7b7;
}

.author-list--style1 > .list > .item > a {
  display: block;
  padding-top: 18px;
  padding-bottom: 17px;
}

.author-list--style1 > .list > .item > a > h3 {
  margin-bottom: 23px;
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #ee8219;
}

.author-list--style1 > .list > .item > a > .note {
  margin-bottom: 10px;
  font-size: 2.0rem;
  line-height: 2.6rem;
}

.author-list--style1 > .list > .item > a > .note > span {
  font-weight: 200;
  color: #6f6d6d;
}
@media screen and (width <= 599px) {
  .author-list--style1 > .list > .item > a {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .author-list--style1 > .list > .item > a > h3 {
    margin-bottom: 8px;
    font-size: 2.0rem;
  }

  .author-list--style1 > .list > .item > a > .note {
    margin-bottom: 2px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

.author-list--style2 {
  margin-bottom: 60px;
}
@media screen and (width <= 599px) {
  .author-list--style2 {
    margin-bottom: 32px;
  }
}

.author-list--style2 > .person-title {
  margin-bottom: 42px;
}
@media screen and (width <= 599px) {
  .author-list--style2 > .person-title {
    margin-bottom: 22px;
  }
}

.author-list--style2 > .block {
  position: relative;
}

.author-list--style2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (width <= 599px) {
  .author-list--style2 .list {
    justify-content: space-between;
  }
}

.author-list--style2 .list > .item {
  width: 150px;
  margin-right: 20px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (width >= 600px) {
  .author-list--style2 .list > .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (width <= 599px) {
  .author-list--style2 .list > .item {
    width: 47.7%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.author-list--style2 .list > .item > a {
  position: relative;
  display: block;
}

.author-list--style2 .list > .item > a > figure {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (width <= 599px) {
  .author-list--style2 .list > .item > a > figure {
    width: 100%;
    height: auto;
  }

  .author-list--style2 .list > .item > a > figure::before {
    display: block;
    padding-top: 100%;
    content: '';
  }
}

.author-list--style2 .list > .item > a > figure img {
  width: 150px;
  height: 150px;
  font-family: 'object-fit: contain; object-position: center center;';
  object-fit: contain;
  object-position: center center;
}
@media screen and (width <= 599px) {
  .author-list--style2 .list > .item > a > figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.author-list--style2 .list > .item > a > figure::after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #d7d7d7;
}

.author-list--style2 .list > .item > a > h3 {
  font-size: 1.8rem;
  font-weight: 200;
}

.author-list--style2 .list > .item > a:hover {
  text-decoration: none;
}
@media screen and (width <= 599px) {
  .author-list--style2 .list > .item {
    width: 30%;
  }

  .author-list--style2 .list > .item > a > h3 {
    font-size: 1.2rem;
  }
}
@media screen and (width <= 599px) {
  .author-list--style2 .list {
    justify-content: space-between;
  }
}
@media screen and (width >= 600px) {
  .author-list--style2 .link-more2.-square {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #d7d7d7;
  }
}

@media screen and (width <= 599px) {
  .author-syllabary .person-title {
    margin-bottom: 10px;
  }
}

.author-syllabary > .block {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (width <= 599px) {
  .author-syllabary > .block {
    margin-bottom: 30px;
  }
}

.author-syllabary > .block:last-of-type {
  margin-bottom: 32px;
}
@media screen and (width <= 599px) {
  .author-syllabary > .block:last-of-type {
    margin-bottom: 18px;
  }
}

.author-syllabary > .block > .index {
  position: absolute;
  top: -3px;
  right: 0;
  letter-spacing: -.40em;
}
@media screen and (width <= 599px) {
  .author-syllabary > .block > .index {
    position: relative;
    margin-bottom: 12px;
    text-align: right;
  }
}

.author-syllabary > .block > .index > .item {
  display: inline-block;
  margin-left: 52px;
  font-size: 2.0rem;
  font-weight: 200;
  color: #686868;
  letter-spacing: normal;
  vertical-align: top;
}

.author-syllabary > .block > .index > .item a {
  color: #ee8219;
}
@media screen and (width <= 599px) {
  .author-syllabary > .block > .index > .item {
    margin-left: 24px;
    font-size: 1.5rem;
  }
}

.author-syllabary > .block .author-list--style1 {
  margin-bottom: 0;
  border-top: 1px solid #b7b7b7;
}

.author-syllabary > .nav > .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (width <= 599px) {
  .author-syllabary > .nav > .list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}

.author-syllabary > .nav > .list li {
  margin: 0 36px 10px 0;
}

.author-syllabary > .nav > .list li a {
  font-size: 2.0rem;
  font-weight: 200;
  color: #ee8219;
}
@media screen and (width <= 599px) {
  .author-syllabary > .nav > .list li {
    margin: 0 36px 10px 0;
  }
}

.author-ranking > .list {
  border-top: 1px solid #b7b7b7;
}

.author-ranking > .list > .item {
  border-bottom: 1px solid #b7b7b7;
}

.author-ranking > .list > .item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.author-ranking > .list > .item > a > .info {
  position: relative;
  box-sizing: border-box;
  width: 570px;
  padding-left: 100px;
}

.author-ranking > .list > .item > a > .info > h3 {
  margin-bottom: 23px;
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #ee8219;
}

.author-ranking > .list > .item > a > .info > .note {
  margin-bottom: 10px;
  font-size: 2.0rem;
  line-height: 2.6rem;
}

.author-ranking > .list > .item > a > .info > .note > span {
  font-weight: 200;
  color: #6f6d6d;
}

.author-ranking > .list > .item > a > .info > .no {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #ee8219;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (width <= 599px) {
  .author-ranking > .list > .item > a > .info {
    width: 79%;
    padding-left: 39px;
  }

  .author-ranking > .list > .item > a > .info > h3 {
    margin-bottom: 8px;
    font-size: 2.0rem;
  }

  .author-ranking > .list > .item > a > .info > .note {
    margin-bottom: 2px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .author-ranking > .list > .item > a > .info > .no {
    width: 39px;
    font-size: 2.4rem;
  }
}

.author-ranking > .list > .item > a > figure {
  position: relative;
  width: 135px;
}
@media screen and (width <= 599px) {
  .author-ranking > .list > .item > a > figure {
    width: 18.6%;
    height: auto;
  }

  .author-ranking > .list > .item > a > figure::before {
    display: block;
    padding-top: 100%;
    content: '';
  }
}

.author-ranking > .list > .item > a > figure img {
  width: 135px;
  height: 135px;
  font-family: 'object-fit: contain; object-position: center center;';
  object-fit: contain;
  object-position: center center;
}
@media screen and (width <= 599px) {
  .author-ranking > .list > .item > a > figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.author-ranking > .list > .item > a > figure::after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #d7d7d7;
}

.author-list--style3 > .list {
  border-top: 1px solid #b7b7b7;
}

.author-list--style3 > .list > .item {
  border-bottom: 1px solid #b7b7b7;
}

.author-list--style3 > .list > .item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.author-list--style3 > .list > .item > a > .info {
  position: relative;
  box-sizing: border-box;
  width: 570px;
}

.author-list--style3 > .list > .item > a > .info > h3 {
  margin-bottom: 23px;
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #ee8219;
}

.author-list--style3 > .list > .item > a > .info > .note {
  margin-bottom: 10px;
  font-size: 2.0rem;
  line-height: 2.6rem;
}

.author-list--style3 > .list > .item > a > .info > .note > span {
  font-weight: 200;
  color: #6f6d6d;
}

.author-list--style3 > .list > .item > a > .info > .no {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #ee8219;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (width <= 599px) {
  .author-list--style3 > .list > .item > a > .info {
    width: 79%;
  }

  .author-list--style3 > .list > .item > a > .info > h3 {
    margin-bottom: 8px;
    font-size: 2.0rem;
  }

  .author-list--style3 > .list > .item > a > .info > .note {
    margin-bottom: 2px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .author-list--style3 > .list > .item > a > .info > .no {
    width: 39px;
    font-size: 2.4rem;
  }
}

.author-list--style3 > .list > .item > a > figure {
  position: relative;
  width: 135px;
}
@media screen and (width <= 599px) {
  .author-list--style3 > .list > .item > a > figure {
    width: 18.6%;
    height: auto;
  }

  .author-list--style3 > .list > .item > a > figure::before {
    display: block;
    padding-top: 100%;
    content: '';
  }
}

.author-list--style3 > .list > .item > a > figure img {
  width: 135px;
  height: 135px;
  font-family: 'object-fit: contain; object-position: center center;';
  object-fit: contain;
  object-position: center center;
}
@media screen and (width <= 599px) {
  .author-list--style3 > .list > .item > a > figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.author-list--style3 > .list > .item > a > figure::after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #d7d7d7;
}

.author-list--style3 > .list > .item > a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------ */

/*  search */

/* ------------------------------------------------------ */
.search-title {
  margin-bottom: 23px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.4rem;
  color: #686868;
}

.search-title.-author {
  padding-left: 24px;
  background: url("../../image/search/icon1.png") no-repeat 0 7px;
}

.search-title.-article {
  padding-left: 24px;
  background: url("../../image/search/icon2.png") no-repeat 0 6px;
}
@media screen and (width <= 599px) {
  .search-title {
    font-size: 1.8rem;
    line-height: 2.0rem;
  }

  .search-title.-author {
    padding-left: 20px;
    background: url("../../image/search/icon1.png") no-repeat 0 0;
    background-size: auto 20px;
  }

  .search-title.-article {
    padding-left: 20px;
    background: url("../../image/search/icon2.png") no-repeat 0 0;
    background-size: auto 20px;
  }
}

.search-result.-author .list {
  margin-bottom: 45px;
}

.search-result.-author .pager {
  margin-bottom: 52px;
}

.search-result.-article > .list {
  margin-bottom: 25px;
}
@media screen and (width >= 600px) {
  .search-result.-article > .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (width <= 599px) {
  .search-result.-article > .list {
    border-top: 1px solid #dedede;
  }
}
@media screen and (width >= 600px) {
  .search-result.-article > .list > .item {
    width: 170px;
    margin-right: 27px;
    margin-bottom: 30px;
  }

  .search-result.-article > .list > .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (width <= 599px) {
  .search-result.-article > .list > .item {
    border-bottom: 1px solid #dedede;
  }
}

.search-result.-article > .list > .item > a > figure {
  position: relative;
  width: 170px;
  height: 170px;
  margin-bottom: 6px;
}
@media screen and (width <= 599px) {
  .search-result.-article > .list > .item > a > figure {
    width: 34.3%;
    height: auto;
    margin-bottom: 0;
  }

  .search-result.-article > .list > .item > a > figure::before {
    display: block;
    padding-top: 100%;
    content: '';
  }
}

.search-result.-article > .list > .item > a > figure img {
  width: 170px;
  height: 170px;
  font-family: 'object-fit: contain; object-position: center center;';
  object-fit: contain;
  object-position: center center;
}

@media screen and (width <= 599px) {
  .search-result.-article > .list > .item > a > figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.search-result.-article > .list > .item > a > figure::after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #d7d7d7;
}

.search-result.-article > .list > .item > a > figure > figcaption {
  position: absolute;
  bottom: 10px;
  left: -2px;
  z-index: 1;
  min-width: 50px;
  padding: 4px 10px 5px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #ee8219;
}

.search-result.-article > .list > .item > a > .info {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 26px;
}

@media screen and (width >= 600px) {
  .search-result.-article > .list > .item > a > .info {
    min-height: 0 !important;
  }
}
@media screen and (width <= 599px) {
  .search-result.-article > .list > .item > a > .info {
    width: 61%;
  }
}

.search-result.-article > .list > .item > a > .info > h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
}

@media screen and (width >= 600px) {
  .search-result.-article > .list > .item > a > .info > h2 {
    display: -webkit-box;
    min-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (width <= 599px) {
  .search-result.-article > .list > .item > a > .info > h2 {
    font-size: 15px;
    line-height: 2.0rem;
  }
}

.search-result.-article > .list > .item > a > .info > .genre {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #b0afaf;
}

@media screen and (width <= 599px) {
  .search-result.-article > .list > .item > a > .info > .genre {
    font-size: 10px;
  }
}

.search-result.-article > .list > .item > a > .info > .date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #b0afaf;
}
@media screen and (width <= 599px) {
  .search-result.-article > .list > .item > a > .info > .date {
    font-size: 10px;
  }
}
@media screen and (width <= 599px) {
  .search-result.-article > .list > .item > a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0;
  }
}

.search-result.-article > .link-more {
  margin-bottom: 15px;
}

.search-result.-article > p.search-hint {
  font-size: 1.4rem;line-height: 1.8;color: #666;
}

