<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main:not(.main-homepage) {
	margin-top: 0px;
}
.breadcrumb {
	display: none;
}
.MyContent {
	display: block;
	width: 100%;
	max-width: 1250px;
	min-width: 320px;
	margin: 0 auto;
}

@media screen and (max-width: 1250px) and (min-width:762px) {
.MyContent {
	overflow: hidden;
}
}
.MyContent button:not(.not-tabbable):active, .MyContent button:not(.not-tabbable):focus {
	outline: 0px solid!important;
}
.MyContent .MyBlock {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	z-index:1;
}

@media screen and (min-width: 1250px) {
.MyContent .MyFullWidthBlock {
	margin-left: calc(625px - 50vw);
	width: 100vw;
}
}
.MyContent .AnchorTag {
	margin: 0px;
	padding-top: 50px;
	margin-top: -50px;
}
/*------------------------------------------------------------------------------------------*/
.MyContent .BtnLink {
	margin: 0px;
}
.MyContent .BtnLink span, .MyContent .BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	display: inline-block;
	line-height: 14px;
	min-width: 110px;
	text-align: center;
	background-color: black;
	cursor: pointer;
	transition: color ease-in-out 0.5s, background 0.5s ease-in-out;
	border: 2px solid #000;
}
.MyContent .BtnLink span:hover, .MyContent .BtnLink a:hover {
	color: black;
	background-color: white;
}
/*---------------------------------*/
#BEAUTYMARKET-Header {
	height: 294px;
	background-image: url(img/frise.png);
	position: relative;
	background-position: bottom center;
	background-repeat: repeat-x;
	text-align: center;
}

@media screen and (max-width: 761px) {
#BEAUTYMARKET-Header {
	height: 241px;
	background-size: 22.6666vw auto;
	background-position: bottom left;
}
}
#BEAUTYMARKET-Header span::before {
	content: " ";
	background-color: #fff;
	display: block;
	border-radius: 50%;
	height: 422px;
	width: 422px;
	position: absolute;
	top: 0;
	left: calc(50% - 211px);
	z-index: -1;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

@media screen and (max-width: 761px) {
#BEAUTYMARKET-Header span::before {
	height: 310px;
	width: 310px;
	top: 0;
	left: calc(50% - 155px);
}
}
#BEAUTYMARKET-Header h1 {
	position: relative;
	width: 500px;
	display: inline-block;
	z-index: 1;
	height: 211px;
	overflow: hidden;
	padding-top: 24px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}

@media screen and (max-width: 761px) {
#BEAUTYMARKET-Header h1 {
	width: 310px;
	height: 155px;
	padding-top: 0;
}
#BEAUTYMARKET-Header h1 img {
	width: 225px;
}
}
#BEAUTYMARKET-Header h1 span {
	font-size: 0;
}
/*------------------------------------------------*/

#BEAUTYMARKET-Intro {
	max-width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width: 761px) {
#BEAUTYMARKET-Intro {
	margin: 0 20px;
}
}
#BEAUTYMARKET-Intro h2 {
	color: #be0f34;
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	padding-top: 40px;
}
#BEAUTYMARKET-Intro ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	justify-content: center;
	align-items: center;
	max-width: 360px;
}
#BEAUTYMARKET-Intro ul li {
	display: flex;
	flex-basis: calc(33% - 10px);
	margin: 5px;
	padding: 0;
	justify-content: center;
	align-items: center;
	height: 30px;
}
#BEAUTYMARKET-Intro ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}
#BEAUTYMARKET-Intro ul li:nth-child(1) {
	background-color: #e64f4f;
}
#BEAUTYMARKET-Intro ul li:nth-child(2) {
	background-color: #a5c6c4;
}
#BEAUTYMARKET-Intro ul li:nth-child(3) {
	background-color: #de8dab;
}
/*------------------------------------------------*/
#BEAUTYMARKET-Header-Face {
	background-image: url(img/header-01-face.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/*------------------------------------------------*/
#BEAUTYMARKET-Header-Body {
	background-image: url(img/header-02-body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/*------------------------------------------------*/
#BEAUTYMARKET-Header-MakeUp {
	background-image: url(img/header-03-makeup.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

@media screen and (max-width: 761px) {
/*------------------------------------------------*/
#BEAUTYMARKET-Header-Face {
	background-image: url(img/header-01-face-mobile.jpg);
}
/*------------------------------------------------*/
#BEAUTYMARKET-Header-Body {
	background-image: url(img/header-02-body-mobile.jpg);
}
/*------------------------------------------------*/
#BEAUTYMARKET-Header-MakeUp {
	background-image: url(img/header-03-makeup-mobile.jpg);
}
}
.MyCategHeader {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	height: 540px;
	margin-bottom: -100px;
	margin-top: 40px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

@media screen and (max-width: 761px) {
.MyCategHeader {
	padding-top: 365px;
	background-color: #fff;
	height: auto;
	display: block;
}
}
.MyCategHeader .Wrapper {
	width: 50%;
	padding: 70px;
	box-sizing: border-box;
}

@media screen and (max-width: 761px) {
.MyCategHeader .Wrapper {
	width: auto;
	padding: 20px;
}
}
.MyCategHeader h2 {
	color: #fff;
	font-size: 50px;
	margin: 0;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	max-width: 440px;
}
.MyCategHeader p {
	margin: 0;
	color: #fff;
	padding: 0px;
	padding-top: 10px;
	box-sizing: border-box;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	max-width: 440px;
	font-size: 16px;
	line-height: 1.4em;
}

@media screen and (max-width: 761px) {
.MyCategHeader h2, .MyCategHeader p {
	color: #000;
	text-align: center;
}
}
.MyCategnav {
	background-color: #fff;
}
.MyCategnav .Title {
	color: #be0f34;
	font-size: 35px;
	margin: 0;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	padding: 40px;
	padding-bottom: 30px;
}

@media screen and (max-width: 761px) {
.MyCategnav .Title {
	padding: 20px;
	font-size: 22px;
	padding-top: 0;
}
}
.MyCategnav ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 1023px) {
.MyCategnav ul {
	margin: 0 20px;
}
}

