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

.feature {
  max-width: 900px;
  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: 28px;
  font-weight: 500;
  margin-bottom: calc(40 / 900 * 100%);
}

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

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

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

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

.feature__list-item {
  padding: calc(20 / 900 * 100%);
}

.feature__list-item > li {
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__bnr {
  width: 95%;
  margin: 0 auto calc(60 / 900 * 100%);
}

.feature__ttl--style02 {
  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__ttl--style02 {
    font-size: 16px;
  }
}

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

.feature__ttl--style02::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__ttl--style02::before {
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #FFF;
    bottom: -18px;
  }
}

.feature__ttl--style02::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__ttl--style02::after {
    margin-left: -11px;
    border: 11px solid transparent;
    border-top: 11px solid #305b79;
    bottom: -23px;
  }
}

.feature__btn {
  width: calc(700 / 900 * 100%);
  font-size: 36px;
  font-weight: 500;
  margin: 0 auto calc(80 / 900 * 100%);
}

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

.feature__btn > a {
  display: block;
  color: #fff;
  background-color: #de76a6;
  border-radius: 10px;
  padding: 1.0em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.feature__btn > a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 100px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border: 13px solid transparent;
  border-left: 13px solid #fff;
}

@media screen and (max-width: 960px) {
  .feature__btn > a::after {
    top: 48%;
    right: 20px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
  }
}

.feature__list--bnr {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__list--bnr {
    width: 98%;
    margin: 0 auto;
  }
}

.feature__list--bnr > 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__attention {
  text-align: left;
  font-size: 14px;
  margin: 0 auto calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__attention {
    font-size: 13px;
    width: 95%;
  }
}

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

.feature__item-list {
  padding: 0 calc(20 / 900 * 100%) calc(40 / 900 * 100%);
}

.feature__item-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 30;
  width: 20px;
  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 10px;
}

.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: 1px solid #999999;
}

.feature__item__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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;
  background-color: #ffffff;
}

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

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

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