@charset "UTF-8";
/* freepage 共通css */
.feature {
  max-width: 900px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  list-style: none;
  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 .bg--yellow {
  background-color: #FDF4CC;
}

.feature .bg--blue {
  background-color: #CFE9FF;
}

.feature .bg--pink {
  background-color: #FFDADE;
}

.feature__mv, .feature__nav-img {
  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(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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__nav > li {
  width: 32%;
}

.feature__nav > li + li {
  margin-left: calc(18 / 900 * 100%);
  margin-bottom: calc(18 / 900 * 100%);
}

.feature__nav > li:nth-child(4n) {
  margin-left: 0;
}

.feature__nav__matrix {
  max-width: 900px;
  overflow-x: scroll;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .feature__nav__matrix {
    width: 90%;
  }
}

.feature__nav__matrix__scroll {
  width: 1280px;
}

.feature__nav__matrix__scroll td, .feature__nav__matrix__scroll th {
  vertical-align: bottom;
}

.feature__nav__matrix__scroll img {
  width: 100%;
}

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

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

.feature__ttl--style01 {
  color: #fff;
  background-color: #305b79;
  font-size: 30px;
  padding: 0.5em 0;
  font-weight: bold;
}

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

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

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

.feature__ttl--style03 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 0;
}

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

.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__ttl--style05 {
  background-color: #FFF2C1;
  font-size: 30px;
  padding: 0.5em 0;
  font-weight: bold;
}

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

.feature__ttl--style06 {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #305b79;
  border-bottom: solid 3px #305b79;
}

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

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

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

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

.feature__txt > span {
  font-size: 22px;
}

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

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

.feature__limited > a {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature__limited__txt {
  font-size: 26px;
  width: 60%;
  margin: calc(20 / 900 * 100%);
}

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

.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__btn-label {
  width: calc(550 / 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 {
    width: 80%;
    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__washing {
  text-align: left;
  background-color: #EAEEF1;
  padding: calc(20 / 900 * 100%);
}

.feature__ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  margin: 20px 0;
  padding: 0 5% 5%;
}

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

.feature__ranking__item {
  min-width: calc(260 / 900 * 100%);
  line-height: 1.5;
  margin-right: calc(30 / 900 * 100%);
  white-space: nowrap;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .feature__ranking__item {
    min-width: 40vw;
  }
}

.feature__ranking__item:last-child {
  margin-right: 0;
}

.feature__ranking__item:nth-child(1) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank01.png);
}

.feature__ranking__item:nth-child(2) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank02.png);
}

.feature__ranking__item:nth-child(3) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank03.png);
}

.feature__ranking__item:nth-child(4) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank04.png);
}

.feature__ranking__item:nth-child(5) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank05.png);
}

.feature__ranking__item:nth-child(6) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank06.png);
}

.feature__ranking__item:nth-child(7) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank07.png);
}

.feature__ranking__item:nth-child(8) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank08.png);
}

.feature__ranking__item:nth-child(9) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank09.png);
}

.feature__ranking__item:nth-child(10) > a .feature__ranking__item__link__img::before {
  background-image: url(/Contents/ImagesPkg/home/homecoordy/icon_rank10.png);
}

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

.feature__ranking__item__link__img {
  position: relative;
}

.feature__ranking__item__link__img::before {
  display: inline-block;
  width: 28px;
  height: 44px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .feature__ranking__item__link__img::before {
    width: 22px;
    height: 34px;
    left: 10px;
  }
}

.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;
  padding: 10px;
  white-space: normal;
  text-align: left;
  /* セール時の赤字の指定 */
  /* 二重売価の打ち消し線の設定 */
}

.feature__ranking__item__link__txt__name {
  font-size: 16px;
}

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

.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__item__block-price-wrapper {
  color: #D92627;
}

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