@media screen and (max-width: 761px) {
.MyCategnav {
	display: none;
}
}
.MyCategnav ul li {
	flex-basis: calc(33% - 20px);
	padding: 0;
	max-width: 257px;
	margin: 10px;
}

@media screen and (max-width: 761px) {
.MyCategnav ul li {
	max-width: 760px;
}
}
.MyCategnav ul li img {
	max-width: 100%;
	display: block;
}

@media screen and (max-width: 761px) {
.MyCategnavMobile img {
	max-width: 133px;
}
}
.MyCategnav ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	overflow: hidden;
	background-color: #efefef;
	border: #efefef 2px solid;
}

@media screen and (max-width: 761px) {
.MyCategnavMobile a {
	color: #000;
	text-decoration: none;
	overflow: hidden;
	background-color: #efefef;
	border: #efefef 2px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
}
#BEAUTYMARKET-Nav-Face ul li a.Selected {
	background-color: #dd4b48;
	border: #dd4b48 2px solid;
	color: #fff;
}
#BEAUTYMARKET-Nav-Body ul li a.Selected {
	background-color: #a8c9c8;
	border: #a8c9c8 2px solid;
	color: #fff;
}
#BEAUTYMARKET-Nav-MakeUp ul li a.Selected {
	background-color: #de8caa;
	border: #de8caa 2px solid;
	color: #fff;
}

@media screen and (max-width: 761px) {
#BEAUTYMARKET-Nav-Face-Mobile-1 a.Selected, #BEAUTYMARKET-Nav-Face-Mobile-2 a.Selected, #BEAUTYMARKET-Nav-Face-Mobile-3 a.Selected {
	background-color: #dd4b48;
	border: #dd4b48 2px solid;
	color: #fff;
}
#BEAUTYMARKET-Nav-Body-Mobile-1 a.Selected, #BEAUTYMARKET-Nav-Body-Mobile-2 a.Selected, #BEAUTYMARKET-Nav-Body-Mobile-3 a.Selected {
	background-color: #a8c9c8;
	border: #a8c9c8 2px solid;
	color: #fff;
}
#BEAUTYMARKET-Nav-MakeUp-Mobile-1 a.Selected, #BEAUTYMARKET-Nav-MakeUp-Mobile-2 a.Selected, #BEAUTYMARKET-Nav-MakeUp-Mobile-3 a.Selected {
	background-color: #de8caa;
	border: #de8caa 2px solid;
	color: #fff;
}
}
.MyCategnav ul li a span {
	font-size: 18px;
	text-transform: uppercase;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
@media screen and (max-width: 1023px) {
.MyCategnav ul li a span {
	font-size:14px;
}
}
.MyCategnavMobile {
	display: none;
}

@media screen and (max-width: 761px) {
.MyCategnavMobile {
	display: block;
	margin: 10px 20px;
}
}

@media screen and (max-width: 761px) {
.MyCategnavMobile a span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
}
/*------------------------------------------------*/
.MyCategContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}
.MyCategContent[data-selected="0"] {
	display: none;
}
.MyCategContent[data-selected="1"] {
	display: flex;
}
.MyCategContent h3 {
	display: none;
}
.MyCategContent .SubTitle {
	color: #be0f34;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1em;
}
.MyCategContent .Text {
}
/*------------------------------------------------*/
.MyCategContent .RoundVisual img {
	display: block;
	margin: 0;
}
.MyCategContent .RoundVisual {
	display: block;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
}
/*------------------------------------------------*/
.MyCategContent .RoundBox {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 1;
	width: 270px;
	padding: 30px;
}
.MyCategContent .RoundBox::before {
	content: " ";
	background-color: #eb5955;
	width: 333px;
	height: 333px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	z-index: -1;
	border-radius: 50%;
}
/*------------------------------------------------*/
.MyCategContent .Ingredient {
	text-align: left;
	width: 405px;
}

@media screen and (max-width: 1024px) {
.MyCategContent .Ingredient {
	padding-left: 30px;
	box-sizing: border-box;
}
}
/*------------------------------------------------*/

