@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 .hr--border {
  border-top: 1px solid #000;
  padding-top: calc(20 / 900 * 100%);
}

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

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

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

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

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

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

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

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

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

.feature__list {
  text-align: left;
}

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

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

.feature__list__item__logo {
  width: 15%;
  margin-bottom: calc(10 / 900 * 100%);
}

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

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

.feature__list__item__name {
  font-weight: bold;
  font-size: 35px;
}

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

.feature__list__item__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__list__item__price__main {
  font-size: 24px;
  margin-right: calc(10 / 900 * 100%);
}

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

.feature__list__item__price__main > span {
  font-size: 35px;
}

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

.feature__list__item__price__tax {
  font-size: 22px;
}

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

.feature__list__item__price--red {
  color: #ff0000;
}

.feature__list__item__price__down {
  font-size: 18px;
  color: #fff;
  background-color: #ff0000;
  padding: 0.2em;
  vertical-align: middle;
  margin-right: calc(10 / 900 * 100%);
}

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

.feature__list__item__size-list {
  margin-top: calc(20 / 900 * 100%);
}

.feature__list__item__size-list__size {
  font-weight: bold;
  font-size: 35px;
}

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

.feature__list__item__size-list__size span {
  font-size: 24px;
  font-weight: normal;
}

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

.feature__list__item__size-list__price {
  font-weight: bold;
  font-size: 24px;
  text-align: right;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__list__item__size-list__price__main {
  font-size: 35px;
}

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

.feature__list__item__size-list__copy {
  font-weight: bold;
  font-size: 22px;
  color: #305b79;
}

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

.feature__list__item__btn {
  font-weight: bold;
}

.feature__list__item__name {
  font-size: 35px;
}

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

.feature__list__item__size {
  font-size: 24px;
}

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

.feature__list__item__btn {
  background-color: #dae4eb;
  text-align: center;
  color: #305b79;
  border: solid 1px #305b79;
  box-sizing: border-box;
  position: relative;
  padding: 0.6em 0;
  font-size: 24px;
}

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

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

.feature__movie {
  width: 90%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
  margin: calc(40 / 900 * 100%) auto 0;
}

@media screen and (max-width: 960px) {
  .feature__movie {
    margin: 0 auto 30px;
  }
}

.feature__movie > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.feature__ttl-feature::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}

.feature__ttl-feature::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #305b79;
  z-index: 1;
}

.feature__list-feature {
  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-bottom: calc(40 / 900 * 100%);
}

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

.feature__btn-label {
  width: calc(500 / 900 * 100%);
  border: solid 1px #305b79;
  box-sizing: border-box;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: auto;
  position: relative;
  margin: 0 auto calc(80 / 900 * 100%);
}

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

.feature__btn-label::after {
  display: inline-block;
  content: "";
  border-left: 10px solid #305b79;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature__btn-label > a {
  display: block;
  color: #305b79;
  padding: 0.8em 0;
}

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

.feature__ranking .slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 30;
  width: 50px;
  bottom: 50%;
}

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

.feature__ranking .prev-arrow {
  left: 0;
}

.feature__ranking .next-arrow {
  right: 0;
}

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

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

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

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

.feature__ranking__item {
  padding: 0 10px;
}

.feature__ranking__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__ranking__item__link__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__ranking__item__link__txt__name {
  font-size: 13px;
}

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

.feature__ranking__item__link__txt__price, .feature__ranking__item__link__txt__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__ranking__item__link__txt__price {
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

.feature__ranking__item__link__txt__price-wrapper.salaPrice .feature__ranking__item__link__txt__block-price-wrapper {
  color: #D92627;
}

.feature__ranking__item__link__txt__original-price-wrapper .feature__ranking__item__link__txt__price::before,
.feature__ranking__item__link__txt__original-price-wrapper .feature__ranking__item__link__txt__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;
}
