/*common*/
.main__pageTop {
  position: sticky;
  right: auto;
  z-index: 13;
}
.pbHeaderArea,
.main,
.pbMainArea,
.pbNestedWrapper {
  overflow: visible;
}
#page {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
.container {
    background: #fff;
  }
}
.recommend__tabList {
  display: none;
}
@media only screen and (max-width: 767px) {
.breadcrumbs {
    margin: 0 0 -10px;
    padding: 12px 18px 30px;
    background: #f5f5f5;
  }
}
/*genre*/
.genre {
  display: flex;
  padding: 0 0 60px 0;
}
.genre__inner {
  padding: 0 24px 0 0;
}
.genreTableHeading {
  border-bottom: solid 1px #ccc;
  padding: 0 0 4px 0;
  margin: 0 0 12px 0;
  box-sizing: border-box;
}
.genreTableContentDisplay {
  display: flex;
}
.genreTableContent__inner {
  padding: 0 0 4px 0;
}
@media print, (min-width: 768px) {
  .genreTableContent__inner a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .genreTableContent__inner a:hover {
    opacity: .65;
  }
}
.genreTableItems__title {
  font-size: 14px;
  color: #333;
}
/*feature*/
.feature__Content {
  background: #fff;
}
.feature__Bnr {
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
.feature__Bnr {
    max-width: 750px;
  }
}
/*
@media print, (min-width: 768px) {
  .feature__BnrInner {
    margin: 0 0 1px 0;
  }
}
*/
.feature__LeadWrap {
  margin: 0 0 16px;
}
.feature__Lead {
  display: flex;
  justify-content: center;
  border: 10px solid #2D892D;

}
@media only screen and (max-width: 767px) {
  .feature__Lead {
    border: 10px solid #2D892D;
  }
}
.feature__LeadInner {
  padding: 18px;
}
.feature__LeadTxt {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
/*.feature__snsWrap {
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: end;
}*/
.feature__snsHead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.feature__sns {
  display: -webkit-box;
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .feature__sns {
    padding: 0 0 0 10px;
  }
}
.feature__snsBtn {
  display: inline-block;
  margin: 0 0 0 16px;
}

@media only screen and (max-width: 767px) {
  .feature__snsBtn {
    margin: 0 4px;
  }
}
.feature__contentTtlWrap {
  margin: 0 0 32px;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .feature__contentTtlWrap {
    margin: 0 18px 20px;
    font-size: 20px;
  }
}
.feature__navi {
  display: flex;
  flex-wrap: wrap;
  padding: 0 18px;
}
.feature__naviBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% / 4 - 10px);
  color: #2D892D;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 0;
  border: solid 1px #2D892D;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media print, (min-width: 768px) {
  .feature__naviBtn {
    font-size: 18px;
    justify-content: center;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .feature__naviBtn:hover {
    opacity: .65;
  }
  .feature__naviBtn:not(:nth-child(4n)) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .feature__navi {
    padding: 0 8px;
  }
  .feature__naviBtn {
    width: calc(100% / 2 - 10px);
    padding: 0 16px;
    font-size: 16px;
    overflow: hidden;
    height: 4.5em;
    align-content: center;
    border-radius: 8px;
    margin: 5px;
    font-size: 16px;
  }
}
.feature__naviWrap {
  padding: 0 0 50px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .feature__naviWrap {
    padding: 0 0 67px 0;
  }
}
.feature__contentTtl {
  display: inline;
  position: relative;
  padding-left: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.385;
}

