@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/*--------------------------------------------------------------
/pub/template/
--------------------------------------------------------------*/
/* *****************************************
/*+  common  +******************************
/***************************************** */
body {
  margin: 0;
  padding: 0;
}
@media (min-width: 521px) {
  body {
    /*
		background: #FFF url("../img/sp/pc_bg.jpg") no-repeat center;
		background-size: cover;
		background-attachment: fixed;
    */
    background-color: #f7f5f2;
  }
}

#template {
  max-width: 520px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  background-color: #FFF;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  color: #262626;
}
@media (min-width: 521px) {
  #template {
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 521px) {
  #template {
    font-size: 19.5px;
  }
}
#template a {
  color: #30b7ab;
  text-decoration: underline;
}
#template a:link, #template a:visited {
  color: #30b7ab;
  text-decoration: underline;
}
#template a:hover, #template a:active {
  color: #30b7ab;
  text-decoration: none;
}
@media (min-width: 521px) {
  #template a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #template a {
    transition: .3s all;
  }
  #template a:hover {
    opacity: .7;
  }
}
#template * {
  margin: 0;
  padding: 0;
}
#template img, #template input[type="image"] {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
#template video {
  width: 100%;
  height: auto;
  display: block;
}
#template ol, #template ul {
  list-style: none;
}
#template sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
#template .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#template *, #template *:before, #template *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#template .fade {
  transition: 0.5s;
}
#template .fade:hover {
  opacity: .75;
}
#template .slideToggle-container .is-hide {
  display: none;
}
#template .text-green {
  color: #30b7ab;
}
#template .bold {
  font-weight: bold;
}
#template .big138 {
  font-size: 138%;
}
#template .white {
  color: #fff;
}
#template .notes {
  margin: 0 6.25%;
}
#template .note {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.5vw;
  -moz-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (min-width: 521px) {
  #template .note {
    font-size: 13px;
  }
}
#template .note li {
  letter-spacing: normal;
  text-indent: -1em;
  padding-left: 1em;
}
#template dl.note {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: left;
}
#template dl.note dt {
  width: 1em;
}
#template dl.note dd {
  width: calc(100% - 1em);
}
#template dl.note.numbering dt {
  width: 2em;
}
#template dl.note.numbering dd {
  width: calc(100% - 2em);
}
#template .tr {
  text-align: right;
}
#template #footer {
  padding: 1em 0;
}
#template .fadeIn {
  opacity: 0;
  transition: .3s;
}
#template .fadeIn.lazyloaded {
  opacity: 1;
}

