.breadcrumbs{
      padding-top: 16px;
}
img {
    image-rendering: -webkit-optimize-contrast;
  }

  @media only screen and (max-width: 767px) {
  .container {
      background: #fff;
   }
  }

  main {
    overflow: visible;
  }

  @media only screen and (max-width: 767px) {
  .breadcrumbs {
      margin: 0 0 -10px;
      padding: 12px 18px 30px;
      background: #f5f5f5;
    }
  }

  .feature__Content {
    background: #fff;
  }

  .featureHead {
    max-width: 1200px;
  }
  @media only screen and (max-width: 767px) {
  .featureHead {
      max-width: 750px;
    }
  }
  .featureHead__title {
    margin: 0;
  }

  .featureHead__title{
    text-align: center;
  }
  .featureHead__title .forSp{
    width: 100%;
  }

  .featureHead__leadWrap {
    margin: 0 0 16px;
  }

  @media only screen and (max-width: 767px) {
    .featureHead__leadWrap {
		  padding: 40px 30px 40px;
      margin: 0;
    }
  }
  .featureHead__lead {
    display: flex;
    justify-content: center;
  }
  .featureHead__leadInner {
    	padding: 30px 18px 14px;
  }
  @media only screen and (max-width: 767px) {
    .featureHead__leadInner {
      padding: 0;
    }
  }
  .featureHead__leadTxt {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }

  .featureHead__leadTxt p{
    margin-bottom: 0;
    	text-align: justify;
   }

