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

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


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: #ffefe6;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; }
  .WRAPPER img {  width: 100%;  height: auto;}
}
	
/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1757920121426) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 15px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1757920121426) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.jpg?t=1757920121426) no-repeat center 44px; background-size: 100%;}
}

/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { 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.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area .go_bt2 {
  -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_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 10vw;}
}

/*共用樣式*/
.pointer-off ul li{ pointer-events: none;}
@media screen and (max-width:767px){
  .PD_box .PD_layout{ padding: 0 1.5vw;}
}

/*版頭*/
.Area_top {height: 760px;}
.Area_top .main { width: 697px; position: absolute; top: 42px; right: 235px;}
.Area_top .mainsubtitle { position: absolute; top: 275px; left: 8px; width: 100%; z-index: 1;}
.Area_top .mainsubtitle img { width: 63%;}
.Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 166px;}
.Area_top .mainsubtitle ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; background-image: none;}
@media screen and (max-width:767px){
  .Area_top { height: 107vw;}
  .Area_top .main { width: 100%; top: 7vw; left: 0;}
  .Area_top .mainsubtitle { top: 40.5vw; left: 0; width: 100%; z-index: 1;}
  .Area_top .mainsubtitle img { width: 100vw;}
  .Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 166px;}
  .Area_top .mainsubtitle ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; background-image: none;}
}