/* *****************************************
/*+  content  +********************************
/***************************************** */
/*+ block + ------------------------------ */
#content > section, #content .area {
  position: relative;
  z-index: 0;
}
#content .cv {
  position: relative;
  background-color: #6e7774;
  padding: 0 0 9.375%;
}
#content .cv .cv_cont {
  border-radius: 5px;
  background-color: #FFF;
  margin: 0 2.34375%;
  padding: 0 2.34375% 7.8125%;
}
#content .cv .cv_btn {
  position: relative;
  overflow: hidden;
}
#content .cv .cv_btn::after {
  position: absolute;
  animation: btn_shine 3s ease-in-out infinite;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  content: "";
  height: 300%;
  left: -40%;
  top: -80%;
  transform: rotate(45deg);
  width: 100px;
}
@keyframes btn_shine {
  0% {
    left: -40%;
    opacity: 0;
    transform: scale(1) rotate(45deg);
  }
  70% {
    left: -40%;
    opacity: .5;
    transform: scale(1) rotate(45deg);
  }
  100% {
    left: 150%;
    opacity: 1;
    transform: scale(5) rotate(45deg);
  }
}
#content .cv .cv_btn input {
  position: relative;
  cursor: pointer;
  display: block;
  width: 102.5%;
  height: 0;
  margin: 3.57143% auto -1.78571% -1.25%;
  padding-top: 30.71429%;
  border: none;
  text-indent: -9999px;
  background: url(../img/sp/cv_btn.png) no-repeat 0 0;
  background-size: 100% auto;
  transition: all .3s;
}
#content .cv .cv_btn input:hover {
  opacity: .7;
}
#content .cv .cv_btn_member input {
  position: relative;
  cursor: pointer;
  display: block;
  width: 82.14286%;
  height: 0;
  margin: 0 auto 7.14286%;
  padding-top: 14.28571%;
  border: none;
  text-indent: -9999px;
  background: url("../img/sp/cv_btn_member.png") no-repeat 0 0;
  background-size: 100% auto;
  transition: all .3s;
}
#content .cv .cv_btn_member input:hover {
  opacity: .7;
}
#content .cv .note {
  margin: 0 3.59375% 4.6875%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.8125vw;
  letter-spacing: normal;
}
@media (min-width: 521px) {
  #content .cv .note {
    font-size: 14.625px;
  }
}
#content .cv .note.numbering {
  margin-bottom: 0;
}
#content .cv .cv_service {
  margin: 0 0 4.6875%;
}
#content .cv .link_seibun, #content .cv .link_guide {
  margin: 3.125% 3.90625% 3.125%;
  font-weight: bold;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.4375vw;
}
@media (min-width: 521px) {
  #content .cv .link_seibun, #content .cv .link_guide {
    font-size: 17.875px;
  }
}
#content .voice {
  background: url("../img/sp/voice_bg.jpg") no-repeat center top/100% auto;
  padding: 12.5% 6.25% 6.25%;
  color: #FFF;
}
#content .voice h2 {
  width: 46.25%;
  margin: 0 auto 6.25%;
}
#content .voice .voice_block {
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  color: #262626;
  margin-bottom: 6.25%;
  padding-bottom: 1px;
  text-align: left;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.35);
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
}
@media (min-width: 521px) {
  #content .voice .voice_block {
    font-size: 19.5px;
  }
}
#content .voice .voice_block .txt {
  margin: 1em;
  letter-spacing: .1em;
  line-height: 1.65;
}
#content .turnover {
  position: relative;
}
#content .turnover .gif {
  position: absolute;
  width: 72.65625%;
  margin-top: 87.5%;
  top: 0;
  left: 17.1875%;
}
#content .mutenka {
  position: relative;
}
#content .mutenka .test {
  background: #ebeff3 url("../img/sp/mutenka_test_pic.jpg") no-repeat center top/100% auto;
  padding: 46.875% 0 10.9375%;
}
#content .mutenka .test .checkbox {
  width: 89.0625%;
  margin: 0 auto 6.25%;
}
#content .mutenka .test .note {
  margin: 0 6.25%;
}
#content .mutenka .benefit_pic1 {
  background-color: #ebeff3;
}
#content .product {
  padding: 12.5% 0 0;
}
#content .product .product_block {
  position: relative;
  padding: 15.625% 0;
}
#content .product .product_block .pic {
  position: relative;
  z-index: 2;
  margin-bottom: 6.25%;
}
#content .product .product_block .txt {
  text-align: center;
  margin-bottom: 6.25%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  letter-spacing: .13em;
  line-height: 1.65;
}
@media (min-width: 521px) {
  #content .product .product_block .txt {
    font-size: 19.5px;
  }
}
#content .product .product_block .video {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 0;
  top: 0;
}
#content .product .product_block .note {
  margin: 0 3.125%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.34375vw;
  letter-spacing: .08em;
}
@media (min-width: 521px) {
  #content .product .product_block .note {
    font-size: 12.1875px;
  }
}
#content .product .product_block p.note {
  text-align: center;
}
#content .product .product_block *:last-child {
  margin-bottom: 0;
}
#content .product .product_block.lotion .video {
  margin-top: 44.53125%;
}
#content .product .product_block.gel {
  background-color: #f5f5f5;
}
#content .product .product_block.gel .video {
  left: auto;
  right: 0;
  margin-top: 63.4375%;
}
#content .product .product_block.washingcream .video {
  margin-top: 53.90625%;
}
#content .product .product_block.essence {
  background-color: #f5f5f5;
}
#content .product .product_block.essence .video {
  left: auto;
  right: 0;
  margin-top: 48.4375%;
}
#content .product .product_block.mildcleansing {
  background-color: #f0f8f8;
}
#content .product .product_block.mildcleansing.mildcleBK {
  background: #f0f8f8;
}
#content .product .product_block.washingpowder {
  background-color: #f1f1f1;
}
#content .product .line_use {
  position: relative;
}
#content .product .line_use::before {
  z-index: 3;
  position: absolute;
  content: "";
  display: block;
  background-color: #30b7ab;
  width: 1px;
  height: 0;
  margin: -7.03125% auto 0;
  padding-top: 21.875%;
  left: 0;
  right: 0;
  top: 0;
}
/*
#content .product .line_use::after {
  z-index: 4;
  position: absolute;
  content: "";
  display: block;
  background: url("../img/sp/product_offer_plus.png") no-repeat center top/100% auto;
  width: 12.8125%;
  height: 0;
  padding-top: 12.8125%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
*/
#content .guarantee {
  border: #30b7ab solid 8px;
  background: url("../img/sp/guarantee_bg.jpg") no-repeat left top/cover;
  padding: 12.5% 0 8%;
}
#content .guarantee h2 {
  width: 42.34375%;
  margin: 0 auto 6.25%;
}
#content .guarantee__nayami {
  width: 68.28125%;
  margin: 0 auto 3.125%;
}
#content .guarantee__txt1 {
  width: 66.5625%;
  margin: 0 auto;
}
#content .guarantee__txt2 {
  width: 78.137566%;
  margin: 0 auto;
}
#content .guarantee .note {
  margin: 0 6.25%;
  padding-top: 5%;
}
#content .faq {
  padding: 12.5% 0;
}
#content .faq .faq_ttl {
  /*  width: 70.15625%;*/
  width: 74.15625%;
  margin: 0 auto 6.25%;
}
#content .faq .faq_lead {
  margin: 0 6.25% 7.8125%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
}
@media (min-width: 521px) {
  #content .faq .faq_lead {
    font-size: 19.5px;
  }
}
#content .faq .faqBlock {
  text-align: left;
  background-color: #FFF;
  margin: 0 6.25% 6.25%;
  padding: 2.34375%;
  background-color: #f5f5f5;
  border-radius: 1.5625vw;
}
@media (min-width: 521px) {
  #content .faq .faqBlock {
    border-radius: 10px;
  }
}
#content .faq .faqBlock .question {
  position: relative;
  color: #30b7ab;
  background: url("../img/sp/faq_icon_q.png") no-repeat 0.6em 0.7em / 5.4% auto;
  padding: .6em .6em .6em 2.3em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  font-weight: bold;
  letter-spacing: .02em;
  border-radius: 0.78125vw;
}
@media (min-width: 521px) {
  #content .faq .faqBlock .question {
    font-size: 19.5px;
  }
}
@media (min-width: 521px) {
  #content .faq .faqBlock .question {
    border-radius: 5px;
  }
}
#content .faq .faqBlock .question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: .65em;
  height: .65em;
  border-bottom: 2px solid #30b7ab;
  border-right: 2px solid #30b7ab;
  transition: all .2s;
  -webkit-transform: translate(0, -60%) rotate(45deg);
  transform: translate(0, -60%) rotate(45deg);
}
#content .faq .faqBlock .question.active::after {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}
#content .faq .faqBlock .answer {
  background: url("../img/sp/faq_icon_a.png") no-repeat 0.6em 0.5em / 5.4% auto;
  padding: .3em 0 0 2.3em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.4375vw;
  letter-spacing: .15em;
  line-height: 1.8;
  display: none;
}
@media (min-width: 521px) {
  #content .faq .faqBlock .answer {
    font-size: 17.875px;
  }
}
#content .faq .note {
  margin: 0 6.25%;
}
#content .faq .answer .note {
  margin: 0;
}
#content .service {
  background: url("../img/sp/service_bg.jpg") no-repeat left top/cover;
  padding: 12.5% 6.25%;
}
#content .service h2 {
  width: 56.25%;
  margin: 0 auto 6.25%;
}
#content .service .service_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
#content .service .service_wrapper p {
  border-radius: 5px;
  overflow: hidden;
}
#content .service .service_wrapper .half {
  width: calc(50% - 10px);
}
#content .counseling {
  padding: 12.5% 0;
  background-color: #f5f8f2;
}
#content .counseling .counseling_ttl {
  width: 40.78125%;
  margin: 0 auto 6.25% auto;
}
#content .counseling .counseling_lead {
  margin: 0 6.25% 7.8125%;
}
#content .counseling .counseling_pic {
  width: 87.5%;
  margin: 0 auto 10.9375%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.15);
}
#content .counseling .counseling_txt {
  margin: 0 auto 7.8125%;
}
#content .counseling .counseling_copy, #content .counseling .counseling_btn {
  width: 71.875%;
  margin: 0 auto 6.25%;
}
#content .counseling .counseling_btn {
  cursor: pointer;
}
#content .counseling .contact_area {
  margin: 0 6.25% 0;
  border-top: #30b7ab solid 1px;
  border-bottom: #30b7ab solid 1px;
  padding: 6.25% 0;
}
#content .counseling .contact_area section {
  margin: 0 auto 8.92857%;
  text-align: center;
}
#content .counseling .contact_area section:last-child {
  margin: 0;
}
#content .counseling .contact_area .contact_area_ttl {
  margin: 0 auto 3.57143%;
}
#content .counseling .contact_area a {
  color: #595959;
  font-weight: bold;
}
#content .counseling .contact_area .note {
  text-align: center;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.125vw;
  letter-spacing: .08em;
  margin: 3.57143% auto 0;
}
@media (min-width: 521px) {
  #content .counseling .contact_area .note {
    font-size: 16.25px;
  }
}
#content .counseling .contact_area .tel .contact_area_ttl {
  width: 45.89286%;
}
#content .counseling .contact_area .tel .tel_no {
  font-family: 'Poppins', sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 7.5vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 521px) {
  #content .counseling .contact_area .tel .tel_no {
    font-size: 39px;
  }
}
#content .counseling .contact_area .tel .tel_no a {
  text-decoration: none;
}
#content .counseling .contact_area .mail .contact_area_ttl {
  width: 46.25%;
}
#content .counseling .contact_area .mail .mail_address {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 4.6875vw;
}
@media (min-width: 521px) {
  #content .counseling .contact_area .mail .mail_address {
    font-size: 24.375px;
  }
}
#content .counseling .contact_area .line .contact_area_ttl {
  width: 51.60714%;
}
#content .counseling .contact_area .line .line_link {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 4.6875vw;
}
@media (min-width: 521px) {
  #content .counseling .contact_area .line .line_link {
    font-size: 24.375px;
  }
}

