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

.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(40 / 900 * 100%);
}

.feature__inner {
  width: calc(650 / 900 * 100%);
  margin: 0 auto;
  padding-bottom: calc(40 / 900 * 100%);
}

.feature__nav {
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(40 / 900 * 100%);
}

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

.feature__nav > li {
  -webkit-flex-basis: calc((100% - 20px) / 2);
      -ms-flex-preferred-size: calc((100% - 20px) / 2);
          flex-basis: calc((100% - 20px) / 2);
}

.feature__nav > li > a {
  display: block;
  border: solid 3px #000;
  box-sizing: border-box;
  padding: 0.6em 0;
  position: relative;
}

.feature__nav > li > a::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .feature__nav > li > a::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    right: 10px;
  }
}

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

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

.feature__section__ttl {
  font-weight: bold;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__section__ttl--style01 {
  background-color: #000;
  font-size: 34px;
  color: #fff;
  padding: 0.5em 0;
}

@media screen and (max-width: 960px) {
  .feature__section__ttl--style01 {
    font-size: 28px;
  }
}

.feature__section__ttl--style02 {
  font-size: 22px;
}

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

.feature__section__ttl--style02 > span {
  font-size: 40px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .feature__section__ttl--style02 > span {
    font-size: 30px;
  }
}

.feature__section__ttl--style02 > span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 100%;
  height: 7px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #000;
}

@media screen and (max-width: 960px) {
  .feature__section__ttl--style02 > span::before {
    height: 5px;
  }
}

.feature__section__ttl--style03 {
  font-size: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__section__ttl--style03 {
    font-size: 20px;
  }
}

.feature__section__ttl--style03::before, .feature__section__ttl--style03::after {
  background-color: #000;
  content: "";
  height: 4px;
  width: 10%;
}

.feature__section__ttl--style03::before {
  margin-right: 15px;
}

.feature__section__ttl--style03::after {
  margin-left: 15px;
}

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

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

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

.feature__section__img > li {
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__bg {
  background-color: #D0E59F;
  padding: calc(40 / 900 * 100%) 0;
}

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

.feature__item-list {
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__item-list {
    width: 95%;
    margin: 0 auto calc(40 / 900 * 100%);
  }
}

.feature__item-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 30;
}

@media screen and (min-width: 961px) {
  .feature__item-list .slick-arrow {
    width: 25px;
    bottom: 50%;
  }
}

@media screen and (max-width: 960px) {
  .feature__item-list .slick-arrow {
    width: 15px;
    bottom: 50%;
  }
}

.feature__item-list .prev-arrow {
  left: 0;
}

.feature__item-list .next-arrow {
  right: 0;
}

.feature__item-list .slick-dots li button:before {
  font-size: 14px !important;
}

@media screen and (max-width: 960px) {
  .feature__item-list .slick-dots li button:before {
    font-size: 10px !important;
  }
}

.feature__item-list .slick-dots {
  bottom: -40px !important;
}

@media screen and (max-width: 960px) {
  .feature__item-list .slick-dots {
    bottom: -30px !important;
  }
}

.feature__item {
  padding: 0 5px;
  /* セール時の赤字の指定 */
  /* 二重売価の打ち消し線の設定 */
}

.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;
  border: solid 1px #ddd;
  box-sizing: border-box;
  background-color: #fff;
}

.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;
  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;
  }
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}
