@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=1755677812959)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=1755677812959)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: 330px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.jpg?t=1755677812959) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1755677812959) no-repeat center top;}
.bglight_L { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bglight_L.png?t=1755677812959) no-repeat center top; mix-blend-mode: lighten; pointer-events: none;}
.bglight_R { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bglight_R.png?t=1755677812959) no-repeat center top; mix-blend-mode: lighten; pointer-events: none;}
.light { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(light.png?t=1755677812959) no-repeat center top; mix-blend-mode: screen; pointer-events: none;}
.light02 { z-index: 1; position: absolute; top: -97px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(light02.png?t=1755677812959) 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=1755677812959) no-repeat center 44px; background-size: 100%;}
  .bglight_L { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bglight_L_m.png?t=1755677812959) no-repeat center 44px; background-size: 100%; mix-blend-mode: lighten; pointer-events: none;}
  .bglight_R { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bglight_R_m.png?t=1755677812959) no-repeat center 44px; background-size: 100%; mix-blend-mode: lighten; pointer-events: none;}
  .light { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(light.png?t=1755677812959) no-repeat center 44px; background-size: 100%; mix-blend-mode: screen; pointer-events: none;}
  .light02 { z-index: 0; position: absolute; top: -10vw; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(light02.png?t=1755677812959) 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: 854px;}
.Area960 img { width: 100%;}
@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;}
}

/*共用樣式*/
.boxrepeat { background: url(boxrepeat.png?t=1755677812959)top center repeat-y;}
.boxbottom { margin-top: -30px;}
.titledeco { position: absolute; top: 0; left: 50%; transform: translateX(-50%); mix-blend-mode: lighten; pointer-events: none;}
@media screen and (max-width:767px){
  .boxrepeat { background: url(boxrepeat_m.png?t=1755677812959)top center repeat-y; background-size: 100%;}
  .boxbottom { margin-top: -3vw;}
  .titledeco { width: 100%;}
}

/*版頭*/
.Area_top { position: relative;}
.Area_top .mainsubtitle { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 960px;}
.Area_top .PD_layout{width: 85%;margin: auto;padding: 30px 0 50px;}

@media screen and (max-width:767px){
  .Area_top { margin-bottom: 3vw;}
  .Area_top .mainsubtitle { width: 100%;}
  .Area_top .PD_layout{width: 96%;margin: auto;padding: 3vw 0 2vw;}
}

/*登記活動*/
.Area02 { position: relative;}
.Area02 .Area960 .box { position: relative; margin-bottom: 20px;}
.Area02 .Area960 .box .A2_boxrepeat { background: url(Area02_boxrepeat.png?t=1755677812959)top center repeat-y; background-size: 100%;}
.Area02 .Area960 .box .Area_danji .danji_box { width: 96%;}
.Area02 .Area960 .box .Area_danji .danji_box .box_2 { margin-bottom: 0;}
.Area02 .warningTxt h3 { padding: 0;}
@media screen and (max-width:767px){
  .Area02 {}
  .Area02 .Area960 .box { margin-bottom: 3%;}
  .Area02 .Area960 .box .A2_boxbottom { height: 2.5vw;}
  .Area02 .Area960 .box .Area_danji .danji_box { margin: 0 auto;}
}

/*品牌優惠看這裡*/
.Area03 {}
.Area03 .Area960 { position: relative;}
.Area03 .gift { position: absolute; top: 105px; left: 50%; transform: translateX(-50%); width: 94%;}
.Area03 .gift ul { grid-gap: 155px 30px;padding: 20px 0 0 0;}
.Area03 .gift ul li:nth-child(2) { margin-top: 20px;}
.Area03 .gift ul li:nth-child(3) { margin-top: -20px;}
@media screen and (max-width:767px){
  .Area03 {}
  .Area03 .gift { top: 12.5vw; width: 94%;}
  .Area03 .gift ul { grid-gap: 4.9em 1em;padding: 2vw 0vw 0vw 0vw;}
  .Area03 .gift ul li:nth-child(2) { margin-top: 2vw;}
  .Area03 .gift ul li:nth-child(3) { margin-top: -2vw;}
}

