@import url(/resources/front/styles/etc/fonts.css);

* {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
strike,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	line-height: 1.3em;
	vertical-align: middle;
	border: 0 none;
	-webkit-font-smoothing: antialiased
}

body {
	position: relative;
	min-height: 320px;
	margin: 0 auto;
	font-family: "S-CoreDream", sans-serif;
	word-break: normal;
	color: #212121;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #1a1a1a
}

header,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%
}

html,
body {
	font-size: 100%
}

main {
	display: block
}

caption,
legend {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	visibility: hidden
}

caption {
	display: none
}

img {
	border: none;
	vertical-align: top
}

select,
input {
	vertical-align: top;
	border: 0px;
	border-radius: 0;
	background-color: transparent
}

hr {
	display: none;
	border: 0 none
}

ol,
ul,
ul li {
	list-style: none
}

em {
	font-style: normal
}

menu li {
	list-style: none
}

address {
	display: inline;
	font-style: normal
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0px;
	background-color: transparent;
	border-radius: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset {
	margin: 0;
	padding: 0
}

input,
textarea,
keygen,
select,
button,
pre {
	font-family: "S-CoreDream", sans-serif
}

strong {
	font-weight: normal
}

dfn {
	font-style: normal
}

i,
b,
u,
s {
	font-style: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: none
}

video {
	overflow: hidden
}

:focus {
	outline: 0
}

legend.show {
	position: static;
	height: auto;
	width: auto;
	font-size: inherit;
	visibility: visible
}

.hidden {
	position: absolute;
	top: -99999px
}

.txt-l {
	text-align: left !important
}

.txt-c {
	text-align: center !important
}

.txt-r {
	text-align: right !important
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.products-category {
	text-align: center;
	font-size: 0;
	background: #000;
	letter-spacing: 0.075em
}

.products-category li {
	display: inline-block
}

.products-category li a {
	display: block;
	padding: 0 22px;
	font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.43);
	line-height: 55px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s
}

.products-category li a:hover {
	color: #fff
}

.products-category li a[data-active="true"] {
	font-weight: 700;
	color: #fff
}

.products-filter {
	margin: 90px auto 0;
	width: 1036px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0.075em
}

.products-filter input[type="radio"] {
	position: absolute;
	left: -9999px
}

.products-filter input[type="radio"]+label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 6px;
	padding: 3px 28px 0;
	height: 53px;
	font-size: 1rem;
	font-weight: 600;
	color: #b0b0b0;
	border-radius: 28px;
	background: #f2f5f8;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

.products-filter input[type="radio"]+label::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	height: 13px;
	width: 18px;
	vertical-align: middle;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1253' height='1024' fill='rgb%28176%2C176%2C176%29'%3E%3Cpath fill='none' stroke-width='199.805' stroke='rgb%28176%2C176%2C176%29' d='M233.305 369.506l298.042 270.602 471.606-540.206'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%;
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}

.products-filter input[type="radio"]+label:hover::before {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1253' height='1024' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill='none' stroke-width='199.805' stroke='rgb%28255%2C255%2C255%29' d='M233.305 369.506l298.042 270.602 471.606-540.206'/%3E%3C/svg%3E")
}

.products-filter input[type="radio"]:checked+label {
	font-weight: 900;
	color: #fff
}

.products-filter input[type="radio"]:checked+label::before {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1253' height='1024' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill='none' stroke-width='199.805' stroke='rgb%28255%2C255%2C255%29' d='M233.305 369.506l298.042 270.602 471.606-540.206'/%3E%3C/svg%3E")
}

.products-filter.skincare input[type="radio"]+label:hover {
	color: #fff;
	background-color: #6fadd4
}

.products-filter.skincare input[type="radio"]:checked+label {
	background-color: #6fadd4
}

.products-filter.makeup input[type="radio"]+label:hover {
	color: #fff;
	background-color: #f2afaf
}

.products-filter.makeup input[type="radio"]:checked+label {
	background-color: #f2afaf
}

.products-subcategory {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 140px;
	width: 1100px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0.075em
}

.products-subcategory li {
	display: inline-block;
	padding: 20px 40px
}

.products-subcategory li a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 4px;
	font-size: 1rem;
	font-weight: 600;
	color: #b0b0b0;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s
}

.products-subcategory li a:hover {
	color: #222
}

.products-subcategory li a[data-active="true"] {
	font-weight: 900;
	color: #222;
	border-bottom: 2px solid #222
}

.products-container {
	margin: 0 auto;
	width: 1100px
}

.products-container .list-products {
	margin: 0 -11px;
	font-size: 0
}

.products-container .list-products>li {
	display: inline-block;
	margin: 0 11px;
	width: 352px;
	vertical-align: top
}

.products-container .list-products>li:nth-child(n+4) {
	margin-top: 80px
}

.products-container .list-products a:hover .product-item .photo::after {
	opacity: 1
}

.products-container .list-products a:hover .product-item .photo img {
	opacity: 0.2
}

.products-container .list-products .product-item .photo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	height: 352px;
	width: 352px;
	overflow: hidden
}