.IngredientTitle {
	display: block;
	background-image: url(img/ardoise.png);
	background-repeat: no-repeat;
	width: 314px;
	height: 236px;
	margin: 0;
	background-position: top center;
	padding-top: 23px;
}
.IngredientTitle span {
	display: flex;
	text-align: center;
	transform: rotate(5deg);
	color: #fff;
	font-size: 50px;
	line-height: 1em;
	width: 287px;
	height: 155px;
	margin-left: 13px;
	justify-content: center;
	align-items: center;
	font-family: ClarinsRegular, Clarins;
}
/*------------------------------------------------*/
#BEAUTYMARKET-Content-Face-1 {
	align-items: flex-end;
	justify-content: flex-start;
}
#BEAUTYMARKET-Content-Face-1 .Visual {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 405px;
}
#BEAUTYMARKET-Content-Face-1 .RoundVisual {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -80px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-1 .RoundVisual {
	top: 350px;
	right: 20px;
}
#BEAUTYMARKET-Content-Face-1 .RoundVisual img {
	max-width: 300px;
}
}
#BEAUTYMARKET-Content-Face-1 .RoundBox {
	margin-left: 180px;
	margin-bottom: 60px;
	z-index: 3;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-1 .RoundBox {
	margin-left: 380px;
	margin-bottom: 60px;
	margin-top: -30px;
}
}
/*------------------------------------------------*/
#BEAUTYMARKET-Content-Face-2 {
	align-items: flex-end;
	justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-2 {
	align-items: flex-start;
}
}
#BEAUTYMARKET-Content-Face-2 .RoundVisual {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -80px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-2 .Visual img {
	max-width: 200px;
}
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-1 {
	z-index: 2;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-1 {
	top: 280px;
	right: 20px;
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-1 img {
	max-width: 250px;
}
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-2 {
	top: 250px;
	right: 80px;
	z-index: 1;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-2 {
	top: 420px;
	right: 180px;
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-2 img {
	max-width: 200px;
}
}
#BEAUTYMARKET-Content-Face-2 .Ingredient {
	width: 345px;
}
#BEAUTYMARKET-Content-Face-2 .TipsVisual {
	flex: 1;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Face-2 .TipsVisual {
	width: 750px;
}
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-2 .TipsVisual {
	width: 150px;
}
}
#BEAUTYMARKET-Content-Face-2 .TipsVisual img {
	display: block;
	height: 100%;
	margin-right: 0;
	float: right;
}
#BEAUTYMARKET-Content-Face-2 .TipsText {
	flex-basis: 100%;
	border: 2px solid #eb5955;
	text-align: left;
	display: flex;
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Face-2 .TipsText {
	flex-basis: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
}
}
#BEAUTYMARKET-Content-Face-2 .TipsContent {
	padding: 20px;
	max-width: 320px;
	box-sizing: border-box;
}
/*------------------------------------------------*/
#BEAUTYMARKET-Content-Face-3 {
	align-items: flex-end;
	justify-content: center;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-3 {
	align-items: center;
}
}
#BEAUTYMARKET-Content-Face-3 .Ingredient {
	width: 345px;
	margin-right: 35px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-3 .Visual img {
	max-width: 300px;
}
}
#BEAUTYMARKET-Content-Face-3 .TipsVisual {
	flex: 1;
	overflow: hidden;
}
#BEAUTYMARKET-Content-Face-3 .TipsVisual img {
	display: block;
	height: 100%;
	margin-right: 0;
	float: right;
}
#BEAUTYMARKET-Content-Face-3 .TipsText {
	flex-basis: 100%;
	border: 2px solid #eb5955;
	text-align: left;
	display: flex;
	margin-top: 30px;
	max-width: 850px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Face-3 .TipsText {
	flex-basis: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
}
}
#BEAUTYMARKET-Content-Face-3 .TipsContent {
	padding: 50px;
	max-width: 515px;
	box-sizing: border-box;
}
/*------------------------------------------------*/
#BEAUTYMARKET-Content-Body-1 {
	justify-content: flex-start;
}
#BEAUTYMARKET-Content-Body-1 .Visual {
	margin-top: 40px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-1 .Visual {
	margin-top: 20px;
	margin-left: 40px;
}
#BEAUTYMARKET-Content-Body-1 .Visual img {
	max-width: 200px;
}
}
#BEAUTYMARKET-Content-Body-1 .RoundVisual {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -80px;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-1 {
	right: 10px;
}
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-1 {
	top: 300px;
	right: 20px;
}
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-1 img {
	max-width: 300px;
}
}
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-2 {
	top: 290px;
	right: 70px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-2 {
	top: 440px;
	right: 220px;
}
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-2 img {
	max-width: 200px;
}
}
#BEAUTYMARKET-Content-Body-1 .Ingredient {
	width: 305px;
	margin-right: 35px;
}
/*------------------------------------------------*/

#BEAUTYMARKET-Content-Body-2 {
	justify-content: flex-start;
	align-items: flex-end;
}
#BEAUTYMARKET-Content-Body-2 .Ingredient {
	width: 360px;
}
#BEAUTYMARKET-Content-Body-2 .Visual {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 335px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-2 .Visual {
	left: 355px;
}
#BEAUTYMARKET-Content-Body-2 .Visual img {
	width: 200px;
}
}
#BEAUTYMARKET-Content-Body-2 .RoundVisual {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -80px;
}
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 {
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 {
	right: 30px;
}
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 {
right: 10px;
    bottom: 500px;
    top: auto;
}
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 img {
	max-width: 200px;
}
}
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-2 {
	top: 490px;
	right: 250px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-2 {
	top: auto;
    right: 150px;
    bottom: 0px;
}
}
#BEAUTYMARKET-Content-Body-2 .RoundBox {
	margin-left: 310px;
	margin-bottom: 130px;
	z-index: 3;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-2 .RoundBox {
	margin-left: 40px;
	margin-bottom: 210px;margin-top: 300px;
}
}
#BEAUTYMARKET-Content-Body-2 .RoundBox::before {
	background-color: #a6c8c4;
	width: 350px;
	height: 350px;
}
/*------------------------------------------------*/

#BEAUTYMARKET-Content-Body-3 {
	justify-content: flex-start;
	align-items: flex-start;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Body-3 {
/*	width:980px;*/
}
}
#BEAUTYMARKET-Content-Body-3 .Ingredient {
	width: 360px;
	min-height: 750px;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Body-3 .Ingredient {
	width: 400px;
}
}
#BEAUTYMARKET-Content-Body-3 .Visual {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 385px;
}
#BEAUTYMARKET-Content-Body-3 .Visual img {
	width: 300px;
}

