.no_scroll {
  position: fixed;
  width: 100%;
  height: 100%;
}

[v-cloak] {
  display: none;
}

#wrapper.bookWrap.navFix,
#wrapper.notebookWrap.navFix {
  padding-top: 40px;
}

.book-mainContent {
  position: relative;
  background: #ecf4d8;
}

.mod-page__ttl {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
}

.content-hasSidenav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1148px;
  margin: 15px auto 0;
  padding-bottom: 50px;
}

.mod-sidenav {
  width: 240px;
  background: #fff;
  border-radius: 4px;
}

.mod-sidenav__ttl {
  position: relative;
  padding: 10px 0 10px 30px;
  border-radius: 4px 4px 0 0;
  background: #8fc320;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.mod-sidenav__ttl + .mod-sidenav__inner {
  border-top: none;
}

.mod-sidenav__ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/base/ico_sidenav_ttl.svg) no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-genre__inner {
  border: 1px solid #dedede;
  border-bottom: none;
}

.mod-genre__inner.js--1 {
  border-top: none;
}

.mod-genre__inner-ttl {
  position: relative;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.mod-genre__inner-ttl:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background: url(../img/base/ico_sidenav_arw.svg) no-repeat center;
}

.mod-genre__inner-ttl.is-open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mod-genre__list {
  display: none;
  padding-bottom: 15px;
}

.mod-genre__item {
  margin-top: 5px;
  padding: 0 12px 0 24px;
  font-size: 13px;
  color: #333;
}

.mod-genre__item:first-child {
  padding-left: 12px;
}

.mod-genre__item input {
  display: none;
}

.mod-genre__item input:checked + .mod-genre__chk:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-genre__item input:checked + .mod-genre__chk:before {
  background: #8fc320;
  border-color: #8fc320;
}

.mod-genre__chk {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.mod-genre__chk:hover {
  text-decoration: underline;
}

.mod-genre__chk:hover:before {
  border-color: #626262;
}

.mod-genre__chk:before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #999;
  border-radius: 3px;
  background: #f8f8f8;
}

.mod-genre__inner__close {
  padding-right: 15px;
  text-align: right;
  font-size: 13px;
  color: #0090d8;
  cursor: pointer;
}

.mod-genre__inner__close span:after {
  margin-left: 5px;
  content: url(../img/book/ico_genre_close.svg);
}

.mod-genre__btnArea {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 12px;
  border-radius: 0 0 4px 4px;
  background: #8fc320;
}

.mod-genre__btnArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 9px;
  margin-left: -17px;
  background: url(../img/base/fukidashi.svg) no-repeat center;
}

.mod-genre__found-posts {
  color: #fff;
  font-size: 14px;
}

.mod-genre__found-posts span {
  font-size: 16px;
  font-weight: bold;
}

.mod-genre__btn {
  width: 150px;
  padding-left: 25px;
  line-height: 50px;
  border: none;
  border-radius: 3px;
  background-image: url(../img/book/ico_genre_btn.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  background-color: #000;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: background-color .1s linear;
}

.mod-genre__btn:hover {
  background-color: #4c515c;
}

.mod-genre__btn.-srg {
  text-align: center;
}

.mod-genre-category-length {
  position: absolute;
  top: 50%;
  right: 28px;
  display: none;
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 10px;
  background: #8c939f;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-genre-category-length span {
  padding-right: 3px;
  font-size: 12px;
  font-weight: bold;
}

.content-right {
  width: 894px;
}

.prdctArea {
  margin-top: 8px;
  padding: 15px 0 20px;
  border-radius: 4px;
  background: #fff;
}

.prdctArea:first-child {
  margin-top: 0;
}

.prdctArea__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
}

.prdctArea__headBtn {
  min-width: 100px;
  margin-left: 10px;
}

.prdctArea__headBtn a {
  display: block;
  padding: 5px 0;
  border-radius: 3px;
  background: #8fc320;
  font-size: 13px;
  text-align: center;
  color: #fff;
  transition: background-color .1s linear;
}

.prdctArea__headBtn a:hover {
  background-color: #9dd446;
  text-decoration: none;
}

.prdctArea__headTtl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.prdctArea__headTtl.fz24 {
  font-size: 24px;
}

.prdctArea__headTxt {
  padding: 0 22px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

.prdctArea__foot {
  padding-top: 25px;
  border-top: 1px solid #e7e7e7;
}

.prdctArea__found-posts {
  margin-left: 8px;
  font-size: 18px;
}

.prdctArea__found-posts span {
  font-size: 22px;
  font-weight: bold;
}

.prdctArea__btn {
  width: 260px;
  margin: 0 auto;
  border-radius: 3px;
  line-height: 50px;
  font-size: 16px;
  background: #212121;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color .1s linear;
}

.prdctArea__btn:hover {
  background: #4c515c;
}

.prdctSlide-wrap {
  position: relative;
}

.prdctSlide-wrap .swiper-button-prev,
.prdctSlide-wrap .swiper-button-next,
.prdctSlide-wrap .hero .swiper-button-prev,
.hero .prdctSlide-wrap .swiper-button-prev {
  top: 60px;
  width: 30px;
  height: 52px;
  margin-top: 0;
  padding: 0;
  border-radius: 4px;
  transition: background-color .1s linear;
}

.prdctSlide-wrap .swiper-button-prev:hover,
.prdctSlide-wrap .swiper-button-next:hover,
.prdctSlide-wrap .hero .swiper-button-prev:hover,
.hero .prdctSlide-wrap .swiper-button-prev:hover {
  background-color: #212121;
}

.prdctSlide-wrap .swiper-button-next.swiper-button-disabled,
.prdctSlide-wrap .hero .swiper-button-disabled.swiper-button-prev,
.hero .prdctSlide-wrap .swiper-button-disabled.swiper-button-prev,
.prdctSlide-wrap .swiper-button-prev.swiper-button-disabled {
  background-color: #212121;
  opacity: .1;
}

.prdctSlide-wrap .swiper-button-prev {
  left: 20px;
  background: url(../img/book/arw_slide_l.svg) no-repeat center #909090;
  background-size: 10px 18px;
}

.prdctSlide-wrap .swiper-button-next,
.prdctSlide-wrap .hero .swiper-button-prev,
.hero .prdctSlide-wrap .swiper-button-prev {
  right: 20px;
  background: url(../img/book/arw_slide_r.svg) no-repeat center #909090;
  background-size: 10px 18px;
}

.prdctSlide {
  position: relative;
  overflow: hidden;
  margin: 0 42px;
  padding: 20px 15px 0;
}

.prdctSlide__item {
  width: 140px !important;
  margin-right: 20px;
}

.prdctSlide__item a {
  display: block;
  font-size: 0;
  transition: opacity .1s linear;
}

.prdctSlide__item a:hover {
  opacity: .75;
  text-decoration: none;
}

.prdctSlide__item a:hover .prdctSlide__itemTtl {
  text-decoration: underline;
}

.prdctSlide__item.is-new .prdctSlide__img:before {
  position: absolute;
  z-index: 1;
  top: -9px;
  left: -5px;
  width: 43px;
  height: 19px;
  background: url(../img/base/ico_prdct_new.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.prdctSlide__img {
  position: relative;
  width: 140px;
  height: 172px;
}

.prdctSlide__img img {
  box-sizing: border-box;
  max-width: 140px;
  max-height: 172px;
  border: 1px solid #d3d3d3;
}

.prdctSlide__tag {
  display: inline-block;
  margin-top: 8px;
  padding: 1px 5px;
  border-radius: 3px;
  background: #ebebeb;
  color: #838383;
  font-size: 11px;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prdctSlide__itemTtl {
  position: relative;
  overflow: hidden;
  height: 36.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 6px;
  font-size: 13px;
}

.prdctSlide__itemTtl:before,
.prdctSlide__itemTtl:after {
  background: #fff;
  position: absolute;
}

.prdctSlide__itemTtl:before {
  content: "...";
  top: 18.2px;
  right: 0;
  width: 1em;
}

.prdctSlide__itemTtl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.prdctSlide__itemAuth {
  position: relative;
  overflow: hidden;
  height: 15.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 3px;
  font-size: 11px;
  color: #888;
}

.prdctSlide__itemAuth:before,
.prdctSlide__itemAuth:after {
  background: #fff;
  position: absolute;
}

.prdctSlide__itemAuth:before {
  content: "...";
  top: 0px;
  right: 0;
  width: 1em;
}

.prdctSlide__itemAuth:after {
  content: "";
  height: 100%;
  width: 100%;
}

.prdctSlide__try {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  padding-left: 17px;
  color: #666;
  background: url(../img/base/ico_try.svg) no-repeat left center;
}

.prdctSlide__btn {
  margin-top: 8px;
  font-size: 13px;
  padding: 3px 0;
  text-align: center;
  color: #0090d8;
  border: 1px solid #0090d8;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .1s linear;
}

.prdctSlide__btn:hover {
  background-color: #edf9ff;
  text-decoration: none;
}

.prdctSlide__btn:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 14px;
  margin-right: 7px;
  content: url(../img/base/ico_prdct_btn.svg);
}

.prdctSlide-new {
  padding-top: 10px;
}

.prdctSlide-ls {
  padding-top: 9px;
}

.prdctSlide-rank {
  padding-top: 35px;
}

.prdctSlide-rank .prdctSlide__item .ico-rank {
  background: url(../img/book/ico_rank_04.png) no-repeat left top;
  background-size: contain;
  color: #444;
}

.prdctSlide-rank .prdctSlide__item:first-child .ico-rank {
  background: url(../img/book/ico_rank_01.png) no-repeat left top;
  background-size: contain;
  color: #fff;
}

.prdctSlide-rank .prdctSlide__item:nth-child(2) .ico-rank {
  background: url(../img/book/ico_rank_02.png) no-repeat left top;
  background-size: contain;
  color: #fff;
}

.prdctSlide-rank .prdctSlide__item:nth-child(3) .ico-rank {
  background: url(../img/book/ico_rank_03.png) no-repeat left top;
  background-size: contain;
  color: #fff;
}

.ico-rank {
  position: absolute;
  top: -30px;
  left: 0;
  width: 74px;
  height: 29px;
}

.ico-rank p {
  padding-left: 20px;
  font-size: 10px;
  text-align: center;
}

.ico-rank span {
  font-size: 13px;
}

.prdctArea-recent {
  margin-top: 30px;
}

.prdctArea-recent__head {
  display: flex;
  justify-content: space-between;
}

.prdctArea-recent__ttl {
  font-size: 20px;
  font-weight: bold;
}

.prdctArea-recent__ttl:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/base/ico_check.svg) no-repeat center;
}

.prdctArea-recent__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.prdctArea-recent__item {
  width: 172px;
  margin-right: 8px;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
}

.prdctArea-recent__item:nth-child(5n) {
  margin-right: 0;
}

.prdctArea-recent__item a {
  display: block;
  font-size: 0;
  text-decoration: none;
  transition: opacity .1s linear;
}

.prdctArea-recent__item a:hover {
  opacity: .75;
}

.prdctArea-recent__item a:hover .prdctArea-recent__itemTtl {
  text-decoration: underline;
}

.prdctArea-recent__item.is-new .prdctArea-recent__img:before {
  position: absolute;
  z-index: 1;
  top: -9px;
  left: -5px;
  width: 43px;
  height: 19px;
  background: url(../img/base/ico_prdct_new.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.prdctArea-recent__img {
  position: relative;
  width: 138px;
  height: 125px;
}

.prdctArea-recent__img img {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  width: auto;
  max-width: 138px;
  height: auto;
  max-height: 125px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #d3d3d3;
}

.prdctArea-recent__tag {
  display: inline-block;
  margin-top: 8px;
  padding: 1px 5px;
  border-radius: 3px;
  background: #ebebeb;
  color: #838383;
  font-size: 11px;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prdctArea-recent__itemTtl {
  position: relative;
  overflow: hidden;
  height: 36.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 6px;
  font-size: 13px;
}

.prdctArea-recent__itemTtl:before,
.prdctArea-recent__itemTtl:after {
  background: #fff;
  position: absolute;
}

.prdctArea-recent__itemTtl:before {
  content: "...";
  top: 18.2px;
  right: 0;
  width: 1em;
}

.prdctArea-recent__itemTtl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.prdctArea-recent__itemAuth {
  position: relative;
  overflow: hidden;
  height: 15.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 3px;
  font-size: 11px;
  color: #888;
}

.prdctArea-recent__itemAuth:before,
.prdctArea-recent__itemAuth:after {
  background: #fff;
  position: absolute;
}

.prdctArea-recent__itemAuth:before {
  content: "...";
  top: 0px;
  right: 0;
  width: 1em;
}

.prdctArea-recent__itemAuth:after {
  content: "";
  height: 100%;
  width: 100%;
}

.prdctArea-recent__try {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  padding-left: 17px;
  color: #666;
  background: url(../img/base/ico_try.svg) no-repeat left center;
}

.prdctArea-recent__btn {
  margin-top: 10px;
  font-size: 13px;
  padding: 3px 0;
  text-align: center;
  color: #0090d8;
  border: 1px solid #0090d8;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .1s linear;
}

.prdctArea-recent__btn:hover {
  background: #edf9ff;
  text-decoration: none;
}

.prdctArea-recent__btn:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 14px;
  margin-right: 7px;
  content: url(../img/base/ico_prdct_btn.svg);
}

.mod-footerFeatSec {
  padding: 50px 0;
  border-top: 1px solid #dedede;
  background: #f3f3f3;
}

.mod-footerFeatSec__ttl {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.mod-footerFeatSec__ttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 62px;
  height: 4px;
  margin-left: -31px;
  background: #8fc320;
  content: "";
}

.mod-footerFeatSec__list {
  margin: 30px auto 0;
}

.mod-footerFeatSec__item {
  overflow: hidden;
  width: 370px;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 0 19px;
}

.mod-footerFeatSec__item:first-child {
  margin: 0;
}

.mod-footerFeatSec__item a {
  display: block;
  transition: opacity .1s linear;
}

.mod-footerFeatSec__item a:hover {
  text-decoration: none;
  opacity: .75;
}

.mod-footerFeatSec__item a:hover .mod-footerFeatSec__itemTtl {
  text-decoration: underline;
}

.mod-footerFeatSec__txtArea {
  padding: 20px;
}

.mod-footerFeatSec__itemTtl {
  font-size: 17px;
  font-weight: bold;
  color: #212121;
  line-height: 1.3;
}

.mod-footerFeatSec__itemTxt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.mod-archive-banners__contents {
  padding-top: 50px;
}

.mod-archive-banners__item a {
  transition: opacity .1s linear;
}

.mod-archive-banners__item a:hover {
  opacity: .75;
}

.mod-footerSnsSec {
  background: #f7f7f7;
}

.mod-footerSnsSec__list {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
}

.mod-footerSnsSec__item {
  width: 375px;
}

.mod-footerSnsSec__item a {
  display: block;
  color: #333;
  transition: .1s linear;
}

.mod-footerSnsSec__item a:hover {
  opacity: .75;
  text-decoration: none;
}

.mod-footerSnsSec__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.mod-followSnsSec {
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
}

.mod-followSnsSec__item a {
  display: block;
  color: #333;
}

.mod-bookNav {
  position: relative;
  background: #8fc320;
  z-index: 21;
}

.mod-bookNav__inner {
  position: relative;
  width: 1148px;
  margin: 0 auto;
}

.mod-bookNav__btn {
  width: 197px;
  padding-left: 15px;
  line-height: 40px;
  background-color: #212121;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: color .1s linear, background-color .1s linear;
}

.mod-bookNav__btn.is-selected {
  background-color: #ebf4d7;
  color: #8FC320;
}

.mod-bookNav__btn.is-selected .mod-bookNav__btn__icn {
  fill: #8FC320;
}

.mod-bookNav__btn__icn {
  margin-right: 10px;
  fill: #fff;
  transition: fill .1s linear;
}

.mod-bookNav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1180px;
}

.mod-bookNav__dropArea__ovl {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.mod-bookNav__dropArea__inner {
  display: flex;
  justify-content: space-between;
  min-height: 155px;
}

.mod-bookNav__dropArea.-genre {
  top: 100%;
  overflow-y: auto;
  height: 100%;
  padding-top: 46px;
  padding-bottom: 58px;
  background: #fff;
  z-index: 99;
  transition: top .2s linear;
}

.mod-bookNav__dropArea.-genre.is-open {
  display: block;
  top: 0;
}

.mod-bookNav__dropArea.-kw {
  display: none;
  top: 87px;
  padding: 7px 0 30px;
  background: #ecf4d8;
  z-index: 20;
  transition: top .4s linear;
}

.mod-bookNav__dropArea.-kw .mod-bookNav__dropArea__inner {
  margin-top: 5px;
  padding: 0 15px;
}

.mod-bookNav__dropArea.-kw .scope-item_input {
  margin: 0 15px;
}

.mod-bookNav__dropArea.-kw .suggest {
  position: static;
  margin-top: 7px;
}

.mod-bookNav__dropArea-menuWrap {
  width: 1148px;
  margin: 0 auto;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.12);
  border: 1px solid #c1c1c1;
  border-top: none;
}

.mod-bookNav__dropArea.-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -574px;
  z-index: 20;
}

.mod-bookNav__dropArea.-menu.is-fixed {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  min-width: 1180px;
  margin-left: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

.mod-bookNav__genreHead {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  z-index: 1;
  transition: top .2s linear;
}

.mod-bookNav__genreHead.is-visible {
  top: 0;
}

.mod-bookNav__genreClose {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/book/ico_booknav_close.svg) no-repeat center;
}

.mod-bookNav__genreClear {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 65px;
  margin-top: -14px;
  border-radius: 3px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  background: #8fc320;
  text-align: center;
}

.mod-bookNav__kwTxt {
  font-size: 12px;
  font-weight: bold;
}

.mod-bookNav__tag {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 11px;
  border: 1px solid #d6ddc5;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
  color: #0090d8;
}

.mod-bookNav__kwClose {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/book/ico_booknav_close.svg) no-repeat center;
}

