@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap);
.ecm-main {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .ecm-main {
    padding: 0 0 6vw;
  }
}

.ecm-main__inner {
  max-width: 1230px;
  margin-bottom: 0;
  color: #221815;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .l-footer-pagetop {
    top: -110px;
  }
  .l-footer-pagetop.is-fixed {
    bottom: -10px;
  }
}

/*  ---------------------------
		フローティングメニュー
---------------------------  */
.ecm-lp-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -30px;
    gap: 2px;
    margin-top: 0;
  }
}
.ecm-lp-navi a {
  display: block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 960px) {
  .ecm-lp-navi a {
    width: 50%;
  }
}
.ecm-lp-navi a:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.ecm-lp-floatnavi {
  z-index: 20;
  position: fixed;
}
@media screen and (max-width: 960px) {
  .ecm-lp-floatnavi {
    visibility: hidden;
    -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;
    width: 100%;
    top: 60px;
    left: 0;
    opacity: 0;
  }
  .ecm-lp-floatnavi.is-static {
    position: static;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi {
    display: none;
    visibility: hidden;
    -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;
    top: 170px;
    right: 0;
    opacity: 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 {
  bottom: 0;
}
@media 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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
  }
}
.ecm-lp-floatnavi .ecm-lp-navi a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 960px) {
  .ecm-lp-anchor {
    display: none;
  }
}
.ecm-lp-anchor ul {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .ecm-lp-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1230px;
    margin: 0 auto;
  }
}
.ecm-lp-anchor ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .ecm-lp-anchor ul li {
    width: 50%;
  }
  .ecm-lp-anchor ul li:hover {
    opacity: 0.85;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
}

/*  ---------------------------
		コンテンツ
---------------------------  */
@media screen and (max-width: 960px) {
  #buy, #set {
    margin-top: -18.8vw;
    padding-top: 18.8vw;
  }
}

