@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=1771999846350)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=1771999846350)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.pc_01 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(pc_01.png?t=1771999846350) no-repeat center top;}
.pc_deco { z-index: 0; position: absolute; top: 546px; left: 0;; width: 100%; min-width: 1220px; height: 100%; background: url(pc_deco.png?t=1771999846350) repeat-x center top;}
.pc_02 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(pc_02.png?t=1771999846350) no-repeat center top;}
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1771999846350) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1771999846350) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
}
@media screen and (max-width:767px){
  .pc_01 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(pc_01_m.png?t=1771999846350) no-repeat center 44px; background-size: 100%;}
  .pc_deco { z-index: 0; position: absolute; top: 64vw; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(pc_deco.png?t=1771999846350) repeat-x center 44px; background-size: 100%;}
  .pc_02 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(pc_02_m.png?t=1771999846350) no-repeat center 44px; background-size: 100%;}
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.jpg?t=1771999846350) 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;}
}

/*共用樣式*/
@media screen and (max-width:767px){
}

/*公版樣式*/
.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: #902f1e;}
@media screen and (max-width:767px){
}

/*3P折價券*/
.Area_coupon_ppp2 .Area_swiper,
.Area_coupon_ppp .Area_swiper { width: 100%;}
.Area_coupon_ppp { padding-bottom: 30px;}
@media screen and (max-width:767px){
  .Area_coupon_ppp { padding-bottom: 4vw;}
}

/*版頭*/
.Area_top { margin-bottom: 205px;}
.Area_top .Area960 { position: relative; z-index: 2;}
.Area_top .main { padding-top: 30px;}
.Area_top .mainsubtitle .Area_swiper_box { padding-bottom: 0;}
.Area_top .mainsubtitle .Area_swiper_box .PD_layout ul { height: 90px;}
.Area_top .mainsubtitle .Area_swiper_box .PD_layout ul li { background-color: transparent; pointer-events: none;}
@media screen and (max-width:767px){
  .Area_top { margin-bottom: 21.5vw;}
  .Area_top .main { padding-top: 0;}
  .Area_top .mainsubtitle .Area_swiper_box .PD_layout ul { height: 9vw;}
}
/*版頭裝飾*/
@media screen and (min-width:768px){
.deco_01 { width: 100%; position: absolute ;top: -14px; left: 17px; z-index: 1; transform-origin: center center; pointer-events: none;}
.deco_01 img { width: 81%;}
.deco_02 { width: 11%; position: absolute; top: 456px; left: 147px; z-index: 1; transform-origin: center center; pointer-events: none;}
.deco_02 img { width: 81%;}
.deco_03 { width: 8%; position: absolute; top: 336px; left: 977px; transform-origin: top right; z-index: 1; transform-origin: center center; pointer-events: none;}
.deco_03 img { width: 81%;}
.deco_04 { width: 8%; position: absolute; top: 226px; left: 267px; transform-origin: top right; z-index: 1; transform-origin: center center; pointer-events: none;}
.deco_04 img { width: 81%;}
}
@media screen and (max-width:767px){
  .deco_01 { width: 100%; position: absolute; top: -2vw; left: 0; z-index: 1; transform-origin: bottom right; pointer-events: none;}
  .deco_01 img { width: 100%;}
  .deco_02 { width: 10%; position: absolute; top: 48vw; left: 3vw; z-index: 3; transform-origin: top left; pointer-events: none;}
  .deco_02 img { width: 100%;}
  .deco_03 { width: 12%; position: absolute; top: 42vw; left: 91vw; z-index: 1; transform-origin: top left; pointer-events: none;}
  .deco_03 img { width: 100%;}
  .deco_04 { width: 10%; position: absolute; top: 19vw; left: 14vw; z-index: 1; transform-origin: top left; pointer-events: none;}
  .deco_04 img { width: 100%;}
}
  