.mod-bookNav__linkList {
  width: 280px;
  padding-right: 20px;
  border-right: 1px solid #dedede;
}

.mod-bookNav__linkItem {
  border-top: 1px solid #dedede;
}

.mod-bookNav__linkItem:first-child {
  border-top: none;
}

.mod-bookNav__linkItem.-top a:before {
  background: url(../img/book/ico_booknav_01.svg) no-repeat center;
}

.mod-bookNav__linkItem.-news a:before {
  background: url(../img/book/ico_booknav_02.svg) no-repeat center;
}

.mod-bookNav__linkItem.-blog a:before {
  background: url(../img/book/ico_booknav_03.svg) no-repeat center;
}

.mod-bookNav__linkItem.-inq a:before {
  background: url(../img/book/ico_booknav_04.svg) no-repeat center;
}

.mod-bookNav__linkItem a {
  position: relative;
  display: block;
  padding: 5px 25px 5px 35px;
  background-image: url(../img/book/arw_booknav.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  transition: background-color .1s linear;
}

.mod-bookNav__linkItem a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.mod-bookNav__linkItem a:hover {
  background-color: #ededed;
  text-decoration: none;
}

.mod-bookNav__featWrap {
  padding: 0 19px;
  border-right: 1px solid #dedede;
}

.mod-bookNav__featTtl {
  margin-top: 5px;
  font-weight: bold;
}

.mod-bookNav__featList {
  display: flex;
  margin-top: 5px;
}

.mod-bookNav__featItem {
  width: 240px;
  margin-left: 10px;
}

.mod-bookNav__featItem:first-child {
  margin: 0;
}

.mod-bookNav__featItem a {
  transition: opacity .1s linear;
}

.mod-bookNav__featItem a:hover {
  opacity: .75;
}

.mod-bookNav__btnWrap {
  position: relative;
  padding-left: 18px;
}

.mod-bookNav__btn-insta {
  width: 32px;
}

.mod-bookNav__btn-insta a {
  transition: opacity .1s linear;
}

.mod-bookNav__btn-insta a:hover {
  opacity: .75;
}

.mod-bookNav__btn-fb {
  width: 32px;
  margin-top: 16px;
}

.mod-bookNav__btn-fb a {
  transition: opacity .1s linear;
}

.mod-bookNav__btn-fb a:hover {
  opacity: .75;
}

.mod-bookNav__menuClose {
  position: absolute;
  bottom: 0;
  right: -3px;
  width: 18px;
  height: 18px;
  background: url(../img/book/ico_booknav_close.svg) no-repeat center;
  cursor: pointer;
  transition: opacity .1s linear;
}

.mod-bookNav__menuClose:hover {
  opacity: .75;
}

.searchFnc {
  width: 1148px;
  margin: 0 auto;
  padding-top: 20px;
}

.searchFnc__ttl {
  font-size: 27px;
  font-weight: bold;
  color: #212121;
  line-height: 1.3;
}

.searchFnc-metaWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.searchFnc__layout-btns {
  overflow: hidden;
  border: 1px solid #8fc320;
  border-radius: 3px;
}

.searchFnc__layout-btn {
  position: relative;
  width: 70px;
  height: 38px;
  margin: 0;
  background: #fff;
  border-radius: 0;
}

.searchFnc__layout-btn:first-child {
  border-right: 1px solid #8fc320;
}

.searchFnc__layout-btn.on {
  background: #8fc320;
}

.searchFnc__layout-btn.on svg {
  fill: #fff;
}

.searchFnc__layout-btn:not(.on) {
  transition: background-color .1s linear;
}

.searchFnc__layout-btn:not(.on):hover {
  background: #f3fdda;
}

.searchFnc__layout-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  fill: #8fc320;
}

.searchFnc__order {
  border-radius: 3px;
  background-color: #fff;
  transition: background-color .1s linear;
}

.searchFnc__order:hover {
  background-color: #f3fdda;
}

.searchFnc__order select {
  width: 200px;
  padding: 5px 1em;
  border-radius: 3px;
  background: url(../img/base/ico_arrow_b_gr.svg) no-repeat right 10px center transparent;
  font-size: 16px;
  font-family: inherit;
  color: #212121;
  cursor: pointer;
}

.searchFnc-tagArea {
  position: relative;
}

.searchFnc__tagList {
  display: flex;
  flex-wrap: wrap;
}

