@charset "UTF-8";
/* freepage 共通css */
.feature {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
  /* 編集ここから */
  /*-- modal実装 --*/
  /*-- modal実装 end--*/
  /* タブ切り替え */
  /* 視覚的に非表示（visually-hidden） */
  /* チェックされたタブの内容を表示 */
}

.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--orange {
  padding: calc(20 / 900 * 100%) 0;
  background-color: #f3a080;
}

.feature .bg--orange02 {
  padding: calc(20 / 900 * 100%) 0;
  background-color: #f6c5b2;
}

.feature .bg--yellow {
  padding: calc(20 / 900 * 100%) 0;
  background-color: #fad4ae;
}

.feature .bg--white {
  padding: calc(20 / 900 * 100%) 0;
  background-color: #fff;
}

.feature .bg--gray {
  background-color: #efefef;
}

.feature .hr--orange,
.feature .hr--yellow {
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .feature .hr--orange,
  .feature .hr--yellow {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.feature .hr--orange::before,
.feature .hr--yellow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 5%;
  width: 90%;
  height: 2px;
}

.feature .hr--orange::before {
  background-color: #e95529;
}

.feature .hr--yellow::before {
  background-color: #f39a2d;
}

.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 calc(20 / 900 * 100%);
}

.feature__inner {
  max-width: 750px;
  margin: 0 auto;
}

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

.feature__mv {
  background-color: #f3a080;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__read {
  max-width: calc(750 / 900 * 100%);
  font-size: 30px;
  margin: 0 auto calc(40 / 900 * 100%);
}

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

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

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

.feature__modal {
  width: 60%;
  margin: 0 auto calc(40 / 900 * 100%);
}

.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: 500px;
  height: auto;
  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__ttl {
  margin: calc(20 / 900 * 100%) auto;
}

.feature__ttl--style01 {
  width: 75%;
}

.feature__ttl--style02 {
  font-size: 40px;
  font-weight: bold;
}

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

.feature__ttl--style03 {
  color: #fff;
  background-color: #ea5529;
  font-size: 40px;
  font-weight: bold;
  padding: 1em;
  border-radius: 80px;
}

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

.feature__ttl--style04 {
  color: #fff;
  background-color: #f39a2d;
  font-size: 40px;
  font-weight: bold;
  padding: 1em;
  border-radius: 80px;
}

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

.feature__lineup {
  padding: calc(20 / 900 * 100%);
  background-color: #fdeeea;
}

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

.feature__lineup__details__ttl {
  color: #e95529;
  background-color: #fff;
  border: 1px solid #e95529;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 1em;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}

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

.feature__lineup__details__ttl::after {
  content: "サイズ展開表をひらく ＋";
}

.feature__lineup__details[open] .feature__lineup__details__ttl::after {
  content: "サイズ展開表をとじる ー";
}

.feature__lineup__details__item {
  background-color: #fff;
  border: 1px solid #e95529;
  box-sizing: border-box;
  margin-bottom: calc(10 / 900 * 100%);
}

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

.feature__lineup__details__txt {
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  padding: 0.2em 1em;
  margin-bottom: calc(40 / 900 * 100%);
}

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

.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: 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__nav {
    width: 90%;
  }
}

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

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

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

.feature__nav-interior > li {
  width: 47%;
  margin: calc(10 / 900 * 100%);
}

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

.feature .tabs input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.feature .tab-labels {
  max-width: 750px;
  margin: 0 auto calc(20 / 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;
}

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

.feature .tab-label {
  width: 48%;
}

.feature .tab-contents > div {
  display: none;
}

.feature #tab1:checked ~ .tabs-inner .content-tab1,
.feature #tab2:checked ~ .tabs-inner .content-tab2 {
  display: block;
}

.feature__tab {
  max-width: 750px;
  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(60 / 900 * 100%);
  position: relative;
}

@media screen and (max-width: 960px) {
  .feature__tab {
    width: 90%;
    margin: 0 auto calc(120 / 900 * 100%);
  }
}

.feature__tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f8c5ac transparent transparent transparent;
  border-width: 30px 55px 0 55px;
}

@media screen and (max-width: 960px) {
  .feature__tab::after {
    bottom: -45px;
    border-width: 25px 40px 0 40px;
  }
}

.feature__tab__btn {
  width: 48%;
}

.feature .content-tab1 {
  background-color: #fdeeea;
  padding: calc(40 / 900 * 100%) 0;
}

.feature .content-tab2 {
  background-color: #fef1e2;
  padding: calc(40 / 900 * 100%) 0;
}

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

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

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

.feature .tab-contents__section__img-flex {
  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;
}

.feature .tab-contents__section__img-flex > div {
  width: 49%;
}

.feature .tab-contents__section__icon {
  width: 75%;
  margin: 0 auto calc(20 / 900 * 100%);
}

.feature .tab-contents__section__slick {
  width: 90%;
  margin: auto;
}

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

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

@media screen and (max-width: 960px) {
  .feature .tab-contents__section__slick .slick-arrow {
    width: 15px;
    bottom: 50%;
  }
}

.feature .tab-contents__section__slick .prev-arrow {
  left: -45px;
}

@media screen and (max-width: 960px) {
  .feature .tab-contents__section__slick .prev-arrow {
    left: -25px;
  }
}

.feature .tab-contents__section__slick .next-arrow {
  right: -45px;
}

@media screen and (max-width: 960px) {
  .feature .tab-contents__section__slick .next-arrow {
    right: -25px;
  }
}

.feature__anchor-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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature__anchor-list > li {
  width: 49%;
  padding: calc(10 / 900 * 100%);
}

.feature__feature {
  padding: calc(40 / 900 * 100%);
}

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

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

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

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

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

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

.dots-wrap {
  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;
  margin-top: calc(20 / 900 * 100%);
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li {
  background: #fff;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #ea5529;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}
