@charset "UTF-8";
/* freepage 共通css */
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.feature {
  max-width: 900px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
  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(40 / 900 * 100%);
}

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

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

.feature__nav {
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  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;
    width: 95%;
    margin: 0 auto calc(40 / 900 * 100%);
  }
}

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

.feature__nav > li ::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
}

@media screen and (max-width: 960px) {
  .feature__nav > li ::after {
    width: 5px;
    height: 5px;
  }
}

.feature__nav > li > a {
  display: block;
  border: solid 1px #000;
  box-sizing: border-box;
  padding: 0.8em 0;
}

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

.feature__contents__ttl {
  font-weight: bold;
}

.feature__contents__ttl--style01 {
  font-size: 30px;
  background-color: #D0E5EE;
  padding: 1em 0;
}

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

.feature__contents__ttl--style02 {
  font-size: 26px;
  position: relative;
  display: block;
  padding: 0.5em 1.5em;
  outline: 2px solid #333;
  outline-offset: 2px;
  background: #D0E5EE;
  border-radius: 20px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto calc(40 / 900 * 100%);
}

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

.feature__contents__ttl--style02::before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 50px;
  height: 16px;
  width: 15px;
  background-color: #F0F4F6;
}

.feature__contents__ttl--style02::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 56px;
  height: 16px;
  width: 15px;
  border-right: 2px solid #333;
  rotate: -40deg;
}

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

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

.feature__contents__ttl--style04 {
  position: relative;
  padding: 0.5em 0;
  color: #305b79;
  font-size: 32px;
  font-weight: bold;
  border: solid 2px #305b79;
  box-sizing: border-box;
  margin-bottom: calc(40 / 900 * 100%);
}

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

.feature__contents__ttl--style04::before, .feature__contents__ttl--style04::after {
  content: "";
  position: absolute;
  left: 50%;
}

.feature__contents__ttl--style04::before {
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  bottom: -25px;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .feature__contents__ttl--style04::before {
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #FFF;
    bottom: -18px;
  }
}

.feature__contents__ttl--style04::after {
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #305b79;
  bottom: -30px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .feature__contents__ttl--style04::after {
    margin-left: -11px;
    border: 11px solid transparent;
    border-top: 11px solid #305b79;
    bottom: -23px;
  }
}

.feature__contents__inner {
  background-color: #F0F4F6;
  padding: calc(20 / 900 * 100%);
  margin-bottom: calc(40 / 900 * 100%);
}

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

.feature__contents__txt-main {
  font-size: 24px;
  font-weight: bold;
}

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

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

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

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

.feature__contents__name, .feature__contents__price, .feature__contents__btn {
  width: calc(750 / 900 * 100%);
  margin: 0 auto calc(20 / 900 * 100%);
  font-weight: bold;
}

.feature__contents__name {
  text-align: left;
  font-size: 30px;
}

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

.feature__contents__price {
  text-align: right;
  font-size: 24px;
}

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

.feature__contents__price > span {
  font-size: 20px;
}

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

.feature__contents__btn {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  padding: 0.8em 0;
  font-size: 24px;
  position: relative;
}

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

.feature__contents__btn::after {
  display: inline-block;
  content: "";
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .feature__contents__btn::after {
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}

.feature__btn {
  display: block;
  width: calc(750 / 900 * 100%);
  margin: 0 auto calc(60 / 900 * 100%);
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  padding: 0.8em 0;
  font-size: 24px;
  position: relative;
}

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

.feature__btn::after {
  display: inline-block;
  content: "";
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .feature__btn::after {
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-left: 50px;
  }
}

.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;
  margin: 0 auto calc(20 / 900 * 100%);
}

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

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