.searchFnc__tag {
  display: none;
  width: auto !important;
  margin: 10px 4px 0 0;
  border: 1px solid #d6ddc5;
  border-radius: 3px;
  background-image: url(../img/base/ico_close.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #fff;
  font-size: 13px;
  color: #0090d8;
  cursor: pointer;
  transition: .1s linear;
}

.searchFnc__tag label {
  display: block;
  padding: 3px 10px 3px 25px;
  cursor: pointer;
}

.searchFnc__tag input {
  display: none;
}

.searchFnc__tag:hover {
  background-color: #edf9ff;
}

.searchFnc__tag.-clearAll {
  display: none;
  padding: 3px 10px;
  background: #fff;
  border-color: #00a0e9;
}

.searchFnc__tag.-clearAll:hover {
  background-color: #edf9ff;
}

.searchFnc__tag.m--active {
  display: block;
}

.searchFnc__tag.swiper-slide {
  transition-property: background-color;
}

.searchFnc .swiper-conteiner .swiper-scrollbar {
  overflow: hidden;
  bottom: -7px;
  z-index: 2;
}

.prdctList__item {
  overflow: hidden;
  display: none;
  position: relative;
  padding: 13px 30px;
  border-top: 1px solid #e7e7e7;
}

.prdctList__item:first-child {
  border-top: none;
}

.prdctList__item.m--active {
  display: block;
}

.prdctList__item a {
  display: block;
  transition: opacity .1s linear;
}

.prdctList__item a:before {
  content: '';
  display: block;
  clear: both;
}

.prdctList__item a:after {
  content: '';
  display: block;
  clear: both;
}

.prdctList__item a:hover {
  opacity: .75;
  text-decoration: none;
}

.prdctList__item a:hover .prdctList__itemTtl {
  text-decoration: underline;
}

.prdctList__item.is-new .prdctList__img:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -5px;
  width: 43px;
  height: 19px;
  background: url(../img/base/ico_prdct_new.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.prdctList__img {
  float: left;
  position: relative;
  width: 110px;
  margin-right: 25px;
}

.prdctList__img img {
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
}

.prdctList__meta {
  float: left;
  width: 699px;
  font-size: 0;
}

.prdctList__tag {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  background: #ebebeb;
  font-size: 11px;
  color: #838383;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prdctList__itemTtl {
  margin-top: 3px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}

.prdctList__itemAuth {
  position: relative;
  overflow: hidden;
  height: 16.8px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
  color: #888;
}

.prdctList__itemAuth:before,
.prdctList__itemAuth:after {
  background: #fff;
  position: absolute;
}

.prdctList__itemAuth:before {
  content: "...";
  top: 0px;
  right: 0;
  width: 1em;
}

.prdctList__itemAuth:after {
  content: "";
  height: 100%;
  width: 100%;
}

.prdctList__itemTxt {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.prdctList__btnWrap {
  overflow: hidden;
  margin-top: 5px;
}

.prdctList__try {
  float: left;
  margin-top: 5px;
  padding-left: 17px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  background: url(../img/base/ico_try.svg) no-repeat left center;
}

.prdctList__btn {
  position: relative;
  float: right;
  width: 140px;
  padding: 3px 0;
  border: 1px solid #0090d8;
  border-radius: 4px;
  font-size: 13px;
  color: #0090d8;
  text-align: center;
  cursor: pointer;
  transition: background-color .1s linear;
  z-index: 1;
}

.prdctList__btn:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 14px;
  content: url(../img/base/ico_prdct_btn.svg);
  margin-right: 7px;
}

.prdctList__btn:hover {
  background-color: #edf9ff;
}

.cookie-listmode-thumbnail .prdctList.search_result_genre {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 42px;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__item {
  display: none;
  overflow: visible;
  width: 180px;
  margin: 0 30px 30px 0;
  padding: 0;
  border: none;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__item.is-new .prdctList__img:before {
  left: 0;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__item.m--active {
  display: block;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__item a {
  display: block;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__img {
  float: none;
  width: 180px;
  height: 202px;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__img img {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 202px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #d3d3d3;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__meta {
  width: auto;
  min-height: auto;
  margin-top: 8px;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl {
  position: relative;
  overflow: hidden;
  height: 36.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 7px;
  font-size: 13px;
  font-weight: normal;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:before,
.cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:after {
  background: #fff;
  position: absolute;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:before {
  content: "...";
  top: 18.2px;
  right: 0;
  width: 1em;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemAuth {
  position: relative;
  overflow: hidden;
  height: 15.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 3px;
  font-size: 11px;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemAuth:before,
.cookie-listmode-thumbnail .search_result_genre .prdctList__itemAuth:after {
  background: #fff;
  position: absolute;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemAuth:before {
  content: "...";
  top: 0px;
  right: 0;
  width: 1em;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemAuth:after {
  content: "";
  height: 100%;
  width: 100%;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__itemTxt {
  display: none;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__try {
  float: none;
}

.cookie-listmode-thumbnail .search_result_genre .prdctList__btn {
  float: none;
  width: auto;
  margin-top: 5px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.content-result-kw {
  width: 894px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

.kwSearch {
  position: relative;
  margin-top: 10px;
}

.kwSearch__input {
  width: 100%;
  padding: 8px 15px;
  border: 2px solid #afafaf;
  border-radius: 6px;
  color: #333;
  font-size: 18px;
  font-family: inherit;
}

.content-result-kw .prdctArea__found-posts {
  margin-left: 30px;
}

.content-result-kw .prdctList__item {
  display: block;
}

.content-result-kw .prdctList__item a {
  display: flex;
}

.content-result-kw .prdctList__img {
  float: none;
}

.content-result-kw .prdctList__itemTtl {
  font-size: 17px;
  line-height: 1.6;
}

.content-result-kw .prdctList__itemTtl .name_sub1 {
  margin-right: .5em;
}

.content-result-kw .prdctList__itemTtl .name_sub2 {
  margin-left: .5em;
}

.content-result-kw .prdctList__itemTxt span {
  font-weight: bold;
  color: #212121;
  background: #fff100;
}

.content-result-kw .prdctList__try {
  float: none;
  margin-top: 5px;
}

#wrapper.serchZero-wrap {
  min-height: 100vh;
  background: #ecf4d8;
}

.serchZero-wrap .mod-header {
  background: #fff;
}

.content-searchZero {
  width: 744px;
  margin: 0 auto;
  padding: 20px 0;
}

.searchZero__ttl {
  font-weight: bold;
  font-size: 27px;
  text-align: center;
}

.searchZero__txt {
  margin-top: 15px;
  text-align: center;
  color: #333;
}

.searchZero__txt dd span {
  vertical-align: middle;
}

.searchZero__txt dd:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #333;
}

.searchZero__search-keyword {
  position: relative;
  margin-top: 20px;
}

.searchZero__btnArea {
  width: 744px;
  margin: 0 auto;
  padding: 25px 0;
  background: #fff;
}

.searchZero__btn {
  width: 260px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
}

.searchZero__btn a {
  display: block;
  border-radius: 3px;
  color: #fff;
  background: #212121;
  transition: background .1s linear;
}

.searchZero__btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url(../img/book/ico_genre_btn.svg) no-repeat center;
}

.searchZero__btn a:hover {
  background: #4c515c;
  text-decoration: none;
}

#cat-book #mod-mainContent {
  padding-bottom: 0;
}

.btn-purchase {
  display: block;
  border-radius: 3px;
  background: #00a0e9;
  color: #fff;
  text-align: center;
  transition: opacity .1s linear;
  cursor: pointer;
}

.btn-purchase:hover {
  text-decoration: none;
  opacity: .75;
}

.prdctDtl__inner {
  width: 1148px;
  margin: 0 auto;
}

.prdctDtl__mainImgArea {
  padding: 30px 0 50px;
  background: #fff;
}

.prdctDtl__mainImgArea__inner {
  display: flex;
  align-items: start;
  padding-left: 10px;
}

.prdctDtl__mainImg {
  position: relative;
  width: 320px;
  margin-right: 48px;
}

.prdctDtl__mainImg.is-new:before {
  position: absolute;
  z-index: 1;
  top: -18px;
  left: -24px;
  width: 88px;
  height: 40px;
  background: url(../img/base/ico_prdct_new.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.prdctDtl__mainImg img {
  border: 1px solid #d6d6d6;
}

.prdctDtl__mainImg a:hover .prdctDtl__zoomBtn {
  opacity: 1;
}

.prdctDtl__zoomBtn {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: .45;
  background: url(../img/book/ico_zoom.svg) no-repeat center #212121;
  z-index: 2;
  transition: opacity .1s linear;
}

.prdctDtl__meta {
  width: 768px;
}

.prdctDtl__ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  line-height: 1.3;
}

.prdctDtl__subTtl {
  font-size: 18px;
}

.prdctDtl__mainTtl {
  font-size: 30px;
}

.prdctDtl__listWrap {
  margin-top: 20px;
}

.prdctDtl__listWrap__btn {
  margin-top: 15px;
  font-size: 15px;
  line-height: 44px;
}

.prdctDtl__listWrap__btn:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  margin-right: 8px;
  background: url(../img/book/ico_cart_wht.svg) no-repeat center;
  background-size: 20px;
}

.prdctDtl__listTtl {
  width: 100px;
  font-size: 16px;
  font-weight: bold;
}

.prdctDtl__listTxt {
  font-size: 16px;
  color: #333;
}

.prdctDtl__listTxt span {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
}

.prdctDtl__slideArea {
  position: relative;
  padding: 25px 0 50px;
  background: #efefef;
}

.prdctDtl__slideArea .swiper-container {
  overflow: visible;
}

.prdctDtl__slideArea .swiper-slide a {
  position: relative;
  display: block;
  width: 640px;
  height: 458px;
  margin: 0 auto;
}

.prdctDtl__slideArea .swiper-slide a:hover .prdctDtl__zoomBtn {
  opacity: 1;
}

.prdctDtl__slideArea .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 640px;
  max-height: 458px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border: 1px solid #d3d3d3;
}

.prdctDtl__slideArea .swiper-button-prev,
.prdctDtl__slideArea .swiper-button-next,
.prdctDtl__slideArea .hero .swiper-button-prev,
.hero .prdctDtl__slideArea .swiper-button-prev {
  width: 36px;
  height: 90px;
  margin-top: -45px;
  padding: 0;
  border-radius: 4px;
  opacity: .5;
  transition: opacity .1s linear;
}

.prdctDtl__slideArea .swiper-button-prev:hover,
.prdctDtl__slideArea .swiper-button-next:hover,
.prdctDtl__slideArea .hero .swiper-button-prev:hover,
.hero .prdctDtl__slideArea .swiper-button-prev:hover {
  opacity: 1;
}

.prdctDtl__slideArea .swiper-button-prev {
  left: -14px;
  background: url(../img/book/arw_slide_l.svg) no-repeat center #212121;
  background-size: 10px 18px;
}

.prdctDtl__slideArea .swiper-button-next,
.prdctDtl__slideArea .hero .swiper-button-prev,
.hero .prdctDtl__slideArea .swiper-button-prev {
  right: -14px;
  background: url(../img/book/arw_slide_r.svg) no-repeat center #212121;
  background-size: 10px 18px;
}

.prdctDtl__slideArea .swiper-button-next.swiper-button-disabled,
.prdctDtl__slideArea .hero .swiper-button-disabled.swiper-button-prev,
.hero .prdctDtl__slideArea .swiper-button-disabled.swiper-button-prev,
.prdctDtl__slideArea .swiper-button-prev.swiper-button-disabled {
  opacity: .1;
}

.prdctDtl__slideArea .swiper-pagination {
  bottom: 5px;
  margin-left: 50%;
  margin-top: 30px;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
          transform: translate3d(0, 0, 0) translateX(-50%);
}

.prdctDtl__slideArea .swiper-pagination-bullet {
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #cdcdcd;
  opacity: 1;
}

.prdctDtl__slideArea .swiper-pagination-bullet-active {
  background: #8fc320;
}

.prdctDtl__slideArea__tryTxt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}

.prdctDtl__slideArea__tryTxt:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../img/base/ico_try.svg) no-repeat center;
  background-size: 24px;
}

.prdctDtl__slideArea .prdctDtl__zoomBtn {
  bottom: 10px;
  right: 10px;
}

.prdctDtl__slide {
  width: 712px;
  margin: 0 auto;
}

.prdctDtl__infoArea {
  background: #fff;
}

.prdctDtl__infoArea .prdctDtl__inner {
  padding: 45px 0 40px;
  border-top: 1px solid #e0e0e0;
}

.prdctDtl__infoArea .prdctDtl__inner:first-child {
  border-top: none;
}

.prdctDtl__infoArea__heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.prdctDtl__infoArea__movie {
  width: 800px;
  margin: 0 auto;
}

.prdctDtl__infoArea__movie p {
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.prdctDtl__infoArea__txt {
  margin-top: 10px;
}

.prdctDtl__infoArea__capList {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.prdctDtl__infoArea__capItem {
  width: 31%;
}

.prdctDtl__infoArea__capImg img {
  border: 1px solid #d3d3d3;
}

.prdctDtl__infoArea__capTtl {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.prdctDtl__infoArea__capTxt {
  margin-top: 5px;
  color: #333;
}

.prdctDtl__infoArea__toc {
  margin-top: 10px;
  color: #333;
}

.prdctDtl__authorWrap {
  margin-top: 5px;
  padding: 35px 60px;
}

.prdctDtl__author {
  margin-top: 45px;
  padding-bottom: 30px;
}

.prdctDtl__author:first-child {
  margin-top: 0;
}

.prdctDtl__authorName {
  font-size: 26px;
}

.prdctDtl__authorTxt {
  margin-top: 15px;
}

.prdctDtl__otherArea {
  padding-bottom: 50px;
  background: #f3f3f3;
}

.prdctDtl__otherArea__inner {
  padding-top: 40px;
}

.prdctDtl__otherArea .prdctDtl__inner {
  margin-top: 8px;
  border-radius: 4px;
  background: #fff;
}

.prdctDtl__otherArea__heading {
  position: relative;
  width: 1148px;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.prdctDtl__otherArea__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #8fc320;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.prdctDtl__otherBook {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.prdctDtl__otherBook__head {
  display: flex;
  justify-content: space-between;
}

.prdctDtl__otherBook__ttl {
  font-weight: bold;
  font-size: 19px;
}

.prdctDtl__otherBook__btn {
  width: 100px;
  line-height: 32px;
}

.prdctDtl__otherBook__btn a {
  display: block;
  border-radius: 3px;
  color: #fff;
  background: #8fc320;
  font-size: 13px;
  text-align: center;
  transition: background .1s linear;
}

.prdctDtl__otherBook__btn a:hover {
  background: #9dd446;
  text-decoration: none;
}

.prdctList-other {
  display: flex;
  margin-top: 13px;
}

.prdctList-other__item {
  position: relative;
  width: 140px;
  margin-right: 37px;
}

.prdctList-other__item > a {
  display: block;
  font-size: 0;
  transition: opacity .1s linear;
}

.prdctList-other__item > a:hover {
  text-decoration: none;
  opacity: .75;
}

.prdctList-other__item > a:hover .prdctList__itemTtl {
  text-decoration: underline;
}

.prdctList-other .prdctList__img {
  width: 140px;
  height: 172px;
}

.prdctList-other .prdctList__img img {
  max-width: 140px;
  max-height: 172px;
}

.prdctList-other .prdctList__tag {
  margin-top: 8px;
}

.prdctList-other .prdctList__itemTtl {
  margin-top: 6px;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  height: 36.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

.prdctList-other .prdctList__itemTtl:before,
.prdctList-other .prdctList__itemTtl:after {
  background: #fff;
  position: absolute;
}

.prdctList-other .prdctList__itemTtl:before {
  content: "...";
  top: 18.2px;
  right: 0;
  width: 1em;
}

.prdctList-other .prdctList__itemTtl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.prdctList-other .prdctList__itemAuth {
  margin-top: 3px;
  font-size: 11px;
  position: relative;
  overflow: hidden;
  height: 15.4px;
  line-height: 1.4;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

.prdctList-other .prdctList__itemAuth:before,
.prdctList-other .prdctList__itemAuth:after {
  background: #fff;
  position: absolute;
}

.prdctList-other .prdctList__itemAuth:before {
  content: "...";
  top: 0px;
  right: 0;
  width: 1em;
}

.prdctList-other .prdctList__itemAuth:after {
  content: "";
  height: 100%;
  width: 100%;
}

.prdctList-other .prdctList__try {
  float: none;
  margin-top: 5px;
}

.prdctList-other .prdctList__btn {
  position: static;
  float: none;
  margin-top: 10px;
}

.prdctDtl__purchaseArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  background: rgba(243, 243, 243, 0.8);
  z-index: 11;
}

.prdctDtl__purchaseArea__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1180px;
  margin: 0 auto;
}

.prdctDtl__purchaseArea__txt {
  margin-right: 20px;
  font-size: 16px;
}

.prdctDtl__purchaseArea__txt .num {
  font-size: 18px;
  font-weight: bold;
}

.prdctDtl__purchaseArea__txt .bold {
  font-weight: bold;
}

.prdctDtl__purchaseArea__btn {
  width: 320px;
  font-size: 18px;
  line-height: 50px;
}

.prdctDtl__purchaseArea__btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/book/ico_cart_wht.svg) no-repeat center;
  background-size: 24px;
}

.prdctDtl__prdctAreaWrap {
  padding: 50px 0;
  border-top: 1px solid #dedede;
  background: #ecf4d8;
}

.prdctDtl__prdctArea__inner {
  width: 1148px;
  margin: 0 auto;
}

.prdctDtl__editor {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 45px;
}

.prdctDtl__editor__baloon {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 18px 60px;
  border-radius: 34px;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  color: #212121;
  box-sizing: border-box;
}

.prdctDtl__editor__baloon::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 75px;
  height: 20px;
  margin-left: -37px;
  background-image: url(../img/book/ico_baloon.svg);
  background-size: 75px 20px;
}

.prdctDtl__editor__baloon > span {
  display: inline-block;
  position: relative;
}

.prdctDtl__editor__baloon > span::before,
.prdctDtl__editor__baloon > span::after {
  position: absolute;
  top: 0;
  content: "";
  width: 21px;
  height: 16px;
  background-image: url(../img/book/ico_quote.svg);
  background-size: 21px 16px;
}

.prdctDtl__editor__baloon > span::before {
  left: -36px;
}

.prdctDtl__editor__baloon > span::after {
  right: -36px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.prdctDtl__editor__img {
  width: 80px;
  margin-right: 20px;
}

.prdctDtl__editor__img + .prdctDtl__editor__txtBlock {
  flex: 1;
}

.prdctDtl__editor__name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}

.prdctDtl__editor__txt {
  margin-bottom: 30px;
  color: #333;
}

.prdctDtl__editor__txt:last-child {
  margin-bottom: 0;
}

.prdctDtl__purchase {
  padding: 20px 0;
  font-size: 17px;
  background: #fff;
}

.prdctDtl__purchase .btn-purchase {
  width: 290px;
  margin: 0 auto;
  line-height: 55px;
}

.prdctDtl__purchase .btn-purchase:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/book/ico_cart_wht.svg) no-repeat center;
  background-size: 24px;
}

.prdctDtlSlide {
  position: relative;
  overflow: hidden;
  width: 1025px;
  margin: 0 auto;
  padding: 20px 10px;
}

.prdctDtlSlide .prdctSlide__item {
  margin-right: 33px;
}

.prdctDtlList .prdctArea-recent__item {
  width: 182px;
  margin-right: 11px;
}

.prdctDtlList .prdctArea-recent__item:nth-child(5n) {
  margin-right: 11px;
}

.prdctDtlList .prdctArea-recent__item:nth-child(6n) {
  margin-right: 0;
}

.prdctDtl__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
}

.prdctDtl__modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 754px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.prdctDtl__modal__head {
  position: relative;
  margin-bottom: 25px;
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}

.prdctDtl__modal__close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: url(../img/book/ico_booknav_close.svg) no-repeat center;
  cursor: pointer;
}

.prdctDtl__modal__body {
  padding-bottom: 60px;
}

.prdctDtl__modal__txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.prdctDtl__modal__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px;
}

.prdctDtl__modal__item {
  width: 320px;
  margin-top: 14px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
}

.prdctDtl__modal__item a {
  display: block;
  border-radius: 3px;
  transition: opacity .1s linear;
}

.prdctDtl__modal__item a:hover {
  text-decoration: none;
  opacity: .75;
}

.prdctDtl__modal__item a span {
  font-weight: bold;
}

.prdctDtl__modal__item.-am a {
  background: url(../img/book/ico_cart_blk.svg) no-repeat left 16px center #fcb842;
  color: #000;
}

.prdctDtl__modal__item.-ra a {
  background: url(../img/book/ico_cart_wht.svg) no-repeat left 16px center #bf0000;
  color: #fff;
}

.prdctDtl__modal__item.-eh a {
  background: url(../img/book/ico_cart_wht.svg) no-repeat left 16px center #00b4c1;
  color: #fff;
}

.question {
  width: 960px;
  margin: 0 auto;
  padding-top: 35px;
}

.question__ttl {
  font-size: 27px;
  font-weight: bold;
}

/*.question__ttl:before {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  margin-right: 15px;*/
/*  border-radius: 50%;*/
/*  background: url(../img/book/ico_question_ttl.svg) no-repeat center #00a0e9;*/
/*}*/

.question__tabList {
  display: flex;
  margin-top: 35px;
  padding: 0 7px;
  border-bottom: 1px solid #00a0e9;
}

.question__tab {
  width: 182px;
  margin: 0 0 -1px 7px;
  border: 1px solid #00a0e9;
  border-radius: 4px 4px 0 0;
  background: #00a0e9;
  line-height: 43px;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: background .1s linear, border-color .1s linear;
}

.question__tab:first-child {
  margin-left: 0;
}

.question__tab.is-active {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #0090d8;
  font-weight: bold;
}

.question__tab:not(.is-active):hover {
  background: #22b7fa;
  border-color: #22b7fa;
}

.question__contentWrap {
  margin-top: 30px;
}

.question__content {
  display: none;
}

.question__content:first-child {
  display: block;
}

.question__content__inner {
  margin-top: 50px;
}

.question__content__inner:first-child {
  margin-top: 0;
}

.question__item {
  padding: 8px 10px;
  border-bottom: 1px solid #e7e7e7;
}

.question__item:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background: url(../img/book/ico_question.svg) no-repeat left center;
  background-size: 16px;
}

.question__item a {
  color: #0090d8;
}

.question__listTtl {
  margin-bottom: 20px;
  border-bottom: 2px solid #dedede;
  font-size: 20px;
  font-weight: bold;
}

.question__listTtl.-lower {
  margin-bottom: 0;
}

.question__linkArea {
  margin-top: 50px;
  padding: 25px;
  border-radius: 4px;
  background: #eeeff1;
  text-align: center;
}

.question__linkArea__txt {
  font-size: 18px;
  font-weight: bold;
}

.question__linkArea__btn {
  width: 260px;
  margin: 15px auto 0;
  line-height: 50px;
}

.question__linkArea__btn a {
  display: block;
  border-radius: 3px;
  color: #fff;
  background: #212121;
  transition: background .1s linear;
}

.question__linkArea__btn a:hover {
  background: #4c515c;
  text-decoration: none;
}

.question__qaListWrap {
  margin-top: 40px;
}

.question__qaListWrap:first-child {
  margin-top: 0;
}

.question__qaList {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.question__qaList:first-child {
  border-top: 1px solid #e0e0e0;
}

.question__q {
  position: relative;
  margin-left: 33px;
  font-size: 20px;
  font-weight: bold;
}

.question__q:before {
  position: absolute;
  top: 50%;
  left: -33px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url(../img/book/ico_question.svg) no-repeat left center;
  background-size: 22px;
  content: "";
}

.question__a {
  position: relative;
  margin: 15px 0 0 33px;
}

.question__a:before {
  position: absolute;
  top: 5px;
  left: -22px;
  width: 14px;
  height: 15px;
  background: url(../img/book/ico_answer.svg) no-repeat left center;
  background-size: 14px;
  content: "";
}

.question__a a {
  color: #0090d8;
  text-decoration: underline;
}

.question__a a:hover {
  text-decoration: none;
}

.question__a_listItem {
  padding-left: 12px;
  text-indent: -12px;
}

.question__a_listItem:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #333;
  vertical-align: middle;
  content: "";
}

.question__back {
  margin-top: 20px;
}

.question__back a {
  color: #0090d8;
  padding-left: 20px;
  background: url(../img/base/ico_arw_b_lt.svg) no-repeat left center;
}

.bookNews {
  padding: 50px 0;
}

.bookNews__inner {
  width: 1148px;
  margin: 0 auto;
}

.bookNews__ttl {
  font-weight: bold;
  font-size: 27px;
  line-height: 1.5;
}

.bookNews__ttl:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background: url(../img/book/ico_newsttl.svg) no-repeat center #8fc320;
}

.bookNews__list {
  margin-top: 20px;
}

.bookNews__item {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}

.bookNews__item:first-child {
  border-top: 1px solid #e7e7e7;
}

.bookNews__date {
  font-size: 12px;
  color: #666;
  margin-right: 30px;
}

.bookNews__label {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  border: 1px solid;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}

.bookNews__label.-book {
  border-color: #8FC320;
  color: #8FC320;
}

.bookNews__label.-notebook {
  border-color: #00a0e9;
  color: #00a0e9;
}

.bookNews__label.-diary {
  border-color: #956BCF;
  color: #956BCF;
}

.bookNews__label.-accountbook {
  border-color: #ff4b6d;
  color: #ff4b6d;
}

.bookNews__label.-calendar {
  border-color: #fb9b11;
  color: #fb9b11;
}

.bookNews__label.-company {
  border-color: #212121;
  color: #212121;
}

.bookNews__txt {
  margin-top: 10px;
}

.bookNews__btn {
  width: 260px;
  margin: 20px auto 0;
  line-height: 50px;
  text-align: center;
}

.bookNews__btn a {
  display: block;
  color: #fff;
  background-color: #212121;
  border-radius: 3px;
  transition: background-color .1s linear;
}

.bookNews__btn a:hover {
  background-color: #4c515c;
  text-decoration: none;
}

.bookNews__btn.opt-left {
  margin: 20px 0 0;
}

.quickShop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
}

.quickShop__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 960px;
  height: 85%;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quickShop__head {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}

.quickShop__close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: url(../img/book/ico_booknav_close.svg) no-repeat center;
  cursor: pointer;
}

.quickShop__body {
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
  height: calc(100% - 49px);
  padding: 30px 50px;
}

.quickShop__img {
  width: 27%;
  margin-right: 4%;
  text-align: center;
  max-width: 235px;
  max-height: 310px;
}

.quickShop__img > img {
  border: 1px solid #d3d3d3;
}

.quickShop__txtBlock {
  width: 69%;
  padding-bottom: 30px;
}

.quickShop__tag {
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  background: #ebebeb;
  color: #838383;
  font-size: 11px;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.quickShop__itemTtl {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}

.quickShop__auth {
  font-size: 15px;
  color: #666;
}

.quickShop__meta {
  font-size: 14px;
  color: #666;
}

.quickShop__meta dt,
.quickShop__meta dd {
  display: inline-block;
}

.quickShop__meta.-price {
  margin-top: 13px;
}

.quickShop__meta.-price dd {
  color: #212121;
}

.quickShop__meta.-price dd span {
  font-size: 16px;
  font-weight: bold;
}

.quickShop__meta.-page {
  display: inline-block;
  margin-right: 20px;
}

.quickShop__meta.-size {
  display: inline-block;
}

.quickShop__txt {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}

.quickShop__btnList-ttl {
  margin-top: 15px;
  font-weight: bold;
}

.quickShop__btnList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quickShop__btn {
  width: 49%;
  margin-top: 14px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
}

.quickShop__btn a {
  display: block;
  padding-left: 10%;
  border-radius: 3px;
  transition: opacity .1s linear;
}

.quickShop__btn a:hover {
  text-decoration: none;
  opacity: .75;
}

.quickShop__btn a span {
  font-weight: bold;
}

.quickShop__btn a span.pcOnly {
  font-weight: normal;
}

.quickShop__btn.-am a {
  background: url(../img/book/ico_cart_blk.svg) no-repeat left 6% center #fcb842;
  color: #000;
}

.quickShop__btn.-ra a {
  padding-left: 20px;
  background: url(../img/book/ico_cart_wht.svg) no-repeat left 6% center #bf0000;
  color: #fff;
}

.quickShop__btn.-eh a {
  background: url(../img/book/ico_cart_wht.svg) no-repeat left 6% center #00b4c1;
  color: #fff;
}

.quickShop__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.quickShop__foot .quickShop__close {
  position: static;
  margin-top: 0;
}

.quickShop__linkDtl a {
  color: #0090d8;
}

.quickShop__linkDtl a:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 13px;
  margin-right: 5px;
  background: url(../img/base/ico_arw_b_gt.svg) no-repeat center;
}

.hero {
  position: relative;
  margin-bottom: 30px;
  padding: 1px 0;
  opacity: 0;
}

.hero .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.hero .swiper-wrapper {
  height: 320px;
}

.hero .swiper-slide a {
  transition: opacity .23s ease-in;
}

.hero .swiper-slide a:hover {
  opacity: .6;
}

.hero .swiper-pagination {
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.hero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d2d2d2;
  border-radius: 50px;
  opacity: 1;
}

.hero .swiper-pagination-bullet-active {
  background: #8fc320;
}

.hero .swiper-button-next,
.hero .swiper-button-prev {
  display: block;
  top: 50%;
  right: 15px;
  width: 36px;
  height: 90px;
  margin-top: -45px;
  padding: 0;
  border-radius: 5px;
  background: url(../img/book/arw_slide_r.svg) no-repeat center rgba(33, 33, 33, 0.5);
  background-size: 12px 22px;
  transition: background-color .1s linear;
}

.hero .swiper-button-next:hover,
.hero .swiper-button-prev:hover {
  background-color: #212121;
}

.hero .swiper-button-prev {
  left: 15px;
  background: url(../img/book/arw_slide_l.svg) no-repeat center rgba(33, 33, 33, 0.5);
  background-size: 12px 22px;
}

.hero-slide {
  overflow: hidden;
}

.hero-container {
  position: relative;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mod-search-keyword {
  position: relative;
  width: 760px;
  margin: 0 auto 20px;
}

.scope-item_input {
  position: relative;
  margin-bottom: 10px;
}

.scope-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 50px;
  border: 2px solid #afafaf;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #212121;
  box-sizing: border-box;
}

.scope-input::-ms-clear {
  visibility: hidden;
}

.scope-search-btn {
  position: absolute;
  top: 53%;
  left: 17px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scope-search-btn img {
  width: 23px;
  height: 23px;
}

.favorite-keyword {
  display: table;
  width: 100%;
}

.favorite-keyword__head {
  display: table-cell;
  width: 110px;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #212121;
}

.favorite-keyword__body {
  display: table-cell;
  margin-top: 10px;
  vertical-align: middle;
}

.tag-list__item {
  display: inline-block;
  line-height: 30px;
  margin-right: 2px;
  border: 1px solid #d6ddc5;
  box-sizing: border-box;
}

.tag-list__item a {
  display: block;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  color: #0090d8;
  box-sizing: border-box;
  transition: background-color .1s linear;
}

.suggest {
  position: absolute;
  top: 45px;
  left: 1%;
  display: none;
  width: 98%;
  z-index: 11;
  opacity: 0;
}

.suggest.m--active {
  display: block !important;
  opacity: 1;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.suggest-list {
  border: 1px solid #c1c1c1;
  background: #fff;
  box-sizing: border-box;
}

.suggest-list__item {
  height: 38px;
  line-height: 38px;
}

.suggest-list__item:last-child a:after {
  display: none;
}

.suggest-list__item a {
  position: relative;
  display: block;
  padding: 0 15px 0 42px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color .1s linear;
}

.suggest-list__item a:hover {
  background-color: #ededed;
}

.suggest-list__item a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 14px;
  background: url(/common/img/base/ico_suggest_search.svg) no-repeat 0 0;
  background-size: 14px 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.suggest-list__item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 15px);
  height: 1px;
  background: #e7e7e7;
}

.scope-close {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.scope-close.m--active {
  display: block !important;
  opacity: 1;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.scope-close img {
  vertical-align: top;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block !important;
    opacity: 0;
  }

  100% {
    display: block !important;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block !important;
    opacity: 0;
  }

  100% {
    display: block !important;
    opacity: 1;
  }
}

.mf_finder_searchBox_misc {
  display: none;
}

.mf_finder_logo {
  display: none;
}

.mf_finder_organic_pager {
  margin-top: 30px;
}

#mod-mainContent .mf_finder_pager_item_current {
  background-color: #000000;
  color: #ffffff;
}

#mod-mainContent .mf_finder_pager_items li.mf_finder_pager_item_prev a {
  background-color: #000000;
}

#mod-mainContent .mf_finder_pager_items li.mf_finder_pager_item_next a {
  background-color: #000000;
}

