@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: url(bg_color.jpg?t=1764308992109) top center repeat-y, url(bg.jpg?t=1764308992109) repeat;}
.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=1764308992109) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 860px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bg_deco.png?t=1764308992109) 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=1764308992109) 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: 8vw;}
}

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

/*版頭*/
.Area_top { height: 910px;}
.Area_top .main { z-index: 0; position: absolute; left: 130px;}
.mainsubtitle_box{ position: relative; top: -8px;}
.mainsubtitle_box .mainsubtitlebg{ z-index: 1; position: absolute; top: 0px; left: 510px; }
.mainsubtitle_box .mainsubtitlebg img{ width: 590px;}
.Area_top .mainsubtitle { position: absolute; top: 492px; left: 255px; width: 100%; z-index: 1;}
.Area_top .mainsubtitle img { width: 29%;}
.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: 97vw;}
  .Area_top .main { width: 100%; top: 0; left: 0;}
  .mainsubtitle_box .mainsubtitlebg{ left: 40vw; }
  .mainsubtitle_box .mainsubtitlebg img{ width: 61vw;}
  .Area_top .mainsubtitle { top: 52vw; left: 27vw; width: 100%; z-index: 1;}
  .Area_top .mainsubtitle img { width: 37vw;}
  .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: 126px; left: 837px; width: 20%;}
.Area_top .date .bg {position:relative;}
.Area_top .date .bg img {width: 100%;}
.Area_top .date .TIMER_DAY span {font-size: 62px; font-weight: 400;line-height: 0;margin-left: 0;color: #d64637; letter-spacing:0; font-family: "Ethnocentric", sans-serif; font-weight: 600;}
.Area_top .date .TIMER_DAY small {font-size: 27px; font-weight:lighter;line-height:5px; margin-left: 0;color: #d64637; letter-spacing:0; font-family: "Ethnocentric", sans-serif; font-weight: 600;}
.Area_top .date .TIMER_DAY #sendMonth {text-align: left;display: inline-block;}
.Area_top .date .TIMER_DAY #sendToday {margin-left: 0;text-align: left; display: inline-block;}

@media screen and (max-width: 767px){
  /*日期*/	
   .Area_top .date { position:absolute; top: 9.5vw; left: 53.5vw; width: 60%;z-index: 1;}
   .Area_top .date .date_bg {position:relative;}
   .Area_top .date .TIMER_DAY span {font-size: 5.8vw; font-weight: 400;line-height: 0;margin-left: 0; color: #d64637; letter-spacing:0; font-family: "Ethnocentric", sans-serif; font-weight: 600; width: 0;}
   .Area_top .date .TIMER_DAY small {font-size: 3vw; font-weight:lighter;line-height:10vw; margin-left:0; padding-left: 6vw; color: #d64637; letter-spacing:0; font-family: "Ethnocentric", sans-serif; font-weight: 600;}
   .Area_top .date .TIMER_DAY #sendMonth {text-align: left;display: inline-block;}
   .Area_top .date .TIMER_DAY #sendToday {margin-left: 0;text-align: left;display: inline-block;}
   }


   @import url("https://use.typekit.net/dln3ezx.css");

   body {
     font-family: "Ethnocentric", sans-serif;
   }

   
@media screen and (max-width:767px){
  .top_btn{ margin-bottom: 4vw;}
}

@media screen and (min-width:768px){
.BN_ig{margin-bottom: 50px;}
}
@media screen and (max-width:767px){
.BN_ig{margin-bottom: 6vw;}
}

/*熱銷免等雙12*/
.Area02 {background: url(Area02_bg.jpg?t=1764308992109) top center no-repeat; padding: 20px 0;}
.Area02 .box{position: relative; height: 380px;} 
.Area02 .title{ position: absolute; width: 6%; top: 0; left: 100px;}
.Area02 .box3_swiper{ position: absolute; right: 80px;}
@media screen and (max-width:767px){
  .Area02 {background: url(m_Area02_bg.jpg?t=1764308992109) top center no-repeat; padding: 2vw 0 7vw; background-size: 100%;}
  .Area02 .box{ height: 72vw;} 
  .Area02 .title{ width: 13%; top: 0; left: 0;}
  .Area02 .box3_swiper{ right: -14vw;}
}

/** 倒數 **/
.TimerNick { padding: 0 0 1%; margin: 0 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: #fff; letter-spacing: -1px; text-align: center; background: #000; border-radius: 6px; padding: 3px 1px 3px 0;}
.TimerNick span { padding-left: 2px; font: 35px/35px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #000;}
.TimerNick small{  position: relative; font:15px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0; color: #fff;}
  @media screen and (max-width:767px){
    .TimerNick { width: 80%; margin: 0 auto 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: 4vw/4vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0;}
  }


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

/*熱銷 強牌巨獻*/
.Area10 {height:100%;}	
.Area10 .box {background:url(Area10_title_bg.png?t=1764308992109)top center no-repeat;background-size:100%;}
.Area10 .bg_b{ padding: 30px 0 20px;}

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

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

@media screen and (max-width:767px){
.Area10 {height:100%;}	
.Area10 .box {background-size:100%;}	
.Area10 .bg_b { padding: 3vw 0 ;}

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

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

/* 品類專區 */
/*Phone置頂滑動選單*/
.Area11 { margin-bottom: 80px; padding: 30px 0;}
.Area11 .Area_bottom{ background: url(deco_line.png?t=1764308992109) bottom center no-repeat; padding: 0 0 90px 0;}
    /* --------------------------------------
     * Page 頁面
     * -------------------------------------- */
    .Area11 .Area_floorPD_NavArea_tabbar {margin: 0 auto 5vw ; width: 94%;}
    .Area11 .Area_floorPD_NavArea_tabbar.cate-fixed {width: 100%;}
    .Area11 .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);}
    .Area11 .Area_floorPD_NavArea_tabbar .Nav li {overflow: visible;}
    /*.NavArea_tabbar .Nav a { display:inline-block;}*/
    .Area11 .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){
.Area11 { margin-bottom: 6vw; padding: 0;}
.Area11 .Area_bottom{ margin-bottom: 5vw;}
.Area11 .Area_bottom{ background-size: 300vw; padding: 0 0 10vw 0;}
}

/* 嚴選好物 */
.Area12 .BN_box{ position: relative; left: -130px;}
@media screen and (max-width:767px){
  .Area12 .BN_box{ left: -25vw; width: 125vw; top: -2vw;}
}

/* logo&Go */
.Area13 .icon_box .PD_layout{ padding: 0 100px;}
@media screen and (max-width:767px){
  .Area13 .icon_box .PD_layout{ padding: 0 1vw;}
}

/*隱鑶*/
.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: #cc4436;}                 
                    

/*注意事項區*/
.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%;}
	}
