@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: #f6f3eb;}
.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=1761889583161) no-repeat center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.jpg?t=1761889583161) 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;}
.Area1080 { margin: 0 auto; width: 1080px;}
@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%;}
  .Area1080 { margin: 0 auto; 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;}
}

/*共用樣式*/
.js-PD_unit{ display: none;}
.pointer-off ul li{ pointer-events: none;}
@media screen and (max-width:767px){
}

/*版頭*/
.Area_top {height: 940px;}
.Area_top .main { width: 960px; position: absolute; top: 43px; left: 50%; transform: translateX(-50%);}
.Area_top .top_PD{ width: 920px; position: absolute; top: 295px; left: 325px;}

.Area_top .momologo2 { z-index:8; position: absolute; top: 12px; left: -20px;}
.Area_top .momologo2 img {width: 63%;}

@media screen and (max-width:767px){
  .Area_top { height: 108vw;}
  .Area_top .main { width: 100%; top: 4vw;}
  .Area_top .top_PD{width: 114vw; top: 26vw; left: 9.5vw;}

  .Area_top .m_momologo2 { width:22%; position:absolute; z-index:5; top:0; left:0; margin: 2%;}
}

/*3大優勢*/
.Area01 .swiper_box { background: url(bn_bg.jpg?t=1761889583161) bottom center no-repeat;}
.Area01 .top_BN_swiper{ margin: 0 0 0 175px;}
.Area01 .BN_swiper ul li{ padding: 0 100px; margin-top: 15px;  height: 130px;}
@media screen and (max-width:767px){
  .Area01 .swiper_box { background-size: 100%;}
  .Area01 .top_BN_swiper{ margin: 0;}
  .Area01 .BN_swiper ul li{ padding: 0; margin-top: 0;  height: auto; width: 100%;}
}

/*本月主打商品*/
.Area02 .bg_color { width: 1080px; background: #e6e1d6; border-radius: 60px; padding: 30px 0 60px; margin: 0 auto;}
.Area02 .bg_color .title{ width: 89%;}
@media screen and (max-width:767px){
  .Area02 .bg_color { width: 98%; border-radius: 5vw; padding: 5vw 0 6vw; margin: 0 auto;}
  .Area02 .bg_color .PD_layout{ padding: 0 1.5vw;}
  .Area02 .bg_color .title{ width: 100%;}
}

/*5區公版*/
.Area03 .title{ width: 100%; margin: 0 auto; position: relative; top: 30px; z-index: 0;}
.Area03 .PD_box{ background: #e6e1d6; width: 1180px; margin: 0 auto ; padding: 0 0 60px 0; border-radius: 0 0 90px 90px; }
@media screen and (max-width:767px){
  .Area03 .title{ top: 4vw;}
  .Area03 .PD_box{  width: 97%; margin: 0 auto ; padding: 0 0 6vw 0; border-radius: 0 0 6vw 6vw; }
  .PD_box .PD_layout{ padding: 0 4vw;}
}

/*精選會場*/
.Area04 .btn_box ul li{ padding: 0 16px; margin-bottom: 60px;}
.Area04 .btn_go ul{ padding: 0 160px;}
@media screen and (max-width:767px){
  .Area04 .btn_box ul { padding: 0 3vw;}
  .Area04 .btn_box ul li{ padding: 0 0vw; margin-bottom: 4vw;}
  .Area04 .btn_go ul{ padding: 0 10vw;}
  .Area04{ margin-bottom: 5vw;}
}

/*隱鑶*/
.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:#000; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }
