@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: #fec49e; }
.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: #fec49e;   }
		.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;}

.deco { z-index:-1; position: absolute; top:183px; left: -62px; width: 100%; min-width: 1220px; height: 100%; background: url(deco.png?t=1753431721116) no-repeat 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%;}
  .m_bg02 { z-index:-3; position:absolute; top:73vw; left: 0; width: 100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;background-size: 100%;}

  .Area_title .mdeco { z-index:-1; position: absolute; top:2vw; left: 0; width: 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;}	  
    .Area_bgtop_1 .bgtop_1_2 span { background-image: url(bgtop_1_2.png?t=1753431721116); height: 1200px;} 

}


.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*/

  }



/*版頭品*/
@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;} */
}


  /* 聚光燈 */
  .light2box { position: absolute; width: 2000px; height: 749px;left: -545px;  top: -858px; mix-blend-mode: overlay; z-index: 1;}
  @media screen and (max-width:767px){
  .light2box { width: 100%; height: 100vw; left: -99vw; top: 0; z-index: 0;}
  }


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

    /*日期*/
    .Area_title .box_txt2 { z-index: 10;position: absolute;top: 25px; left: 742px;width:100%;}
    .Area_title .box_txt2 .PD_layout h3{ color: #fef3eb!important; font-size:43px;  font-family: "Century Gothic","Noto Sans TC"; font-weight: 700;}


    /*副標輪播*/
    .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:65vw;}

    /*日期*/
    .Area_title .box_txt2 { z-index: 10;position: absolute;top: 1vw; left: 63.5vw;width:100%;}
    .Area_title .box_txt2 .PD_layout h3{ color: #fef3eb!important; font-size:20px;  font-family: "Century Gothic","Noto Sans TC"; font-weight: 700;} 



    /*副標輪播*/
    .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:63vw; width: 15%; opacity: .8;}

	
/*活動倒數*/
.TimerNick { position: absolute; top: 510px;left:130px; display: inline-block; z-index:8; 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:#dc8469; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px;  letter-spacing: 0.1em; color:#dc8469;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width:767px){
  .TimerNick  { width:100%; top:61vw; 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; }
}    




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

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

}



