@charset "UTF-8";
@font-face {
  font-family: "AlrightSans-Black";
  src: url("../font/AlrightSans-Black.otf") format("opentype");
}
@font-face {
  font-family: "AlrightSans-Bold";
  src: url("../font/AlrightSans-Bold.otf") format("opentype");
}
@font-face {
  font-family: "AlrightSans-Medium";
  src: url("../font/AlrightSans-Medium.otf") format("opentype");
}
@font-face {
  font-family: "HuiFont";
  src: url("../font/HuiFont29.otf") format("opentype"), url("../font/HuiFont29.woff") format("woff"), url("../font/HuiFont29.woff2") format("woff2");
}
@font-face {
  font-family: "OpenSans";
  src: url("../font/OpenSans-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "Bahagia";
  src: url("../font/Bahagia.otf") format("opentype");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/

#Wrap {
  width: 100%;
  overflow: hidden;
}

.LP_page p,
.LP_page h2,
.LP_page h3,
.LP_page h4,
.LP_page dd {
  color: var(--color-text);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

.LP_page img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}

.topic-path {
  display: none;
}

/* ===================
    COLOR
=================== */
:root {
  --color-green: #73AD96;
  --color-light-green: #F4FBF5;
  --color-yellow: #F4F48C;
  --color-text: #000000;
  --color-white: #ffffff;
  --color-kozuka: "kozuka-gothic-pr6n", sans-serif;
  --color-AlrightSans-Bold: "AlrightSans-Bold";
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion  ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.LP_page .mv,
.LP_page .anim,
.LP_page .anim2 {
  opacity: 0;
}

.LP_page .mv {
margin-top: 0;
}

.LP_page .anim_enable {
  -webkit-animation: fade 1s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: fade 1s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(calc(40 * (100vw/750)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(calc(40 * (100vw/750)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.LP_page .mv.anim_enable {
  -webkit-animation: mv-fade 0.8s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: mv-fade 0.8s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes mv-fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.LP_page .message--textureimg {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* .LP_page : motion SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .LP_page .message--img {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .LP_page .message--textureimg {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .LP_page .recommend-list__item:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .LP_page .recommend-list__item:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .LP_page .mv__lead.anim_enable {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
      transform: translateY(2.5rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fade {
    0% {
      opacity: 0;
      transform: translateY(2.5rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* .LP_page : motion PC*/
/*# sourceMappingURL=style.css.map */


/* ===================
          PC
=================== */
.LP_page {
  background: var(--color-light-green);
}

.LP_page .sp_only {
  display: none;
}
.LP_page .pc_only {
  display: block;
}

/* =============== MV =============== */
.LP_page .mv_area {
  position: relative;
  z-index: 0;
}

.LP_page .mv__img {
  width: 100%;
}

/* =============== lead_area =============== */
.LP_page .lead_area {
  margin-top: 19.2rem;
  position: relative;
  z-index: 0;
}

.LP_page .lead_area::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/lead_bg_left.png) no-repeat;
  background-size: 100%;
  width: 60rem;
  height: 42.5rem;
  left: 0;
  top: 58rem;
  z-index: -1;
}

.LP_page .lead_area::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/lead_bg_right.png) no-repeat;
  background-size: 100%;
  width: 60rem;
  height: 42.5rem;
  right: 0;
  top: 22rem;
  z-index: -1;
}

.LP_page .lead_area h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-green);
  left: 50%;
  transform: translate(-50%);
}

.LP_page .lead_area h2 span {
  display: inline-block;
  background: linear-gradient(to bottom, var(--color-light-green) 60%, var(--color-yellow) 60%);
  background-position-y: -1rem;
  padding: 0 1rem;
}

.LP_page .lead_area .text {
  text-align: center;
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.75;
}

.LP_page .lead_area .lead_img {
  width: 117rem;
  margin: 11rem auto 0;
}

.LP_page .page_btn {
  position: relative;
  display: inline-block;
  margin: 8rem auto 0;
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding: 1.5rem 12rem;
  color: var(--color-white);
  background: var(--color-green);
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}


/* =============== renewal =============== */
.LP_page .renewal {
  margin-top: 23rem;
}

.LP_page .renewal h2 {
  position: relative;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: var(--color-green);
}

.LP_page .renewal .ttl_en {
  position: relative;
  text-align: center;
  font-family: var(--color-AlrightSans-Bold);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-green);
  margin-top: 1.5rem;
}

.LP_page .renewal_content {
  width: 120rem;
  margin: 2rem auto 0;
  background: var(--color-white);
  padding: 9rem 4.5rem;
}

.LP_page .renewal_content .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.LP_page .renewal_content .wrap:nth-last-of-type(1) {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 8rem;
}

.LP_page .renewal_content .wrap .img {
  width: 46rem;
}

.LP_page .renewal_content .wrap .text {
  width: 60rem;
}

.LP_page .renewal_content .wrap .text h3 {
  font-size: 4.3rem;
  font-weight: 700;
  color: var(--color-green);
}

.LP_page .renewal_content .wrap .text p {
  position: relative;
  font-size: 2.4rem;
  margin-top: 3rem;
  padding-left: 4rem;
  z-index: 0;
}

.LP_page .renewal_content .wrap .text p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/check_icon.png) no-repeat;
  background-size: 100%;
  width: 3.5rem;
  height: 3.5rem;
  top: 0;
  left: 0;
  z-index: 1;
}

.LP_page .renewal_content .wrap .text p:nth-of-type(n+2) {
  margin-top: 2rem;
}


/* =============== Handwash&Bodywash =============== */
.LP_page .handwash {
  text-align: center;
  margin-top: 35rem;
  padding: 25rem 0 35rem;
  background: url(../img/handwash_bg_pc.jpg) no-repeat;
  background-size: cover;
}

.LP_page .handwash h2 {
  font-family: var(--color-AlrightSans-Bold);
  font-size: 6rem;
  color: var(--color-white);
}

.LP_page .handwash .ttl_ja {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  color: var(--color-white);
  margin-top: -1rem;
}

.LP_page .handwash .handwash_content {
  text-align: left;
  width: 120rem;
  margin: 5rem auto 0;
  background: var(--color-white);
  padding: 7rem 0 7rem 18rem;
}

.LP_page .handwash_content p {
  position: relative;
  font-size: 3rem;
  padding-left: 4rem;
  z-index: 0;
}

.LP_page .handwash_content p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/check_icon.png) no-repeat;
  background-size: 100%;
  width: 3.5rem;
  height: 3.5rem;
  top: 0;
  left: 0;
  z-index: 1;
}

.LP_page .handwash_content p:nth-of-type(n+2) {
  margin-top: 3rem;
}


/* =============== free_area =============== */
.LP_page .free_area {
  margin: 14rem auto 0;
  width: 120rem;
}


/* =============== harakeke =============== */
.LP_page .harakeke {
  text-align: center;
  margin: 17rem auto 0;
  width: 120rem;
}

.LP_page .harakeke h2 {
  font-family: var(--color-AlrightSans-Bold);
  font-size: 6rem;
  color: var(--color-green);
}

.LP_page .harakeke .ttl_ja {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  color: var(--color-green);
  margin-top: -1rem;
}

.LP_page .harakeke .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 6rem;
}

.LP_page .harakeke .harakeke_img {
  width: 50rem;
}

.LP_page .harakeke .inner_text {
  position: relative;
  width: 66rem;
  z-index: 0;
}

.LP_page .harakeke .inner_text .border {
  display: inline-block;
  background: linear-gradient(to bottom, var(--color-light-green) 60%, var(--color-yellow) 60%);
  background-position-y: -1rem;
}

.LP_page .inner_text .acc_cont {
  font-size: 2.4rem;
  line-height: 2;
}

.LP_page .inner_text.acc .acc_cont {
  display: none;
  font-size: 2.4rem;
  line-height: 2;
}

.LP_page .inner_text.acc {
  position: unset;
  color: var(--color-text);
  text-align: center;
}

.LP_page .inner_text.acc .text {
  text-align: left;
  font-size: 2.4rem;
  margin-top: 11rem;
  line-height: 2;
}

.LP_page .btn_viewmore {
  position: relative;
  font-family: var(--font-europa);
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 3rem;
  z-index: 0;
}

.LP_page .btn_viewmore span {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-family: var(--color-AlrightSans-Bold);
  color: var(--color-green);
  font-size: 2.8rem;
  text-decoration: underline;
}

.LP_page .btn_viewmore.active {
  margin-top: 2rem;
}

.LP_page .btn_viewmore.active::before {
  display: none;
}


/* =============== kaori =============== */
.LP_page .kaori {
  margin: 20rem auto 0;
}

.LP_page .kaori_main {
  width: 100%;
}

.LP_page .sub_text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: 4rem;
}

.LP_page .kaori_content {
  width: 120rem;
  margin: 10rem auto 0;
  background: var(--color-white);
  padding: 3rem 4rem 14rem;
}

.LP_page .kaori_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.LP_page .kaori_wrap:nth-of-type(n+2) {
  margin-top: 3rem;
}

.LP_page .kaori_wrap .img {
  width: 23.5rem;
}

.LP_page .kaori_wrap .kaori_text {
  width: 83.5rem;
}

.LP_page .kaori_wrap .kaori_text .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.LP_page .kaori_wrap .kaori_text .wrap span {
  font-size: 3.5rem;
  font-family: var(--color-AlrightSans-Bold);
  letter-spacing: 0.03em;
  color: var(--color-white);
  background: var(--color-green);
  width: 11rem;
  height: 5rem;
  display: grid;
  place-items: center;
  margin-right: 2rem;
  padding-top: .8rem;
}

.LP_page .kaori_wrap .kaori_text .wrap p {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--color-green);
}

.LP_page .kaori_wrap .kaori_text .text {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
}

.LP_page .kaori_map {
  width: 135rem;
  margin: 15rem auto 0;
}


/* =============== page_nav =============== */
.LP_page .page_nav {
  margin: 20rem auto 0;
  width: 120rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.LP_page .page_nav .blk {
  position: relative;
  width: 58rem;
  height: 10rem;
  text-align: center;
  padding: 3rem 0 0;
  font-size: 4rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-green);
  font-family: var(--color-AlrightSans-Bold);
  z-index: 0;
}

.LP_page .page_nav .nav_handwash::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_nav.png) no-repeat;
  background-size: 100%;
  width: 7.5rem;
  height: 10rem;
  top: 1rem;
  left: 6rem;
  z-index: 1;
}
.LP_page .page_nav .nav_bodywash::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bodywash_nav.png) no-repeat;
  background-size: 100%;
  width: 7.5rem;
  height: 10rem;
  top: 1rem;
  left: 6rem;
  z-index: 1;
}

