@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; width:100%; min-width:1220px; background:#001f3c; text-align:left; font-family:"Century Gothic","Microsoft JhengHei","微軟正黑體", Arial, sans-serif; }
.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 { padding-bottom:0px; min-width: inherit; min-height:100vh; overflow: hidden;   }
		.WRAPPER img {  width:100%;  height:auto;}
	}

/*間距-共用*/
@media screen and (min-width:768px){ .Area_bottom{ margin-top: 50px!important;} }
@media screen and (max-width:767px){ .Area_bottom{margin-top: 5vw!important; }	}

/*fixed背景*/
.bg_01 { z-index:0; 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:-1; position:fixed; top:0px; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bgdeco { z-index:2; position: absolute; top:500px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1751451412205) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
  @media screen and (max-width:767px){
  .m_bg01 { z-index:0; position:absolute; top:40px; left: 0; width: 100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;background-size: 100%;}
  .m_bg02 { z-index:-1; position:fixed; top:0; left: 0; width: 100%; height:100%; background-repeat:repeat-y; 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: 1500px;}
.Area_bgtop .bgtop_ span { position: absolute; display: block; width: 100%; height: 100%; background-position: center top;}
.bg_deco {position: absolute; z-index:0; width:2000px;top:0px;  background-repeat: no-repeat ; height:auto;  left: 50%; transform: translateX(-50%);  }

@media screen and (min-width: 768px) {
  .Area_bgtop span { background-repeat: no-repeat;}
  .Area_title .date { z-index:4; position: absolute; top:20px; left:929px;}	
  .Area_title .comingsoon {z-index:12; position: absolute; top: 360px; left: 84px;}
  .Area_title .deco_txt { position: absolute; top:415px; left:-200px;  width:240px;}
}
@media screen and (max-width:767px){
  .Area_title .comingsoon {z-index:12; position: absolute; top: 32vw; left: 7vw; width: 32vw;}
  .Area_title .date { z-index:4; position: absolute; top:3.5vw; left:81vw; width: 20.5%;}
}		


.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_top { height:auto; }
.Area_top .top_deco {position: absolute;z-index: 5; top:31px;left: -240px;pointer-events: none}
	@media screen and (max-width:767px){
	.Area_top { height:auto;}
    .Area_top .top_deco {position:absolute;top: 2vw;left:0vw;width: 97%;pointer-events:none;}

	}


/*區塊title*/
.Atitle_BG .PD_layout ul{background-color: inherit;}
.Atitle_BG .PD_layout ul li{border: none;}
.Atitle_BG .PD_layout ul li h3{color:#fff;}
@media screen and (min-width:768px){
.Atitle_BG.st1{background: url(Area03.png?t=1751451412205) center 100% / 100% no-repeat scroll;}
.Atitle_BG.st2{background: url(Area04.png?t=1751451412205) center 100% / 100% no-repeat scroll;}
.Atitle_BG .PD_layout ul li h3{font-size:52px;}
}
@media screen and (max-width:767px){
.Atitle_BG.st1{background: url(Area03.png?t=1751451412205) center 100% / 110% no-repeat scroll;} 
.Atitle_BG .PD_layout ul li h3{font-size: 8vw;text-align: center;}
.Atitle_BG.st2{background: url(Area04.png?t=1751451412205) center 80% / 100% no-repeat scroll;}
}





/*版頭*/
.sub {overflow: hidden;}
.sub .PD_layout ul{display: flex;flex-direction:row;flex-wrap: nowrap;}

.Area_title{ height: 450px; box-sizing: border-box;}
.Area_title .title01 { z-index:0; position: relative;}
.Area_title .sub{position: absolute;width:50%;top: 205px;left:60px;z-index: 10;}
.Area_title .sub .PD_layout ul{gap:34px;padding-right:0;}
.Area_title .sub .PD_layout ul li {width: 0;;margin-right:0;}
/* .topPD .swiper-slide-active{opacity: 1!important;} */
@media screen and (max-width:767px){
  .Area_title { height:50vw;margin-bottom: 0 !important;}
  .Area_title .title01 { z-index:0; position: relative; width: 103%;right: 2vw;top:1.5vw;}
  .Area_title .sub{position: absolute;width:65%;top:21vw;left:-1vw;z-index: 10;}
  .Area_title .sub .PD_layout ul{gap:4vw;padding-right:0;}
  .Area_title .sub .PD_layout ul li {width: 0;;margin-right:0;}
  .PD_layout .PD h3 span {  padding-top: 2vw;}

}

/*版頭品*/
.topPD .PD_layout ul{background-color: inherit;display: flex;flex-direction: row;flex-wrap: nowrap;}
.topPD .PD_layout ul li{border: none;}
.topPD .PD_layout .PD p .money,
.topPD .PD_layout .PD p .Price{color: #fff;}
.topPD .PD_layout ul .PD_into h3 span{background-color:inherit;padding: 0;color:#fff;}
@media screen and (min-width:768px){
.topPD {width:960px;position: absolute;top:130px;left:225px;z-index: 5;overflow: hidden;}
.topPD .PD_layout ul li .PD_img{border: none;top:0px;position: relative;left:0;width:50%;}
.topPD .PD_layout ul{gap: 40px;padding-right:0;}
.topPD .PD_layout ul .PD_into {position: relative;margin-top: 300px;margin-left:80px;}
.topPD .PD_layout ul .PD_into h3 {text-align: left;font-size:32px;margin-bottom: 0;}
.topPD .PD_layout ul .PD_into h4 {text-align: left;font-size:26px;color:#fff;}
.topPD .PD_layout .PD p .Price{font-size:44px;}
.topPD .PD_layout .PD p del {color: #fff;}
.topPD .PD_layout a {color: #fff;}
}
@media screen and (max-width:767px){
  .topPD {width:100%;position: absolute;top: 5vw;left:11vw;z-index: 5;overflow: hidden;}
  .topPD .PD_layout ul li .PD_img{border: none;top:3vw;position: relative;left: 2vw;width:56%;}
  .topPD .PD_layout ul{gap:5vw;}
  .topPD .PD_layout .PD .oPrice{display: none;}
  .topPD .PD_layout ul .PD_into {width:45%;margin-top:36vw;position: relative;left: 0vw;}
  .topPD .PD_layout ul .PD_into h3,
  .topPD .PD_layout ul .PD_into h3 span,
  .topPD .PD_layout ul .PD_into h4 {margin:0;white-space: nowrap !important;overflow: hidden !important;text-overflow: clip !important;max-width: 94%;}
  .topPD .PD_layout .PD p del {color: #fff;}
  .topPD .PD_layout a {color: #fff;}
  }





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


/*活動倒數*/
.TimerNick { position: absolute; top: 350px;left:110px; display: inline-block; z-index:8; text-align: center; letter-spacing: 0.3em;}
.TimerNick2 { position: absolute; top:440px!important;left:108px; 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:#000; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px;  letter-spacing: 0.1em; color:#000;}
.TimerNick b { font-weight: 800;}
@media screen and (max-width:767px){
  .TimerNick  { width:100%; top:37vw; left:1.5em; display: flex;  column-gap: 0.5em; text-align: left;}
  .TimerNick2  { width:100%; top:40vw!important; left:3.4em; 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;color:#000;  }
  .TimerNick span { padding-left: 0; font-size: 1em; letter-spacing: -0.05em; margin-left: -0.3em;color:#000;}
  .TimerNick span:first-child{ margin-top: -0.1em; }
}     



/*BN區*/
@media screen and (min-width:768px){  .onebn .PD_layout ul{gap:60px 0}}
@media screen and (max-width:767px){  .onebn .PD_layout ul{gap:4vw 0; width: 96%; }}

/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #fe0000;}                 
                    
/*標題*/
@media screen and (min-width:768px){
.Area_activ .title { padding:0; margin-bottom:0; } 
.Area06 .title {margin: 45px 0 0 0;}
.title { padding:0; }
}
@media screen and (max-width:767px){
.Area_activ .title { width: 145%; margin-bottom:4vw;margin-left:-25vw; }  
.Area06 .title {margin:4vw 0 1vw 0; width: 125%; position: relative; left: -11vw;}
.title { width: 125%; margin:3vw 0 0 -12vw;}    
}


/*攻略*/
@media screen and (min-width:768px){
  .strategy { margin-top:400px!important; margin-bottom:60px!important; }
  .strategy .title { padding: 0; margin-bottom:-40px;}
  .strategy  .PD_wrapper { width: 110%; grid-gap:0.5em;padding-bottom:15px; }
  li{list-style: none; }
  }
 @media screen and (max-width:767px){
  .strategy { margin-top:38vw!important;margin-bottom:-4vw!important; }
  .strategy .title {width: 140%; margin-left: -18vw; margin-bottom:-5vw;} 
  .strategy  .PD_wrapper {width: 96%; grid-gap:.8em;padding-bottom:0; }
  li{list-style: none; }
  }

@media screen and (min-width:768px){
  .strategy {height:100%;}
  .strategy .box {display:flex;padding-bottom: 30px;position: relative;right:20px;}
  .strategy .layout_PD01 {width: 50%;}
  .strategy .layout_PD02 {width: 49.5%;margin-top: 38px;}
}
@media screen and (max-width:767px){
.strategy {height:100%;}
.strategy .box {display:flex;padding-bottom:5vw;}
.strategy .layout_PD01 {width: 60.5%;left: 2vw;}
.strategy .layout_PD02 {width: 53%;left: -2vw;margin-top: 4vw;}
}


/*折價券*/
@media screen and (min-width:768px){
 .Area_coupon {position: relative; margin-top:0!important; }
 }
@media screen and (max-width:767px){
 .Area_coupon {margin-bottom: 5vw!important; }
 }


/*取消公版白底*/
.FUKK .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.FUKK .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
@media screen and (max-width:767px){
	.FUKK .PD_wrapper {background-color: rgba(255,255,255,0.00);}
	.FUKK .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
 }


/*品類*/
.Area05 {top: 0px;}
.Area05  .PD_wrapper { width:78%; grid-gap:1.2em;padding-bottom:10px; }
	@media screen and (max-width:767px){
	  .Area05 {top:0;}
	  .Area05  .PD_wrapper { width:96%; grid-gap:.8em;padding-bottom:7vw; }
	}

/*主副打品底色*/
/*
.Area06 .PD_wrapper {border:4px solid #222222;border-radius:25px; }
	@media screen and (max-width:767px){
	  .Area06 .PD_wrapper {border: 1vw solid #222222;border-radius:2vw;}
	}
*/


/*旗艦館*/
.Area_btnmore { height:165px; margin:3% auto 0!important; }
.Area_btnmore a { display: inline-grid!important; padding: 2%; }
	@media screen and (max-width:767px){
		.Area_btnmore { height:22vw; margin-top: 6vw; }	
        .Area_btnmore a { padding: 1vw; }
        }



/*區塊_all*/
.Area2000 { margin:0 auto; width:2000px;}
.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;}
	}




/*分享浮層*/
.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;}
.floatBox img { 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 .closeButton a { 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_btn a { display:block; margin:3% 0;}
.floatBox .box_btn img { width:100%;}
.floatBox .box_btn .btn { margin:0 auto; width:60%;}
.floatBox .box_btn2 a { 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%;}
	}


/*影片*/	
.Area03 .videobox1{ z-index:5; position:relative; top:10px;padding-bottom: 30px; }
.Area03 .videobox1 .youtubeArea { position:relative; height: 475px;}

	@media screen and (max-width:767px){	
	.Area03 .videobox1{position: relative; top:-8px; width:100%; right: 0%; margin:-10px 0;padding: 0;}
	.Area03 .videobox1 .youtubeArea {width: 87%; height: 52vw; top:0; right:0px; position: relative; margin: 5% auto;}
	}


.Area03 .videobox2{ z-index:5;position: relative;top: 40px; }
.Area03 .videobox2 .youtubeArea { position:relative; height: 475px;}

	@media screen and (max-width:767px){	
	.Area03 .videobox2{position: relative; top: 0; width:100%; right: 0%; margin: 0;padding: 0;}
	.Area03 .videobox2 .youtubeArea {width: 87%; height: 52vw; top:0; right:0px; position: relative; margin: 5% auto;}
	}

/*影片+2品公版-共用*/	
.Area_video .videobox1 { z-index:5; }
@media screen and (min-width:768px){
.Area_video .videobox1 .youtubeArea { height: 475px; margin: 0px auto 20px;border:0 solid #ffffff;
  border-radius: 0%; }
}
@media screen and (max-width:767px){	
.Area_video .videobox1 .youtubeArea { width: 96%; height: 50vw; margin: 4vw auto 2vw; border:0 solid #ffffff;
  border-radius: 0vw;}
}  

/*影片*/		
.videobox{;position:relative; height: auto;}
.videobox .youtubeBG {width: 100%;position:relative;}
.videobox .youtubeArea { position:absolute; top:23px; right:173px; width:872px; height:494px}
.videobox .youtubeArea iframe {border-radius:25px;}


	@media screen and (max-width:767px){
	.videobox{position:relative; width:100%; height: auto;}
	.videobox .youtubeBG {width: 96%;left:2vw;}
	.videobox .youtubeArea {position: relative;width:93vw; height:200px; top:-30vw; right:0; margin:-92px auto;}
	.videobox .youtubeArea iframe {border-radius:5px;}

	}



/*置底*/
.fixbn a {padding-bottom:constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
  padding-bottom:env(safe-area-inset-bottom);}   /* 兼容 iOS >= 11.2 */ 
.fixbn{position:fixed; background-size:100%;bottom:0; display:block; z-index:30;}
.fixbn ul li{float:left;padding:0;list-style-type:none;width:50vw;}
.fixbn ul li img{width:100%;margin:0 auto;}

.fixbn ul{
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

/*1顆按鈕*/
.fixbn .class_00 {position:absolute;width:100%; height: 100%; }
.fixbn .class_00 a {display:block;width:100%;height:93%;}
.fixbn .class_01 { top:0%;left:0%;}


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



/*天天簽到倒數移位*/
@media screen and (max-width:767px){
	.dailytaskArea p{ transform: translateX(-20vw)!important;}
}








.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:absolute; left:0; width:100%;}
.Area_boxstyle > .Area_boxstyle_box:after  { content:""; display:block; z-index:-2; position:absolute; top:140px; left:0px; width:100%; height:100%;}
    @media screen and (min-width:768px){
      .Area_boxstyle > .Area_boxstyle_box { margin-left:-520px; padding:0 0 40px; width:2000px;}
      .Area_boxstyle > .Area_boxstyle_box:before { top: -35px; left: 0px; height: 176px;}
      .Area_boxstyle > .Area_boxstyle_box:after {height: calc(100% - 349px);}
      .Area_boxstyle > .Area_boxstyle_box { background-image:url(Area_boxstyle_bgbottom.png?t=1751451412205);background-size: 100%;padding-bottom:100px;}
      .Area_boxstyle > .Area_boxstyle_box:before { background-image:url(Area_boxstyle_bgtop.png?t=1751451412205);background-size: 100%;  }
      .Area_boxstyle > .Area_boxstyle_box:after  { background-image:url(Area_boxstyle_bgcon.png?t=1751451412205);background-size: 100%;}

    }


@media screen and (max-width: 767px) {
  .Area02 .title1 {margin: 6vw 0 4vw 0; width: 126%; position: relative; left: -12vw; top: 1vw;}

  .Area_boxstyle > .Area_boxstyle_box { padding:0;}
  .Area_boxstyle > .Area_boxstyle_box:before { top:0vw; height:0vw;}
  .Area_boxstyle > .Area_boxstyle_box:after {top: 20.3vw;height: calc(100% - 42.7vw);left: -4vw; width: 109%;}
  .Area_boxstyle > .Area_boxstyle_box {padding-top: 0;}
  .Area_boxstyle > .Area_boxstyle_box:before {top: 8vw; height: 12.3vw; left: -4vw; width: 109%;}
  .Area_boxstyle > .Area_boxstyle_box {background-image: url(m_Area_boxstyle_bgbottom.png?t=1751451412205);background-size: 107%;padding-bottom:10vw;}
  .Area_boxstyle > .Area_boxstyle_box:before { background-image: url(m_Area_boxstyle_bgtop.png?t=1751451412205);background-size: 100%;}
  .Area_boxstyle > .Area_boxstyle_box:after  { background-image: url(m_Area_boxstyle_bgcon.png?t=1751451412205);background-size: 100%;}

  }
