@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap);

/* ヘッダー非表示 */
/* .l-header-inr-wrap.ci-header-inr-wrap-pc {
  display: none;
} */

.ecm-main {
  padding: 0;
}

@media print, screen and (min-width: 961px) {
  .ecm-main__inner {
    max-width: 1230px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.ecm-lp-navi {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-navi {
    max-width: 960px;
    margin: 10px auto 0 !important;
  }
}
.ecm-lp-navi li {
  display: block;
  width: 33.3%;
  /* width: 25%; */
}
.ecm-lp-navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  background: #d49688 !important;
  color: #fff !important;
  padding: 0.9333333333vw 0;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-navi li a {
    padding: 8px 0;
  }
}
.ecm-lp-navi li a:hover {
  opacity: 0.8;
}
.ecm-lp-navi li a::after {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.6vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-navi li a::after {
    width: 8px;
    height: 8px;
    bottom: 5px;
  }
}
.ecm-lp-navi li a span {
  display: block;
  font-size: 2.6666666667vw;
  line-height: 1.2;
  padding-bottom: 2.6666666667vw;
  font-weight: 500;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-navi li a span {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.ecm-lp-navi li a span em {
  font-style: normal;
  font-size: 130%;
}
.ecm-lp-navi li:nth-child(even) a {
  background: #E1ADA0 !important;
  color: #fff !important;
}
.ecm-lp-navi li:nth-child(even) a::after {
  border-color: #fff;
}

.ecm-lp-floatnavi {
  position: fixed;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
}
@media screen and (max-width: 960px) {
  .ecm-lp-floatnavi {
    width: 100%;
    top: 60px;
    left: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi {
    max-width: 1750px;
    margin: auto;
    top: 170px;
    left: 0;
    right: 0;
  }
}
.ecm-lp-floatnavi.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ecm-lp-floatnavi .ecm-lp-navi {
  margin: 0 !important;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 150px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  .ecm-lp-floatnavi .ecm-lp-navi li:last-child {
    border: none;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a {
    padding: 10px 0 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a .arrow {
    width: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    /* margin-left: 8px; */
    flex-grow: 1;
  }
}
.ecm-lp-floatnavi .ecm-lp-navi li a strong {
  font-weight: inherit !important;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a strong {
    font-size: 20px;
  }
}

.ecm-lp-intro-text {
  font-size: 4vw;
  line-height: 1.6;
  margin-top: 4.8vw !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-text {
    font-size: 20px;
    margin-top: 24px !important;
    width: 1000px;
  }
}

@media print, screen and (max-width: 960px) {
  .ecm-lp-intro-text {
    width: calc(875/960*100vw);
  }
}

.ecm-lp-intro-navi {
  margin-top: calc(50/750*100vw);
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi {
    margin-top: 40px;
  }
}
.ecm-lp-intro-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 !important;
  gap: 3.4666666667vw 3.2vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul {
    gap: 14px;
  }
}
.ecm-lp-intro-navi ul li {
  background-color: #d49688;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  width: 44.2666666667vw;
  height: 19.2vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li {
    width: 240px;
    height: 70px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li:nth-child(even) {
    background-color: #E1ADA0;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-intro-navi ul li:nth-child(2), .ecm-lp-intro-navi ul li:nth-child(3) {
    background-color: #E1ADA0;
  }
}
.ecm-lp-intro-navi ul li:hover {
  opacity: 0.8;
}
.ecm-lp-intro-navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF !important;
  font-weight: 500;
  font-size: 4.2666666667vw;
  line-height: 1.3;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li a {
    font-size: 20px;
    line-height: 1.4;
  }
}
.ecm-lp-intro-navi ul li a::after {
  content: "";
  display: block;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  margin-left: auto;
  margin-right: 4%;
  width: 2.5333333333vw;
  height: 2.5333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li a::after {
    width: 12px;
    height: 12px;
  }
}
.ecm-lp-intro-navi ul li a span {
  white-space: nowrap;
  letter-spacing: -0.04em;
  margin-left: 2vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li a span {
    letter-spacing: 0;
    margin-left: 16px;
  }
}
.ecm-lp-intro-navi ul li a span em {
  font-style: normal;
  font-size: 130%;
}
.ecm-lp-intro-navi ul li a strong {
  font-weight: inherit !important;
  font-size: 5.3333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li a strong {
    font-size: 24px;
  }
}
.ecm-lp-intro-navi ul li:nth-child(1) a span {
  margin-left: 2.4vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li:nth-child(1) a span {
    margin-left: 16px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li:nth-child(2) a span {
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li:nth-child(3) a span {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-intro-navi ul li:nth-child(4) a span {
    margin-left: 44px;
    margin-bottom: 8px;
  }
}

.ecm-lp-spacing-s {
  margin: 0 !important;
  letter-spacing: -0.14em !important;
}
@media screen and (max-width: 960px) {
  .ecm-lp-spacing-s {
    letter-spacing: 0 !important;
  }
}

.ecm-lp-want {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .ecm-lp-want {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-want img {
    width: 100%;
    height: auto;
  }
}
.ecm-lp-want .ecm-lp-want-title {
  width: 87.2vw;
  margin: 0 auto;
  margin-top: 9.3333333333vw !important;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-title {
    width: 487px;
    margin-top: 75px !important;
  }
  .ecm-lp-want .ecm-lp-want-title img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-want .ecm-lp-want-navi {
    margin: 8.2666666667vw 8vw 0;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-navi {
    margin-top: 30px;
  }
}
.ecm-lp-want .ecm-lp-want-navi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 !important;
  gap: 3.4666666667vw 3.2vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-navi__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px 9px;
  }
}
.ecm-lp-want .ecm-lp-want-navi__item {
  background-color: #d49688;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 3px solid #E1ADA0;
  background-color: #F7E9E5;
  width: 48%;
  height: 17.3333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-navi__item {
    width: 228px;
    height: 56px;
  }
}
.ecm-lp-want .ecm-lp-want-navi__item:hover {
  opacity: 0.8;
}
.ecm-lp-want .ecm-lp-want-navi__item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BA7465 !important;
  font-weight: 500;
  font-size: 4.5333333333vw;
  line-height: 1.2;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-navi__item a {
    font-size: 19px;
    /* line-height: 1.5; */
  }
}
.ecm-lp-want .ecm-lp-want-navi__item a::after {
  content: "";
  display: block;
  border-right: 2px solid #BA7465;
  border-bottom: 2px solid #BA7465;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  margin-left: auto;
  margin-right: 5%;
  width: 2.5333333333vw;
  height: 2.5333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-navi__item a::after {
    width: 12px;
    height: 12px;
  }
}
.ecm-lp-want .ecm-lp-want-navi__item a span {
  white-space: nowrap;
  margin-left: 2vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-navi__item a span {
    margin-left: 16px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-navi__item:nth-child(3) a {
    line-height: 1.1;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-want .ecm-lp-want-section {
    padding-top: 14.1333333333vw;
    margin-top: -2.4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section {
    margin-top: 34px;
  }
}
.ecm-lp-want .ecm-lp-want-section:not(:first-child) {
  margin-top: -0.8vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section:not(:first-child) {
    margin-top: 56px;
  }
}
.ecm-lp-want .ecm-lp-want-section:last-child {
  margin-bottom: 13.3333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section:last-child {
    margin-bottom: 56px;
  }
}
.ecm-lp-want .ecm-lp-want-section__title {
  background-color: #d49688;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
  width: 84vw;
  padding: 1.8666666667vw;
  font-size: calc(44/750*100vw) !important;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section__title {
    width: 940px;
    padding: 8px 0;
    font-size: 32px !important;
  }
}
.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents {
    margin-top: 7.2vw;
    width: auto;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents {
    margin-top: 40px;
    width: 940px;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__image {
    margin-right: 8vw;
    margin-left: 4vw;
  }
}

.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__item {
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__item {
    width: 450px;
  }
}
.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 2px solid #d49688;
}
.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check a:hover {
  border-color: transparent;
}
@media screen and (max-width: 960px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check a {
    font-size: 3.4666666667vw;
    width: 74.6666666667vw;
    padding: 0.2666666667vw 2.4vw 0.6666666667vw;
    margin: 0 auto;
    margin-top: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check a {
    font-size: 13.2px;
    width: auto;
    padding: 2px 6px 5px 0;
    margin-top: auto;
  }
}
.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check a::after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check a::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__check a::after {
    width: 1.6vw;
    height: 1.6vw;
    margin-left: auto;
  }
}
.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__btn {
  width: 74.6666666667vw;
  margin: 0 auto;
  margin-top: 2.6666666667vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__btn {
    width: auto;
    margin-top: 12px;
    text-align: center;
  }
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__btn a {
    display: inline-block !important;
  }
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__btn a:hover {
    opacity: 0.8;
  }
}
.ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__note {
  margin: 0 auto;
  font-size: 2.4vw;
  width: 74.6666666667vw;
  margin-top: 1.8666666667vw;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-want .ecm-lp-want-section .ecm-lp-want-contents__note {
    font-size: 11px;
    width: auto;
    margin-top: 8px;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-fd--chart {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}
.ecm-lp-fd--chart__inner {
  padding: 10.6666666667vw 0 13.3333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--chart__inner {
    padding: 56px 0 60px;
  }
}
.ecm-lp-fd--chart__title {
  text-align: center;
}
.ecm-lp-fd--chart__title img {
  margin: auto;
}
.ecm-lp-fd--chart__img {
  margin-top: 5.3333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--chart__img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-fd--chart__img + .ecm-lp-fd--chart__img {
    margin-top: 12vw;
  }
}
.ecm-lp-fd--chart__img img {
  margin: auto;
}
.ecm-lp-fd--chart__note {
  color: #2d2926;
  font-size: 2.4vw;
  padding-left: 5.0666666667vw;
  margin-top: 3.2vw !important;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--chart__note {
    font-size: 11px;
    padding-left: 90px;
    margin-top: 5px !important;
  }
}
.ecm-lp-fd--chart__figure {
  background-color: #faf0ee;
}
.ecm-lp-fd--chart__type {
  /* background-color: #fcf7f5; */
  background-color: #fff;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--chart__type .ecm-lp-fd--chart__inner {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-fd--feature {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}

@media screen and (max-width: 960px) {
  .section--bb_area .ecm-lp-fd--feature {
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-fd--feature img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-fd--feature__section {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}

@media screen and (max-width: 960px) {
  .section--bb_area .ecm-lp-fd--feature__section  {
    padding-top: 0;
    margin-top: 0;
  }
}

.ecm-lp-fd--feature .ecm-lp-fd--feature__section:nth-child(odd) .ecm-lp-fd--feature__section--inner {
  /* background-color : #fff; */
  background-color : #fcf7f5;
}
.ecm-lp-fd--feature .ecm-lp-fd--feature__section:nth-child(even) .ecm-lp-fd--feature__section--inner {
  /* background-color : #fcf7f5; */
  background-color : #fff;
}
/* .ecm-lp-fd--feature .ecm-lp-fd--feature__section.ecm-lp-fd--feature__section--cc .ecm-lp-fd--feature__section--inner {
  background-color : #fff;
} */

@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature .ecm-lp-fd--feature__section:nth-child(odd) {
    /* background-color : #fff; */
    background-color : #fcf7f5;
  }
  .ecm-lp-fd--feature .ecm-lp-fd--feature__section:nth-child(even) {
    /* background-color : #fcf7f5; */
    background-color : #fff;
  }
  /* .ecm-lp-fd--feature .ecm-lp-fd--feature__section.ecm-lp-fd--feature__section--cc {
    background-color : #fff;
  } */
}

.ecm-lp-fd--feature__section--inner {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 9.3333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--inner {
    padding: 60px 0;
  }
}
.ecm-lp-fd--feature__section--title {
  background-color: #d49688;
  text-align: center;
  color: #fff;
  font-size: 5.8666666667vw !important;
  padding: 2.6666666667vw 0;
  margin: 0 8vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--title {
    font-size: 32px !important;
    line-height: 56px !important;
    padding: 0;
    margin: 0;
  }
}
.ecm-lp-fd--feature__section--title span {
  font-size: 4.5333333333vw !important;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--title span {
    font-size: 26px !important;
  }
}
.ecm-lp-fd--feature__section--title span span {
  letter-spacing: -0.7em;
}
.ecm-lp-fd--feature__section--lead {
  color: #2d2926;
  font-size: 4vw;
  line-height: 1.66em;
  font-weight: 500;
  letter-spacing: -0.02em;
  /* width: 630; */
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--lead {
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 26px !important;
  }
}

@media print, screen and (max-width: 960px) {
  .ecm-lp-fd--feature__section--lead {
    width: calc(795/960*100vw);
    margin: 0 auto;
  }
}
.ecm-lp-fd--feature__section--lead span {
  letter-spacing: -0.3em;
}

@media print, screen and (max-width: 960px) {
  .section--bb_area {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--bb .ecm-lp-fd--feature__baloon {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--bb .ecm-lp-fd--feature__contents {
    margin: 0 -10px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--bb .ecm-lp-fd--feature__contents--item {
    width: 33.3333%;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 961px) {
  .two_clm .ecm-lp-fd--feature__contents {
    width: 785px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 961px) {
  .two_clm .ecm-lp-fd--feature__contents .ecm-lp-fd--feature__contents--item {
    width: 300px;
    padding: 0;
  }
}

@media print, screen and (min-width: 961px) {
  .two_clm .ecm-lp-fd--feature__contents .ecm-lp-fd--feature__contents--item:nth-of-type(-n+2) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 961px) {
  .two_clm .ecm-lp-fd--feature__contents .ecm-lp-fd--feature__contents--item:nth-child(n+3) {
    margin-top: 60px;
  }
}

/* @media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--powder {
    background-color: #fcf7f5;
  }
} */
@media screen and (max-width: 960px) {
  /* .ecm-lp-fd--feature__section--powder .ecm-lp-fd--feature__section--inner {
    background-color: #fcf7f5;
  } */
  .ecm-lp-fd--feature__section--powder .ecm-lp-fd--feature__section--lead {
    width: calc(720/750*100vw);
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__section--liquid {
    background-color: #fcf7f5;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-fd--feature__section--liquid .ecm-lp-fd--feature__section--inner {
    background-color: #fcf7f5;
  }
}
.ecm-lp-fd--feature__baloon {
  margin-bottom: 4.4vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__baloon {
    padding: 0;
    margin-bottom: 20px;
  }
}
.ecm-lp-fd--feature__contents {
  padding: 0 8vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 44px -19px 0;
  }
}
.ecm-lp-fd--feature__contents--item {
  padding-bottom: 9.3333333333vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__contents--item {
    width: 50%;
    padding: 0 19px 50px;
  }
}
.ecm-lp-fd--feature__contents--btn {
  width: 74.6666666667vw;
  margin: 0 auto;
  margin-top: 2.6666666667vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__contents--btn {
    width: auto;
    margin-top: 12px;
    text-align: center;
  }
  .ecm-lp-fd--feature__contents--btn a {
    display: inline-block !important;
  }
  .ecm-lp-fd--feature__contents--btn a:hover {
    opacity: 0.8;
  }
}
.ecm-lp-fd--feature__contents--note {
  margin: 0 auto;
  font-size: 2.4vw;
  width: 74.6666666667vw;
  margin-top: 1.8666666667vw;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__contents--note {
    font-size: 11px;
    width: auto;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--feature__contents--note.pc_note_inner {
    font-size: 11px;
    width: 300px;
    margin: 8px auto 0;
  }
}

.ecm-lp-fd--set {
  max-width: 1022px;
  padding: 0 2.6666666667vw;
  margin: 12.5333333333vw auto 0;
}
@media screen and (max-width: 960px) {
  .ecm-lp-fd--set {
    padding-top: 14.1333333333vw;
    margin-top: -1.6vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-fd--set img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set {
    padding: 0;
    margin-top: 0;
  }
}
.ecm-lp-fd--set__inner {
  padding: calc(90/750*100vw) 0 0;
  border: 1.3333333333vw solid #d49688;
  margin: 0 calc(20 / 750* 100vw);
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__inner {
    padding: 60px 30px 30px;
    border-width: 10px;
  }
}
.ecm-lp-fd--set__title {
  margin-bottom: 3.3333333333vw !important;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__title {
    margin-bottom: 25px !important;
  }
}
.ecm-lp-fd--set__title .set_ttl_sub {
  display: flex;
  justify-content: center;
  align-items: baseline;
  /* width: calc(385/750*100vw); */
  width: fit-content;
  height: calc(68/750*100vw);
  margin: 0 auto;
  padding: 0 calc(30/750*100vw);
  font-size: calc(42/750*100vw);
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #d49688;
  border-radius: calc(50/750*100vw);
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__title .set_ttl_sub {
    /* width: 253px; */
    width: fit-content;
    height: 48px;
    font-size: 28px;
    border-radius: 50px;
    padding: 0 20px;
  }
}
.ecm-lp-fd--set__title .set_ttl_sub .emp_txt01 {
  font-size: 130%;
}
.ecm-lp-fd--set__title .set_ttl_sub .emp_txt02 {
  margin-left: calc(5/750*100vw);
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__title .set_ttl_sub .emp_txt02 {
    display: inline-block;
    font-size: 33px;
    margin-left: 5px;
  }
}
.ecm-lp-fd--set__title .set_ttl_main {
  display: inline-block;
  width: calc(370/750*100vw);
  font-size: calc(50/750*100vw);
  color: #ba7465;
  border-bottom: calc(3/750*100vw) solid #ba7465;
  margin-top: calc(15/750*100vw);
  padding-bottom: calc(10/750*100vw);
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__title .set_ttl_main {
    width: 307px;
    font-size: 42px;
    border-bottom: 3px solid #ba7465;
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ecm-lp-fd--set__contents--item {
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__contents--item {
    margin-bottom: 60px;
  }
}
.ecm-lp-fd--set__contents--btn {
  width: 74.6666666667vw;
  margin: 0 auto;
  margin-top: 2.6666666667vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__contents--btn {
    width: auto;
    margin-top: 12px;
    text-align: center;
  }
  .ecm-lp-fd--set__contents--btn a {
    display: inline-block !important;
  }
  .ecm-lp-fd--set__contents--btn a:hover {
    opacity: 0.8;
  }
}
.ecm-lp-fd--set__contents--note {
  margin: 0 auto;
  font-size: 2.4vw;
  width: 74.6666666667vw;
  margin-top: 1.8666666667vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-fd--set__contents--note {
    font-size: 11px;
    width: auto;
    margin-top: 8px;
  }
}

.ecm-lp-banner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ecm-lp-banner {
    padding: 0 4vw;
  }
}

.ecm-lp-banner-heading {
  font-weight: bold !important;
  color: #000;
}
@media screen and (max-width: 960px) {
  .ecm-lp-banner-heading {
    margin-top: 14.6666666667vw !important;
    margin-bottom: 5.3333333333vw !important;
    font-size: 5.8666666667vw !important;
    line-height: 1.45;
    padding-bottom: 4vw;
    border-bottom: 1.0666666667vw solid #C8102E;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-heading {
    margin-top: 100px !important;
    margin-bottom: 20px !important;
    font-size: 24px !important;
    padding-bottom: 15px;
    border-bottom: 4px solid #C8102E;
  }
}

.ecm-lp-banner-list {
  margin-top: -2.6666666667vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -40px;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-banner-item {
    margin-top: 8vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-item {
    width: 430px;
    margin-top: 55px;
  }
}
.ecm-lp-banner-item p {
  font-size: 4.8vw;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-item p {
    font-size: 20px;
  }
}
.ecm-lp-banner-item a {
  display: block;
  margin-top: 2.6666666667vw;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-item a {
    margin-top: 10px;
  }
}
.ecm-lp-banner-item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  #index_feature {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}


@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}

@media screen and (max-width: 960px) {
  #index_feature_01 {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}

@media screen and (max-width: 960px) {
  #index_feature_01 .ecm-lp-fd--feature__section {
    padding-top: 0;
    margin-top: 0;
  }
}

/* @media screen and (max-width: 960px) {
  #index_feature_03 {
    padding-top: 14.1333333333vw;
    margin-top: -14.1333333333vw;
  }
}

@media screen and (max-width: 960px) {
  #index_feature_03 .ecm-lp-fd--feature__section {
    padding-top: 0;
    margin-top: 0;
  }
} */

.foundation-campaign-link {
  width: 306px;
  margin: 60px auto;
}

@media screen and (min-width: 961px) {
  .foundation-campaign-link {
      width: 612px;
  }
}