#template .guide {
  margin: 9.375% auto 0;
  letter-spacing: normal;
}
#template .guide .guidance {
  width: 49.21875%;
  margin: 0 auto 6.25%;
}
#template .guide #tokushou, #template .guide .company-outline, #template .guide .policy {
  margin-bottom: 1em;
}
#template .guide .note {
  text-align: left;
  margin: 0 4.6875%;
}
#template .guide .note p {
  margin-bottom: 1em;
}
#template .guide .returnTop {
  text-align: right;
  margin: 1.5em 3.125%;
}
#template .guide a {
  color: #30b7ab;
}


#content .sustainable .sustainable-img {
  width: 90.63%;
  margin: 0 auto;

}
#content .sustainable .note {
  margin: 3% 6.25% 5%;
}
/* =====================================
	floating
===================================== */
.floating_bnr {
  max-width: 520px;
  margin: 0 auto !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.floating_bnr > div {
  display: flex;
  justify-content: flex-end;
  padding: 0 3px 3px 0 !important;
}

.floating_close {
  cursor: pointer;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #777;
  border-radius: 50%;
  background: #fff;
}
.floating_close::before, .floating_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #777;
}
.floating_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.floating_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.floating_btn input {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc( 139 / 512 * 100%) !important;
  border: none;
  text-indent: -9999px;
  background: url("../img/sp/floating.jpg") no-repeat 0 0/100% auto;
  transition: all .3s;
}
.floating_btn input:hover {
  opacity: .9;
}



#content .commitment_slider {
  background: url("../img/sp/commitment_slider_bg.png");
  padding-bottom: 10%;
}
#content .commitment_slider .commitment__carousel {
  width: calc(504/640*100%);
  margin: 0 auto;
}
#content .commitment .slick-dots {
  display: flex;
  justify-content: center;
}
#content .commitment .slick-dots li {
  position: relative;
  text-indent: -999em;
  margin: 0 1.5625%;
}
#content .commitment .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px #a0a0a0;
  border-radius: 50%;
}
#content .commitment .slick-dots li.slick-active::after {
  border: solid 4px #32469b;
}
#content .commitment .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 30%;
  display: block;
  width: 8%;
  height: auto;
  aspect-ratio:1;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}
#content .commitment .slick-prev {
  left: -10%;
  background: url("../img/sp/commitment_car_prev.png") no-repeat center center/100% auto;
}
#content .commitment .slick-next {
  right: -10%;
  background: url("../img/sp/commitment_car_next.png") no-repeat center center/100% auto;
}
