@charset "utf-8";
.books {
  padding: 230px 0 0;
}
.books__title {
  width: 340px;
}
.books__contents {
  width: 1200px;
  margin: 0 auto;
  padding: 56px 0 0;
}
.books__contents-inner:not(:first-child) {
  margin-top: 80px;
}
.books__box {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.books__box-title {
  color: #fff;
  font-size: 32px;
}
.books__item {
  width: 362px;
}
.books__item:nth-child(n + 4) {
  margin-top: 56px;
}
.books__link-img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.books__link:hover .books__link-img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}
.books__link:hover .books__note-img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.books__text {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}
.books__note {
  color: #c2000f;
  font-size: 18px;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.books__note-img {
  width: 15px;
  margin-left: 10px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 736px) {
  .books {
    padding: 21.333333333333332vw 0 0;
  }
  .books__title {
    width: 42.666666666666664vw;
  }
  .books__contents {
    width: 92vw;
    padding: 12vw 0 0;
  }
  .books__contents-inner:not(:first-child) {
    margin-top: 9.333333333333334vw;
  }
  .books__box {
    margin-top: 5.333333333333333vw;
  }
  .books__box-title {
    font-size: 6.4vw;
  }
  .books__box-title-spacing {
    letter-spacing: -0.05em;
    line-height: 1.458333333333333;
  }
  .books__item {
    width: 44vw;
  }
  .books__item:nth-child(n + 3) {
    margin-top: 5.333333333333333vw;
  }
  .books__link:hover .books__link-img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .books__link:hover .books__note-img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .books__text {
    font-size: 4vw;
    margin-top: 2.666666666666667vw;
    line-height: 1.333333333333333;
  }
  .books__note {
    font-size: 3.733333333333333vw;
    margin-top: 2vw;
  }
  .books__note-img {
    width: 3.2vw;
    margin-left: 1.333333333333333vw;
  }
}
