@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:#03174a; 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;}
	}


.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=1750674287447) 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;}

	}



/*版頭*/
.Area_topSUB a, .Area_topPD a { pointer-events: none; }

@media screen and (min-width:768px){
.Area_title{ height: 450px; box-sizing: border-box;}
.Area_title .title01 { z-index:0; position: relative;}

  /*版頭品輪播*/
.Area_title .topPD {position: absolute; top:0; right:-240px; 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: 238px ;}
.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);}
/*.topPD .swiper-slide{ width: auto!important;}*/
.topPD .swiper-slide-active{opacity: 1!important;}

  /*副標輪播*/
  .Area_title .Area_topSUB { z-index: 10; position: absolute; top:220px; left:-144px; width: 100%;}
}

@media screen and (max-width:767px){
  .Area_title { height:50vw;}
  .Area_title .title01 { z-index:0; position: relative; width: 103%;right: 2vw;top:1.5vw;}
   /*版頭品輪播*/
   .Area_title .topPD {position: absolute; top:-2vw;right:0vw; width:102%; }
   .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);}		
   .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 { z-index: 10; position: absolute; top:21vw; left:2vw; width:100%;}
}




/*提醒我按鈕*/
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:#FFF; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px;  letter-spacing: 0.1em; color:#FFF;}
.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:#FFF;  }
  .TimerNick span { padding-left: 0; font-size: 1em; letter-spacing: -0.05em; margin-left: -0.3em;color:#FFF;}
  .TimerNick span:first-child{ margin-top: -0.1em; }
}     

/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #e60051;}                 
                    
/*標題*/
@media screen and (min-width:768px){
.Area_activ .title { padding:0; margin-bottom:0; } 
.Area_activ .title1-1 { 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: 125%; margin-bottom:0;margin-left:-15vw; }  
.Area_activ .title1-1 { width: 125%; margin:4vw 0 -5vw -12vw;} 
.Area06 .title {margin:4vw 0 1vw 0; width: 125%; position: relative; left: -11vw;}
.title { width: 125%; margin:0 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: 100%; grid-gap:0.5em;padding-bottom:15px; }
 li{list-style: none; }
 }
@media screen and (max-width:767px){
 .strategy { margin-top:28vw!important;margin-bottom:3vw!important; }
 .strategy .title {width: 110%; margin-left: -5vw; margin-bottom:-5vw;} 
 .strategy  .PD_wrapper {width: 96%; grid-gap:.8em;padding-bottom:0; }
 li{list-style: none; }
 }

/*折價券*/
@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;}
	}




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

/*置底*/
.fixbn .class_00 {position:absolute;width:100%; height: 100%; }
.fixbn .class_00 a {display:block;width:100%;height:93%;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;}
	}

/*分享浮層*/
.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%;}
	}


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

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



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

	}
*/

.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=1750674287447);background-size: 100%;padding-bottom:100px;}
      .Area_boxstyle > .Area_boxstyle_box:before { background-image:url(Area_boxstyle_bgtop.png?t=1750674287447);background-size: 100%;  }
      .Area_boxstyle > .Area_boxstyle_box:after  { background-image:url(Area_boxstyle_bgcon.png?t=1750674287447);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=1750674287447);background-size: 107%;padding-bottom:10vw;}
  .Area_boxstyle > .Area_boxstyle_box:before { background-image: url(m_Area_boxstyle_bgtop.png?t=1750674287447);background-size: 100%;}
  .Area_boxstyle > .Area_boxstyle_box:after  { background-image: url(m_Area_boxstyle_bgcon.png?t=1750674287447);background-size: 100%;}

  }
