/* section */
section { padding: 5vw 0; }
section >* { z-index: 3; }
section .title_box {margin-bottom: 80px;display: flex;align-items: center;flex-direction: column;position: relative;}
section .title_box:after{
	content:"";
	background: #f35e7447;
	width: 1px;
	height: 40px;
	position:absolute;
	bottom: -40px;
	margin-left: 10px;
}
section .title_box p{
    display: flex;
    order: 2;
    margin-top: 10px;
}
section .title_box font {text-transform: uppercase;line-height: 130%;letter-spacing: 8px;font-weight: 600;font-size: 60px;font-family: 'Josefin Slab', serif;-webkit-text-stroke: 1px rgb(255 126 145 / 27%);-webkit-text-fill-color: transparent;line-height: 90%;}
section .title_box font:last-child {margin-left: 15px;-webkit-text-stroke: 1px #d4687859;}
section .title_box .page_title {font-weight: 300;font-size: 25px;margin-left: 10px;color: #b59191;order: 1;display: flex;}
section.bg_box { background: no-repeat 50% / cover; background-attachment: fixed; }
section.bg_box:before , section.bg_box:after {position: absolute;width: 100%;height: 100%;background: #f6eaee;top: 0;left: 0;z-index: 1;content: "";opacity: .6;}
section.bg_box:after {
	background: #092a52;
	background: -moz-linear-gradient(180deg, #fbf3f1, #f2809f1a);
	background: -webkit-linear-gradient(180deg, #fbf3f1, #f2809f1a);
	background: -ms-linear-gradient(180deg, #fbf3f1, #f2809f1a);
	background: linear-gradient(180deg, #fbf3f1, #f2809f1a);
}

/* Ser_Fea */
#Ser_Fea{
    position: relative;
    padding: 90px 0;
    z-index: 3;
    background-color: #ffdfe6;
}
#Ser_Fea .un_icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#Ser_Fea .pom_Qoo{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 24%;
	position: relative;
}
#Ser_Fea .pom_Qoo a{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}
#Ser_Fea .pom_Qoo:hover svg{
	fill:#ffffff;
}
#Ser_Fea .pom_Qoo:hover .img_H{
	background-color: #f35e74;
}
#Ser_Fea .img_H{
	margin:10px auto;
	background-color: #d8c7b800;
	padding: 30px;
	border-radius: 50%;
	border: #ffa5b2 1px solid;
}
#Ser_Fea .img_H svg{
	width:60px;
	height: 60px;
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	fill: #ffa5b2;
}
#Ser_Fea .img_H img{
	width: 50px;
	fill: aliceblue;
}
#Ser_Fea .infGO h2{
    text-align: center;
    color: #e75f75;
    font-size: 25px;
    line-height: 180%;
    margin: 10px auto;
    letter-spacing: 0.15em;
    font-weight: 500;
}
#Ser_Fea .infGO p{
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    overflow: hidden;
    height: 57px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b59191;
    font-weight: 300;
}
#Ser_Fea .moore_G{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0 10px;
}
#Ser_Fea .moore_G a{
    background-color: #eb566c;
    color: azure;
    padding: 20px 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 3;
}
#Ser_Fea .moore_G a:hover{
	
background-color: #f35e74;
}
/* about_area */
#about_area{
    padding: 5vw 0 5vw;
    background: #f8e6ea;
}
#about_area .img_item {margin-bottom: 30px;order: 1;-webkit-filter: brightness(.8);display: none;}
#about_area .info_item{
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
    align-items: center;
}
#about_area .img_item:before { position: absolute; width: 90%; height: 100%; border: 1px rgba(var(--info-rgb), .1) solid; display: block; top: 30px; right: 30px; content: ""; }
#about_area .img_item img {width: 90%;-webkit-filter: sepia(0.2);}
#about_area .img_item a {padding: 20px 35px;letter-spacing: 5px;text-transform: uppercase;font-size: 13px;right: 30px;bottom: -30px;z-index: 3;-webkit-filter: brightness(1.2);}
#about_area .info_item article {margin-bottom: 30px;width: 90%;line-height: 210%;letter-spacing: 2px;font-weight: 100;font-size: 20px;color: #b59191;display: flex;justify-content: center;flex-direction: column;align-items: center;text-align: center;}