#mod-mainContent .mf_finder_pager_items li.mf_finder_pager_item_first a {
  background-color: #000000;
}

#mod-mainContent .mf_finder_searchBox_doctype {
  display: none !important;
}

#mod-mainContent .mf_finder_container {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}

.mf_finder_searchBox_doctype_select {
  display: none !important;
}

.mf_finder_searchBox_doctype {
  display: none !important;
}

.mf_finder_searchBox_items {
  padding: 0 !important;
}

.mf_finder_searchBox_query_input {
  outline: none;
}

.mf_finder_keywordranking {
  display: none;
}

.mf_finder_searchBox_selects {
  display: none !important;
}

.mf_finder_organic_doc_contents {
  word-break: break-all !important;
}

.mf_finder_organic .mf_finder_mark {
  background-color: #fff !important;
}

.mf_finder_organic_wrapper.mf_available_resultframe .mf_finder_organic_doc_zoom {
  display: none !important;
}

.mf_finder_organic_doc_zoom {
  display: none !important;
}

#cat-book .mf_finder_container {
  margin-top: 20px;
  padding-top: 0;
}

a:hover {
  text-decoration: none;
}

.okane-noLink {
  pointer-events: none;
}

.okanenokihon-main {
  background-color: #ffffff;
}

.okane-pankuzu {
  padding: 11px 0;
}