.LP_page .page_nav .blk::after {
  position: absolute;
  display: block;
  content: ">";
  font-size: 3.5rem;
  color: var(--color-white);
  top: 4.5rem;
  right: 7rem;
  z-index: 1;
}

.LP_page .page_nav .blk span {
  display: block;
  font-size: 2rem;
  color: var(--color-white);
  margin: 1rem auto 0;
}


/* =============== handwash =============== */
.LP_page .handwash_area {
  position: relative;
  margin-top: 10rem;
  z-index: 0;
}

.LP_page .handwash_area h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color-green);
  margin-top: 5rem;
}

.LP_page .handwash_area .handwash_main_img {
  position: relative;
  width: 120rem;
  margin: 4rem auto 0;
  z-index: 0;
}

.LP_page .handwash_area .handwash_main_img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_1.png) no-repeat;
  background-size: 100%;
  width: 21rem;
  height: 18rem;
  top: -9rem;
  left: 5rem;
  z-index: 1;
}
.LP_page .handwash_area .handwash_main_img::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: 13rem;
  height: 13rem;
  bottom: -6rem;
  right: 10rem;
  z-index: 1;
}

.LP_page .handbody_content {
  position: relative;
  width: 120rem;
  margin: 14rem auto 0;
  z-index: 0;
}

