@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin:0; padding:0;}




/*LOGO*/
.momologo { z-index:2; position: absolute; top: 15px; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
	@media screen and (max-width:767px){
		.momologo { display:none;}
	}


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden; width:100%; min-width:1220px; text-align:left; font-family:"Century Gothic","Microsoft JhengHei","微軟正黑體", Arial, sans-serif; background-color: #ecd4f2; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
/*預設清單樣式*/
.Area .list_00 ul {display:inline-block; margin:0; padding:0;}
.Area .list_00 li {list-style:none;float:left;overflow: hidden;}
	@media screen and (max-width:767px){
		.WRAPPER {min-width: inherit; min-height:100vh; overflow: hidden;background-color: #ecd4f2;  }
		.WRAPPER img {  width:100%;  height:auto;}
	}


.Area_bottom{ margin-bottom: 60px!important; }
@media screen and (max-width:767px){ 
  .Area_bottom{ margin-bottom: 6vw!important; }	}

/*fixed背景*/
.bg_01 { z-index:-2; position:absolute;top:0;left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none;}
.bg_02 { z-index:-3; position:absolute;top:500px;left:0; width:100%; height:100%; background-repeat:repeat-y; background-position:center top; pointer-events:none;mix-blend-mode: screen;}

.Area07bg { z-index:-5; position:absolute;top:4183px;left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none;}

@media screen and (max-width:767px){	
  .m_bg01 { z-index:-2; position:absolute; top:44px; left: 0; width: 100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;background-size: 100%;}

  .Area07bg { z-index:-5; position:absolute;top:640vw;left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none;}

}


/*版頭背景*/
.Area_bgtop { z-index: 0; position: absolute; top: 0; left: 50%; width: 2000px; -webkit-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none;}
.Area_bgtop .bgtop_ { position: absolute; top: 0; left: 0; width: 100%; height: 1000px;}
.Area_bgtop .bgtop_ span { position: absolute; display: block; width: 100%; height: 100%; background-position: center top;}
  @media screen and (min-width: 768px) {
    .Area_bgtop span { background-repeat: no-repeat;}
    .Area_bgtop_fixed { position: fixed;}
    .Area_bgtop_1 .bgtop_1_2  { mix-blend-mode: hard-light;}

}


.m_Area_bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none;}
.m_Area_bgtop .m_bgtop_ { position: absolute; top: 0; left: 0; width: 100%; height: 0; padding-bottom: 100%;}
.m_Area_bgtop .m_bgtop_ span { position: absolute; display: block; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden; background-position: center top; background-size: 100%;}
  @media screen and (max-width: 767px) {
    .m_Area_bgtop span { background-repeat: no-repeat;}
    .m_Area_bgtop_fixed { position: fixed; top: 0px;} /*搭配js-appBgFixed*/

  }


  .Area_title .deco { z-index:0; position:absolute;top:220px;left:-400px; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none; transform-origin: 50% 50%;}

  .Area_title .topPD_011{position: absolute;mix-blend-mode: screen; top: 101px; left: 107px; z-index: 99;}
  .Area_title .topPD_022{position: absolute;mix-blend-mode: screen; top: 119px; left: 108px; z-index: 99; animation-delay: 3s;}
  .Area_title .topPD_033{position: absolute;mix-blend-mode: screen; top: 116px; left: 110px; z-index: 99; animation-delay: 6s;}


  @media screen and (max-width: 767px) {
    .Area_title .deco { z-index:0; position:absolute;top: 25vw;
      left: -50vw; width: 196%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none; transform-origin: 50% 50%;}

      .Area_title .topPD_011{position: absolute;mix-blend-mode: screen;top: 16vw; left: 2vw; z-index: 99; width: 108%;}

      .Area_title .topPD_033{position: absolute;mix-blend-mode: screen; top: 16vw; left: 5vw; z-index: 99;width: 108%; animation-delay: 6s;}
    

  }







  
/*版頭品*/
@media screen and (min-width:768px){
  .Area_title .topPD { z-index:99; position: absolute; top: 115px; right: -130px; width: 100%;}
  .Area_title .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .Area_title .topPD .PD_layout .PD_img { width:100%; position:absolute; right: 65px; top: 0;}
  .topPD .PD_layout .PD img { width: auto; height: auto;}
}
@media screen and (max-width:767px){
  .Area_title .topPD { z-index:99; position: absolute; top: -1vw; right: 2vw; width: 100%;}
  .Area_title .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 80%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .topPD .PD_layout .PD img { width: 100%;}
  /* .topPD .PD_layout[data-pd-li*=BN-AWD] .PD_img { display: block !important;} */
}



@media screen and (min-width:768px){
.Area_title{ height: 850px; box-sizing: border-box;}

    /*日期*/
    .Area_title .box_txt2 { z-index: 10;position: absolute;top: 25px; left: 938px; width:100%;}
    .Area_title .box_txt2 .PD_layout h3{ color: #ffffff!important; font-size:43px;  font-family: "Century Gothic","Noto Sans TC"; font-weight: 700; background-color: #000;border-radius: 50px;  margin: auto -7px;}
    .Area_title .box_txt2 .PD_layout[data-pd-direction=row] .PD_into, .PD_layout[data-pd-direction=row-reverse] .PD_into{width: 18%!important;}

    /*副標輪播*/
    .Area_title .Area_topSUB {position: absolute;top: 0px;width:100%;}
    .Area_title .Area_topSUB ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
    .Area_title .Area_topSUB ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
    .Area_title .Area_topSUB ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	


}


@media screen and (max-width:767px){
.Area_title { height:82vw;}

    /*日期*/
    .Area_title .box_txt2 { z-index: 10;position: absolute;top: 1vw; left: 73.5vw;width:100%;}
    .Area_title .box_txt2 .PD_layout h3{ color: #ffffff!important; font-size:20px;  font-family: "Century Gothic","Noto Sans TC"; font-weight: 700; background-color: #000;border-radius: 10vw 0vw 0vw 10vw;  margin: auto 0;} 
    .Area_title .box_txt2 .PD_layout[data-pd-direction=row] .PD_into, .PD_layout[data-pd-direction=row-reverse] .PD_into{width: 29%!important;}


    /*副標輪播*/
    .Area_title .Area_topSUB {position: absolute;top: 20vw;right: 1vw;width: 100%;}
    .Area_title .Area_topSUB ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 80%; box-sizing: content-box; grid-gap: inherit;}
    .Area_title .Area_topSUB ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
    .Area_title .Area_topSUB ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
    .Area_title .PD_wrapper {background-color: rgba(255,255,255,0.00);}
    .Area_title .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}	

}
	
/*提醒我按鈕*/
a.mo_remind_btn { z-index:9999; position: absolute!important; right: 0; top:75vw; width: 15%; opacity: .8;}

	
/*活動倒數*/
.TimerNick { position: absolute; top: 372px;left:119px; display: inline-block; z-index:99; text-align: center; letter-spacing: 0.3em;}
.TimerNick .FontStyle { display: inline-block; margin: 0 0 0 5px; padding: 0; border: 0; font-size: 30px;  color:#000000; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px;  letter-spacing: 0.1em; color:#000000;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width:767px){
  .TimerNick  { width:100%; top:38vw; left: 2em; display: flex;  column-gap: 0.5em; text-align: left;}
  .TimerNick .FontStyle { margin:-0.25em 0 0 -0.01em; padding: 0; border: 0; font-size: 1.4em; letter-spacing: .01em; }
  .TimerNick span { padding-left: 0; font-size: 1em; letter-spacing: -0.05em; margin-left: -0.3em; }
  .TimerNick span:first-child{ margin-top: -0.1em; }
}    



.Area05 .Area05_0{margin: 22px auto;}




/*01攻略*/
.Area01 .title {margin: 60px auto;}

@media screen and (max-width: 767px) {
  .Area01 .title {width: 100%; position: relative; margin:7vw auto 3vw auto; left: 0;}

}



/*bn3*/
.Area06 .title{margin: 55px auto 22px auto;}

@media screen and (max-width: 767px) {
  .Area06 .title{margin: 8vw auto 3vw auto;}

}



/*02登記*/

/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #c376cc;}                 

  .Area02 .title{margin: 20px auto; width: 100%;}

  
  @media screen and (max-width: 767px) {

    .Area02 .title{ margin: 8vw auto 3vw auto ; }

    .Area02 .Area_danji{width: 97%;}
  }



/*bn3*/
.Area07 .title{margin: 136px auto 22px auto;}

@media screen and (max-width: 767px) {
  .Area07 .title{margin:  8vw auto 3vw auto ;}
}


/*美妝_頁面需求_新增作圖區*/
#eWriterBtn_bt_B_000_n0001 { position: absolute !important; /*bottom: 1850px !important; right: 950px !important;*/ z-index: 201 !important;}
.Area_newpd .title {position: relative; z-index: 4;}
@media screen and (min-width: 768px) {
  .Area_newpd .pdbg {height: auto;position: relative; padding:190px 0 100px 0; margin: -200px auto 0;background: url("pdbg.png?t=1755048835994") top center no-repeat;background-size: 100%;z-index: 0;}
  .Area_newpd .pdbg .PD_layout01 {width: 85%;}
  .Area_newpd .pdbg .PD_layout01 .PD_wrapper {gap: 0px !important;}
}
@media screen and (max-width: 767px) {
  .Area_newpd .pdbg {height: auto;position: relative; padding:26vw 0 15vw 0; margin: -27vw auto 0;background: url("m_pdbg.png?t=1755048835994") top center no-repeat;background-size: 100%;z-index: 0;}
  .Area_newpd .pdbg .PD_layout01 .PD_wrapper {gap: 1.5vw !important;}
}



/*03主打*/
.Area03 {height: auto; }
.Area03 .title {margin: 45px auto 30px auto;}


@media screen and (max-width: 767px) {
  .Area03 .title{ margin: 8vw auto 5vw auto ; width:125%; left: -11vw; position: relative;}

}

.Area_BN .Area_swiper_box .PD_layout li{background-color:transparent!important;}



  /*Phone錨點*/
  .Area_floorPD_NavArea_tabbar {
    margin: 0 auto 5vw ;
    width: 94%;
  }
  .Area_floorPD_NavArea_tabbar.cate-fixed {
    width: 100%;
  }
  .Area_floorPD_NavArea_tabbar .Nav_box {
    border-radius: 8px;
    -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
            box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
  }
  .Area_floorPD_NavArea_tabbar .Nav li {
    overflow: visible;
  }
  .Area_floorPD_NavArea_tabbar.cate-fixed .Nav_box {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
            box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
  }
  
  /* 第二錨點選單微調 */
  .Area_floorPD_NavArea_tabbar.cate-open .Nav li span { overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  
  @media screen and (min-width:768px){
    .Area_floorPD_NavArea_tabbar.cate-fixed .Nav-wrapper{display: flex;justify-content: center;}
  }



.Area05 .title { position: absolute; margin:20px 10px;}


/*LOGO+1行文案*/
.Area05 .box_txt {width: 100%;margin: 26px auto;}
.Area05 .box_txt .PD_layout {width: 70%;}
.Area05 .box_txt .PD_layout .PD_into {display: flex;flex-direction: row;margin-top: 0;}
.Area05 .box_txt .PD_layout .PD_into .PD_logo {width: 40%;left: -50px;top: 29px;position: relative;}  

.Area05 .box_txt .PD_layout .PD_into h3 {width: 57%;font-size: 52px;line-height: 1.8em;color: #ffffff;margin-top: 26px;left: 26px;position: relative;} 

@media screen and (max-width:767px){
  .Area05 .box_txt {height: 14vw;}	
  .Area05 .box_txt .PD_layout {width: 94%;}
  .Area05 .box_txt .PD_layout .PD_into{display: flex;flex-direction: row;margin-top: 0vw;margin-bottom: 0;}
  .Area05 .box_txt .PD_layout .PD_into .PD_logo {width: 35%; top: 4vw; left: 3vw;position: relative;}  

  .Area05 .box_txt .PD_layout .PD_into h3{width: 59%;margin-left: 0;font-size: 23px;line-height: 1.2em;color: #ffffff;margin-top: 6.5vw;left: 2vw;} 

}




/*品類*/
.Area09 .title {margin: 45px auto 30px auto;}

.Area09 .PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul{padding: 0!important;}

.Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(6){ position: relative;left: 90px;}
.Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(7){ position: relative;left: 90px;}
.Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(8){ position: relative;left: 90px;}
.Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(9){ position: relative;left: 90px;}


.Area09 .PD_layout{width: 100%;}

@media screen and (max-width: 767px) {

  .Area09 .PD_layout[data-pd-li=BN] ul, .Area09 .PD_layout[data-pd-li=BN-AWD] ul, .Area09 .PD_layout[data-pd-li=PDBN] ul{grid-gap:0.5em!important;}


  .Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(6){ position: relative;left: 0;}
  .Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(7){ position: relative;left: 0;}
  .Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(8){ position: relative;left: 0;}
  .Area09 .PD_layout[data-pd-col-pc="5"] li:nth-child(9){ position: relative;left: 0;}
  

  .Area09 .PD_layout{width: 90%; }
  
}




/*區塊_all*/
.Area1220 { margin:0 auto; width:1220px;}
.Area960 { margin:0 auto; width:960px;}
.Area { position: relative; margin:0 auto; padding:0; border-radius:0; text-align:center; }
.Area a { position:relative; display:block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform:scale(0.97);
     -moz-transform:scale(0.97);
      -ms-transform:scale(0.97);
       -o-transform:scale(0.97);
          transform:scale(0.97);}
		  
		  
.WRAPPER .go_bt1 {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.WRAPPER .go_bt1:hover { 
  -webkit-transform:translateY(-10px);
     -moz-transform:translateY(-10px);
      -ms-transform:translateY(-10px);
       -o-transform:translateY(-10px);
          transform:translateY(-10px);}
		  
		  
	@media screen and (max-width:767px){
		.Area1220 { width:100%;}
		.Area960 { width:100%;}
		.Area .go_bt:hover {  
			-webkit-transform:none;
			-moz-transform:none;
			-ms-transform:none;
			-o-transform:none;
			transform:none;}
	}


/*黏人精*/
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 0; right: 0;}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto; position: absolute; top: 0; left: 0;}
.Area_hammerAD .closeButton a { display: block; cursor: pointer; position: absolute; width: 20px; height: 20px; border-radius: 50%; font: bold 20px/1em "Century Gothic"; color: #FFF; text-align: center; background-color: rgba(0%,0%,0%,0.5); text-decoration: none; z-index: 2;}
.Area_hammerAD .Ahammer_text { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; color: #000; font-family: "Century Gothic","Noto Sans CJK TC"; font-weight: 700;}
.Area_hammerAD .Ahammer_black .img_0, .Area_hammerAD .img_1 { filter: brightness(0%);}
.Area_hammerAD .Ahammer_black .img_1 { filter: none;}
.Area_hammerAD .Ahammer_black .Ahammer_text { color: #fff;}
@media screen and (min-width:768px){
  .Area_hammerAD { position: fixed; z-index: 300; left: 50%; right: auto; bottom: 50px; display: block; width: 210px; height: 200px; transform: translateX(618px) translate3d(0,200px,0);}
  .Area_hammerAD .closeButton a { top: 0; right: 0;}
  .Area_hammerAD .Ahammer_text { font-size: 2.3em; line-height: 1em; height: 1em; top: 40px;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;}
  .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  .Area_hammerAD .Ahammer_text { font-size: 1.5em; line-height: 1.5em; height: 1.5em; top: 3.6vw;}
}





/*隱鑶*/
.for_pc {}
.for_phone { display:none !important;}
	@media screen and (max-width:767px){
		.for_pc { display:none !important;}
		.for_phone { display: inherit !important;}
	}
