/*! =================================
	layout
================================== */
.contents {
  padding-bottom: 20px;
}
.contents-inner {
  padding: 0 20px;
}
@media (max-width: 640px) {
  .contents-inner {
    padding: 0;
  }
}
.sidebar {
  width: 270px;
  float: right;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.sidebar-border {
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
}
.main {
  float: left;
  width: 100%;
  margin: 0 -306px 0 0;
  position: relative;
  z-index: 1;
}
.main-inner {
  margin: 0 306px 0 0;
}
@media (max-width: 1280px) {
  .main {
    float: inherit;
    width: 100%;
    margin: 0;
  }
  .main-inner {
    margin: 0;
  }
  .sidebar {
    float: inherit;
    width: auto;
    margin: 20px 0 32px;
  }
  .sidebar-inner {
    width: 100%;
    max-height: 100%;
    background-color: #fff;
  }
}
/*! =================================
	style
================================== */
.book-thumbs-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.book-thumbs-box a {
  text-decoration: none;
  color: #323276;
  display: block;
}
.book-thumbs-box a:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.book-thumbs-box .book-face,
.book-thumbs-box .book-detail {
  display: block;
  width: auto;
  padding: 0;
}
.book-thumbs-box .book-face {
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.book-thumbs-box .book-face img {
  vertical-align: bottom;
  width: 100%;
  max-width: 180px;
  height: auto;
  border: 1px solid #e0e0e0;
}
.book-thumbs-box .book-face .wappen-ebook img {
  width: 80px;
  height: auto;
  border: none;
}
.book-thumbs-box {
  margin-right: -5%;
}
.book-thumb {
  width: 25%;
  text-align: center;
  padding-right: 5%;
}
.book-thumb-ebook {
  width: 12.5%;
  text-align: center;
  padding-right: 2.5%;
}
.book-thumb-inner {
  width: 100%;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.book-detail-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #323276;
  font-weight: bold;
  margin-bottom: 1px;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}
.book-detail-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.main-bnr-box {
  visibility: hidden;
}
.main-bnr-box a img:hover {
  opacity: .6;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.3s linear 0s;
}
.main-bnr-box img {
  width: 600px;
}
@media (max-width: 640px) {
  .main-bnr-box img {
    width: 100%;
    height: auto;
  }
}
.main-bnr-box.slick-dotted.slick-slider {
  margin-top: 0;
  margin-bottom: 0px;
}
.main-bnr-box .slick-dots {
  bottom: -35px;
}
.main-bnr-box .slick-dots li button {
  padding: 5px 8px;
}
.main-bnr-box .slick-dots li button:before {
  font-family: inherit;
  font-size: 9px;
  width: 9px;
  height: 9px;
  content: ' ';
  border-radius: 50%;
  color: #323276;
  background-color: #323276;
  display: block;
}
.main-bnr-box .slick-prev, .main-bnr-box .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: inherit;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.main-bnr-box .slick-prev:hover, .main-bnr-box .slick-prev:focus, .main-bnr-box .slick-next:hover, .main-bnr-box .slick-next:focus {
  color: transparent;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
}
.main-bnr-box .slick-prev {
  left: 0;
}
.main-bnr-box .slick-next {
  right: 0;
}
.main-bnr-box .slick-prev:before,
.main-bnr-box .slick-next:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 20px;
  margin-top: -10px;
}
.main-bnr-box .slick-next:before {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 20px;
  left: inherit;
}
.border-box {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.head-information {
  line-height: 1.5;
  margin: 15px 0px 0px 0px;
  padding: 4px 8px;
  overflow: hidden;
}
.head-information p {
  padding: 8px 0;
}
/*.head-information p a {
  display: block;
  padding: 8px 0;
  margin-top: -1px;
  border-top: 1px solid #e0e0e0;
}*/
.head-information p a:first-child {
  border-top: none;
}
@media (max-width: 640px) {
  .head-information {
    margin: 15px 20px 0px 20px;
  }
  .head-information p {
    font-size: 13px;
  }
}
.fukidasi-title {
  position: relative;
  background-color: #323276;
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0 27px 0;
}
@media (max-width: 640px) {
  .fukidasi-title {
    border-radius: inherit;
    margin: 15px 0 0 0;
  }
}
.fukidasi-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #323276;
  border-width: 9px 9px 0;
  margin-left: -9px;
  margin-top: -1px;
}
@media (max-width: 640px) {
  .fukidasi-title:after {
    display: none;
  }
}
.row {
  margin: 0 -9px;
  overflow: hidden;
}
.row .column {
  padding: 0 10px;
  float: left;
}
.row .column.two-column {
  width: 50%;
}
.row .column.one-column {
  width: 100%;
}
.row .column.two-column:last-child .showcase-box {
  border-bottom: none;
}
.column-block {
  *zoom: 1;
  margin-bottom: -10px;
}
.column-block:before, .column-block:after {
  content: "";
  display: table;
}
.column-block:after {
  clear: both;
}
.showcase-box {
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZmEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(0%, #f7f7fa), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f7f7fa 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7fa 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7fa 0%, #ffffff 100%);
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 13px 20px 20px 24px;
  margin: 10px 0;
}
.showcase-title {
  color: #323276;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 15px;
}
.showcase-title:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 6px solid #323276;
  border-radius: 50%;
  position: relative;
  bottom: -4px;
  margin-right: 8px;
  line-height: 1;
  font-size: 0;
}
a.category-link {
  color: #323276;
}
a.category-link:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
  text-decoration: none;
}
.showcase-link-box {
  text-align: center;
  margin: 0 0 0 0;
}
.showcase-link-btn {
  border: 2px solid #d7d5e3;
  border-radius: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #323276;
  padding: 7px;
  width: 100%;
  max-width: 296px;
  display: inline-block;
  margin: 0 auto 0 auto;
  position: relative;
}
.showcase-link-btn:after {
  display: inline-block;
  content: '';
  position: relative;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #0095cb;
  margin-left: 9px;
}
.showcase-link-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #323276;
  border-color: #323276;
}
@media (max-width: 640px) {
  .row {
    margin: 0;
  }
  .row .column {
    padding: 0;
    float: inherit;
  }
  .row .column.two-column {
    width: 100%;
  }
  .showcase-box {
    border-radius: inherit;
    box-shadow: none !important;
    border-bottom: 4px solid #323276;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0;
    padding: 10px 18px 30px 18px;
  }
  .showcase-title {
    margin-bottom: 19px;
  }
  .showcase-link-box {
    margin: 0;
  }
  .showcase-link-btn {
    width: auto;
    display: block;
  }
}
.media-logos {
  *zoom: 1;
  width: 100%;
  margin: 10px auto;
}
.media-logos:before, .media-logos:after {
  content: "";
  display: table;
}
.media-logos:after {
  clear: both;
}
@media (min-width: 1280px) {
  .media-logos {
    width: 520px;
  }
}
.media-logos li {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 10px 21px;
  margin: 0 auto;
}
.media-logos li:nth-child(odd) {
  padding: 22px 21px 0 0;
}
.media-logos li:nth-child(even) {
  padding: 22px 0 0 21px;
}
@media (max-width: 640px) {
  .media-logos {
    margin: -8px;
    width: auto;
  }
  .media-logos li {
    padding: 0;
    width: 50%;
    padding: 8px 8px;
    float: left;
  }
  .media-logos li:nth-child(odd) {
    padding: 8px 8px;
  }
  .media-logos li:nth-child(even) {
    padding: 8px 8px;
  }
}
.media-brand-logo {
  border: 1px solid #ccc;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 640px) {
  .media-brand-logo {
    width: 100%;
    height: auto;
  }
}
.media-brand-logo a {
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.media-brand-logo img {
  margin: 7px 0;
  width: 99.999%;
  height: auto;
  display: inline-block;
  background-color: transparent;
}
.media-brand-logo img:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.brand-links-box {
  border: none;
}
.brand-links-box .media-logos {
  margin: 0 auto;
}
.brand-links-box .media-logos li {
  display: inline-block;
  margin: 8px;
  padding: 0;
}
.brand-links-box {
  margin: 20px 0 30px 0;
}
.brand-links-box .media-logos {
  width: auto;
  margin: -7px;
}
.brand-links-box .media-logos li {
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 7px;
}
.brand-links-box .media-logos p {
  height: auto;
}
@media (max-width: 640px) {
  .brand-links-box {
    margin-bottom: 0px;
    background-image: none;
    border-top: 1px solid #e0e0e0;
    padding: 15px 20px 4px 20px;
    margin: 0 0 10px 0;
  }
  .brand-links-box .showcase-title {
    text-align: center;
    margin-bottom: 10px;
  }
  .brand-links-box .showcase-title:before {
    display: none;
  }
  .brand-links-box .media-brand-logo img {
    margin: 3px 0;
  }
  .brand-links-box .media-logos {
    margin: 0 -6px;
  }
  .brand-links-box .media-logos li {
    padding: 6px 6px 5px 6px;
    margin: 0;
    width: 50%;
  }
}
.news-lists-block {
  margin: 0 0 30px 0;
}
@media (max-width: 640px) {
  .news-lists-block {
    margin-bottom: 0px;
    padding-top: 20px;
  }
}
.news-lists-two-line .news-list-date.news-list-date-icon {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.news-list-text {
  clear: left;
}
.icon-exlink:after,
.icon-pdf:after {
  vertical-align: middle;
}
.news-list-brand-icon {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background-color: #323276;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin: 0 0 10px 15px;
  position: relative;
  bottom: 2px;
  float: left;
}
.news-list-brand-icon-kadokawa2 {
  background-color: #41b4e8;
}
.news-list-brand-icon-dowango {
  background-color: #1077c0;
}
.text-normal {
  font-weight: normal;
}
@media (max-width: 640px) {
  .outer-bnrarea {
    padding: 20px;
  }
  .outer-bnrarea li {
    margin-bottom: 20px;
    padding: 0;
  }
}
.official-sns-box {
  padding: 20px;
  margin: 20px 0 30px 0;
}
.official-sns-box-title {
  color: #323276;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}
.sns-lists {
  *zoom: 1;
  margin: 0 -18px;
}
.sns-lists:before, .sns-lists:after {
  content: "";
  display: table;
}
.sns-lists:after {
  clear: both;
}
.sns-lists li {
  float: left;
  padding: 0 18px;
  width: 33.33%;
}
@media (max-width: 640px) {
  .official-sns-box {
    margin: 0px 20px 10px 20px;
    padding: 16px 20px 20px 20px;
  }
  .official-sns-box-title {
    text-align: center;
    margin-bottom: 5px;
  }
  .sns-lists {
    margin: 0 0px;
  }
  .sns-lists li {
    float: inherit;
    width: auto;
  }
  .btn-sns-bnr {
    width: auto;
    vertical-align: middle;
    margin: 10px 0;
  }
  .btn-sns-bnr a {
    display: table-cell;
    width: 100%;
    height: inherit;
  }
}
.foot-kadokawa-logo {
  text-align: center;
  margin: 42px 0 10px 0;
}
@media (max-width: 640px) {
  .foot-kadokawa-logo {
    margin: 50px 0 30px 0;
  }
}
.sidebar-title {
  font-weight: bold;
  color: #323276;
  margin-bottom: 10px;
  text-align: center;
}
.sidebar-text {
  line-height: 1.3;
}
.book-ranking-box {
  padding: 12px 0 5px 0;
  border-top: 1px solid #e0e0e0;
  margin: 12px 0;
  *zoom: 1;
  position: relative;
}
.book-ranking-box:before, .book-ranking-box:after {
  content: "";
  display: table;
}
.book-ranking-box:after {
  clear: both;
}
.book-ranking-box.rank-first {
  border-top: none;
}
.side-book-thumb {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.side-book-thumb.book-thumbs-box .book-face {
  width: 98px;
  display: inline-block;
  margin: 0 auto 0 -36px;
}
.side-book-thumb .book-detail {
  text-align: left;
}
.side-book-thumb .book-detail-text {
  margin: 0px 10px 0px 5px;
}
.side-book-thumb .book-detail-title {
  margin: 0px 10px 0px 5px;
  letter-spacing: -0.01em;
}
.side-book-thumb .book-detail-title a {
  color: #323276;
}
.ranking-icon {
  color: #fff;
  background-image: url(../img/rank_hukidasi.png);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 40px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 200px 42px;
  float: left;
  margin: -2px 12px 0 -4px;
  padding: 10px 0 0 0;
  text-align: center;
}
.ranking-icon small {
  font-size: 12px;
  font-size: 1.2rem;
}
.ranking-icon-no1 {
  margin-right: -1px;
  margin-top: -11px;
}
.ranking-icon-no2 {
  background-position: -40px 0;
}
.ranking-icon-no3 {
  background-position: -80px 0px;
}
.ranking-icon-no4 {
  background-position: -120px 0px;
}
.ranking-icon-no5 {
  background-position: -160px 0px;
}
.news-list-link {
  position: absolute;
  right: 0;
  top: 25%;
  margin: 0;
  padding-right: 12px;
}
.page-sub-title-wrap {
  margin-bottom: 15px;
}
/*! ---------------------------------------------
* Mobile
* --------------------------------------------- */
@media (max-width: 640px) {
  .sidebar-border {
    padding: 15px 15px 15px 15px;
  }
  .sidebar-text {
    text-align: center;
  }
  .book-ranking-box {
    padding: 10px 0 0 0;
    margin: 12px 0;
  }
  .book-ranking-box.rank-first {
    padding: 15px 0 0;
  }
  .side-book-thumb.book-thumbs-box {
    width: auto;
    display: block;
  }
  .side-book-thumb.book-thumbs-box .book-face {
    width: 98px;
    margin: 0 auto;
  }
  .side-book-thumb .book-detail-title {
    margin: 0px 6px 0px 0px;
  }
  .side-book-thumb .book-detail-text {
    margin: 0 11px -4px 0px;
  }
  .ranking-icon {
    margin: -2px 12px 0 -1px;
    position: absolute;
  }
  .ranking-icon-no1 {
    top: 15px;
  }
  .page-sub-title-wrap {
    position: relative;
  }
  .sidebar {
    float: inherit;
    width: auto;
    margin: 17px 20px;
  }
  /*.sidebar-inner {
    width: 100%;
    max-height: 100%;
    background-color: #fff;
  }
  .main {
    float: inherit;
    width: 100%;
    margin: 0;
  }
  .main-inner {
    margin: 0;
  }*/
  .page-sub-title-wrap {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }
  .news-list-link {
    top: 15%;
  }
  .book-thumbs-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .book-thumbs-box .book-face,
  .book-thumbs-box .book-detail {
    display: block;
    width: auto;
    padding: 0;
  }
  .book-thumbs-box .book-face {
    padding-bottom: 8px;
    display: table-cell;
    vertical-align: bottom;
  }
  .book-thumbs-box .book-face a img {
    border: 1px solid #e0e0e0;
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  .book-thumb,
  .book-thumb-ebook {
    /* add */
    width: 50%;
    border-bottom: none;
    padding-bottom: 15px;
    text-align: center;
  }
  .book-thumb-inner {
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .book-detail-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #323276;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.285;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .book-detail-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .news-list-brand-icon {
    float: right;
  }
  .pickup-title {
    font-size: 4.25vw;
  }
  .book-thumbs-box a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/*! ---------------------------------------------
* Tablet
* --------------------------------------------- */
@media (min-width: 641px) and (max-width: 1280px) {
  .brand-links-box .media-logos li p {
    width: auto;
    height: auto;
    max-width: 156px;
    /*    max-height: 77px; */
  }
}
/*! ---------------------------------------------
* PC
* --------------------------------------------- */
@media (min-width: 1281px) {
  .brand-links-box .media-logos li p {
    width: 156px;
    /*    height: 77px; */
  }
  .pickup-title {
    font-size: 16px;
  }
  .pickup-title-box:after {
    top: 33%;
  }
}
/* add */
.column-block {
  *zoom: 1;
  margin: 0;
}
.news-lists-block {
  margin: 30px 0;
}
@media (max-width: 640px) {
  .news-lists-block {
    margin: 0;
    padding-top: 20px;
  }
}
.row .column.one-column .book-thumbs-box {
  margin-right: -2.5%;
}
.copyright-notation {
  clear: both;
  position: relative;
  margin: 50px auto 0;
  padding: 10px 20px 0;
  *zoom: 1;
}
.copyright-notation:before, .copyright-notation:after {
  content: "";
  display: table;
}
.copyright-notation:after {
  clear: both;
}
@media (min-width: 1280px) {
  .copyright-notation {
    max-width: 1280px;
  }
}
.copyright-notation p {
  color: #999999;
  font-size: 10px;
  line-height: 1.4;
}
/*! ---------------------------------------------
	ranking_0815追加
* --------------------------------------------- */
.ranking-items figure {
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.img>img {
  border: 1px solid #e0e0e0;
}
.ranking-title {
  color: #323276;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
  line-height: 1.6;
}
.ranking-caption {
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 14px;
  line-height: 1.6;
}
.ranking-mark {
  position: relative;
  left: -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.ranking-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 60px;
  height: 18px;
  line-height: 1.55;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -moz-transform: rotate(-45deg) translate(-15px, -5px);
  -ms-transform: rotate(-45deg) translate(-15px, -5px);
  -webkit-transform: rotate(-45deg) translate(-15px, -5px);
  transform: rotate(-45deg) translate(-15px, -5px);
}
.ranking-1 {
  background-color: #ee5072;
}
.ranking-2 {
  background-color: #ff9f58;
}
.ranking-3 {
  background-color: #4ec07c;
}
.ranking-4 {
  background-color: #4ea3d6;
}
.ranking-5 {
  background-color: #4cc3ee;
}

.ranking-list li figure:hover {
  opacity: .4;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 641px) {
  .ranking-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    /*align-items: flex-end;*/
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.ranking-list>li {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.1rem;
  max-width: 50%;
  text-align: left;
}
.ranking-list>li:first-child {
  width: 100%;
  max-width: 270px;
}
@media (min-width: 641px) {
  .ranking-list>li {
    text-align: center;
    padding: 0 10px;
  }
  .ranking-list>li:last-child {
    margin-right: 0;
  }
}
.ranking-list>li a {
  *zoom: 1;
  color: #333;
}
.ranking-list>li a:before, .ranking-list>li a:after {
  content: "";
  display: table;
}
.ranking-list>li a:after {
  clear: both;
}
@media (max-width: 640px) {
  .ranking-list>li a {
    display: table;
    width: 100%;
    padding: 0 10%;
  }
}
.ranking-list>li a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.ranking-list .ranking-book-title {
  color: #323276;
  line-height: 1.5;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.1rem;
}
.ranking-list .ranking-auther-name {
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
}
.ranking-list .ranking-img {
  line-height: 0;
  text-align: center;
}
.ranking-list figure {
  margin-bottom: 3px;
  text-align: center;
  line-height: 0;
}
.ranking-list figure img {
  width: 100%;
  max-width: 118px;
}
.ranking-list li:first-child figure {
  max-width: 100%;
}
.ranking-list li:first-child figure img {
  max-width: 158px;
}
.ranking-list .label-search-ebook {
  margin: 0 auto 5px;
}
.ranking-list li:first-child .label-search-ebook {
  max-width: 158px;
}
.ranking-list .ranking-text {
  width: 100%;
  max-width: 118px;
  text-align: left;
}
.ranking-list li:first-child .ranking-text {
  max-width: 270px;
}
@media (min-width: 641px) and (max-width: 1279px) {
  .ranking-list>li,
  .ranking-list>li:first-child {
    width: 20%;
  }
  .ranking-list figure img {
    max-width: 158px;
  }
  .ranking-list .ranking-text {
    margin: 0 auto;
    width: 100%;
    max-width: 158px;
  }
}
.new-related-list .ranking-book-title {
  color: #323276;
  line-height: 1.5;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.1rem;
}
/*! ---------------------------------------------
	ranking/Mobile
* --------------------------------------------- */
@media (max-width: 640px) {
  .ranking-img {
    width: 50%;
    display: table-cell;
  }
  .ranking-text {
    width: 50%;
    max-width: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .ranking-list>li a {
    *zoom: 1;
    color: #333;
  }
  .ranking-list>li a:before, .ranking-list>li a:after {
    content: "";
    display: table;
  }
  .ranking-list>li a:after {
    clear: both;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .ranking-list>li a {
    display: table;
    width: 100%;
    padding: 0 10%;
  }
}
@media (max-width: 640px) {
  .ranking-list>li a:hover {
    text-decoration: none;
    opacity: 0.4;
    display: table;
  }
  .ranking-list figure {
    max-width: 100%;
    padding-right: 15px;
  }
  .ranking-list figure img {
    width: 100%;
    max-width: 180px;
  }
  .ranking-list .ranking-text {
    margin: 0 auto;
    max-width: 180px;
  }
  .ranking-list li:first-child figure img {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
  .ranking-items {
    margin: 0;
  }
  .ranking-items .fz-style-category {
    color: #323276;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ranking-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ranking-list>li {
    max-width: auto;
    max-width: initial;
    width: 50%;
  }
  .ranking-list>li:first-child {
    max-width: auto;
    max-width: initial;
  }
  .ranking-img,
  .ranking-text {
    display: block;
  }
  .ranking-img:first-child,
  .ranking-list li:first-child .ranking-text {
    width: auto;
    max-width: auto;
    max-width: initial;
  }
  .ranking-list figure {
    padding: 0;
  }
}
/*# sourceMappingURL=index.css.map */