.LP_page .handbody_content::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: 14rem;
  height: 14rem;
  top: 107rem;
  left: 17rem;
  z-index: 1;
}

.LP_page .handbody_content::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: 14rem;
  height: 14rem;
  top: 150rem;
  left: 90rem;
  z-index: 1;
}

.LP_page .bodywash_area .handbody_content::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: 14rem;
  height: 14rem;
  top: -54rem;
  left: 5rem;
  z-index: 1;
}

.LP_page .bodywash_area .handbody_content::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: 14rem;
  height: 14rem;
  top: -12rem;
  left: 79rem;
  z-index: 1;
}

.LP_page .handbody_content .ttl {
  display: inline-block;
  font-family: var(--color-AlrightSans-Bold);
  font-size: 4rem;
  color: var(--color-white);
  background: var(--color-green);
  padding: 1.5rem 2rem 0;
  letter-spacing: 0.08em;
}

.LP_page .handbody_content .ttl span {
  font-size: 2.2rem;
  margin-left: 1rem;
  letter-spacing: 0;
}

.LP_page .handbody_inner.first {
  width: 100%;
  border-top: var(--color-green) 0.1rem solid;
}

.LP_page .handbody_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10rem;
  row-gap: 5rem;
  padding: 6rem 2rem;
}

.LP_page .handbody_inner .handbody_item_blk {
  text-align: center;
  width: 50rem;
}

.LP_page .handbody_item_blk .handbody_img {
  width: 100%;
}

.LP_page .handbody_item_blk h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 4rem;
  white-space: nowrap;
}

.LP_page .handbody_item_blk .name {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1rem;
  color: var(--color-green);
}

.LP_page .handbody_item_blk .price {
  font-family: var(--color-AlrightSans-Bold);
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

.LP_page .handbody_item_blk .price span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 1rem;
}

.LP_page .handbody_item_blk .item_btn {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  padding: 2rem 9rem;
  color: var(--color-white);
  background: var(--color-green);
  margin-top: 1rem;
  letter-spacing: 0.08em;
}

