@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(bgrepeat.jpg?t=1761808543765)top center repeat-y;}
.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(bgrepeat_m.jpg?t=1761808543765)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1761808543765) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
.bgdecolight { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdecolight.png?t=1761808543765) repeat-y center top; transition: 0.5s linear; pointer-events: none; mix-blend-mode: screen;}
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1761808543765) no-repeat center top;}
.bgfloat { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgfloat.png?t=1761808543765) no-repeat center top;}
.bglight { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bglight.png?t=1761808543765) no-repeat center top; mix-blend-mode: screen; pointer-events: none;}
}
@media screen and (max-width:767px){
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.jpg?t=1761808543765) no-repeat center 44px; background-size: 100%;}
  .bgfloat { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgfloat_m.png?t=1761808543765) no-repeat center 44px; background-size: 100%;}
  .bglight { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bglight_m.png?t=1761808543765) no-repeat center 44px; background-size: 100%; mix-blend-mode: screen; pointer-events: none;}
}
  
  /*區塊_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;}
}

/*共用樣式*/
.mainlight { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 864px; mix-blend-mode: screen; z-index: 5; pointer-events: none;}
.mainlight img { width: 100%;}
.bg_P { background-image: repeating-linear-gradient(180deg , #edaceb 0%, #bd63ce 100%); border: solid 3px #f8c7f7; border-radius: 80px 20px 80px 20px; padding: 20px 0;}
.bg_B { background-image: repeating-linear-gradient(180deg , #bc89e4 0%, #7944c8 100%); border: solid 3px #f8c7f7; border-radius: 80px 20px 80px 20px; padding: 20px 0; position: relative; z-index: 2;}
.bg_B .PD_box { width: 96%; margin: 0 auto;}
.Area .title01 { margin-top: -15px; padding: 50px 0 30px; background: url(titlebg02.png?t=1761808543765)top center no-repeat; background-size: 100%;}
.Area .title02 { padding: 10px 0 55px; background: url(titlebg03.png?t=1761808543765)top center no-repeat; background-size: 100%;}
.Area .title03 { padding: 10px 0 55px; background: url(titlebg04.png?t=1761808543765)top center no-repeat; background-size: 100%;}
.deco { position: absolute; top: -15px; left: 50%; transform: translateX(-50%);}
.decolight { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); mix-blend-mode: screen;}
@media screen and (max-width:767px){
  .mainlight { top: 44px; width: 100%;}
  .bg_P { width: 96%; margin: 0 auto 10vw; border: solid 2px #f8c7f7; border-radius: 40px 10px 40px 10px; padding: 2% 0;}
  .bg_B { width: 96%; margin: 0 auto 10vw; border: solid 2px #f8c7f7; border-radius: 40px 10px 40px 10px; padding: 2% 0;}
  .Area .title01 { margin-top: -1vw; padding: 5vw 0 3.5vw;}
  .Area .title02 { padding: 1vw 0 5vw;}
  .Area .title03 { padding: 1vw 0 5vw;}
  .deco { top: -2vw; width: 100%;}
  .decolight { top: -2vw; width: 100%;}
}

/*公版樣式*/
.PD_layout[data-pd-li=BN] ul,
.PD_layout[data-pd-li=BN-AWD] ul { padding: 0; grid-gap: 0;}
@media screen and (max-width:767px){
  .PD_layout ul { width: 100%;}
}

/*折價券*/
.Area .Area_coupon { width: 96%; margin: 0 auto;}
.Area .Area_coupon ul { grid-gap: 0;}
.Area .Area_coupon ul li .PD_img { padding: 0;}
@media screen and (max-width:767px){
}

/*登記*/
.Area .Area_danji .danji_box { margin-bottom: 0;}
.Area .Area_danji .danji_box .box_1 { width: 96%;}
.Area .warningTxt h3 { padding: 0;}
.Area .Area_danji .danji_box ul li .activityText .gifts span { color: #8d5aa3;}
@media screen and (max-width:767px){
}

/*版頭*/
.Area_top { margin-bottom: 50px;}
.Area_top .main_box { position: relative; width: 864px; margin: 0 auto;}
.Area_top .main_box .PD_layout ul li { pointer-events: none;}
.Area_top .light { position: absolute; top: 350px; width: 28%; z-index: 1; pointer-events: none;}
.Area_top .light img { width: 100%;}
.Area_top .light01 { left: 110px;}
.Area_top .light02 { right: 110px;}
@media screen and (max-width:767px){
  .Area_top { margin-bottom: 0;}
  .Area_top .main_box { width: 100%;}
}

/* 行銷按鈕 */
@media screen and (min-width:768px){
.btnx3{margin-bottom: 40px;}  
.btnx3 .PD_layout ul{grid-gap: 20px;}
}
@media screen and (max-width:767px){
.btnx3{width: 96%;margin-bottom: 2vw;}
.btnx3 .PD_layout ul{grid-gap: .3em;}
}

/*輪播特標*/
.Area_top .mainsubtitle { position: absolute; top: 365px; left: 50%; transform: translateX(-50%); width: 100%; z-index: 1;}
.Area_top .mainsubtitle img { width: 72%;}
.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 .main { width: 100%; top: 0;}
  .Area_top .mainsubtitle { top: 42.5vw; 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;}
}


/*限時瘋搶*/
.Area01 {}
@media screen and (max-width:767px){
  .Area01 {}
}
/** 倒數 **/
.TimerNick { position: relative; width: 100%; text-align: center; z-index: 0; padding: 0; margin: 0 auto 10px;}
.TimerNick .FontStyle { display: inline-block; margin: 0; padding: 0; border: 0; width: 40px; font: normal 24px/30px Arial; color: #2d095c; letter-spacing: -1px; background-color: #fff; border-radius: 10px;}
.TimerNick span { padding-right: 2px; font: bold 20px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #2d095c;}
.TimerNick small {  position: relative; font: bold 18px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0em; color: #2d095c;}
@media screen and (max-width:767px){
  .TimerNick { margin: 0 auto 1vw;}
  .TimerNick .FontStyle { width: 6.5vw; font: normal 4vw/6vw Arial;}
  .TimerNick span { padding-right: 1vw; font: bold 4vw/7vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;}
  .TimerNick small { font: bold 4vw/7vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;}
}

/*手刀天天搶*/
.Area02 {}
@media screen and (max-width:767px){
  .Area02 {}
}

/*神券鈔值省*/
.Area03 {}
@media screen and (max-width:767px){
  .Area03 {}
}

/*1111超殺爆品*/
.Area04 {}
@media screen and (max-width:767px){
  .Area04 {}
}

/*限量名額 登記活動*/
.Area05 {}
.Area05.bg_P { overflow: hidden;}
.Area05 .BN_swiper { margin-top: 30px;}
.Area05 .BN_swiper ul li { border-radius: 20px; overflow: hidden;}
@media screen and (max-width:767px){
  .Area05 {}
  .Area05 .BN_swiper { margin-top: 5vw;}
}

/*1111大牌價到*/
.Area06 {}
.Area06 .A6_box { position: relative; margin-bottom: 50px;}
.Area06 .A6_box:last-child { margin-bottom: 0;}
.Area06 .A6_box .boxtop { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.Area06 .A6_box .PD_layout-D3_02 ul { padding: 20px 0 0;}
.Area06 .A6_box .boxbg { background-image: repeating-linear-gradient(180deg , #ad7ade 0%, #7944c8 100%); border: solid 3px #f8c7f7; border-top: none; border-radius: 0 0 80px 20px; padding: 20px 0;}
.Area06 .A6_box .boxbg .PD_box { width: 96%; margin: 0 auto;}
@media screen and (max-width:767px){
  .Area06 {}
  .Area06 .A6_box { width: 96%; margin: 0 auto 10vw;}
  .Area06 .A6_box .boxtop { width: 100%;}
  .Area06 .A6_box .PD_layout-D3_02 ul { padding: 2vw 2vw 0; box-sizing: border-box;}
  .Area06 .A6_box .boxbg { border: solid 1px #f8c7f7; border-top: none; border-radius: 0 0 60px 15px; padding: 2vw 0;}
}

/*保暖主題區*/
.Area07 {}
.Area07 .A7_box { margin-bottom: 50px;}
.Area07 .A7_box:last-child { margin-bottom: 0;}
.Area07 .subtitle_box { position: relative; margin-top: -50px;}
.Area07 .subtitle_box .subtitle { padding: 100px 0 16px; margin-bottom: 10px;}
.Area07 .subtitle_box .subtitlebg { position: absolute; top: 0; left: 0;}
@media screen and (max-width:767px){
  .Area07 {}
  .Area07 .A7_box { margin-bottom: 10vw;}
  .Area07 .subtitle_box { margin-top: -5vw;}
  .Area07 .subtitle_box .subtitle { padding: 9vw 0 2vw; margin-bottom: 1vw;}
}

/*超值好物推薦*/
.Area08 {}
.Area08 .A8_box { margin-bottom: 50px;}
.Area08 .A8_box:last-child { margin-bottom: 0;}
.Area08 .subtitle_box { position: relative; margin-top: -13px;}
.Area08 .subtitle_box .subtitle { padding: 30px 0 15px; margin-bottom: 10px;}
.Area08 .subtitle_box .subtitlebg { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.Area08 .PD_box { width: 96%; margin: 0 auto;}
@media screen and (max-width:767px){
  .Area08 {}
  .Area08 .A8_box { margin-bottom: 10vw;}
  .Area08 .subtitle_box { margin-top: -2vw;}
  .Area08 .subtitle_box .subtitle { padding: 2.5vw 0 1vw; margin-bottom: 2vw;}
  .Area08 .subtitle_box .subtitlebg { width: 100%;}

}

/* 品牌牆 */
.Area_logo .PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul{grid-gap: 20px;}
.Area_logo .PD_layout .PD img{border-radius: 50px;border:2px solid #da00ff}
@media screen and (max-width:767px){
  .Area_logo{width: 94%;}
  .Area_logo .PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul{grid-gap: .5em;}

}

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


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