/*02登記*/

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

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

  .Area02 .title2{width: 100%;}


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


  
  @media screen and (max-width: 767px) {
    .Area02 .title1{ margin: 5vw auto auto auto ; width: 117%; left: -8vw; position: relative;}
    .Area02 .title2{  width: 110%; left: -5vw; position: relative;}

    .Area02 .Area02_2bg{position: absolute;top: 22vw; left: -5vw; z-index: -1; width: 111%;}
    .Area02 .Area02_3bg{position: absolute;top: 130vw; left: -5vw; z-index: -1; width: 111%; }
    .Area02 .Area02_4bg{position: absolute;top: 263vw; left: -5vw; z-index: -1;  width: 111%;}
  

    .Area02 .Area_danji{width: 97%;}
    .Area02 {margin-bottom: 5vw!important;}
    .Area02 .mdeco2{position: absolute; top: 2vw; left: 6vw; width: 11%;}
  }




  .Area_boxstyle {}
  .Area_boxstyle > .Area_boxstyle_box { position:relative; background-repeat: no-repeat; background-position: center bottom;z-index: 1}
  .Area_boxstyle > .Area_boxstyle_box:before { content:""; display:block; z-index:-1; position:relative; left:0; width:100%;}
  .Area_boxstyle > .Area_boxstyle_box:after  { content:""; display:block; z-index:-2; position:absolute; top: 80px; left: 0px;  width: 100%;height:100%;}
      @media screen and (min-width:768px){
        .Area_boxstyle > .Area_boxstyle_box { margin: 0;  width: 1220px ;left: -136px;}
        .Area_boxstyle > .Area_boxstyle_box:before { top: 30px; left: 0; height: 66px; width: 100%;}
        .Area_boxstyle > .Area_boxstyle_box:after {height: calc(100% - 135px);}
        .Area_boxstyle > .Area_boxstyle_box { background-image:url(Area_boxstyle_bgbottom.png?t=1753431721116);background-size:  100%;}
        .Area_boxstyle > .Area_boxstyle_box:before { background-image:url(Area_boxstyle_bgtop.png?t=1753431721116);background-size: 100%;  }
        .Area_boxstyle > .Area_boxstyle_box:after  { background-image:url(Area_boxstyle_bgcon.png?t=1753431721116);background-size: 100%;}
  
      }
  
  
  @media screen and (max-width: 767px) {
    .Area_boxstyle > .Area_boxstyle_box { padding:0;}
    .Area_boxstyle > .Area_boxstyle_box:before { top:12vw; height:0vw;}
    .Area_boxstyle > .Area_boxstyle_box:after {top: 12vw;height: calc(100% - 18vw);left: -18vw; width: 120%;}
    .Area_boxstyle > .Area_boxstyle_box {padding-top: 0;}
    .Area_boxstyle > .Area_boxstyle_box:before { top: 3vw; height: 9vw; left: -17vw; width:127%;}
    .Area_boxstyle > .Area_boxstyle_box {background-image: url(Area_boxstyle_bgbottom.png?t=1753431721116);background-size: 127%;padding-bottom: 4vw;}
    .Area_boxstyle > .Area_boxstyle_box:before { background-image: url(Area_boxstyle_bgtop.png?t=1753431721116);background-size: 127%;}
    .Area_boxstyle > .Area_boxstyle_box:after  { background-image: url(Area_boxstyle_bgcon.png?t=1753431721116);background-size: 127%;}
  
    }
  


    .Area_boxstyle {}
    .Area_boxstyle > .Area_boxstyle_box2 { position:relative; background-repeat: no-repeat; background-position: center bottom;z-index: 1}
    .Area_boxstyle > .Area_boxstyle_box2:before { content:""; display:block; z-index:-1; position:relative; left:0; width:100%;}
    .Area_boxstyle > .Area_boxstyle_box2:after  { content:""; display:block; z-index:-2; position:absolute; top: 80px; left: 0px;  width: 100%;height:100%;}
        @media screen and (min-width:768px){
          .Area_boxstyle > .Area_boxstyle_box2 { margin: 0;  width: 1220px ;left: -136px;}
          .Area_boxstyle > .Area_boxstyle_box2:before { top: 30px; left: 0; height: 66px; width: 100%;}
          .Area_boxstyle > .Area_boxstyle_box2:after {height: calc(100% - 135px);}
          .Area_boxstyle > .Area_boxstyle_box2 { background-image:url(Area_boxstyle_bgbottom2.png?t=1753431721116);background-size:  100%;}
          .Area_boxstyle > .Area_boxstyle_box2:before { background-image:url(Area_boxstyle_bgtop2.png?t=1753431721116);background-size: 100%;  }
          .Area_boxstyle > .Area_boxstyle_box2:after  { background-image:url(Area_boxstyle_bgcon2.png?t=1753431721116);background-size: 100%;}
    
        }
    
    
    @media screen and (max-width: 767px) {
      .Area_boxstyle > .Area_boxstyle_box2 { padding:0;}
      .Area_boxstyle > .Area_boxstyle_box2:before { top:12vw; height:0vw;}
      .Area_boxstyle > .Area_boxstyle_box2:after {top: 12vw;height: calc(100% - 18vw);left: -18vw; width: 120%;}
      .Area_boxstyle > .Area_boxstyle_box2 {padding-top: 0;}
      .Area_boxstyle > .Area_boxstyle_box2:before { top: 3vw; height: 9vw; left: -17vw; width:127%;}
      .Area_boxstyle > .Area_boxstyle_box2 {background-image: url(Area_boxstyle_bgbottom2.png?t=1753431721116);background-size: 127%;padding-bottom: 4vw;}
      .Area_boxstyle > .Area_boxstyle_box2:before { background-image: url(Area_boxstyle_bgtop2.png?t=1753431721116);background-size: 127%;}
      .Area_boxstyle > .Area_boxstyle_box2:after  { background-image: url(Area_boxstyle_bgcon2.png?t=1753431721116);background-size: 127%;}
    
      }
    


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

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

  .Area03 .mdeco1{position: absolute; top: -2vw; left: 87vw; width: 11%;}

}



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

  


/*05副打*/

.Area05 .mdeco1{position: absolute; top: -2vw; left: 87vw; width: 11%;}
.Area05 .mdeco2{position: absolute; top: -2vw; left: 4vw; width: 11%;}



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

}



/*區標線上入稿*/

.box_txt ul,.box_txt2 ul{ padding: 0; }	
@media screen and (min-width: 768px){
.box_txt {position: relative;display: flex;margin: 0 auto;width: 100%;height:127px;justify-content: center;z-index: 50;padding:5% 0 0 0%;}
.box_txt img{width: 88%!important;padding: 0;}
.box_txt::before {content:"";position: absolute;display:block;top:13px;left: 0px;width:100%;height: 100%;pointer-events:none;z-index: -10;background: url("Area05.png?t=1753431721116") center top/100% no-repeat scroll;}
.box_txt .PD_layout .PD h3 {color:#ffffff;font-size: 3.4em;font-family: "Century Gothic";letter-spacing: -1px;font-weight: 500;text-shadow: 2px 2px #760103;}
	
}

@media screen and (max-width:767px){
.box_txt {position: relative;width: 100%;z-index: 30;   padding: 1% 0 0 0;        height: 22vw;}
.box_txt img{width: 100%;}
.box_txt::before {content:"";position: absolute;display:block;top:5vw;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: -10;background: url("Area05.png?t=1753431721116") center top/100% no-repeat scroll;}
.box_txt .PD_layout .PD h3 {color:#ffffff;font-size: 1.6em;letter-spacing: -1px;line-height: 20vw;font-family: "Century Gothic","微軟正黑體";max-height: 15vw;top:2vw; position: relative;font-weight: 700;text-shadow: 2px 2px #760103;}
}




/*品類*/
.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{width: 85%;}

@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{width: 94%; }
}





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