.LP_page .handbody_inner.second {
  width: 100%;
  border-top: var(--color-green) 0.1rem solid;
  display: flex;
  align-items: center;
}

.LP_page .handbody_inner.second .handbody_img {
  width: 60%;
}

.LP_page .handbody_inner.second .handbody_item_blk {
  text-align: right;
  width: 31%;
}

.LP_page .handbody_inner.second .handbody_item_blk .name {
  white-space: nowrap;
  margin-left: -5rem;
}

.LP_page .handbody_inner.third {
  width: 100%;
  border-top: var(--color-green) 0.1rem solid;
}

.LP_page .handbody_inner.third h4 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-green);
}

.LP_page .handbody_inner.third .handbody_img {
  width: 64rem;
}

.LP_page .handbody_inner.third .handbody_item_blk {
  width: unset;
}

.LP_page .handbody_inner.bottom {
  width: 100%;
  border-top: var(--color-green) 0.1rem solid;
}

.LP_page .handbody_inner .list_btn {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  padding: 3rem 10rem;
  color: var(--color-white);
  background: var(--color-green);
  margin-top: 0;
  letter-spacing: 0.08em;
}

.LP_page .bodywash_area h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color-green);
  margin-top: 5rem;
}

.LP_page .bodywash_area .bodywash_main_img {
  position: relative;
  width: 100rem;
  margin: 4rem auto 0;
  z-index: 0;
}

.LP_page .bodywash_area .bodywash_main_img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_1.png) no-repeat;
  background-size: 100%;
  width: 17rem;
  height: 15rem;
  top: -17rem;
  right: -5rem;
  z-index: 1;
}

.LP_page .bodywash_area .bodywash_main_img::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bodywash_bg.png) no-repeat;
  background-size: 100%;
  width: 36rem;
  height: 36rem;
  bottom: -14rem;
  right: -6rem;
  z-index: 2;
}


/* =============== user_voice =============== */
.LP_page .user_voice {
  position: relative;
  margin-top: 10rem;
  padding: 16.5rem 0 0;
  background: var(--color-green);
  z-index: 0;
}

.LP_page .user_voice::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/staff_bg_1.png) no-repeat;
  background-size: 100%;
  width: 52rem;
  height: 52rem;
  top: -2rem;
  right: 21rem;
  z-index: -1;
}

.LP_page .user_voice::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/staff_bg_2.png) no-repeat;
  background-size: 100%;
  width: 52rem;
  height: 52rem;
  top: 116rem;
  left: 18rem;
  z-index: -1;
}

.LP_page .user_voice h2 {
  text-align: center;
  font-size: 6.7rem;
  font-family: var(--color-AlrightSans-Bold);
  color: var(--color-white);
}

.LP_page .user_voice_content {
  width: 120rem;
  margin: 3rem auto 0;
  background: var(--color-white);
  padding: 12rem;
  border-radius: 1.5rem;
}

.LP_page .user_voice_content p {
  width: 95.4rem;
  margin: auto;
}

.LP_page .user_voice_content p:nth-of-type(n+2) {
  margin-top: 7rem;
}

.LP_page .user_voice_banner {
  margin-top: 9rem;
  position: relative;
  width: 100%;
  z-index: 0;
}

.LP_page .user_voice_banner .all_btn {
  position: absolute;
  display: inline-block;
  font-size: 3.7rem;
  font-weight: 700;
  padding: 4rem 17rem;
  color: var(--color-green);
  background: var(--color-white);
  margin-top: 0;
  letter-spacing: 0.08em;
  bottom: 9rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}



/*=======================================
                    SP
========================================*/

@media only screen and (max-width: 768px) {
  .LP_page .sp_only {
    display: block;
  }
  .LP_page .pc_only {
    display: none;
  }

/* =============== lead_area =============== */
.LP_page .lead_area {
  margin-top: calc(70*(100vw / 750));
}

.LP_page .lead_area::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/lead_bg_left.png) no-repeat;
  background-size: 100%;
  width: calc(360*(100vw / 750));
  height: calc(230*(100vw / 750));
  left: 0;
  top: calc(710*(100vw / 750));
  z-index: -1;
}

.LP_page .lead_area::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/lead_bg_right.png) no-repeat;
  background-size: 100%;
  width: calc(360*(100vw / 750));
  height: calc(260*(100vw / 750));
  right: 0;
  top: calc(390*(100vw / 750));
  z-index: -1;
}

.LP_page .lead_area h2 {
  font-size: calc(42*(100vw / 750));
  letter-spacing: -0.1em;
}

.LP_page .lead_area h2 span {
  display: inline-block;
  background: linear-gradient(to bottom, var(--color-light-green) 60%, var(--color-yellow) 60%);
  background-position-y: calc(-5*(100vw / 750));
  padding: 0 calc(10*(100vw / 750));
}

