@charset "UTF-8";
/* freepage 共通css */
.feature {
  max-width: 900px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  padding: 0;
  margin: 20px auto 80px;
  position: relative;
  /* 編集ここから */
  /* 商品ランキング */
}

.feature * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.feature span {
  font-size: inherit;
}

.feature img {
  width: 100%;
  height: auto;
  margin: auto;
}

.feature .only-desktop {
  display: block !important;
}

.feature .only-mobile {
  display: none !important;
}

.feature .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .feature {
    font-size: 12px;
  }
  .feature .only-desktop {
    display: none !important;
  }
  .feature .only-mobile {
    display: block !important;
  }
  .feature .only-narrow {
    display: block !important;
  }
}

.feature__mv {
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__read {
  font-size: 20px;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__read {
    font-size: 16px;
  }
}

.feature__contents {
  padding: calc(40 / 900 * 100%) calc(20 / 900 * 100%) 0;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature .bg--yoridori {
  background-color: #EAEEF1;
}

.feature .bg--matome {
  background-color: #F8F0D9;
}

.feature__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__nav > li {
  -webkit-flex-basis: calc((100% - 20px) / 3);
      -ms-flex-preferred-size: calc((100% - 20px) / 3);
          flex-basis: calc((100% - 20px) / 3);
  margin-bottom: calc(10 / 900 * 100%);
}

.feature__ttl {
  width: calc(480 / 900 * 100%);
  margin: 0 auto calc(20 / 900 * 100%);
}

.feature__txt {
  font-size: 18px;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__txt {
    font-size: 14px;
  }
}

.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature__list > li {
  -webkit-flex-basis: calc((100% - 20px) / 2);
      -ms-flex-preferred-size: calc((100% - 20px) / 2);
          flex-basis: calc((100% - 20px) / 2);
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__item-list {
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__item-list {
    width: 95%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.feature__item {
  width: calc(210 / 900 * 100%);
  line-height: 1.5;
  border: solid 1px #eaeef1;
  box-sizing: border-box;
  margin-right: calc(20 / 900 * 100%);
  margin-bottom: calc(20 / 900 * 100%);
  /* セール時の赤字の指定 */
  /* 二重売価の打ち消し線の設定 */
}

.feature__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .feature__item {
    -webkit-flex-basis: calc((100% - 20px) / 2);
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
    margin-right: 0;
  }
}

.feature__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.feature__item__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #eaeef1;
  text-align: left;
  padding: 10px;
  white-space: normal;
}

.feature__item__name {
  font-size: 13px;
}

@media screen and (max-width: 960px) {
  .feature__item__name {
    font-size: 12px;
  }
}

.feature__item__price, .feature__item__tax-included {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
}

.feature__item__price {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .feature__item__price {
    font-size: 14px;
  }
}

.feature__item__tax-included {
  font-size: 13px;
}

@media screen and (max-width: 960px) {
  .feature__item__tax-included {
    font-size: 12px;
  }
}

.feature__item__tax-included > dt {
  font-weight: inherit;
}

.feature__item__price-wrapper.salaPrice .feature__item__block-price-wrapper {
  color: #D92627;
}

.feature__item__original-price-wrapper .feature__item__price::before,
.feature__item__original-price-wrapper .feature__item__tax-included::before {
  width: 100%;
  border-top: 0.4rem double #000;
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .feature img {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
