@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=1775098780647") top center repeat-y fixed, #fff;}
.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; background: url("m_bg.jpg?t=1775098780647") top center repeat-y fixed; background-size: 100%;}
  .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.png?t=1775098780647) no-repeat center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.png?t=1775098780647) 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: 1060px;}
.Area_top .category{ position: absolute; top: 1024px; right: 145px;}
.Area_top .main { position: absolute; left: 50%; transform: translateX(-50%); width: 960px;}
.Area_top .top_md{ position: absolute; width: 507px; top: 145px; left: 360px;}
.Area_top .top_btn{ position: absolute; top: 762px; right: 134px;}
.Area_top .mainsubtitle_bg { position: absolute; top: 465px; left: 140px;}
.Area_top .mainsubtitle { position: absolute; top: 456px; left: 50%; transform: translateX(-50%); width: 100%; }
.Area_top .mainsubtitle img { width: 81%;}
.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 .md02{ position: absolute; right: 130px; top: 145px;}
@media screen and (max-width:767px){
  .Area_top { height: 112vw;}
  .Area_top .category{ width: 20vw; top: 106.5vw; right: 1.2vw;}
  .Area_top .main { width: 100%; top: 0vw;}
  .Area_top .top_md{ width: 53vw; top: 15vw; left: 24vw;}
  .Area_top .top_btn{ width: 28.5vw; top: 79.5vw; right: 0;}
  .Area_top .mainsubtitle_bg {width: 43vw; top: 48.5vw; left: 1vw;}
  .Area_top .mainsubtitle { top: 49vw; 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 .md02{ width: 32vw; right: 0; top: 14vw;}
}

/*日期*/	
.Area_top .date { position:absolute; top: 228px; left: 341px; 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: #fff; letter-spacing:0; font-family: "good-times", sans-serif; font-weight: 400;}
.Area_top .date .TIMER_DAY #sendMonth {text-align: left;display: none;}
.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: 23vw; left: 0vw; width: 60%;z-index: 1;}
   .Area_top .date .date_bg {position:relative;}
   .Area_top .date .TIMER_DAY span {font-size: 6.5vw; font-weight: 400;line-height: 0;margin-left: 0; color: #fff; letter-spacing:0; font-family: "good-times", sans-serif; font-weight: 400; width: 0;}
   .Area_top .date .TIMER_DAY #sendMonth {text-align: left;display: none;}
   .Area_top .date .TIMER_DAY #sendToday {margin-left: 0;text-align: left;display: inline-block;}
   }


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

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

/*今日下殺*/
.Area00 { margin-bottom: 80px;}
.Area00 .box{position: relative; height: 380px;} 
.Area00 .box .title{ position: absolute; width: 7%; top: 6px; left: 92px;}
.Area00 .box3_swiper{ position: absolute; right: 80px;}
@media screen and (max-width:767px){
  .Area00 { margin-bottom: 0vw;}
  .Area00 .box{ height: 72vw;} 
  .Area00 .box .title{ width: 15%; top: 0; left: 1.5vw;}
  .Area00 .box3_swiper{ right: -18vw;}
}

/*購物攻略*/
.Area02 .btn_box{ margin-bottom: 15px;}
.Area02 .coupon_boxbox{ margin-bottom: 20px;}
@media screen and (max-width:767px){
  .Area02 .btn_box{ margin-bottom: 0.5vw;}
  .Area02 .coupon_boxbox{ margin-bottom: 2vw;}
  .Area02 .Area_danji .box_1{ padding: 0 1.5vw;}
}

/*今日最強活動*/
.Area03 .repeatbg {background: url(box_bg_re.png?t=1775098780647) top center repeat-y;}
.Area03 { background: url(box_bg.jpg?t=1775098780647) top center repeat-y; padding-top: 40px;}
.Area03 .title{ top: -40px; margin-bottom: -20px;}
.Area03 .box{ padding-bottom: 40px;}
@media screen and (max-width:767px){
  .Area03 .repeatbg {background-size: 100%; margin-top: -2vw;}
  .Area03 { background-size: 100%; padding-top: 6vw;}
  .Area03 .BN_box .PD_layout{ padding: 0 1.5vw; margin-bottom: 2vw;}
  .Area03 .title{ top: -6vw; margin-bottom: -4vw;}
  .Area03 .box{ padding-bottom: 5vw;}
}

/*高人氣話題品牌*/
.Area04 { margin-bottom: 120px;}
.Area04 .box{position: relative; height: 380px; margin-bottom: 60px;} 
.Area04 .box .title{ position: absolute; width: 7%; top: 6px; left: 92px;}
.Area04 .box6_swiper{ position: absolute; right: 80px;}
.Area04 .PD_img_box h3{ top: 282px; left: 14px; padding: 0; text-align: left; font-size: 22px; color: #6569e1;}
.Area04 .PD_img_box .PD .js-PD_txt2{ display: none;}
.Area04 .PD_img_box h4{ top: 315px; left: 14px; padding: 0; text-align: left; font-size: 22px; color:#363636; }
.Area04 .PD_img_box .PD_layout .PD:hover h4{ color:#363636; }
@media screen and (max-width:767px){
  .Area04 { margin-bottom: 6vw;}
  .Area04 .box{ height: 70vw; margin-bottom: 8vw;} 
  .Area04 .box .PD_layout ul li .PD_into{ padding: 1vw 2vw;}
  .Area04 .box .title{ width: 15%; top: 0; left: 1.5vw;}
  .Area04 .box6_swiper{ right: -18vw;}
  .Area04 .PD_img_box ul li{ padding: 0;}
  .Area04 .PD_img_box .PD_layout[data-pd-col-phone="3"] .PD h3{ top: 52vw; padding: 0; font-size: 4.2vw;}
  .Area04 .PD_img_box .PD_layout[data-pd-col-phone="3"] .PD h4{ top: 57vw; padding: 0; font-size: 4.2vw;}
}

/*春季新品登場*/
.Area05 .PD_box .PD_layout  ul li { background: url(Area05_PD_bg.png?t=1775098780647) center top no-repeat; background-size: 100%; padding: 60px 5px;}
.Area05 .PD_box .PD_layout.PD_layout-D1_15 ul .PD .PD_into{background-color: #ffffff00;}
.Area05 .PD_box .PD_layout .PD_into{ padding: 45px 0;}
@media screen and (max-width:767px){
  .Area05 .PD_box .PD_layout  ul li { padding: 9vw 1vw;}
  .Area05 .PD_box .PD_layout.PD_layout-D1_15 ul .PD .PD_into{background-color: #ffffff00;}
  .Area05 .PD_box .PD_layout .PD_into{ padding: 6vw 0;}
}

/*本週TOP銷量榜*/
.Area06 .PD_box { background: url(PD_3_bg.png?t=1775098780647) top center no-repeat; background-size: 100%; padding: 120px 0 0 ;}
@media screen and (max-width:767px){
  .Area06 .PD_box { padding: 12vw 0 0 ; background-size: 97.5vw; margin-bottom: 3vw;}
}

/*熱搜品牌推薦*/
.Area07 {} 
@media screen and (max-width:767px){
  .Area07 .PD_box .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img{ height: 70%;}
}


/* 推薦購買單品 */
/*Phone置頂滑動選單*/
.Area08 { padding: 30px 0;}
    /* --------------------------------------
     * Page 頁面
     * -------------------------------------- */
    .Area08 .Area_floorPD_NavArea_tabbar {margin: 0 auto 5vw ; width: 94%;}
    .Area08 .Area_floorPD_NavArea_tabbar.cate-fixed {width: 100%;}
    .Area08 .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);}
    .Area08 .Area_floorPD_NavArea_tabbar .Nav li {overflow: visible;}
    /*.NavArea_tabbar .Nav a { display:inline-block;}*/
    .Area08 .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);}

/*時尚集合頁*/
.Area11 { margin-bottom: 60px;}
.Area11 .repeatbg {background: url(box_bg_re.png?t=1775098780647) top center repeat-y;}
.Area11 { background: url(box_bg.jpg?t=1775098780647) top center repeat-y; padding-top: 40px;}
.Area11 .title{ top: -40px; margin-bottom: -20px;}
.Area11 .btn_box{ padding-bottom: 40px;}
.Area11 .btn_box .PD_layout{ padding: 0 80px;}
@media screen and (max-width:767px){
  .Area11 .repeatbg {background-size: 100%; margin-top: -2vw;}
  .Area11 { background-size: 100%; padding-top: 6vw;}
  .Area11 .BN_box .PD_layout{ padding: 0 1.5vw; margin-bottom: 2vw;}
  .Area11 .title{ top: -6vw; margin-bottom: -4vw;}
  .Area11 .btn_box{ padding-bottom: 5vw;}
.Area11 .btn_box .PD_layout{ padding: 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: #ffcfcd;}                 
                    

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