.LP_page .lead_area .text {
  margin-top: calc(60*(100vw / 750));
  font-size: calc(30*(100vw / 750));
}

.LP_page .lead_area .lead_img {
  width: calc(700*(100vw / 750));
  margin: calc(100*(100vw / 750)) auto 0;
}

.LP_page .page_btn {
  position: relative;
  display: inline-block;
  margin: calc(80*(100vw / 750)) auto 0;
  font-size: calc(40*(100vw / 750));
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding: calc(15*(100vw / 750)) calc(90*(100vw / 750));
  color: var(--color-white);
  background: var(--color-green);
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}


/* =============== renewal =============== */
.LP_page .renewal {
  margin-top: calc(100*(100vw / 750));
}

.LP_page .renewal h2 {
  font-size: calc(50*(100vw / 750));
}

.LP_page .renewal .ttl_en {
  font-size: calc(35*(100vw / 750));
  margin-top: calc(10*(100vw / 750));
}

.LP_page .renewal_content {
  width: calc(700*(100vw / 750));
  margin: calc(40*(100vw / 750)) auto 0;
  background: var(--color-white);
  padding: 0 0 calc(80*(100vw / 750));
}

.LP_page .renewal_content .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.LP_page .renewal_content .wrap:nth-last-of-type(1) {
  display: flex;
  flex-direction: row-reverse;
  margin-top: calc(80*(100vw / 750));
}

.LP_page .renewal_content .wrap .img {
  width: 100%;
}

.LP_page .renewal_content .wrap .text {
  width: 100%;
  padding: calc(60*(100vw / 750)) calc(60*(100vw / 750)) 0;
}

.LP_page .renewal_content .wrap .text h3 {
  font-size: calc(43*(100vw / 750));
}

.LP_page .renewal_content .wrap .text p {
  position: relative;
  font-size: calc(24*(100vw / 750));
  margin-top: calc(30*(100vw / 750));
  padding-left: calc(40*(100vw / 750));
  font-weight: 600;
  z-index: 0;
}

.LP_page .renewal_content .wrap .text p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/check_icon.png) no-repeat;
  background-size: 100%;
  width: calc(35*(100vw / 750));
  height: calc(35*(100vw / 750));
  top: 0;
  left: 0;
  z-index: 1;
}

.LP_page .renewal_content .wrap .text p:nth-of-type(n+2) {
  margin-top: calc(20*(100vw / 750));
}


/* =============== Handwash&Bodywash =============== */
.LP_page .handwash {
  text-align: center;
  margin-top: calc(125*(100vw / 750));
  padding: calc(200*(100vw / 750)) 0 calc(270*(100vw / 750));
  background: url(../img/handwash_bg_sp.jpg) no-repeat;
  background-size: cover;
}

.LP_page .handwash h2 {
  font-size: calc(60*(100vw / 750));
  letter-spacing: -0.03em;
}

.LP_page .handwash .ttl_ja {
  font-size: calc(33*(100vw / 750));
  font-weight: 700;
  letter-spacing: -0.1em;
  color: var(--color-white);
  margin-top: calc(-10*(100vw / 750));
}

.LP_page .handwash .handwash_content {
  text-align: left;
  width: calc(660*(100vw / 750));
  margin: calc(100*(100vw / 750)) auto 0;
  background: var(--color-white);
  padding: calc(60*(100vw / 750)) calc(15*(100vw / 750)) calc(60*(100vw / 750)) calc(15*(100vw / 750));
}

.LP_page .handwash_content p {
  position: relative;
  font-size: calc(24*(100vw / 750));
  padding-left: calc(30*(100vw / 750));
  font-weight: 600;
  z-index: 0;
}

.LP_page .handwash_content p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/check_icon.png) no-repeat;
  background-size: 100%;
  width: calc(35*(100vw / 750));
  height: calc(35*(100vw / 750));
  top: 0;
  left: 0;
  z-index: 1;
}

.LP_page .handwash_content p:nth-of-type(n+2) {
  margin-top: 3rem;
}


/* =============== free_area =============== */
.LP_page .free_area {
  margin: calc(130*(100vw / 750)) auto 0;
  width: calc(700*(100vw / 750));
}


/* =============== harakeke =============== */
.LP_page .harakeke {
  text-align: center;
  margin: calc(120*(100vw / 750)) auto 0;
  width: calc(680*(100vw / 750));
}

.LP_page .harakeke h2 {
  font-size: calc(65*(100vw / 750));
}

.LP_page .harakeke .ttl_ja {
  font-size: calc(34*(100vw / 750));
  margin-top: calc(-10*(100vw / 750));
}

