@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");

.eng{font-family: 'Marcellus', serif;}
.playfair{font-family: 'Playfair Display', serif;}

#mv{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#mv .imgBg{
  margin-left: 20%;
  width: 80%;
}

#mv .imgBg img{
  width: 100%;
}

#mv .mvTxt{
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 1;
}

#mv .mvTxt .subCatch{
  font-weight: 200;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}

#mv .mvTxt .mvCatch{
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;  
  margin-bottom: 40px;
}

#mv .mvTxt .mvCatch span{
  display: block;
  text-align: left;
}

#mv .mvTxt .text18{
  margin-bottom: 5px;
	line-height: 2.0em;
}

#sec-intro{
  padding: 130px 0 100px;
  text-align: center;
}

.headWrap{
  background: url(../img/bg.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
}

.mainImg{
  position: relative;
  z-index: 2:;
}

.mainImg img{
  width: 100%;
}

#sec-learn{
  padding: 85px 0 210px;
  position: relative;
}

#sec-learn .flexBox{
  justify-content: space-between;
  align-items: center;
}

#sec-learn .flexBox .img{
  width: 55%;
}

#sec-learn .flexBox .img img{
  width: 100%;
}

#sec-learn .flexBox .detail{
  width: 40%;
}

#sec-learn .flexBox .detail .text24{
  margin-bottom: 40px;
}

#sec-learn .flexBox .detail .text40{
  font-weight: 300;
  margin-bottom: 20px;
}

#sec-learn .scrolling-text {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 120%;
}

#sec-learn .js-para{
  color: #efefef;
  font-family: 'Marcellus', serif;
  text-align: center;
  font-size: 100px;
  font-size: 10rem;
  position: absolute;
  width: 120%;
  right: -50%;
  bottom: 0;
}

#sec-menu{
  text-align: center;
  padding: 75px 0 0;
}

#sec-menu .text24{
  margin-bottom: 40px;
}

#sec-menu .text40{
  font-weight: 200;
  margin-bottom: 35px;
}

#sec-menu .text15 {
    margin: 0 auto 40px;
    max-width: 630px;
}

.bgArea{
  background: url(../img/bg.jpg);
  background-size: cover;
  padding: 50px 10%;
  position: relative;
}

.bgArea:after{
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #a49585;
}

.bgArea:before{
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #a49585;
}

.bgArea .flexBox{
  justify-content: space-between;
  align-items: center;
}

.bgArea .flexBox .product{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
}

.bgArea .flexBox .product .img{
  width: 75%;
}

.bgArea .flexBox .product .img img{
  width: 100%;
}

.bgArea .flexBox .product .ttlWrap{
  width: 20%;
  display: flex;
  justify-content: center;
}

.bgArea .flexBox .product .ttlWrap .vertical{
  writing-mode: vertical-rl;
}

.bgArea .flexBox .product .ttlWrap .text20{
  color: #fff;
  text-align: left;
  line-height: 1.4 !important;
}

.bgArea .flexBox .product .ttlWrap .whiteBg{
  background: #fff;
  color: #be8c7d;
  padding: 5px 1px;
  margin-top: 5px;
}

.bgArea .flexBox .product .ttlWrap .bgText{
  color: rgba(255,255,255,0.2);
  font-size: 90px;
  font-size: 9rem;
  font-family: 'Marcellus', serif;
  line-height: 1 !important;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.bgArea .flexBox .product.p02 .ttlWrap .text20{
  margin-top: 12%;
}

.bgArea .flexBox .product.p02 .ttlWrap{
  order: 2;
}

.bgArea .flexBox .product.p02 .img{
  order: 1;
}

#sec-repair{
  border-bottom: 1px solid #dfdfdf;
  padding: 80px 0 50px;
}

#sec-repair .ttlCm,
#sec-cleanse .ttlCm{
  margin-bottom: 40px;
}

#sec-repair .ttlCm .text90,
#sec-cleanse .ttlCm .text90 {
  font-family: 'Marcellus', serif;
  display:flex;
  align-items: center;
}
#sec-repair .ttlCm .text90 span,
#sec-cleanse .ttlCm .text90 span {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}


#sec-repair .ttlCm .text24 span,
#sec-cleanse .ttlCm .text24 span{
  color: #fff;
  background: #000000;
  padding: 0px 10px;
}

#sec-repair .block,
#sec-cleanse .block{
  border: 1px solid #dddddd;
  margin-bottom: 25px;
  padding: 20px;
  text-align: center;
}

#sec-repair .flexBox.top,
#sec-cleanse .flexBox.top{
  margin-bottom: 40px;
}

