@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: #ffe8e8;}
.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=1776765314309) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 500px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bg_deco.png?t=1776765314309) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.jpg?t=1776765314309) 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_g{ background: url(bg_g.jpg?t=1776765314309) top center repeat-y; padding: 30px 0;}
.bg_p{ background: url(bg_p.jpg?t=1776765314309) top center repeat-y; padding: 30px 0;}
@media screen and (max-width:767px){
  .bg_g{ background-size: 120vw; padding: 5vw 0;}
  .bg_p{ background-size: 120vw; padding: 5vw 0;}
  .PD_box .PD_layout{ padding: 0 1.5vw;}
}

/*版頭*/
.Area_top { height: 720px;}
.Area_top .main { position: absolute; width: 643px; left: 0;}
.Area_top .topPD { position: absolute; top: 0; left: 660px; width: 960px; overflow: hidden; z-index: 0;}
.Area_top .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; grid-gap: 0; box-sizing: content-box; height: 700px;}
.Area_top .topPD ul.PD_wrapper li { position: relative; flex-shrink: 0; pointer-events: inherit; opacity: 0;}
.Area_top .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
.Area_top .topPD ul li img {border-radius: 0 0 0 80px; margin-top: -410px;}
@media screen and (max-width:767px){
  .Area_top { height: 115vw;}
  .Area_top .main { width: 67vw; top: 0; left: 50%; transform: translateX(-50%);}
  .Area_top .topPD { top: 0; left: 0; width: 100%;}
  .Area_top .topPD ul.PD_wrapper { height: 112vw;}
  .Area_top .topPD ul li img {border-radius: 0; width: 100%; margin-top: 0;}
}

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

/*驚喜加碼下殺*/
.Area03 .PD_img_box .PD_layout ul{ grid-gap: 0;}
.Area03 .PD_img_box .PD_layout ul li{ margin-bottom: 80px;}
.Area03 .PD_img_box h3{ top: 30px; left: 14px; padding: 0; text-align: left; font-size: 50px; color: #000; font-weight: bold;}
.Area03 .PD_img_box h4{  top: 112px; left: 14px; padding: 0; text-align: left; font-size: 38px; color:#000; font-weight: bold;}
.Area03 .PD_img_box .PD_layout .PD:hover h4{ color:#000; }
.Area03 .PD_img_box p{ top: 200px; left: 14px; padding: 0 28px 0 0; line-height: 1.8em; text-align: left;}
.Area03 .PD_img_box .PD_layout .PD p b, .Area03 .PD_img_box .PD_layout .PD p del{ font-size: 38px; color: #616161;}
.Area03 .PD_img_box .PD p .Price{ font-size: 60px; -webkit-text-fill-color: #941c1c;}
.Area03 .PD_img_box .PD p .money{ font-size: 50px; -webkit-text-fill-color: #941c1c;}
.Area03 .PD_layout-PDBN_01 .PD p b, .PD_layout-PDBN_01 .PD p small{ display: none;}
@media screen and (max-width:767px){
  .Area03 .PD_img_box .PD_layout ul{ padding: 0 1.5vw;}
  .Area03 .PD_img_box .PD_layout ul li { margin: 0 0 4vw 0;}
  .Area03 .PD_img_box ul li { padding: 0.5vw;}
  .Area03 .PD_img_box h3{ top: 4vw; left: 2vw; padding: 0; font-size: 5.5vw;}
  .Area03 .PD_img_box h4{ top: 12vw; left: 2vw; padding: 0; font-size: 5vw;}
  .Area03 .PD_img_box p{ top: 24vw; left: 0vw; padding: 0 3vw 0;}
  .Area03 .PD_img_box .PD_layout .PD p b, .Area03 .PD_img_box .PD_layout .PD p del{ font-size: 0.75em;}
  .Area03 .PD_img_box .PD p .Price{ font-size: 9vw;}
  .Area03 .PD_img_box .PD p .money{ font-size: 1em;}
}

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

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