@media screen and (max-width: 1023px) {
	#BEAUTYMARKET-Content-Body-3 .Visual img {
	width: 230px;
}


}
#BEAUTYMARKET-Content-Body-3 .RoundVisual {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -80px;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Body-3 .RoundVisual {
	right: 30px;
}
}
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-1 {
	top: 40px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-1 {
	top: 340px;
width: 270px;
height: 270px;
}


}
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-2 {
	top: 490px;
	right: 250px;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-2 {
	right: 340px;
}
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-2 {
	right: 300px;
top: 680px;
width: 200px;
height: 200px;
}
}
#BEAUTYMARKET-Content-Body-3 .RoundBox {
	margin-left: 310px;
	margin-top: 340px;
	z-index: 3;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-Body-3 .RoundBox {
	margin-left: 200px;
}
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-Body-3 .RoundBox {
	margin-left: 20px;
	margin-top: 550px;margin-bottom: 60px;
}
}
#BEAUTYMARKET-Content-Body-3 .RoundBox::before {
	background-color: #a7c7c6;
	width: 350px;
	height: 350px;
}
/*------------------------------------------------*/

#BEAUTYMARKET-Content-MakeUp-1 {
	justify-content: flex-start;
	align-items: flex-end;
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-1 {
	justify-content: flex-start;
	align-items: flex-start;
}	
}
#BEAUTYMARKET-Content-MakeUp-1 .Ingredient {
	width: 360px;
}
#BEAUTYMARKET-Content-MakeUp-1 .Visual {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 335px;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-1 .Visual {
	width:300px;
	left: 345px;
}
#BEAUTYMARKET-Content-MakeUp-1 .Visual img{
	width:300px;
}
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-1 .Visual {
	width:270px;
	left: 385px;
}
#BEAUTYMARKET-Content-MakeUp-1 .Visual img{
	width:270px;
}
}
#BEAUTYMARKET-Content-MakeUp-1 .RoundVisual {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 20px;
}
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-1 {
	top: 0px;
}
@media screen and (max-width: 1023px) {
	#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-1 {
	top: 420px;
	
}
}
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-2 {
	top: 480px;
	right: 250px;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-2 {
	right: 320px;
}
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-2 {
    right: 350px;
    top: auto;
    bottom: 50px;
}
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-2 img {
	max-width: 180px;
}
}
#BEAUTYMARKET-Content-MakeUp-1 .RoundBox {
	margin-left: 310px;
	margin-bottom: 160px;
	z-index: 3;
}

@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-1 .RoundBox {
	margin-left: 270px;
}
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-1 .RoundBox {
	margin-left: 50px;
	margin-top: 780px;
	margin-bottom: 20px;
}
}
#BEAUTYMARKET-Content-MakeUp-1 .RoundBox::before {
	background-color: #db89a8;
	width: 350px;
	height: 350px;
}
#BEAUTYMARKET-Content-MakeUp-1 .Mentions {
	font-size: 11px;
	opacity: 0.5;
	margin: 0;
	bottom: 60px;
	right: 70px;
	text-align: center;
	position: absolute;
	width: 150px;
	line-height: 1.2em;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-1 .Mentions {
	bottom: 80px;
	right: 20px;
}
}
/*------------------------------------------------*/

#BEAUTYMARKET-Content-MakeUp-2 {
	justify-content: space-between;
	align-items: flex-start;
}
#BEAUTYMARKET-Content-MakeUp-2 .Ingredient {
	width: 350px;
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-2 .Ingredient {
min-height: 700px;
}
}
#BEAUTYMARKET-Content-MakeUp-2 .Visual {
	position: absolute;
	z-index: -1;
	top: 84px;
	left: 315px;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-2 .Visual {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 355px;
	width:270px;
	
}
#BEAUTYMARKET-Content-MakeUp-2 .Visual img{

	width:270px;

}
}
#BEAUTYMARKET-Content-MakeUp-2 .RoundVisual {
	position: absolute;
	z-index: 2;
}
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 {
	top: 70px;
	right: 100px;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 {
	top: 140px;
right: 80px;
}
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 {
	top: auto;
    bottom: 250px;
}
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 img {
	max-width: 280px;
}
}
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-2 {
	top: 0px;
	right: 0px;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-2 {
	top: 0px;
	right:20px;
}
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-2 {
 right: 20px;
    bottom: 440px;
    top: auto;
}
}
#BEAUTYMARKET-Content-MakeUp-2 .RoundBox {
	margin-left: 320px;
	margin-bottom: 160px;
	z-index: 3;
}



#BEAUTYMARKET-Content-MakeUp-2 .RoundBox::before {
	background-color: #db89a8;
}
#BEAUTYMARKET-Content-MakeUp-2 .Mentions {
	font-size: 11px;
	opacity: 0.5;
	margin: 0;
	bottom: 60px;
	right: 70px;
	text-align: center;
	position: absolute;
	width: 150px;
	line-height: 1.2em;
}
#BEAUTYMARKET-Content-MakeUp-2 .TipsText {
	flex-basis: 100%;
	border: 2px solid #e190ae;
	text-align: left;
	display: flex;
	margin-top: 370px;
	max-width: 365px;
	padding: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-2 .TipsText {
	margin-top: 450px;
	max-width: 575px;
	padding: 30px;
	margin-right: 30px;flex-basis: 575px;
}
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-2 .TipsText {
	margin-top: 0;
	max-width: calc(100% - 60px);
	margin: 30px;
	flex-basis: 100%;
}
}
/*------------------------------------------------*/

#BEAUTYMARKET-Content-MakeUp-3 {
	justify-content: space-between;
	align-items: flex-start;
}
#BEAUTYMARKET-Content-MakeUp-3 .Ingredient {
	width: 340px;
}
#BEAUTYMARKET-Content-MakeUp-3 .Visual {
	position: absolute;
	z-index: -1;
	top: 124px;
	left: 335px;
	width: 320px;
}
#BEAUTYMARKET-Content-MakeUp-3 .Visual img {
	max-width: 100%;
}
@media screen and (max-width: 1024px) {
#BEAUTYMARKET-Content-MakeUp-3 .Visual {
	width: 300px;
left: 355px;
top: 160px;
}
#BEAUTYMARKET-Content-MakeUp-3 .Visual img{
	width:300px;
}
}
@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-3 .Visual {
	width: 250px;
left: 385px;
top: 0px;
}
#BEAUTYMARKET-Content-MakeUp-3 .Visual img{
	width:250px;
}
}
#BEAUTYMARKET-Content-MakeUp-3 .RoundVisual {
	position: absolute;
	z-index: 3;
}
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-1 {
	top: 0px;
	right: 40px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-1 {
    top: 380px;
    right: 40px;
}
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-1 img {
	max-width: 350px;
}
}
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-2 {
	top: 530px;
	right: 190px;
	z-index: 1;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-2 {
	top: 750px;
right: 250px;
}
}
#BEAUTYMARKET-Content-MakeUp-3 .RoundBox {
	margin-left: 320px;
	margin-top: 360px;
	z-index: 2;
	width: 200px;
	padding: 50px;
}

@media screen and (max-width: 1023px) {
#BEAUTYMARKET-Content-MakeUp-3 .RoundBox {
	margin-left: 20px;
	margin-top: 700px;
}
}
#BEAUTYMARKET-Content-MakeUp-3 .RoundBox::before {
	background-color: #e08eac;
	width: 270px;
	height: 270px;
}
#BEAUTYMARKET-Content-MakeUp-3 .Mentions {
	font-size: 11px;
	opacity: 0.5;
	margin: 0;
	bottom: 60px;
	right: 70px;
	text-align: center;
	position: absolute;
	width: 150px;
	line-height: 1.2em;
}
/*------------------------------------------------*/

.MyCategRoutine[data-selected="0"] {
	display: none;
}
.MyCategRoutine[data-selected="1"] {
}


.MyCategRoutine .Title {
	color: #be0f34;
	font-size: 35px;
	margin: 0;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	padding: 40px;
}
#BEAUTYMARKET-Routine-Face-2 .Title{
	padding-bottom:0;
}
/*------------------------------------------------*/
.MyContent .SlickItem {
	display: flex!important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;/*min-width:280px;
	width:280px;*/
}

@media screen and (max-width: 1023px) {
.MyContent .SlickItem {
	width: 220px;
	min-width: 220px;
	margin-bottom: 30px;
}
}
.MyContent .SlickItem .Packshot {
	display: block;
}
.MyContent .SlickItem .Packshot img {
	display: block;
	margin: 0 auto;
}
.MyContent .SlickItem .Text .ProductName {
	font-weight: normal;
	display: block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}
.MyContent .SlickItem .Text {
	flex-basis: 77px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 16px;
	max-width: 240px;
	margin: 15px auto;
}

@media screen and (max-width:761px) {
.MyContent .SlickItem .Text {
	font-size: 14px;
}
}
.RoutineProducts .Text {
	flex-basis: 77px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 16px;
	max-width: 110px;
	margin: 15px auto;
}
.RoutineProducts .Mentions {
	margin: 0 20px;
	font-size: 10px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 10px;
	opacity: 0.5;
	line-height: 1em;
}
.RoutineProducts {
	margin: 0 30px;
}

@media screen and (max-width: 1023px) {
.RoutineProducts {
	max-width: 760px;
	margin: 0 30px;
}
}

@media screen and (max-width: 761px) {
.RoutineProducts {
	max-width: 760px;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 220px;
}
}

/*-------------------------------------------------*/
@media screen and (max-width: 761px) {
.MyCategContent[data-selected="1"] {
	display: block;
	height: auto;
}
.MyCategContent .SubTitle {
	text-align: center;
}
.MyCategContent .Ingredient {
	width: auto!important;
	margin: 0 20px;
	padding: 0;
}
.MyCategContent .IngredientTitle {
	margin: 0 auto;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-Face-1 .Visual {
	z-index: 1;
	position: absolute;
	top: 340px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
#BEAUTYMARKET-Content-Face-1 .SubTitle {
	margin: 20px;
	min-height: 44px;
	padding-bottom: 314px;
}
#BEAUTYMARKET-Content-Face-1 .RoundVisual {
	position: relative;
	margin-right: 0;
	margin-left: auto;
	top: auto;
	right: 20px;
	width: 290px;
}
#BEAUTYMARKET-Content-Face-1 .RoundVisual img {
	max-width: 290px;
}
#BEAUTYMARKET-Content-Face-1 .RoundBox {
	position: relative;
	margin-right: auto;
	margin-left: 5px;
	margin-top: -40px;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-Face-2 .Visual {
	z-index: 1;
	position: absolute;
	top: 340px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
#BEAUTYMARKET-Content-Face-2 .SubTitle {
	margin: 20px;
	min-height: 44px;
	padding-bottom: 400px;
}
#BEAUTYMARKET-Content-Face-2 .RoundVisual {
	position: relative;
	top: auto;
	right: auto;
	width: 290px;
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-1 img {
	max-width: 270px;
	width: 270px;
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-1 {
	top: auto;
	right: auto;
	width: 270px;
	height: 270px;
	margin-left: 20px;
	margin-right: auto;
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-2 img {
	max-width: 270px;
	width: 270px;
}
#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-2 {
	top: auto;
	right: auto;
	width: 270px;
	height: 270px;
	margin-right: 20px;
	margin-left: auto;
	margin-top: -80px;
}
#BEAUTYMARKET-Content-Face-2 .TipsText {
	flex-basis: unset;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: column-reverse;
}
#BEAUTYMARKET-Content-Face-2 .TipsContent {
	padding: 20px;
	max-width: 320px;
	box-sizing: border-box;
	text-align: center;
}
#BEAUTYMARKET-Content-Face-2 .TipsVisual img {
	display: none;
}
#BEAUTYMARKET-Content-Face-2 .TipsVisual {
	background-image: url(img/photo-06-mobile.jpg);
	background-size: 100% auto;
	background-position: bottom center;
	width: 100%;
	flex-basis: 210px;
	background-repeat: no-repeat;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-Face-3 .Visual img {
	max-width: 100%;
}
#BEAUTYMARKET-Content-Face-3 .Visual {
	z-index: 1;
	position: absolute;
	top: 340px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width:375px;
}
#BEAUTYMARKET-Content-Face-3 .SubTitle {
	margin: 20px;
	min-height: 44px;
	padding-bottom: 400px;
}
#BEAUTYMARKET-Content-Face-3 .TipsText {
	flex-basis: unset;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: column-reverse;
}
#BEAUTYMARKET-Content-Face-3 .TipsContent {
	padding: 20px;
	max-width: 320px;
	box-sizing: border-box;
	text-align: center;
}
#BEAUTYMARKET-Content-Face-3 .TipsVisual img {
	display: none;
}
#BEAUTYMARKET-Content-Face-3 .TipsVisual {
	background-image: url(img/photo-08-mobile.jpg);
	background-size: 100% auto;
	background-position: bottom center;
	width: 100%;
	flex-basis: 158px;
	background-repeat: no-repeat;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-Body-1 .Visual {
	z-index: 1;
	position: absolute;
	top: 340px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
#BEAUTYMARKET-Content-Body-1 .SubTitle {
	margin: 20px;
	min-height: 44px;
	padding-bottom: 314px;
}
#BEAUTYMARKET-Content-Body-1 .RoundVisual {
	position: relative;
	margin-right: 20px;
	margin-left: auto;
	top: auto;
	right: auto;
	width: 290px;
}
#BEAUTYMARKET-Content-Body-1 .RoundVisual img {
	max-width: 290px;
}
#BEAUTYMARKET-Content-Body-1 .RoundBox {
	position: relative;
	margin-right: auto;
	margin-left: 5px;
	margin-top: -40px;
}
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-1 {
	top: auto;
	right: auto;
}
#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-2 {
	top: auto;
	right: auto;
	width: 200px;
	height: 200px;
	margin-left: 20px;
	margin-right: auto;
	margin-top: -80px;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-Body-2 .Visual {
	z-index: 1;
	position: absolute;
	top: 340px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
#BEAUTYMARKET-Content-Body-2 .SubTitle {
	margin: 20px;
	min-height: 44px;
	padding-bottom: 244px;
}
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 {
	position: relative;
	margin-right: 20px;
	margin-left: auto;
	top: auto;
	right: auto;
	width: 290px;
	height: 290px;
}
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 img {
	max-width: 290px;
	width: 290px;
}
#BEAUTYMARKET-Content-Body-2 .RoundBox {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	margin-bottom: 20px;
}
#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-2 {
	display: none;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-Body-3 .Visual {
	z-index: 1;
	position: absolute;
	top: 340px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: 300px;
}
#BEAUTYMARKET-Content-Body-3 .Visual img {
	width: 300px;
}
#BEAUTYMARKET-Content-Body-3 .SubTitle {
	margin: 20px;
	min-height: 44px;
	padding-bottom: 504px;
}
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-1 {
	position: relative;
	margin-right: 20px;
	margin-left: auto;
	top: auto;
	right: auto;
	width: 290px;
	height: 290px;
}
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-1 img {
	max-width: 290px;
	width: 290px;
}
#BEAUTYMARKET-Content-Body-3 .RoundBox {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	margin-bottom: 20px;
}
#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-2 {
	display: none;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-MakeUp-1 .Text {
	display: block;
	padding-top: 460px;
	margin: 0;
}
#BEAUTYMARKET-Content-MakeUp-1 .Visual {
	z-index: 1;
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: 300px;
}
#BEAUTYMARKET-Content-MakeUp-1 .Visual img {
	width: 300px;
}
#BEAUTYMARKET-Content-MakeUp-1 .SubTitle {
	margin: 20px;
	min-height: 44px;
	padding-bottom: 504px;
}
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-1 {
	position: relative;
	margin-right: 20px;
	margin-left: auto;
	top: auto;
	right: auto;
	width: 290px;
	height: 290px;
}
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-1 img {
	max-width: 290px;
	width: 290px;
}
#BEAUTYMARKET-Content-MakeUp-1 .RoundBox {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	margin-bottom: 40px;
}
#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-2 {
	display: none;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-MakeUp-2 .Visual img {
	max-width: 100%;
}
#BEAUTYMARKET-Content-MakeUp-2 .Text {
	display: block;
	padding-top: 370px;
	margin: 0;
}
#BEAUTYMARKET-Content-MakeUp-2 .Visual {
	z-index: 1;
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: 270px;
}
#BEAUTYMARKET-Content-MakeUp-2 .Visual img {
	width: 270px;
}
#BEAUTYMARKET-Content-MakeUp-2 .TipsText {
	flex-basis: unset;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 95px;
	display: flex;
	flex-direction: column-reverse;
}
#BEAUTYMARKET-Content-MakeUp-2 .TipsContent {
	padding: 20px;
	max-width: 320px;
	box-sizing: border-box;
	text-align: center;
}
#BEAUTYMARKET-Content-MakeUp-2 .TipsVisual img {
	display: none;
}
#BEAUTYMARKET-Content-MakeUp-2 .TipsVisual {
	background-image: url(img/photo-08-mobile.jpg);
	background-size: 100% auto;
	background-position: bottom center;
	width: 100%;
	flex-basis: 158px;
	background-repeat: no-repeat;
}
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 {
	position: relative;
	margin-right: auto;
	margin-left: 20px;
	top: auto;
	right: auto;
	width: 260px;
	height: 260px;
	margin-top: 40px;
}
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-2 {
	position: relative;
	margin-right: 20px;
	margin-left: auto;
	top: auto;
	right: auto;
	width: 167px;
	height: 167px;
	margin-top: -280px;
}
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 img {
	width: 260px;
	max-width: 260px;
}
#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-2 img {
	width: 167px;
	max-width: 167px;
}
/*-------------------------------------------------*/
#BEAUTYMARKET-Content-MakeUp-3 .Text {
	display: block;
	margin: 0;
}
#BEAUTYMARKET-Content-MakeUp-3 .Text:nth-child(2) {
	padding-top: 380px;
}
#BEAUTYMARKET-Content-MakeUp-3 .Visual {
	z-index: 1;
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: 270px;
}
#BEAUTYMARKET-Content-MakeUp-3 .Visual img {
	width: 270px;
}
#BEAUTYMARKET-Content-MakeUp-3 .SubTitle {
	margin: 20px;
}
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-1 {
	position: relative;
	margin-right: auto;
	margin-left: 20px;
	top: auto;
	right: auto;
	width: 290px;
	height: 290px;
	margin-top: 20px;
}
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-1 img {
	max-width: 290px;
	width: 290px;
}
#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-2 {
	display: none;
}
#BEAUTYMARKET-Content-MakeUp-3 .RoundBox {
	position: relative;
	margin-right: 20px;
	margin-left: auto;
	margin-top: -30px;
	margin-bottom: 40px;
}
}