.products-container .list-products .product-item .photo::after {
	content: 'VIEW MORE';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 81px;
	width: 233px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #000;
	line-height: 81px;
	text-align: center;
	border: 1px solid #000;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}

.products-container .list-products .product-item .photo img {
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}

.products-container .list-products .product-item .badges {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.products-container .list-products .product-item .badges li {
	margin: 5px;
	height: 60px;
	width: 60px
}

.products-container .list-products .product-item .info {
	margin-top: 48px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #444;
	text-align: center;
	line-height: 1.5em
}

.products-container .list-products .product-item .info .line {
	font-weight: 600
}

.products-container .list-products .product-item .info .product-title {
	display: block;
	font-size: .875rem;
	font-weight: 400
}

.products-container .pagination {
	margin-top: 50px
}

button,
a:link,
a:visited,
a:active,
a:focus {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

button:hover {
	text-decoration: none
}

.pagination {
	text-align: center
}

.pagination a {
	display: inline-block;
	padding: 0 7px 0 6px;
	font-size: 1rem;
	font-weight: 400;
	color: #999;
	line-height: 1.875em;
	vertical-align: middle
}

.pagination a.current {
	font-weight: 500;
	color: #000
}

.pagination a:hover {
	color: #000
}

.pagination .prev,
.pagination .next {
	position: relative;
	padding: 0 12px;
	text-indent: -9999px
}

.pagination .prev::after,
.pagination .next::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5.5px;
	height: 7px;
	width: 11px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1583' height='1024' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill='none' stroke-width='186.182' stroke='rgb%280%2C0%2C0%29' d='M94.022 894.604l697.251-708.422 697.251 708.422'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%
}

.pagination .prev::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.pagination .next::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.page-filelist .layout-contents-container .inner {
	display: block;
	margin: 0 auto;
	width: 1100px;
	color: #000
}

.page-filelist .layout-contents-container h1 {
	font-size: 1.5rem
}

.page-filelist .layout-contents-container h2 {
	margin-top: 20px;
	font-size: 1.125rem
}

.page-filelist .layout-contents-container .list-links>li a {
	position: relative;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	color: #000000;
	line-height: 2em;
	text-transform: uppercase
}

@-webkit-keyframes show-content-item {
	from {
		opacity: 0.7;
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@keyframes show-content-item {
	from {
		opacity: 0.7;
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@-webkit-keyframes hide-content-item {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	99% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		opacity: 0.7;
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}
}

@keyframes hide-content-item {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	99% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		opacity: 0.7;
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}
}

.page-home .visual-container {
	position: relative;
	z-index: 1;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 677px;
	min-width: 1280px;
	width: 100%;
	background-color: #fff
}

.page-home .visual-container .slick-active .content-item {
	-webkit-animation: show-content-item 0.3s;
	animation: show-content-item 0.3s
}

.page-home .visual-container .slick-dots {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-home .visual-container .slick-dots>li {
	margin: 0 11px
}

.page-home .visual-container .slick-dots>li button {
	display: block;
	text-indent: -9999px;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	background-color: #c3b9b5;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

.page-home .visual-container .slick-dots>li.slick-active button {
	background-color: #000000
}

.page-home .visual-item {
	display: block;
	height: 677px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.page-home .contents-slick {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0
}

.page-home .contents-slick .content-item {
	display: block !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 240px;
	height: 677px;
	width: 1100px !important;
	-webkit-animation: hide-content-item 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	animation: hide-content-item 0.6s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.page-home .contents-slick .content-item:nth-child(2){
	padding-top: 199px;
}
.page-home .contents-slick .content-item .title {
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.6em;
	/* text-transform: uppercase */
}

.page-home .contents-slick .content-item .message {
	display: block;
	margin-top: 22px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #444444
}

.page-home .section {
	display: block;
	min-height: 290px;
	min-width: 1280px;
	background-color: #ffffff
}

.page-home .section .inner {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 90px;
	width: 1280px
}

.page-home .section .header {
	position: absolute;
	top: 140px;
	left: 90px;
	z-index: 2;
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif
}

.page-home .section .header:before {
	content: '';
	display: block;
	margin-bottom: 55px;
	height: 4px;
	width: 20px;
	background-color: #000000
}

.page-home .section .header .title {
	display: block;
	font-size: 1.75rem;
	font-weight: 400;
	color: #222222;
	line-height: 1.14286em
}

.page-home .section .header .description {
	display: block;
	margin-top: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	color: #888888;
	line-height: 1em
}

.page-home .section.new-n-hot .header {
	top: 157px;
	z-index: 2
}

.page-home .section.new-n-hot .product-visual {
	overflow: hidden;
	height: 390px;
	background-color: #fafafa
}

.page-home .section.new-n-hot .product-visual .producs-slick {
	margin: 0 auto;
	width: 1280px;
	text-align: center
}

.page-home .section.new-n-hot .product-visual .producs-slick .visual-item {
	height: 390px
}

.page-home .section.new-n-hot .product-visual .producs-slick img {
	margin: 0 auto
}

.page-home .section.new-n-hot .product-visual .producs-slick .slick-arrow {
	position: absolute;
	top: 297px;
	right: 90px;
	z-index: 1;
	display: block;
	text-indent: -9999px;
	height: 22px;
	width: 26px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background-image 0.3s;
	transition: background-image 0.3s
}

.page-home .section.new-n-hot .product-visual .producs-slick .slick-arrow.slick-prev {
	right: 138px;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1024' fill='rgb%28213%2C213%2C213%29'%3E%3Cpath d='M0 532.429V491.57h1103.184v40.859H0z'/%3E%3Cpath fill='none' stroke-width='40.859' stroke='rgb%28213%2C213%2C213%29' d='M674.168 20.879L1165.289 512l-491.121 491.162'/%3E%3C/svg%3E");
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.page-home .section.new-n-hot .product-visual .producs-slick .slick-arrow.slick-prev:hover {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1024' fill='rgb%2851%2C51%2C51%29'%3E%3Cpath d='M0 532.429V491.57h1103.184v40.859H0z'/%3E%3Cpath fill='none' stroke-width='40.859' stroke='rgb%2851%2C51%2C51%29' d='M674.168 20.879L1165.289 512l-491.121 491.162'/%3E%3C/svg%3E")
}

.page-home .section.new-n-hot .product-visual .producs-slick .slick-arrow.slick-next {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1024' fill='rgb%28213%2C213%2C213%29'%3E%3Cpath d='M0 532.429V491.57h1103.184v40.859H0z'/%3E%3Cpath fill='none' stroke-width='40.859' stroke='rgb%28213%2C213%2C213%29' d='M674.168 20.879L1165.289 512l-491.121 491.162'/%3E%3C/svg%3E")
}

.page-home .section.new-n-hot .product-visual .producs-slick .slick-arrow.slick-next:hover {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1024' fill='rgb%2851%2C51%2C51%29'%3E%3Cpath d='M0 532.429V491.57h1103.184v40.859H0z'/%3E%3Cpath fill='none' stroke-width='40.859' stroke='rgb%2851%2C51%2C51%29' d='M674.168 20.879L1165.289 512l-491.121 491.162'/%3E%3C/svg%3E")
}

.page-home .section.new-n-hot .list-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 115px;
	padding-bottom: 0px;
	-webkit-box-shadow: inset 0px -1px 0px 0px #cccccc;
	box-shadow: inset 0px -1px 0px 0px #cccccc
}

.page-home .section.new-n-hot .list-products>li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.page-home .section.new-n-hot .list-products>li:after {
	content: '';
	position: absolute;
	right: 50%;
	bottom: -1px;
	left: 50%;
	display: block;
	height: 3px;
	background-color: #000;
	-webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1), left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1), left 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-home .section.new-n-hot .list-products>li:hover:after {
	right: 0;
	left: 0
}

.page-home .section.new-n-hot .product-item {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 25px 0;
	width: 240px
}

.page-home .section.new-n-hot .product-item .thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	height: 240px;
	width: 240px
}

.page-home .section.new-n-hot .product-item .thumb img {
	max-height: 100%;
	max-width: 100%
}

.page-home .section.new-n-hot .product-item .info {
	margin-top: 20px;
	text-align: center
}

.page-home .section.new-n-hot .product-item .info .line {
	overflow: hidden;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 500;
	color: #000000;
	line-height: 1.25em
}

.page-home .section.new-n-hot .product-item .info .product-title {
	display: block;
	margin-top: 7px;
	font-size: .875rem;
	font-weight: 400;
	color: #222222;
	line-height: 1.42857em
}

.page-home .section.beauty-tip {
	position: relative;
	height: 708px
}

.page-home .section.beauty-tip:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7)
}

.page-home .section.beauty-tip:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	display: block;
	height: 344px;
	background-color: #fff
}

.page-home .section.beauty-tip .youtube {
	position: absolute;
	left: calc(50% - (615px /2));
	bottom: 0;
	z-index: 2;
	display: block;
	height: 467px;
	width: 615px
}

.page-home .section.beauty-tip .youtube .video {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
	height: 303px;
	width: 615px;
	background-color: transparent
}

.page-home .section.beauty-tip .youtube .video video {
	display: block;
	margin: 0 auto;
	height: 303px;
	max-width: 100%
}

.page-home .section.beauty-tip .youtube .youtube-player {
	display: block;
	height: 303px;
	width: 615px;
	background-color: #000
}

.page-home .section.beauty-tip .youtube .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 8px;
	height: 162px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #ffffff
}

.page-home .section.beauty-tip .youtube .link:after {
	content: '';
	display: block;
	height: 31px;
	width: 31px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath d='M0 495.484h1024v33.032H0v-33.032zM495.484 0h33.032v1024h-33.032V0z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: cover
}

.page-home .section.beauty-tip .sample {
	display: block;
	padding-top: 344px;
	height: 364px;
	width: 100%;
	overflow: hidden
}

.page-home .section.beauty-tip .sample img {
	display: block;
	height: 100%
}

.page-home .section.moments .header .title {
	display: inline-block;
	margin-right: 10px
}

.page-home .section.moments .btn-sns {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	height: 38px;
	width: 38px;
	text-indent: -9999px;
	border-radius: 100%;
	background-color: #bfbfbf;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s
}

.page-home .section.moments .btn-sns:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%
}

.page-home .section.moments .btn-sns[data-icon="instagram"]:before {
	margin-top: -9.5px;
	margin-left: -10px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -103px -98px;
	width: 20px;
	height: 19px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.page-home .section.moments .btn-sns[data-icon="instagram"]:before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.page-home .section.moments .btn-sns[data-icon="instagram"]:hover {
	background-color: #e32f56
}

.page-home .section.moments .btn-sns[data-icon="facebook"]:before {
	margin-top: -10px;
	margin-left: -5.5px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: 0px -132px;
	width: 11px;
	height: 20px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.page-home .section.moments .btn-sns[data-icon="facebook"]:before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.page-home .section.moments .btn-sns[data-icon="facebook"]:hover {
	background-color: #0a1d8f
}

.page-home .section.moments .snapwidget-widget {
	margin-top: 290px;
	width: 100%
}

.page-home .section.country>.inner {
	padding: 327px 0 0 0
}

.page-home .section.country .find-country {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	height: 604px;
	background: #fff url("/resources/front/images/bg_country.jpg") right center no-repeat;
	background-size: auto 100%
}

.page-home .section.country .find-country .continent {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0 0 90px;
	height: 100%;
	width: 384px;
	background-color: #da1109
}

.page-home .section.country .find-country .continent>.title {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	color: #ffffff
}

.page-home .section.country .find-country .continent .list-continent {
	display: block;
	margin-top: 45px
}

.page-home .section.country .find-country .continent .list-continent>li {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0 24px 0
}

.page-home .section.country .find-country .continent .list-continent>li .btn-continent {
	display: block;
	font-size: 1.375rem;
	font-weight: 700;
	color: rgba(242, 242, 243, 0.4)
}

.page-home .section.country .find-country .continent .list-continent>li:hover .btn-continent {
	color: #ffffff
}

.page-home .section.country .find-country .continent .list-continent>li.selected .btn-continent {
	font-weight: 900;
	color: #ffffff
}

.page-home .section.country .find-country .continent .list-continent>li.selected .list-country {
	opacity: 1;
	visibility: visible
}

.page-home .section.country .find-country .continent .list-continent>li.selected .list-country::before {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1)
}

.page-home .section.country .find-country .continent .list-country {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 386px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 90px 0 0 115px
}

.page-home .section.country .find-country .continent .list-country::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	opacity: 0;
	-webkit-transform: translateY(5px) scale(0.98);
	transform: translateY(5px) scale(0.98);
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.page-home .section.country .find-country .continent .list-country.asia::before {
	background-image: url("/resources/front/images/bg_country_asia.png")
}

.page-home .section.country .find-country .continent .list-country.europe::before {
	background-image: url("/resources/front/images/bg_country_europe.png")
}

.page-home .section.country .find-country .continent .list-country.america::before {
	background-image: url("/resources/front/images/bg_country_america.png")
}

.page-home .section.country .find-country .continent .list-country.oceania::before {
	background-image: url("/resources/front/images/bg_country_oceania.png")
}

.page-home .section.country .find-country .continent .list-country.m-east::before {
	background-image: url("/resources/front/images/bg_country_m_east.png")
}

.page-home .section.country .find-country .continent .list-country>li {
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 0;
	width: 223px
}

.page-home .section.country .find-country .continent .list-country>li a {
	position: relative;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	color: #000000;
	line-height: 2em;
	text-transform: uppercase
}

.page-home .section.country .find-country .continent .list-country>li a:before {
	content: '';
	position: absolute;
	right: 100%;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	background-color: #da1109;
	-webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-home .section.country .find-country .continent .list-country>li a:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	margin: 0 0 0 15px;
	height: 16px;
	width: 16px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' fill='rgb%280%2C0%2C0%29'%3E%3Cpath d='M896 1024V320l-64 64v576H64V192h576l64-64H0v896h896zM1024 0H704l115.2 115.2L384 550.4l89.6 89.6 435.2-435.2L1024 320V0z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%;
	-webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-home .section.country .find-country .continent .list-country>li a:hover:before {
	right: 0
}

.page-home .section.country .find-country .continent .list-country>li a:hover:after {
	opacity: 1;
	visibility: visible
}

.page-home .section.country .find-country .continent .list-country>li a[href="#"] {
	pointer-events: none
}

.page-home .section.country .find-country .continent .list-country>li span {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	color: #000000;
	line-height: 2em;
	text-transform: uppercase
}

@-webkit-keyframes gradient-slide {
	0% {
		background-position: 0% 50%
	}

	100% {
		background-position: 200% 50%
	}
}

@keyframes gradient-slide {
	0% {
		background-position: 0% 50%
	}

	100% {
		background-position: 200% 50%
	}
}

.missha-brand-story {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 36px 0 33px 0;
	min-width: 1280px;
	background-image: linear-gradient(110deg, #000 0%, #3c3c3c 50%, #000 100%);
	background-size: 200%;
	-webkit-animation: gradient-slide 4s infinite linear forwards;
	animation: gradient-slide 4s infinite linear forwards
}

.missha-brand-story .title {
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	color: #ffffff;
	text-align: center
}

.missha-brand-story .description {
	display: block;
	margin-top: 21px;
	font-size: .9375rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.6em;
	text-align: center
}

.missha-brand-story .btn-brand-story {
	display: block;
	margin: 20px auto 0 auto;
	height: 19px;
	width: 31px;
	text-indent: -9999px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1658' height='1024' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='159.328' stroke='rgb%28255%2C255%2C255%29' d='M1554.721 215.836L828.186 944.761 101.651 215.836'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%
}

/* S : 200722 수정 */
.page-about .layout-contents-container{
	position:relative;
	background:#fff url("/resources/front/images/about/bg_about.gif") no-repeat 50% 0;
}
.page-about .layout-contents-container:before {
	content:'';
	position:absolute;
	left:50%;
	margin-left:-640px;
	width:1280px;
	height:677px;
	background:url("/resources/front/images/about/bg_about_product.png") no-repeat right 0;
}

.page-about .layout-contents-container main{
	padding-bottom:0;
}
.page-about .layout-contents-container [class^="about-"]{
	position:relative;
}

.page-about .layout-contents-container [class^="about-"] .inner {
	position:relative;
	z-index:1;
	display: block;
	margin: 0 auto;
	width:1280px;
}

.page-about .layout-contents-container [class^="about-"] .inner .etcText{
	font-size:0.875rem;
	color:#666;
	line-height:1.375em;
	letter-spacing:0.035em;
}

.page-about .layout-contents-container .about-main .inner {
	width:1100px;
}

.page-about .layout-contents-container [class^="about-"] .inner section h2{
	padding-top:140px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size:1.25rem;
	color:#222;
	text-align:center;
	line-height:2.500em;
	font-weight:500;
}

.page-about .layout-contents-container [class^="about-"] .inner section h2 strong{
	font-size:2.5rem;
	display:block;
	letter-spacing: .055em;
	font-weight:500;
}

.page-about .layout-contents-container [class^="about-"] .inner section h2 + *{
	margin-top:40px;
}

.page-about .layout-contents-container [class^="about-"] .inner section.story-contents h2:before{
	content:'';
	margin:0 auto 29px;
	width:50px;
	height:4px;
	display:block;
	background-color:#222;
}

.page-about .layout-contents-container [class^="about-"] .inner section .description {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75em;
	letter-spacing: 0.035em;
}

.page-about .layout-contents-container [class^="about-"] .inner section .description + .etcText{
	padding-top:20px;
}

.page-about .layout-contents-container .about-main:after {
	content:'';
	position:absolute;
	bottom:0;
	width:100%;
	height:340px;
	background:#f7f7f8;
}

.page-about .layout-contents-container .about-main .story-header {
	padding: 187px 0 200px;
}

.page-about .layout-contents-container .about-main .story-header .title {
	margin: 0;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.0rem;
	font-weight: 500;
	color: #000;
	letter-spacing: .025em
}

.page-about .layout-contents-container .about-main .story-header .description {
	margin: 48px 0 0;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: #000;
	line-height: 1.650em;
	letter-spacing: .025em
}

.page-about .layout-contents-container .about-main .inner .story-contents .story-beauty{
	padding-bottom:320px;
	padding-left:767px;
	background: url("/resources/front/images/about/bg_about_beauty1.jpg") no-repeat left bottom, url("/resources/front/images/about/bg_about_beauty2.jpg") no-repeat right bottom;
}

.page-about .layout-contents-container .about-main .inner .story-contents .story-solutions{
	padding-top:317px;
	padding-left:767px;
	background: url("/resources/front/images/about/bg_about_solution1.jpg") no-repeat left top, url("/resources/front/images/about/bg_about_solution2.jpg") no-repeat right top;
}

.page-about .layout-contents-container .about-main .inner .story-contents .story-heritage{
	padding-top:596px;
	padding-bottom:50px;
	background: url("/resources/front/images/about/bg_about_heritage.jpg") no-repeat left top;
}

.page-about .layout-contents-container .about-main .inner .story-contents .story-heritage .description{
	text-align:center;
}

.page-about .layout-contents-container .about-video{
	text-align:center;
}

.page-about .layout-contents-container .about-video .inner video{
	margin-top:140px;
	width:100%;
	max-width:1000px;
	height:auto;
}

.page-about .layout-contents-container .about-video .inner video[poster]{
	width:100%;
	height:100%;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer{
	position:relative;
	width:100%;
	height:1001px;
	background:url("/resources/front/images/about/bg_about_channer.jpg") no-repeat left top;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .total{
	position:absolute;
	left:90px;
	top:75px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .total ul li{
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	color:#000;
	font-weight:500;
	line-height:1.375em;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .total ul li + li{
	padding-top:20px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .total ul li strong{
	font-size:2.125rem;
	font-weight:600;
	vertical-align:baseline;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li{
	position:absolute;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size:0.9375rem;
	color:#444;
	text-align:center;
	line-height:1.450em;
	
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li span,
.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li strong{
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	color:#000;
	font-weight:500;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li span{
	font-size:1.25rem;
	display:inline-block;
	background-image: linear-gradient(transparent 60%, #fad3d8 40%);
	/* background-image: linear-gradient(transparent calc(100% - 3px), #000 3px); */
	background-repeat: no-repeat;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.8s;
	transition: background-size 0.8s;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li:hover span{
	background-size: 100% 100%;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li strong{
	padding-bottom:10px;
	font-size:1.625rem;
	display:block;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer1{
	top:449px;
	left:413px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer2{
	top:120px;
	left:574px;
	width:309px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer3{
	top:30px;
	left:796px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer4{
	top:183px;
	left:933px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer5{
	top:466px;
	left:1064px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer6{
	top:729px;
	left:326px;
	width:153px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer7{
	top:827px;
	left:670px;
	width:250px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer8{
	top:666px;
	left:824px;
	width:200px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer9{
	top:853px;
	left:978px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li:before{
	content:'';
	position:absolute;
	top:-9px;
	bottom:auto;
	left:50%;
	margin-left:-2px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#666;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer1:before{
	top:20px;
	left:-11px;
	margin-left:0;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer2:before,
.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer3:before,
.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer4:before{
	top:auto;
	bottom:-10px;
	left:50%;
	margin-left:-2px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer5:before{
	top:-12px;
	left:20px;
	margin-left:0;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li:after{
	content:'';
	position:absolute;
	background-color:#666;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer1:after{
	top:22px;
	left:-72px;
	width:61px;
	height:1px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer2:after{
	bottom:-59px;
	left:50%;
	width:1px;
	height:50px;
	
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer3:after{
	bottom:-278px;
	left:50%;
	width:1px;
	height:269px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer4:after{
	bottom:-181px;
	left:50%;
	width:1px;
	height:172px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer5:after{
	top:-10px;
	left:-38px;
	width:58px;
	height:1px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer6:after{
	top:-54px;
	left:50%;
	width:1px;
	height:48px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer7:after{
	top:-293px;
	left:50%;
	width:1px;
	height:284px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer8:after{
	top:-42px;
	left:50%;
	width:1px;
	height:33px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer .channer ul li.area-channer9:after{
	top:-132px;
	left:50%;
	width:1px;
	height:123px;
}

.page-about .layout-contents-container .about-channer .inner .global-channer .location-channer + .etcText{
	padding-top:20px;
	text-align:center;
}

.page-about .layout-contents-container .about-brand{
	margin-top:140px;
	padding-bottom:163px;
	background:#f7f7f8;
}

.page-about .layout-contents-container .about-brand .inner .family-brand .list-brand{
	padding:42px 90px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#fff;
}

.page-about .layout-contents-container .about-brand .inner .family-brand .list-brand + .list-brand{
	padding:19px 90px 52px;
}
/* E : 200722 수정 */

.page-history .layout-contents-container .inner {
	display: block;
	margin: 0 auto -50px;
	width: 1100px
}

.page-history .history-contents {
	padding-top: 104px;
	color: #000
}

.page-history .history-title {
	margin: 0;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .075em
}

.page-history .history-timeline {
	margin-top: 96px
}

.page-history .history-timeline .year-section {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	min-height:443px;
	padding-bottom:80px;
}

.page-history .history-timeline .year-section:nth-child(even) {
	margin-left: calc(50% - 1px);
	padding-left: 45px;
	border-left: 1px solid #d4d4d4
}

.page-history .history-timeline .year-section:nth-child(even) .year::before {
	left: -45px;
	margin-left: -6px
}

.page-history .history-timeline .year-section:nth-child(odd) {
	padding-right: 45px;
	text-align: right;
	border-right: 1px solid #d4d4d4
}

.page-history .history-timeline .year-section:nth-child(odd) .year::before {
	right: -45px;
	margin-right: -7px
}

.page-history .history-timeline .year-section .year {
	position: relative;
	margin: 0;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .075em
}

.page-history .history-timeline .year-section .year::before {
	content: '';
	position: absolute;
	top: 7px;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: #ba0202
}

.page-history .history-timeline .year-section .list-history {
	margin-top: 56px
}

.page-history .history-timeline .year-section .list-history li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75em;
	letter-spacing: .075em
}

.page-history .history-timeline .year-section .list-history li+li {
	margin-top: 21px
}

.page-history .history-timeline .year-section .list-history li span {
	display: block;
	margin-bottom: 2px;
	font-weight: 600
}

.page-history .history-timeline .year-section .list-history li span.small {
	margin-top:3px;
	font-size:0.725rem;
	font-weight:400;
}

.page-history .history-timeline .year-section.y2020 {
	position: relative;
	border-right:0;
}
.page-history .history-timeline .year-section.y2020::before {
	content: '';
	position: absolute;
	top: 7px;
	bottom:-10px;
	right: 0;
	display: block;
	border-left: 1px solid #d4d4d4
}

.page-history .history-timeline .year-section.y2020::after {
	content: '';
	position: absolute;
	top: 0;
	right: -45px;
	height: 352px;
	width: 352px;
	background: url("/resources/front/images/history_2020.jpg") no-repeat;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}


.page-history .history-timeline .year-section.y2019 {
	position: relative;
	border-left: 0
}

.page-history .history-timeline .year-section.y2019::before {
	content: '';
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 0;
	display: block;
	border-left: 1px solid #d4d4d4
}

.page-history .history-timeline .year-section.y2019::after {
	content: '';
	position: absolute;
	top: 27px;
	left: -96px;
	height: 379px;
	width: 352px;
	background: url("/resources/front/images/history_2019.jpg") no-repeat;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.page-history .history-timeline .year-section.y2018 {
	position: relative;
}

.page-history .history-timeline .year-section.y2018::after {
	content: '';
	position: absolute;
	top: 0;
	right: -45px;
	height: 352px;
	width: 352px;
	background: url("/resources/front/images/history_2018.jpg") no-repeat;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.page-history .history-timeline .year-section.y2015 {
	position: relative;
}

.page-history .history-timeline .year-section.y2015::after {
	content: '';
	position: absolute;
	top: -35px;
	left: -633px;
	height: 465px;
	width: 236px;
	background: url("/resources/front/images/history_2015.jpg") no-repeat;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.page-history .history-timeline .year-section.y2013 {
	position: relative;
}

.page-history .history-timeline .year-section.y2013::after {
	content: '';
	position: absolute;
	top: 0;
	right: -750px;
	height: 352px;
	width: 352px;
	background: url("/resources/front/images/history_2013.jpg") no-repeat;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.page-history .history-timeline .year-section.y2010 {
	position: relative
}

.page-history .history-timeline .year-section.y2010::after {
	content: '';
	position: absolute;
	top: 0;
	left: -750px;
	height: 352px;
	width: 352px;
	background: url("/resources/front/images/history_2010.jpg") no-repeat;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.page-history .history-timeline .year-section.y2003 {
	padding-bottom: 50px
}

.page-news .layout-contents-container .inner {
	display: block;
	margin: 0 auto -69px;
	width: 1100px
}

.page-news .news-contents {
	padding-top: 104px
}

.page-news .news-contents .btns {
	margin-top: 60px
}

.page-news .news-contents .btn-list {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
	width: 206px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.875rem;
	font-weight: 500;
	color: #000000;
	line-height: 2.46667em;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid #000000
}

.page-news .news-title {
	margin: 0;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	color: #000;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .075em
}

.page-news .news-list-container {
	margin-top: 130px
}

.page-news .news-list-container .news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.page-news .news-list-container .news-list li {
	margin-bottom: 100px;
	width: 340px
}

.page-news .news-list-container .news-list li:nth-child(3n+1) {
	margin-left: 0
}

.page-news .news-list-container .news-list li+li {
	margin-left: 40px
}

.page-news .news-list-container .news-list li .thumb {
	position: relative;
	height: 310px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover
}

.page-news .news-list-container .news-list li .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.page-news .news-list-container .news-list li .title {
	margin: 24px 0 0;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	line-height: 1.875em;
	letter-spacing: .075em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.page-news .news-list-container .news-list li .date {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	color: #666;
	line-height: 1.875em;
	letter-spacing: .075em
}

.page-news .news-detail {
	display: block;
	margin-top: 87px
}

.page-news .news-detail dt .title {
	display: block;
	font-size: 1.75rem;
	font-weight: 500;
	color: #000000;
	line-height: 1.42857em
}

.page-news .news-detail dt .date {
	display: block;
	margin-top: 12px;
	font-size: 1.25rem;
	font-weight: 400;
	color: #000000;
	line-height: 1em
}

.page-news .news-detail dd {
	display: block;
	padding: 60px 0 80px 0;
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.77778em;
	word-break: break-word
}

.page-news .news-detail .photo-container {
	display: block;
	margin-bottom: 60px
}

.page-news .news-detail .photo-container img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%
}

.page-news .news-detail .list-files {
	display: block;
	margin-top: 80px
}

.page-news .news-detail .list-files>li+li {
	margin-top: 15px
}

.page-news .news-detail .list-files>li a,
.page-news .news-detail .list-files>li button {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 32px;
	font-size: 1rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.3125em
}

.page-news .news-detail .list-files>li a:before,
.page-news .news-detail .list-files>li button:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -195px -98px;
	width: 15px;
	height: 14px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	.page-news .news-detail .list-files>li a:before,
	.page-news .news-detail .list-files>li button:before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.page-news .news-detail .list-files>li a:after,
.page-news .news-detail .list-files>li button:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 32px;
	display: block;
	height: 1px;
	background-color: #000
}

.page-news .news-navigation {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 34px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000
}

.page-news .news-navigation li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-news .news-navigation li+li {
	margin-top: 28px
}

.page-news .news-navigation li .key {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 96px 0 40px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #000000
}

.page-news .news-navigation li .value {
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000
}

.page-news .news-navigation li .value a {
	color: #000
}

.page-new .layout-contents-container .inner {
	display: block;
	margin: 0 auto;
	padding-bottom: 18px;
	width: 1280px
}

.page-new .new-contents {
	padding-top: 104px;
	color: #000;
	letter-spacing: .075em
}

.page-new .new-title {
	margin: 0 0 90px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase
}

.page-new .new-item+.new-item {
	margin-top: 60px
}

.page-new .new-item a {
	display: block;
	color: #000
}

.page-new .new-item .title {
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1.24em;
	text-transform: uppercase
}

.page-new .new-item .description {
	position: relative;
	margin: 35px 0 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875em
}

.page-new .new-item .description::after {
	content: '';
	display: block;
	margin: 75px 0 0;
	background-image: url(/resources/front/images/sprites.png);
	background-position: 0px -98px;
	width: 60px;
	height: 22px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.page-new .new-item .description::after {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.page-new .new-item.rouge-velvet {
	background: url("/resources/front/images/new_item_rouge_velvet.jpg") right center no-repeat
}

.page-new .new-item.rouge-velvet a {
	padding: 52px 0 88px 100px;
}

.page-new .new-item.rouge-velvet .title,
.page-new .new-item.rouge-velvet .description {
	width: 420px
}

.page-new .new-item.artemisia {
	background: url("/resources/front/images/new_item_artemisia.jpg") left center no-repeat
}

.page-new .new-item.artemisia a {
	padding: 140px 0 104px 750px;
}

.page-new .new-item.artemisia .title{
	width:400px;
}
.page-new .new-item.artemisia .description {
	width: 375px
}

.page-products .layout-contents-container main {
	padding-bottom: 160px
}

.page-products .submain-header {
	display: block
}

.page-products .submain-header.best {
	background: url("/resources/front/images/submain/visual_bestseller.jpg") center center no-repeat;
	background-size: auto 100%
}

.page-products .submain-header.body {
	background: url("/resources/front/images/submain/visual_body.jpg") center center no-repeat;
	background-size: auto 100%
}

.page-products .submain-header.makeup {
	background: url("/resources/front/images/submain/visual_makeup.jpg") center center no-repeat
}

.page-products .submain-header.skincare {
	background: url("/resources/front/images/submain/visual_skincare.jpg") center center no-repeat
}

.page-products .submain-header>.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 122px;
	height: 677px;
	width: 1280px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.75rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.075em;
	text-transform: uppercase
}

.page-products .submain-header>.inner.colorOpt1 {color:#222;}

/* .page-products .submain-header>.inner.black {color:#000;} */

.page-products .submain-header+.products-container {
	margin-top: 100px
}

.page-products .products-filter+.products-subcategory {
	margin-top: 62px;
	padding-top: 52px;
	border-top: 1px solid #ddd
}

.page-products .products-filter+.products-container {
	margin-top: 70px
}

.page-products .products-subcategory+.products-container {
	margin-top: 60px
}

.page-products .submain-news {
	margin-top: 120px;
	letter-spacing: 0.075em
}

.page-products .submain-news .list-submain-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 1280px
}

.page-products .submain-news .list-submain-news li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 55px 0 0 80px;
	height: 400px;
	width: 50%;
	background-repeat: no-repeat
}

.page-products .submain-news .list-submain-news li a {
	color: inherit
}

.page-products .submain-news .list-submain-news li .title {
	margin-bottom: 20px;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.33333em;
	text-transform: uppercase
}

.page-products .submain-news .list-submain-news li .name {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6em
}

.page-products .submain-news .list-submain-news li .description {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6em;
	width: 360px
}

.page-search .layout-contents-container .inner {
	display: block;
	margin: 0 auto;
	width: 1100px
}

.page-search .search-contents {
	padding-top: 60px
}

.page-search .search-form {
	position: relative;
	margin: 0 auto;
	width: 740px;
	border-bottom: 1px solid #000
}

.page-search .search-form .input-keyword {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 21px;
	height: 45px;
	width: calc(100% - 60px);
	font-size: 1.5rem;
	font-weight: 500;
	color: #000
}

.page-search .search-form .btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 60px;
	text-indent: -9999px;
	border: 0;
	background: none
}

.page-search .search-form .btn-submit::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -72px -98px;
	width: 19px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.page-search .search-form .btn-submit::before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.page-search .recommend-keyword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 13px 5px;
	width: 740px
}

.page-search .recommend-keyword li {
	margin: 7px 15px;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1
}

.page-search .recommend-keyword li a {
	color: #000;
	white-space: nowrap
}

.page-search .search-result {
	margin: 140px auto 0;
	width: 1100px
}

.page-search .search-result .products-title {
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: #222;
	line-height: 1.33333em
}

.page-search .search-result .products-title~.products-title {
	margin-top: 90px;
	padding-top: 40px;
	border-top: 1px solid #a1a1a1
}

.page-search .search-result .products-container~.news-container {
	margin-top: 40px
}

.page-search .search-result .products-container .list-products {
	margin-top: 80px
}

.page-search .search-result .news-container {
	padding-bottom: 80px;
	border-bottom: 1px solid #a1a1a1
}

.page-search .search-result .news-container .title {
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: #222;
	line-height: 1.33333em
}

.page-search .search-result .news-container .list-news {
	margin-top: 80px
}

.page-search .search-result .news-container .list-news li+li {
	margin-top: 60px
}

.page-search .search-result .news-container .list-news a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.page-search .search-result .news-container .list-news .thumb {
	position: relative;
	margin-right: 47px;
	height: 230px;
	max-width: 352px;
	min-width: 352px;
	width: 352px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover
}

.page-search .search-result .news-container .list-news .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.page-search .search-result .news-container .list-news .body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(100% - 352px - 47px);
	color: #000
}

.page-search .search-result .news-container .list-news .title {
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 39px;
	width: 100%;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.81818em;
	text-overflow: ellipsis;
	white-space: nowrap
}

.page-search .search-result .news-container .list-news .lead {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.77778em;
	overflow: hidden;
	position: relative;
	line-height: 1.77778em;
	max-height: 8.8889em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em
}

.page-search .search-result .news-container .list-news .lead:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0
}

.page-search .search-result .news-container .list-news .lead:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #fff
}

.page-search .search-result .btn-more {
	position: relative;
	display: block;
	margin: 91px auto 13px;
	height: 32px;
	width: 32px;
	text-indent: -9999px
}

.page-search .search-result .btn-more::before,
.page-search .search-result .btn-more::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	border-top: 2px solid #000
}

.page-search .search-result .btn-more::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.page-search .search-no-result {
	margin-top: 115px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	color: #212121;
	text-align: center;
	letter-spacing: 0.075em
}

.page-search .search-no-result .title {
	font-size: 1.875rem;
	font-weight: 400
}

.page-search .search-no-result .title::before {
	content: '';
	display: block;
	margin: 0 auto 50px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -170px 0px;
	width: 66px;
	height: 66px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.page-search .search-no-result .title::before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.page-search .search-no-result .info {
	margin-top: 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5em
}

.error {
	padding-top: 224px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	color: #212121;
	text-align: center;
	letter-spacing: 0.075em
}

.error .title {
	font-size: 1.875rem;
	font-weight: 400
}

.error .title::before {
	content: '';
	display: block;
	margin: 0 auto 50px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -170px 0px;
	width: 66px;
	height: 66px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.error .title::before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.error .info {
	margin-top: 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5em
}

.page-template .layout-contents-container {
	padding-top: 58px
}

.page-template .layout-contents-container main {
	padding-bottom: 0
}

.page-template .template-summary {
	display: block
}

.page-template .template-summary .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 auto;
	padding-bottom: 145px;
	width: 1100px
}

.page-template .template-summary .product-sample {
	position: relative;
	width: 500px
}

.page-template .template-summary .product-sample .badges {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 52px 15px 0 15px;
	height: 500px;
	width: 500px
}

.page-template .template-summary .product-sample .badges li {
	margin: 5px;
	height: 90px;
	width: 90px
}

.page-template .template-summary .product-sample .badges li img {
	height: 100%;
	width: 100%
}

.page-template .template-summary .product-sample .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	height: 88px
}

.page-template .template-summary .product-sample .slick-dots>li {
	margin-top: -4px
}

.page-template .template-summary .product-sample .slick-dots>li+li {
	margin-left: 15px
}

.page-template .template-summary .product-sample .slick-dots .dots {
	height: 88px;
	width: 88px;
	border: 1px solid #ebebeb
}

.page-template .template-summary .product-sample .slick-dots .dots img {
	max-height: 100%;
	max-width: 100%
}

.page-template .template-summary .product-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 60px;
	padding: 57px 0 50px 0;
	width: 540px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	color: #212121
}

.page-template .template-summary .product-info>.title {
	display: block;
	font-family: inherit;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4em
}

.page-template .template-summary .product-info .color-sample {
	display: block;
	margin-top: 44px
}

.page-template .template-summary .product-info .color-sample .name {
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 400;
	color: #212121;
	line-height: 1em;
	text-transform: uppercase
}

.page-template .template-summary .product-info .color-sample .name strong {
	font-weight: 700;
	vertical-align: baseline
}

.page-template .template-summary .product-info .color-sample .list-colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -7px
}

.page-template .template-summary .product-info .color-sample .list-colors .color {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7px
}

.page-template .template-summary .product-info .color-sample .list-colors .color.active .color-thumb {
	position: relative;
	height: 46px;
	width: 46px
}

.page-template .template-summary .product-info .color-sample .list-colors .color.active .color-thumb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	border: 2px solid #000
}

.page-template .template-summary .product-info .color-sample .slick-prev,
.page-template .template-summary .product-info .color-sample .slick-next {
	position: relative;
	display: block;
	height: 46px;
	width: 23px;
	text-indent: -9999px
}

.page-template .template-summary .product-info .color-sample .slick-prev::after,
.page-template .template-summary .product-info .color-sample .slick-next::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	height: 7px;
	width: 11px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1583' height='1024' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill='none' stroke-width='186.182' stroke='rgb%280%2C0%2C0%29' d='M94.022 894.604l697.251-708.422 697.251 708.422'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%
}

.page-template .template-summary .product-info .color-sample .slick-prev {
	margin-left: 7px
}

.page-template .template-summary .product-info .color-sample .slick-prev::after {
	left: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.page-template .template-summary .product-info .color-sample .slick-next::after {
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.page-template .template-summary .product-info .product-details .detail-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif
}

.page-template .template-summary .product-info .product-details .detail-item:first-child {
	margin-top: 27px
}

.page-template .template-summary .product-info .product-details .detail-item:first-child dt {
	padding-top: 0px
}

.page-template .template-summary .product-info .product-details .detail-item dt {
	display: block;
	padding-top: 5px;
	min-width: 155px;
	width: 155px;
	font-size: 1rem;
	font-weight: 700;
	color: #000000
}

.page-template .template-summary .product-info .product-details .detail-item dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875rem;
	font-weight: 400;
	color: #212121;
	color: #212121;
	line-height: 1.71429em
}

.page-template .template-summary .product-info .product-details .detail-item .icon-skin {
	display: block;
	width: 96px;
	text-align: center
}

.page-template .template-summary .product-info .product-details .detail-item .icon-skin:first-child span:before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	height: 10px;
	width: 1px;
	background-color: #e0e0e0
}

.page-template .template-summary .product-info .product-details .detail-item .icon-skin img {
	display: block;
	margin: 0 auto;
	height: 29px;
	width: 29px
}

.page-template .template-summary .product-info .product-details .detail-item .icon-skin span {
	position: relative;
	display: block;
	margin-top: 4px;
	font-size: .75rem;
	font-weight: 400;
	color: #212121;
	line-height: 1.66667em
}

.page-template .template-summary .product-info .product-details .detail-item .icon-skin span:after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 0;
	display: block;
	height: 10px;
	width: 1px;
	background-color: #e0e0e0
}

.page-template .template-summary .product-info .all-ingredients {
	position: relative;
	display: block;
	margin-top: 30px
}

.page-template .template-summary .product-info .btn-ingredients {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 0 17px 3px;
	width: 100%;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #000
}

.page-template .template-summary .product-info .btn-ingredients:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	height: 9px;
	width: 15px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1583' height='1024' fill='rgba%280%2C0%2C0%2C.5%29'%3E%3Cpath fill='none' stroke-width='93.091' stroke='rgba%280%2C0%2C0%2C.5%29' d='M1488.524 222.394L791.273 930.35 94.022 222.394'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%
}

.page-template .template-summary .product-info .btn-ingredients[data-expand]:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.page-template .template-summary .product-info .btn-ingredients[data-expand]~.ingredients-expand {
	max-height: 130px
}

.page-template .template-summary .product-info .ingredients-expand {
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	display: block;
	max-height: 0px;
	font-size: .875rem;
	font-weight: 400;
	color: #000000;
	line-height: 2em;
	-webkit-transition: margin 0.3s, max-height 0.3s;
	transition: margin 0.3s, max-height 0.3s
}

.page-template .template-concept {
	display: block;
	color: #ffffff;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.page-template .template-concept .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	height: 360px;
	width: 1100px
}

.page-template .template-concept .inner .concept {
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2em
}

.page-template .template-description .inner {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 120px 0;
	width: 1100px
}

.page-template .template-description .inner>.title {
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	color: #222222;
	line-height: 1em;
	letter-spacing: 0.075em
}

.page-template .template-description .inner>.title:before {
	content: '';
	display: block;
	margin-bottom: 55px;
	height: 4px;
	width: 20px;
	background-color: #000000
}

.page-template .template-description .list-description {
	display: block;
	margin-top: 80px
}

.page-template .template-description .list-description .desc-item {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 26px
}

.page-template .template-description .list-description .desc-item:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	width: 3px;
	background-color: #000
}

.page-template .template-description .list-description .desc-item+.desc-item {
	margin-top: 60px
}

.page-template .template-description .list-description dt {
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
	line-height: 1em
}

.page-template .template-description .list-description dd {
	display: block;
	margin-top: 6px;
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.77778em
}

.page-template .template-description .list-description p {
	position: relative;
	top: -5px;
	font-size: 1.125rem;
	font-weight: 300;
	color: #000;
	line-height: 1.77778em;
	letter-spacing: 0.025em
}

.page-template .template-description .list-description p.number-item {
	padding-left: 20px;
	text-indent: -20px
}

.page-template .template-description .list-description p+p {
	margin-top: 30px
}

.page-template .template-description .list-description-simple {
	display: block;
	margin-top: 80px
}

.page-template .template-description .list-description-simple .desc-item {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.page-template .template-description .list-description-simple .desc-item+.desc-item {
	margin-top: 60px
}

.page-template .template-description .list-description-simple dt {
	display: block;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #010101;
	line-height: 1.8em
}

.page-template .template-description .list-description-simple dd {
	display: block;
	margin-top: 6px;
	font-size: 1.125rem;
	font-weight: 300;
	color: #000000;
	line-height: 1.77778em
}

.page-template .template-description .list-description-simple p {
	line-height: inherit
}

.page-template .template-description .list-description-simple p.number-item {
	padding-left: 23px;
	text-indent: -23px
}

.page-template .template-description .list-description-simple p+p {
	margin-top: 30px
}

.page-template .template-description .list-description-combo {
	display: block;
	margin-top: 80px
}

.page-template .template-description .list-description-combo .desc-item {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.page-template .template-description .list-description-combo .desc-item+.desc-item {
	margin-top: 80px
}

.page-template .template-description .list-description-combo dt {
	display: block;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #010101;
	line-height: 1.8em
}

.page-template .template-description .list-description-combo dd {
	display: block;
	margin-top: 6px;
	font-size: 1.125rem;
	font-weight: 300;
	color: #000000;
	line-height: 1.77778em
}

.page-template .template-description .list-description-combo dd p {
	font: inherit
}

.page-template .template-description .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 60px
}

.page-template .template-description .media img {
	display: block;
	max-width: 100%
}

.page-template .template-description .sub-title {
	display: block;
	margin-top: 100px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #010101;
	line-height: 1.6em
}

.page-template .template-description .block-title {
	display: block;
	margin: 80px auto 60px;
	line-height: 80px;
	width: 277px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #000
}

.page-template .template-how-to-use {
	overflow: hidden;
	position: relative;
	display: block;
	padding-bottom: 60px
}

.page-template .template-how-to-use:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	display: block;
	height: 600px;
	width: 100%;
	background-color: #f2f2f3
}

.page-template .template-how-to-use.no-bg::before {
	display: none
}

.page-template .template-how-to-use.no-bg .inner {
	padding-top: 0
}

.page-template .template-how-to-use.no-bg .title:before {
	content: '';
	display: block;
	margin-bottom: 55px;
	height: 4px;
	width: 20px;
	background-color: #000000
}

.page-template .template-how-to-use .inner {
	position: relative;
	z-index: 1;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 120px 0 0 0;
	width: 1100px
}

.page-template .template-how-to-use .inner>.title {
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	color: #222222;
	line-height: 1em;
	letter-spacing: 0.075em
}

.page-template .template-how-to-use .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 104px;
	height: 470px
}

.page-template .template-how-to-use .media.has-leaf::after {
	content: '';
	display: block;
	margin-top: -12px;
	height: 179px;
	width: 102px;
	background: url("/resources/front/images/product_skincare_deco_leaf_01.png") no-repeat;
	-webkit-transform: translateX(51px);
	transform: translateX(51px)
}

.page-template .template-how-to-use .media.has-leaf video,
.page-template .template-how-to-use .media.has-leaf img {
	margin: 0;
	-webkit-transform: translateX(51px);
	transform: translateX(51px)
}

.page-template .template-how-to-use .media.has-drop::after {
	content: '';
	display: block;
	margin: -13px 0 0 -25px;
	height: 131px;
	width: 105px;
	background: url("/resources/front/images/product_skincare_deco_drop_01.png") no-repeat;
	-webkit-transform: translateX(40px);
	transform: translateX(40px)
}

.page-template .template-how-to-use .media.has-drop video,
.page-template .template-how-to-use .media.has-drop img {
	margin: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-drop2::after {
	content: '';
	display: block;
	margin: -22px 0 0 -41px;
	height: 193px;
	width: 161px;
	background: url("/resources/front/images/product_skincare_deco_drop_02.png") no-repeat;
	-webkit-transform: translateX(60px);
	transform: translateX(60px)
}

.page-template .template-how-to-use .media.has-drop2 video,
.page-template .template-how-to-use .media.has-drop2 img {
	margin: 0;
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-drop3::after {
	content: '';
	display: block;
	margin: -20px 0 0 -14px;
	height: 120px;
	width: 109px;
	background: url("/resources/front/images/product_skincare_deco_drop_03.png") no-repeat;
	-webkit-transform: translateX(47px);
	transform: translateX(47px)
}

.page-template .template-how-to-use .media.has-drop3 video,
.page-template .template-how-to-use .media.has-drop3 img {
	margin: 0;
	-webkit-transform: translateX(47px);
	transform: translateX(47px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-drop4::after {
	content: '';
	display: block;
	margin: -20px 0 0 -30px;
	height: 148px;
	width: 122px;
	background: url("/resources/front/images/product_skincare_deco_drop_04.png") no-repeat;
	-webkit-transform: translateX(46px);
	transform: translateX(46px)
}

.page-template .template-how-to-use .media.has-drop4 video,
.page-template .template-how-to-use .media.has-drop4 img {
	margin: 0;
	-webkit-transform: translateX(46px);
	transform: translateX(46px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-drop5::after {
	content: '';
	display: block;
	margin: -20px 0 0 -41px;
	height: 179px;
	width: 147px;
	background: url("/resources/front/images/product_skincare_deco_drop_05.png") no-repeat;
	-webkit-transform: translateX(53px);
	transform: translateX(53px)
}

.page-template .template-how-to-use .media.has-drop5 video,
.page-template .template-how-to-use .media.has-drop5 img {
	margin: 0;
	-webkit-transform: translateX(53px);
	transform: translateX(53px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-cream::after {
	content: '';
	display: block;
	margin: -21px 0 0 -50px;
	height: 143px;
	width: 180px;
	background: url("/resources/front/images/product_skincare_deco_cream_01.png") no-repeat;
	-webkit-transform: translateX(63px);
	transform: translateX(63px)
}

.page-template .template-how-to-use .media.has-cream video,
.page-template .template-how-to-use .media.has-cream img {
	margin: 0;
	-webkit-transform: translateX(63px);
	transform: translateX(63px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-cream2::after {
	content: '';
	display: block;
	margin: -15px 0 0 -87px;
	height: 150px;
	width: 204px;
	background: url("/resources/front/images/product_skincare_deco_cream_02.png") no-repeat;
	-webkit-transform: translateX(58px);
	transform: translateX(58px)
}

.page-template .template-how-to-use .media.has-cream2 video,
.page-template .template-how-to-use .media.has-cream2 img {
	margin: 0;
	-webkit-transform: translateX(58px);
	transform: translateX(58px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-cream3::after {
	content: '';
	display: block;
	margin: -11px 0 0 -24px;
	height: 132px;
	width: 155px;
	background: url("/resources/front/images/product_skincare_deco_cream_03.png") no-repeat;
	-webkit-transform: translateX(75px);
	transform: translateX(75px)
}

.page-template .template-how-to-use .media.has-cream3 video,
.page-template .template-how-to-use .media.has-cream3 img {
	margin: 0;
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-cream4::after {
	content: '';
	display: block;
	margin-top: -18px;
	height: 107px;
	width: 79px;
	background: url("/resources/front/images/product_skincare_deco_cream_04.png") no-repeat;
	-webkit-transform: translateX(40px);
	transform: translateX(40px)
}

.page-template .template-how-to-use .media.has-cream4 video,
.page-template .template-how-to-use .media.has-cream4 img {
	margin: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	z-index: 1
}

.page-template .template-how-to-use .media.has-cream5::after {
	content: '';
	display: block;
	margin: -20px 0 0 -41px;
	height: 148px;
	width: 143px;
	background: url("/resources/front/images/product_skincare_deco_cream_05.png") no-repeat;
	-webkit-transform: translateX(51px);
	transform: translateX(51px)
}

.page-template .template-how-to-use .media.has-cream5 video,
.page-template .template-how-to-use .media.has-cream5 img {
	margin: 0;
	-webkit-transform: translateX(51px);
	transform: translateX(51px);
	z-index: 1
}

.page-template .template-how-to-use .media video,
.page-template .template-how-to-use .media img {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	border: 16px solid #fff;
	background-color: #fff
}

.page-template .template-how-to-use .media video {
	background-color: #000
}

.page-template .template-how-to-use .desc-item {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 60px;
	padding-left: 26px;
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.77778em
}

.page-template .template-how-to-use .desc-item:before {
	content: '';
	position: absolute;
	top: 4px;
	bottom: 8px;
	left: 0;
	width: 3px;
	background-color: #000
}

.page-template .template-how-to-use .desc-item.has-margin p+p {
	margin-top: 32px
}

.page-template .template-how-to-use .desc-item p {
	display: block;
	margin-top: 4px;
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.77778em
}

.page-template .template-how-to-use .desc-item p.title {
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
	line-height: 1em
}

.page-template .template-how-to-use .desc-item p+.title {
	margin-top: 30px
}

.page-template .template-how-to-use .desc-item strong {
	font-weight: 500
}

.page-template .sub-template {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 90px;
	padding: 0 25px
}

.page-template .sub-template .sub-title {
	display: block;
	margin-top: 74px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #010101;
	line-height: 1.6em
}

.page-template .sub-template .sub-title+.template-list-number {
	margin-top: 4px
}

.page-template .sub-template video {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.page-template .sub-template p {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.77778em
}

.page-template .sub-template .template-list-hyphen li {
	font-size: 1.125rem;
	font-weight: 300;
	color: #000000;
	line-height: 1.77778em
}

.page-template .template-recommend .inner {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 60px 0 120px 0;
	width: 1100px
}

.page-template .template-recommend .inner>.title {
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	color: #222222;
	line-height: 1em;
	letter-spacing: 0.075em
}

.page-template .template-recommend .inner>.title:before {
	content: '';
	display: block;
	margin-bottom: 55px;
	height: 4px;
	width: 20px;
	background-color: #000000
}

.page-template .template-recommend .inner .desc-item {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 60px;
	padding-left: 26px;
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.77778em
}

.page-template .template-recommend .inner .desc-item:before {
	content: '';
	position: absolute;
	top: 4px;
	bottom: 8px;
	left: 0;
	width: 3px;
	background-color: #000
}

.page-template .template-list.has-margin li+li {
	margin-top: 32px
}

.page-template .template-list>li {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.125rem;
	font-weight: 400;
	color: #010101;
	line-height: 1.77778em
}

.page-template .template-list strong {
	font-weight: 500
}

.page-template .template-list-number.has-margin li+li {
	margin-top: 32px
}

.page-template .template-list-number>li {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 26px;
	font-size: 1.125rem;
	font-weight: 400;
	color: #010101;
	line-height: 1.77778em
}

.page-template .template-list-number>li:before {
	content: attr(value) " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block
}

.page-template .template-list-number>li+li {
	margin-top: 4px
}

.page-template .template-list-hyphen>li {
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	color: #010101;
	line-height: 2em
}

.page-template .template-list-hyphen>li:before {
	content: '- '
}

.page-template .template-related-products {
	position: relative;
	display: block
}

.page-template .template-related-products:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	display: block;
	height: 440px;
	width: 100%;
	background-color: #f2f2f3
}

.page-template .template-related-products .inner {
	position: relative;
	z-index: 1;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 120px 0 160px 0;
	width: 1100px
}

.page-template .template-related-products .inner .title {
	display: block;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	color: #222
}

.page-template .template-related-products .list-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 90px;
	-webkit-box-shadow: inset 0px -1px 0px 0px #cccccc;
	box-shadow: inset 0px -1px 0px 0px #cccccc
}

.page-template .template-related-products .list-products>li {
	position: relative;
	width: 245px
}

.page-template .template-related-products .list-products>li:after {
	content: '';
	position: absolute;
	right: 50%;
	bottom: -0px;
	left: 50%;
	display: block;
	height: 1px;
	background-color: #000;
	-webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1), left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1), left 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.page-template .template-related-products .list-products>li:hover:after {
	right: 0;
	left: 0
}

.page-template .template-related-products .list-products>li+li {
	margin-left: 40px
}

.page-template .template-related-products .product-item {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 29px 0
}

.page-template .template-related-products .product-item .thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	height: 245px;
	width: 245px;
	background-color: #fff
}

.page-template .template-related-products .product-item .thumb img {
	max-height: 100%;
	max-width: 100%
}

.page-template .template-related-products .product-item .info {
	margin-top: 7px;
	text-align: center
}

.page-template .template-related-products .product-item .info .line {
	overflow: hidden;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .9375rem;
	font-weight: 500;
	color: #000000;
	line-height: 1.33333em
}

.page-template .template-related-products .product-item .info .product-title {
	display: block;
	margin-top: 7px;
	font-size: .875rem;
	font-weight: 400;
	color: #222222;
	line-height: 1.42857em
}

.sitemap-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 113px;
	text-transform: uppercase
}

.sitemap-contents::after {
	content: '';
	display: block;
	width: 352px
}

.sitemap-contents .title {
	margin-bottom: 99px;
	width: 100%;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 700;
	color: #000;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.075em
}

.sitemap-contents .category {
	width: 352px
}

.sitemap-contents .category:nth-of-type(n+4) {
	margin-top: 100px
}

.sitemap-contents .category-title {
	margin-bottom: 62px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	color: #010101;
	line-height: 1em
}

.sitemap-contents .category-subtitle {
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 260px;
	font-size: 1.25rem;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #c8c8c8
}

.sitemap-contents .category-list+.category-subtitle {
	margin-top: 80px
}

.sitemap-contents .category-list li+li {
	margin-top: 37px
}

.sitemap-contents .category-list a {
	font-size: 1.125rem;
	font-weight: 300;
	color: #000;
	line-height: 1em
}

.page-terms .layout-contents-container .inner {
	display: block;
	padding: 40px 90px 50px
}

.terms-contents {
	padding-top: 113px
}

.terms-contents p {
	font-size: 1.125rem;
	font-weight: 300;
	color: #000;
	line-height: 1.44444em
}

.terms-contents p+p {
	margin-top: 26px
}

.terms-contents p strong,
.terms-contents p em {
	font-weight: 500
}

.terms-contents p a {
	color: #0054ff
}

.terms-contents .title {
	margin-bottom: 99px;
	width: 100%;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 3.125rem;
	font-weight: 700;
	color: #000;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.075em;
	text-transform: uppercase
}

.terms-contents .terms-title {
	margin: 73px 0 33px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #010101;
	line-height: 1em
}

.page-special .layout-contents-container .inner {
	margin: 0 auto;
	max-width: 1280px
}

.page-special .artemisia-header {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 200px;
	height: 1407px;
	background: url("/resources/front/images/special/artemisia/visual.jpg") center top no-repeat;
	background-size: 100%
}

.page-special .artemisia-header::after {
	content: '';
	position: absolute;
	bottom: -171px;
	left: 0;
	height: 310px;
	width: 285px;
	background: url("/resources/front/images/special/artemisia/leaf_01.png") center center no-repeat
}

.page-special .artemisia-header .title {
	margin: 0 auto 155px;
	height: 142px;
	width: 774px;
	text-indent: -9999px;
	background: url("/resources/front/images/special/artemisia/title.png") center center no-repeat
}

.page-special .artemisia-header .content {
	margin: 0 auto;
	max-width: 1280px;
	color: #212121;
	letter-spacing: 0.075em
}

.page-special .artemisia-header .content>p {
	margin-left: 611px;
	width: 463px
}

.page-special .artemisia-header .content .subtitle {
	margin-bottom: 32px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.46154em;
	text-transform: uppercase
}

.page-special .artemisia-header .content .subtitle span {
	display: block;
	font-size: 2.625rem;
	font-weight: 500
}

.page-special .artemisia-header .content .description {
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75em
}

.page-special .artemisia-header .content .description+.description {
	margin-top: 27px
}

.page-special .artemisia-process {
	padding: 170px 0 155px;
	letter-spacing: 0.075em
}

.page-special .artemisia-process .inner {
	margin: 0 auto;
	max-width: 1280px
}

.page-special .artemisia-process .title {
	margin-bottom: 65px;
	font-size: 2.5rem;
	font-weight: 500;
	color: #212121;
	line-height: 1.75em;
	text-align: center;
	text-transform: uppercase
}

.page-special .artemisia-process .list-process {
	position: relative;
	height: 863px;
	background: url("/resources/front/images/special/artemisia/process_item.jpg") center center no-repeat
}

.page-special .artemisia-process .list-process li {
	position: absolute;
	left: 50%;
	padding-top: 176px;
	width: 318px;
	font-size: 1rem;
	font-weight: 400;
	color: #212121;
	line-height: 1.875em
}

.page-special .artemisia-process .list-process li::before {
	content: '';
	position: absolute;
	top: 70px;
	background-repeat: no-repeat
}

.page-special .artemisia-process .list-process li::after {
	content: '';
	position: absolute;
	top: 0;
	height: 141px;
	width: 141px;
	background-repeat: no-repeat
}

.page-special .artemisia-process .list-process li:nth-child(1) {
	top: 65px;
	margin-left: -460px;
	width: 300px;
	text-align: right
}

.page-special .artemisia-process .list-process li:nth-child(1)::before {
	right: -71px;
	height: 256px;
	width: 71px;
	background-image: url("/resources/front/images/special/artemisia/process_line_01.png")
}

.page-special .artemisia-process .list-process li:nth-child(1)::after {
	right: 0;
	background-image: url("/resources/front/images/special/artemisia/process_01.png")
}

.page-special .artemisia-process .list-process li:nth-child(2) {
	top: 170px;
	margin-left: 232px;
	width: 261px
}

.page-special .artemisia-process .list-process li:nth-child(2)::before {
	left: -142px;
	height: 196px;
	width: 142px;
	background-image: url("/resources/front/images/special/artemisia/process_line_02.png")
}

.page-special .artemisia-process .list-process li:nth-child(2)::after {
	left: 0;
	background-image: url("/resources/front/images/special/artemisia/process_02.png")
}

.page-special .artemisia-process .list-process li:nth-child(3) {
	top: 484px;
	margin-left: -474px;
	width: 309px;
	text-align: right
}

.page-special .artemisia-process .list-process li:nth-child(3)::before {
	right: -75px;
	height: 13px;
	width: 85px;
	background-image: url("/resources/front/images/special/artemisia/process_line_03.png")
}

.page-special .artemisia-process .list-process li:nth-child(3)::after {
	right: 0;
	background-image: url("/resources/front/images/special/artemisia/process_03.png")
}

.page-special .artemisia-process .list-process li:nth-child(4) {
	top: 524px;
	margin-left: 237px;
	width: 318px
}

.page-special .artemisia-process .list-process li:nth-child(4)::before {
	left: -155px;
	height: 13px;
	width: 165px;
	background-image: url("/resources/front/images/special/artemisia/process_line_04.png")
}

.page-special .artemisia-process .list-process li:nth-child(4)::after {
	left: 0;
	background-image: url("/resources/front/images/special/artemisia/process_04.png")
}

.page-special .artemisia-effect {
	position: relative;
	padding: 115px 0 220px;
	background-color: #faf4e7;
	letter-spacing: 0.075em
}

.page-special .artemisia-effect::after {
	content: '';
	position: absolute;
	bottom: -186px;
	right: 0;
	height: 320px;
	width: 257px;
	background: url("/resources/front/images/special/artemisia/leaf_02.png") center center no-repeat
}

.page-special .artemisia-effect .effect-container {
	margin: 0 auto;
	max-width: 920px
}

.page-special .artemisia-effect .title {
	margin-bottom: 105px;
	font-size: 2.5rem;
	font-weight: 500;
	color: #212121;
	line-height: 1.75em;
	text-align: center;
	text-transform: uppercase
}

.page-special .artemisia-effect .list-effect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-special .artemisia-effect .list-effect::after {
	content: 'ARTEMISIA \A CONCENTRATE \A ESSENCE';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 46px auto 0;
	height: 399px;
	width: 100%;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.73333em;
	text-align: center;
	background: url("/resources/front/images/special/artemisia/effect_deco.jpg") center center no-repeat;
	white-space: pre
}

.page-special .artemisia-effect .list-effect li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 22px;
	width: 248px;
	height: 248px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
	line-height: 1.75em;
	text-align: center;
	border-radius: 50%
}

.page-special .artemisia-effect .list-effect li+li {
	position: relative
}

.page-special .artemisia-effect .list-effect li+li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -44px;
	width: 44px;
	border-top: 1px solid #47471f
}

.page-special .artemisia-effect .list-effect li:nth-child(1) {
	background-color: #eddbc8
}

.page-special .artemisia-effect .list-effect li:nth-child(2) {
	background-color: #becab1
}

.page-special .artemisia-effect .list-effect li:nth-child(3) {
	background-color: #c7ad8f
}

.page-special .artemisia-effect .title-survey {
	margin: 140px 0 15px;
	font-size: 1.875rem;
	font-weight: 500;
	color: #212121;
	line-height: 1.6em
}

.page-special .artemisia-effect .copy-survey {
	margin: 0 0 80px;
	font-size: 1.125rem;
	font-weight: 400;
	color: #212121;
	line-height: 1.66667em
}

.page-special .artemisia-effect .result-survey {
	margin-right: 120px
}

.page-special .artemisia-effect .result-survey li {
	position: relative
}

.page-special .artemisia-effect .result-survey li+li {
	margin-top: 60px
}

.page-special .artemisia-effect .result-survey li:nth-child(1) .item {
	width: 664px
}

.page-special .artemisia-effect .result-survey li:nth-child(2) .item {
	width: 623px
}

.page-special .artemisia-effect .result-survey li:nth-child(3) .item {
	width: 703px
}

.page-special .artemisia-effect .result-survey li:nth-child(4) .item {
	width: 663px
}

.page-special .artemisia-effect .result-survey li .item {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff;
	line-height: 2.22222em;
	text-align: right;
	background-color: #434e37
}

.page-special .artemisia-effect .result-survey li .item::after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	border-left: 20px solid #434e37;
	border-bottom: 40px solid transparent
}

.page-special .artemisia-effect .result-survey li .rate {
	position: absolute;
	top: -2px;
	right: -120px;
	width: 120px;
	font-size: 2.625rem;
	font-weight: 500;
	color: #434e37;
	line-height: 1
}

.page-special .artemisia-effect .result-survey li .rate .unit {
	font-size: 1.625rem
}

.page-special .artemisia-series {
	position: relative;
	padding-top: 214px
}

.page-special .artemisia-series .inner {
	margin: 0 auto;
	max-width: 1280px
}

.page-special .artemisia-series .title {
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
	text-align: center;
	text-transform: uppercase
}

.page-special .artemisia-series .copy {
	position: absolute;
	top: 63px;
	left: 50%;
	margin-left: -620px;
	height: 233px;
	width: 996px;
	text-indent: -9999px;
	background: url("/resources/front/images/special/artemisia/series_copy.png") center center no-repeat
}

.page-special .artemisia-series .list-hashtag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px
}

.page-special .artemisia-series .list-hashtag li {
	padding: 20px 30px;
	text-align: center
}

.page-special .artemisia-series .list-hashtag li+li {
	position: relative
}

.page-special .artemisia-series .list-hashtag li+li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(50%, #dadcd8), to(#fafafa));
	background-image: linear-gradient(#fdfdfd 0, #dadcd8 50%, #fafafa 100%)
}

.page-special .artemisia-series .list-hashtag li p {
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	line-height: 2em
}

.page-special .artemisia-series .list-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 170px
}

.page-special .artemisia-series .list-product li {
	margin: 0 45px
}

.page-special .artemisia-series .list-product li .photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 449px;
	text-align: center
}

.page-special .artemisia-series .list-product li .photo img {
	vertical-align: baseline
}

.page-special .artemisia-series .list-product li .info {
	margin-top: 25px;
	text-align: center
}

.page-special .artemisia-series .list-product li .info p {
	font-size: 1.0625rem;
	font-weight: 600;
	color: #000;
	line-height: 2.17647em;
	text-transform: uppercase
}

.page-special .layout-contents-container .inner {
	margin: 0 auto;
	max-width: 1280px
}

.page-special .rouge-velvet-header {
	padding-bottom: 45px;
	background-color: #e11223
}

.page-special .rouge-velvet-header::before {
	content: '';
	display: block;
	height: 841px;
	background: url("/resources/front/images/special/rouge_velvet/visual.jpg") center top no-repeat;
	background-size: 100%
}

.page-special .rouge-velvet-header .title {
	margin: -72px 0 0 187px;
	height: 352px;
	width: 759px;
	text-indent: -9999px;
	background: url("/resources/front/images/special/rouge_velvet/title.png") center center no-repeat
}

.page-special .rouge-velvet-header .description {
	margin: 35px 0 0 187px;
	font-size: 1.375rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.72727em;
	letter-spacing: 0.075em
}

.page-special .rouge-velvet-description {
	position: relative;
	background: url("/resources/front/images/special/rouge_velvet/description_bg.jpg") center top no-repeat;
	background-size: 100%
}

.page-special .rouge-velvet-description .description-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 215px 0 0 91px;
	height: 1402px;
	width: 510px;
	color: #212121;
	letter-spacing: 0.075em
}

.page-special .rouge-velvet-description .description-content .finish,
.page-special .rouge-velvet-description .description-content .colors {
	margin-top: 80px
}

.page-special .rouge-velvet-description .description-content .title {
	margin-bottom: 30px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.07692em
}

.page-special .rouge-velvet-description .description-content .copy {
	font-size: 1rem;
	line-height: 1.875em
}

.page-special .rouge-velvet-description .description-content .copy strong {
	font-weight: 600
}

.page-special .rouge-velvet-description .description-content .copy sup {
	font-size: 0.7em;
	vertical-align: super;
	letter-spacing: 0
}

.page-special .rouge-velvet-description .description-content .description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875em
}

.page-special .rouge-velvet-description .media::after {
	content: '';
	display: block;
	height: 685px;
	width: 100%;
	background: url("/resources/front/images/special/rouge_velvet/lipsticks.jpg") center 28px no-repeat
}

.page-special .rouge-velvet-description .media video {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: -240px auto 0;
	width: 1000px;
	border: 24px solid #fff;
	-webkit-box-shadow: -36px 69px 57px 0 rgba(0, 0, 0, 0.18);
	box-shadow: -36px 69px 57px 0 rgba(0, 0, 0, 0.18)
}

.page-special .rouge-velvet-ingredients {
	padding: 150px 91px;
	background-color: #f9f5f4;
	letter-spacing: 0.075em
}

.page-special .rouge-velvet-ingredients .title {
	margin-bottom: 56px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #aa583f;
	line-height: 1;
	text-transform: uppercase
}

.page-special .rouge-velvet-ingredients .name {
	margin-bottom: 160px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 2.3125rem;
	font-weight: 400;
	color: #000;
	line-height: 1
}

.page-special .rouge-velvet-ingredients .name sup {
	font-size: 0.5em;
	vertical-align: super;
	letter-spacing: 0
}

.page-special .rouge-velvet-ingredients .list-ingredient {
	text-align: center;
	font-size: 0
}

.page-special .rouge-velvet-ingredients .list-ingredient li {
	display: inline-block;
	margin: 0 20px
}

.page-special .rouge-velvet-ingredients .list-ingredient li .info {
	margin-top: 29px
}

.page-special .rouge-velvet-ingredients .list-ingredient li .info p {
	font-size: 1.125rem;
	font-weight: 400;
	color: #212121
}

.page-special .rouge-velvet-ingredients .list-hashtag {
	position: relative;
	margin: 160px auto 0;
	padding: 26px 0;
	max-width: 995px;
	text-align: center
}

.page-special .rouge-velvet-ingredients .list-hashtag::before,
.page-special .rouge-velvet-ingredients .list-hashtag::after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f5ecea), color-stop(18%, #cd9787), color-stop(82%, #cd9787), to(#f5ecea));
	background-image: linear-gradient(90deg, #f5ecea 0, #cd9787 18%, #cd9787 82%, #f5ecea 100%)
}

.page-special .rouge-velvet-ingredients .list-hashtag::before {
	top: 0
}

.page-special .rouge-velvet-ingredients .list-hashtag::after {
	bottom: 0
}

.page-special .rouge-velvet-ingredients .list-hashtag li {
	display: inline-block;
	margin: 20px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	font-style: italic;
	color: #000;
	line-height: 1;
	text-transform: uppercase
}

.page-special .rouge-velvet-colors {
	padding-top: 140px
}

.page-special .rouge-velvet-colors .colors {
	margin: 0 auto 83px;
	width: 1090px
}

.page-special .rouge-velvet-colors .product-link {
	display: block;
	margin: 0 auto 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 120px;
	width: 600px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	color: #000;
	line-height: 114px;
	text-align: center;
	border: 3px solid #000;
	letter-spacing: 0.075em
}

.layout-wrap {
	padding-top: 80px
}

body[data-fyc-expand] {
	overflow: hidden
}

body[data-fyc-expand] .btn-find-country::before {
	height: 28px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath d='M0 495.484h1024v33.032H0v-33.032zM495.484 0h33.032v1024h-33.032V0z'/%3E%3C/svg%3E");
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-size: 100%
}

body[data-fyc-expand] .layout-fyc-container {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.layout-global-navigation {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 800;
	background-color: #fff
}

.layout-global-navigation>.inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 0 50px;
	height: 80px;
	min-width: 1280px;
	background-color: #fff
}

.layout-global-navigation .btn-home {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1.5625rem;
	font-weight: 400;
	color: #000000
}

.layout-global-navigation .btn-home .logo {
	display: inline-block;
	margin-right: 15px;
	text-indent: -9999px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: 0px -53px;
	width: 145px;
	height: 33px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.layout-global-navigation .btn-home .logo {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.layout-global-navigation .menus {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-transform: uppercase
}

.layout-global-navigation .menus>li {
	position: relative
}

.layout-global-navigation .menus>li:hover>a {
	text-shadow: 0 0 .5px #000
}

.layout-global-navigation .menus>li:hover .sub-menus-container {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

.layout-global-navigation .menus>li>a,
.layout-global-navigation .menus>li>button {
	white-space: nowrap
}

.layout-global-navigation .menus>li a,
.layout-global-navigation .menus>li button {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 13px;
	font-size: .875rem;
	font-weight: 500;
	color: #444444;
	line-height: 5.71429em
}

.layout-global-navigation .sub-menus-container {
	position: absolute;
	top: 80px;
	left: -17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	visibility: hidden;
	-webkit-box-shadow: 0 38px 38px rgba(0, 0, 0, 0.05);
	box-shadow: 0 38px 38px rgba(0, 0, 0, 0.05);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.layout-global-navigation .sub-menus-container.single-column .sub-menus {
	min-width: 204px;
	width: 204px
}

.layout-global-navigation .sub-menus-container.single-column .sub-menus>li+li {
	border-top: 1px solid #f2f2f3
}

.layout-global-navigation .sub-menus-container.single-column .sub-menus>li a,
.layout-global-navigation .sub-menus-container.single-column .sub-menus>li button {
	padding: 15px 30px 14px
}

.layout-global-navigation .sub-menus-container.multi-column {
	padding: 0 30px
}

.layout-global-navigation .sub-menus-container.multi-column .sub-menus {
	min-width: 184px;
	width: 184px
}

.layout-global-navigation .sub-menus-container .group {
	min-width: 184px;
	width: 184px
}

.layout-global-navigation .sub-menus-container .group+.group {
	margin-left: 30px
}

.layout-global-navigation .sub-menus-container .title {
	margin-bottom: 8px;
	padding: 20px 0 8px;
	font-size: .875rem;
	font-weight: 500;
	color: #000;
	line-height: 1;
	border-bottom: 1px solid #000
}

.layout-global-navigation .sub-menus>li a,
.layout-global-navigation .sub-menus>li button {
	display: block;
	padding: 15px 0 14px;
	font-size: .875rem;
	font-weight: 400;
	color: #000;
	line-height: 1.5em;
	-webkit-transition: font-weight 0.3s;
	transition: font-weight 0.3s
}

.layout-global-navigation .sub-menus>li a:hover,
.layout-global-navigation .sub-menus>li button:hover {
	font-weight: 400
}

.layout-global-navigation .sub-menus>li a strong,
.layout-global-navigation .sub-menus>li button strong {
	font-weight: 700
}

.layout-global-navigation .btn-toggle-search {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 7px;
	margin-left: 19px;
	height: 80px;
	width: 60px;
	text-indent: -9999px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='979' height='1024' fill='rgb%280%2C0%2C0%29'%3E%3Cpath d='M964.08 933.336L722.571 679.49c58.347-70.09 93.763-161.062 93.763-260.306 0-225.452-182.765-408.216-408.216-408.216S-.098 193.733-.098 419.184c0 225.452 182.765 408.216 408.216 408.216l1.207-.002h-.062l.72.001c87.873 0 169.188-28.079 235.462-75.755l-1.2.821 242.815 255.739c9.714 10.228 23.414 16.59 38.599 16.59 14.444 0 27.543-5.756 37.129-15.1l-.011.011c9.93-9.953 16.07-23.69 16.07-38.862 0-14.51-5.616-27.708-14.794-37.54l.03.032zM409.261 107.178c1.145-.015 2.497-.024 3.851-.024 169.035 0 306.064 137.03 306.064 306.064s-137.03 306.064-306.064 306.064c-169.026 0-306.05-137.016-306.064-306.038v-.002l-.002-1.186c0-167.419 134.999-303.308 302.079-304.747l.137-.001z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 15px
}

.layout-global-navigation .btn-toggle-search:before {
	content: '';
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 0;
	width: 1px;
	background-color: #cccccc
}

.layout-global-navigation .btn-find-country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 28px;
	width: 296px;
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 5em;
	text-transform: uppercase;
	background-color: #000000
}

.layout-global-navigation .btn-find-country:before {
	content: '';
	display: block;
	margin: -4px 23px 0 0;
	height: 24px;
	width: 28px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1186' height='1024' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath d='M0 532.429V491.57h1103.184v40.859H0z'/%3E%3Cpath fill='none' stroke-width='40.859' stroke='rgb%28255%2C255%2C255%29' d='M674.168 20.879L1165.289 512l-491.121 491.162'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%
}

.layout-global-navigation[data-search-expand] .btn-toggle-search {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1025' height='1024' fill='rgb%280%2C0%2C0%29'%3E%3Cpath d='M1001.538 22.462c13.915 13.92 22.522 33.147 22.522 54.385s-8.607 40.465-22.522 54.385l-870 870.307c-13.532 12.103-31.495 19.502-51.185 19.502-42.483 0-76.923-34.44-76.923-76.923 0-19.767 7.456-37.793 19.709-51.418l-.062.07 870-870.308C906.981 8.638 926.147.093 947.308.093s40.327 8.545 54.234 22.372l-.004-.004z'/%3E%3Cpath d='M23.077 22.462C36.981 8.638 56.147.093 77.308.093s40.327 8.545 54.234 22.372l869.996 870.304c12.191 13.555 19.647 31.581 19.647 51.348 0 42.483-34.44 76.923-76.923 76.923-19.691 0-37.653-7.398-51.259-19.567l.074.065-870-870.308C9.162 117.31.555 98.083.555 76.845S9.162 36.38 23.077 22.46z'/%3E%3C/svg%3E");
	background-size: 15px
}

.layout-global-navigation[data-search-expand] .layout-search-container {
	opacity: 1;
	visibility: visible;
	max-height: 147px
}

.layout-search-container {
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 1;
	display: block;
	max-height: 0;
	height: 147px;
	background-color: #fff;
	-webkit-transition: opacity 0.3s, visibility 0.3s, max-height 0.3s;
	transition: opacity 0.3s, visibility 0.3s, max-height 0.3s
}

.layout-search-container .inner {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 35px;
	width: 740px
}

.layout-search-container .search-area {
	position: relative;
	display: block
}

.layout-search-container .search-area input[type="search"] {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	height: 47px;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	line-height: 2.9375em;
	-webkit-box-shadow: inset 0px -1px 0px 0px #000000;
	box-shadow: inset 0px -1px 0px 0px #000000
}

.layout-search-container .search-area input[type="search"]::-webkit-input-placeholder {
	color: #999999
}

.layout-search-container .search-area input[type="search"]::-moz-placeholder {
	color: #999999
}

.layout-search-container .search-area input[type="search"]:-ms-input-placeholder {
	color: #999999
}

.layout-search-container .search-area input[type="search"]::-ms-input-placeholder {
	color: #999999
}

.layout-search-container .search-area input[type="search"]::placeholder {
	color: #999999
}

.layout-search-container .search-area .btn-search {
	position: absolute;
	top: 0;
	right: 6px;
	display: block;
	height: 47px;
	width: 47px;
	text-indent: -9999px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='979' height='1024' fill='rgb%280%2C0%2C0%29'%3E%3Cpath d='M964.08 933.336L722.571 679.49c58.347-70.09 93.763-161.062 93.763-260.306 0-225.452-182.765-408.216-408.216-408.216S-.098 193.733-.098 419.184c0 225.452 182.765 408.216 408.216 408.216l1.207-.002h-.062l.72.001c87.873 0 169.188-28.079 235.462-75.755l-1.2.821 242.815 255.739c9.714 10.228 23.414 16.59 38.599 16.59 14.444 0 27.543-5.756 37.129-15.1l-.011.011c9.93-9.953 16.07-23.69 16.07-38.862 0-14.51-5.616-27.708-14.794-37.54l.03.032zM409.261 107.178c1.145-.015 2.497-.024 3.851-.024 169.035 0 306.064 137.03 306.064 306.064s-137.03 306.064-306.064 306.064c-169.026 0-306.05-137.016-306.064-306.038v-.002l-.002-1.186c0-167.419 134.999-303.308 302.079-304.747l.137-.001z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 18px
}

.layout-search-container .hash-tags {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 0 0 5px
}

.layout-search-container .hash-tags .tag {
	display: inline-block;
	margin: 0 15px;
	font-size: .8125rem;
	font-weight: 400;
	color: #000000
}

.layout-fyc-container {
	overflow: auto;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: calc(100vh - 80px);
	background-color: #ededed;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.58, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.58, 1);
	transition: transform 0.4s cubic-bezier(0.65, 0, 0.58, 1);
	transition: transform 0.4s cubic-bezier(0.65, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.58, 1)
}

.layout-fyc-container .inner {
	padding-top: 19px;
	height: 831px;
	background: url("/resources/front/images/fyc_bg_grid.png") center top no-repeat
}

.layout-fyc-container .continent {
	position: relative;
	margin: 0 auto;
	width: 1100px
}

.layout-fyc-container .continent::before {
	content: '';
	display: block;
	margin: 0 auto 13px;
	height: 493px;
	width: 873px;
	background: url("/resources/front/images/fyc_map.png") no-repeat
}

.layout-fyc-container .list-continent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 252px;
	background-color: #da1109
}

.layout-fyc-container .list-continent>li .btn-continent {
	position: relative;
	z-index: 1;
	height: 54px;
	width: 204px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	opacity: 0.5
}

.layout-fyc-container .list-continent>li.selected .btn-continent {
	opacity: 1
}

.layout-fyc-container .list-continent>li.selected .list-country {
	opacity: 1;
	visibility: visible
}

.layout-fyc-container .list-continent>li.selected .list-country::before {
	opacity: 1;
	visibility: visible
}

.layout-fyc-container .list-country {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block
}

.layout-fyc-container .list-country::before {
	content: '';
	opacity: 0;
	visibility: hidden;
	display: block;
	margin: 0 auto 88px;
	height: 493px;
	width: 873px;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear
}

.layout-fyc-container .list-country.asia::before {
	background: url("/resources/front/images/fyc_map_asia.png") no-repeat
}

.layout-fyc-container .list-country.america::before {
	background: url("/resources/front/images/fyc_map_america.png") no-repeat
}

.layout-fyc-container .list-country.europe::before {
	background: url("/resources/front/images/fyc_map_europe.png") no-repeat
}

.layout-fyc-container .list-country.m-east::before {
	background: url("/resources/front/images/fyc_map_m_east.png") no-repeat
}

.layout-fyc-container .list-country.oceania::before {
	background: url("/resources/front/images/fyc_map_oceania.png") no-repeat
}

.layout-fyc-container .list-country>li {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 20px;
	padding-left: 60px;
	width: 204px;
	line-height: 3.28571em
}

.layout-fyc-container .list-country>li:nth-child(5n+1) {
	margin-left: 0
}

.layout-fyc-container .list-country>li a,
.layout-fyc-container .list-country>li span {
	display: inline-block;
	font-size: .875rem;
	font-weight: 500;
	color: #000;
	line-height: 2em;
	text-transform: uppercase
}

.layout-fyc-container .list-country>li a {
	position: relative
}

.layout-fyc-container .list-country>li a:before {
	content: '';
	position: absolute;
	right: 100%;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	background-color: #da1109;
	-webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.layout-fyc-container .list-country>li a:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	margin: 0 0 0 14px;
	height: 14px;
	width: 14px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' fill='rgb%280%2C0%2C0%29'%3E%3Cpath d='M896 1024V320l-64 64v576H64V192h576l64-64H0v896h896zM1024 0H704l115.2 115.2L384 550.4l89.6 89.6 435.2-435.2L1024 320V0z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%;
	-webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.layout-fyc-container .list-country>li a:hover:before {
	right: 0
}

.layout-fyc-container .list-country>li a:hover:after {
	opacity: 1;
	visibility: visible
}

.layout-contents-container {
	min-width: 1280px;
	background-color: #fff
}

.layout-contents-container main {
	display: block;
	padding-bottom: 197px
}

.layout-footer {
	display: block;
	padding-bottom: 65px
}

.layout-footer .inner {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 50px;
	width: 1280px
}

.layout-footer .utils {
	background-color: #000000
}

.layout-footer .utils>.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 60px
}

.layout-footer .utils>.inner .list-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.layout-footer .utils>.inner .list-links>li {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.layout-footer .utils>.inner .list-links>li:after {
	content: '|';
	margin: 0 20px 0 20px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 3.75em
}

.layout-footer .utils>.inner .list-links>li a {
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 3.75em
}

.layout-footer .utils>.inner .list-links>li.sns:after {
	content: none
}

.layout-footer .utils>.inner .list-links>li.sns a {
	position: relative;
	display: block;
	text-indent: -9999px
}

.layout-footer .utils>.inner .list-links>li.sns a:before {
	content: '';
	position: absolute;
	top: 52%;
	left: 50%;
	display: block
}

.layout-footer .utils>.inner .list-links>li.sns a.instagram {
	margin-left: 10px;
	width: 45px
}

.layout-footer .utils>.inner .list-links>li.sns a.instagram:before {
	margin-top: -8px;
	margin-left: -8.5px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -135px -98px;
	width: 17px;
	height: 16px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.layout-footer .utils>.inner .list-links>li.sns a.instagram:before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.layout-footer .utils>.inner .list-links>li.sns a.facebook {
	width: 37px
}

.layout-footer .utils>.inner .list-links>li.sns a.facebook:before {
	margin-top: -8.5px;
	margin-left: -4.5px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -23px -132px;
	width: 9px;
	height: 17px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.layout-footer .utils>.inner .list-links>li.sns a.facebook:before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.layout-footer .utils>.inner .list-links>li.sns a.youtube {
	width: 45px
}

.layout-footer .utils>.inner .list-links>li.sns a.youtube:before {
	margin-top: -7px;
	margin-left: -9.5px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: -164px -98px;
	width: 19px;
	height: 14px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.layout-footer .utils>.inner .list-links>li.sns a.youtube:before {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.layout-footer .language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.layout-footer .language .btn-language {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 114px 0 0;
	height: 60px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 3.75em
}

.layout-footer .language .btn-language:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	margin-top: -5px;
	height: 9px;
	width: 15px;
	background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1583' height='1024' fill='rgba%28255%2C255%2C255%2C.5%29'%3E%3Cpath fill='none' stroke-width='186.182' stroke='rgba%28255%2C255%2C255%2C.5%29' d='M94.022 894.604l697.251-708.422 697.251 708.422'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100%
}

.layout-footer .language .btn-go {
	display: block;
	height: 60px;
	width: 60px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: .75rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 5em;
	text-align: center;
	background-color: #404144
}

.layout-footer .ci {
	display: block;
	margin-top: 48px;
	text-indent: -9999px;
	background-image: url(/resources/front/images/sprites.png);
	background-position: 0px 0px;
	width: 158px;
	height: 41px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.layout-footer .ci {
		background-image: url(/resources/front/images/sprites@2x.png);
		background-size: 236px 152px
	}
}

.layout-footer .company-info {
	display: block;
	margin-top: 30px;
	font-family: "Red Hat Text", "S-CoreDream", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #5e5e5e;
	line-height: 1.25em
}

/* 200610 BB cream Rx */
.bbCream-contents{margin:0 auto; width:1280px; letter-spacing:1px;}
.bbCream-info{height:1118px; background:url(/resources/front/images/special/bbCreamRx/bbCreamRx1.jpg) no-repeat center;}
.bbCream-info .infoTit{padding-top:228px; padding-left:602px; font-size:4.375rem; line-height:1.143em; font-weight:100; color:#fff; letter-spacing:2px;}
.bbCream-info .infoTit strong{font-weight:700;}
.bbCream-info .titDetail{position:relative; top:43px; padding-left:607px; font-size:1.375rem; font-weight:300; line-height:1.727em; color:#fff;}
.bbCream-info .titDetail:after{content:''; position:absolute; left:607px; top:-7px; width:93px; height:3px; background:#feb544;}
.bbCream-point{padding-top:227px; height:632px; background:url(/resources/front/images/special/bbCreamRx/bbCreamRx2.jpg) no-repeat center top;}
.bbCream-point .circle{margin-left:334px; width:101px; height:101px; font-size:1.25rem; font-weight:600; line-height:1.5em; color:#fff; text-align:center; vertical-align:middle; letter-spacing:1.5px; display:flex; align-items:center; justify-content:center; flex-flow:column; border-radius:50%; background:#ae141a;}
.bbCream-point .circle span{font-size:0.6rem; font-weight:100; display:block;}
.bbCream-point ul{padding-left:130px;}
.bbCream-point li{padding-top:30px; font-size:1.375rem;}
.bbCream-point li:first-child span{padding-right:33px;}
.bbCream-point li span{position:relative; top:-4px; padding-right:26px; font-family:"Red Hat Text"; font-size:2.188rem; color:#9c9c9c; display:inline-block;}
.bbCream-point li span:after{content:''; position:absolute; right:21px; bottom:6px; width:1px; height:18px; background:#9c9c9c; transform:rotate(22deg);}
.bbCream-point li strong{margin-top:-3px; font-weight:800; display:inline-block;}
.bbCream-point li + li{padding-top:36px;}
.bbCream-lasting{padding-top:654px; padding-left:100px; height:219px; background:url(/resources/front/images/special/bbCreamRx/bbCreamRx3.jpg) no-repeat 311px 70px;}
.bbCream-lasting .clearWrap{padding:0 30px;}
.bbCream-lasting .clearWrap:after{content:''; display:block; clear:both;}
.bbCream-lasting .clearWrap dl{float:left; padding-left:93px;}
.bbCream-lasting .clearWrap dl:first-child{padding-left:0;}
.bbCream-lasting dt{position:relative; font-size:26px; font-weight:600; color:#c81f2b;}
.bbCream-lasting dt:after{content:''; position:absolute; left:0; top:-26px; width:58px; height:5px; background:#c81f2b;}
.bbCream-lasting dd{padding-top:15px; font-size:1.25rem; font-weight:400; line-height:1.750em; color:#000;}
.bbCream-lasting dd span{color:#c81f2b;}
.bbCream-test{padding:131px 0 0 0; background:url(/resources/front/images/special/bbCreamRx/bbCreamRx4.jpg) no-repeat center top;}
.bbCream-test .testTit{padding-left:655px;}
.bbCream-test .testTit strong{position:relative; font-size:3.125rem; line-height:1.200em; color:#fff; font-weight:600; letter-spacing:13px;}
.bbCream-test .testTit strong:after{content:''; position:absolute; left:0; bottom:4px; width:100%; height:3px; background:#fff;}
.bbCream-test .testEffect{padding-top:221px; font-size:1.25rem; line-height:1.700em; font-weight:300; text-align:center;}
.bbCream-test .testEffect span{color:#c81f2b;}
.bbCream-test .iconChk{margin:0 auto; padding-top:56px; width:427px;}
.bbCream-test .iconChk li{padding:1px 0 3px 40px; font-size:1.25rem; font-weight:400; line-height:1.750em; color:#c81f2b; background:url(/resources/front/images/special/bbCreamRx/icon_chk.png) no-repeat left 8px;}
.bbCream-color{margin:98px auto 0; padding-top:76px; padding-bottom:52px; width:1080px; text-align:center; border:10px solid #f5f5f5;}
.bbCream-color span{position:relative; font-size:2.5rem; font-weight:600; color:#313131; display:inline-block;}
.bbCream-color span:after{content:''; position:absolute; left:50%; top:-25px; margin-left:-52px; width:104px; height:5px; background:#313131;}
.bbCream-color ul{padding:52px 90px 0 66px; display:flex; justify-content:center; flex-wrap:wrap;}
.bbCream-color ul li{margin-left:32px; padding-top:174px; min-width:198px; font-family:"Red Hat Text"; font-size:1.25rem; color:#444; text-align:center; background-repeat:no-repeat; background-position:center top;}
.bbCream-color ul li:nth-child(4n + 1){margin-left:0;}
.bbCream-color ul li + li + li + li + li{margin-top:48px;}
.bbCream-color ul li.color1{background-image:url(/resources/front/images/special/bbCreamRx/color_no17.jpg);}
.bbCream-color ul li.color2{background-image:url(/resources/front/images/special/bbCreamRx/color_no21.jpg);}
.bbCream-color ul li.color3{background-image:url(/resources/front/images/special/bbCreamRx/color_no22.jpg);}
.bbCream-color ul li.color4{background-image:url(/resources/front/images/special/bbCreamRx/color_no23.jpg);}
.bbCream-color ul li.color5{background-image:url(/resources/front/images/special/bbCreamRx/color_no13.jpg);}
.bbCream-color ul li.color6{background-image:url(/resources/front/images/special/bbCreamRx/color_no25.jpg);}
.bbCream-color ul li.color7{background-image:url(/resources/front/images/special/bbCreamRx/color_no27.jpg);}
.bbCream-color ul li.color8{background-image:url(/resources/front/images/special/bbCreamRx/color_no31.jpg);}
.bbCream-color ul li.color9{background-image:url(/resources/front/images/special/bbCreamRx/color_no33.jpg);}
.bbCream-color ul li.color10{background-image:url(/resources/front/images/special/bbCreamRx/color_no35.jpg);}
.bbCream-color ul li.color11{background-image:url(/resources/front/images/special/bbCreamRx/color_no37.jpg);}
.bbCream-btn{margin:100px auto 0; width:600px;}
.bbCream-btn a{font-family:"Red Hat Text"; width:594px; height:114px; font-size:1.875rem; color:#000; text-align:center; vertical-align:middle; display:flex; justify-content:center; align-items:center; border:3px solid #000;}

/* 200610 block RX */
.block-contents{margin:0 auto; width:1280px; letter-spacing:1px;}
.block-info{padding:157px 0 0 327px; height:1243px; background:url(/resources/front/images/special/blockRx/block_RX1.jpg) no-repeat center top;}
.block-info .infoTit{width:804px; height:142px; text-indent:-9999px; background:url(/resources/front/images/special/blockRx/bbCreamRx1_txt.png) no-repeat left top;}
.block-info .titDetail{padding:81px 0 0 337px; width:465px; font-family:"Red Hat Text"; font-size:1.25rem; font-weight:500; line-height:1.900em; color:#212121;}
.block-reef-friendly{padding-top:878px; height:600px; background:url(/resources/front/images/special/blockRx/block_RX2.png) no-repeat center 128px;}
.block-reef-friendly .point{position:relative; padding-bottom:40px; font-size:2.5rem; font-weight:500; line-height:1.300em; color:#212121; text-align:center;}
.block-reef-friendly .point:after{content:''; position:absolute; left:50%; bottom:0; margin-left:-333px; width:667px; height:1px; background:#001b76;}
.block-reef-friendly .pointSummary{padding-top:40px; font-size:1.063rem; line-height:1.765em; color:#212121; text-align:center;}
.block-reef-friendly .pointEtc{padding-top:40px; line-height:1.875em; color:#b20a02; text-align:center;}
.block-reef-friendly .pointRound{margin:60px auto 0; width:456px; height:48px; line-height:1.875em; color:#212121; text-align:center; display:flex; justify-content:center; align-items:center; border-radius:30px; background:#eee}
.block-test{padding:160px 148px 0 138px; height:521px; background:#faf2e7;}
/* .block-test .clearWrap{display:flex; justify-content:center; align-items:center;} */
.block-test .clearWrap:after{content:''; display:block; clear:both;}
.block-test .clearWrap li{float:left; width:25%; padding-top:250px; line-height:1.875em; text-align:center; background:url(/resources/front/images/special/blockRx/block_RX3.png) no-repeat;}
.block-test .clearWrap li strong{font-weight:500;}
.block-test .clearWrap li.test1{background-position:13px top;}
.block-test .clearWrap li.test2{background-position:-241px top;}
.block-test .clearWrap li.test3{background-position:-499px top;}
.block-test .clearWrap li.test4{background-position:-748px top;}
.block-items{padding-top:127px; background:url(/resources/front/images/special/blockRx/block_RX4.png) no-repeat 160px 106px;}
.block-items .itemsTit{font-size:2.5rem; font-weight:500; line-height:1.750em; letter-spacing:3px; text-align:center;}
.block-items .itemsTit span{font-family:"Red Hat Text"; font-size:1.5rem; font-weight:500; line-height:3.567em; color:#b9a376; display:block;}
.block-items .items{padding-top:127px;}
.block-items .items:after{content:''; display:block; clear:both;}
.block-items .items > li{float:left; width:25%; background-repeat:no-repeat; background-position:center top;}
.block-items .items li .itemsEffect{margin:0 auto; width:162px; height:163px; font-size:1.25rem; line-height:1.350em; font-weight:500; color:#fff; text-align:center; display:flex; justify-content:center; align-items:center;}
.block-items .items li .itemsHash{padding-top:556px;}
.block-items .items li .itemsHash li{font-size:1.063rem; font-style:italic; font-weight:500; line-height:1.882em; text-align:center;}
.block-items .items li a:hover .itemsEffect,
.block-items .items li a:hover .itemsHash li{text-decoration:underline;}
.block-items .items li.items1{background-image:url(/resources/front/images/special/blockRx/block_RX4_1.png);}
.block-items .items li.items2{background-image:url(/resources/front/images/special/blockRx/block_RX4_2.png);}
.block-items .items li.items3{background-image:url(/resources/front/images/special/blockRx/block_RX4_3.png);}
.block-items .items li.items4{background-image:url(/resources/front/images/special/blockRx/block_RX4_4.png);}
.block-items .items li.items1 a{margin:0 72px; display:block;}
.block-items .items li.items2 a{margin:0 46px; display:block;}
.block-items .items li.items3 a{margin:0 66px; display:block;}
.block-items .items li.items4 a{margin:0 40px; display:block;}
.block-items .items li.items1 .itemsHash li{color:#555;}
.block-items .items li.items2 .itemsHash li{color:#ffa6bf;}
.block-items .items li.items3 .itemsHash li{color:#efba00;}
.block-items .items li.items4 .itemsHash li{color:#8db9fc;}