/*週年慶必Buy品*/
.Area04 {}
.Area04 .PD_box { width: 100%; margin: 0 auto;}
.Area04 .PD_box ul { grid-gap: 50px 105px;}
.Area04 .PD_box ul li { position: relative;}
.Area04 .PD_box ul li:after { position: absolute; top: 0; left: 50%; transform: translateX(-50%); content: ""; display: block; width: 175%; height: 100%; background-image: url(Area04_bg_m.png?t=1755677812959); background-repeat: no-repeat; background-size: 100%; pointer-events: none; z-index: 0;}
.Area04 .PD_box ul li .PD_img { position: relative; z-index: 2; padding: 0; margin: 0 auto; width: 100%; margin: 50px 0 35px;}
.Area04 .PD_box ul li .PD_into { position: relative; z-index: 2;}
.Area04 .PD_box ul li .PD_into h3 { background: -webkit-linear-gradient(180deg, #edbd7f 0%, #efd4ae 50%, #edbd7f 100%); border: solid 1px #ffedd6; color: #000; font-size: 20px; line-height: 2.5em; max-height: 2.5em;}
.Area04 .PD_box ul li .PD_into h4 { color: #fff; font-size: 20px;}
.Area04 .PD_box ul li .PD_into p { color: #ffe2b0; text-align: left; margin: 0px 0 0px 74px;}
.Area04 .PD_box ul li .PD_into del { color: #939393; font-size: 22px; position: absolute; top: 110px; left:0px;}
.Area04 .PD_box ul li .PD_into p .money { font-size: 22px;}
.Area04 .PD_box ul li .PD_into p .Price { font-size: 40px;}
@media screen and (max-width:767px){
  .Area04 { margin-bottom: 6vw;}
  .Area04 .PD_box { width: 86%; margin: 0 auto;}
  .Area04 .PD_box ul { grid-gap: 4vw 15vw;}
  .Area04 .PD_box ul li:after { width: 166%; min-width: inherit; background-image: url(Area04_bg_m.png?t=1755677812960); background-size: 100%;}
  .Area04 .PD_box ul li .PD_img { width: 90%; margin: 10vw 3vw 3vw;;}
  .Area04 .PD_box ul li .PD_into h3 { font-size: 13px; line-height: 1.9em; max-height: 1.9em;}
  .Area04 .PD_box ul li .PD_into h4 { font-size: 15px;}
  .Area04 .PD_box ul li .PD_into p { margin: 0vw 0 0 9vw;}
  .Area04 .PD_box ul li .PD_into del { font-size: 14px; top: 18vw; left: 0vw;}
  .Area04 .PD_box ul li .PD_into p .money { font-size: 16px;}
  .Area04 .PD_box ul li .PD_into p .Price { font-size: 28px;}
}

.Area07 .boxtop02{padding-bottom: 45px;}
@media screen and (max-width:767px){
  .Area07 .boxtop02{padding-bottom: 3.5vw;}
}

@media screen and (min-width: 768px){
.Area_PD307 .Area_swiper_box{padding-top: 30px; padding-bottom: 20px;}
}
@media screen and (max-width:767px){
  .Area_PD307 { width: 97%!important;}
  .Area_PD307 .Area_swiper_box{padding-top: 3vw; padding-bottom: 6vw;}
}

/*下方公版*/
.Area05 { position: relative;margin-bottom: 90px;}
.Area05 .title { top: 0; left: 460px; transform: none; width: 25%;}
.Area05 .boxrepeat { padding: 0 20px; box-sizing: border-box;}
.Area05 .PD_layout-btn{ padding: 2vw 0 1vw;}
.Area05 .PD_layout-btn li .PD h3 { background: #ffd5a1;color: #00113f}

@media screen and (max-width:767px){
  .Area05 {margin-bottom: 10vw}
  .Area05 .title { left: 32vw; width: 35%;}
  .Area05 .boxrepeat { padding: 0 0.3em;}
}

/*旗艦館*/
.Area06 {}
.Area06 .btn ul { grid-gap: 20px 20px;}
@media screen and (max-width:767px){
  .Area06 {}
  .Area06 .btn ul { grid-gap: 0.6em 0.6em; padding: 0 0.5em; box-sizing: border-box;}
}

/*隱鑶*/
.for_pc {}
.for_phone { display: none !important;}
	@media screen and (max-width:767px){
		.for_pc { display: none !important;}
		.for_phone { display: inherit !important;}
	}
  /*注意事項區*/
.edm_notice{ text-align:center; padding:10px 10px 15px 10px; color:#fff; font:12px/18px Helvetica;     z-index: 3; position: relative;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }
