@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

.LIP_IDOLE sup {
	font-size: 65%;
	font-weight: 300;
	vertical-align: middle;
}

.LIP_IDOLE b, .LIP_IDOLE .bold {
	font-weight: bold;
}

.LIP_IDOLE b, .LIP_IDOLE .b-400 {
	font-weight: 400;
}


.LIP_IDOLE b, .LIP_IDOLE .b-500 {
	font-weight: 500;
}

.LIP_IDOLE b, .LIP_IDOLE .b-600 {
	font-weight: 600;
}

.content_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.lancome-btn__link {
	display: inline-block;
	zoom: 1;
	line-height: normal;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 0.6em 2.8em;
	display: inline-block;
	letter-spacing: 0.1em;
	border: 1px solid #000;
	box-shadow: 0 0 10px #fff;
	border-radius: 0.3em;
}

.sec_04 .lancome-btn__link {
	background: #d97075;
	border-color: #d97075;
}

.lancome-btn__link--active {
	transition: all 0.5s ease;
	overflow: hidden;
	position: relative;
}

.lancome-btn__link--active:after {
	content: "";
	background: url(../images/shine_light.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 200%;
	height: 200%;
	top: -5%;
	display: block;
	pointer-events: none;
	animation: btn-shine 3s ease 1s infinite;
}

.lancome-btn__link--active:hover {
	transform: scale(0.9);
	background: #fff;
	color: #000;
}

.sec_04 .lancome-btn__link--active:hover {
	border-color: #000;
}

.LIP_IDOLE .c-product-add-bag {
	width: auto !important;
}

.LIP_IDOLE {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #fcfcfc;
	overflow: hidden;
	font-family: "Noto Sans TC", sans-serif;
	font-optical-sizing: auto;
}

.LIP_IDOLE img {
	max-width: 100%;
}

.LIP_IDOLE a {
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.LIP_IDOLE a:hover {
	text-decoration: none;
}

.color-pink {
	color: #f15774;
}

.color-text {
	background: -webkit-linear-gradient(left,
			#000 0%,
			#ed7888 24%,
			#000 36%,
			#ed7888 46%,
			#000 52%,
			#ed7888 58%,
			#000 67%,
			#000 100%);
	background-size: 400% 400%;
	background-clip: text;
	-webkit-background-clip: -webkit-text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	animation-name: colorText;
	animation-duration: 8s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	display: inline-block;
}

@keyframes colorText {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

.p-absolute {
	position: absolute;
}

.p-relative {
	position: relative;
}

.LIP_IDOLE h2,
.LIP_IDOLE h3,
.LIP_IDOLE h4,
.LIP_IDOLE h5,
.LIP_IDOLE p {
	margin: 0;
	letter-spacing: 0.2em
}

.LIP_IDOLE h2 {
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.LIP_IDOLE h3 {
	font-size: 38px;
	letter-spacing: 0.05em;
}

.LIP_IDOLE h3 .larger {
	font-size: 105.5%;
}

.LIP_IDOLE h4 {
	font-size: 32px;
	letter-spacing: 0.02em;
}

.LIP_IDOLE h5 {
	font-size: 28px;
	letter-spacing: 0.02em;
}

.LIP_IDOLE p {
	font-size: 18px;
}

.LIP_IDOLE p small {
	font-size: 80%;
	letter-spacing: 0.2vw;
}

.lancome-btn__link {
	font-size: 18px;
}

.btn-m {
	font-size: 24px;
}

.btn-m.a:hover {
	opacity: .8;
}

@media (max-width: 1280px) {
	.LIP_IDOLE h2 {
		font-size: 3.91vw;
	}

	.LIP_IDOLE h3 {
		font-size: 2.82vw;
	}

	.LIP_IDOLE h4 {
		font-size: 2.5vw
	}

	.LIP_IDOLE h5 {
		font-size: 2.18vw;
	}

	.LIP_IDOLE p {
		font-size: 1.4vw;
	}

	.lancome-btn__link {
		font-size: 1.4vw;
	}

	.btn-m {
		font-size: 1.88vw;
	}
}

@media (max-width: 800px) {
	.LIP_IDOLE h2 {
		font-size: 7.4vw;
	}

	.LIP_IDOLE h3 {
		font-size: 5.8vw;
	}

	.LIP_IDOLE h4 {
		font-size: 4.2vw;
	}

	.LIP_IDOLE h5 {
		font-size: 4vw;
	}

	.LIP_IDOLE p {
		font-size: 3.6vw;
	}

	.lancome-btn__link {
		font-size: 3.8vw;
		border-radius: 1.2vw;
		width: 38vw !important;
		height: 10.5vw !important;
	}

	.btn-m {
		width: auto;
		font-size: 4.4vw;
	}
}

.adjust {
	position: absolute;
	left: 0;
	top: -140px;
}

.mb {
	display: none !important;
}

@media (max-width: 800px) {
	.mb {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}

/* 動態 */
@keyframes btn-shine {
	0% {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}

	70% {
		-webkit-transform: translateX(120%);
		transform: translateX(120%);
	}

	100% {
		-webkit-transform: translateX(120%);
		transform: translateX(120%);
	}
}

/* 選單 */
.anchor_nav {
	width: 100%;
	height: fit-content;
	background-color: #fdebeb;
	padding: 50px 30px 20px;
	overflow: visible;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-content: center;
}

.anchor_nav .btn_wrapper {
	width: fit-content;
	margin: 0 auto;
}

.anchor_nav a {
	width: fit-content;
	padding: 0 32px;
	border-right: 1px solid #000;
	margin: 0;
	transition: all .3s;
	color: #000;
	letter-spacing: 0.2em;
}

.anchor_nav a:hover {
	text-shadow: 0 0 10px #faf4f5;
	transition: all .3s;
	color: #d97075;
}

.anchor_nav a:last-child {
	border: 0;
}

@media (max-width: 1280px) {
	.anchor_nav a {
		padding: 0 5vw;
	}
}

@media (max-width: 800px) {
	.anchor_nav {
		background-color: #fdefef;
		padding: 6vw 5vw 2vw;
		top: initial;
		margin: 0 auto;
	}

	.anchor_nav a {
		padding: 0 3.2vw;
	}
}

/* KV */
.kv-title {
	left: 8%;
	top: 40%;
	text-align: center;
	text-shadow: 0 0 8px #921629, 0 0 16px #921629;
}

.kv-title .MillerDisplay {
	margin-bottom: 8px;
}

.kv-title p {
	font-size: 20px;
}

.kv-title h5 {
	font-size: 46px;
}

.kv-title h3 {
	margin-bottom: 0;
}

.kv-title a {
	text-shadow: none;
}

.kv-tag {
	left: 36.7%;
	top: 60.6%;
}

.kv-logo {
	width: 38.8%;
	text-align: right;
	right: 2%;
	bottom: 14%;
}

.kv-logo h4 {
	font-weight: 600 !important;
}

@media (max-width: 1280px) {
	.kv-title .MillerDisplay {
		margin-bottom: 0.625vw;
	}

	.kv-title p {
		font-size: 1.56vw;
	}

	.kv-title h5 {
		font-size: 3.6vw;
	}
}

@media (max-width: 800px) {
	.kv-title {
		left: auto;
		right: 7vw;
		bottom: 3vw;
		top: auto;
		text-shadow: none;
	}

	.kv-title .MillerDisplay {
		margin-bottom: 2.4vw;
	}

	.kv-title p {
		font-size: 3.2vw;
	}

	.kv-title h5 {
		font-size: 6.9vw;
	}

	.kv-title h3 {
		margin-bottom: 0;
	}

	.kv-title h4 {
		margin-bottom: 0;
	}

	.kv-tag {
		left: 3%;
		top: 64%;
	}

	.kv-logo {
		width: 58.6%;
		right: 0;
		left: 0;
		bottom: auto;
		top: 2.4vw;
		margin: 0 auto;
	}

}

.sec-title {
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 70px;
}

.sec-title h2 {
	vertical-align: middle;
	line-height: 1.3;
}

.sec-title .new-tag {
	display: inline-block;
	color: #f15774;
	font-size: 28px;
	transform: translateY(-10px);
	border-top: 1px solid #f15774;
	border-bottom: 1px solid #f15774;
	padding: 4px 4px 0;
}

.sec-title .new-num {
	font-size: 100px;
	font-style: italic;
}

@media (max-width: 1280px) {
	.sec-title {
		left: 0;
		right: 0;
		top: 5.1vw;
	}

	.sec-title .new-tag {
		font-size: 2.2vw;
		transform: translateY(-0.7vw);
		padding: 0.5vw 0.5vw 0;
	}

	.sec-title .new-num {
		font-size: 7.8vw;
	}
}

@media (max-width: 800px) {
	.sec-title {
		left: 0;
		right: 0;
		top: 10vw;
	}

	.sec-title .new-tag {
		font-size: 4.2vw;
		transform: translateY(-1vw);
		padding: 0.9vw 1vw 0.1vw;
	}

	.sec-title .new-num {
		font-size: 15vw;
	}
}


/*******************sec 01********************/

.sec_01 {
	overflow: hidden;
}

.sec_01 h2 small {
	font-size: 88%;
	color: #fff;
	font-weight: 600;
}

.sec_01 h3,
.sec_01 h4 {
	color: #fff;
}

.sec_01 a {
	margin-top: 0.5em;
}

.sec_01 h3 small {
	color: inherit;
}


/*******************sec 02********************/

.sec_02_box1 {
	right: 7%;
	top: 33.8%;
	text-align: right;
}

.sec_02 .circle:before,
.sec_02 .circle:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f15774;
	position: absolute;
}


.sec_02 .circle:before {
	box-shadow: 0 0 20px #fff;
}

.sec_02 .circle:after {
	animation: spot_shine 1.5s infinite;
}

.sec_02_box1.circle:before,
.sec_02_box1.circle:after {
	top: 52.5%;
	left: -31%;
}

.sec_02_box2.circle:before,
.sec_02_box2.circle:after {
	top: 56%;
	right: -54%;
}

.sec_02_box3.circle:before,
.sec_02_box3.circle:after {
	top: 56%;
	left: -45%;
}



@keyframes spot_shine {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}


.sec_02_box2 {
	left: 5%;
	top: 52%;
}

.sec_02_box3 {
	right: 7%;
	top: 65.5%;
	text-align: right;
}

.sec_02 h3,
.sec_03 h3 {
	margin-bottom: 0.45em;
}

.sec_02 p.note {
	width: 90%;
	margin: auto;
	left: 3.5%;
	bottom: 9%;
	color: #282728;
}

.sec_02 p.note small {
	font-size: 75%;
	letter-spacing: 0.1em;
}


@media (max-width: 1280px) {

	.sec_02 .circle:before,
	.sec_02 .circle:after {
		content: "";
		width: 1.5vw;
		height: 1.5vw;
	}

	.sec_02 .circle:before {
		box-shadow: 0 0 3vw #fff;
	}

}

@media (max-width: 800px) {

	.sec_01 h2 {
		margin: -1vw auto;
	}

	.sec_01 h2 small {
		font-size: 72%;
	}

	.sec_02_box2 {
		left: 5vw;
		top: 151vw;
	}

	.sec_02_box1 {
		left: inherit;
		right: 5vw;
		top: 48.5vw;
		text-align: right;
	}

	.sec_02_box3 {
		left: inherit;
		right: 5vw;
		top: 161vw;
		text-align: right;
	}

	.sec_02 h3,
	.sec_03 h3 {
		margin-bottom: 0.5vw;
	}

	.sec_02 p.note {
		left: 0;
		right: 0;
		bottom: 5vw;
		text-align: center;
	}

	.sec_02 .circle:before,
	.sec_02 .circle:after {
		content: "";
		width: 3vw;
		height: 3vw;
	}

	.sec_02 .circle:before {
		box-shadow: 0 0 10vw #fff;
	}


}

.sec_02 a {
	bottom: 32px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
}

.sec_03 a {
	bottom: 70px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
}

@media (max-width: 1280px) {
	.sec_02 a {
		bottom: 2.5vw;
	}

	.sec_03 a {
		bottom: 6vw;
	}
}

@media (max-width: 800px) {
	.sec_02 a {
		bottom: 10vw;
	}

	.sec_03 a {
		bottom: 10vw;
	}

	.sec_02_box1.circle:before,
	.sec_02_box1.circle:after {
		top: 43vw;
		left: 23vw;
	}

	.sec_02_box2.circle:before,
	.sec_02_box2.circle:after {
		top: -25vw;
		left: 17vw
	}

	.sec_02_box3.circle:before,
	.sec_02_box3.circle:after {
		top: -26vw;
		left: 10vw;
	}
}


/*******************sec 03********************/

.sec_03>img {
	pointer-events: none;
}

.sec_03_box1 {
	right: 7%;
	top: 28%;
	text-align: right;
}

.sec_03_box2 {
	left: 4%;
	top: 58.2%;
}

.sec_03 h5 .MillerDisplay {
	font-size: 120%;
}

.sec_03 h5 .MillerDisplayh2 {
	font-size: 178%;
	font-style: italic;
}

.sec_03_box2 .ba {
	max-width: 260px;
	margin-left: auto;
	margin-top: 32px;
	position: relative;
	z-index: 1;
}

.sec_03_box2 .ba:after {
	content: "";
	display: block;
	background: url("../images/ba_bg.jpg") no-repeat center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: -1;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(179, 109, 104, .56));
	filter: drop-shadow(0px 0px 20px rgba(179, 109, 104, .56));
}

@media (max-width: 1280px) {

	.sec_03_box1 .color-pink {
		margin-top: 2.5vw;
	}

	.sec_03_box2 .color-pink {
		margin-top: 1.25vw;
	}

	.sec_03_box2 .ba {
		max-width: 20vw;
		margin-top: 2.5vw;
	}

	.sec_03_box2 .ba:after {
		top: 1.8vw;
		left: 1.8vw;
	}
}

@media (max-width: 800px) {
	.sec_03_box1 {
		left: 40vw;
		top: 39vw;
	}

	.sec_03_box2 {
		left: 8vw;
		right: 0;
		top: 137vw;
		text-align: left;
	}

	.sec_02 h3,
	.sec_03 h3 {
		margin-bottom: 0.3vw;
	}

	.sec_03_box1 .color-pink {
		margin-top: 5vw;
	}

	.sec_03_box2 .color-pink {
		margin-top: 2.5vw;
	}

	.sec_03_box2 .ba {
		max-width: 38vw;
		margin-left: 0;
		margin-top: 4vw;
	}

	.sec_03_box2 .ba:after {
		top: 4vw;
		left: 4vw;
	}
}

/*******************sec 04********************/

.sec_04 .sec-title {
	margin-bottom: 80px;
}

.sec_04 .sec-title h2 span {
	margin-right: 0.07em;
}

.sec_04 .pd_color {
	font-size: 40px;
	font-weight: bold !important;
}

.sec_04 .pd_color .num {
	font-size: 68px;
	font-style: italic;
}

.sec_04 .pd_color .pound {
	font-size: 28px;
}

.sec_04 .pd_color p {
	margin-top: 16px;
	font-weight: normal;
	margin-bottom: 24px;
}

.sec_04 .pd_pic {
	position: relative;
}

.sec_04 .pd_pic .pd_tag {
	position: absolute;
	right: 0;
	top: -52px;
	width: 80px;
}

.sec_04 .pd_pic img {
	width: 100%;
	display: block;
}

.sec_04_pdwrap {
	width: 80%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0 15px;
	margin: 83px auto 0;
}

.sec_04_pdwrap:last-of-type {
	margin-top: 150px;
}

.sec_04_pdwrap .sec_04_pd {
	text-align: center;
}

.sec_04_pdwrap .sec_04_pd .pd_color, .sec_04_pdwrap .sec_04_pd form {
	margin-left: auto;
	width: 96%;
}

.sec_04_pdwrap .pd_color {
	font-size: 36px;
	margin-top: -0.2em;
	font-weight: 500 !important;
}

.sec_04_pdwrap .pd_color .num {
	font-size: 60px;
}

.sec_04_pdwrap .pd_color .pound {
	font-size: 24px;
}

@media (max-width: 1280px) {
	.sec_04 .sec-title {
		margin-bottom: 6.25vw;
	}

	.sec_04 .pd_color {
		font-size: 3.1vw;
	}

	.sec_04 .pd_color .pound {
		font-size: 2.1vw;
	}

	.sec_04 .pd_color p {
		margin-top: 1.2vw;
		margin-bottom: 1.8vw;
	}

	.sec_04 .pd_pic .pd_tag {
		top: -4vw;
		width: 6.25vw;
	}

	.sec_04_pdwrap {
		grid-gap: 0 1.2vw;
		margin-top: 6.5vw;
	}

	.sec_04_pdwrap:last-of-type {
		margin-top: 10vw;
	}

	.sec_04_pdwrap .pd_color {
		font-size: 2.8vw;
	}

	.sec_04_pdwrap .pd_color .num {
		font-size: 4.6vw;
	}

	.sec_04_pdwrap .pd_color .pound {
		font-size: 1.8vw;
	}
}

@media (max-width: 800px) {

	.sec_04 .sec-title {
		margin-top: 5vw;
		margin-bottom: 22vw;
	}

	.sec_04 .sec-title h2:first-of-type {
		margin-bottom: -2.5vw;
	}

	.sec_04 .pd_color {
		font-size: 5.8vw;
		text-align: center;
	}

	.sec_04 .pd_color .num {
		font-size: 10vw;
	}

	.sec_04 .pd_color .pound {
		font-size: 4vw;
	}

	.sec_04 .pd_color p {
		margin-top: 2vw;
		margin-bottom: 2vw;
	}

	.sec_04 .pd_pic .pd_tag {
		right: -3vw;
		top: -8.5vw;
		width: 13vw;
	}

	.sec_04_pdwrap {
		width: 86.66%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 12vw 2.4vw;
		margin-top: 13vw;
		margin-left: 4.5vw;
	}

	.sec_04_pdwrap .sec_04_pd .pd_color, .sec_04_pdwrap .sec_04_pd form {
		margin-left: auto;
		width: 90%;
	}

	.sec_04_pdwrap .pd_color {
		font-size: 5vw;
		margin-top: -2.5vw;
		margin-bottom: -1vw;
	}

	.sec_04_pdwrap .pd_color .num {
		font-size: 8vw;
		letter-spacing: 0;
	}

	.sec_04_pdwrap .pd_color .pound {
		font-size: 3.2vw;
	}
}


/*******************VIDEO SECTION********************/
.video {
	position: relative;
	width: 100%;
}

.video .bg-img {
	display: block;
	width: 100%;
}

.video .bg-img img {
	width: 100%;
}

.film {
	width: 77%;
	position: absolute;
	top: 8%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	border: 1px solid #fff;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(179, 109, 104, .8));
	filter: drop-shadow(0px 0px 20px rgba(179, 109, 104, .8));
}

@media (max-width: 800px) {
	.film {
		width: 86%;
		top: 11vw;
		border-width: 0.5px;
		-webkit-filter: drop-shadow(0 0 3vw rgba(179, 109, 104, .6));
		filter: drop-shadow(0 0 3vw rgba(179, 109, 104, .6));
	}

}