/*
------------navi-------------------
 */
  .feature__naviWrap {
	  padding: 0 0 45px 0;
  }
  .feature__naviList {
    display: flex;
    text-align: center;
  }
  .feature__naviList li {
    flex: none;
  }
  .feature__naviLink {
      display: block;
      padding: 14px 20px;
      border-radius: 15px;
      text-align: center;
      background-color: #EBEBEB;
      color: #FFF;
      margin-right: 8px;
  }
  .feature__naviLinkTxt {
	color: #ffffff;
  }

  @media print, (min-width: 768px) {
    .feature__navi {
      max-width: 1368px !important;
      margin: 0 auto !important;
    }
    .feature__naviLink {
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease;
    }
    .feature__naviLink:hover {
      opacity: .65;
    }
  }

  @media only screen and (max-width: 767px) {
    .feature__naviList {
      justify-content: space-evenly;
    }
    .feature__naviWrap{
      margin: 0 0 23px;
		  padding: 16px 0 8px 0px;
    }
    .feature__naviList {
       flex-wrap: nowrap;
    }
    .feature__naviList li {
       padding: 0 4px 4px;
       white-space: nowrap;
     }
    .feature__naviLink {
      padding: 12px 16px;
      border-radius: 5px;
    }
    .feature__naviLinkTxt {
      font-size: 16px;
    }
    .feature__naviList {
      overflow-x: auto;
    }
  }

  .feature__naviLink {
    display: block;
  }

  /*
------------navi-end-------------------
 */

  /* contents */
  .feature__contentTtlWrap {
	  margin: 0 0 16px;
    font-size: 26px;
  }
  @media only screen and (max-width: 767px) {
    .feature__contentTtlWrap {
      /* margin: 0; */
      font-size: 20px;
    }
  }

  .feature__contentTtl {
    padding: 12px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.385;
	  background-color: #003894;
	  color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .feature__contentTtl {
      display: block;
      padding-left: 20px;
    }
  }

  .feature__contentLeadTxt {
    padding: 16px 0px;
    font-size: 14px;
  }
  @media only screen and (max-width: 767px) {
    .feature__contentLeadTxt {
      padding: 0 18px 18px;
    }
  }

  @media only screen and (max-width: 767px) {
    .feature__productItems {
      margin-bottom: 20px;
    }
  }

  .feature__productItemsInner {
    display: flex;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner {
      padding: 0 ;
    }
    .feature__productItemsInner--pickup {
		padding: 0 18px;
	}
  }

  .feature__productItem {
    margin: 0 0 16px;
    padding: 0;
  }

  .feature__productItemInner {
    display: flex;
    flex-wrap: nowrap;
  }

  .feature__productItemImage {
    margin: 0 24px 0 0;
    width: 102px;
  }

  .feature__productItemsInner--pickup .feature__productItemImage{
    width: 150px;
  }
  .feature__productItems__leadTxt{
	padding: 0 68px 22px;
	text-align: justify;
}

  @media only screen and (max-width: 767px) {
    .feature__productItemImage {
      margin: 0;
      padding: 0 24px 0 0;
      flex-basis: 40%;
      max-width: 150px;
    }
  }
  .feature__productItemImage a {
    display: block
  }
  @media print, (min-width: 768px) {
    .feature__productItemImage a {
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease;
    }
    .feature__productItemImage a:hover {
      opacity: .65;
    }
  }

  .feature__productItemDetail {
    flex: 1;
  }

  .feature__productItemTitle {
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  @media print, (min-width: 768px) {
    .feature__productItemTitle {
      font-weight: bold;
    }
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemTitle {
      font-size: 16px;
      margin: 0 0 4px;
    }
  }
  .feature__productItemAuthor {
    margin: 0 0 4px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .feature__productItemsInner--other .feature__productItemAuthor{
    font-size: 13px;
  }
  
  .feature__productItemTxt {
    margin: 16px 0 4px;
    font-size: 14px;
  }


  .feature {
    background-color: #fff;
    padding-bottom: 0;
  }

  .feature__naviLinkImage {
    margin-bottom: 18px;
  }
  @media only screen and (max-width: 767px) {
    .feature__naviLinkImage {
      margin-bottom: 6px;
      max-width: 65%;
    }
  }
  .feature__naviLinkTxt {
    display: block;
    font-family: 'Meiryo UI', Meiryo, メイリオ;
    font-size: 16px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .feature__naviLinkTxt {
      font-family: 'Rounded M+ 1c';
      text-align: left;
      font-weight: bold;
    }
  }

.feature__naviBtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% / 7 - 14px);
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 0;
  background-color: #003894;
  border-radius: 15px;
  margin-right: 13px;
  margin-bottom: 10px;
}
@media print, (min-width: 768px) {
    .feature__naviBtn {
        margin-right: 14px;
    }
    .feature__navi a:nth-child(7) {
        margin-right: 0;
    }
	.feature__navi a:last-child{
        margin-right: 0;
    }
}
.feature__navi {
  display: flex;
  /*justify-content: start;*/
  flex-wrap: wrap;
}
.feature__productItemCatchphrase {
    font-size: 18px;
    margin-bottom: 8px;
}

  @media only screen and (max-width: 767px) {
    .feature__productItemCatchphrase {
      font-size: 14px;
      font-weight: bold;
    }
    .feature__navi {
      padding: 0 15px;
      justify-content: space-between;
    }
    .feature__naviBtn {
    width: calc(100% / 2 - 9px);
    padding: 1.2rem 14px;
    font-size: 16px;
    overflow: hidden;
    align-content: center;
    border-radius: 8px;
    margin: 5px 0;
    font-size: 16px;
    justify-content: flex-start;
    }
  }
  .feature__productItemVolumes {
    margin: 0 0 4px;
    font-size: 14px;
  }

  /* PC-2列 / MB-1列 */
  .feature__productItemsInner--pickup {
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--pickup {
      margin-bottom: 0;
    }
  }
  .feature__productItemsInner--pickup .feature__productItem {
    flex: 0 0 calc(100% / 2 - 12px);
    margin: 0 0 40px;
    max-width: 50%;
  }
  .feature__productItemsInner--pickup .feature__productItem:nth-child(odd) {
    margin-right: 24px;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--pickup .feature__productItem {
      flex: 0 0 100%;
      margin: 0 0 20px;
      max-width: 100%;
    }
    .feature__productItemsInner--pickup .feature__productItem:nth-child(odd) {
      margin-right: 0;
    }
  }
  @media print, (min-width: 768px) {
    .feature__productItemTitle a:hover,
    .feature__productItemAuthor a:hover {
      color: #003894;
      text-decoration: underline;
    }
  }

  /* PC-5列 / MB-3列 */
  .feature__productItemsInner--other {
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--other {
      margin-bottom: 0;
      padding-right: 4px;
    }
  }
  .feature__productItemLink {
    cursor: pointer;
  }
  .feature__productItemsInner--other a {
    display: block;
  }
  @media print, (min-width: 768px) {
    .feature__productItemsInner--other a {
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease;
    }
    .feature__productItemsInner--other a:hover {
      opacity: .65;
    }
  }
  .feature__productItemsInner--other .feature__productItemImage {
    position: relative;
    margin: 0 0 8px;
    padding: 114% 0 0;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--other .feature__productItemImage {
      margin: 0 auto 8px;
      width: 100%;
      padding: min(160%, 240px) 0 0;
    }
  }
  .feature__productItemsInner--other .feature__productItemImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: auto;
    max-width: 116px;
    max-height: 180px;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--other .feature__productItemImage img {
      max-width: 100%;
      max-height: 240px;
    }
  }
  .feature__productItemsInner--other .feature__productItemTitle {
    font-size: 14px;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--other .feature__productItemAuthor {
      font-size: 12px;
      color: #666666;
    }
  }
  .feature__productItemsInner--other .feature__productItemVolumes {
    font-size: 13px;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--other .feature__productItemVolumes {
      font-size: 12px;
      color: #666666;
    }
  }

  @media print, (min-width: 768px) {
    .recommendFeature {
        min-width: auto;
    }
  }
  .recommendFeature__inner {
      padding: 0;
      padding-top: 70px;
  }
  @media only screen and (max-width: 767px) {
    .recommendFeature__inner {
        padding: 14px 0 28px;
    }
  }
  @media print, (min-width: 768px) {
    .recommendFeature__list {
        margin: 0;
    }
  }

  .recommendFeature__list{
    justify-content: center;
  }
  @media only screen and (max-width: 767px) {
  .blockText {
    margin-left: 18px;
    margin-bottom: 16px;
  }
  .recommendFeature__list{
    justify-content: start;
  }
    .blockTitle {
      margin-bottom: 7px;
    }
}
  .btnList--cartFormBtn {
   padding: 30px 0 60px;
  }

  @media only screen and (max-width: 767px) {
    .btnList--cartFormBtn {
      margin: 0 0 22px;
		  padding: 40px 18px 8px;
    }
    .pbNestedWrapper {
      width: 100%;
      max-width: 767px;
   }
  }


