@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=1780283561046)top center repeat-y;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; background: url(bgrepeat_m.jpg?t=1780283561046)top center repeat-y; 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.jpg?t=1780283561046) 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=1780283561046) 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=1780283561046) repeat-y center top; transition: 0.5s linear; pointer-events: none; mix-blend-mode: screen;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.jpg?t=1780283561046) 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;}
.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;}
.Area .title01 { padding: 20px 0 30px;}
.Area .title01 ul li h5 { color: #000;}
.Area .titlebg01 { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 960px;}
.Area .title02 { background: url(titlebg02.png?t=1780283561047)top center no-repeat; background-size: 100%; padding: 10px 0 45px; margin-bottom: 10px;}
.Area .title02 ul li h5 { color: #2d095c;}
.deco { position: absolute; top: -15px; left: 50%; transform: translateX(-50%);}
.decolight { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); mix-blend-mode: screen;}
.subtitle_box .subtitlebg { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.subtitle_box .subtitle { padding: 30px 0 0; margin-bottom: 30px;}
@media screen and (max-width:767px){
.bg_P { width: 96%; border: solid 2px #f8c7f7; border-radius: 40px 10px 40px 10px; padding: 2% 0 0;}
.bg_B { width: 96%; border: solid 2px #f8c7f7; border-radius: 40px 10px 40px 10px; padding: 2% 0;}
.Area .title01 { padding: 2vw 0 3.5vw;}
.Area .titlebg01 { width: 100%;}
.Area .title02 { padding: 1vw 0 4vw; margin-bottom: 1.5vw;}
.deco { top: -2vw; width: 100%;}
.decolight { top: -2vw; width: 100%;}
.subtitle_box { margin-top: -1vw;}
.subtitle_box .subtitle { padding: 2.5vw 0 1.5vw; margin-bottom: 1.5vw;}
.subtitle_box .subtitlebg { width: 100%;}
}

/*版頭*/
.Area_top { height: 650px;}
.Area_top .main_box { position: relative; width: 1040px; margin: 0 auto;}
.Area_top .main_box .PD_layout ul li { pointer-events: none;}
.Area_top .mainsubtitle { position: absolute; top: 380px; left: 50%; transform: translateX(-50%); width: 100%; z-index: 1;}
.Area_top .mainsubtitle img { width: 80%;}
.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: 69vw;}
  .Area_top .main_box { width: 100%; top: 3vw;}
  .Area_top .main_box .PD_layout[data-pd-li=BN] ul{ padding: 0;}
  /* .Area_top .main_box img { width: 100%;} */
  .Area_top .mainsubtitle { top: 42vw; 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 { position: relative; z-index: 2;}
.Area01.bg_P { padding: 20px 0 10px;}
.Area01 .title { position: absolute; top: 40px; left: 20px; width: 69px; margin: 0;}
.Area01 .title ul li h5 { font: bold 50px/50px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; color: #2d095c;}
.Area01 .titlebg { position: absolute; top: 0; left: 20px; width: 864px;}
.Area01 .titlebg img { width: 100%;}
.Area01 .box4_swiper { position: relative; width: 1115px; margin-left: 105px; z-index: 2;}
.Area01 .box4_swiper ul.PD_wrapper { height: 450px;}
@media screen and (max-width:767px){
  .Area01.bg_P { padding: 2% 0 1%;}
  .Area01 .title { top: 8vw; left: 0; width: 8%;}
  .Area01 .title ul li h5 { font: bold 6.5vw/6.5vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;}
  .Area01 .titlebg { top: 8vw; left: 0; width: 100%;}
  .Area01 .box4_swiper { width: 91%; margin-left: 9%;}
  .Area01 .box4_swiper ul.PD_wrapper { height: 65vw;}
}
/*top_btn & coupon*/
.Area02 .top_btn_box{ background: url(top_btn_bg.png?t=1780283561047) top center no-repeat;} 
@media screen and (max-width:767px){
  .Area02 .top_btn_box{ background-size: 100%;}
}

/*最強攻略一次看*/
.Area03 .box_box{width: 76%;display: flex;justify-content: center;align-items: center;}
.Area03 .box_box .box{ margin: 0 5px 40px;}
.Area03 .box_box .box .PD_layout{ padding: 0 15px;}
@media screen and (max-width:767px){
  .Area03 .box_box{width: auto;justify-content: center;align-items: center;flex-direction: column;}
  .Area03 .box_box .box{ margin: 1vw 1.5vw 5vw;}
  .Area03 .box_box .box .PD_layout{ padding: 0 2vw;}
}

/*限時加碼 登記倒數*/
.Area04 .Area_danji .box_1{ padding: 0 10px;} 
@media screen and (max-width:767px){
  .Area04 .Area_danji .box_1{ padding: 0 1vw;}
}

/*活動日曆搶先看*/
.Area05  .box4_swiper ul.PD_wrapper{ padding: 10px 0 10px;}
.Area05 .PD_img_box ul li{ background: url("Area05_btn_bg.png?t=1780283561047") top center no-repeat; padding: 20px 0 8px;}
.Area05 .PD_img_box .PD_layout .PD img{ width: 90%; border-radius: 100%; margin-top: 20px;}
.Area05 .PD_img_box .PD_layout .PD h4{ margin-bottom: 0;}
.Area05 .PD_img_box .PD_layout .PD p .money{ display: none;}
.Area05 .PD_img_box .PD_layout .PD p .Price{color: #000; font-size: 2.5em; font-weight: 500; left: 50%; transform: translateX(-50%);}
.Area05 .PD_img_box .PD_layout .PD p{ position: absolute; top: 12px; left: 50%; transform: translateX(-50%);}
.Area05 .PD_img_box .PD_layout .PD h4{ font-size: 2em; font-weight: bold; color: #422a70;}
.Area05 .PD_img_box .PD_layout .PD h4 span{ color: #422a70; margin-top: -10px;}
.Area05 .PD_img_box .PD_layout .PD:hover h4{ color: #422a70;}

@media screen and (max-width:767px){
  .Area05 .box4_swiper ul.PD_wrapper{ padding: 0 1.5vw;}
  .Area05 .PD_img_box ul{ padding: 0 1.5vw;}
  .Area05 .PD_img_box ul li{ background-size: 28vw; padding: 5vw 0 3vw;}
  .Area05 .PD_img_box .PD_layout .PD img{ width: 99%; margin-top: 0vw;}
  .Area05 .PD_img_box .PD_layout .PD p{ top: 0vw; right: 2vw;}
  .Area05 .PD_img_box .PD_layout .PD p .Price{ font-size: 1.3em;}
  .Area05 .PD_img_box .PD_layout .PD h4{ font-size: 1em; line-height: 1.8em;}
  .Area05 .PD_img_box .PD_layout .PD h4 span{ margin-top: -2vw;}
}

/*人氣品牌 限時特談*/
.Area06 .box { position: relative; margin-bottom: 50px;}
.Area06 .box:last-child { margin-bottom: 0;}
.Area06 .box .boxtop { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.Area06 .box .BN { width: 880px; padding: 17px 0 20px;}
.Area06 .box .BN ul { padding: 0 20px;}
.Area06 .box .BN ul li .PD_into { display: flex; flex-direction: row; padding: 0;}
.Area06 .box .BN ul li .PD_into h3 { width: 57%; color: #fff; line-height: 2.2em; max-height: 2.2em; text-align: center;}
.Area06 .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: 0 0 20px; width: 913px;}
.Area06 .box .boxbg .PD_box .PD_layout{ padding: 0 10px;}
@media screen and (max-width:767px){
  .Area06 .box { width: 96%; margin: 0 auto 10vw;}
  .Area06 .box .boxtop { width: 100%;}
  .Area06 .box .BN { width: 100%; padding: 1vw 0;}
  .Area06 .box .BN ul { padding: 0 3vw;}
  .Area06 .box .boxbg { border: solid 1px #f8c7f7; border-top: none; border-radius: 0 0 5vw 10vw; padding: 1% 0 3%; width: 95.5vw;}
  .Area06 .box .PD_layout.PD_layout-D3_02 ul .PD .PD_logo { padding: 0% 3%;}
}

/* 輪播公版品 */
.Area07 .A07_box{ position: relative; margin-bottom: 30px;}
@media screen and (max-width:767px){}

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

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