@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: 14px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  /* 編集ここから */
  /* nav 追従バナー記載 */
  /* nav 追従バナー記載ここまで */
}

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

@media screen and (max-width: 960px) {
  .feature__inner {
    width: calc(860 / 900 * 100%);
    margin-left: auto;
    margin-right: auto;
  }
}

.feature__inner-addition {
  width: calc(860 / 900 * 100%);
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.feature__coupon__code-number {
  padding: 0 calc(20 / 900 * 100%) calc(20 / 900 * 100%);
  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;
}

.feature__coupon__code-number__txt {
  width: 100%;
  background-color: #fff;
  padding: 0.8em 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-right: calc(20 / 900 * 100%);
  border: none;
}

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

.feature__coupon__code-number__btn {
  width: 100%;
  background-color: #b60081;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  border: none;
}

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

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

.feature__details__ttl {
  background-color: #b60081;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
  padding: 1em 4em;
  position: relative;
  cursor: pointer;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__details__ttl {
    font-size: 16px !important;
    padding: 10px !important;
  }
}

.feature__details__ttl::before, .feature__details__ttl::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.feature__details__ttl::before {
  width: 33px;
  height: 5px;
  right: 40px;
}

@media screen and (max-width: 960px) {
  .feature__details__ttl::before {
    width: 25px !important;
    height: 3px !important;
  }
}

.feature__details__ttl::after {
  width: 5px;
  height: 35px;
  right: calc(2em + 18px);
}

@media screen and (max-width: 960px) {
  .feature__details__ttl::after {
    width: 3px !important;
    height: 25px !important;
  }
}

.feature__details__ttl::-webkit-details-marker {
  display: none;
}

.feature__details[open] .feature__details__ttl::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.feature__details__inner {
  text-align: left;
}

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

.feature__details__inner__txt--red {
  color: #ff0000;
  border: solid 1px #ff0000;
  box-sizing: border-box;
  padding: calc(20 / 900 * 100%);
}

.feature__details__inner__txt > dt {
  font-weight: bold;
}

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

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

@media screen and (max-width: 960px) {
  .feature__nav-area {
    position: -webkit-sticky;
    position: sticky;
    z-index: 11;
    width: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .feature__nav-area.fixed {
    width: 100%;
    position: fixed;
    top: 0;
  }
}

.feature__nav-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #e6457c;
  margin-bottom: calc(20 / 900 * 100%);
}

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

.feature__nav {
  margin: 0 auto;
  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(60 / 900 * 100%);
}

.feature__nav::after {
  content: "";
  -webkit-flex-basis: calc((100% - 40px) / 4);
      -ms-flex-preferred-size: calc((100% - 40px) / 4);
          flex-basis: calc((100% - 40px) / 4);
}

.feature__nav > li {
  -webkit-flex-basis: calc((100% - 40px) / 4);
      -ms-flex-preferred-size: calc((100% - 40px) / 4);
          flex-basis: calc((100% - 40px) / 4);
  margin-bottom: calc(10 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__nav > li {
    -webkit-flex-basis: calc((100% - 10px) / 2);
        -ms-flex-preferred-size: calc((100% - 10px) / 2);
            flex-basis: calc((100% - 10px) / 2);
  }
}

.feature__nav > li > a {
  display: block;
  color: #fff;
  padding: 1.2em 0;
  position: relative;
  background-color: #e6457c;
}

.feature__nav > li > a::after {
  content: '';
  position: absolute;
  right: 10px;
  margin: auto;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  -webkit-transform: translateY(50%) rotate(135deg);
          transform: translateY(50%) rotate(135deg);
  box-sizing: border-box;
}

.feature__attention {
  text-align: left;
  margin-bottom: calc(60 / 900 * 100%);
}

.feature__ttl {
  margin-bottom: calc(20 / 900 * 100%);
  background-color: #ea6d97;
  color: #fff;
  font-size: 30px;
  padding: 0.2em 0;
}

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

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

.feature__ttl-cate-sub {
  font-size: 30px;
  font-weight: bold;
  color: #e6457c;
  margin-bottom: calc(20 / 900 * 100%);
}

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

.feature__list-cate {
  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;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .feature__list-cate::after {
    content: "";
    -webkit-flex-basis: calc((100% - 40px) / 2);
        -ms-flex-preferred-size: calc((100% - 40px) / 2);
            flex-basis: calc((100% - 40px) / 2);
  }
}

.feature__list-cate > li {
  -webkit-flex-basis: calc((100% - 80px) / 5);
      -ms-flex-preferred-size: calc((100% - 80px) / 5);
          flex-basis: calc((100% - 80px) / 5);
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__list-cate > li {
    -webkit-flex-basis: calc((100% - 60px) / 4);
        -ms-flex-preferred-size: calc((100% - 60px) / 4);
            flex-basis: calc((100% - 60px) / 4);
  }
}

.feature__yoridori {
  background-color: #e6457c;
  padding: calc(20 / 900 * 100%);
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__yoridori__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.feature__yoridori__list > li {
  width: 50%;
}

.feature__ttl-feature {
  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-feature {
    font-size: 16px;
  }
}

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

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

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

.feature__list-feature {
  width: calc(860 / 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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.feature__list-feature::after {
  content: "";
  -webkit-flex-basis: calc((100% - 40px) / 3);
      -ms-flex-preferred-size: calc((100% - 40px) / 3);
          flex-basis: calc((100% - 40px) / 3);
}

.feature__list-feature > li {
  -webkit-flex-basis: calc((100% - 40px) / 3);
      -ms-flex-preferred-size: calc((100% - 40px) / 3);
          flex-basis: calc((100% - 40px) / 3);
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__list-feature > li {
    -webkit-flex-basis: calc((100% - 10px) / 2);
        -ms-flex-preferred-size: calc((100% - 10px) / 2);
            flex-basis: calc((100% - 10px) / 2);
    margin-bottom: calc(20 / 860 * 100%);
  }
}

.feature__btn {
  width: 90%;
  margin: 0 auto calc(40 / 900 * 100%);
  font-size: 24px;
  vertical-align: middle;
}

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

.feature__btn > a {
  display: block;
  color: #fff;
  padding: 0.8em 0;
  background-color: #e6457c;
  border-radius: 20px;
}

.feature__btn > a > span {
  font-size: 0.8em;
}
