@charset "utf-8";
/* ------------------------
	svelte-herbs-reset-0
------------------------ */
.reset0_lp_wrapper{
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
}

.reset0_lp_wrapper .inner{
  width: min(100%, 1200px);
  margin: 0 auto;
}

.reset0_lp_nayami{
  position: relative;
  margin: 180px 0 150px 0;
  padding: 100px 20px;
}

.reset0_lp_nayami::before{
  content: "";
  display: block;
  width: 60vw;
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.reset0_lp_nayami .inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.reset0_lp_nayami .inner .img{
  order: -2;
  position: relative;
  z-index: 1;
}

.reset0_lp_nayami .inner .txt h2{
  font-size: 35px;
}

ul.check_list li{
  margin-top: 10px;
  display: flex;
  gap: 10px;
  font-size: 18px;
}

ul.check_list li::before{
  content: "";
  width: 20px;
  aspect-ratio: 20.868 / 18.61;
  background: url(../images/pages/svelte-herbs-reset-0_imgt/icon_check.svg) no-repeat left center / contain;
}

@media (max-width: 1280px){
  .reset0_lp_nayami::before{
    width: 60%;
  }
}
@media (max-width: 767px){
  .reset0_lp_nayami{
    margin: 80px 0;
    padding: 0;
  }
  .reset0_lp_nayami::before{
    display: none;
  }
  .reset0_lp_nayami .inner{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reset0_lp_nayami::before{
    display: none;
  }
  .reset0_lp_nayami .inner .txt{
    padding: 40px 20px;
    background: #E5E5E5;
  }
  .reset0_lp_nayami .inner .txt h2{
    font-size: 24px;
  }
  ul.check_list li{
    font-size: 15px;
  }
  .reset0_lp_nayami .inner .img{
    order: 0;
  }
}

.reset0_lp_genin{
  padding-left: 20px;
  display: flex;
  align-items: center;
  background: url(../images/pages/svelte-herbs-reset-0_imgt/genin_bg.webp) no-repeat center top / cover;
}

.reset0_lp_genin .inner{
  height: 867px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
}

.reset0_lp_genin .inner .txt{
  flex: 0 1 auto;
}

.reset0_lp_genin .inner h2{
  font-size: 35px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.reset0_lp_genin .inner .img{
  flex: 0 1 300px;
}

@media (max-width: 767px){
  .reset0_lp_genin{
    padding: 0 0 20px 0;
    display: block;
    background: none;
  }
  .reset0_lp_genin .inner{
    height: auto;
    display: block;
  }
  .reset0_lp_genin .inner .txt{
    padding: 0;
  }
  .reset0_lp_genin .inner h2{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.7;
    padding-left: 20px;
    margin-bottom: 20px;
    aspect-ratio: 1920 / 867;
    background: url(../images/pages/svelte-herbs-reset-0_imgt/genin_bg.webp) no-repeat center top / cover;
  }
  .reset0_lp_genin .inner p{
    padding: 0 20px;
  }
  .reset0_lp_genin .inner .img{
    width: 50%;
    margin: 0 auto 20px auto;
  }
}

.reset0_lp_genin2{
  padding: 80px 20px;
  text-align: center;
  background: url(../images/pages/svelte-herbs-reset-0_imgt/genin2_bg.webp) no-repeat center center / cover;
}

.reset0_lp_genin2 img{
  width: auto;
}

@media (max-width: 767px){
  .reset0_lp_genin2{
    padding: 40px 10px;
  }
}

.reset0_lp_product{
  text-align: center;
  padding: 140px 20px;
  font-size: 20px;
}

.reset0_lp_product h2{
  font-size: 50px;
  margin: 0 0 80px 0;
}

.reset0_lp_product .img{
  width: min(100%, 600px);
  margin: 0 auto;
  padding: 40px 0;
  background: url(../images/pages/svelte-herbs-reset-0_imgt/mark.svg) no-repeat center center / contain;
  background-color: #fff;
}

@media (max-width: 767px){
  .reset0_lp_product{
    padding: 60px 20px;
    font-size: 15px;
  }
  .reset0_lp_product h2{
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  .reset0_lp_product .img{
    width: 100%;
    background-size: 100% auto;
  }
  .reset0_lp_product .img img{
    width: 50%;
    margin: 0 auto;
  }
}

.reset0_lp_concept{
  text-align: center;
  padding: 180px 20px;
  background: url(../images/pages/svelte-herbs-reset-0_imgt/concept_bg.webp) no-repeat center center / cover;
}

.reset0_lp_concept p.en{
  font-size: 35px;
  font-weight: bold;
}

.reset0_lp_concept h2{
  font-size: 20px;
}

.reset0_lp_concept ul{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.reset0_lp_concept ul li{
  padding: 40px 15px;
  background: #fff;
  border-radius: 10px;
}

.reset0_lp_concept ul li span{
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 30px;
  color: #D5AC47;
}

@media (max-width: 767px){
  .reset0_lp_concept{
    padding: 80px 20px;
    background: url(../images/pages/svelte-herbs-reset-0_imgt/concept_bg.webp) no-repeat center center / cover;
  }
  .reset0_lp_concept p.en{
    font-size: 20px;
  }
  .reset0_lp_concept h2{
    font-size: 16px;
  }
  .reset0_lp_concept ul{
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .reset0_lp_concept ul li{
    padding: 15px;
  }
  .reset0_lp_concept ul li span{
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.reset0_lp_support h2{
  padding: 150px 20px;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  background: url(../images/pages/svelte-herbs-reset-0_imgt/mark.svg) no-repeat center center / 520px auto;
}

@media (max-width: 767px){
  .reset0_lp_support h2{
    text-align: left;
    padding: 120px 20px;
    font-size: 18px;
    background-size: auto 80%;
  }
}

.reset0_lp_support ul{
  overflow: hidden;
}

.reset0_lp_support ul li{
  padding: 40px 0;
  position: relative;
  margin-bottom: 80px;
  font-size: 16px;
}

.reset0_lp_support ul li::before{
  content: "";
  display: block;
  width: 60vw;
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.reset0_lp_support ul li:nth-child(even)::before{
  right: auto;
  left: 0;
}

.reset0_lp_support ul li .inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.reset0_lp_support ul li .inner .img{
  order: -2;
  position: relative;
  z-index: 1;
}

.reset0_lp_support ul li:nth-child(even) .inner .img{
  order: 0;
}

.reset0_lp_support ul li .inner .txt h3{
  font-size: 35px;
  margin-bottom: 20px;
}

@media (max-width: 1280px){
  .reset0_lp_support ul li::before{
    width: 60%;
  }
}
@media (max-width: 767px){
  .reset0_lp_support ul li{
    margin: 40px 0;
    padding: 0;
  }
  .reset0_lp_support ul li::before{
    display: none;
  }
  .reset0_lp_support ul li .inner{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reset0_lp_support ul li .inner .txt{
    padding: 40px 20px;
    background: #E5E5E5;
  }
  .reset0_lp_support ul li .inner .txt h3{
    font-size: 24px;
  }
  .reset0_lp_support ul li .inner .img{
    order: 0;
  }
}

.reset0_lp_cta{
  padding: 140px 20px;
  background: url(../images/pages/svelte-herbs-reset-0_imgt/cta_bg.webp) no-repeat center center / cover;
  position: relative;
  overflow: hidden;
}

.reset0_lp_cta::before{
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -0;
}

.reset0_lp_cta .inner{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 110px;
  position: relative;
  z-index: 2;
}

.reset0_lp_cta .inner .txt .catch{
  margin: 0;
  font-size: 20px;
  color: #BC9025
}

.reset0_lp_cta .inner .txt h2{
  font-size: 35px;
  color: #BC9025
}

.reset0_lp_cta .inner .txt p{
  font-size: 16px;
}

.btn{
  width: min(100%, 320px);
}

.btn.c{
  margin: 40px auto 0 auto;
}

.btn a{
  display: block;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #FF5C7B;
  border: 1px solid #FF5C7B;
  border-radius: 9999px;
  position: relative;
}

.btn2 a{
  color: #FF5C7B;
  background: #fff;
}


.btn a::before{
  content: "";
  display: inline-block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 6.5px 0 6.5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.btn2 a::before{
  border-color: transparent transparent transparent #FF5C7B;
}

@media (max-width: 767px){
  .reset0_lp_cta .inner{
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reset0_lp_cta .inner .txt .catch{
    margin: 0;
    font-size: 20px;
    color: #BC9025
  }
  .reset0_lp_cta .inner .txt h2{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .reset0_lp_cta .inner .txt p{
    font-size: 15px;
  }
  .reset0_lp_cta .btn{
    width: min(100%, 280px);
    margin: 20px auto 0 auto;
  }
  .reset0_lp_cta .inner .img{
    width: 50%;
    margin: 0 auto;
  }
}

.reset0_lp_voice{
  padding: 160px 20px;
}

.ttl{
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
}

.ttl span{
  display: block;
  margin-bottom: 15px;
  font-size: 35px;
}

@media (max-width: 767px){
  .ttl{
    margin-bottom: 40px;
    font-size: 16px;
  }
  .ttl span{
    font-size: 26px;
  }
}

.reset0_lp_voice{
  padding: 150px 20px;
}

.reset0_lp_voice ul li{
  padding: 30px 50px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 10px;
}

.reset0_lp_voice ul li .img{
  flex: 0 1 240px;
}

.reset0_lp_voice ul li:nth-child(even) .img{
  order: 2;
}

.reset0_lp_voice ul li .txt{
  flex: 1 1 0%;
}

.reset0_lp_voice ul li h3{
  font-size: 25px;
  color: #FF5C7B;
  margin-bottom: 15px;
}

.reset0_lp_voice ul li p{
  font-size: 16px;
}

.reset0_lp_voice .btn{
  margin: 80px auto 0 auto;
}

@media (max-width: 767px){
  .reset0_lp_voice{
    padding: 80px 20px;
  }
  .reset0_lp_voice ul li{
    padding: 20px;
    margin-top: 20px;
    display: block;
  }
  .reset0_lp_voice ul li .img{
    width: 40%;
    margin: 0 auto 20px auto;
  }
  .reset0_lp_voice ul li h3{
    font-size: 20px;
  }
}

.reset0_lp_faq{
  padding: 140px 20px;
  background: #F5F5F5;
}

.reset0_lp_faq h2{
  margin-bottom: 60px;
}

.reset0_lp_faq ul li{
  margin-bottom: 20px;
  padding: 10px 30px;
  background: #fff;
  border-radius: 10px;
}

.reset0_lp_faq ul li p{
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 50px;
  font-size: 20px;
  font-size: 16px!important;
}

.reset0_lp_faq ul li p.q{
  border-bottom: 2px dotted #B2B2B2;
}

.reset0_lp_faq ul li p::before{
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reset0_lp_faq ul li p.a::before{
  content: "A.";
}

@media (max-width: 767px){
  .reset0_lp_faq{
    padding: 80px 20px;
  }
}

.reset0_lp_cta2{
  padding: 140px 20px;
  position: relative;
  overflow: hidden;
}

.reset0_lp_cta2 .inner{
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 110px;
  position: relative;
  z-index: 2;
}

.reset0_lp_cta2 .inner .txt .txt1{
  margin: 0;
  font-size: 26px;
}

.reset0_lp_cta2 .inner .txt h2{
  font-size: 35px;
  color: #BC9025
}

.reset0_lp_cta2 .inner .txt .txt2{
  margin: 0;
  font-size: 20px;
  color: #BC9025
}

.reset0_lp_cta2 .inner .txt p{
  font-size: 16px;
}

.reset0_lp_cta2 .btn{
  margin-top: 60px;
}


@media (max-width: 767px){
  .reset0_lp_cta2 .inner{
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reset0_lp_cta2 .inner .txt .txt1{
    font-size: 20px;
  }
  .reset0_lp_cta2 .inner .txt h2{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .reset0_lp_cta2 .inner .txt p{
    font-size: 15px;
  }
  .reset0_lp_cta2 .btn{
    width: min(100%, 280px);
    margin: 20px auto 0 auto;
  }
  .reset0_lp_cta2 .inner .img{
    width: 85%;
    margin: 0 auto;
  }
}