.okane-main {
  width: 900px;
  margin: 0 auto;
}

.okane-main-container {
  margin-top: 113px;
  position: relative;
  font-size: 17px;
}

.okane-main-container p {
  margin: 50px 0 66px;
}

.okane-main-img {
  width: 100%;
  position: absolute;
  top: -82px;
  left: 0;
  text-align: center;
}

.okane-main-img01 {
  width: 66%;
}

.okane-main-img02 {
  width: 64%;
}

.okane-main-character {
  border-bottom: solid 1px #bcbcbc;
  text-align: center;
}

.okane-main-character-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

.okane-character-border {
  display: inline-block;
  width: 180px;
  height: 1px;
  margin: 0 20px 8px;
  background-color: #222;
}

.okane-main-character-item img {
  width: 170px;
}

.okane-main-character-name {
  margin: 20px 0 14px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}

.okane-main-character-text {
  width: 400px;
  margin: 0 auto;
  text-align: initial;
  font-size: 14px;
}

.okane-main-character-border {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background-color: #e3e3e3;
}

.okane-main-prologue a.okane-main-prologueLink {
  width: 700px;
  margin: 55px auto 60px;
  padding: 35px 70px;
  display: block;
  border: solid 2px #333;
  border-radius: 6px;
  transition: .1s linear;
}

.okane-main-prologue a.okane-main-prologueLink:hover {
  background-color: #e6e7ec;
}

.okane-main-prologue-inner {
  position: relative;
}

.okane-main-prologue-inner::after {
  width: 13px;
  height: 22px;
  content: '';
  position: absolute;
  top: 5px;
  right: -45px;
  background-image: url("/common/img/book/okanenokihon/icon_prev@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.okane-main-prologue-title {
  width: 116px;
  height: 28px;
  margin-right: 5px;
  text-align: center;
  background-color: #222;
  border-radius: 4px;
}

.okane-main-prologue-title p {
  font-size: 16px;
  font-weight: bold;
  color: #fcff07;
}

.okane-main-prologue-text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
}

.okane-content {
  padding: 78px 0 70px;
  background-color: #f3f3f3;
}

.okane-content-inner {
  margin: 0 auto;
  padding-top: 50px;
  background-color: #fff;
}

.okane-content-inner li {
  margin: 0 0 14px 50px;
}

.okane-content-title {
  width: 140px;
  margin: 0 auto;
  position: relative;
}

.okane-content-title::before {
  width: 21px;
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  display: block;
  border-top: 2px solid #222;
  -webkit-transform: skewY(54deg);
          transform: skewY(54deg);
}

.okane-content-title::after {
  width: 21px;
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  border-top: 2px solid #222;
  -webkit-transform: skewY(-54deg);
          transform: skewY(-54deg);
}

.okane-content-title p {
  position: absolute;
  top: -26px;
  left: 0;
  font-size: 28px;
  font-weight: bold;
}

.okane-content-border {
  width: 135px;
  position: absolute;
  top: 11px;
  left: 2.5px;
  border-bottom: solid 5px #fcfc07;
}

.okane-content-list01 {
  width: 53.5%;
}

.okane-content-list02 {
  width: 46.5%;
}

.okane-bold {
  font-weight: bold;
}

.okane-opacity {
  opacity: 0.5;
}

.okane-content-itemLink {
  display: flex;
  align-items: center;
}

.okane-content-item p {
  margin-left: 11px;
  font-size: 19px;
}

.okane-content-img {
  width: 16px;
  height: 15px;
}

.okane-content-new {
  width: 43px;
  height: 19px;
  margin-left: 10px;
}

.okane-sample {
  width: 900px;
  margin: 20px auto 0px;
  position: relative;
  background-color: #fff;
  line-height: 1.3;
}

.okane-sample-list01 img {
  width: 170px;
  height: 241px;
}

.okane-sample-item01 {
  line-height: 1.3;
}

.okane-sample-subTitle {
  font-size: 18px;
}

.okane-sample-title {
  padding: 14px 0;
  font-size: 28px;
  font-weight: bold;
}

.okane-sample-item02 {
  text-align: center;
}

.okane-sample-detail {
  width: 50%;
  padding: 19px 0;
  display: block;
  border-radius: 8px;
}

.okane-sample-detail a {
  width: 100%;
  height: 100%;
}

.okane-book {
  margin-right: 15px;
  background-color: #fef200;
  transition: .1s liner;
}

.okane-book:hover {
  background-color: #fdd000;
}

.okane-download {
  background-color: #44c8f5;
  transition: .1s liner;
}

.okane-download:hover {
  background-color: #23acee;
}

.okane-book img {
  width: 28px;
  height: 28px;
}

.okane-download img {
  width: 28px;
  height: 30px;
}

.okane-sample-text {
  font-size: 18px;
  font-weight: bold;
}

.okanenokihon.prologue .h1-sub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.okanenokihon.prologue h1 {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 25px 0;
  margin: 21px auto 0;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}

.okanenokihon.prologue h1 span {
  color: #fcff07;
  font-size: 16px;
  background-color: #222222;
  padding: 7px 18px;
  border-radius: 4px;
  margin-right: 19px;
}

.okanenokihon.prologue section {
  margin-bottom: 100px;
}

.okanenokihon.prologue section:last-child {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 0;
}

.okanenokihon.prologue dl {
  margin-top: 43px;
}

.okanenokihon.prologue dl dt img {
  width: 85px;
  height: auto;
}

.okanenokihon.prologue dl dt .section-ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}

.okanenokihon.prologue dl dd {
  margin-top: 20px;
}

.okanenokihon.prologue dl dd .section-ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.okanenokihon.prologue dl dd .section-txt {
  font-size: 17px;
  line-height: 1.8;
}

.okanenokihon.prologue h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid #222222;
  line-height: 1;
}

.okanenokihon.prologue .section-inner__callout {
  margin-top: 80px;
}

.okanenokihon.prologue .section-inner__callout h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.okanenokihon.prologue .section-inner__callout h3 span {
  position: relative;
  border-bottom: 4px solid #fcff07;
}

.okanenokihon.prologue .section-inner__callout h3 span:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #222222;
  top: 0;
  left: -43px;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.okanenokihon.prologue .section-inner__callout h3 span:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #222222;
  top: 0;
  right: -43px;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}

.okanenokihon.prologue .section-inner__callout p {
  position: relative;
  font-weight: bold;
  margin: 33px auto 140px;
  padding: 33px 45px 21px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #222222;
  border-radius: 20px;
  width: 760px;
}