/* list_box */
.list_box .info_box h3 {height: 50px;font-weight: 400;font-size: 32px;color: #ffdade;}

/* news_area */

#news_area .list_box .row { padding-bottom: 30px; }
#news_area .list_box .row img {
	height: 320px;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-webkit-filter: brightness(1);
	}
#news_area .list_box .row .info_box {padding: 15px;width: calc(100% - 70px);box-shadow: 0 0 10px rgba(var(--black-rgb), .3);left: 20px;bottom: 0;background-color: #f08ca7;}

#news_area .list_box .row .info_box p * {font-weight: 100;font-size: 14px;color: antiquewhite;}
#news_area .list_box .row .info_box p a {margin-right: 10px;padding: 0 2px;max-width: calc(100% - 82px);height: 23px;z-index: 2;color: #ffdade;}

/* product_area */
#product_area img {height: 100%;background-color: #e85066;}
#product_area .row .info_box{
    background-color: #f35e74;
}
#product_area .nuum{
    position: absolute;
    bottom: 0;
    right: 10px;
    -webkit-text-stroke: 1px rgb(255 169 198);
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    font-family: fantasy;
    z-index: 9;
    line-height: 100%;
}
#product_area .row .info_box >div { margin: auto; width: calc(100% - 100px);}
#product_area .row .info_box >div p a{
    color: #ffccda;
}
#product_area .row .info_box h3 {margin: 10px 0;color: #f9f9f9;}
#product_area .row .info_box .line {margin: 10px 0 30px;width: 50px;height: 1px;background: #ffffff;opacity: .7;}
#product_area .row .info_box article {height: 75px;font-weight: 300;font-size: 20px;-webkit-line-clamp: 2;color: #ffcfdc;margin-bottom: 20px;}
#product_area .row .info_box .price { margin-top: 15px; min-height: 30px; }
#product_area .row .info_box .price font { margin-left: 20px; font-weight: 300; }
#product_area .row:hover .img_box{
    -webkit-filter: sepia(0.2);
}
#product_area .row:hover .img_box img{
	-webkit-filter: brightness(.9);
}

/* cont_lomg */
#cont_lomg{
    background-image: url(/images/39/Care_BG.jpg);
    background-size: cover;
    background-position: 50% 71%;
    position: relative;
    padding-top: 0;
}
#cont_lomg:before{
	content:"";
	width:100%;
	height:100%;
	background-color: #ffdfe6bf;
	position:absolute;
	top:0;
	/* -webkit-filter: brightness(0.9); */
}
#cont_lomg h2.OGM_title{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Zen Tokyo Zoo', cursive;
    font-size: 100px;
    font-weight: 100;
    justify-content: center;
}
#cont_lomg .svg_hair{
	display:flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	margin-top: 80px;
}
#cont_lomg .svg_hair img{
    width: 200px;
}
#cont_lomg .sserrt{
    display: flex;
    justify-content: center;
    margin: 5px 0 15px;
}
#cont_lomg .sserrt p{
    margin: 14px;
    color: #b59191;
    font-weight: 500;
    font-size: 20px;
}
#cont_lomg  .Ge-shin{
    display: flex;
    justify-content: center;
}
#cont_lomg  .Ge-shin a{
	padding: 10px 50px;
	background-color: #f2809f;
	margin: 10px;
	color: white;
	font-size: 18px;
}
#cont_lomg  .Ge-shin a.contN_NN{
    background-color: #eb566c;
}
#cont_lomg  .infto{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 30px;
}
#cont_lomg .infto h2{
    color: #b59191;
    font-weight: 300;
    font-size: 24px;
}
#cont_lomg .infto a{
	font-size: 46px;
	line-height:180%;
	font-weight: 900;
	color: #ed405a;
}
.ml5 {
  position: relative;
  font-weight: 300;
  font-size: 4.5em;
  color: #402d2d;
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  line-height: 1em;
}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background-color: #402d2d;
  transform-origin: 0;
}