@media screen and (max-width: 1024px) {
.MyContent img {
	float:none!important;
}
}

/*DTW EDITS*/
#BEAUTYMARKET-Content-Face-2 .TipsVisual img {
    display: block;
    height: 100%;
    margin-right: 85px;
     float: left; 
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
{ #BEAUTYMARKET-Content-Face-2 .TipsVisual img {
	background-image: url(img/photo-06-mob.jpg);
	background-size: 100% auto;
	background-position: bottom center;
	width: 100%;
	flex-basis: 210px;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 761px){
	#BEAUTYMARKET-Content-Face-2 .TipsContent {
    padding: 20px;
    max-width: 330px;
    box-sizing: border-box;
    text-align: center;
}
}
@media screen and (max-width: 761px){
	#BEAUTYMARKET-Content-Face-3 .TipsContent {
    padding: 20px;
    max-width: 330px;
    box-sizing: border-box;
    text-align: center;
}
}
@media screen and (max-width: 761px){
	#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 {
    position: relative;
    margin-right: 10px;
    margin-left: auto;
    top: -5px;
    right: auto;
    width: 290px;
    height: 290px;
}
}
@media screen and (max-width: 761px){
	#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 {
    position: relative;
    margin-right: auto;
    margin-left: 20px;
    top: -24px;
    right: auto;
    width: 260px;
    height: 260px;
    margin-top: 40px;
}
}
@media screen and (max-width: 761px){
	#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-2 {
    position: relative;
    margin-right: 20px;
    margin-left: auto;
    top: -18px;
    right: auto;
    width: 167px;
    height: 167px;
    margin-top: -275px;
    z-index: 2;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
{ 
#BEAUTYMARKET-Intro {
    max-width: 1080px;
    margin: 3%;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
 { #BEAUTYMARKET-Intro {
    max-width: 1080px;
    margin: 3%;
} 
}
#dtwpic-ing1, #dtwpic-ing2 {
	margin-left: 10px;
}
#BEAUTYMARKET-Content-Face-1 .RoundVisual {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 10px;
}

@media screen and (max-width: 761px){
	#BEAUTYMARKET-Content-Face-1 .RoundBox {
    position: relative;
    margin-right: auto;
    margin-left: 5px;
    margin-top: 90%;
}
}

@media screen and (max-width: 761px){
#BEAUTYMARKET-Content-Face-1 .RoundVisual {
    position: absolute;
    z-index: 2;
    top: 70%;
    right: 10px;
}
#BEAUTYMARKET-Content-Face-3 .TipsContent p {
    margin-left: 9px !important;
}
}
#BEAUTYMARKET-Content-Face-3 .TipsContent p {
    padding: 55px;
    max-width: 515px;
    box-sizing: border-box;
    margin-left: -60px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.MyCategRoutine .Title {
    color: #be0f34;
    font-size: 35px;
    margin: 10px;
    line-height: 1em;
    font-weight: normal;
    font-family: ClarinsRegular, Clarins;
    padding: 40px;
}
}
/*-------------------------------------------DTW EDIT----------------------------------------------*/
.DTW-height {
    height: 130px;
}
.MyCategRoutine .Title {
    margin-bottom: 1%;
}
.MyContent .SlickItem .Text {
		height: 0px;
	}