.okanenokihon.prologue .section-inner__callout p:after {
  position: absolute;
  content: '';
  bottom: -38px;
  width: 69px;
  height: 39px;
  background-image: url(/common/img/book/okanenokihon/ico_callout.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 102px;
}

.okanenokihon.prologue .section-inner__callout p img {
  position: absolute;
  width: 150px;
  left: -70px;
  bottom: -100px;
}

.okane-prologue-footer {
  width: 900px;
  margin: 40px auto 80px;
}

.okane-prologue-footer a {
  display: flex;
  align-content: center;
}

.okane-prologue-prev {
  position: relative;
}

.okane-prologue-prev p {
  margin-left: 21px;
  font-size: 18px;
  line-height: 1.3;
}

.okane-prologue-prev p::before {
  width: 8px;
  height: 14px;
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url("/common/img/book/okanenokihon/icon_prev@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.okane-prologue-next {
  padding: 18px 0;
  position: relative;
  border: solid 1px #333;
  border-radius: 4px;
}

.okane-prologue-next p {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
}

.okane-prologue-next p::after {
  width: 8px;
  height: 14px;
  content: '';
  position: absolute;
  top: 22px;
  right: 17px;
  background-image: url("/common/img/book/okanenokihon/icon_prev@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.prelogue-opacity {
  opacity: 0.4;
}

@media screen and (min-width: 768px), print {
  .mod-genre__inner-ttl {
    transition: background-color .1s linear;
  }

  .mod-genre__inner-ttl:hover {
    background: #ededed;
  }

  .mod-footerFeatSec__list {
    display: flex;
    width: 1148px;
  }

  .mod-footerSnsSec {
    padding: 50px 0 30px;
  }

  .mod-followSnsSec {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 70px;
    padding: 25px 19px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
  }

  .mod-followSnsSec__item {
    margin-top: 18px;
    text-align: center;
  }

  .mod-followSnsSec__item:first-child {
    margin-top: 0;
  }

  .mod-followSnsSec__item a {
    transition: .1s linear;
  }

  .mod-followSnsSec__item a:hover {
    opacity: .7;
    text-decoration: none;
  }

  .mod-bookNav__btn {
    background-image: url(../img/base/ico_arrow_b_w.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
  }

  .mod-bookNav__btn:not(.is-selected):hover {
    background-color: #4c515c;
  }

  .mod-bookNav__btn.is-selected {
    background-image: url(../img/book/ico_booknav_close.svg);
    background-size: 14px;
  }

  .mod-bookNav__linkList {
    min-height: 155px;
  }

  .mod-bookNav__featWrap {
    min-width: 779px;
    min-height: 155px;
  }

  .mod-bookNav__btnWrap {
    min-height: 155px;
  }

  .searchFnc__order select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
  }

  .searchFnc__order select::-ms-expand {
    display: none;
  }

  .searchFnc .swiper-conteiner .swiper-scrollbar {
    display: none;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__item:nth-child(4n) {
    margin-right: 0;
  }

  .prdctDtl__foot {
    padding-bottom: 91px;
  }

  .prdctDtl__list {
    display: flex;
  }

  .prdctDtl__listTtl.-price {
    align-self: center;
  }

  .prdctDtl__listTxt {
    padding-left: 1em;
    text-indent: -1em;
  }

  .prdctDtl__listTxt:before {
    content: "\00ff1a";
  }

  .hero .swiper-slide a img {
    height: 320px;
  }
}

@media screen and (min-width: 768px) {
  .mf_finder_container {
    margin-top: 80px;
    background-color: #fff;
    width: 1180px;
    margin: 0 auto;
    padding: 30px;
  }

  #mod-mainContent .mf_finder_container {
    width: 1148px;
  }

  .okane-main-character-inner {
    margin: 28px 0 50px;
    display: flex;
  }

  .okane-main-character-item {
    width: 50%;
  }

  .okane-main-prologue-inner {
    display: flex;
    align-items: center;
  }

  .okane-content-inner {
    width: 900px;
    height: 220px;
    display: flex;
  }

  .okane-sample {
    height: 342px;
    padding: 50px;
    display: flex;
  }

  .okane-sample-list01 {
    width: 28%;
  }

  .okane-sample-list02 {
    width: 72%;
  }

  .okane-sample-list03 {
    width: 595px;
    position: absolute;
    bottom: 50px;
    right: 50px;
  }

  .okane-sample-item01 {
    border-bottom: solid 1px #bcbcbc;
  }

  .okane-sample-item02 {
    display: flex;
    align-items: center;
  }

  .okane-sample-text {
    margin-top: 11px;
  }

  .okanenokihon.prologue dl {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  .okanenokihon.prologue dl dd {
    width: 790px;
  }

  .okane-prologue-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .okane-prologue-next {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .quickShop__btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper.bookWrap,
  #wrapper.notebookWrap {
    padding-top: 87px;
  }

  .mod-page__ttl {
    font-size: 18px;
  }

  .content-hasSidenav {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .mod-genre__inner {
    border: none;
    border-bottom: 1px solid #dedede;
  }

  .mod-genre__inner-ttl {
    font-weight: normal;
    padding: 8px 15px;
  }

  .mod-genre__inner-ttl:after {
    right: 15px;
  }

  .mod-genre__item {
    padding: 0 15px 0 40px;
    font-size: 14px;
  }

  .mod-genre__item:first-child {
    padding-left: 20px;
  }

  .mod-genre__item input:checked + .mod-genre__chk:after {
    left: 5px;
    width: 5px;
    height: 10px;
  }

  .mod-genre-child__item {
    margin-top: 10px;
  }

  .mod-genre-child__item:first-child {
    margin-top: 0;
  }

  .mod-genre__chk:before {
    width: 18px;
    height: 18px;
  }

  .mod-genre__btnArea {
    position: fixed;
    top: 100%;
    left: 0;
    justify-content: flex-end;
    width: 100%;
    padding: 6px 10px;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    transition: top .2s linear;
  }

  .mod-genre__btnArea.is-visible {
    top: calc(100% - 58px);
  }

  .mod-genre__btnArea:before {
    display: none;
  }

  .mod-genre__found-posts {
    margin-right: 10px;
  }

  .mod-genre__found-posts span {
    font-size: 17px;
  }

  .mod-genre__btn {
    width: 185px;
    padding-left: 30px;
    background-position: left 20px center;
    line-height: 45px;
    font-size: 15px;
  }

  .mod-genre-category-length {
    right: 39px;
  }

  .content-right {
    width: 100%;
  }

  .prdctArea__head {
    padding: 0 10px 0 15px;
  }

  .prdctArea__headBtn {
    min-width: 74px;
  }

  .prdctArea__headBtn a {
    font-size: 11px;
    padding: 2px 0;
  }

  .prdctArea__headTtl {
    font-size: 17px;
  }

  .prdctArea__headTtl.fz24 {
    font-size: 20px;
  }

  .prdctArea__headTxt {
    padding: 0 10px 0 15px;
    font-size: 12px;
  }

  .prdctArea__foot {
    padding: 25px 15px 0;
  }

  .prdctArea__found-posts {
    margin-left: 0;
    font-size: 14px;
  }

  .prdctArea__found-posts span {
    font-size: 16px;
  }

  .prdctArea__btn {
    width: 100%;
    max-width: 345px;
    font-size: 15px;
    line-height: 45px;
  }

  .prdctSlide-wrap .swiper-button-prev,
  .prdctSlide-wrap .swiper-button-next,
  .prdctSlide-wrap .hero .swiper-button-prev,
  .hero .prdctSlide-wrap .swiper-button-prev {
    display: none;
  }

  .prdctSlide {
    margin: 0;
    padding: 20px 15px 0;
  }

  .prdctSlide__item {
    width: 100px !important;
    margin-right: 15px;
  }

  .prdctSlide__img {
    width: 100%;
    height: 137px;
  }

  .prdctSlide__img img {
    max-width: 100%;
    max-height: 100%;
  }

  .prdctSlide__tag {
    margin-top: 6px;
    font-size: 10px;
  }

  .prdctSlide__itemTtl {
    position: relative;
    overflow: hidden;
    height: 30.8px;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 11px;
  }

  .prdctSlide__itemTtl:before,
  .prdctSlide__itemTtl:after {
    background: #fff;
    position: absolute;
  }

  .prdctSlide__itemTtl:before {
    content: "...";
    top: 15.4px;
    right: 0;
    width: 1em;
  }

  .prdctSlide__itemTtl:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  .prdctSlide__itemAuth {
    position: relative;
    overflow: hidden;
    height: 14px;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 10px;
  }

  .prdctSlide__itemAuth:before,
  .prdctSlide__itemAuth:after {
    background: #fff;
    position: absolute;
  }

  .prdctSlide__itemAuth:before {
    content: "...";
    top: 0px;
    right: 0;
    width: 1em;
  }

  .prdctSlide__itemAuth:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  .prdctSlide__try {
    font-size: 11px;
  }

  .prdctSlide__btn {
    font-size: 11px;
  }

  .prdctSlide-rank {
    padding-top: 35px;
  }

  .prdctArea-recent {
    margin-top: 12px;
    padding: 0 8px 10px;
  }

  .prdctArea-recent__ttl {
    font-size: 17px;
  }

  .prdctArea-recent__item {
    width: 32%;
    padding: 10px 5px 5px;
    margin: 0 2% 10px 0;
  }

  .prdctArea-recent__item:nth-child(3n) {
    margin-right: 0;
  }

  .prdctArea-recent__item:nth-child(5n) {
    margin-right: 2%;
  }

  .prdctArea-recent__img {
    width: 88px;
    height: 92px;
    margin: 0 auto;
  }

  .prdctArea-recent__img img {
    max-width: 100%;
    max-height: 100%;
  }

  .prdctArea-recent__tag {
    margin-top: 7px;
    font-size: 10px;
  }

  .prdctArea-recent__itemTtl {
    position: relative;
    overflow: hidden;
    height: 30.8px;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 5px;
    font-size: 11px;
  }

  .prdctArea-recent__itemTtl:before,
  .prdctArea-recent__itemTtl:after {
    background: #fff;
    position: absolute;
  }

  .prdctArea-recent__itemTtl:before {
    content: "...";
    top: 15.4px;
    right: 0;
    width: 1em;
  }

  .prdctArea-recent__itemTtl:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  .prdctArea-recent__itemAuth {
    position: relative;
    overflow: hidden;
    height: 14px;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 10px;
  }

  .prdctArea-recent__itemAuth:before,
  .prdctArea-recent__itemAuth:after {
    background: #fff;
    position: absolute;
  }

  .prdctArea-recent__itemAuth:before {
    content: "...";
    top: 0px;
    right: 0;
    width: 1em;
  }

  .prdctArea-recent__itemAuth:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  .prdctArea-recent__try {
    font-size: 11px;
  }

  .prdctArea-recent__btn {
    font-size: 11px;
  }

  .prdctArea-recent__btn:before {
    margin-right: 5px;
  }

  .mod-footerFeatSec {
    padding: 30px 0;
  }

  .mod-footerFeatSec__ttl {
    font-size: 24px;
  }

  .mod-footerFeatSec__ttl:after {
    width: 50px;
    margin-left: -25px;
  }

  .mod-footerFeatSec__list {
    width: 100%;
    padding: 0 15px;
  }

  .mod-footerFeatSec__item {
    width: 100%;
    margin: 20px 0 0;
  }

  .mod-footerFeatSec__itemTtl {
    font-size: 16px;
  }

  .mod-footerFeatSec__itemTxt {
    font-size: 13px;
  }

  .mod-archive-banners__contents {
    padding: 30px 15px 15px;
  }

  .mod-footerSnsSec {
    padding: 30px 0;
  }

  .mod-footerSnsSec__list {
    width: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
  }

  .mod-footerSnsSec__item {
    width: 49%;
  }

  .mod-footerSnsSec__item:last-child {
    margin-top: 15px;
  }

  .mod-footerSnsSec__txt {
    font-size: 11px;
  }

  .mod-followSnsSec {
    border-top: 1px solid #d3d3d3;
    padding: 30px 0;
  }

  .mod-followSnsSec__list {
    overflow: hidden;
    display: table;
    margin: 0 auto;
  }

  .mod-followSnsSec__item {
    float: left;
    padding: 0 15px;
  }

  .mod-followSnsSec__item a img {
    width: 32px;
  }

  .mod-followSnsSec__item:first-child a {
    padding: 1px 0;
  }

  .mod-followSnsSec__item:first-child a img {
    width: 30px;
  }

  .mod-bookNav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
  }

  .mod-bookNav__inner {
    width: 100%;
  }

  .mod-bookNav__btnArea {
    display: flex;
    justify-content: space-between;
  }

  .mod-bookNav__btn {
    width: 33.3%;
    padding-left: 0;
    border-left: 1px solid #b1d563;
    line-height: 31px;
    font-size: 12px;
    background-color: #8FC320;
    text-align: center;
  }

  .mod-bookNav__btn:first-child {
    border-left: none;
  }

  .mod-bookNav__btn__icn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .mod-bookNav.is-fixed {
    top: 63px;
    min-width: auto;
  }

  .mod-bookNav__dropArea {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0;
    border: none;
    z-index: 2;
  }

  .mod-bookNav__dropArea__inner {
    display: block;
    min-height: auto;
  }

  .mod-bookNav__dropArea-menuWrap {
    width: 100%;
    padding: 0;
    border: none;
  }

  .mod-bookNav__dropArea.-menu {
    position: fixed;
    top: 87px;
    left: 0;
    overflow-y: auto;
    margin: 0;
  }

  .mod-bookNav__dropArea.-menu.is-fixed {
    top: 87px;
    min-width: 100%;
  }

  .mod-bookNav__linkList {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  .mod-bookNav__linkItem:last-child {
    border-bottom: 1px solid #dedede;
  }

  .mod-bookNav__linkItem a {
    padding: 8px 25px 8px 45px;
    font-size: 16px;
    background: url(../img/book/arw_booknav.svg) no-repeat right 15px center;
  }

  .mod-bookNav__linkItem a:before {
    left: 13px;
  }

  .mod-bookNav__featWrap {
    padding: 0 38px;
    border-right: none;
  }

  .mod-bookNav__featTtl {
    font-size: 16px;
  }

  .mod-bookNav__featList {
    display: block;
  }

  .mod-bookNav__featItem {
    width: 100%;
    margin: 10px 0 0;
  }

  .mod-bookNav__btnWrap {
    text-align: center;
    margin-top: 15px;
    padding: 0 0 35px;
  }

  .mod-bookNav__btn-insta {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }

  .mod-bookNav__btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }

  .mod-bookNav__menuClose {
    bottom: 14px;
    right: 10px;
  }

  .searchFnc {
    width: 100%;
    padding: 10px 15px 0;
  }

  .searchFnc__ttl {
    font-size: 18px;
  }

  .searchFnc-metaWrap {
    margin-top: 3px;
  }

  .searchFnc__layout-btn {
    width: 50px;
    height: 28px;
  }

  .searchFnc__layout-btn svg {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
  }

  .searchFnc__order select {
    width: 140px;
    height: 30px;
    padding: 2px 10px;
    font-size: 14px;
  }

  .searchFnc__tagList {
    flex-wrap: nowrap;
  }

  .prdctList__item {
    overflow: hidden;
    padding: 10px 15px;
  }

  .prdctList__item a {
    display: flex;
  }

  .prdctList__item.is-new .prdctList__img:before {
    top: -8px;
    left: -4px;
  }

  .prdctList__img {
    float: none;
    width: 18%;
    margin-right: 4%;
  }

  .prdctList__meta {
    width: 78%;
    min-height: auto;
  }

  .prdctList__tag {
    font-size: 10px;
  }

  .prdctList__itemTtl {
    font-size: 13px;
  }

  .prdctList__itemAuth {
    position: relative;
    overflow: hidden;
    height: 14px;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 10px;
  }

  .prdctList__itemAuth:before,
  .prdctList__itemAuth:after {
    background: #fff;
    position: absolute;
  }

  .prdctList__itemAuth:before {
    content: "...";
    top: 0px;
    right: 0;
    width: 1em;
  }

  .prdctList__itemAuth:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  .prdctList__itemTxt {
    font-size: 12px;
  }

  .prdctList__try {
    font-size: 11px;
  }

  .prdctList__btn {
    width: 110px;
    font-size: 11px;
  }

  .cookie-listmode-thumbnail .prdctList.search_result_genre {
    padding: 0 15px;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__item {
    width: 31%;
    margin: 0 3.5% 30px 0;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__item:nth-child(3n) {
    margin-right: 0;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__img {
    width: 100%;
    height: auto;
    min-height: 107px;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__img img {
    max-width: 85px;
    max-height: 105px;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl {
    position: relative;
    overflow: hidden;
    height: 30.8px;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 11px;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:before,
  .cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:after {
    background: #fff;
    position: absolute;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:before {
    content: "...";
    top: 15.4px;
    right: 0;
    width: 1em;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__itemTtl:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  .cookie-listmode-thumbnail .search_result_genre .prdctList__btnWrap {
    float: none;
    width: 100%;
  }

  .content-result-kw {
    width: 100%;
    padding: 10px 0 8px;
  }

  .kwSearch {
    margin-top: 3px;
    padding: 0 15px;
  }

  .kwSearch__input {
    padding: 6px 12px;
    border-width: 1px;
    font-size: 16px;
  }

  .content-result-kw .mod-page__ttl {
    margin: 0 15px;
  }

  .content-result-kw .prdctArea__found-posts {
    margin-left: 15px;
  }

  .content-result-kw .prdctList__itemTtl {
    font-size: 13px;
  }

  .content-result-kw .prdctList__itemTxt {
    font-size: 12px;
    line-height: 1.4;
  }

  #wrapper.serchZero-wrap {
    background: #fff;
  }

  .content-searchZero {
    width: 100%;
  }

  .searchZero__ttl {
    font-size: 18px;
  }

  .searchZero__txt {
    padding: 0 15px;
    text-align: left;
  }

  .searchZero__search-keyword {
    margin-top: 15px;
    padding: 0 15px;
  }

  .searchZero__btnArea {
    width: 100%;
  }

  .searchZero__btn {
    width: 220px;
    line-height: 44px;
    font-size: 15px;
  }

  .prdctDtl__inner {
    width: 100%;
  }

  .prdctDtl__mainImgArea {
    padding: 20px 0 25px;
  }

  .prdctDtl__mainImgArea__inner {
    margin-top: 10px;
    padding: 0 15px;
  }

  .prdctDtl__mainImg {
    width: 37%;
    margin-right: 4%;
  }

  .prdctDtl__mainImg.is-new:before {
    top: -9px;
    left: -5px;
    width: 43px;
    height: 19px;
  }

  .prdctDtl__zoomBtn {
    right: 4px;
    bottom: 4px;
    width: 35px;
    height: 35px;
    background: url(../img/book/ico_zoom.svg) no-repeat center #212121;
    background-size: 20px;
  }

  .prdctDtl__meta {
    width: 59%;
  }

  .prdctDtl__ttl {
    padding: 0 15px;
    border-bottom: none;
  }

  .prdctDtl__subTtl {
    font-size: 13px;
  }

  .prdctDtl__mainTtl {
    font-size: 20px;
  }

  .prdctDtl__listWrap {
    margin-top: 0;
  }

  .prdctDtl__list {
    margin-top: 5px;
  }

  .prdctDtl__listTtl {
    width: 100%;
    font-size: 11px;
    line-height: 1.4;
  }

  .prdctDtl__listTxt {
    font-size: 13px;
    line-height: 1.4;
  }

  .prdctDtl__listTxt span {
    font-size: 15px;
  }

  .prdctDtl__slideArea {
    padding: 15px 0 35px;
  }

  .prdctDtl__slideArea .swiper-container {
    padding: 0 15px;
  }

  .prdctDtl__slideArea .swiper-slide a {
    width: 100%;
    height: 248px;
  }

  .prdctDtl__slideArea .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
  }

  .prdctDtl__slideArea .swiper-button-prev,
  .prdctDtl__slideArea .swiper-button-next,
  .prdctDtl__slideArea .hero .swiper-button-prev,
  .hero .prdctDtl__slideArea .swiper-button-prev {
    display: none;
  }

  .prdctDtl__slideArea .swiper-pagination {
    position: relative;
    margin-top: 30px;
  }

  .prdctDtl__slideArea__tryTxt {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .prdctDtl__slideArea__tryTxt:before {
    width: 17px;
    height: 17px;
    margin-right: 7px;
    background-size: 17px;
  }

  .prdctDtl__slide {
    width: 100%;
  }

  .prdctDtl__infoArea .prdctDtl__inner {
    padding: 30px 15px;
  }

  .prdctDtl__infoArea__heading {
    font-size: 17px;
  }

  .prdctDtl__infoArea__movie {
    width: 100%;
  }

  .prdctDtl__infoArea__movie p {
    font-size: 14px;
  }

  .prdctDtl__infoArea__movie iframe {
    width: 100%;
    height: 194px;
  }

  .prdctDtl__infoArea__capList {
    margin-top: 30px;
    display: block;
  }

  .prdctDtl__infoArea__capItem {
    width: 100%;
    margin-top: 30px;
  }

  .prdctDtl__infoArea__capTtl {
    margin-top: 10px;
    font-size: 14px;
  }

  .prdctDtl__authorWrap {
    padding: 20px 0 0;
  }

  .prdctDtl__author {
    padding: 0 15px 25px;
  }

  .prdctDtl__authorName {
    font-size: 19px;
  }

  .prdctDtl__otherArea {
    padding: 0 10px 30px;
  }

  .prdctDtl__otherArea__inner {
    padding-top: 25px;
  }

  .prdctDtl__otherArea__heading {
    width: 100%;
    font-size: 24px;
  }

  .prdctDtl__otherArea__heading:after {
    height: 4px;
  }

  .prdctDtl__otherBook {
    padding: 20px 9px 0;
  }

  .prdctDtl__otherBook__ttl {
    font-size: 15px;
  }

  .prdctDtl__otherBook__btn {
    width: 74px;
    line-height: 28px;
  }

  .prdctDtl__otherBook__btn a {
    font-size: 11px;
  }

  .prdctList-other {
    flex-wrap: wrap;
  }

  .prdctList-other__item {
    width: 32%;
    margin: 0 2% 25px 0;
  }

  .prdctList-other__item:nth-child(3n) {
    margin-right: 0;
  }

  .prdctList-other .prdctList__img {
    width: 84%;
    height: auto;
    margin: 0 auto;
  }

  .prdctList-other .prdctList__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .prdctList-other .prdctList__itemTtl {
    position: relative;
    overflow: hidden;
    height: 30.8px;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 11px;
  }

  .prdctList-other .prdctList__itemTtl:before,
  .prdctList-other .prdctList__itemTtl:after {
    background: #fff;
    position: absolute;
  }

  .prdctList-other .prdctList__itemTtl:before {
    content: "...";
    top: 15.4px;
    right: 0;
    width: 1em;
  }

  .prdctList-other .prdctList__itemTtl:after {
    content: "";
    height: 100%;
    width: 100%;
  }

  .prdctList-other .prdctList__btn {
    width: auto;
  }

  .prdctDtl__purchaseArea {
    display: none;
  }

  .prdctDtl__prdctAreaWrap {
    padding: 8px 0 0;
    border-top: none;
  }

  .prdctDtl__prdctArea__inner {
    width: 100%;
  }

  .prdctDtl__prdctArea__inner .prdctArea {
    padding: 10px 15px 20px;
    border-radius: 0;
  }

  .prdctDtl__prdctArea__inner .prdctArea__head {
    padding: 0;
  }

  .prdctDtl__prdctArea__inner .prdctArea__headBtn {
    width: 74px;
  }

  .prdctDtl__prdctArea__inner .prdctArea__headBtn a {
    padding: 3px 0;
    font-size: 11px;
  }

  .prdctDtl__prdctArea__inner .prdctArea__head-txtArea {
    margin-right: 10px;
  }

  .prdctDtl__prdctArea__inner .prdctArea__headTtl {
    font-size: 17px;
  }

  .prdctDtl__prdctArea__inner .prdctArea__headTxt {
    font-size: 12px;
  }

  .prdctDtl__editor {
    position: relative;
    display: block;
    padding: 20px 15px;
  }

  .prdctDtl__editor__baloon {
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 18px;
    font-size: 18px;
  }

  .prdctDtl__editor__baloon::after {
    bottom: -15px;
    width: 56px;
    height: 15px;
    margin-left: -28px;
    background-size: 56px 15px;
  }

  .prdctDtl__editor__baloon > span {
    display: block;
    margin: -10px -25px;
    padding: 10px 25px;
  }

  .prdctDtl__editor__baloon > span::before,
  .prdctDtl__editor__baloon > span::after {
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }

  .prdctDtl__editor__baloon > span::before {
    top: 12px;
    left: 10px;
  }

  .prdctDtl__editor__baloon > span::after {
    top: initial;
    right: 10px;
    bottom: 12px;
  }

  .prdctDtl__editor__imgWrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .prdctDtl__editor__img {
    width: 70px;
  }

  .prdctDtl__editor__txtBlock {
    width: 100%;
  }

  .prdctDtl__editor__name {
    margin-bottom: 0;
    font-size: 17px;
  }

  .prdctDtlSlide {
    overflow: visible;
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
  }

  .prdctDtlSlide .prdctSlide__item {
    margin-right: 15px;
  }

  .prdctDtlList .prdctArea-recent__item {
    width: 32%;
    margin: 0 2% 10px 0;
  }

  .prdctDtlList .prdctArea-recent__item:nth-child(5n) {
    margin: 0 2% 10px 0;
  }

  .prdctDtlList .prdctArea-recent__item:nth-child(3n) {
    margin-right: 0;
  }

  .prdctDtl__modal {
    z-index: 99;
  }

  .prdctDtl__modal__inner {
    width: 79%;
    min-width: 300px;
  }

  .prdctDtl__modal__head {
    padding: 18px 0;
  }

  .prdctDtl__modal__body {
    padding-bottom: 30px;
  }

  .prdctDtl__modal__txt {
    font-size: 14px;
  }

  .prdctDtl__modal__list {
    display: block;
    padding: 0 23px;
  }

  .prdctDtl__modal__item {
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0;
    line-height: 44px;
    font-size: 15px;
  }

  .prdctDtl__modal__item.-am a {
    background: url(../img/book/ico_cart_blk.svg) no-repeat left 5% center #fcb842;
    background-size: 20px;
  }

  .prdctDtl__modal__item.-ra a {
    background: url(../img/book/ico_cart_wht.svg) no-repeat left 5% center #bf0000;
    background-size: 20px;
  }

  .prdctDtl__modal__item.-eh a {
    background: url(../img/book/ico_cart_wht.svg) no-repeat left 5% center #00b4c1;
    background-size: 20px;
  }

  .question {
    width: 100%;
    padding: 20px 15px 0;
  }

  .question__ttl {
    font-size: 20px;
  }

  .question__ttl:before {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    background-size: 60%;
  }

  .question__tabList {
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 5px;
  }

  .question__tab {
    width: 33%;
    margin: 0 0 -1px 1%;
    font-size: 14px;
    line-height: 38px;
  }

  .question__contentWrap {
    margin-top: 20px;
  }

  .question__content__inner {
    margin-top: 25px;
  }

  .question__item {
    display: flex;
    padding: 8px 0;
  }

  .question__item:before {
    top: 4px;
    min-width: 16px;
    margin-right: 10px;
  }

  .question__listTtl {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .question__linkArea {
    margin-top: 30px;
  }

  .question__linkArea__txt {
    font-size: 15px;
  }

  .question__linkArea__btn {
    width: 220px;
    line-height: 44px;
  }

  .question__q {
    margin-left: 26px;
    font-size: 16px;
    line-height: 1.4;
  }

  .question__q:before {
    top: 0;
    left: -23px;
    width: 19px;
    height: 19px;
    margin-top: 0;
    background-size: 19px;
  }

  .question__a {
    margin-left: 23px;
  }

  .question__a:before {
    left: -16px;
    width: 12px;
    height: 13px;
    background-size: 12px;
  }

  .bookNews {
    padding: 30px 0;
  }

  .bookNews__inner {
    width: 100%;
    padding: 0 15px;
  }

  .bookNews__ttl {
    font-size: 20px;
  }

  .bookNews__ttl:before {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    background: url(../img/book/ico_newsttl.svg) no-repeat center #8fc320;
    background-size: 20px;
  }

  .bookNews__list {
    margin-top: 10px;
  }

  .bookNews__item {
    padding: 15px 0;
  }

  .bookNews__date {
    margin-right: 25px;
    font-size: 11px;
  }

  .bookNews__label {
    width: 60px;
    line-height: 16px;
    font-size: 10px;
  }

  .bookNews__txt {
    margin-top: 5px;
    line-height: 1.4;
  }

  .bookNews__btn {
    width: 220px;
    line-height: 44px;
  }

  .bookNews__btn.opt-left {
    width: auto;
  }

  .quickShop {
    z-index: 99;
  }

  .quickShop__inner {
    width: 95%;
    height: 95%;
  }

  .quickShop__head {
    padding: 18px 0;
  }

  .quickShop__body {
    display: block;
    height: calc(100% - 37px);
    padding: 15px 15px 20px;
  }

  .quickShop__img {
    width: 40%;
    margin: 0 auto;
  }

  .quickShop__txtBlock {
    width: 100%;
    padding-bottom: 0;
  }

  .quickShop__tag {
    font-size: 10px;
  }

  .quickShop__itemTtl {
    font-size: 16px;
  }

  .quickShop__auth {
    font-size: 12px;
  }

  .quickShop__meta {
    font-size: 12px;
    line-height: 1.3;
  }

  .quickShop__meta.-price {
    margin-top: 10px;
  }

  .quickShop__meta.-price dd span {
    font-size: 14px;
  }

  .quickShop__meta.-page {
    margin-right: 15px;
  }

  .quickShop__txt {
    font-size: 13px;
  }

  .quickShop__btnList-ttl {
    margin-top: 10px;
    text-align: center;
  }

  .quickShop__btn {
    margin-top: 7px;
    line-height: 40px;
  }

  .quickShop__btn.-am a {
    background: url(../img/book/ico_cart_blk.svg) no-repeat left 5% center #fcb842;
    background-size: 20px;
  }

  .quickShop__btn.-ra a {
    background: url(../img/book/ico_cart_wht.svg) no-repeat left 5% center #bf0000;
    background-size: 20px;
  }

  .quickShop__btn.-eh a {
    background: url(../img/book/ico_cart_wht.svg) no-repeat left 5% center #00b4c1;
    background-size: 20px;
  }

  .quickShop__foot {
    margin-top: 15px;
  }

  .hero {
    margin-bottom: 25px;
  }

  .hero .swiper-wrapper {
    height: auto;
  }

  .hero .swiper-pagination {
    bottom: -25px;
  }

  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    display: none;
  }

  .hero .swiper-button-prev {
    display: none;
  }

  .hero-container {
    max-width: 100%;
  }

  .mod-search-keyword {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .scope-input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 40px;
    font-size: 16px;
  }

  .scope-search-btn {
    top: 50%;
    left: 14px;
  }

  .scope-search-btn img {
    width: 20px;
    height: 20px;
  }

  .favorite-keyword {
    display: block;
  }

  .favorite-keyword__head {
    display: block;
    width: 100%;
    font-size: 12px;
  }

  .favorite-keyword__body {
    display: block;
    margin-top: 5px;
  }

  .tag-list__item {
    margin-bottom: 5px;
    line-height: 26px;
  }

  .suggest {
    left: 0;
    width: 100%;
  }

  .suggest-list {
    border: none;
  }

  .suggest-list__item {
    height: auto;
    line-height: 1.6;
  }

  .suggest-list__item a {
    padding: 10px 15px 10px 42px;
    font-size: 13px;
  }

  .mf_finder_container {
    margin-top: 20px;
  }

  #result .mf_finder_container {
    margin-top: 88px;
    padding-top: 30px;
  }

  #result .mf_finder_container {
    padding-top: 0px;
    margin-top: 60px;
  }

  #result .book-mainContent {
    background-color: #fff;
  }

  .okane-main {
    width: 100%;
    padding: 0 10px;
  }

  .okane-main-container {
    margin-top: 43px;
    font-size: 15px;
  }

  .okane-main-container p {
    margin: 36px 0 59px;
  }

  .okane-main-img {
    top: -36px;
  }

  .okane-main-img01 {
    width: 84%;
  }

  .okane-main-img02 {
    width: 68%;
  }

  .okane-character-border {
    width: 70px;
    height: 1px;
    margin: 0 11px 7px;
  }

  .okane-main-character-inner {
    margin: 10px 0 20px;
  }

  .okane-main-character-item {
    position: relative;
  }

  .okane-main-character-introduction {
    display: flex;
  }

  .okane-main-character-item img {
    width: 80px;
    height: 80px;
    margin: 0 15px 10px 0;
  }

  .okane-main-character-name {
    margin-top: 29px;
  }

  .okane-main-character-text {
    width: 100%;
  }

  .okane-main-prologue a.okane-main-prologueLink {
    width: 100%;
    margin: 30px auto 50px;
    padding: 17px 20px;
  }

  .okane-main-prologue-inner::after {
    width: 9px;
    height: 14px;
    top: 20px;
    right: -14px;
  }

  .okane-main-prologue-title {
    width: 90px;
    height: 20px;
    margin: 0 auto 8px;
  }

  .okane-main-prologue-title p {
    font-size: 12px;
  }

  .okane-main-prologue-text {
    font-size: 18px;
    text-align: center;
  }

  .okane-content {
    padding: 53px 0 20px;
    line-height: 1.3;
  }

  .okane-content-inner {
    width: calc(100% - 20px);
    padding: 42px 10px 20px;
  }

  .okane-content-inner li {
    margin: 0 0 20px 25px;
  }

  .okane-content-title {
    width: 110px;
  }

  .okane-content-title::before {
    width: 20px;
    left: -30px;
    -webkit-transform: skewY(52deg);
            transform: skewY(52deg);
  }

  .okane-content-title::after {
    width: 20px;
    right: -30px;
    -webkit-transform: skewY(-52deg);
            transform: skewY(-52deg);
  }

  .okane-content-title p {
    top: -14px;
    font-size: 22px;
  }

  .okane-content-border {
    width: 110px;
    top: 9px;
    left: 0;
  }

  .okane-content-list01 {
    width: 100%;
  }

  .okane-content-list02 {
    width: 100%;
  }

  .okane-content-item p {
    font-size: 16px;
  }

  .okane-content-img {
    width: 13px;
    height: 12px;
  }

  .okane-content-imgPro {
    margin-top: -20px;
  }

  .okane-content-newPro {
    margin-top: 18px;
  }

  .okane-sample {
    width: calc(100% - 20px);
    padding-bottom: 20px;
  }

  .okane-sample-list01 {
    padding: 20px 0 15px 6.3%;
  }

  .okane-sample-list01 img {
    width: 95px;
    height: 136px;
  }

  .okane-sample-list02 {
    position: absolute;
    top: 50px;
    left: 36.6%;
  }

  .okane-sample-list03 {
    width: calc(100% - 31px);
    margin: 0 auto;
  }

  .okane-sample-subTitle {
    font-size: 15px;
  }

  .okane-sample-title {
    padding: 10px 0;
    font-size: 19px;
  }

  .okane-sample-item02 a {
    position: relative;
  }

  .okane-sample-item02 a img {
    position: absolute;
    top: 24px;
    left: 22px;
  }

  .okane-sample-detail {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
  }

  .okane-book img {
    width: 22px;
    height: 22px;
  }

  .okane-download img {
    width: 26px;
    height: 24px;
  }

  .okane-sample-text {
    font-size: 16px;
  }

  .okanenokihon.prologue {
    width: 100%;
    padding: 0 10px;
  }

  .okanenokihon.prologue .h1-sub {
    font-size: 13px;
  }

  .okanenokihon.prologue h1 span {
    position: absolute;
    top: 11px;
    left: calc(50% - 47.5px);
    font-size: 12px;
    padding: 4px 18px;
    margin: 0;
  }

  .okanenokihon.prologue h1 {
    padding: 43px 0 13px;
    font-size: 22px;
  }

  .okanenokihon.prologue section {
    margin-bottom: 50px;
  }

  .okanenokihon.prologue dl {
    margin-top: 30px;
  }

  .okanenokihon.prologue dl dt img {
    width: 45px;
    margin-right: 14px;
  }

  .okanenokihon.prologue dl dt {
    display: flex;
    align-items: center;
  }

  .okanenokihon.prologue dl dd {
    margin-top: 15px;
  }

  .okanenokihon.prologue dl dd .section-txt {
    font-size: 15px;
  }

  .okanenokihon.prologue h2 {
    font-size: 19px;
    padding-bottom: 15px;
  }

  .okanenokihon.prologue .section-inner__callout {
    margin-top: 50px;
  }

  .okanenokihon.prologue .section-inner__callout p {
    padding: 25px 30px 30px;
    margin-bottom: 177px;
    font-size: 17px;
    width: 100%;
  }

  .okanenokihon.prologue .section-inner__callout p:after {
    background-image: url(/common/img/book/okanenokihon/ico_callout_sp.png);
    width: 40px;
    height: 27px;
    left: 25%;
    bottom: -26px;
  }

  .okanenokihon.prologue .section-inner__callout p img {
    width: 125px;
    height: 125px;
    left: 0;
    right: 0;
    bottom: -150px;
    margin: 0 auto;
  }

  .okane-prologue-footer {
    width: 100%;
    margin: 30px auto 50px;
  }

  .okane-prologue-prev p {
    font-size: 15px;
  }

  .okane-prologue-prev p::before {
    height: 13px;
    top: 3px;
    left: 0;
  }

  .okane-prologue-next {
    margin-top: 17px;
    padding: 20px 0;
  }

  .okane-prologue-next p {
    font-size: 16px;
  }

  .okane-prologue-next p::after {
    height: 13px;
    top: 23px;
    right: 9px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .prdctDtl__prdctArea__inner .prdctArea__headTxt {
    padding: 0;
  }
}