.ml5 .ampersand {
  font-family: Baskerville, serif;
  font-style: italic;
  font-weight: 400;
  width: 1em;
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.ml5 .letters {
  display: inline-block;
  opacity: 0;
  font-size: 60px;
  line-height: 180%;
}
.ml12 {
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
  font-size: 1em;
  font-family: 'Zen Tokyo Zoo', cursive;
  transition: unset;
  -webkit-transition: unset;
  color: #f2809f;
}

/* book_area */
#book_area .row img { height: 400px; }
#book_area .row .info_box { padding: 100px 15px 60px; width: calc(100% - 30px); background: -webkit-linear-gradient(top,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); background: linear-gradient(to bottom,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); bottom: -20px; left: 0; }

@media screen and (min-width: 1281px){
	#about_area .d_flex { align-items: center; }
	#news_area .list_box .row:hover .info_box { bottom: 30px; }
	#product_area .row:hover .info_box .line { width: 100%; }
	#book_area .row:hover .info_box { bottom: 0; }
}
@media screen and (max-width: 1440px){
	#Ser_Fea .un_icon{
}
}
@media screen and (max-width: 1280px){
	#about_area .img_item:before , #about_area .img_item img { width: 100%; }
	#about_area .img_item img { height: 100%; }
	#product_area .row .info_box { background: rgba(var(--secondary-rgb), .5); }
	#product_area .row .img_box { opacity: .1; }
}
@media screen and (max-width: 1024px){
	#about_area .img_item { width: 59vw; margin: 0 0 0 auto; order: inherit; }
	#about_area .img_item:before { border: 0; background: rgba(var(--secondary-rgb), .6); top: 0; right: 0; z-index: 2; }
	#about_area .info_item { margin-top: -80px; z-index: 4; }
}
@media screen and (max-width: 768px){
	#about_area .img_item { width: 80vw; height: 50vw; }
	#product_area .list_box { margin: auto; width: 400px; }
	#product_area .row .info_box >div { width: calc(100% - 60px); }
	#product_area .row .info_box article {height: 61px;-webkit-line-clamp: 2;font-size: 17px;}
	#product_area .nuum{
    font-size: 53px;
}
	#book_area .row img { height: 350px; }
}
@media screen and (max-width: 640px){
	#Ser_Fea .un_icon{
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#Ser_Fea .infGO h2{
    font-size: 18px;
    }
	#Ser_Fea .pom_Qoo{
    width: 50%;
    }
    #Ser_Fea .moore_G{
    margin: 60px 0 10px;
}
	#Ser_Fea{
    padding: 40px 0;
}
	#about_area .img_item { width: 100%; height: 60vw; }
	#about_area .img_item:before { background: rgba(var(--secondary-rgb), 0); }
	#about_area .info_item {margin-top: 40px;margin: 0 auto;}
	section#about_area .title_box p{
    flex-direction: row;
    }
	section .title_box p{flex-direction: column;align-items: center;}
	section .title_box font{
        font-size: 37px;
        margin-bottom: 10px;
        line-height: 100%;
    }
    section .title_box{
    margin-bottom: 20px;
    }
    section .title_box font:last-child{
    margin-left: 0;
    }
	#cont_lomg .sserrt p{
        font-size: 16px;
        margin: 0 auto;
    }
    #cont_lomg .Ge-shin a{
    	padding: 10px;
    	width: 90%;
    	text-align: center;
    }
    #cont_lomg .infto h2{
    font-size: 20px;
    text-align: center;
    }
    #cont_lomg h2.OGM_title{
    font-size: 23px;
    padding-top: 60px;
    }
    #about_area .info_item article{
    font-size: 15px;
    }
    #cont_lomg .svg_hair{
    margin-top: 40px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 500px){
	#product_area .list_box { width: 100%; }
	#Ser_Fea .infGO p{
    font-size: 14px;
    height: 48px;
    margin-bottom: 20px;
    font-weight: 200;
}

}