/*限時搶購*/
.Area01 {}
.Area01 .title { padding: 25px 0 19px 60px; margin: 0 auto 10px; background: url(Area01_titlebg.png?t=1771999846350)top center no-repeat; background-size: 100%; text-align: left;}
.Area01 .title ul li h5 { color: #fff;}
.Area01 .boxrepeat { background: url(Area01_boxrepeat.png?t=1771999846350)top center repeat-y; background-size: 100%;}
.Area01 .Area_swiper { width: 96%; margin: 0 auto;}
@media screen and (max-width:767px){
  .Area01 {}
  .Area01 .title { padding: 3vw 0 1.5vw 6vw; margin: 0 auto 2vw;}
  .Area01 .boxbottom { height: 3.5vw;}
}

/*優惠活動*/
.Area02 { position: relative;}
.Area02 .event { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%;}
.Area02 .event ul { grid-gap: 0 70px; padding: 0 155px;}
@media screen and (max-width:767px){
  .Area02 {}
  .Area02 .event ul { grid-gap: 0 11vw; padding: 0 14vw;}
}

/*折價券*/
.Area03 {}
.Area03 .boxrepeat { padding: 30px 0 0; background: url(Area03_boxrepeat.png?t=1771999846350)top center repeat-y; background-size: 100%;}
.Area03 .PD_layout-btn { padding: 10px 0 0;}
.Area03 .PD_layout-btn li .PD h3 { background-color: #ffda0f; color: #000; font-size: 40px; padding: 0.2em 1em;}
@media screen and (max-width:767px){
  .Area03 {}
  .Area03 .boxrepeat { padding: 3% 0 2%;}
  .Area03 .PD_layout-btn { padding: 1vw 0 0;}
  .Area03 .PD_layout-btn li .PD h3 { font-size: 18px; padding: 0.2em 1em;}
}
/*線上入稿折價券*/
.layout_C16 { overflow: hidden;}
.layout_C16 ul { display: flex; flex-wrap: nowrap; height: 23.5vw;}
.layout_C16 ul li { background-color: transparent !important;}
.layout_C16 .PD_slide { background: url(PD_couponShop_bg.png?t=1771999846350)top center no-repeat; background-size: 100%; font-size: 3.7vw; font-family: Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;}
.layout_C16 .PD_into { padding: 0; width: 100%; display: flex;}
.layout_C16 .PD .txta { display: flex; justify-content: center; align-items: flex-end; color: #fff; font-weight: 700; letter-spacing: -0.025em; text-align: center; margin: 7vw 0; padding: 0; width: 29%;}
.layout_C16 .PD .txta .money { font-size: 1.3em; position: relative; top: -0.35em;}
.layout_C16 .PD .txta .Discount { font-size: 2.5em; letter-spacing: -0.5px; margin-top: -1.3vw;}
.layout_C16 .PD .txta .Dis_unit { font-size: 1.5em; position: relative; top: -0.2em;}
.layout_C16 .PD .txtb { position: absolute; top: 2.8vw; left: 31%; color: #000; font-size: 1.04em; font-weight: 800; letter-spacing: -0.02em; text-align: left; background: #ddecfc; padding: .07em .5em .15em; border-radius: 1vw;}
.layout_C16 .PD .txtc { position: absolute; top: 9.7vw; left: 32.5%; color: #000; font-size: 1.15em; line-height: 1.2; font-weight: 500; letter-spacing: -0.02em; text-align: left;}
@media screen and (min-width:768px){
  .layout_C16 .PD_into { font-size: 32px;}
  .layout_C16 .PD .txta { margin: 53px 0; font-size: 33px;}
  .layout_C16 .PD .txtb { top: 20px;}
  .layout_C16 .PD .txtc { top: 83px;}
  .layout_C16 ul { height: 220px; padding: 0; grid-gap: 0;}
}

/*人氣店家排行榜*/
.Area04 {}
.Area04 .A4_box { margin-bottom: 50px;}
.Area04 .A4_box:last-child { margin-bottom: 0;}
.Area04 .boxtop { background: url(Area04_boxtop.png?t=1771999846350)top center no-repeat; background-size: 100%;}
.Area04 .boxtop ul li .PD_into { flex-direction: row; padding: 18px 40px 34px;}
.Area04 .boxtop ul li .PD_into h3,
.Area04 .boxtop ul li .PD_into h4 { font-size: 50px; color: #fff; font-weight: bold; max-height: 1.9em; line-height: 1.9em; text-align: center;}
.Area04 .boxtop ul li .PD_into h3 { width: 40%;}
.Area04 .boxtop ul li .PD_into h4 { width: 60%; margin-bottom: 0;}
.Area04 .boxrepeat { background: url(Area04_boxrepeat.png?t=1771999846350)top center repeat-y; background-size: 100%;}
.Area04 .PD_box { width: 94%; margin: 0 auto;}
.Area04 .PD_box ul { border: solid 4px #bde628;}
.Area04 .PD_layout[data-pd-btn] .PD_btn { background-color: #ebf301; background-image: repeating-linear-gradient(45deg, #ebf301 -2%, #ebf301 120%);}
.Area04 .PD_layout[data-pd-btn] .PD_btn b { color: #000;}
.Area04 .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn b::before { filter: invert(1);}
.Area04 .PD_layout[data-pd-btn] .PD_btn i { border-top: .125em solid #000; border-right: .125em solid #000;}
@media screen and (max-width:767px){
  .Area04 {}
  .Area04 .A4_box { margin-bottom: 10vw;}
  .Area04 .boxtop ul li .PD_into { padding: 1.5vw 5vw 2vw;}
  .Area04 .boxtop ul li .PD_into h3,
  .Area04 .boxtop ul li .PD_into h4 { font-size: 24px;}
  .Area04 .PD_box ul { border: solid 2px #bde628;}
  .Area04 .boxbottom { height: 2.8vw;}
}

/*下方公版*/
.Area05 {}
.Area05 .A5_box { margin-bottom: 50px;}
.Area05 .A5_box:last-child { margin-bottom: 0;}
.Area05 .PD_box { width: 96%; margin: 0 auto 20px;}
.Area05 .PD_box ul { border: solid 4px #bde628;}
.Area05 .Area_swiper { width: 96%; margin: 0 auto 10px;}
.Area05 .logo ul li { background: url(Area05_bg.png?t=1771999846350)top center no-repeat; background-size: 100%;}
.Area05 .logo ul li .PD_into { padding: 26px 20px 13px;}
.Area05 .logo ul li .PD_into .PD_logo { padding: 1em; margin-bottom: 38px;}
.Area05 .logo ul li .PD_into h3 { font-size: 20px; color: #e4f504;}
@media screen and (max-width:767px){
  .Area05 {}
  .Area05 .A5_box { margin-bottom: 10vw;}
  .Area05 .PD_box ul { border: solid 2px #bde628;}
  .Area05 .Area_swiper { width: 100%; margin: 0 auto 2vw;}
  .Area05 .logo ul li .PD_into { padding: 2vw 3vw 1vw;}
  .Area05 .logo ul li .PD_into .PD_logo { padding: 0.6em; margin-bottom: 6vw;}
}

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