@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: #000000 ; }
.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: #000000;   }
		.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背景*/
.deco { z-index:-1; position:absolute;top:920px;left:0; width:100%; height:100%; background-repeat:repeat-y; background-position:center top; pointer-events:none;}
.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:220px;left:0; width:100%; height:100%; background-repeat:repeat-y; 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%;}
}


/*版頭背景*/
.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 .title01 {position: absolute; top: 152px; left: 499px;}
  .Area_title .title02 {position: absolute; top: 8.5vw; left: 8.5vw;  width: 84.1%;}

  .Area_title .title03 {position: absolute; top: 152px; left: 554px;z-index: -2;}
  .Area_title .title04 {position: absolute; top: 8.5vw; left: 8.5vw;  width: 84.1%;z-index: -2;}
    
  .Area_title .time {position: absolute; top: 357px; left: 559px; z-index: 50;}
  @media screen and (max-width: 767px) {
    .Area_title .time {position: absolute; top: 36vw; left:15vw; z-index: 10; width: 20%; z-index: 50;}
  }





/*版頭品*/
@media screen and (min-width:768px){
  .Area_title .topPD { z-index:10; position: absolute; top: 296px; right: 304px; 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;}

  .Area_title .topPD2 { z-index:5; position: absolute; top: 153px; right: 112px; width: 100%;}
  .Area_title .topPD2 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .topPD2 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .topPD2 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transform: translate(0,0);}	
  .Area_title .topPD2 .PD_layout .PD_img { width:100%; position:absolute; right: 65px; top: 0;}
  .topPD2 .PD_layout .PD img { width: auto; height: auto;}

}
@media screen and (max-width:767px){
  .Area_title .topPD { z-index:10; position: absolute; width: 100%; top: 71vw; right: 10vw;}
  .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; transform: translate(0,0);}	
  .topPD .PD_layout .PD img { width: 26%;}
  /* .topPD .PD_layout[data-pd-li*=BN-AWD] .PD_img { display: block !important;} */

  .Area_title .topPD2 { z-index:5; position: absolute; width: 100%; top: 50vw; right: -14vw;}
  .Area_title .topPD2 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 80%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .topPD2 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .topPD2 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .topPD2 .PD_layout .PD img { width: 26%;}
}



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

    /*副標輪播*/
    .Area_title .Area_topSUB {position: absolute; width:100%; top: 366px; left: 238px;}
    .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);}	

    .Area_title .Area_topSUB .PD_layout .PD img{width: 35%;}
}


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

    /*副標輪播*/
    .Area_title .Area_topSUB {position: absolute;top: 37.5vw;right: -2vw;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);}	

    .Area_title .Area_topSUB .PD_layout .PD img{width:60%;}

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







/*02登記*/
.PD_layout.PD_layout-coupon3 .PD .divine_coupon, .PD_layout.PD_layout-coupon3 .PD .threshold{color: #000!important;}

.Area02 .btn .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;}


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


  .Area02 {margin-bottom: 65px!important;}

  .Area02 .Area_coupon .PD_layout.PD_layout-coupon3 .PD .divine_coupon1 b.js-PD_val{ font-size: 2.2em;}



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

    .Area02 .title{ margin: 5vw auto 2vw auto; width: 110%; left: -5vw; position: relative;}

    .Area02 .Area_danji{width: 97%;}
    .Area02 {margin-bottom: 5vw!important;}

    .Area02 .btn{width: 97%; margin: auto;}
  }





