@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: #15b9d5;}
.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=1759224562004) 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=1759224562004) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
.bgribbons { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 900px; background: url(top_deco.png?t=1759224562004) no-repeat center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.jpg?t=1759224562004) no-repeat center 44px; background-size: 100%;}
  .bgribbons { z-index: 0; top: 10vw; left: 0; width: 100%; min-width: inherit; height: 100vw; 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: 920px;}
.Area_top .main { position: absolute; width: 960px; top: 135px; left: 50%; transform: translateX(-50%);}
.Area_top .top_PD{ position: absolute; top: 306px; left: 2px;}
.Area_top .mainsubtitle { position: absolute; top: 640px; left: 265px; width: 100%; z-index: 1;}
.Area_top .mainsubtitle img { width: 30%;}
.Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box;}
.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: 95vw;}
  .Area_top .main { width: 100%; top: 14vw;}
  .Area_top .top_PD{ width: 128vw; top: 31vw; left: -14vw;}
  .Area_top .mainsubtitle { top: 67vw; left: 27vw; width: 100%; z-index: 1;}
  .Area_top .mainsubtitle img { width: 40vw;}
  .Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box;}
  .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: 165px; left: 800px; width: 12%;}
.Area_top .date .bg {position:relative;}
.Area_top .date .bg img {width: 100%;}
.Area_top .date .TIMER_DAY span {font-size: 52px; font-weight: 400;line-height: 0;margin-left: 0;color: #fff; letter-spacing:0; font-family: "filson-pro", sans-serif; font-weight: 600; font-style: italic; }
.Area_top .date .TIMER_DAY small {font-size: 27px; font-weight:bolder;line-height:5px;margin-left: 0;color: #fff; letter-spacing:0;font-family: "filson-pro", sans-serif; font-weight: 600; font-style: italic; }
.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: 16vw; left: 60vw; width: 33%;z-index: 1;}
  .Area_top .date .date_bg {position:relative;}
  .Area_top .date .TIMER_DAY span {font-size: 1.7em;font-weight: 400;line-height: 0;margin-left: 0; color: #fff; letter-spacing:0;font-family: "filson-pro", sans-serif; font-weight: 600; font-style: italic; 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: #fff; letter-spacing:0;font-family: "filson-pro", sans-serif; font-weight: 600; font-style: italic; }
  .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;}
  }

/* 按鈕區 */
.btn_box { margin-bottom: 20px;}
.btn_box .anybtn_box{ margin-bottom: 10px;}
@media screen and (max-width:767px){
  .btn_box { margin-bottom: 3vw;}
  .btn_box .anybtn_box{ margin-bottom: 3vw;}
}

/*24H瘋搶價*/
.Area01 {} 
@media screen and (max-width:767px){
  .Area01 .title{ margin: 2vw auto 2vw;}
}
/** 倒數 **/
.TimerNick { padding: 0 0 1%; margin: -70px 20px 12px 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: #14b8d4; letter-spacing: -1px; text-align: center; background: #fef631; 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: #fff;}
.TimerNick small{  position: relative; font: bold 15px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0; color: #14b8d4;}
  @media screen and (max-width:767px){
    .TimerNick { width: 80%; margin: -8vw -13vw 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;}
  }

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

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

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

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

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

/**品牌LOGO**/	
.Area08 .box .PD_layout-D1_02C {width:80%; margin: 0 0 20px 33px; padding:0;}	
.Area08 .box .PD_layout-D1_02C ul{padding-top: 20px;}	
.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:35%; background: #fff; border-radius: 100px; padding: 10px 20px;}
.Area08 .box .PD_layout-D1_02C ul li .PD_img img{ width: 100%;}
.Area08 .box .PD_layout-D1_02C ul li .PD_into {margin: 0 0 0 30px; 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:url(m_Area08_box_bg.jpg?t=1759224562004)top center no-repeat; background-size:100%;padding-bottom:8vw; margin-bottom: 5vw;}	

/**品牌LOGO**/	
.Area08 .box .PD_layout-D1_02C {margin: 0 0 0 15vw;}	
.Area08 .box .PD_layout-D1_02C ul{margin: 0 0 1vw -10vw; padding-top: 2vw;}	
.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:40%; padding: 1.5vw 2vw;}
.Area08 .box .PD_layout-D1_02C ul li .PD_into {margin: 0 0 0 1vw;}
.Area08 .box .PD_layout-D1_02C ul li .PD h3 {font-size:1.3em;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: #fef631; 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: 8vw; padding: 5vw 0 1vw;}
}

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

}

/*btn*/
.Area11 .PD_btn ul{ padding: 0 100px;}
.Area11 .PD_btn ul li{ padding: 0 10px;}
@media screen and (max-width:767px){
  .Area11 .PD_btn ul{ padding: 0 3vw;}
  .Area11 .PD_layout[data-pd-li=BN] ul{ grid-gap: .5em;}
  .Area11 .PD_btn ul li{ padding: 0 0.5vw;}
}

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

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