@media only screen and (max-width: 767px) {
  .feature__contentTtl {
    display: block;
  }
}
.feature__contentTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 4px;
  background-color: #2D892D;
}
/*.feature__categoryTtlWrap,
.feature__categoryTtlWrap--thismonth,
.feature__categoryTtlWrap--genre,
.feature__categoryTtlWrap--price,
.feature__categoryTtlWrap--ranking,
.feature__categoryTtlWrap--good {
  scroll-margin-top: 114px;
}*/
.feature__categoryTtlWrap {
  padding: 0 0 28px 0;
}
.feature__categoryTtlWrap--thismonth {
  padding: 0 0 60px 0;
}
.feature__categoryTtlWrap--genre {
  padding: 0 0 30px 0;
}
.feature__categoryTtlWrap--price {
  padding: 0 0 24px 0;
}
.feature__categoryTtlWrap--ranking {
  padding: 0 0 30px 0;
}
.feature__categoryTtlWrap--goods {
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 767px) {
  .feature__categoryTtlWrap {
    padding: 0 0 24px 0;
  }
  .feature__categoryTtlWrap--thismonth {
    padding: 0 0 32px 0;
  }
  .feature__categoryTtlWrap--genre {
    padding: 0 0 26px 0;
  }
  .feature__categoryTtlWrap--price {
    padding: 0 0 16px 0;
  }
  .feature__categoryTtlWrap--ranking {
    padding: 0 0 16px 0;
  }
  .feature__categoryTtlWrap--goods {
    padding: 0;
  }
}
.feature__categoryTtl {
  color: #fff;
  font-size: 26px;
  padding: 10px 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: #338a25 url(https://content.bookoff.co.jp/assets/images/book/novel/header-pc.png) no-repeat right top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .feature__categoryTtl {
    font-size: 20px;
    background: #338a25 url(https://content.bookoff.co.jp/assets/images/book/novel/header-mb.png) no-repeat right top;
    background-size: cover;
  }
}
.feature__rankingTitle {
  color: #333;
  font-size: 22px;
  padding: 0 24px 0;
}
@media only screen and (max-width: 767px) {
  .feature__rankingTitle {
    font-size: 16px;
    padding: 0 18px 0;
  }
}
.feature__productItems {
  padding: 0 0 10px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .feature__productItems {
    padding: 0 18px 28px;
  }
}
.feature__productItemsInner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .feature__productItemsInner {
    margin: 0 -8px;
  }
}
.feature__productItem {
  flex-basis: calc(100% / 2);
  max-width: calc(100% / 2);
  padding: 0 0 48px;
}
.feature__productItemLink {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .feature__productItem {
    flex-basis: calc(100%);
    max-width: calc(100%);
    margin: 0 8px 16px 8px;
    padding: 0 0 16px;
  }
  .feature__productItem:not(:last-child) {
    border-bottom: solid 1px #e5e5e5;
  }
}
.feature__productItem img {
  max-height: 144px;
}
.feature__productItem a {
  display: flex;
}
@media print, (min-width: 768px) {
  .feature__productItem:not(:nth-child(2n)) {
    padding: 0 44px 0 0;
  }
  .feature__productItem a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .feature__productItem a:hover {
    opacity: .65;
  }
}
.feature__productItemLinkDetail {
  padding: 0 0 0 16px;
}
.feature__productItemTitle {
  display: -webkit-box;
  overflow: hidden;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 767px) {
 .feature__productItemTitle {
    margin: 0 0 4px 0;
    font-size: 14px;
    max-height: 63px;
    line-height: 1.4em;
    -webkit-line-clamp: 3;
  }
}
.-hover .feature__productItemTitle {
  color: #003894;
  text-decoration: underline;
}
.feature__productItemAuthor {
  padding: 0 0 12px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
}
.feature__productItemPrice {
  color: #E60009;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .feature__productItemAuthor {
    padding-bottom: 8px;
    font-size: 12px;
  }
  .feature__productItemPrice {
    font-size: 16px;
    padding: 0 0 8px;
  }
}
.feature__productItemTxt {
  font-size: 14px;
  color: #666666;
}
@media print, (min-width: 768px) {
.recommendFeature {
    min-width: 980px;
    padding: 0 0 140px 0;
  }
}
@media print, (min-width: 768px) {
.recommendFeature__inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
.recommendFeature__inner {
    padding: 0 0 116px;
  }
}
@media print, (min-width: 768px) {
.recommendFeature__list {
    margin: 0;
  }
}
@media print, (min-width: 768px) {
  .recommendFeature__items {
    width: calc(100% / 6 - 54px);
  }
  .recommendFeature__items:not(:first-child),
  .recommendFeature__items:not(:nth-child(6n)),
  .recommendFeature__items:not(:nth-child(6n+1)) {
    margin: 0 32px 40px 32px;
  }
  .recommendFeature__items:first-child,
  .recommendFeature__items:nth-child(6n+1) {
    margin: 0 32px 40px 0;
  }
  .recommendFeature__items:nth-child(6n) {
    margin: 0 0 40px 32px;
  }
}
.btnList--cartFormBtn {
  padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .btnList--cartFormBtn {
    margin: 0;
    padding: 0 18px 8px;
  }
}