/*03主打*/
.Area03 {height: auto; background-color: #ffd28e;}
.Area03 .title {margin: 20px auto; padding-top: 30px;}
/* .Area03 .PD_layout {padding-bottom: 30px;} */

@media screen and (max-width: 767px) {
  .Area03 .title{ margin: 5vw auto 2vw auto; width: 110%; left: -5vw; position: relative;}
  /* .Area03 .PD_layout {padding-bottom: 12vw;} */
}


/*04*/
.Area04 .title {margin: 20px auto;}

@media screen and (max-width: 767px) {
.Area04 .title{ margin: 5vw auto 2vw auto; width: 110%; left: -5vw; position: relative;}
}

/* 1帶2公版 */
@media screen and (min-width:768px){
  .Area04 { margin-bottom: 60px ; }
  .Area04 .box { display: flex; flex-wrap: nowrap;}
  .Area04 .box_box { margin: 0 1% ; width: 48%; /*background: url(PD_bg.png?t=1764135900588) top center no-repeat ;*/ padding: 0 ; border-radius: 20px; background-size: 100%; margin-bottom: 70px !important ; background-image: url( PD_bg_02.png?t=1764135900588) ;}
  .Area04 .PD_box { margin-bottom: 10px; }
  .Area04 .box .BN ul li .PD_into .PD_logo { width: 65% ; }
  .Area04 .box .BN ul li .PD_into h3 { width: 100%; font-size: 33px; color: #000 ; line-height: 2em; text-align: center ; /*padding: 0 0 0 10px;*/}
  .Area04 .layout_good { background-image: url( PD_bg_02.png?t=1764135900588) ; background-size: 100% ; border-radius: 15px ; padding-bottom: 20px ; }
  .Area04 .layout_good ul { width: 95% ; padding: 10px 0px; border-radius: 30px; }
}
@media screen and (max-width:767px){
  .Area04 .box_box { width: 96% ; /*background: url(PD_bg_02.png?t=1764135900588) top center no-repeat ;*/ padding: 0 ; border-radius: 0 ; background-size: 100%; margin: 0 auto 7vw ; background-image: url(PD_bg_02.png?t=1764135900588);border-radius: 0.8em;}
  .Area04 .box .BN ul li .PD_into h3 { width: 70% ; color: #121212 ; padding-top: 1vw; }
  .Area04 .box .BN ul li .PD_into .PD_logo { width: 40% ; margin-left: 4vw ; margin-top: 1vw; }
  .Area04 .layout_good { background-image: url( PD_bg_02.png?t=1764135900588) ; background-size: 100% ; border-radius: 4vw ; padding-bottom: 4vw ; margin-top: -1vw; }
  .Area04 .layout_good ul { width: 96% ; padding: 0 ; margin-top: 3vw;  }
}




  /*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 {margin: 50px auto auto auto;}

  @media screen and (max-width: 767px) {
    .Area05 .title{ margin: 7vw auto auto auto; width: 110%; left: -5vw; position: relative;}
    }


/*區標線上入稿*/
@media screen and (min-width: 768px){
.box_txt {position: relative;display: flex;margin: 0 auto;width: 100%;height:100px;justify-content: center;z-index: 50; margin-top: 36px;}
.box_txt img{width: 100%!important;padding: 0;}
.box_txt::before {content:"";position: absolute;display:block;top: 32px;
  left: 0; width:100%;height: 100%;pointer-events:none;z-index: -10;background: url("Area05_1.png?t=1764135900588") center top/100% no-repeat scroll;}
.box_txt .PD_layout .PD h3 {color:#ffe8ba;font-size: 2.7em;font-family: "Century Gothic";letter-spacing: -1px;font-weight: 400;}
	
}

@media screen and (max-width:767px){
.box_txt {position: relative;}
.box_txt img{width: 100%;}
.box_txt::before {content:"";position: absolute;display:block;top: 6vw; left: -14vw; width:128%; height: 100%;pointer-events:none;z-index: -10;background: url("Area05_1.png?t=1764135900588") center top/100% no-repeat scroll;}
.box_txt .PD_layout .PD h3 {color:#ffe8ba;font-size: 1.7em;letter-spacing: -1px;line-height: 14vw;font-family: "Century Gothic","微軟正黑體";max-height: 14vw;top:1vw; position: relative;font-weight: 600;}
}


  /*06icon*/
  .Area06 .title {margin: 20px auto 30px auto;}
  .Area06 .PD_layout .PD_wrapper{padding: 0;}

  @media screen and (max-width: 767px) {
    .Area06 .title{ margin: 7vw auto 3vw auto; width: 110%; left: -5vw; position: relative;}
    .Area06 .PD_layout .PD_wrapper{padding: 2%; grid-gap:2%;}
    .Area06 .PD_layout[data-pd-col-pc="5"] li:nth-child(4){ position: relative;left: 16vw;}
    .Area06 .PD_layout[data-pd-col-pc="5"] li:nth-child(5){ position: relative;left: 16vw;}
    }



.Area07 {background-color: #ffd593;border-radius: 16px !important;}
.Area07 .title{padding-top: 2%; }
@media screen and (max-width: 767px) {
  .Area07 {background-color: #ffd593;border-radius: 0 !important;}
  .Area07 .title{padding-top: 2%; padding-bottom: 1%;}
  }



/*區塊_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;}
	}




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