#sec-repair .flexBox.top .ttl,
#sec-cleanse .flexBox.top .ttl{
  margin-right: 5%;
  width: 45%;
}

#sec-repair .flexBox.top .detail,
#sec-cleanse .flexBox.top .detail{
  width: 50%;
}

#sec-repair .flexBlock,
#sec-cleanse .flexBlock{
  display: flex;
  justify-content: flex-start;
}

#sec-repair .flexBlock .img,
#sec-cleanse .flexBlock .img{
  width: 40%;
}

#sec-repair .flexBlock .img img,
#sec-cleanse .flexBlock .img img{
  width: 100%;
}

#sec-repair .flexBlock .detail,
#sec-cleanse .flexBlock .detail{
  width: 50%;
  max-width: 600px;
  margin: 0 150px 0 10%;
}

#sec-repair .flexBlock .detail .text18 strong
#sec-cleanse .flexBlock .detail .text18 strong {
 font-size: 20px;
}

#sec-repair .flexBlock .detail ul li{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  align-items: center;
  position: relative;
}

#sec-repair .flexBlock .detail ul li .icon {
    margin-right: 40px;
    max-width: 100%;
    width: 120px;
}

#sec-repair .flexBlock .detail ul li > div{
  width: calc(100% - 160px);
}

#sec-repair .flexBlock .detail ul li > div .text18{
  margin-bottom: 5px;
}

#sec-cleanse{
  padding: 100px 0 130px;
}

#sec-cleanse .explain{
  margin-bottom: 20px;
}

.wideArea{
  background: url(../img/main_img_03.jpg);
  background-size: cover;
  padding: 170px 0 170px;
}

.wideArea .textWrap{
  color: #fff;
  text-align: left;
  width: 30%;
}

.wideArea .textWrap .text18{
  margin-bottom: 10px;
}

.wideArea .textWrap .text18{
  margin-bottom: 20px;
}

#sec-step{
  padding: 95px 0 50px;
  position: relative;
}

#sec-step:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 230px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 17%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
  z-index: 0;
}

#sec-step .flexBox{
  justify-content: space-between;
}

#sec-step .flexBox .ttl{
  font-family: 'Marcellus', serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1 !important;
  margin-right: 20px;
  width: 50px;
  writing-mode: vertical-lr;
}

#sec-step .flexBox.active .ttl{
  position: fixed;
  top: 100px;
}

#sec-step .flexBox.active .ttl{
  position: fixed;
  top: 10px;
}

#sec-step .flexBox.active ul {
  width: calc(100% - 70px);
  margin-left: 70px;
}

#sec-step .flexBox ul{
  width: calc(100% - 70px);
}

#sec-step .flexBox ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

#sec-step .flexBox ul li .img{
  margin-right: 3%;
  width: 50%;
}

#sec-step .flexBox ul li .img img{
  width: 100%;
}

#sec-step .flexBox ul li .detail{
  width: 47%;
}

#sec-step .flexBox ul li .detail .number{
  font-size: 18px;
  font-size: 1.8rem;
  color: #989898;
  margin-bottom: 15px;
}


#sec-step .flexBox ul li .detail .playfair{
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  margin-right: 10px;
}

#sec-step .flexBox ul li .detail .text30{
  margin-bottom: 20px;
}

#sec-step .flexBox ul li .detail .text18{
  margin-bottom: 30px;
}

#sec-step .flexBox ul li .detail .text18 span{
  position: relative;
}

#sec-step .flexBox ul li .detail .text18 span:after{
  background: #000;
  content: "";
  position: absolute;
  height: 0.05px;
  left: 0;
  bottom: 0;
  width: 100%;
}

#sec-course{
  padding: 60px 0 100px;
}

#sec-course .flexBox.top{
  align-items: center;
  justify-content: space-between;
}

#sec-course .flexBox.top .img{
  width: 60%;
}

#sec-course .flexBox.top .img img{
  width: 100%;
}

#sec-course .flexBox.top .detail{
  width: 40%;
  max-width: 500px;
  margin: 0 150px 0 5%;
}

#sec-course .flexBox.top .detail .text40{
  margin-bottom: 40px;
}

#sec-course .flexBox.btm{
  margin: -200px 150px 0 30%;
  align-items: center;
}

#sec-course .flexBox.btm .img{
  width: 55%;
}

#sec-course .flexBox.btm img{
  width: 100%;
}

#sec-course .flexBox.btm .detail{
  width: 45%;
}

