@charset "UTF-8";
/* freepage 共通css */
.feature {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
  background-color: #e6f4f8;
  /* 編集ここから */
  /*-- modal実装 --*/
  /*-- modal実装 end--*/
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/
  /* パネル切り替えのアニメーション */
  /*-- ランキング --*/
}

.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--blue {
  background-color: #e6f4f8;
}

.feature .bg--cool {
  background-color: #5ea6d3;
}

.feature .bg--cold {
  background-color: #006ab5;
}

.feature .bg--icecold {
  background-color: #1a2b7d;
}

.feature .bg--white {
  background-color: #fff;
}

.feature .visually-hidden {
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.feature__head {
  padding: calc(10 / 900 * 100%) 0;
  font-size: 18px;
}

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

.feature__wrap {
  max-width: 1150px;
  margin: 0 auto;
}

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

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

.feature__bnr {
  width: 90%;
  margin: calc(40 / 900 * 100%) auto;
}

.feature__modal {
  max-width: 1150px;
  width: 1150px;
  margin: 0 auto;
  padding: calc(40 / 900 * 100%) 0;
}

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

.feature__modal__ttl {
  width: calc(384 / 900 * 100%);
  margin: 0 auto calc(20 / 900 * 100%);
}

.feature__modal__list {
  width: calc(750 / 900 * 100%);
  margin: 0 auto;
  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;
}

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

.feature .modal-check {
  display: none;
}

.feature .modal-wrapper {
  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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.feature .modal-check:checked + .modal-label + .modal-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.feature .modal-close > img {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: auto;
  background-color: #fff;
  z-index: 20;
}

.feature .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.feature__nav {
  padding: calc(40 / 900 * 100%) 0;
  margin-bottom: calc(20 / 900 * 100%);
}

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

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

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

.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: 900px;
}

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

.feature__which {
  width: calc(900 / 1150 * 100%);
  margin: 0 auto calc(40 / 900 * 100%);
  border: solid 1px #006ab5;
  border-radius: 20px;
  box-sizing: border-box;
  padding: calc(20 / 900 * 100%);
}

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

.feature__which__img {
  margin: 0 auto;
}

.feature__which__nav {
  width: calc(750 / 900 * 100%);
  margin: 0 auto calc(40 / 900 * 100%);
  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__which__nav > li {
  width: 49%;
}

.feature__contents {
  padding: calc(20 / 900 * 100%) 0;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: calc(30 / 900 * 100%);
}

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

.feature__ttl-tab {
  width: calc(380 / 900 * 100%);
  margin: 0 auto;
}

.feature__ttl-coord {
  width: calc(650 / 900 * 100%);
  margin: calc(20 / 900 * 100%) auto;
}

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

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

.feature__list-coord {
  width: calc(750 / 900 * 100%);
  margin: 0 auto calc(20 / 900 * 100%);
}

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

.feature__list-coord p {
  font-size: 18px;
  text-align: left;
  margin-bottom: calc(5 / 900 * 100%);
}

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

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

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

.feature__list-coord .prev-arrow {
  left: -25px;
}

.feature__list-coord .next-arrow {
  right: -25px;
}

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

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

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

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

.feature__tab {
  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;
  width: 75%;
  margin: 0 auto;
}

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

.feature__tab__btn {
  width: 33%;
}

.feature .area {
  overflow: hidden;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.feature .area.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-animation: panel-show .3s ease-in-out forwards;
          animation: panel-show .3s ease-in-out forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.feature__panel-area__wrap {
  padding: 0 0 calc(40 / 900 * 100%);
  width: calc(750 / 900 * 100%);
  margin: 0 auto;
}

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

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

.feature__panel-area__ttl-img, .feature__panel-area__ttl, .feature__panel-area__ttl-plus, .feature__panel-area__icon {
  margin-bottom: calc(30 / 900 * 100%);
}

.feature__panel-area__ttl, .feature__panel-area__ttl-plus, .feature__panel-area__icon {
  width: calc(700 / 900 * 100%);
  margin: 0 auto calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__panel-area__ttl, .feature__panel-area__ttl-plus, .feature__panel-area__icon {
    width: 100%;
  }
}

.feature__panel-area__ttl-sub {
  width: calc(550 / 900 * 100%);
  margin: 0 auto;
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__panel-area__ttl-sub-icpulus {
  width: calc(550 / 900 * 100%);
  margin: 0 auto;
  margin-bottom: calc(20 / 900 * 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature__panel-area__item {
  background-color: #fff;
  border-radius: 20px;
  padding: calc(20 / 900 * 100%) calc(40 / 900 * 100%);
  margin-bottom: calc(30 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__panel-area__item {
    padding: calc(20 / 900 * 100%);
  }
}

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

.feature__panel-area__item__list {
  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;
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__panel-area__item__list > li {
  width: 49%;
}

.feature__inner {
  padding: calc(20 / 900 * 100%) 0;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__inner-icpulus {
  padding: calc(20 / 900 * 100%) 0;
  margin: calc(60 / 900 * 100%) 0;
  background-color: #fff;
  border-radius: 20px;
}

.feature__review {
  padding: calc(60 / 900 * 100%) 0;
}

.feature__review__ttl {
  width: calc(662 / 900 * 100%);
  margin: 0 auto calc(20 / 900 * 100%);
}

.feature__review__list {
  width: calc(662 / 900 * 100%);
  margin: 0 auto;
}

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

.feature__feature-bnr {
  background-color: #efefef;
  padding: calc(40 / 900 * 100%) 0;
}

.feature__feature-bnr__ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #305b79;
  margin-bottom: calc(20 / 900 * 100%);
}

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

.feature__feature-bnr__ttl > span {
  font-size: 0.6em;
}

.feature__feature-bnr__list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  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;
}

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

.feature__feature-bnr__list > li {
  width: 49%;
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__ranking {
  padding: 0 calc(20 / 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;
}
