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

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


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden;background-color:#f8a32f; width:100%; min-width:1220px; text-align:left; font-family:"Century Gothic","微軟正黑體","Microsoft JhengHei",Helvetica; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:30px; min-width: inherit; min-height:100vh; overflow: hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}

/*區塊_all*/
.Area2000 {margin:0 auto;width:2000px;height: 0; }
.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; }
.Areaa {position:relative;display:block;} 
.Area .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.Area .go_bt:hover { filter: brightness(100%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.Areabottom { margin-bottom: 89px;}

 @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;}
  .m96 { width: 96%; margin: 0 auto; }
  .Areabottom { margin-bottom: 8.9vw;} 
}



/*LOGO CSS*/
.momologo { z-index:9999; position: absolute; top: 13px; left:44px;}
.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;}
  }

 

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

 /* MB背景 */
 @media screen and (max-width: 767px){
 .bg_01 {z-index: -48;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:repeat-y;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_02 {z-index: -46;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_03 {z-index: -40;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_04 {z-index: -41;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_08 {z-index: -40;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_09 {z-index: -50;position:absolute;top: 10.6dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
}





/*Phone影片*/
@media screen and (max-width:767px){
	.m_Area_bgtop_0 { pointer-events: none; z-index: -43; position: absolute; top: -2.5dvw; left: 0; width: 100vw; height: 134vw; overflow: hidden;}
	.m_Area_bgtop_0 video { position: absolute; top: 0; left: 0; width:100vw; height:134vw;  transition-timing-function: ease-out;}
	.m_Area_bgtop span { background-repeat: no-repeat;}
  }
  
/*Phone影片*/
@media screen and (max-width:767px){
	.m_Area_bgtop_2 { pointer-events: none; z-index: -45; position: absolute; top: 80dvw; left: 0; width: 100vw; height: 134vw; overflow: hidden; -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); transform:scaleX(-1); }
	.m_Area_bgtop_2 video { position: absolute; top: 0; left: 0; width:100vw; height:134vw;  transition-timing-function: ease-out;}
	.m_Area_bgtop span { background-repeat: no-repeat;}
  }
  

/*PC背景*/
    @media screen and (min-width: 768px){
    .bg_01 { z-index:-48; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;}
    .bg_02 { z-index:-46; position:absolute; top:0px; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
    .bg_03 { z-index:-3; position:absolute; top:1279px; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;  transition: 0.5s linear;}
    .bg_04 { z-index:-2; position:absolute; top:0px; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none;}
    .bg_05 { z-index:-5; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none; mix-blend-mode: lighten; }
    .bg_06 { z-index:-5; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none; mix-blend-mode: lighten; }
    .bg_07 { z-index:-5; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat;  transition: 0.5s linear; background-position: center top; pointer-events:none; mix-blend-mode: lighten; }
    
   } 






   @media screen and (min-width: 768px){
   .m_Area_bgtop_0 { pointer-events: none; z-index: -43; position: absolute; top: 0px; left: 0; width: 2000px; height: 860px; overflow: hidden;}
   .m_Area_bgtop_0 video { position: absolute; top: 0; left: 0; width:2000px; height:860px;  transition-timing-function: ease-out;}
   .m_Area_bgtop span { background-repeat: no-repeat;}
  } 


/*輸送帶*/
.bgtop_l-play { -webkit-animation:bgtop_l-play 150s linear infinite; animation:bgtop_l-play 100s linear infinite ;}
@-webkit-keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:2310px 0;}
}
.bgtop_r-play { -webkit-animation:bgtop_r-play 200s linear infinite; animation:bgtop_r-play 80s linear infinite ;}
@-webkit-keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
.bgtop_r-play2 { -webkit-animation:bgtop_r-play 50s linear infinite; animation:bgtop_r-play 50s linear infinite ;}
.bgtop_r-play3 { -webkit-animation:bgtop_r-play 30s linear infinite; animation:bgtop_r-play 30s linear infinite ;}
.bgtop_r-play4 { -webkit-animation:bgtop_r-play 5s linear infinite; animation:bgtop_r-play 5s linear infinite ;}



/* 設定css背景與偽元素的css背景，讓首屏以外的css背景先被隱藏 */
/* css寫法--1104修正 (1)空格異常重KEY、(2)新增第四行*-全部元素背景 */
.articleList .lazy[data-bg=""][data-was-processed="false"],
.articleList .lazy[data-bg=""][data-was-processed="false"]::before,
.articleList .lazy[data-bg=""][data-was-processed="false"]::after,
.articleList .lazy[data-bg=""][data-was-processed="false"] *,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::before,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::after {background-image: none !important;}




/*共用設定*/
.PD_layout li:hover { box-shadow: none!important; }
.PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul { padding: 0;}



/* 區標1共用 */
.Aear_title {  background-size: 100%; height: 14vw; margin: 0 0 2.1vw 0;  }
.Aear_title .Areatitle_bg {  z-index: -1; position: absolute; top: 0; left: 0;  }
.PD_title  {  font-family: "Century Gothic","Arial","Noto Serif TC","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
.PD_title  span { float: left; width: 73%;  font-size: 5.6vw; margin: 0 0 0 13vw; line-height: 13.2vw; letter-spacing: 8vw;  }
.PD_title span:nth-child(1) { color: #FFF; font-weight: 700; }
.PD_title span:nth-child(2) { color: #FFF; font-weight: 700; }
.Aear_title ul.PD_wrapper li img { width: 100%; }
@media screen and (min-width:768px){
  .Aear_title  { margin: 0px auto 21px auto; height: 132px; }
  .PD_title span {  width: 699px; height: 127px; font-size: 55px; margin: 0 0 0 128px; line-height: 125px;   }

}





/* 區標2共用 */
.title_2 { z-index: 5; position: relative; height: 11.2vw; margin-bottom: 2.1vw; font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; text-align: center; }
.title_2 ul { list-style: none; margin: 0; padding: 0; }
.title_2 span {  display: block; width: 50%; margin: 0 auto; font-size: 4.8vw; font-weight: 900;  height: 8.2vw; line-height: 8.2vw;  color: #FFF;  overflow: hidden; }
.title_2 .Areatitle_bg {  z-index: -1; position: absolute; top: 0vw; left: 0;  }
@media screen and (min-width:768px){
  .title_2 {   height: 106px; margin: 0 auto 21px auto;  }
  .title_2 span { font-size: 48px; height: 78px; line-height: 78px;  }
  .title_2 .Areatitle_bg {   top: 0px;   }

  }



/* 關閉主標hover */
.hero .PD_layout[data-pd-li*="BN"] li:hover { box-shadow: none; filter: brightness(100%);}
.hero .sub .PD_layout ul { background-color: transparent;  }
.hero .sub .PD_layout ul li { border-top:transparent; border-right:transparent;  }
@media screen and (max-width: 767px){
  .hero .sub .PD_layout .PD_img { padding: 0; }
  .hero .PD_layout .PD p .Price { font-size: 24px; }
  }
  


/* 登記高亮字改色 */
/* 文案 */.Area_danji .btn_reg .activityText p,.Area_danji .btn_reg .activityText .Tip,.Area_danji .btn_reg .content p { color: #000; }
/* 送 */.Area_danji .gifts span { color: #ff7800; } 




/* 折價券改色 */
.PD_layout.PD_layout-coupon3 .PD .divine_coupon { color: #000; }
.PD_layout.PD_layout-coupon3 .PD .threshold { color: #000; }


/*日期*/
.hero .date_box { position: absolute; top: 141px; right: 634px; box-sizing: border-box; width: 170px;}
.TIMER_DAY {  font-size: 41px; font-family: 'Noto Serif TC', serif; font-weight: 700; font-style: italic; color: #FFF;}
.TIMER_DAY #sendToday { width: 53px; display: inline-block;}
@media screen and (max-width: 736px){ 
  .hero .date_box { top: 6.5vw; right: 19.5vw;  width: 20%;}
	.TIMER_DAY {  width: 15.6vw; font-size: 5.5vw; line-height: 2; height: 8vw; }
	.TIMER_DAY #sendToday { width: 5.3vw;}
}



@media screen and (max-width: 767px){
  .mTOPbg {  background: url(m_top.png?t=1779333892073) no-repeat center top; padding: 19vw 0 0 0; width: 100%; background-size: 100%;  }
  .mTOPbg::after { content: ""; z-index: -1; display: block;  background: url(m_repeat.png?t=1779333892073) repeat-y center bottom ; position: absolute; width: 100%;   height: calc(100% - 26vw);  top: 24vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  .mTOPbg::before { content: ""; z-index: -1; display: block; background: url(m_bottom.png?t=1779333892073) no-repeat center; position: absolute; width: 100%;  height: 30vw; bottom: -15.6vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  
}


.deco { z-index: 9; position: absolute; pointer-events: none; }
.deco.deco01 {  top: 73vw; right: 4vw; width: 12%; }
.deco.deco02 {  top: -6vw; right: 33vw; width: 9%; }
.deco img { width: 100%; }
@media screen and (min-width:768px){
.deco.deco01 {  top: 680px; right: 35px; width: 12%; }
.deco.deco02 {  top: -62px; right: 324px; width: 8%; }
}


.Area_mainPD { background: #6bcde6; padding: 3.4vw 0; }
@media screen and (min-width:768px){
  .Area_mainPD {  padding: 34px 0; }
  .Area_mainPD .Area_swiper {  overflow: visible; }
  .Area_mainPD .Area_swiper_box {  overflow: visible; }
  }
  

.PD_layout-btn li .PD h3 { background: #fff;  color: #000; }




/*Youtube影片浮層css*/
.box_youtube { margin: 0 auto; overflow: hidden }
@media screen and (min-width:768px){
  .box_youtube { width: 960px; border-radius: 20px; }
}
@media screen and (max-width:767px){
  .box_youtube { width: 100%; border-radius: 10px;}
}

.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 1.777777;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}





.Areafast { background: #ff823e; border-radius: 3.4vw; padding: 1.3vw 0 3.4vw 0; }  
.Areafast .PD_layout_1 { margin-bottom: 2.1vw; }  
@media screen and (min-width:768px){
  .Areafast {   padding: 13px 0 34px 0; }  
  .Areafast .PD_layout_2 {  width: 96%; }  

}



.AreaPD .box_ { background: #6bcde6; padding: 3.4vw 0; margin-bottom: 5.5vw; }
@media screen and (min-width:768px){
  .AreaPD .box_ {  padding: 13px 0; margin-bottom:21px; width: 49.4%; float: left; border-radius: 21px; display: block;  }
  .AreaPD .box_:nth-child(odd) {  margin-right:13px;  }
  .AreaPD .PD_layout.PD_layout-D3_02 ul li .PD h3 { font-size: 34px; }
  .AreaPD .PD_layout_2 { width: 96%; }

}


@media screen and (min-width:768px){
  .AreaBN { clear: both; padding-top: 79px; }

}



.AreaPD02 { background: #fa6314; padding: 5.5vw 0;  }
@media screen and (min-width:768px){
  .AreaPD02 {  padding: 55px 0; border-radius: 34px;  }
  .AreaPD02 .PD_layout {  width: 96%; }

}


.Area_brand .PD_layout li:nth-child(4) { left: 15vw; }
.Area_brand .PD_layout li:nth-child(5) { left: 15vw; }
@media screen and (min-width:768px){
  .Area_brand .PD_layout li:nth-child(4) { left: 0; }
  .Area_brand .PD_layout li:nth-child(5) { left: 0; }

}






/*黏人精*/
.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: 300px; 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;}
}



	  
/*分享浮層*/
.floatBox {position:relative;margin:2% auto;padding: 2% 0;width: 700px;height:auto;background-color:rgba(0,0,0,0.8);text-align:center;border-radius:20px;}
.floatBoximg {width:100%;height:auto;}
.floatBox .go_bt {-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.floatBox .go_bt:hover { filter: brightness(120%);-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px);}
.floatBox .closeButtona {display:block;cursor:pointer;position:absolute;top:-20px;right:-20px;width:40px;height:40px;border-radius:50%;border:solid 2px #999999;font:bold 40px/1em "Century Gothic";color:#FFF;text-align:center;background-color:rgba(0%,0%,0%,0.5);text-decoration: none;z-index:2}
.floatBox .closeButton:hover {background-color:#666;text-decoration:none;}
.floatBox .title  {display:inline-block;margin:0 0 10px 0;border-bottom:1px solid #ffd800;font:bold 45px/1.5em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;color:#ffd800;text-align:center}
.floatBox .box_ {margin:0 auto;width:90%;}
.floatBox .box_:after { content: "";display:block;clear:both;}
.floatBox .box_btn {margin:20px auto 0;width: 80%;}
.floatBox .box_btna {display:block;margin:3% 0;}
.floatBox .box_btnimg {width:100%;}


.floatBox .box_btn .btn {margin:0 auto;width:60%;}
.floatBox .box_btn2a {float:left;margin:0 1%;width:48%;}
 @media screen and (max-width:767px){
  .floatBox { padding:5% 0;width:90%;height: auto;}
  .floatBox .closeButton a {display:block;position:absolute;top:-15px;right:-15px;width:30px;height:30px;border-radius:50%;border:solid 2px #999999;font:bold 30px/1em "Century Gothic";color:#FFF;text-align:center;background-color:rgba(0%,0%,0%,0.5);text-decoration: none;z-index:2}
  .floatBox .closeButton:hover {background-color:#666;text-decoration:none}
  .floatBox .title  {margin:0 5% 3vw;font-size: 6vw;line-height:2rem;}
  .floatBox .box_btn {margin:2% auto 0;}
  .floatBox .box_btn .btn {margin:0 auto;width:80%;}
 }