#sec-course .flexBox.btm .detail ul li{
  border-bottom: 1px solid #dddddd;
  padding: 30px 0 30px 20px;
}

#sec-ad{
  padding: 50px 0 80px;
  text-align: center;
}

#sec-ad .text15{
  margin-bottom: 50px;
}

#sec-ad .text24{
  font-weight: 200;
  margin-bottom: 30px; 
}

#sec-ad .text20{
  font-weight: 200;
  margin-bottom: 10px;
}

#sec-ad .text40{
  font-weight: 200;
  margin-bottom: 30px;
}
#sec-ad .option {
	margin-top: 60px;
}


#sec-price{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 80px 5% 100px;
}

.eng.text40{
  letter-spacing: 0.05em;
  font-weight: 200;
  text-align: center;
  margin-bottom: 50px;
}

#sec-price ul li{
  display: flex;
  justify-content: space-between;
  position: relative;
}

#sec-price ul li:after{
  content: "";
  border-top: 1px dotted #DCDCDA;
  position: absolute;
  left: 0;
  width: 100%;
  top: 20px;
  z-index: 1;
}

#sec-price ul li:nth-of-type(1){
  margin-bottom: 40px;
}

#sec-price ul li .item{
  width: 65%;
}

#sec-price ul li .item .text24.brown{
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 5px 0 0;
  display: inline-block;
}

#sec-price ul li .item .text15{
  display: block;
}

#sec-price ul li .price{
  background: #fff;
  position: relative;
  z-index: 2;
  width: 35%;
  padding: 0 0 0 5px;
}

#sec-lineup{
  padding: 120px 0 50px;
}

#sec-lineup .text24{
  margin-bottom: 30px;
  text-align: center;
}

#sec-lineup .text15.top{
  margin: 0 auto 90px;
  width: 100%;
  max-width: 700px;
}

#sec-lineup .productList li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

#sec-lineup .productList li .img{
  width: 44%;
}

#sec-lineup .productList li .img img{
  width: 100%;
}

#sec-lineup .productList li .detail{
  width: 50%;
}

#sec-lineup .productList li .detail .eng{
  color: #efefef;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 40px;
}

#sec-lineup .productList li .detail .text20{
  margin-bottom: 20px;
}

@media only screen and (max-width: 1230px) {

.text13 {font-size: 1.2rem;}
.text15 {font-size: 1.3rem;}
.text30 {font-size: 2.6rem;}
.text40 {font-size: 3.2rem;}
.text90 {font-size: 7.0rem;}

#sec-learn {
    padding: 85px 0 200px;
}

#sec-learn .flexBox .detail .text24 {
    margin-bottom: 20px;
}

#sec-repair .flexBlock .detail, #sec-cleanse .flexBlock .detail {
    width: 50%;
    max-width: 550px;
    margin: 0px 70px 0 5%;
}

#sec-course .flexBox.top .detail {
    margin: 0 70px 0 5%;
}

#sec-course .flexBox.btm {
    margin: -150px 70px 0 30%;
}

.bgArea .flexBox .product .ttlWrap .bgText {
    font-size: 8rem;
}

#sec-price {
    padding: 80px 0% 100px;
}

#sec-lineup .text15.top {
    margin: 0 auto 70px;
}

#sec-lineup .productList li .detail .eng {
    font-size: 5rem;
    margin-bottom: 30px;
}

#sec-learn .js-para {
    font-size: 7rem;
}
}


@media only screen and (max-width: 1250px) {
#sec-intro {
    padding: 0px 0 100px;
}
}


@media only screen and (max-width: 1040px) {
.text18 { font-size: 1.6rem;}
.text24 { font-size: 2.0rem;}
.text60 { font-size: 5rem;}
.text90 { font-size: 6rem;}

#mv {
    height: 70vh;
}

#mv .mvTxt .mvCatch {
    font-size: 4.2rem;
}    

#sec-intro {
    padding: 50px 0 80px;
}

#sec-repair .flexBlock .img, 
#sec-cleanse .flexBlock .img {
    width: 45%;
}

#sec-repair .text24, 
#sec-cleanse .text24 {
    text-align: center;
}

.bgArea .flexBox .product .ttlWrap .bgText {
    font-size: 6rem;
}

#sec-repair .block, #sec-cleanse .block {
    padding: 10px;
}

.wideArea {
    padding: 90px 0 90px;
}

#sec-cleanse {
    padding: 100px 0;
}

#sec-cleanse .explain {
    margin: 0 10% 20px;
}

#sec-step .flexBox ul li .detail .text30 {
    margin-bottom: 15px;
    font-size: 2.2rem;
}