.ecm-lp-herbalgel .ecm-lp-renewal {
  background: no-repeat url("../img/renewal_bg.jpg") center top;
  background-size: cover;
  padding: min(4.55vw, 56px) 0 min(6.34vw, 78px);
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal {
    padding: 0;
    position: relative;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_ttl {
  width: min(55.61vw, 684px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_ttl {
    width: 100%;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_note01 {
  width: min(78.05vw, 960px);
  font-size: min(0.98vw, 12px);
  margin: min(2.44vw, 30px) auto 0;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_note01 {
    position: absolute;
    font-size: 2.1333333333vw;
    left: 9%;
    top: 14.7%;
    line-height: 1.3;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block {
  width: min(65.04vw, 800px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block {
    width: 100%;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point01 {
  margin: min(5.69vw, 70px) auto 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point01 {
    margin: 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point01 .renewal_note02 {
  position: absolute;
  font-size: min(0.98vw, 12px);
  bottom: 5%;
  left: 6%;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point01 .renewal_note02 {
    margin: 0;
    font-size: 2.1333333333vw;
    bottom: 11%;
    left: 11%;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point02 {
  margin: min(4.88vw, 60px) auto 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point02 {
    margin: 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point02 .renewal_note03 {
  position: absolute;
  font-size: min(0.98vw, 12px);
  bottom: 4%;
  left: 6%;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point02 .renewal_note03 {
    margin: 0;
    font-size: 2.1333333333vw;
    bottom: 12%;
    left: 11%;
  }
}
.ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point03 {
  margin: min(4.88vw, 60px) auto 0;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-renewal .renewal_point_block .renewal_point03 {
    margin: 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-kindness {
  background: repeat-y url("../img/kindness_bg.jpg") center top;
  background-size: cover;
  padding: min(4.88vw, 60px) 0 min(4.07vw, 50px);
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-kindness {
    padding: 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-kindness .kindness_block {
  width: min(84.47vw, 1039px);
  margin: 0 auto;
  position: relative;
}
.ecm-lp-herbalgel .ecm-lp-kindness .kindness_block .kindness_note01 {
  position: absolute;
  font-size: min(0.98vw, 12px);
  top: 38.8%;
  left: 16.8%;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-kindness .kindness_block .kindness_note01 {
    margin: 0;
    font-size: 2.1333333333vw;
    top: 49.5%;
    left: 16.8%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-kindness .kindness_block {
    width: 100%;
    margin: 0 auto;
  }
}
.ecm-lp-herbalgel .ecm-lp-review {
  background: repeat-y url("../img/review_bg.jpg") center top;
  background-size: cover;
  padding: min(6.5vw, 80px) 0 min(5.69vw, 70px);
  border-top: 6px solid #0f633f;
  border-bottom: 6px solid #0f633f;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-review {
    background: repeat-y url("../img/review_bg_sp.jpg") center top;
    background-size: cover;
    padding: 11.6vw 8vw 9.3333333333vw;
  }
}
.ecm-lp-herbalgel .ecm-lp-review .review_block {
  width: min(49.59vw, 610px);
  margin: 0 auto;
}
.ecm-lp-herbalgel .ecm-lp-review .review_block .cta_btn {
  width: min(32.28vw, 397px);
  margin: min(2.93vw, 36px) auto 0;
}
.ecm-lp-herbalgel .ecm-lp-review .review_block .cta_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-review .review_block .cta_btn {
    margin: 5.3333333333vw auto 0;
    width: 66.1333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-review .review_block {
    width: 100%;
    margin: 0 auto;
  }
}
.ecm-lp-herbalgel .ecm-lp-care {
  width: min(78.05vw, 960px);
  margin: 0 auto;
  padding: min(6.5vw, 80px) 0 min(4.88vw, 60px);
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-care {
    width: 100%;
    padding: 8vw 8.5333333333vw 9.3333333333vw;
  }
}
.ecm-lp-herbalgel .ecm-lp-care .care_ttl {
  width: min(35.12vw, 432px);
  margin: 0 auto;
}
.ecm-lp-herbalgel .ecm-lp-care .care_ttl .cta_btn {
  width: min(32.28vw, 397px);
  margin: min(2.93vw, 36px) auto 0;
}
.ecm-lp-herbalgel .ecm-lp-care .care_ttl .cta_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-care .care_ttl {
    width: 72vw;
  }
}
.ecm-lp-herbalgel .ecm-lp-care .care_step_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: min(4.07vw, 50px) 0 0;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-care .care_step_block {
    display: block;
  }
}
.ecm-lp-herbalgel .ecm-lp-care .care_step_block .step_item {
  width: min(37.4vw, 460px);
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-care .care_step_block .step_item {
    width: 100%;
  }
}
.ecm-lp-herbalgel .ecm-lp-care .care_step_block .step_item.step01 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-care .care_step_block .step_item.step02 {
    margin: 4vw 0 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta {
  background: repeat-y url("../img/cta_bg.jpg") center top;
  background-size: contain;
  padding: min(45.45vw, 67px) 0 min(4.07vw, 50px);
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta {
    padding: 8vw;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_ttl {
  width: min(52.52vw, 646px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_ttl {
    width: 100%;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(65.04vw, 800px);
  margin: min(2.68vw, 33px) auto 0;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_block {
    display: block;
    width: 100%;
    margin: 4vw auto 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn {
  width: min(30.24vw, 372px);
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn button {
  display: inline-block !important;
  width: 100% !important;
  height: auto !important;
  background: #d70c19;
  border: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #fff !important;
  text-align: center;
  position: relative;
  padding: 15px 0;
  font-size: 18px;
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn button:hover {
  opacity: 0.7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn button::after {
  content: "";
  display: block;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 2px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn button::after {
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
    width: 2vw;
    height: 2vw;
    right: 2.6666666667vw;
    top: 0.5333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn button {
    padding: 4vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_block .cta_btn.btn02 {
    margin: 6.6666666667vw auto 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl {
  width: min(65.04vw, 800px);
  margin: min(2.03vw, 25px) auto 0;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_tbl {
    width: 100%;
    margin: 4vw auto 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_ttl {
  text-align: center;
  background-color: #63666a;
  color: #fff;
  font-size: min(1.63vw, 20px);
  letter-spacing: 1px;
  padding: min(0.98vw, 12px) 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_ttl {
    font-size: 4vw;
    padding: 2.6666666667vw 0;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_ttl:hover {
  opacity: 0.7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_ttl:hover {
    opacity: 1;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_ttl .icon_arrow {
  width: min(1.06vw, 13px);
  display: block;
  position: absolute;
  top: 20%;
  right: 2%;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_ttl .icon_arrow {
    width: 2.8vw;
    top: 22%;
    right: 5%;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_ttl .icon_arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl.active .icon_arrow {
  top: 18%;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_tbl.active .icon_arrow {
    top: 20%;
  }
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl.active .icon_arrow img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_detail {
  background-color: #fff;
  padding: min(1.63vw, 20px);
  font-size: min(1.14vw, 14px);
  line-height: 1.6;
  display: none;
}
@media screen and (max-width: 960px) {
  .ecm-lp-herbalgel .ecm-lp-cta .cta_tbl .cta_tbl_detail {
    font-size: 3.2vw;
    padding: 4vw 5.3333333333vw;
    line-height: 1.8;
  }
}

/*  ---------------------------
		セット品エリア
---------------------------  */
.ecm-lp-set-wrapper {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-wrapper {
    padding-bottom: 60px;
  }
}
.ecm-lp-set-wrapper .ecm-lp-set__vis {
  position: relative;
}
.ecm-lp-set-wrapper .ecm-lp-set__vis .set_vis_note {
  position: absolute;
  font-size: min(0.98vw, 12px);
  bottom: 5%;
  left: 21%;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper .ecm-lp-set__vis .set_vis_note {
    font-size: 2.4vw;
    bottom: 6%;
    left: 8%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper .set_more {
    margin-top: 13.3333333333vw;
  }
}
.ecm-lp-set-wrapper .set_more .above_txt {
  font-size: min(1.79vw, 22px);
  text-align: center;
  font-weight: 500;
  color: #ca001b;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper .set_more .above_txt {
    font-size: 4.8vw;
  }
}
.ecm-lp-set-wrapper .set_more .more_btn {
  width: min(34.07vw, 419px);
  margin: 15px auto;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper .set_more .more_btn {
    width: 89.7333333333vw;
    margin: 3.2vw auto;
  }
}
.ecm-lp-set-wrapper .set_more .more_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.ecm-lp-set-wrapper__title {
  width: min(37.89vw, 466px);
  margin: min(6.67vw, 82px) auto min(2.44vw, 30px) !important;
  /*
  	font-size: min(2.85vw,35px) !important;
  	color: #ca001b;
  	line-height: 1 !important;
  	-webkit-font-feature-settings: "palt";
  	font-feature-settings: "palt";
  	margin-bottom: 20px !important;
  	margin-left: auto;
  	margin-right: auto;
  	width: min(78.05vw,960px);
  	font-weight: 700 !important;
  	text-align: center;
  	border-bottom: 5px solid #ca001b;
  	padding: 0 0 min(1.22vw,15px);
  */
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper__title {
    font-size: 6.6666666667vw !important;
    margin-top: 13.3333333333vw !important;
    margin-bottom: 0.6666666667vw !important;
    padding: 0 0 0vw;
    width: 78vw;
    line-height: 1.3 !important;
  }
}
.ecm-lp-set-wrapper__title .br_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper__title .br_sp {
    display: block;
  }
}

.ecm-lp-set.ecm-lp-set--bg-blue .ecm-lp-item {
  background-color: #e9f1f9;
}