.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;
   }

  /* sns button */
  .feature__snsWrap {
    display: flex;
    margin: 15px 0 15px 16px;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: end;
  }
  @media only screen and (max-width: 767px) {
    .feature__snsWrap {
      margin: 0 18px;
    }
    ul.feature__sns {
      margin: 0;
    }
  }
  .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;
    }
  }

/* 
------------navi-------------------
 */
  .feature__naviWrap {
	  padding: 4px 0 30px;
  }
  .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: #45649F;
  }

  @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: #EAEEF1;
	  color: #45649F;
  }
  @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;
    }
  }
  .feature__productItemAuthor {
    margin: 0 0 4px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .feature__productItemTxt {
    margin: 0 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: 160px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 18px 0;
  background-color: #EAEEF1;
  border-radius: 15px;
  margin-right: 8px;
}
.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: 0 14px;
    font-size: 16px;
    overflow: hidden;
    line-height: 3.5;
    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__productItemsInner--other .feature__productItem {
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    margin: 0 0 30px;
    padding: 0 30px;
  }
  @media only screen and (max-width: 767px) {
    .feature__productItemsInner--other .feature__productItem {
      flex-basis: calc(100% / 3);
      max-width: calc(100% / 3);
      margin: 0 0 16px;
      padding: 0 16px 0 0;
    }
  }
  .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__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;
}

.feature__productItemAuthor {
	margin: 0;
	font-size: 13px;
}
/* layout2 end*/

@media only screen and (min-width: 768px) {
.feature__productItemTitle{
		margin: 0 0 4px;
	}
.feature__productItemTxt{
		margin: 16px 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%;
}
.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;
	}
}

.pbMainArea {
    overflow: visible;
}
  
.main__pageTop {
    position: sticky;
    bottom: 20px;
    right: auto;
}

/* パンくず修正 start */
@media only screen and (max-width: 767px) {
  .breadcrumbs {
      transform: translateZ(0);
      margin: 0;
      padding: 12px 18px 20px;
  }
}
/* パンくず修正 end */