@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%);
}

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

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

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

.feature__read-netto {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__read-netto__img {
  width: 10%;
  margin-right: calc(20 / 900 * 100%);
}

.feature__read-netto__txt {
  text-align: left;
  font-size: 20px;
}

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

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

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

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

.feature__nav__ttl {
  color: #fff;
  background-color: #305b79;
  font-size: 30px;
  padding: 0.5em 0;
  font-weight: bold;
  margin-bottom: calc(20 / 900 * 100%);
}

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

.feature__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: auto;
  overflow-x: auto;
}

.feature__nav__list__type {
  margin: 3px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  list-style: none;
}

.feature__nav__list__type--col1 {
  width: 25%;
}

@media screen and (max-width: 960px) {
  .feature__nav__list__type--col1 {
    width: 40%;
  }
}

.feature__nav__list__type--col2 {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .feature__nav__list__type--col2 {
    width: 80%;
  }
}

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

.feature__nav__list__type__ttl--col2 {
  margin-bottom: calc(10 / 900 * 100%);
}

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

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

.feature__nav__list__type__col2__list {
  width: 49.7%;
}

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

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

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

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

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

.feature__ttl--style02 {
  position: relative;
  line-height: 1.4;
  padding: 0.2em 1em;
  display: inline-block;
  top: 0;
  color: #305B79;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__ttl--style02::before, .feature__ttl--style02::after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.feature__ttl--style02::before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}

.feature__ttl--style02::after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.feature__ttl--style03 {
  color: #fff;
  background-color: #305b79;
  font-size: 30px;
  padding: 0.5em 0;
  font-weight: bold;
  margin-bottom: calc(20 / 900 * 100%);
}

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

.feature__ttl--style04 {
  position: relative;
  padding: 0.5em 0;
  color: #305b79;
  font-size: 30px;
  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--style04 {
    font-size: 16px;
  }
}

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

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

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

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

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

.feature__item {
  padding: calc(10 / 900 * 100%);
  border: solid 1px #ccc;
  box-sizing: border-box;
}

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

.feature__item__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__item__detail__brand, .feature__item__detail__size {
  font-size: 24px;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__item__detail__name {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__item__detail__price {
  font-weight: bold;
  text-align: right;
}

.feature__item__detail__price__main {
  font-size: 35px;
}

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

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

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

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

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

.feature__item__btn {
  width: calc(500 / 900 * 100%);
  margin: auto;
  border-radius: 60px;
  font-weight: bold;
  font-size: 24px;
  background-color: #A3C9FA;
  text-align: center;
  position: relative;
  padding: 0.6em 0;
}

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

.feature__item__btn::after {
  display: inline-block;
  content: "";
  border-left: 11px solid #000;
  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__item__btn--teaser {
  width: calc(500 / 900 * 100%);
  margin: auto;
  border-radius: 60px;
  font-weight: bold;
  font-size: 24px;
  background-color: #E5405B;
  color: #fff;
  text-align: center;
  padding: 0.6em 0;
}

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

.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__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: calc(440 / 900 * 100%);
  padding: calc(10 / 900 * 100%);
  border: solid 1px #ccc;
  box-sizing: border-box;
}

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

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

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

.feature__list__item__brand, .feature__list__item__size {
  font-size: 24px;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__list__item__name {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__list__item__price {
  font-weight: bold;
  text-align: right;
  margin-bottom: calc(10 / 900 * 100%);
}

.feature__list__item__price__main {
  font-size: 35px;
}

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

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

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

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

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

.feature__list__item__btn {
  width: 100%;
  border-radius: 60px;
  font-weight: bold;
  font-size: 24px;
  background-color: #A3C9FA;
  text-align: center;
  position: relative;
  padding: 0.6em 0;
  margin-top: auto;
}

@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 #000;
  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__attention {
  width: 95%;
  padding: 0.5em;
  margin: calc(20 / 900 * 100%) auto 0;
  color: #305B79;
  margin-bottom: calc(20 / 900 * 100%);
  border: solid 1px #305B79;
  box-sizing: border-box;
}

.feature__bnr-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__bnr-list > li {
  width: 49%;
  margin-bottom: calc(10 / 900 * 100%);
}

.feature__movie {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 50.25%;
  margin: 0 auto 40px;
}

.feature__movie > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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: 20px;
  bottom: 50%;
}

@media screen and (max-width: 960px) {
  .feature__ranking .slick-arrow {
    width: 15px;
    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;
}