/*select*/
.feature__select {
  padding: 0 28px 60px;
}
@media only screen and (max-width: 767px) {
  .feature__select {
    padding: 0 18px 30px;
  }
}
.feature__selectTitle {
  color: #333;
  font-size: 22px;
  padding: 0 18px 8px 0;
}
@media only screen and (max-width: 767px) {
  .feature__selectTitle {
    font-size: 16px;
    padding: 0 18px 8px 0;
  }
}
.feature__selectBtnWrap {
  display: flex;
  flex-wrap: wrap;
}
@media print, (min-width: 768px) {
  .feature__selectBtnWrap:not(:last-child) {
    padding: 0 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .feature__selectBtnWrap {
    padding: 0 0 18px;
  }
}
.feature__selectBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #666;
  border-radius: 100px;
  font-size: 14px;
  margin: 0 8px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .feature__selectBtn {
    font-size: 16px;
    margin: 0 8px 12px 0;
  }
}
@media print, (min-width: 768px) {
  .feature__selectBtn {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .feature__selectBtn:hover {
    opacity: .65;
  }
}
.feature__selectBtn p {
  padding: 8px 16px;
  font-size: 14px;
}
.feature__selectBtn--green {
  border: 2px solid #2D892D;
}
/*search*/
.feature__search {
  width: calc(100% - 36px);
  max-width: 486px;
  padding: 0 28px 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .feature__search {
    margin: 0 auto 60px;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: margin .4s ease;
    transition: margin .4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.feature__searchInner {
  position: relative;
  height: 44px;
  line-height: 44px;
}
.feature__searchInner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  background: #F5F5F5;
  z-index: 1;
  pointer-events: none;
}
.feature__searchInner input {
  position: relative;
  line-height: 1.5;
  width: 100%;
  padding: 0 20px 0 46px;
  border: none;
  background: none;
  font-size: 16px;
  z-index: 11;
}
.feature__searchInner input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}
.feature__searchInner input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.feature__searchInner input::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.feature__searchInner input::placeholder {
  font-size: 16px;
  color: #999;
}
.feature__searchForm {
  position: relative;
  display: block;
}
.feature__searchIcon {
  position: absolute;
  display: block;
  top: calc(50% - 12px);
  left: 11px;
  width: 24px;
  height: 24px;
  z-index: 1;
  pointer-events: none;
}
.feature__searchFormClear {
  position: absolute;
  display: none;
  top: calc(50% - 12px);
  right: 12px;
  width: 24px;
  height: 24px;
  z-index: 11;
  cursor: pointer;
}
.feature__searchFormClear.-show {
  display: block;
}
.feature__searchSuggest, .feature__searchHistory {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 11;
}
@media print, (min-width: 768px) {
  .feature__searchSuggest, .feature__searchHistory {
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .feature__searchSuggest, .feature__searchHistory {
    overflow: hidden;
    left: 50%;
    bottom: -10px;
    width: 100vw;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.feature__searchSuggest ul, .feature__searchHistory ul {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .feature__searchSuggest ul, .feature__searchHistory ul {
    padding-bottom: 35px;
  }
}
.feature__searchSuggest li, .feature__searchHistory li {
  border-top: 1px solid #EBEBEB;
}
.feature__searchSuggest li:first-child, .feature__searchHistory li:first-child {
  border-top: none;
}
@media print, (min-width: 768px) {
  .feature__searchSuggest li:last-child a, .feature__searchHistory li:last-child a {
    padding-bottom: 16px;
  }
  .feature__searchSuggest li:last-child a .feature__searchCategoryDelete,
  .feature__searchSuggest li:last-child a .feature__searchCategorySuggestIcon, .feature__searchHistory li:last-child a .feature__searchCategoryDelete,
  .feature__searchHistory li:last-child a .feature__searchCategorySuggestIcon {
    top: calc(50% - 16px);
  }
}
.feature__searchSuggest a, .feature__searchHistory a {
  position: relative;
  display: block;
  min-height: 40px;
  padding: 8px 52px 8px 16px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}
@media only screen and (max-width: 767px) {
  .feature__searchSuggest a, .feature__searchHistory a {
    padding: 16px 54px 16px 18px;
  }
}
.feature__searchSuggest a:hover, .feature__searchHistory a:hover {
  opacity: 1;
  background: #F5F5F5;
}
.feature__searchSuggest.-show, .feature__searchHistory.-show {
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .feature__searchSuggest li:first-child {
    border-top: 1px solid #EBEBEB;
  }
}
.feature__searchHistoryHeading {
  line-height: 1.5;
  padding: 16px 16px 12px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .feature__searchHistoryHeading {
    padding: 16px 18px 8px;
    font-size: 14px;
    background: #F5F5F5;
  }
}
@media print, (min-width: 768px) {
  .feature__searchHistoryHeading {
    border-bottom: 1px solid #EBEBEB;
  }
}
.feature__searchWord {
  display: block;
  line-height: 1.5;
  font-size: 16px;
}
.feature__searchCategory {
  display: block;
  line-height: 1.5;
  margin: 4px 0 0;
  font-size: 13px;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .feature__searchCategory {
    font-size: 12px;
  }
}
.feature__searchCategoryDelete, .feature__searchCategorySuggestIcon {
  display: block;
  position: absolute;
  line-height: 1;
  top: calc(50% - 12px);
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.feature__searchCategorySuggestIcon {
  pointer-events: none;
}
/*genre-search*/
.genreSearchUnit__selectGenre,
.genreSearchUnit__genreSearch {
  border-color: #006934;
}
.genreSearchUnit__selectGenreArea::after,
.genreSearchUnit__genreSearchIcon {
  filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(7264%) hue-rotate(162deg) brightness(88%) contrast(101%);
}
/*item-recommend*/
.recommend__inner {
  padding: 0 0 60px;
}

@media print, (min-width: 768px) {
  .recommend {
    min-width: 100%;
  }
  .recommend__inner {
    max-width: 100%;
    margin: 0 auto;
  }
}


/* 雑誌コーナー */

.genreTableHeadingText,.genreTableItems__title{
  font-family:"Rounded M+ 1c"
}
.bb{

  border-bottom: solid 1px #EBEBEB;
}
.df{
  display: flex;
  margin-left: 18px;
  padding-top:28px;
  font-size: 18px;
}

.genreTableHeading {
  border-bottom:none;
  padding: 0 0 4px 0;
  margin: 0 25px 12px 0;
  box-sizing: border-box;
}
.genreTableHeadingText{
  font-weight: bold;
}
.genreTable__inner{
  font-size: 16px;
}
.genreTableContent__inner {
  padding: 17px 87px 4px 17px;
}
.genre__inner{
  padding:0;
}
.genre{
  padding:0px;
  display: inline;
}
.genreTableItems__title {
  font-size: 16px;
}
.index__Tab-Top-Area{

  border-bottom: solid 1px #EBEBEB;
}
.index__Tab-Bottom-Area{

  border-top: solid 1px #EBEBEB;
}
.index__Tab-Inner{
  display: flex;
  margin-left: 18px;
  padding-top:28px;
  font-size: 18px;
}

.genreTableHeading {
  border-bottom:none;
  padding: 0 0 4px 0;
  margin: 0 25px 12px 0;
  box-sizing: border-box;
}
.genreTableHeadingText{
  font-weight: bold;
}
.genreTable__inner{
  font-size: 16px;
}
.genreTableContent__inner {
  padding: 17px 87px 4px 17px;
}
.genre__inner{
  padding:0;
}
.genre{
  padding:0px;
  display: inline;
}
.genreTableItems__title {
  font-size: 16px;
}

.breadcrumbs {
  padding-top: 16px;
}

@media only screen and (max-width: 767px){

/* 横幅が767px以下の場合に適用するスタイル */
  .featureHead__title .forPc{
      display: none;
}
  .feature__categoryTtlWrap--genre{
      padding:0;
}
.genreTableHeading {
  padding-top: 28px;
}
.js-tab-bottom .js-Active .genreTableHeading{
  padding-top:25px;
}
.genreTableHeadingText{
  font-size: 18px;
padding:0;
}
.genreTableContent{
  position:relative;
  width: 100%;
  padding-bottom: 17px;
}
.genreTableItems::after{
  content: "";
  position: absolute;
  left: auto;
  right: 30px;
  width: 24px;
  height: 24px;
  background: center center url(https://content.bookoff.co.jp/assets/images/book/novel/icn_arrow.svg) no-repeat;
  background-size: 24px;
  /*filter: invert(39%) sepia(6%) saturate(6%) hue-rotate(339deg) brightness(95%) contrast(78%);*/
}

.genreTableItems__title{
  font-family: "Rounded M+ 1c";
}
.js-Active{
color: #2D892D;
  border-bottom:solid #2D892D;
}
.tab-area {
cursor: pointer;
}
.panel {
display: none;
}
.panel.active {
display: block;
}
.index__Tab-Bottom-Area .js-Active {
  color: #2D892D;
  border-top: solid #2D892D;
  border-bottom:none;
}
.index__Tab-Inner:nth-of-type(2){
  padding-top:0;
  margin-top:28px;
}
.index__Tab-Inner{
  padding-top: 0;
}
}

@media (min-width: 768px) {
 /* 横幅が768px以上の場合に適用するスタイル */
.featureHead__title .forSp{
  display: none;
}
 .feature__categoryTtlWrap--genre{
  padding:0;
}
.genreTableHeading__position{
  width: calc( 100% / 4 );
  padding-right: 24px;
}
 .genreTableHeading__position:last-of-type{
    padding-right: 0;
}
 .genreTableHeading{
    border-bottom: solid 1px #EBEBEB;
    margin: 0 0 12px 0;
}
 .genreTableHeadingText{
    font-family: "Meiryo UI";
}
 .bb{
    border-bottom:none;
}
 .df{
    margin-left:0;
}
 .genre{
 margin-bottom:100px;
}

#pbBlock243875 {
  padding-bottom: 60px;
}
 .genreTable__inner{
    display:flex;
}
 .genreTableContentDisplay{
    width:calc(100% / 4 )
}
  .genreTableContent{
  line-height: 28px;
}
 .genreTableContent__inner {
    padding: 0px 0 4px 0px;
}
 .genreTableItems__title{
    font-size:14px;
    font-family: "Meiryo UI";
}
 .genreTableItems__title:hover{
    color:#003894;
    text-decoration:underline;
}
 .pc-none{
    display: none;
}
 #pbBlock197207{
 margin-top:50px;

}
.genreTableContent__foot--bunko,.genreTableContent__foot--shinsho,.genreTableContent__foot--tankoubon,.genreTableContent__foot--kaigai{
padding-top: 2px;
}

.featureHead__title .forSp{
  display: none;
}
 .feature__categoryTtlWrap--genre{
  padding:0;
}
.genreTableHeading__position{
  width: calc( 100% / 4 );
  padding-right: 24px;
}
 .genreTableHeading__position:last-of-type{
    padding-right: 0;
}
 .genreTableHeading{
    border-bottom: solid 1px #EBEBEB;
    margin: 0 0 12px 0;
}
 .genreTableHeadingText{
    font-family: "Meiryo UI";
}
 .index__Tab-Top-Area,.index__Tab-Bottom-Area{
    border-bottom:none;
}
 .index__Tab-Inner{
    margin-left:0;
}
 .genre{
 margin-bottom:100px;
}

 .genreTable__inner{
    display:flex;
}
 .genreTableContentDisplay{
    width:calc(100% / 4 )
}
  .genreTableContent{
  line-height: 28px;
}
 .genreTableContent__inner {
    padding: 0px 0 4px 0px;
}
 .genreTableItems__title{
    font-size:14px;
    font-family: "Meiryo UI";
}
 .genreTableItems__title:hover{
    color:#003894;
    text-decoration:underline;
}
 .pc-none{
    display: none;
}
 #pbBlock197207{
 margin-top:50px;

}
.genreTableContent__foot--bunko,.genreTableContent__foot--shinsho,.genreTableContent__foot--tankoubon,.genreTableContent__foot--kaigai{
padding-top: 2px;
}

}

/*雑誌コーナーナビボタン*/

@media only screen and (max-width: 767px) {
  .feature__naviBtn {
      width: calc(100% / 2 - 10px);
  }
}

.feature__naviBtn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% / 3 - 10px);
  color: #2D892D;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 0;
  border: solid 1px #2D892D;
  border-radius: 10px;
  margin-bottom: 10px;
}


/*MBナビ*/
@media only screen and (max-width: 767px) {
  .feature__naviBtn {
      width: calc(100% / 2 - 10px);
      padding: 0 16px;
  }
}

/*雑誌コーナー見出し背景*/
.feature__categoryTtl {
background: #192b47;
}


/*人気の雑誌から選ぶ*/
.feature__selectTitle {
  margin: 0 0 0 16px;
}

.feature__seriesTitle {
  color: #333;
  font-size: 22px;
  padding: 0 18px 8px 0;
  margin: 0 0 0 16px;
}

@media only screen and (max-width: 767px) {
  .feature__seriesTitle {
      font-size: 16px;
      padding: 0 18px 8px 0;
  }
}

/*雑誌のジャンルから選ぶ4列*/
  .genreTableContent {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 24px 24px;
}

@media print, (min-width: 768px) {
  .genreTableContent__inner {
      width: calc(100% / 4 - 80px);
      margin: 0 68px 12px 12px;
  }

}

  .genreTableContentDisplay {
      width: auto;
  }

@media only screen and (max-width: 767px) {
  .genreTableContent {
      position: relative;
      width: 100%;
      padding-bottom: 17px;
  }

  .genreTableContent {
  display: inline;
}

}


/*トップへ戻る下余白*/
@media only screen and (max-width: 767px) {
  .btnList--cartFormBtn {
      margin: 0 0 64px 0;
  }

}

.feature__select {
  padding-bottom: 48px;
}


h1.featureHead__title {
  margin-bottom: 8px;
}


/*ナビ枠色*/
.feature__naviBtn {
  color: #666;
  border: solid 1px #666;
}

/*価格ボタン枠色*/
.feature__selectBtn--green {
  border: 2px solid #666;
}


@media only screen and (max-width: 767px) {
  .genreTableItems::after {
      background: center center url(https://shopping.bookoff.co.jp/library/common/svg/arrow.svg) no-repeat;
  }
}