.LP_page .harakeke .wrap {
  gap: calc(60*(100vw / 750));
  margin-top: calc(60*(100vw / 750));
  flex-wrap: wrap;
}

.LP_page .harakeke .harakeke_img {
  width: 100%;
}

.LP_page .harakeke .inner_text {
  width: 100%;
}

.LP_page .harakeke .inner_text .border {
  display: inline-block;
  background: linear-gradient(to bottom, var(--color-light-green) 60%, var(--color-yellow) 60%);
  background-position-y: calc(-10*(100vw / 750));
}

.LP_page .inner_text .acc_cont {
  font-size: calc(24*(100vw / 750));
  line-height: 2.3;
}

.LP_page .inner_text.acc .acc_cont {
  display: none;
  font-size: calc(24*(100vw / 750));
  line-height: 2.3;
}

.LP_page .inner_text.acc {
  position: unset;
  color: var(--color-text);
  text-align: center;
}

.LP_page .inner_text.acc .text {
  text-align: left;
  font-size: calc(24*(100vw / 750));
  font-weight: 600;
  margin-top: 0;
  line-height: 2.3;
}

.LP_page .btn_viewmore {
  position: relative;
  font-family: var(--font-europa);
  font-size: calc(28*(100vw / 750));
  font-weight: 400;
  margin-top: calc(20*(100vw / 750));
  z-index: 0;
}

.LP_page .btn_viewmore span {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-family: var(--color-AlrightSans-Bold);
  color: var(--color-green);
  font-size: calc(28*(100vw / 750));
  text-decoration: underline;
}

.LP_page .btn_viewmore.active {
  margin-top: calc(30*(100vw / 750));
}

.LP_page .btn_viewmore.active::before {
  display: none;
}


/* =============== kaori =============== */
.LP_page .kaori {
  margin: calc(150*(100vw / 750)) auto 0;
}

.LP_page .kaori_main {
  width: 100%;
}

.LP_page .sub_text {
  text-align: center;
  font-size: calc(30*(100vw / 750));
  font-weight: 600;
  line-height: 1.75;
  margin-top: calc(50*(100vw / 750));
}

.LP_page .kaori_content {
  width: calc(700*(100vw / 750));
  margin: calc(50*(100vw / 750)) auto 0;
  background: var(--color-white);
  padding: calc(30*(100vw / 750)) calc(20*(100vw / 750)) calc(80*(100vw / 750));
}

.LP_page .kaori_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.LP_page .kaori_wrap:nth-of-type(n+2) {
  margin-top: calc(30*(100vw / 750));
}

.LP_page .kaori_wrap .img {
  width: calc(200*(100vw / 750));
}

.LP_page .kaori_wrap .kaori_text {
  width: calc(430*(100vw / 750));
}

.LP_page .kaori_wrap .kaori_text .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.LP_page .kaori_wrap .kaori_text .wrap span {
  font-size: calc(28*(100vw / 750));
  font-family: var(--color-AlrightSans-Bold);
  letter-spacing: 0.03em;
  color: var(--color-white);
  background: var(--color-green);
  width: calc(90*(100vw / 750));
  height: calc(45*(100vw / 750));
  margin-right: calc(20*(100vw / 750));
  padding-top: calc(6*(100vw / 750));
}

.LP_page .kaori_wrap .kaori_text .wrap p {
  font-size: calc(24*(100vw / 750));
}

.LP_page .kaori_wrap .kaori_text .text {
  margin-top: calc(10*(100vw / 750));
  font-size: calc(22*(100vw / 750));
  font-weight: 600;
  line-height: 1.75;
}

.LP_page .kaori_map {
  width: calc(700*(100vw / 750));
  margin: calc(80*(100vw / 750)) auto 0;
}


/* =============== page_nav =============== */
.LP_page .page_nav {
  margin: calc(100*(100vw / 750)) auto 0;
  width: calc(700*(100vw / 750));
  display: flex;
  justify-content: center;
  gap: calc(10*(100vw / 750));
}

.LP_page .page_nav .blk {
  position: relative;
  width: calc(360*(100vw / 750));
  height: calc(64*(100vw / 750));
  text-align: center;
  padding: calc(22*(100vw / 750)) 0 0;
  font-size: calc(26*(100vw / 750));
  line-height: 1;
  color: var(--color-white);
  background: var(--color-green);
  font-family: var(--color-AlrightSans-Bold);
  z-index: 0;
}

.LP_page .page_nav .nav_handwash::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_nav.png) no-repeat;
  background-size: 100%;
  width: calc(50*(100vw / 750));
  height: calc(80*(100vw / 750));
  top: calc(6*(100vw / 750));
  left: calc(40*(100vw / 750));
  z-index: 1;
}
.LP_page .page_nav .nav_bodywash::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bodywash_nav.png) no-repeat;
  background-size: 100%;
  width: calc(50*(100vw / 750));
  height: calc(80*(100vw / 750));
  top: calc(3*(100vw / 750));
  left: calc(40*(100vw / 750));
  z-index: 1;
}

