
@charset "UTF-8";
#r18_contents {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.5;
  margin: 100px auto;
  padding: 50px;
  text-align: center;
  width: 600px;
}

#r18_contents a {
  font-weight: bold;
}

#r18_contents p {
  margin-bottom: 15px;
}

#r18_contents #r18_choice {
  margin-top: 45px;
}

.book-section,
.book-index,
.book-character {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.monitor-review {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.monitor-review .text-right {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.auther-profile {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .auther-profile {
    padding: 0 20px;
  }
}

.book-face {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
}
@media (min-width: 641px) {
  .book-face {
    width: 234px;
    float: left;
  }
}
.book-face img {
  width: 180px;
  height: auto;
}
.book-face img.walkerdescription {
  border: none;
  width: 100%;
  height: auto;
}
.book-face img#comicwalker {
  border: none;
  width: 100%;
  height: auto;
}

.errata {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin: 20px 0;
  padding: 8px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.errata p {
  margin-bottom: 5px;
}

.book-img {
  max-width: 180px;
  text-align: center;
  margin: 0 auto;
}
.book-img img {
  border: 1px solid #e0e0e0;
#  display: inline;
}

.one-time {
  margin-bottom: 40px;
}

.btn-group {
  margin-bottom: 1em;
}

.book-title-block {
  border-left: 6px solid #d6d7e4;
  margin-bottom: 10px;
  padding-left: 13px;
}
.book-title-block p {
  margin-bottom: 1em;
}
.book-title-block p.book-auther {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .book-title-block {
    float: left;
  }
}

.book-title {
  color: #323276;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.book-title-sub {
  clear: both;
}

.book-auther {
  color: #323276;
  font-weight: bold;
  clear: both;
  *zoom: 1;
}
.book-auther:before, .book-auther:after {
  content: "";
  display: table;
}
.book-auther:after {
  clear: both;
}
.book-auther li {
  float: left;
  margin-right: 1em;
}
@media (max-width: 640px) {
  .book-auther li {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

.book-labels {
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .book-labels {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 640px) {
  .book-labels {
    margin: 10px -10px 0;
    position: static;
  }
}

.book-description {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

.book-info-text {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1em;
  padding-top: 10px;
  line-height: 1.6;
}
@media (min-width: 641px) {
  .book-info-text {
    *zoom: 1;
  }
  .book-info-text:before, .book-info-text:after {
    content: "";
    display: table;
  }
  .book-info-text:after {
    clear: both;
  }
  .book-info-text li {
    float: left;
    margin-right: 1em;
  }
}

@media (max-width: 1279px) {
  .book-details .inner {
    padding: 0 20px;
  }
}

.book-header {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1279px) {
  .book-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.book-detail {
  width: auto;
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .book-detail {
    margin-left: 268px;
  }
}

/*! =================================
	label
================================== */
.label-genre {
  color: #323276;
  background-color: #eaebf1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 6px 10px;
  display: inline-block;
}
.label-genre:hover {
  text-decoration: none;
}

/*! =================================
	button
================================== */
.btn-stock {
  padding: 5px;
  border: 1px solid #0098ce;
}

.btn-external {
  width: 100%;
  height: 60px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  background-color: #ff6562;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #ff6562;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-external:hover {
  color: #ff6562;
  background-color: #fff;
  border: 2px solid #ff6562;
  text-decoration: none;
}
.btn-external:hover .ico-external {
  width: 15px;
  height: 12px;
  background-position: 0 -108px;
}

.btn-external--small {
  width: 160px;
  height: 44px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background-color: #ff6562;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 2px solid #ff6562;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 640px) {
  .btn-external--small {
    width: 100%;
  }
}
.btn-external--small:hover {
  color: #ff6562;
  background-color: #fff;
  border: 2px solid #ff6562;
  text-decoration: none;
}
.btn-external--small:hover .sprite-external {
  background-position: -50px -383px;
}

.btn-accent-color {
  color: #0098CD;
  border: 1px solid #0098CD;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 9px 12px;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-accent-color span {
  padding-right: 10px;
}
.btn-accent-color:hover {
  color: #fff;
  background-color: #0098CD;
  border: 1px solid #0098CD;
  text-decoration: none;
}
.btn-accent-color:hover .ico-arrow03-b {
  background-position: 0 -75px;
}
.btn-accent-color:hover .ico-arrow03-b.rotete-90 {
  background-position: 0 -75px;
  transform: rotate(90deg) translate3d(0, 0, 0);
}
.btn-accent-color-noanchor {
  color: #0098CD;
  border: 1px solid #0098CD;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 9px 12px;
  display: none;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-accent-color-noanchor span {
  padding-right: 0px;
}

#bookwalker {
  width: 160px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #323276;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #323276;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}
#bookwalker span {
  background-repeat: no-repeat;
  background-position: -50px -147px;
  padding-left: 25px;
}
#bookwalker:hover {
  text-decoration: none;
  color: #323276;
  background-color: #fff;
  border: 2px solid #323276;
}
#bookwalker:hover span {
  background-position: -167px -147px;
}

/*! =================================
	layout
================================== */
.main {
  width: 100%;
}
@media (min-width: 1280px) {
  .main {
    margin-right: -315px;
    padding-right: 315px;
    box-sizing: border-box;
  }
}

.sidebar {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .sidebar {
    width: 270px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*! =================================
	banner
================================== */
.bnrs-wrap .bnrs {
  background-color: #f8f8fb;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 22px 22px 12px;
  width: 100%;
}
.bnrs-wrap .bnrs-inner {
  *zoom: 1;
}
.bnrs-wrap .bnrs-inner:before, .bnrs-wrap .bnrs-inner:after {
  content: "";
  display: table;
}
.bnrs-wrap .bnrs-inner:after {
  clear: both;
}
@media (min-width: 641px) and (max-width: 1279px) {
  .bnrs-wrap .bnrs-inner {
    width: 100%;
    display: table;
  }
}
.bnrs-wrap .bnr-lists {
  *zoom: 1;
  margin: 0 0 10px;
}
.bnrs-wrap .bnr-lists:before, .bnrs-wrap .bnr-lists:after {
  content: "";
  display: table;
}
.bnrs-wrap .bnr-lists:after {
  clear: both;
}
.bnrs-wrap .bnr-list {
  text-align: center;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 49%;
  float: left;
/*  margin-bottom: 1px; */
  position: relative;
}

.bnrs-wrap .bnr-list .bnr-link {
  position:absolute; /* 絶対配置 */
  top:50%; /* 上から半分 */
  left:50%; /* 左から半分 */
  width:100%; /* 大枠と同じ幅に */
  /* 要素の大きさの半分引く（CSS3） */
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.bnrs-wrap .bnr-list-kado {
  text-align: center;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 49%;
  float: left;
/*  margin-bottom: 1px; */
}

.bnrs-wrap .bnr-list:nth-child(even) .bnr-list-kado {
  margin-left: 2%;
}
.bnrs-wrap .bnr-full .bnr-list .bnr-list-kado {
  width: 100%;
}
.bnrs-wrap .bnr-full .bnr-list .bnr-list-kado img {
  max-width: 100%;
}
.bnrs-wrap .bnr-link {
  display: block;
  padding: 5px;
}
.bnrs-wrap .bnr-link img {
  max-width: 100%;
  vertical-align: middle;
}
.bnrs-wrap .bnr-title {
  color: #fff;
  background-color: #0098ce;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
}
.bnrs-wrap .bnrs-accent {
  width: 100%;
}
.bnrs-wrap .bnrs-accent:after {
  display: block;
  content: '';
  background-image: url(../../common/img/sprite.png);
  background-size: 34px auto;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 24px;
  height: 9px;
  background-position: 0 -576px;
  position: relative;
  top: -3px;
}
.bnrs-wrap .bnr-group {
  background-image: none;
}
.bnrs-wrap .bnr-group > i {
  display: none;
}
.bnrs-wrap .bnrs-wrap {
  margin-bottom: 0;
  background-color: none;
}
.bnrs-wrap .movie-group .full {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.bnrs-wrap .media-box-gruop .text-right {
  margin-top: 1em;
}
@media (min-width: 1280px) {
  .bnrs-wrap .bnr-list {
    height: 34px;
  }
  .bnrs-wrap .bnr-list, .bnrs-wrap .bnr-list-kado:nth-child(even) {
    margin-top: 5px;
  }
}
@media (min-width: 641px) {
  .bnrs-wrap .bnr-list-kado {
    width: 100%;
    float: none;
    /* margin: 0 0 10px; */
  }
}
@media (max-width: 640px) {
  .bnrs-wrap .bnr-link {
    display: inline;
  }
  .bnrs-wrap .bnr-list-kado {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .bnrs-wrap .bnr-list .bnr-list-kado {
    margin-bottom: 10px;
  }
  .bnrs-wrap .bnr-list .bnr-list-kado img {
    width: auto;
    max-width: 100%;
  }
  .bnrs-wrap .bnr-list{
    height: 72px;
    margin-bottom: 10px;
  }
}

@media (min-width: 641px) and (max-width: 1279px) {
  .bnrs-wrap .bnrs {
    margin: 0 20px 20px;
    width: auto;
  }
  .bnrs-wrap .bnr-table {
    position: relative;
/*    background-color: #e6e7ef; */
    border-bottom: 2px solid #fff;
  }
  .bnrs-wrap .bnr-table:last-child {
    border-bottom: none;
  }
  .bnrs-wrap .bnr-table .bnrs-inner {
    display: table;
  }
  .bnrs-wrap .bnr-table .bnrs-accent {
    display: table-cell;
    background-color: #0098ce;
    width: 125px;
    background-image: none;
    vertical-align: middle;
    padding: 10px 20px;
  }
  .bnrs-wrap .bnr-table .bnrs-accent:after {
    height: 0;
  }
  .bnrs-wrap .bnr-table .bnrs-accent .bnr-title {
    text-align: left;
    font-weight: bold;
  }
  .bnrs-wrap .bnr-table .bnr-group {
    display: table-cell;
    padding: 10px 10px 0;
    position: relative;
  }
  .bnrs-wrap .bnr-table .bnr-group > i {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -10px;
    margin-top: -4px;
  }
  .bnrs-wrap .bnr-table .bnr-group ul {
    *zoom: 1;
  }
  .bnrs-wrap .bnr-table .bnr-group ul:before, .bnrs-wrap .bnr-table .bnr-group ul:after {
    content: "";
    display: table;
  }
  .bnrs-wrap .bnr-table .bnr-group ul:after {
    clear: both;
  }
  .bnrs-wrap .bnr-list{
    height: 72px;
/*    margin-bottom: 5px; */
  }

  .bnrs-wrap .bnr-list, .bnrs-wrap .bnr-list-kado:nth-child(even) {
    margin-top: 10px;
  }
}
.book-detail-group {
  font-size: 12px;
  font-size: 1.2rem;
  *zoom: 1;
  margin-bottom: 20px;
}
.book-detail-group:before, .book-detail-group:after {
  content: "";
  display: table;
}
.book-detail-group:after {
  clear: both;
}
@media (max-width: 1279px) {
  .book-detail-group {
    /* padding: 0 20px; */
    padding: 20px 20px 0 20px;
  }
}
.book-detail-group dt {
  float: left;
  display: inline-block;
  width: 7em;
  margin-bottom: 8px;
  line-height: 1.3;
}
.book-detail-group dd {
  margin-left: 8em;
  margin-bottom: 8px;
  line-height: 1.3;
}

.recommend-comment {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.recommend-comment p {
  margin-bottom: 10px;
}

.related-items {
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 30px;
  padding: 15px 20px;
}
@media (max-width: 1279px) {
  .related-items {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.fz-style-related {
  margin-bottom: 10px;
  text-align: left;
}

.related-list,
.auther-product-list {
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 641px) and (max-width: 1279px) {
  .related-list,
  .auther-product-list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.related-list .wappen-ebook,
.auther-product-list .wappen-ebook {
  display: block;
  max-width: 180px;
  text-align: right;
}
.related-list > li,
.auther-product-list > li {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
@media (min-width: 641px) and (min-width: 641px) and (max-width: 1279px) {
  .related-list > li,
  .auther-product-list > li {
    width: 15%;
    margin-right: 2%;
  }
}
@media (min-width: 641px) {
  .related-list > li:last-child,
  .auther-product-list > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .related-list > li,
  .auther-product-list > li {
    width: 50%;
  }
  .related-list > li:nth-child(odd),
  .auther-product-list > li:nth-child(odd) {
    padding-right: 10px;
  }
  .related-list > li:nth-child(even),
  .auther-product-list > li:nth-child(even) {
    padding-left: 10px;
  }
}
@media (min-width: 1280px) {
  .related-list > li,
  .auther-product-list > li {
    width: 50%;
  }
  .related-list > li:nth-child(odd),
  .auther-product-list > li:nth-child(odd) {
    padding-right: 10px;
  }
  .related-list > li:nth-child(even),
  .auther-product-list > li:nth-child(even) {
    padding-left: 10px;
  }
}
.related-list > li:hover,
.auther-product-list > li:hover {
  opacity: .4;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.related-list figure,
.auther-product-list figure {
  text-align: center;
  clear: both;
}
.related-list figure img,
.auther-product-list figure img {
  width: 100%;
  max-width: 180px;
  height: auto;
  vertical-align: bottom;
}
.related-list .related-title,
.auther-product-list .related-title {
  color: #323276;
  margin-bottom: 3px;
  font-weight: bold;
}

.related-list .related-title span,
.auther-product-list .related-title span{
  word-wrap: break-word;
}

.related-list a:hover,
.auther-product-list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .related-list .wappen-ebook,
  .auther-product-list .wappen-ebook {
    margin: 0 auto;
    display: block;
    float: none;
  }
}

.history-items {
  background-color: #f1f1f5;
  padding: 10px 20px;
}

.history-list {
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-flex-direction: row;
  flex-direction: row;
  max-width: 960px;
}
.history-list > li {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 15px;
  width: 10%;
  margin-left: 2.5%;
}
.history-list figure {
  max-width: 50px;
  margin-bottom: 8px;
}
.history-list figure img {
  width: 100%;
  height: auto;
}
.history-list .wappen-ebook {
  max-width: 180px;
  margin: 0 auto;
  text-align: left;
}
.history-list .wappen-ebook img {
  width: 50px;
}

@media (min-width: 641px) {
  .ranking-list {
    display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
    display: -webkit-flex;  /* Chrome 21-27 */
    display: -moz-box;      /* Firefox 2-21 */
    display: -ms-flexbox;   /* IE9 */
    -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;
  text-align: left;
/*  width:160px; */
}
@media (min-width: 641px) {
  .ranking-list > li {
    width: 16%;
    margin-right: 5%;
  }
  .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;
  display: inline-block;
}
@media (max-width: 640px) {
  .ranking-list > li {
    border-bottom: 1px solid #e4e4e4;
  }
  .ranking-list > li:last-child {
    border-bottom: none;
  }
}
.ranking-list .ranking-book-title {
  color: #323276;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.1rem;
}
.ranking-list figure {
  max-width: 180px;
}
.ranking-list figure img {
  width: 100%;
  max-width: 180px;
}

.profile {
  *zoom: 1;
  margin-left: 120px;
}
.profile:before, .profile:after {
  content: "";
  display: table;
}
.profile:after {
  clear: both;
}
@media (max-width: 640px) {
  .profile {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.profile-img {
  width: 112px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .profile-img {
    margin: 0 15px 5px 0;
  }
}

.profile-text {
  font-size: 12px;
  font-size: 1.2rem;
}
.profile-text p {
  line-height: 1.85;
}

.profile-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 641px) {
  .auther-profile-title {
    float: left;
    display: inline-block;
    margin-right: 50px;
  }
}
.monitor {
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 640px) {
  .monitor .monitor-columns {
    width: 32%;
    margin-right: 2%;
  }
  .monitor .monitor-columns:last-child {
    margin-right: 0;
  }
}

@media (min-width: 641px) and (max-width: 1279px) {
  .monitor .monitor-columns {
    margin-right: 2%;
  }
  .monitor .monitor-columns:last-child {
    margin-right: 0;
  }
}

.monitor .monitor-name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.monitor .monitor-text {
  line-height: 1.714;
}
.monitor .hide-text {
  display: none;
}

/*! =================================
	media-box
================================== */
.media-box {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d6d6d7;
  margin-bottom: 20px;
  overflow: hidden;
}

.media-box-title {
  background-color: #d6d7e4;
  padding: 15px 25px;
}
.media-box-title span {
  font-weight: bold;
  color: #323276;
  display: inline-block;
  margin-right: 1em;
}

@media (max-width: 640px) {
  .media-box-gruop {
    padding: 15px 0;
    *zoom: 1;
  }
  .media-box-gruop:before, .media-box-gruop:after {
    content: "";
    display: table;
  }
  .media-box-gruop:after {
    clear: both;
  }

  .media-box-l {
    margin: 0 20px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .media-box-l .btn-external--small {
    margin-top: 20px;
  }

  .media-box-r {
    margin: 20px 20px 0;
  }
}
@media (min-width: 641px) {
  .media-box-gruop {
    padding: 15px 50px;
    *zoom: 1;
  }
  .media-box-gruop:before, .media-box-gruop:after {
    content: "";
    display: table;
  }
  .media-box-gruop:after {
    clear: both;
  }

  .media-box-l {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .media-box-r {
    float: right;
    width: 50%;
    padding-left: 20px;
  }
}
.media-box-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*! =================================
	media-mix
================================== */
.media-mix {
  background-color: #f8f8fb;
  margin-bottom: 20px;
  padding: 20px 15px 5px;
  *zoom: 1;
}
.media-mix:before, .media-mix:after {
  content: "";
  display: table;
}
.media-mix:after {
  clear: both;
}

.media-mix-movie {
  *zoom: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.media-mix-movie-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.media-mix-bnr {
  *zoom: 1;
}

@media (min-width: 641px) {
  .media-mix-movie-subtitle {
    padding-left: 15px;
  }

  .media-mix-bnr {
    padding-left: 15px;
  }
}
.media-mix-bnr:before, .media-mix-bnr:after {
  content: "";
  display: table;
}
.media-mix-bnr:after {
  clear: both;
}
.media-mix-bnr .fl, .media-mix-bnr .fr {
/*  width: 48%; */
  text-align: center;
}
.media-mix-bnr img {
  max-width: 100%;
  height: auto;
}
.media-mix-bnr .full {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.movie-group {
  *zoom: 1;
}
.movie-group:before, .movie-group:after {
  content: "";
  display: table;
}
.movie-group:after {
  clear: both;
}

.media-wrap {
  padding-bottom: 5px;
}

.media-wrap .fl, .media-wrap .fr, .media-wrap .full {
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px; 
}

.media-wrap .full, .promotion-movie-group .full, .sns-area > .group > .full {
  text-align: center;

}

@media (min-width: 641px) {
  .member-flex {
    display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
    display: -webkit-flex;  /* Chrome 21-27 */
    display: -moz-box;      /* Firefox 2-21 */
    display: -ms-flexbox;   /* IE9 */
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.member-unit {
  *zoom: 1;
  margin-bottom: 3%;
}
.member-unit:before, .member-unit:after {
  content: "";
  display: table;
}
.member-unit:after {
  clear: both;
}
@media (min-width: 641px) {
  .member-unit {
    clear: both;
    width: 45%;
  }
  .member-unit:nth-child(odd) {
    margin-right: 5%;
  }
}

.member-img {
  width: 100px;
  margin: 0 10px 0 0;
  float: left;
}

.member-note {
  font-size: 12px;
  font-size: 1.2rem;
}

.member-name {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.wappen-text {
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .wappen-text {
    padding: 0 20px;
  }
}
.wappen-text i {
  float: left;
}

.sns-area .fl, .sns-area .fr {
  width: 48%;
  text-align: center;
}
.sns-area iframe {
  width: 100%;
}
.sns-area .fz-style-category {
  text-align: left;
}

.show-block {
  width: 13px;
  height: 9px;
  background-position: 0 0;
  margin-right: 5px;
}
.show-block.active {
  transform: rotateX(180deg);
}

.imaging {
  color: #ef5173;
  padding-left: 7px;
  display: block;
  margin-left: 30px;
}

.award {
  color: #ff7e1e;
  padding-left: 5px;
  display: block;
  margin-left: 30px;
}

.contents {
  line-height: 1.6;
}

.genre {
  color: #323276;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.bg-gray,
.sns-area {
  background-color: #f8f8fb;
  margin-bottom: 20px;
  padding: 20px 15px;
  *zoom: 1;
}
.bg-gray:before, .bg-gray:after,
.sns-area:before,
.sns-area:after {
  content: "";
  display: table;
}
.bg-gray:after,
.sns-area:after {
  clear: both;
}

.bg-white {
  /*padding: 20px 15px;*/
  *zoom: 1;
}
.bg-white:before, .bg-white:after {
  content: "";
  display: table;
}
.bg-white:after {
  clear: both;
}

.text-block {
  color: #333;
}

.ranking-items {
  font-size: 12px;
  font-size: 1.2rem;
}
.ranking-items figure {
  position: relative;
  z-index: 10;
  top: -10px;
  margin-bottom: -8px;
}

.img > img {
  border: 1px solid #e0e0e0;
}

/*! =================================
	ranking
================================== */
.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-1 {
  background-color: #ee5072;
}

.ranking-2 {
  background-color: #ff9f58;
}

.ranking-3 {
  background-color: #4ec07c;
}

.ranking-4 {
  background-color: #4ea3d6;
}

.ranking-5 {
  background-color: #4cc3ee;
}

/*! =================================
	topics
================================== */
.topics-list {
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1.4em;
  list-style: disc;
  color: #9a9a9a;
}
.topics-list li {
  margin-bottom: 1em;
}
.topics-list li > span {
  color: #333;
}

.topics-list li .hide-text {
  display: none;
}

.topics-list li .more-btn {
  display: inline-block;
}
/*! =================================
	link
================================== */
.link-external {
  padding-right: 20px;
}

.link-external-gray {
  padding-right: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -5px -112px;
}

/*! =================================
	more read
================================== */
@media (max-width: 640px) {
  .book-text .hide-text {
    display: none;
  }
  .book-text .show-text {
    display: inline;
  }
}
@media (min-width: 641px) {
  .book-text .hide-text {
    display: inline;
  }
  .book-text .show-text {
    display: none;
  }
}

.hide-text.breadcrumb-list,
{
  display: none;
}

@media (max-width: 640px) {
  .more-btn {
    display: inline-block;
  }
}
@media (min-width: 641px) {
  .more-btn {
    display: none;
  }
}

/*! ---------------------------------------------
* fancyBox
* --------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/common/img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/common/img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/common/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/common/img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/*! ---------------------------------------------
* Mobile
* --------------------------------------------- */
@media (max-width: 640px) {
  #r18_contents {
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    margin: 100px auto;
    padding: 40px;
    text-align: center;
    width: 90%;
  }

  #r18_contents a {
    font-weight: bold;
  }

  #r18_contents p {
    margin-bottom: 15px;
  }

  #r18_contents #r18_choice {
    margin-top: 45px;
  }

  .one-time {
    margin: 0 auto 30px;
    width: 234px;
  }

  .book-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-info-text {
    padding-top: 0;
  }

  .fz-style-related {
    text-align: center;
  }

  .media-box-full {
    padding: 0 20px;
  }

  .bg-white {
    padding-bottom: 0;
  }

  .media-mix {
    margin-bottom: 0;
  }

  /* アコーディオン */
  .book-index,
  .book-character {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .book-index.active,
  .book-character.active {
    padding-bottom: 20px;
  }

  .ranking-items {
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 20px 30px;
    padding: 15px 20px 0;
  }
  .ranking-items .fz-style-category {
    color: #323276;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }

  .mobile-hidden {
    display: none;
  }
  .mobile-hidden.active {
    display: block;
    padding-bottom: 15px;
  }

  .movie-group .fl,
  .movie-group .fr {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .media-mix-bnr .fl, .media-mix-bnr .fr {
    width: 100%;
    text-align: center;
  }

  .history-items {
    padding: 10px 0;
  }

  .history-list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .history-list > li {
    width: 20%;
    margin: 0 2.5%;
  }
  .history-list figure {
    max-width: 100%;
  }
  .history-list .wappen-ebook {
    text-align: right;
    margin-left: 2.5%;
  }
  .history-list .wappen-ebook img {
    width: 76px;
  }

  .sns-area .fl, .sns-area .fr {
    width: 100%;
    float: none;
    text-align: center;
  }
  .sns-area .fl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .monitor {
    display: block;
  }

  .monitor-review {
    padding: 0 20px 20px;
  }

  .monitor-columns {
    width: 100%;
    margin-bottom: 20px;
  }

  .ranking-img {
    width: 50%;
    display: table-cell;
  }

  .ranking-text {
    width: 50%;
    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%;
  }

  .media-box-gruop {
    padding: 15px;
  }

  .media-mix-bnr .full {
    width: 100%;
  }

  .movie-group .full {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .media-box-gruop {
    padding: 15px;
    *zoom: 1;
  }
  .media-box-gruop:before, .media-box-gruop:after {
    content: "";
    display: table;
  }
  .media-box-gruop:after {
    clear: both;
  }

  .bnrs-accent {
    width: 100%;
  }
  .bnrs-accent:after {
    display: block;
    width: 22px;
    height: 10px;
    content: ' ';
    background-image: url(/common/img/spritesheet_sp.png);
    background-size: 76px auto;
    background-repeat: no-repeat;
    margin: 0 auto 3px;
    background-position: -25px -1118px;
  }
}
/*! ---------------------------------------------
* Tablet
* --------------------------------------------- */
@media (min-width: 641px) and (max-width: 1279px) {
  .movie-group .fl,
  .movie-group .fr {
    width: 48%;
    text-align: center;
  }

  .sns-box {
    text-align: center;
  }

  .ranking-items {
    padding: 20px;
  }

  .monitor-review,
  .auther-profile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bnrs-wrap {
    margin-bottom: 40px;
    background-color: #f8f8fb;
  }

  .book-details {
    margin: -20px 20px 20px;
    padding-bottom: 10px;
  }

  .book-title-block {
    float: left;
    width: 100%;
    margin: 0 -300px 0 0;
  }

  .book-labels {
    float: right;
    width: 300px;
  }

  .adjust-width {
    margin: 0 320px 0 0;
  }
}
/*! ---------------------------------------------
* PC
* --------------------------------------------- */
@media (min-width: 1280px) {
  .movie-group .fl,
  .movie-group .fr {
    width: 48%;
    text-align: center;
  }

  .fz-style-related {
    text-align: center;
  }

  .book-title-block {
    float: left;
    width: 100%;
    margin: 0 -300px 0 0;
  }

  .book-labels {
    float: right;
    width: 300px;
  }

  .adjust-width {
    margin: 0 320px 0 0;
  }
}

/*# sourceMappingURL=product.css.map */


/* 追加 */
@media (min-width: 1280px){
    .recent-check {
        max-width: 1280px;
    }
}

.recent-check {
    margin: 0 auto;
}




