/*==================================
// 03. Style
-----------------------------------*/
.books {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .books {
    width: 90.625%;
    padding: 0;
  }
}

.books__detail-head {
  line-height: 30px;
  border-bottom: solid 1px #959ea7;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.books__detail-head__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.books__detail-head__sns a {
  margin: 0 5px;
}

.books__detail-head__sns a img {
  width: 35px;
}

.books__detail-head div span {
  font-size: 16px;
  padding-bottom: 7px;
  display: inline-block;
}

.books__detail-head div span.completion-flag {
  font-size: 28px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  background-color: #ff9900;
  color: white;
  display: inline-block;
}

.books__detail-head div h1 {
  font-size: 28px;
}

.books__detail-head div p {
  font-size: 18px;
  padding-top: 5px;
}

.books__detail-head div p.label-series {
  font-size: 16px;
  padding-top: 5px;
}

.books__detail-head div a {
  color: #000;
}

.books__detail-head div:nth-child(2) a {
  margin: 0 2px;
}

@media only screen and (max-width: 767px) {
  .books__detail-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .books__detail-head__sns {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto 25px;
  }
  .books__detail-head div span {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1.2;
  }
  .books__detail-head div span.completion-flag {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    background-color: #ff9900;
    color: white;
  }
  .books__detail-head div h1 {
    font-size: 20px;
  }
  .books__detail-head div p {
    font-size: 14px;
    padding-top: 4px;
    line-height: 1.2;
  }
  .books__detail-head div p.label-series {
    font-size: 12px;
    padding-top: 4px;
    line-height: 1.2;
  }
  .books__detail-head div p:nth-of-type(2) {
    padding-top: 8px;
  }
  .books__detail-head div p:nth-of-type(2) a {
    margin: 0 2px;
  }
}

.books__table-td1__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  list-style: none;
  background: #fff4e3;
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  .books__table-td1__banner {
    margin-bottom: 25px;
  }
}

.books__table-td1__banner li {
  width: 115px;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .books__table-td1__banner li {
    width: 49%;
  }
}

.books__table-td1__banner li img {
  max-width: 100%;
}

.books__table-td1__banner li img:hover {
  opacity: 0.7;
}

.books__table-td2__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  list-style: none;
  background: #fff4e3;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .books__table-td2__banner {
    margin-bottom: 25px;
  }
}

.books__table-td2__banner li {
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .books__table-td2__banner li {
    width: 49%;
  }
}

.books__table-td2__banner li img {
  max-width: 100%;
}

.books__table-td2__banner li img:hover {
  opacity: 0.7;
}

.books__detail-head__sns {
  padding: 0 0 5px 0;
}

.books__detail-head__sns img {
  width: auto;
}

.books__detail-head__sns img:hover {
  opacity: 0.7;
}

.bottom-sns {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bottom-sns {
    display: block;
  }
}

.books__detail__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents {
    display: block;
  }
}

.books__detail__contents__col1 {
  width: 260px;
  min-width: 260px;
  margin-right: 5.20833%;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col1 {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.books__detail__contents__col1 .pic-block {
  margin-bottom: 30px;
}

.books__detail__contents__col1 .pic-block .main-pic {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 8px;
  text-align: center;
  background: #eee;
  position: relative;
}

.books__detail__contents__col1 .pic-block .main-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #9aa3ab;
  margin: 0 auto;
}

.books__detail__contents__col1 .pic-block .main-pic a:hover {
  opacity: .7;
}

.books__detail__contents__col1 .pic-block .thumb-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
}

.books__detail__contents__col1 .pic-block .thumb-list li {
  width: 30.76923%;
  padding-top: 30.76923%;
  position: relative;
  overflow: hidden;
  border: 1px solid #9aa3ab;
  box-sizing: border-box;
  background-size: contain !important;
  cursor: pointer;
}

.books__detail__contents__col1 .pic-block .thumb-list li:hover {
  opacity: 0.7;
}

.books__detail__contents__col1 .pic-block .thumb-list li img {
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
}

.books__detail__contents__col1 .btn-block {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col1 .btn-block {
    width: 200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col1 .shop-block {
    display: none;
  }
}

.books__detail__contents__col2 {
  width: 100%;
}

.books__detail__contents__col2 .books__contents {
  margin-bottom: 50px;
}

.books__detail__contents__col2 .books__contents dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.books__detail__contents__col2 .books__contents dd {
  font-size: 14px;
  line-height: 142.85714%;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col2 .books__contents {
    margin-bottom: 36px;
  }
  .books__detail__contents__col2 .books__contents dd {
    font-size: 15px;
  }
}

.books__detail__contents__col2 .books__list {
  margin-bottom: 50px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col2 .books__list {
    font-size: 15px;
    margin-bottom: 36px;
  }
}

.books__detail__contents__col2 .books__author {
  margin-bottom: 60px;
}

.books__detail__contents__col2 .books__author dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.books__detail__contents__col2 .books__author dd {
  font-size: 14px;
  line-height: 142.85714%;
}

.books__detail__contents__col2 .books__author dd .heading {
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col2 .books__author {
    margin-bottom: 40px;
  }
  .books__detail__contents__col2 .books__author dd {
    font-size: 15px;
  }
}

.books__detail__contents__col2 .books__info {
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  padding: 34px 20px 34px;
}

@media (min-width: 960px) {
  .books__detail__contents__col2 .books__info {
    margin-bottom: 40px;
  }
}

.books__detail__contents__col2 .books__info__list {
  list-style: none;
}

.books__detail__contents__col2 .books__info__list li {
  margin-bottom: 13px;
}

.books__detail__contents__col2 .books__info__list li:last-child {
  margin-bottom: 0;
}

.books__detail__contents__col2 .books__info__list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col2 .books__info__list li dl {
    line-height: 20px;
  }
}

.books__detail__contents__col2 .books__info__list li dl dt {
  width: 110px;
  min-width: 110px;
  text-align: right;
  margin-right: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col2 .books__info {
    padding: 13px;
    margin-bottom: 45px;
  }
  .books__detail__contents__col2 .books__info__list li {
    margin-bottom: 6px;
  }
  .books__detail__contents__col2 .books__info__list li:last-child {
    margin-bottom: 0;
  }
  .books__detail__contents__col2 .books__info__list li dl dt {
    width: 70px;
    min-width: 70px;
    margin-right: 11px;
  }
}

.books__detail__contents__col2 .shop-block {
  display: none;
}

@media only screen and (max-width: 767px) {
  .books__detail__contents__col2 .shop-block {
    display: block;
  }
}