/* layout2 start*/
.feature__productItemsInner {
	margin: 17px 24px 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.feature__productItem {
	flex-basis: calc(100% / 5);
	max-width: calc(100% / 5);
	margin: 0 0 30px;
	padding: 0 44px;
}

.feature__productItem img {
  margin: 0 0 8px 0;
}
.feature__productItemPrice {
  margin: 0 0 4px 0;
  font-size: 14px;
}

.feature__productItemsInner--other .feature__productItem img{
  margin: 0 0 12px 0;
}

.feature__productItemRank {
	font-size: 14px;
	margin: 0 0 8px 0;
	display: block;
}

.feature__productItemLink .feature__productItemTitle {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	text-overflow: ellipsis;
}
.tagListWrap{
  margin: 0 0 8px 0;
}


/* layout2 end*/

@media only screen and (min-width: 768px) {
.feature__productItemTitle{
		margin: 0 0 4px;
	}
.feature__productItemsInner--pickup .feature__productItem{
	margin-bottom: 30px;
}
.feature__productItemsInner a {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  }
.feature__productItemsInner a:hover {
  opacity: .65;
}
.feature__productItemTitle a:hover {
  opacity: 1;
}
.blockTitleWrap{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-left: 13%;
	padding-right: 14%;
  padding-bottom: 3%;
}
.blockText{
	padding-left: 13%;
	padding-bottom: 12px;
}
.blockTitle{
	margin: 0;
}
.recommendFeature__list .recommendFeature__items {
    cursor: pointer;
    width: calc(16.6% - 40px);
  }
.recommendFeature__items{
	margin: 0 24px 50px 0;
}
.recommendFeature__items:last-child{
	margin-right: 0;
}
.recommendFeature__items__image{
	padding-bottom: 10px;
}
.recommendFeature__items__inner{
	width: 92%;
}
.recommendFeature__items__title{
	margin-top: 0;
}
}

@media only screen and (max-width: 767px) {
	.feature__productItemsInner {
		margin: 0;
	}

	.feature__productItem {
		padding: 0;
	}

	.feature__productItem {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}

	.feature__productItemLink{
		padding: 10px;
	}
	.feature__productItemsInner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.feature__productItemInner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.feature__productItems__leadTxt{
		padding: 0 20px 16px;
	}


  .feature__productItemAuthor{
    font-size: 13px;
  }
  .feature__productItemPrice{
    font-size: 13px;
  }
  .tagListWrap{
  margin: 0 0 5px 0;
  }
}


.pbMainArea {
    overflow: visible;
}

.main__pageTop {
    position: sticky;
    bottom: 20px;
    right: auto;
}
.tag{
  padding: 0 6px;
}
.tag--genre {
  background: #fff;
  color: #003894;
  border: 1px solid #003894;
  height: auto;
}
/*feature__productItems-btn*/
.feature__productItems-btn-wrap{
  width: 196px;
  height:36px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
.feature__productItems-btn-wrap{
    margin-left: auto;
    margin-right: auto;
}
}
@media only screen and (min-width: 768px) {
.feature__productItems-btn-link {
    max-width: 280px;
    padding: 0 40px;
  }
}
.feature__productItems-btn-link {
    font-family: 'Rounded M+ 1c', sans-serif;
    position: relative;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0;
    width: 100%;
    transition: .4s ease;
    transition-property: opacity, background;
    border: none;
    color: #707070;
    cursor: pointer;
}
.feature__productItems-btn-link::before{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #707070;
    border-radius: 60px;
    z-index: 1;
}
/*modal*/
.modalOpen {
    position: -webkit-sticky;
    position: sticky;
    bottom: 60px;
    margin: -74px 60px 60px auto;
    width: 230px;
    height: 26px;
    text-align: right;
    z-index: 2;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }

  @media print, (max-width: 768px) {
    .modalOpen {
      bottom: 90px;
      margin: -64px 16px 80px auto;
      width: 78px;
    }
  }

  .modalOpenBtn {
    display: block;
    padding: 16px 10px;
    background-color: #ffffff;
    border: 4px solid #003894;
    border-radius: 100px;
    color: #003894;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    box-shadow: 0 1px 2px 1px #ddd;
    cursor: pointer;
  }

  @media print, (max-width: 768px) {
    .modalOpenBtn {
      padding: 0;
      font-size: 12px;
    }
  }

  .feature__modalHeadingBlock--borderBottom {
    border-bottom: 1px solid #EBEBEB;
  }

  .feature__modalTitle {
    margin: 0 36px 24px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }

  @media only screen and (max-width: 767px) {
    .feature__modalTitle {
      margin: 0 18px 16px;
      font-size: 14px;
    }
  }

  .feature__modal {
    position: relative;
  }

  @media print, (min-width: 768px) {
    .feature__modal {
      overflow-x: hidden;
      overflow-y: auto;
      width: 100%;
    }
  }

  @media only screen and (max-width: 767px) {
    .feature__modal {
      padding: 0 18px;
    }
  }

  @media print, (min-width: 768px) {
    .feature__modal {
      margin-bottom: 68px;
    }
  }

  @media only screen and (max-width: 767px) {
    .feature__modal {
      overflow-x: hidden;
      overflow-y: auto;
      padding-bottom: 48px;
    }
  }

  .feature__modalList {
    padding-bottom: 24px;
    border-top: 1px solid #EBEBEB;
  }

  @media only screen and (max-width: 767px) {
    .feature__modalList {
      margin: 0 -18px;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .feature__modalItem:last-child {
      margin-bottom: 24px;
    }
  }

  .feature__modalItemHead {
    font-size: 16px;
    display: block;
  }

  .feature__modalItemHighlight {
    color: #E60009;
    font-weight: bold;
    margin: 0 0 0 6px;
  }

  .feature__modalItemTxt {
    font-size: 12px;
    display: block;
  }
  .pbMainArea {
    overflow: visible;
  }

  .main__pageTop {
    position: sticky;
    bottom: 20px;
    right: auto;
  }

  .feature__modalItems {
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    padding: 17px 0;
    display: block;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    word-break: break-all;
  }

  .feature__modalItems:after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 18px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: center center url(https://content.bookoff.co.jp/common/images/arrow.svg) no-repeat;
    background-size: 24px;
  }

  @media only screen and (max-width: 767px) {
    .feature__modalItems {
      padding: 17px 56px 17px 18px;
    }
    .feature__modalItems:after {
      content: "";
      position: absolute;
      top: 50%;
      left: auto;
      right: 18px;
      width: 24px;
      height: 24px;
      margin-top: -12px;
      background-size: 24px;
    }
  }
  .feature__modalItemsIcon {
    vertical-align: middle;
    margin-left: 0.5em;
  }
/*--hontai css start--*/
@media print, (min-width: 768px) {
.featureHead__title--adjust {
	margin: 0 0 16px 0;
  }
}
.featureHead__leadWrap--accent {
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .featureHead__leadWrap--accent {
    margin: 18px;
  }
}
.featureHead__leadWrap--accent .featurehead__lead {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 767px) {
  .featureHead__leadWrap--accent .featurehead__lead {
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
  }
}
.featureHead__leadWrap--accent .featureHead__leadInner {
  padding: 18px;
}
.featureHead__leadHead {
  color: #754106;
  font-size: 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 0 0 10px 0;
}
.feature__contentTtlWrap--accent {
  margin: 0 0 32px;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .feature__contentTtlWrap--accent {
    margin: 0 18px 20px;
    font-size: 20px;
  }
}
.feature__contentTtlWrap--accent .feature__contentTtl {
  display: inline;
  position: relative;
  padding: 0 0 0 14px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.385;
  background-color: transparent;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .feature__contentTtlWrap--accent .feature__contentTtl {
    display: block;
  }
}
.feature__contentTtlWrap--accent .feature__contentTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 4px;
  background-color: #2D0E00;
}
@media print, (min-width: 768px) {
  .feature__productDetailFirst {
    display: flex;
    margin: 0 160px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__productDetailFirst {
    display: block;
    flex-basis: calc(100%);
  }
}

@media print, (min-width: 768px) {
  .feature__productDetailImgFirst {
    text-align: center;
    margin: 0 68px 0 0;
  }
}

.feature__productImageFirst {
  width: 194px;
  margin: 12px 0 0 0;
}

@media print, (min-width: 768px) {
  .feature__productImageFirst a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .feature__productImageFirst a:hover {
    opacity: .65;
  }
}

@media only screen and (max-width: 767px) {
  .feature__productImageFirst a {
    display: block
  }
}

@media only screen and (max-width: 767px) {
  .feature__productImageFirst {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 16px 0;
    cursor: pointer;
  }
}

.feature__productImageFirst img {
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .feature__productImageFirst img {
    max-width: 150px;
  }
}

.feature__productFirstInner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .feature__productFirstInner {
    text-align: center;
    padding: 0;
  }
}
.feature__productItemPriceInner {
  font-weight: bold;
  color: #E60009;
}

.feature__productItemRanking {
  width: 24%;
  max-width: 128px;
  margin: 0 0 8px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .feature__productItemRanking {
    display: block;
    margin: 0 auto 8px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__productItemRanking {
    font-size: 12px;
    margin: 0 auto 4px;
  }
}

.feature__productItemRanking strong {
  font-size: 18px;
}

.feature__productItemRanking--01 {
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 767px) {
  .feature__productItemRanking--01 {
    padding-left: 16px;
  }
}

.feature__productItemRanking--01::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
@media only screen and (max-width: 767px) {
  .feature__productItemRanking--01::before {
    top: 3px;
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
.feature__productItemRanking--01::before {
  background-image: url(https://content.bookoff.co.jp/common/images/ranking-01.svg);
}

.feature__productItemTitleFirst {
  font-size: 22px;
  padding: 0 0 8px 0;
}

@media only screen and (max-width: 767px) {
  .feature__productItemTitleFirst {
    font-size: 18px;
    padding: 0 0 4px 0;
    cursor: pointer;
  }
  .feature__productItemTitleFirst a{
    display: block;
  }
}

.feature__productItemAuthorFirst {
  font-size: 14px;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .feature__productItemAuthorFirst {
    margin: 0 0 16px 0;
    cursor: pointer;
  }
  .feature__productItemAuthorFirst a{
    display: block;
  }
}

@media print, (min-width: 768px) {
  .feature__productItemTitleFirst a:hover,
  .feature__productItemAuthorFirst a:hover {
    color: #003894;
    text-decoration: underline;
  }
}

.feature__productItemTxtFirst {
  font-size: 14px;
  margin: 0 0 36px 0;
  text-align: left;
}

.feature__productItems--rank {
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .feature__productItems--rank {
    padding: 0 18px 20px;
  }
}

.feature__productItems--rank .feature__productItemsInner {
  margin: 0 24px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .feature__productItems--rank .feature__productItemsInner {
    margin: 0 -8px;
    padding: 0;
  }
}

.feature__productItems--rank .feature__productItem {
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
  margin: 0 0 30px;
  padding: 0 44px;
}

@media only screen and (max-width: 767px) {
  .feature__productItems--rank .feature__productItem {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 0 16 0px;
    padding: 0 8px;
  }
}

.feature__productItems--rank .feature__productItem img {
  margin: 0 0 8px 0;
}

.feature__productItems--rank .feature__productItem a {
  display: block;
}

@media print, (min-width: 768px) {
  .feature__productItems--rank .feature__productItem a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .feature__productItems--rank .feature__productItem a:hover {
    opacity: .65;
  }
}

.feature__productItemRank {
  font-size: 14px;
  margin: 0 0 8px 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  .feature__productItemRank {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature__productItems--rank .feature__productItemLink{
    padding: 0;
  }
}
.feature__productItems--rank .feature__productItemTitle {
  display: -webkit-box;
  overflow: hidden;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
 .feature__productItems--rank .feature__productItemTitle {
    font-size: 14px;
    max-height: 63px;
    line-height: 1.4em;
    -webkit-line-clamp: 3;
    margin: 0;
  }
}
.-hover .feature__productItems--rank .feature__productItemTitle {
  color: #003894;
  text-decoration: underline;
}

.feature__productItems--rank .feature__productItemAuthor {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .feature__productItems--rank .feature__productItemAuthor {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.feature__productItems--rank .feature__productItemAuthor {
  margin: 0;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .feature__productItems--rank .feature__productItemAuthor {
    font-size: 12px;
  }
}
/*--hontai css end--*/