.LP_page .page_nav .blk::after {
  position: absolute;
  display: block;
  content: ">";
  font-size: calc(30*(100vw / 750));
  color: var(--color-white);
  top: calc(30*(100vw / 750));
  right: calc(40*(100vw / 750));
  z-index: 1;
}

.LP_page .page_nav .blk span {
  display: block;
  font-size: calc(14*(100vw / 750));
  font-weight: 600;
  color: var(--color-white);
  margin: calc(5*(100vw / 750)) auto 0;
}


/* =============== handwash =============== */
.LP_page .handwash_area {
  margin-top: calc(50*(100vw / 750));
}

.LP_page .handwash_area h2 {
  text-align: center;
  font-size: calc(45*(100vw / 750));
  margin-top: 0;
}

.LP_page .handwash_area .handwash_main_img {
  position: relative;
  width: calc(700*(100vw / 750));
  margin: calc(50*(100vw / 750)) auto 0;
  z-index: 0;
}

.LP_page .handwash_area .handwash_main_img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_1.png) no-repeat;
  background-size: 100%;
  width: calc(165*(100vw / 750));
  height: calc(140*(100vw / 750));
  top: calc(-40*(100vw / 750));
  left: calc(10*(100vw / 750));
  z-index: 1;
}
.LP_page .handwash_area .handwash_main_img::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: calc(140*(100vw / 750));
  height: calc(140*(100vw / 750));
  bottom: calc(-70*(100vw / 750));
  right: calc(10*(100vw / 750));
  z-index: 1;
}

.LP_page .handbody_content {
  position: relative;
  width: calc(700*(100vw / 750));
  margin: calc(100*(100vw / 750)) auto 0;
  z-index: 0;
}

.LP_page .handbody_content::before {
  display: none;
}

.LP_page .handbody_content::after {
  display: none;
}

.LP_page .bodywash_area .handbody_content {
  margin: calc(200*(100vw / 750)) auto 0;
}


.LP_page .bodywash_area {
  margin-top: calc(40*(100vw / 750));
}

.LP_page .bodywash_area .handbody_content::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: calc(140*(100vw / 750));
  height: calc(140*(100vw / 750));
  top: calc(-300*(100vw / 750));
  left: calc(20*(100vw / 750));
  z-index: 1;
}

.LP_page .bodywash_area .handbody_content::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_2.png) no-repeat;
  background-size: 100%;
  width: calc(95*(100vw / 750));
  height: calc(95*(100vw / 750));
  top: calc(-220*(100vw / 750));
  left: calc(415*(100vw / 750));
  z-index: 1;
}

.LP_page .handbody_content .ttl {
  display: inline-block;
  font-family: var(--color-AlrightSans-Bold);
  font-size: calc(33*(100vw / 750));
  color: var(--color-white);
  background: var(--color-green);
  padding: calc(15*(100vw / 750)) calc(20*(100vw / 750)) 0;
  letter-spacing: 0.08em;
}

.LP_page .handbody_content .ttl span {
  font-size: calc(27*(100vw / 750));
  margin-left: calc(10*(100vw / 750));
  letter-spacing: 0;
}

.LP_page .handbody_inner.first {
  width: 100%;
  border-top: var(--color-green) 1px solid;
}

.LP_page .handbody_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: calc(50*(100vw / 750));
  padding: calc(60*(100vw / 750)) 0 calc(100*(100vw / 750));
}

.LP_page .handbody_inner .handbody_item_blk {
  text-align: center;
  width: 100%;
}

.LP_page .handbody_item_blk .handbody_img {
  width: 95%;
  margin: auto;
}

.LP_page .handbody_item_blk h4 {
  font-size: calc(30*(100vw / 750));
  font-weight: 700;
  line-height: 1.75;
  margin-top: calc(30*(100vw / 750));
  white-space: nowrap;
}

.LP_page .handbody_item_blk .name {
  font-size: calc(36*(100vw / 750));
  font-weight: 700;
  line-height: 1.75;
  margin-top: calc(10*(100vw / 750));
  color: var(--color-green);
}

.LP_page .handbody_item_blk .price {
  font-family: var(--color-AlrightSans-Bold);
  font-size: calc(48*(100vw / 750));
  font-weight: 700;
  margin-top: calc(20*(100vw / 750));
}

.LP_page .handbody_item_blk .price span {
  font-size: calc(26*(100vw / 750));
  font-weight: 700;
  margin-left: calc(10*(100vw / 750));
}