#sec-step .flexBox ul li .detail .number {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#sec-course .flexBox.top .img {
    width: 48%;
}

.eng.text40 {
    margin-bottom: 30px;
}

#sec-lineup .text15.top {
    margin: 0 auto 50px;
}
}

@media only screen and (max-width: 768px) {

.text24{ font-size: 1.7rem; }
.text26{ font-size: 2.2rem; }
.text60{ font-size: 2.8rem; }

#mv {
    height: 90vh;
}

#mv .imgBg img {
    width: 100%;
    object-fit: cover;
    height: 80vh;
    object-position: 65%;
}

#mv .mvTxt {
    top: 70%;
}

#mv .mvTxt .subCatch {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

#mv .mvTxt .mvCatch {
    font-size: 3.0rem;
    margin-bottom: 20px;
}
#mv .brown {
	text-shadow: 1px 1px 1px #fff;
}

#sec-intro {
    padding: 0 0 50px;
    text-align: center;
}

#sec-intro .text15{
  text-align: left;
}

.mainImg img {
    width: 100%;
    object-fit: cover;
    height: 230px;
}

#sec-learn {
    padding: 50px 0 80px;
}

#sec-learn .flexBox {
    display: block;
}

#sec-learn .flexBox .img {
    width: 100%;
    margin-bottom: 25px;
}

#sec-learn .flexBox .detail {
    width: 100%;
}

#sec-learn .flexBox .detail .text24 {
    margin-bottom: 10px;
    text-align: center;
}

#sec-learn .flexBox .detail .text40 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 2.2rem;
    text-align: center;
}

#sec-learn .js-para {
    font-size: 3rem;
}

#sec-menu {
    padding: 50px 0 0;
}

#sec-menu .text24 {
    margin-bottom: 20px;
}

#sec-menu .text40 {
    margin-bottom: 20px;
    font-size: 2.2rem;
	font-weight: bold;
}

#sec-menu .text15 {
    margin: 0 auto 20px;
    text-align: left;
}

.bgArea {
    padding: 5% 10%;
}

.bgArea:before {
    content: "";
    height: 1px;
    width: 25px;
}

.bgArea:after {
    content: "";
    height: 25px;
    width: 1px;
}

.bgArea .flexBox {
    display: block;
}

.bgArea .flexBox .product {
    display: block;
    width: 100%;
}

.bgArea .flexBox .product .ttlWrap {
    width: 100%;
}

.bgArea .flexBox .product .img {
    width: 100%;
}

.bgArea .flexBox .product .ttlWrap .vertical,
.bgArea .flexBox .product .ttlWrap .bgText {
    writing-mode: horizontal-tb;
    text-orientation: inherit;
}

.bgArea .flexBox .product .ttlWrap {
    width: 100%;
    display: block;
}

.bgArea .flexBox .product .ttlWrap .text20 {
    text-align: center;
}   

.bgArea .flexBox .product .ttlWrap .whiteBg {
    padding: 0px 6px;
    margin-top: 0;
    margin-left: 5px;
}

.bgArea .flexBox .product .ttlWrap .bgText {
    font-size: 5rem;
}

.bgArea .flexBox .product.p01{
  padding-bottom: 20px;
}

.bgArea .flexBox .product.p02{
  padding-top: 20px;
}

#sec-repair {
    padding: 50px 0 20px;
}

#sec-repair .flexBox.top, 
#sec-cleanse .flexBox.top {
    margin-bottom: 0;
    display: block;
}

.text90 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 15px;
}

#sec-repair .flexBox.top .text24, 
#sec-cleanse .flexBox.top .text24 {
    text-align: center;
}

#sec-repair .flexBox.top .ttl, 
#sec-cleanse .flexBox.top .ttl {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

#sec-repair .flexBox.top .detail, 
#sec-cleanse .flexBox.top .detail {
    width: 100%;
}

#sec-repair .flexBlock, 
#sec-cleanse .flexBlock {
    display: block;
    margin: 0 5%;
}

#sec-repair .flexBlock .img, 
#sec-cleanse .flexBlock .img {
    width: 100%;
    margin-bottom: 25px;
}

#sec-repair .flexBlock .detail, 
#sec-cleanse .flexBlock .detail {
    width: 100%;
    max-width: 550px;
    margin: 0;
}

#sec-repair .block, 
#sec-cleanse .block {
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: center;
}

#sec-repair .flexBlock .detail ul li .icon {
    margin-right: 15px;
    max-width: 100%;
    width: 110px;
}

