@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;}
.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;}
}

/*背景*/
@media screen and (min-width:787px){
.bgfixed { z-index: 0; position: fixed; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgfixed.jpg?t=1750746110667) 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=1750746110667) no-repeat center top;}
.topMD { z-index: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 960px; min-width: 1220px; height: 100%; background: url(topMD2.png?t=1750746110667) no-repeat center top;}
.bgmountain { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgmountain.png?t=1750746110667) no-repeat center top;}
.bgsun { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgsun.png?t=1750746110667) no-repeat center top; mix-blend-mode: screen;}
.bgcloud { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgcloud.png?t=1750746110667) no-repeat center top;}
.topPD { z-index: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 960px; min-width: 1220px; height: 100%; background: url(topPD.png?t=1750746110667) no-repeat center top;}
/* .topPD2 { z-index: 0; position: absolute; top: 40px; left: 50%; transform: translateX(-50%); width: 960px; min-width: 1220px; height: 100%; background: url(topPD2.png?t=1750746110667) no-repeat center top;} */

}
@media screen and (max-width:767px){
  .bgfixed { z-index: 0; position: fixed; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgfixed_m.jpg?t=1750746110667) 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.png?t=1750746110667) no-repeat center 44px; background-size: 100%;}
  .topMD { z-index: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; min-width: inherit; height: 100%; background: url(topMD2.png?t=1750746110667) no-repeat center 44px; background-size: 100%;}
  .bgmountain { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgmountain_m.png?t=1750746110667) no-repeat center 44px; background-size: 100%;}
  .bgsun { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgsun_m.png?t=1750746110667) no-repeat center 44px; background-size: 100%; mix-blend-mode: screen;}
  .bgcloud { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgcloud_m.png?t=1750746110667) no-repeat center 44px; background-size: 100%;}
  .topPD { z-index: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; min-width: inherit; height: 100%; background: url(topPD.png?t=1750746110667) no-repeat center 44px; background-size: 100%;}
  /* .topPD2 { z-index: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; min-width: inherit; height: 100%; background: url(topPD2.png?t=1750746110667) 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;}
}

/*共用樣式*/
.PD_layout ul { border-radius: 0;}
@media screen and (max-width:767px){
  .PD_layout ul { width: 96%;}
}

/*版頭*/
.Area_top {}
@media screen and (max-width:767px){
  .Area_top {}
}

/*優惠攻略*/
.Area01 {}
.Area01 .box { margin-bottom: 50px;}
.Area01 .box:last-child { margin-bottom: 0;}
.Area01 .subtitle { padding: 25px 0 0; background: url(Area01_subtitlebg.png?t=1750746110667)top center no-repeat; background-size: 100%;}
.Area01 .Area_danji .danji_box { width: 100%;}
.Area01 .warningTxt h3 { padding: 0;}
@media screen and (max-width:767px){
  .Area01 {}
  .Area01 .box { margin-bottom: 5%;}
  .Area01 .subtitle { padding: 2.5vw 0 0;}
  .Area01 .Area_danji .danji_box { width: 96%;}
}

/*24hr清空購物車*/
.Area02 {}
@media screen and (max-width:767px){
  .Area02 {}
}
/** 倒數 **/
.TimerNick { position: relative; padding: 0; margin: 0; width: 100%; text-align: center; z-index: 0;}
.TimerNick .FontStyle { display: inline-block; margin: 0; padding: 0; width: 34px; font: normal 20px/33px Arial; color: #ff910b; letter-spacing: -1px; text-align: center;}
.TimerNick span { padding-left: 2px; font: bold 20px/24px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #ff910b;}
.TimerNick small{  position: relative; font: bold 18px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0; color: #ff910b;}
  @media screen and (max-width:767px){
    .TimerNick {}
    .TimerNick .FontStyle { width: 4vw; font: normal 4vw/4.5vw Arial;}
    .TimerNick div:nth-of-type(2),
    .TimerNick div:nth-of-type(3),
    .TimerNick div:nth-of-type(4){ width: 4vw;}
    .TimerNick span { font: bold 3.2vw/4vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0;}
  }


/*今日限定!獨家好物*/
.Area03 {}
.Area03 .boxrepeat { background: url(Area03_boxrepeat.png?t=1750746110667)top center repeat-y; padding-bottom: 20px;}
.Area03 .title { background: url(Area03_titlebg.png?t=1750746110667)top center no-repeat; background-size: 100%;}
.Area03 .Area_slide { margin-bottom: 50px;}
.Area03 .Area_slide:last-child { margin-bottom: 0;}
.Area03 .Area_slide .PD_layout_bn { border-radius: 10px; overflow: hidden;}
.Area03 .Area_slide .box_pd { margin-left: 10px;}
@media screen and (max-width:767px){
  .Area03 {}
  .Area03 .boxrepeat { background: url(Area03_boxrepeat_m.png?t=1750746110667)top center repeat-y; background-size: 100%; padding-bottom: 2%;}
  .Area03 .Area_slide { margin-bottom: 10vw;}
  .Area03 .Area_slide .box_pd { margin-left: 1vw;}
}

/*下方公版*/
.Area04 {}
.Area04 .box { margin-bottom: 50px;}
.Area04 .box:last-child { margin-bottom: 0;}
.Area04 .box .title { padding: 8px 0 35px; margin: 0 auto 10px; background: url(Area04_titlebg.png?t=1750746110667)top center no-repeat; background-size: 100%;}
.Area04 .box .title ul li h5 {  color: #fff;}
@media screen and (max-width:767px){
  .Area04 {}
  .Area04 .box { margin-bottom: 10vw;}
  .Area04 .box .title { padding: 0.8vw 0 3.4vw; margin: 0 auto 1vw;}
}

/*精選強牌一次看*/
.Area05 { margin-bottom: 20px;}
.Area05 .PD_layout-CSSBG_01 ul { grid-gap: 20px;}
.Area05 .PD_layout-CSSBG_01 li { position: relative;}
.Area05 .PD_layout-CSSBG_01 li::after { background-image: none; padding-bottom: 131%;}
.Area05 .PD_layout-CSSBG_01 .PD .PD_img { padding-top: 0;}
.Area05 .PD_layout-CSSBG_01 .PD .PD_into { position: absolute; top: 450px; left: 50%; transform: translateX(-50%); width: 96%;}
.Area05 .PD_layout-CSSBG_01 .PD .PD_into h3 { color: #fff; font-size: 30px;}
@media screen and (max-width:767px){
  .Area05 {}
  .Area05 .PD_layout-CSSBG_01 ul { grid-gap: 0.5em;}
  .Area05 .PD_layout-CSSBG_01 .PD .PD_into { top: 48vw;}
  .Area05 .PD_layout-CSSBG_01 .PD .PD_into h3 { color: #fff; font-size: 15px;}
  }

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