@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.jpg?t=1772611463372) repeat , #08bf6f;}
.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=1772611463372) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 960px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(deco.png?t=1772611463372) 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=1772611463372) 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;}
.bgbox{ background: url(bg_top.jpg?t=1772611463372) top center no-repeat, url(bg_bt.jpg?t=1772611463372) bottom center no-repeat, #ffeec3; width: 2000px; margin: 0 auto 50px; padding: 36px 0;}
@media screen and (max-width:767px){
  .bgbox{ background: url(m_bg_top.jpg?t=1772611463372) top center no-repeat, url(m_bg_bt.jpg?t=1772611463372) bottom center no-repeat, #ffeec3; width: 100%; margin: 0 auto 8vw; padding: 6vw 0 .5vw; background-size: 100%;}
  .PD_box .PD_layout{ padding: 0 1.5vw;}
}

/*版頭*/
.Area_top { height: 865px;}
.Area_top .main {position: absolute; width: 960px; top: 0; left: 50%; transform: translateX(-50%);}
.Area_top .mainsubtitle { position: absolute; top: 454px; left: 50%; transform: translateX(-50%); width: 100%; z-index: 1;}
.Area_top .mainsubtitle img { width: 79%;}
.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: 90vw;}
  .Area_top .main { width: 100%; top: 0vw;}
  .Area_top .mainsubtitle { top: 47vw; 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: 730px; left: 152px; width: 20%;}
  .Area_top .date .bg {position:relative;}
  .Area_top .date .bg img {width: 100%;}
  .Area_top .date .TIMER_DAY span {font-size: 60px; font-weight: 100;line-height: 0; margin-left: 0; color: #fff; letter-spacing:0; font-family: "komet", sans-serif; font-weight: lighter;}
  .Area_top .date .TIMER_DAY small {font-size: 27px; font-weight:lighter;line-height:5px; margin-left: 0;color: #fff; letter-spacing:0; font-family: "komet", sans-serif; font-weight: lighter;}
  .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: 72vw; left: -18vw; width: 60%;z-index: 1;}
     .Area_top .date .date_bg {position:relative;}
     .Area_top .date .TIMER_DAY span {font-size: 6vw; font-weight: lighter;line-height: 0;margin-left: 0; color: #fff; letter-spacing:0; font-family: "komet", sans-serif; font-weight: lighter; width: 0;}
     .Area_top .date .TIMER_DAY small {font-size: 3vw; font-weight:lighter;line-height:10vw; margin-left:0; padding-left: 3vw; color: #fff; letter-spacing:0; font-family: "komet", sans-serif; font-weight: lighter;}
     .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/wwd3xmz.css");
  
     body {
       font-family: "komet", sans-serif;
     }

/** 倒數 **/
.TimerNick { padding: 0 0 1%; margin: 0 auto; width: 60%; text-align: center; position: relative; top: -5px;}
.TimerNick .FontStyle { display: inline-block; margin: 0; padding: 0; width: 50px; font: normal 35px / 35px Arial; color: #000; letter-spacing: -1px; text-align: center; background: #ffeec3; 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: #ffeec3;}
.TimerNick small{  position: relative; font:15px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0; color: #000;}
  @media screen and (max-width:767px){
    .TimerNick { width: 80%; margin: 0 auto; top: -1vw;}
    .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;}
  }

/* top_btn */
.top_btn{ background: url(top_btn_bg.png?t=1772611463372) top center no-repeat; margin-bottom: 30px;}
.top_btn .PD_layout ul{ padding: 3px 16px 0 ;}
@media screen and (max-width:767px){
  .top_btn{ background-size: 100%; margin-bottom: 4vw;}
  .top_btn .PD_layout ul{ padding: 0.5vw 2vw;}
}

/*今日限定 爆品必買*/
.Area01 .PD_box{ margin-bottom: 30px;}
.Area01 .btn_box .PD_layout-D1_02C.PD_layout .PD h3{ background-color: #00000000; color: #000;}
.Area01 .btn_box .PD_layout[data-pd-h3="2"] .PD h3{ margin: 0 auto; padding: 0; font-weight: bold; font-size: 26px;}
.Area01 .btn_box .PD_layout[data-pd-h4="1"] .PD h4 span{ color: #0fb66d; font-size: 26px;}
.Area01 .btn_box .PD_layout-D1_02C[data-pd-btn] .PD_into .PD_into_PDgo b::after{ content: "立即搶購";}
.Area01 .btn_box .PD_layout[data-pd-btn*=box-0] .PD_btn b{ color: #fff; background: #0fb66d; border-radius: 60px;}
.Area01 .btn_box .PD_layout[data-pd-btn] .PD_into .PD_into_PDgo b{ padding: 5px 30px; line-height:1.5em; }
.Area01 .btn_box .PD_layout[data-pd-btn] .PD_btn i{ display: none;}
.Area01 .ig_btn_box{ margin: 30px auto 5px;}
@media screen and (max-width:767px){
  .Area01 .PD_box{ margin-bottom: 5vw;}
  .Area01 .btn_box .PD_layout-D1_02C.PD_layout .PD a {padding-top: 1vw;}
  .Area01 .btn_box .PD_layout { padding: 0 1.5vw;}
  .Area01 .PD_layout-D1_02C .PD .PD_img{ width: 35%;}
  .Area01 .btn_box .PD_layout-D1_02C .PD .PD_into{ width: 70%; margin-bottom: 1vw;}
  .Area01 .btn_box .PD_layout[data-pd-h3="2"] .PD h3{ font-size: 4.6vw; }
  .Area01 .btn_box .PD_layout[data-pd-h4="1"] .PD h4 span{ font-size: 4.6vw;}
  .Area01 .btn_box .PD_layout[data-pd-btn] .PD_into .PD_into_PDgo b{ padding: 1vw 5vw; line-height:7vw; margin-top: 2vw;}
  .Area01 .btn_box .PD_layout .PD_img{ padding: 0; margin-top: 5vw;}
  .Area01 .btn_box .PD_layout .PD_into{ padding: 0;}
  .Area01 .ig_btn_box{ margin: 5vw auto 3vw;}
}

/*必敗大牌鉅獻*/
.Area02 { margin-bottom: 80px;}
.Area02 .box{position: relative; height: 380px;} 
.Area02 .box .title{ position: absolute; width: 8%; top: 11px; left: 92px;}
.Area02 .box3_swiper{ position: absolute; right: 80px;}
@media screen and (max-width:767px){
  .Area02 { margin-bottom: 0vw;}
  .Area02 .box{ height: 72vw;} 
  .Area02 .box .title{ width: 17%; top: 0; left: 0;}
  .Area02 .box3_swiper{ right: -18vw;}
}

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

/*今日最強檔*/ 
@media screen and (max-width:767px){
  .Area06 .BN_box{ margin-bottom: 3vw;}
}

/*品味風格選物指南*/
.Area08_bg { background: url(Area08_bg.jpg?t=1772611463372) top center no-repeat; padding: 90px 0 10px;}
.Area08 .bn_box{ position: relative; height: 670px;}
.Area08 .bn_box .bg_bn_box{ position: absolute; top: 0; left: 16px;}
.Area08 .bn_box .bg_bn_box .PD_layout ul li {pointer-events: none;}
.Area08 .bn_box .btn_bn{ position: absolute; top: 20px; left: 560px; background: #e63d20; padding: 10px 10px 0 10px; width: 340px;}
.Area08 .bn_box .btn_bn .PD_layout[data-pd-li=BN] ul{ padding: 0;}
.Area08 .bn_box .btn_bn ul li:nth-child(1) img{ border-radius: 60px 0 0 0;}
.Area08 .bn_box .btn_bn ul li:nth-child(2) img{ border-radius: 0 60px 0 0;}
@media screen and (max-width:767px){
  .Area08_bg { background: url(m_Area08_bg.jpg?t=1772611463372) top center no-repeat; background-size: 100%; padding: 9vw 0 0;}
  .Area08 .bn_box{ position: relative; height: 75vw;}
  .Area08 .bn_box .bg_bn_box{ top: 0; left: 0vw;}
  .Area08 .bn_box .btn_bn{ top: 3vw; left: 52vw; padding: 1vw; width: 39vw;}
  .Area08 .bn_box .btn_bn .PD_layout[data-pd-li=BN] ul{ padding: 0;}
  .Area08 .bn_box .btn_bn ul li:nth-child(1) img{ border-radius: 10vw 0 0 0;}
  .Area08 .bn_box .btn_bn ul li:nth-child(2) img{ border-radius: 0 10vw 0 0;}
}

/* 品類專區 */
/*Phone置頂滑動選單*/
.Area09 { 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 { padding: 0;}
}

/*嚴選好物推薦*/
@media screen and (max-width:767px){
  .Area10 .BN_box{ margin-bottom: 3vw;}
}

/* logo&Go */
.Area11 .icon_box .PD_layout{ padding: 0 100px;}
@media screen and (max-width:767px){
  .Area11 .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: #e63d20;}


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