#BEAUTYMARKET-Content-MakeUp-1 .Mentions {
    right: 110px;
}
/*Firefox*/
@-moz-document url-prefix() {
	#BEAUTYMARKET-Content-MakeUp-1 .Mentions {
		right: 117px;
	}
	.MyContent .SlickItem .Text {
		height: 0px;
	}
}
#BEAUTYMARKET-Content-Face-2 .TipsContent {
    padding: 16px;
    max-width: 280px;
}
#BEAUTYMARKET-Content-Face-2 .TipsVisual img {
    width: 100%;
}
/*Ipad Landscape*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
	#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-2 {
		right: 132px;
	}
	#BEAUTYMARKET-Content-Face-2 .RoundVisual {
    right: -22px;
	}
	#BEAUTYMARKET-Content-Face-1 .Visual {
		left: 373px;
	}
	#BEAUTYMARKET-Content-Face-1 .RoundVisual {
		right: -20px;
	}
	#BEAUTYMARKET-Content-Body-1 .RoundVisual {
		right: -28px;
	}
	#BEAUTYMARKET-Content-Body-2 .RoundVisual {
		right: -35px;
	}
	.MyCategContent .RoundBox {
		padding: 15px;
	}
	#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-2 {
		right: 289px;
	}
	#BEAUTYMARKET-Content-Body-3 .RoundVisual {
		right: -26px;
	}
	#BEAUTYMARKET-Content-Body-3 .RoundBox {
		padding: 13px;
	}
	#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-2 {
		right: 315px;
	}
	#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-2 {
		right: 297px;
	}
	#BEAUTYMARKET-Content-MakeUp-1 .RoundBox {
		padding: 20px;
	}
	#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 {
		top: 70px;
		right: 159px;
	}
}
/*Ipad Portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	#BEAUTYMARKET-Content-Face-1 .Visual {
		top: 6px;
		left: 359px;
	}
	#BEAUTYMARKET-Content-Face-1 .RoundVisual {
		top: 132px;
		right: 14px;
	}
	#BEAUTYMARKET-Content-Face-1 .RoundBox {
		margin-left: 446px;
		margin-bottom: 60px;
		margin-top: -241px;
	}
	#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-1 {
		top: 189px;
	}
	#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-2 {
		top: 356px;
		right: 186px;
	}
	#BEAUTYMARKET-Content-Body-1 #BEAUTYMARKET-Content-Body-1-Visual-1 {
		top: 219px;
		right: 10px;
	}
	#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-1 {
		right: 23px;
		bottom: 433px;
	}
	#BEAUTYMARKET-Content-Body-2 #BEAUTYMARKET-Content-Body-2-Visual-2 {
		right: 59px;
		bottom: 22px;
	}
	#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-1 {
		top: 241px;
		right: 9px;
	}
	#BEAUTYMARKET-Content-Body-3 .RoundBox {
		margin-left: 70px;
		margin-top: 458px;
		margin-bottom: 119px;
	}
	#BEAUTYMARKET-Content-Body-3 #BEAUTYMARKET-Content-Body-3-Visual-2 {
		right: 261px;
		top: 680px;
	}
	.MyContent .SlickItem {
		margin: 0 auto;
	}
	#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-1 {
		top: 307px;
	}
	Content-MakeUp-1 .RoundBox {
		margin-left: 1px;
		margin-top: 749px;
		margin-bottom: 20px;
		/* margin: 0 auto; */
		top: -166px;
	}
	#BEAUTYMARKET-Content-MakeUp-1 .RoundBox {
		margin-left: 30px;
		margin-top: 772px;
		margin-bottom: 0px;
		/* margin: 0 auto; */
		top: -166px;
	}
	#BEAUTYMARKET-Content-MakeUp-1 #BEAUTYMARKET-Content-MakeUp-1-Visual-2 {
		right: 9px;
	}
	#BEAUTYMARKET-Content-MakeUp-1 .Mentions {
		bottom: 80px;
		right: 210px;
	}
	#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-2 {
		bottom: 547px;
	}
	#BEAUTYMARKET-Content-MakeUp-2 #BEAUTYMARKET-Content-MakeUp-2-Visual-1 {
		bottom: 306px;
	}
	.slick-dots {
		bottom: -51px;
	}
	#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-1 {
		top: 323px;
		right: -1px;
	}
	#BEAUTYMARKET-Content-MakeUp-3 .RoundBox {
		top: -3px;
	}
	#BEAUTYMARKET-Content-MakeUp-3 #BEAUTYMARKET-Content-MakeUp-3-Visual-2 {
		top: 606px;
		right: 274px;
	}
	.MyContent .SlickItem .Text {
		height: 0px;
		margin-bottom: 32px;
	}
}
/*Iphone 6/7*/
@media only screen and (max-width:761px) {
	#BEAUTYMARKET-Content-Face-1 .Visual {
		top: 356px;
	}
	#BEAUTYMARKET-Content-Face-2 #BEAUTYMARKET-Content-Face-2-Visual-1 {
		width: 263px;
		height: 263px;
	}
}
/*Internet Explorer*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#BEAUTYMARKET-Content-Face-2 .TipsContent {
		padding: 9px;
		max-width: 265px;
		box-sizing: border-box;
		margin-right: 0px;
	}
	#BEAUTYMARKET-Content-Face-2 .TipsVisual img{
		width:100%;
	}
	.slick-arrow:hover{
		background-color: transparent;
	}
}

</pre></body></html>