#sec-repair .flexBlock .detail ul li > div {
    width: calc(100% - 125px);
}

#sec-repair .flexBlock .detail ul li {
    margin-bottom: 25px;
}

#sec-cleanse {
    padding: 50px 0 50px;
}

.wideArea {
    padding: 50px 0;
    height: 230px;
    margin-bottom: 150px;
}

.wideArea .textWrap {
    color: #000;
    text-align: left;
    width: 100%;
    margin-top: 190px;
}

#sec-step .flexBox .ttl {
    font-size: 2rem;
    margin-right: 10px;
    width: 20px;
}

#sec-step .flexBox ul {
    width: calc(100% - 30px);
}

#sec-step .flexBox.active ul {
    width: calc(100% - 32px);
    margin-left: 30px;
}

#sec-step .flexBox ul li {
    display: block;
    margin-bottom: 30px;
}

#sec-step .flexBox ul li .img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
}

#sec-step .flexBox ul li .detail {
    width: 100%;
}

#sec-step .flexBox ul li .detail .number {
    font-size: 1.3rem;
    margin-bottom: 0;
}

#sec-step .flexBox ul li .detail .text30 {
    margin-bottom: 5px;
    font-size: 2.0rem;
}

#sec-step .flexBox ul li .detail .text18 {
    margin-bottom: 20px;
}

#sec-step .flexBox.active .ttl {
    top: 70px;
}

#sec-course {
    padding: 50px 0 10px;
    margin: 0 5%;
}

#sec-course .flexBox.top {
    display: block;
    margin-bottom: 40px;
}

#sec-course .flexBox.top .img {
    width: 100%;
    margin-bottom: 20px;
}

#sec-course .flexBox.top .detail {
    margin: 0;
    width: 100%;
}

#sec-course .flexBox.top .detail .text40 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: center;
}

#sec-course .flexBox.btm {
    display: block;
    margin: 0;
}

#sec-course .flexBox.btm .img {
    width: 100%;
    margin-bottom: 10px;
}

#sec-course .flexBox.btm .img img{
  object-fit: cover;
  object-position: top;
  height: 230px;
}

#sec-course .flexBox.btm .detail {
    width: 100%;
}

#sec-course .flexBox.btm .detail ul li {
    border-bottom: 1px solid #dddddd;
    padding: 15px 0 20px 0;
}

#sec-ad .text20 {
    margin-bottom: 0;
}

.bgArea .flexBox .product.p02 .ttlWrap .text20 {
    margin-top: 0;
}

#sec-course .text30 {
    font-size: 2.0rem;
}

#sec-course .text24 {
    margin-bottom: 15px;
}

#sec-ad .text24 {
    margin-bottom: 10px;
}

#sec-ad .text40 {
    font-weight: 200;
    margin-bottom: 20px;
    font-size: 2.4rem;
}

#sec-ad .text15 {
    margin-bottom: 20px;
    /*text-align: right;*/
}
#sec-ad .option {
	margin-top: 40px;
}
#sec-ad .option .text15 {
	width: 90%;
	margin: auto;
	text-align: left;
}

#sec-price {
    padding: 40px 0% 50px;
}

.eng.text40 {
    margin-bottom: 25px;
    font-size: 2.6rem;
}

#sec-price ul li {
    display: block;
}

#sec-price ul li:nth-of-type(1) {
    margin-bottom: 20px;
}

#sec-price ul li:after {
    top: 15px;
}

#sec-price ul li .item {
    width: 100%;
    margin-bottom: 35px;
}

#sec-price ul li .price {
    width: 100%;
    padding: 0;
    text-align: right;
}

#sec-lineup {
    padding: 50px 0 50px;
}

#sec-lineup .text24 {
    margin-bottom: 15px;
    text-align: center;
}

#sec-lineup .text15.top {
    margin: 0 auto 25px;
}

#sec-lineup .productList li {
    display: block;
    margin-bottom: 40px;
}

#sec-lineup .productList li .img {
    width: 100%;
    margin-bottom: 15px;
}

#sec-lineup .productList li .img img{
  height: 340px;
  object-fit: cover;
}

#sec-lineup .productList li .detail {
    width: 100%;
}

#sec-lineup .productList li .detail .eng {
    font-size: 3rem;
    margin-bottom: 15px;
}

#sec-lineup .productList li .detail .text20 {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
}

@media only screen and (max-width: 400px) {
.text60 {
    font-size: 2.4rem;
    margin-top: 5px;
}


#sec-repair .block .text18, 
#sec-cleanse .block .text18{
    font-size: 1.5rem;
}

}