.LP_page .handbody_item_blk .item_btn {
  display: inline-block;
  font-size: calc(42*(100vw / 750));
  font-weight: 700;
  padding: calc(30*(100vw / 750)) calc(150*(100vw / 750));
  color: var(--color-white);
  background: var(--color-green);
  margin-top: calc(20*(100vw / 750));
  letter-spacing: 0.08em;
}

.LP_page .handbody_inner.second {
  width: 100%;
  border-top: var(--color-green) 1px solid;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.LP_page .handbody_inner.second .handbody_img {
  width: 100%;
}

.LP_page .handbody_inner.second .handbody_item_blk {
  text-align: center;
  width: 100%;
}

.LP_page .handbody_inner.second .handbody_item_blk .name {
  white-space: nowrap;
  margin-left: -5rem;
}

.LP_page .handbody_inner.third {
  width: 100%;
  border-top: var(--color-green) 0.1rem solid;
}

.LP_page .handbody_inner.third h4 {
  text-align: center;
  font-size: calc(45*(100vw / 750));
  font-weight: 700;
  color: var(--color-green);
}

.LP_page .handbody_inner.third .handbody_img {
  width: 95%;
}

.LP_page .handbody_inner.third .handbody_item_blk {
  width: unset;
}

.LP_page .handbody_inner.bottom {
  width: 100%;
  border-top: var(--color-green) 1px solid;
}

.LP_page .handbody_inner .list_btn {
  display: inline-block;
  font-size: calc(38*(100vw / 750));
  font-weight: 700;
  padding: calc(35*(100vw / 750)) calc(55*(100vw / 750));
  color: var(--color-white);
  background: var(--color-green);
  margin-top: 0;
  letter-spacing: 0.08em;
}

.LP_page .bodywash_area h2 {
  text-align: center;
  font-size: calc(45*(100vw / 750));
  font-weight: 700;
  line-height: 1.75;
  color: var(--color-green);
  margin-top: 0;
}

.LP_page .bodywash_area .bodywash_main_img {
  position: relative;
  width: calc(700*(100vw / 750));
  margin: calc(50*(100vw / 750)) auto 0;
  z-index: 0;
}

.LP_page .bodywash_area .bodywash_main_img::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/handwash_bg_1.png) no-repeat;
  background-size: 100%;
  width: calc(165*(100vw / 750));
  height: calc(143*(100vw / 750));
  top: calc(-25*(100vw / 750));
  right: calc(-15*(100vw / 750));
  z-index: 1;
}

.LP_page .bodywash_area .bodywash_main_img::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bodywash_bg.png) no-repeat;
  background-size: 100%;
  width: calc(250*(100vw / 750));
  height: calc(250*(100vw / 750));
  bottom: calc(-150*(100vw / 750));
  right: calc(-20*(100vw / 750));
  z-index: 2;
}


/* =============== user_voice =============== */
.LP_page .user_voice {
  position: relative;
  margin-top: calc(40*(100vw / 750));
  padding: calc(200*(100vw / 750)) 0 0;
  background: var(--color-green);
  z-index: 0;
}

.LP_page .user_voice::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/staff_bg_1.png) no-repeat;
  background-size: 100%;
  width: 52rem;
  height: 52rem;
  top: -2rem;
  right: 21rem;
  z-index: -1;
}

.LP_page .user_voice::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/staff_bg_2.png) no-repeat;
  background-size: 100%;
  width: 52rem;
  height: 52rem;
  top: 116rem;
  left: 18rem;
  z-index: -1;
}

.LP_page .user_voice h2 {
  font-size: calc(67*(100vw / 750));
}

.LP_page .user_voice_content {
  width: calc(700*(100vw / 750));
  margin: calc(80*(100vw / 750)) auto 0;
  background: var(--color-white);
  padding: calc(60*(100vw / 750)) calc(30*(100vw / 750));
  border-radius: calc(15*(100vw / 750));
}

.LP_page .user_voice_content p {
  width: 100%;
  margin: auto;
}

.LP_page .user_voice_content p:nth-of-type(n+2) {
  margin-top: calc(50*(100vw / 750));
}

.LP_page .user_voice_banner {
  margin-top: calc(80*(100vw / 750));
  position: relative;
  width: 100%;
  z-index: 0;
}

.LP_page .user_voice_banner .all_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  width: calc(600*(100vw / 750));
  font-size: calc(36*(100vw / 750));
  font-weight: 700;
  padding: calc(40*(100vw / 750)) calc(50*(100vw / 750));
  color: var(--color-green);
  background: var(--color-white);
  margin-top: 0;
  letter-spacing: 0.08em;
  bottom: calc(330*(100vw / 750));
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.share-txt {
  display: none;
}


}