@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 !important;
}

.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: #d97075;
	text-align: center;
	padding: 0.6em 2.8em;
	display: inline-block;
	letter-spacing: 0.1em;
	border: 1px solid #d97075;
	box-shadow: 0 0 10px #fff;
}
.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;
}
.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: #d97075;
}
.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;
}
@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;
}
.LIP_IDOLE .h2 {
	font-size: 50px !important;
	font-weight: 400;
}
.LIP_IDOLE .h3 {
	font-size: 36px !important;
}
.LIP_IDOLE .h4 {
	font-size: 32px !important;
}
.LIP_IDOLE .h5 {
	font-size: 28px !important;
}
.LIP_IDOLE p {
	font-size: 18px !important;
}
.lancome-btn__link {
	font-size: 18px !important;
}
.btn-m {
	font-size: 18px !important;
}
.btn-m.a:hover{
	opacity: .8;
}
@media (max-width: 1280px) {
	.LIP_IDOLE .h2 {
		font-size: 4vw !important;
	}
	.LIP_IDOLE .h3 {
		font-size: 2.8vw !important;
	}
	.LIP_IDOLE .h4 {
		font-size: 2.5vw !important;
	}
	.LIP_IDOLE .h5 {
		font-size: 2.18vw !important;
	}
	.LIP_IDOLE p {
		font-size: 1.4vw !important;
	}
	.lancome-btn__link {
		font-size: 1.4vw !important;
	}
	.btn-m {
		font-size: 1.4vw !important;
	}
}
@media (max-width: 800px) {
	.LIP_IDOLE .h2 {
		font-size: 6.6vw !important;
	}
	.LIP_IDOLE .h3 {
		font-size: 5.8vw !important;
	}
	.LIP_IDOLE .h4 {
		font-size: 4.2vw !important;
	}
	.LIP_IDOLE .h5 {
		font-size: 4vw !important;
	}
	.LIP_IDOLE p {
		font-size: 3.6vw !important;
	}
	.lancome-btn__link {
		font-size: 3.6vw !important;
	}
	.btn-m {
		width: auto;
		font-size: 3.6vw !important;
	}
}

.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%);
	}
}

/* 選單 */
.navSwiper {
	position: absolute !important;
	top: -24px;
	width: 100%; height: fit-content;
	overflow: visible;
}
.navSwiper .swiper-wrapper {
	width: fit-content;
}
.navSwiper .swiper-slide {
	width: fit-content;
}
.navSwiper .swiper-slide a {
	padding: 0 32px;
	border-right: 1px solid #000;
	margin: 0;
	transition: all .3s;
	color: #000;
	letter-spacing: .1em;
}
.navSwiper .swiper-slide a:hover {
	text-shadow: 0 0 10px #d97075;
	transition: all .3s;
	color: #d97075;
}
.navSwiper .swiper-slide:last-child a {
	border: 0;
}
@media (max-width: 1280px) {
	.navSwiper .swiper-slide a {
		padding: 0 2.5vw;
	}
}
@media (max-width: 800px) {
	.navSwiper {
		top: 0;
		z-index: 1;
		background: transparent
	}
	.navSwiper .swiper-slide a {
		padding: 0 3.2vw;
	}
}

/* KV */
.kv-title {
	left: 12%; top: 28%;
	text-align: center;
	text-shadow: 0 0 8px #fff, 0 0 16px #fff;
}
.kv-title .MillerDisplay {
	margin-bottom: 8px;
}
.kv-title p {
	font-size: 20px;
}
.kv-title .h5 {
	font-size: 46px;
}
.kv-title .h3 {
	margin-bottom: 24px;
	font-weight: 600 !important;
}
.kv-title a {
	text-shadow: none;
}
.kv-tag {
	left: 36.7%; top: 60.6%;
}
.kv-logo {
	width: 38.8%;
	text-align: right;
	right: 6.25%; bottom: 12.7%;
	text-shadow: 0 0 8px #fff, 0 0 16px #fff;
}
.kv-logo .h4 {
	font-weight: 600 !important;
}
.kv-pd {
	bottom: 1.1%; left: 14.5%;
	width: 21%;
}
@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;
	}
	.kv-title .h3 {
		margin-bottom: 1.8vw;
	}
}
@media (max-width: 800px) {
	.kv-title {
		left: auto; right: 4vw; top: 92vw;
	}
	.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: 4vw;
	}
	.kv-tag {
		left: 3%; top: 64%;
	}
	.kv-logo {
		width: 58.6%;
		right: 0; left: 0; bottom: auto; top: 2.4vw;
		margin: 0 auto;
	}
	.kv-pd {
		bottom: 1%; left: 3%;
		width: 33%;
	}
}

.film {
	border: 0 !important;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(179,109,104,.56)) !important;
    filter: drop-shadow(0px 0px 20px rgba(179,109,104,.56)) !important;
}
@media (max-width: 1280px) {

}
@media (max-width: 800px) {
	.film {
		top: 12vw !important;
	}
}

