@charset "UTF-8";
/* freepage 共通css */
.feature {
  max-width: 900px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  padding: 0;
  margin: 20px auto 80px;
  position: relative;
  /* 編集ここから */
}

.feature * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.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 {
  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__nav > li {
  -webkit-flex-basis: calc((100% - 20px) / 3);
      -ms-flex-preferred-size: calc((100% - 20px) / 3);
          flex-basis: calc((100% - 20px) / 3);
}

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

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

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

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

.feature__ttl--style01 {
  font-size: 36px;
  font-weight: bold;
  color: #305B78;
  display: inline-block;
  border-bottom: 5px dotted #305B78;
}

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

.feature__ttl--style02 {
  font-size: 28px;
  font-weight: bold;
  color: #305B78;
}

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

.feature__ttl--style03 {
  font-size: 36px;
  font-weight: bold;
}

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

.feature__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__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__ttl--pickup > img, .feature__ttl--lineup > img {
  width: 20% !important;
  margin: 0 auto calc(10 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__ttl--pickup > img, .feature__ttl--lineup > img {
    width: 30% !important;
  }
}

.feature__ttl--pickup > p, .feature__ttl--lineup > p {
  font-size: 45px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .feature__ttl--pickup > p, .feature__ttl--lineup > p {
    font-size: 28px;
  }
}

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

.feature__txt {
  text-align: center;
  font-size: 20px;
}

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

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

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

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

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

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

.feature__pickup__name {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: calc(10 / 900 * 100%);
  text-align: left;
}

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

.feature__pickup__price {
  text-align: right;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: calc(20 / 900 * 100%);
}

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

.feature__pickup__price__main {
  font-size: 1.5em;
}

.feature__pickup__price__tax {
  font-size: 1.2em;
}

.feature__pickup__btn {
  width: calc(600 / 900 * 100%);
  margin: 0 auto;
  background-color: #e8828c;
  color: #fff;
  position: relative;
  padding: 0.5em 0;
  border-radius: 60px;
  font-size: 26px;
}

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

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

.feature__pickup__btn--teaser {
  width: calc(600 / 900 * 100%);
  margin: 0 auto;
  background-color: #e8828c;
  color: #fff;
  position: relative;
  padding: 0.5em 0;
  border-radius: 60px;
  font-size: 26px;
}

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

.feature__list-other {
  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-other > 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 {
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 20px;
}

.feature__item-list__ranking-img {
  background-color: #fff;
}

.feature__item {
  width: calc(440 / 900 * 100%);
  line-height: 1.1;
  margin: 0 calc(20 / 900 * 100%) calc(20 / 900 * 100%) 0;
  /* セール時の赤字の指定
		&__price-wrapper.salaPrice .feature__item__block-price-wrapper {
			color: #D92627;
		} */
  /* 二重売価の打ち消し線の設定
		&__original-price-wrapper .feature__item__price::before,
		&__original-price-wrapper .feature__item__tax-included::before {
		    width: 100%;
			border-top: 0.4rem double #000;
			content: "";
			position: absolute;
			top: 49%;
			left: 0;
			transform: translateY(-50%);
			z-index: 1;
		} */
}

.feature__item:nth-child(2n) {
  margin-right: 0;
}

.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-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;
  background-color: #fff;
  text-align: left;
  padding: 10px;
  white-space: normal;
}

.feature__item__name {
  font-size: 14px;
}

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

.feature__item__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 10px;
  font-weight: bold;
}

.feature__item__price dt {
  font-size: 12px;
  width: 28px;
}

.feature__item__price dd {
  font-size: 38px;
  letter-spacing: -1px;
}

@media screen and (max-width: 960px) {
  .feature__item__price dd {
    font-size: 30px;
  }
}

.feature__item__price dd.price-size {
  font-size: 20px;
  letter-spacing: -1px;
}

.feature__item__tax-included {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  font-weight: bold;
}

.feature__item .yen-symbol {
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .feature img {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