/*日期*/	
.Area_top .date {position:absolute;top: 240px; left: 840px; width: 12%;}
.Area_top .date .bg {position:relative;}
.Area_top .date .bg img {width: 100%;}
.Area_top .date .TIMER_DAY span {font-size: 46px;font-weight: 400;line-height: 0;margin-left: 0;color: #e34e00;letter-spacing:0;font-family: bigmoore, serif; text-align:center;}
.Area_top .date .TIMER_DAY small {font-size: 27px;font-weight:bolder;line-height:5px;margin-left: 0;color: #e34e00;letter-spacing:0;font-family: bigmoore, serif; text-align:center;}
.Area_top .date .TIMER_DAY #sendMonth {text-align: center;display: inline-block;}
.Area_top .date .TIMER_DAY #sendToday {margin-left: 0;text-align: center;display: inline-block;}

@media screen and (max-width: 767px){
 /*日期*/	
  .Area_top .date {position:absolute;top: 34vw; left: 72.5vw; width: 33%;z-index: 1;}
  .Area_top .date .date_bg {position:relative;}
  .Area_top .date .TIMER_DAY span {font-size: 2em;font-weight: 400;line-height: 0;margin-left: 0; color: #e34e00;letter-spacing:0;font-family: bigmoore, serif; text-align:center;width: 5px;}
  .Area_top .date .TIMER_DAY small {font-size: 1em;font-weight:bolder;line-height:5px;margin-left:0; padding-left: 1.2em; color: #e34e00;letter-spacing:0;font-family: bigmoore, serif; text-align:center;}
  .Area_top .date .TIMER_DAY #sendMonth {text-align: center;display: inline-block;}
  .Area_top .date .TIMER_DAY #sendToday {margin-left: 0;text-align: center;display: inline-block;}
  }

/*---行銷按鈕---*/
.Area01{ margin-top:30px; z-index: 12; height: auto;}
.Area01 .text_bg{width: 960px; position: absolute; left: 50%; transform: translateX(-50%);}
.Area01 .btn {width: 90%;padding: 18px 0 0 0;}
.Area01 .btn ul {grid-gap: 38px; margin-bottom: -20px;}
.Area01 .btn04_box .PD_layout[data-pd-li=BN] ul { padding: 0;}

@media screen and (max-width:767px){
    .Area01{margin-top:0vw; height: auto;}
    .Area01 .text_bg{width: 100%;}
    .Area01 .btn {width: 93%;padding: 1vw 0 0 0; margin-bottom: 4vw;}
    .Area01 .btn ul {grid-gap: 3vw;}
}

/** 倒數 **/
.TimerNick { padding: 0 0 1%; margin: -50px 20px -10px auto; width: 60%; text-align: center; z-index: 0;}
.TimerNick .FontStyle { display: inline-block; margin: 0; padding: 0; width: 50px; font: normal 35px / 35px Arial; color: #d35142; letter-spacing: -1px; text-align: center; border-radius: 6px; padding: 3px 1px 3px 0;}
.TimerNick span { padding-left: 2px; font: bold 35px/35px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #000;}
.TimerNick small{  position: relative; font: bold 15px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0; color: #d35142;}
  @media screen and (max-width:767px){
    .TimerNick { width: 80%; margin: -14vw -14vw 2vw auto;}
    .TimerNick .FontStyle { width: 6vw; font: normal 4vw/4vw Arial; padding: 1.2vw 1.2vw 0.2vw 0.8vw;}
    .TimerNick div:nth-of-type(2),
    .TimerNick div:nth-of-type(3),
    .TimerNick div:nth-of-type(4){ width: 5vw;}
    .TimerNick span { font: bold 4vw/4vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0;}
  }


/*24H瘋搶價*/
.Area02 .title{ margin: 0 auto 15px;} 
@media screen and (max-width:767px){
  .Area02 .title{ top: -5vw;} 
}

/*神券鈔級省*/
.Area03 .title{ margin: 0 auto -10px;} 
.Area03 .Area_swiper{ margin-bottom: 20px;}
.Area03 .coupon_boxbox{ margin-bottom: 20px;}
@media screen and (max-width:767px){
  .Area03 .title{ margin: 0 auto 2vw;}
  .Area03 .Area_swiper{ margin-bottom: 2vw;}
  .Area03 .Area_swiper_box{ padding: 0 0 1vw;}
  .Area03 .coupon_boxbox{ margin-bottom: 3vw;}
}

/*登記活動*/
.Area04 {} 
@media screen and (max-width:767px){
  .Area04 .danji_box .box_1{ padding: 0 1.5vw;}
}

/*必敗強檔 不錯過*/
.Area05 .BN_box{ margin-bottom: 50px;}
.Area05 .BN_box{position: relative;}
.Area05 .BN_box::after{content:"";position: absolute;display:block;background: url("Area05_BN_deco.png?t=1757920121427") center  top no-repeat scroll;height: 120px;top: -10px;left: -20px;width: 350px;z-index: 20;pointer-events: none;}
.Area05 .title{ margin: 0 auto 20px;}
.Area05 .PD_img_box ul li{ background: url("Area05_btn_bg.png?t=1757920121427") top center no-repeat; padding: 20px 0;}
.Area05 .PD_img_box .PD_layout .PD img{ width: 90%; border-radius: 100%; margin-top: 20px;}
.Area05 .PD_img_box .PD_layout .PD p .money{ display: none;}
.Area05 .PD_img_box .PD_layout .PD p .Price{ color: #75e7c3; font-size: 2.5em; font-weight: 500;}
.Area05 .PD_img_box .PD_layout .PD p{ position: absolute; top: 12px; left: 21px;}
.Area05 .PD_img_box .PD_layout .PD h4{ font-size: 2em; font-weight: bold; color: #ffc8a1; margin-top: 10px;}
.Area05 .PD_img_box .PD_layout .PD h4 span{ color: #fffcee; margin-top: -10px;}
.Area05 .PD_img_box .PD_layout .PD:hover h4{ color: #ffc8a1;}

@media screen and (max-width:767px){
  .Area05 .BN_box{ margin-bottom: 5vw;}
  .Area05 .BN_box::after{ height: 14vw;top: 0vw;left: 2vw;width: 35%;background-size: 100%;z-index: 2;}
  .Area05 .PD_img_box ul{ padding: 0 1.5vw;}
  .Area05 .PD_img_box ul li{ background-size: 23vw; padding: 2vw 0;}
  .Area05 .PD_img_box .PD_layout .PD img{ width: 99%; margin-top: 1.3vw;}
  .Area05 .PD_img_box .PD_layout .PD p{ top: -1vw; right: 2vw;}
  .Area05 .PD_img_box .PD_layout .PD p .Price{ font-size: 1em;}
  .Area05 .PD_img_box .PD_layout .PD h4{ font-size: 1em; margin-top: -1vw; line-height: 1.4em;}
  .Area05 .PD_img_box .PD_layout .PD h4 span{ margin-top: 0vw;}
}


/*本月注目新品*/
.Area_new .title{ width: 77.5%;}
.Area_new .new_box{ width: 946px; margin: 0 auto; background: #ffc8a1; padding: 0 0 30px;}
.Area_new .title{ margin: 0 auto;}
.Area_new .box4_swiper{ width: 880px;}
@media screen and (max-width:767px){
  .Area_new .title{ width: 97%;}
  .Area_new .new_box{ width: 97vw;}
  .Area_new .BN_box{ margin-bottom: 2.5vw;}
  .Area_new .box4_swiper{ width: 96.5%; }
}

/*一日快閃標低價*/
.Area07 .title{ margin: 0 auto 15px;} 
@media screen and (max-width:767px){
  .Area07 .title{ top: -5vw;} 
}

/*熱銷 強牌巨獻*/
.Area08 {height:100%;}	
.Area08 .box {background:url(Area08_logo_title_bg.jpg?t=1757920121427)top center no-repeat;background-size:100%; padding-bottom:36px;}

/**品牌LOGO**/	
.Area08 .box .PD_layout-D1_02C {width:80%; margin: 0 0 10px 60px; padding:0;}	
.Area08 .box .PD_layout-D1_02C ul{padding-top: 10px;}	
.Area08 .box .PD_layout-D1_02C ul li a {padding-top:0}	
.Area08 .box .PD_layout-D1_02C ul li:hover {box-shadow:none;}	
.Area08 .box .PD_layout-D1_02C ul li .PD_img {width: 31%;}
.Area08 .box .PD_layout-D1_02C ul li .PD_into {margin: 0 0 0 90px; padding:0;}
.Area08 .box .PD_layout-D1_02C ul li .PD h3 {font-size: 1.8em;background-color:#ffffff00;margin: 0;padding: 0;color: #ffffff;}

/*公版*/		
.Area08 .box .Area_swiper {width: 100%;margin: 0 0 0 4%; left: -65px;}

@media screen and (max-width:767px){
.Area08 {height:100%;}	
.Area08 .box {background-size:100%;padding-bottom:8vw;}	

/**品牌LOGO**/	
.Area08 .box .PD_layout-D1_02C {margin: 0 0 0 15vw;}	
.Area08 .box .PD_layout-D1_02C ul{margin: 0 0 0 -10vw; padding: 0;}	
.Area08 .box .PD_layout-D1_02C ul li a {padding-top:0}	
.Area08 .box .PD_layout-D1_02C ul li:hover {box-shadow:none;}	
.Area08 .box .PD_layout-D1_02C ul li .PD_img {width:36%;}
.Area08 .box .PD_layout-D1_02C ul li .PD_into {margin: -1vw 0 0 7vw;}
.Area08 .box .PD_layout-D1_02C ul li .PD h3 {font-size:1.2em;background-color:#ffffff00;margin:0;padding:0;color: #ffffff;}	

/*公版*/		
.Area08 .box .Area_swiper {width: 100%; margin: 0 0 0 2vw;padding-top: 1vw; left:-5vw;}
  
}

/* 品類專區 */
/*Phone置頂滑動選單*/
.Area09 { margin-bottom: 80px; background: #ffc8a1; border-radius: 40px 0 0 0; padding: 30px 0;}
      /* --------------------------------------
       * Page 頁面
       * -------------------------------------- */
      .Area09 .Area_floorPD_NavArea_tabbar {margin: 0 auto 5vw ; width: 94%;}
      .Area09 .Area_floorPD_NavArea_tabbar.cate-fixed {width: 100%;}
      .Area09 .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);}
      .Area09 .Area_floorPD_NavArea_tabbar .Nav li {overflow: visible;}
      /*.NavArea_tabbar .Nav a { display:inline-block;}*/
      .Area09 .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);}

@media screen and (max-width:767px){
  .Area09 { margin-bottom: 6vw;}
  .Area09 .Area_bottom{ margin-bottom: 5vw;}
}

/*mo+*/
.Area10 .BN_box{ margin-bottom: 10px;}
.Area10 .PD_box { margin-bottom: 30px;}
@media screen and (max-width:767px){
  .Area10 .BN_box{ margin-bottom: 3vw;}
  .Area10 .PD_box { margin-bottom: 5vw;}
}

.Area11 .PD_layout[data-pd-li=BN] ul{ grid-gap: .5em;}
@media screen and (max-width:767px){
 .Area11 .logo_box{ margin-bottom: 3vw;}
}

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


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

/*注意事項區*/
.edm_notice{ position: relative; text-align:center; padding:10px 10px 15px 10px; color:#000; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

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