.sec-title {
	text-align: center;
	margin: 0 auto;
	left: 0; right: 0; top: 80px;
}
.sec-title .h2 {
	vertical-align: middle;
}
.sec-title .new-tag {
	display: inline-block;
	color: #ed7888;
	font-size: 24px;
	transform: translateY(-10px);
	border-top: 1px solid #ed7888;
	border-bottom: 1px solid #ed7888;
	padding: 4px;
}
.sec-title .new-num {
	font-size: 100px;
	font-style: italic;
}
@media (max-width: 1280px) {
	.sec-title {
		left: 0; right: 0; top: 6.25vw;
	}
	.sec-title .new-tag {
		font-size: 1.8vw;
		transform: translateY(-0.7vw);
		padding: 0.3vw;
	}
	.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: 3.7vw;
		transform: translateY(-1vw);
		padding: 0.56vw 0 0.48vw;
	}
	.sec-title .new-num {
		font-size: 13vw;
	}
}

.sec_02 a {
	bottom: 32px; left: 0; right: 0;
	width: fit-content;
	margin: 0 auto;
}
@media (max-width: 1280px) {
	.sec_02 a {
		bottom: 2.5vw;
	}
}
@media (max-width: 800px) {
	.sec_02 a {
		bottom: 10vw;
	}
}

.sec_03 > img {
	pointer-events: none;
}
.sec_03_box1 {
	left: 90px; top: 419px;
}
.sec_03_box2 {
	right: 90px; top: 225px;
	text-align: right;
}
.sec_03 .h3 {
	margin-bottom: 8px;
}
.sec_03 .h5 .MillerDisplay {
	font-size: 120%;
}
.sec_03 .h5 .MillerDisplay.h2 {
	font-size: 178%;
	font-style: italic;
}
.sec_03_box1 .color-pink {
	margin-top: 32px;
}
.sec_03_box2 .color-pink {
	margin-top: 16px;
}
.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 {
		left: 7vw; top: 32.7vw;
	}
	.sec_03_box2 {
		right: 7vw; top: 17.5vw;
	}
	.sec_03 .h3 {
		margin-bottom: 0.6vw;
	}
	.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: 35vw;
	}
	.sec_03_box2 {
		left: 40vw; right: 0; top: 82.5vw;
		text-align: left;
	}
	.sec_03 .h3 {
		margin-bottom: 0.6vw;
	}
	.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 {
	padding: 80px 48px;
	background: url("../images/sec_pc_05.jpg") top center;
	background-size: cover;
}
.sec_04 .sec-title {
	margin-bottom: 80px;
}
.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;
	left: 0; top: -52px;
	width: 80px;
}
.sec_04_main .pd_pic .pd_tag {
	left: 80px;
}
.sec_04_main {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.sec_04_main .pd_pic {
	width: 54.5%;
	margin-right: 64px;
}

.sec_04_pdwrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 40px;
	margin-top: 80px;
}
.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: 86%;
}
.sec_04_pdwrap .pd_color {
	font-size: 36px;
	margin-top: -24px;
	margin-bottom: 8px;
}
.sec_04_pdwrap .pd_color .num {
	font-size: 60px;
}
.sec_04_pdwrap .pd_color .pound {
	font-size: 24px;
}
@media (max-width: 1280px) {
	.sec_04 {
		padding: 6.25vw 3.75vw;
	}
	.sec_04 .sec-title {
		margin-bottom: 6.25vw;
	}
	.sec_04 .pd_color {
		font-size: 3.1vw;
	}
	.sec_04 .pd_color .num {
		font-size: 5.3vw;
	}
	.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 {
		left: 0; top: -4vw;
		width: 6.25vw;
	}
	.sec_04_main .pd_pic .pd_tag {
		left: 6.25vw;
	}
	.sec_04_main .pd_pic {
		margin-right: 5vw;
	}
	.sec_04_pdwrap {
		grid-gap: 5vw 2.5vw;
		margin-top: 6.25vw;
	}
	.sec_04_pdwrap .pd_color {
		font-size: 2.8vw;
		margin-top: -1.8vw;
		margin-bottom: 0.6vw;
	}
	.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 {
		padding: 10vw 4.2vw 12vw;
		background: url("../images/sec_mb_05.jpg") top center;
		background-size: 100% 100%;
	}
	.sec_04 .sec-title {
		margin-bottom: 10vw;
	}
	.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 {
		left: 0; top: -8vw;
		width: 12.4vw;
	}
	.sec_04_main .pd_pic .pd_tag {
		left: 12vw;
	}
	.sec_04_main {
		justify-content: center;
		flex-wrap: wrap;
	}
	.sec_04_main .pd_pic {
		width: 80vw;
		margin-left: 0;
		margin-right: auto;
	}
	
	.sec_04_pdwrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 12vw 2.4vw;
		margin-top: 16vw;
	}
	.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: -2vw;
		margin-bottom: 2vw;
	}
	.sec_04_pdwrap .pd_color .num {
		font-size: 8vw;
		letter-spacing: 0;
	}
	.sec_04_pdwrap .pd_color .pound {
		font-size: 3.2vw;
	}
}