@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: #fcfcfc;}
.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.png?t=1751274399935) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 980px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1751274399935) repeat-y center top; pointer-events: none;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(bgtop_m.png?t=1751274399935) 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);}
.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;}

  .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 h3 { background: #868686!important;}

/*版頭*/
.Area_top { position: relative;height: 800px;}
.Area_top .main { position: relative;z-index: 2; pointer-events: none;}
.Area_top .MD{ position: absolute;top:310px;left:640px;z-index: 2;pointer-events: none;}
.Area_top .subtitle { position: absolute; top: 500px; left: 180px; width: 18%; z-index: 6;}
.Area_top .subtitle img { width: 100%;}
.Area_top .subtitle img:first-child { position: absolute; top: 0; left: 0;}
.Area_top .logo { position: absolute; top: 188px; left: 146px;}
.Area_top .title { position: absolute; top: 198px; right: 92px;}
.Area_top .topPD { position: absolute; top: 0; left: 0; width: 1220px;}
.Area_top .topPD .icon_1 { position: absolute; top: 58px; left: 365px; z-index: 1;}
.Area_top .topPD .icon_2 { position: absolute; top: 318px; left: 712px; z-index: 3; filter: brightness(1);
                          -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_top .topPD .icon_2:hover { filter: brightness(1.1);}
.Area_top .topPD .bg { position: absolute; top: 65px; left: 376px; z-index: 2;}
@media screen and (max-width:767px){
  .Area_top { position: relative; height:100vw;}
  .Area_top .MD{ position: absolute;top:44vw;left:51vw;z-index: 2;pointer-events: none;}
  .Area_top .subtitle { top: 54vw; left: 5vw; width: 30%;}
  .Area_top .logo { top: 19.5vw; left: 5vw; width: 24%;}
  .Area_top .title { top: 20.5vw; left: 67vw; width: 30%;}
  .Area_top .topPD { width: 100%;}
  .Area_top .topPD .icon_1 { top: 12vw; left: 25vw; width: 52%;}
  .Area_top .topPD .icon_2 { top: 41vw; left: 58vw; width: 32%;
                          -webkit-transition: none;
                             -moz-transition: none;
                              -ms-transition: none;
                               -o-transition: none;
                                  transition: none;}
  .Area_top .topPD .icon_2:hover { filter: brightness(1);}
  .Area_top .topPD .bg { top: 13vw; left: 26vw; width: 52%;}
}

/*獨家滿額贈*/
.Area01 {}
.Area01 .Area_danji[data-danji-num="1"] ul li .content { right: 83%;}
.Area01 .Area_danji[data-danji-num="1"] .btn_reg .content p { background:#d7a193; color: #fff;}
@media screen and (max-width:767px){
  .Area01 .Area_danji[data-danji-num="1"] ul li .content { top:89%; right: 10%;}
  .Area01 .Area_danji .warningTxt h3 { padding: 0.5rem 0 0;}
}


.Area_bn{margin-top: -30px;}
@media screen and (max-width: 767px){
  
.Area02 .Area_danji{width: 96%;}
.Area_bn{margin-top: -4vw;margin-bottom: -2vw;}
}


/*熱銷明星商品*/
.Area03 {}
.Area03 .PD_layout ul { padding: 0 60px!important; box-sizing: border-box;}

.Area03 .PD_layout ul li img { width: 100%;}
@media screen and (max-width:767px){
  .Area03 {}
  .Area03 .PD_layout ul { padding: 0 0.5em!important;}

 
}

/*期間獨家限定下殺*/
.Area03_2 {}
.Area03_2 .PD_layout .PD_img { display: block;}
.Area03_2 .PD_layout .PD_into { display: none;}
@media screen and (max-width:767px){
  .Area03_2 { padding: 5vw 0; margin-bottom: 10vw;}
  .Area03_2 .area_title {width:78%;margin: 0 auto;margin-bottom: 5vw;}  
  .Area03_2 .PD_layout .PD_img { display: none;}
  .Area03_2 .PD_layout .PD_into { display: block;}
}


/*下排公版*/
.Area04 {}
.Area04 .tag { display: flex; flex-wrap: nowrap; padding: 0 100px; box-sizing: border-box;}
.Area04 .tag a { width: 14.6%; margin: 0 1% 2%;}
.Area04 .tag img { width: 100%;}
.Area04 .PD_layout-D2_1f6s-PD .PD_layout ul li { border: solid 1px #dddddd;}
.Area04 .PD_layout-D2_1f6s .PD_layout-D2_1f6s-PD { top: -9px;}
@media screen and (max-width:767px){
  .Area04 {}
  .Area04 .tag { flex-wrap: wrap; padding: 0 5%; margin-bottom: 2%;}
  .Area04 .tag a { width: 31.3%; margin: 0 1% 2%;}
  .Area04 .PD_layout-D2_1f6s .PD_layout-D2_1f6s-PD ul { padding: 0.5em 0.5em 0!important;}
}

/*品牌故事*/
.Area05 { background: #f7e7e3; padding: 50px 0;}
@media screen and (max-width:767px){
  .Area05 { padding: 10vw 0;}
  .Area05 .BN { padding: 0 2%; box-sizing: border-box;}
}

/*品牌旗艦館*/
.Area06 { background: #fcfcfc; padding: 50px 0;}
@media screen and (max-width:767px){
  .Area06 { padding: 10vw 0;}
}

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