@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=1750996993039)top center repeat-y;background-color: #000;}
.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-image: none; background-color: #f6e2aa;}
  .WRAPPER img {  width: 100%;  height: auto;}
}


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

/*Area_txt(有設計的區標PC手機共用)*/
@media screen and (min-width:768px){
	.Area_txt {margin:0 auto!important; }
	.Area_txt img {width: 800px !important; }	  
}
@media screen and (max-width:767px){
		.Area_txt {width:100%!important; }
	  .Area_txt img {width:100%!important;}
}



/*背景*/
@media screen and (min-width:787px){
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1750996993040) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1750996993040) repeat-y center top; transition: 0.5s linear; 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=1750996993040) 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_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 10vw;}
}

/*共用樣式*/
@media screen and (max-width:767px){
}

/*版頭*/
@media screen and (min-width:768px){
.Area_top {height: 766px;}
.Area_top .momologobox { position: relative; width: 65%;}
.Area_top .box { position: relative; width: 65%;top: 40px; right: 234px;}
.Area_top .box .PD_layout ul li { pointer-events: none;}
.Area_top .box .main {position: absolute; width: 500px;top: 56px;left:134px ;}
.Area_top .date { position: absolute;padding:0!important ; top: 192px; left: 416px; width: 194px;height:auto ;} .Area_top .date img {  width: 100%}
}
@media screen and (max-width:767px){
  .Area_top {height:94vw ;}
  .Area_top .box { position: absolute; width: 100%;top: 0vw; right: 0vw;}
  .Area_top .box .main {position: absolute;width: 60%;left:0vw ; padding-top: 8vw;}
  .Area_top .date { position: absolute;top: 25vw; left:36vw ; width: 21%;height:auto ;}
  
}


/*輪播特效*/
@media screen and (min-width:768px){
  .Area_top  .box_PD .Area_swiper .swiper-slide .PD_img { opacity: 0; transform: translate(0,0%);  }
  .Area_top  .box_PD .Area_swiper .swiper-slide-active .PD_img { opacity: 1; transition: 1s cubic-bezier(0, 0.63, 0.63, 0.89); transform: translate(0,0);}
  .Area_top  .box_PD .Area_swiper .swiper-slide .PD_logo {display: none;}
      }
      @media screen and (max-width:767px){
         .Area_top  .box_PD .Area_swiper .swiper-slide .PD_logo { opacity: 0; transition: .2s ease-out;transform: translate(0%,0);  }
         .Area_top  .box_PD .Area_swiper .swiper-slide-active .PD_logo { opacity: 1; transition: 1s ease-out; transform: translate(0,0);}
         .Area_top  .box_PD .Area_swiper .swiper-slide .PD_img {display: none;}
      }
  
  /*版頭輪播*/
  .Area_top .topPD { z-index: 0;position: absolute; top: 235px; left:550px; width: 320px; height: 400px; }
  .Area_top .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_top .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_top .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
  .Area_top .topPD .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { top:30px  !important;}
  @media screen and (max-width:767px){
    .Area_top .topPD {position: absolute; width: 35%; height: auto;  top: 34vw; left: 57vw;  }
    .Area_top .topPD .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { top:40vw  !important;}
  }
  



@media screen and ( min-width:768px) {
  .Area_coupon { margin:0 auto 70px;height:auto ; }
  }
 @media screen and ( max-width:767px) {
    .Area_coupon { width: 100%;margin:0 auto 5vw;height:auto ; }
  }



  .pdx1 .warningtxt h3 { margin: 0; color:#004584; text-align: center; font-weight: 400;}
@media screen and ( min-width:768px) {
    .pdx1 ul { margin:0 auto ;width: 600px;height:auto ; }
    .pdx1 .PD_layout ul { width: 70%;height:auto ;padding-top:13px ; }
    .pdx1 .warningtxt h3 { font-size: 1.2rem; line-height: 1em; padding: 20px 0 70px; }
    .pdx1 .pdx1_bg {position: absolute;margin:0 auto!important;left:132px ;width: 712px !important; }
    .pdx1 .pdx1_bg img {width: 100% !important; }	
  }
 @media screen and ( max-width:767px) {
    .pdx1 { width: 96%;height:auto ; }
    .pdx1 .PD_layout ul { width: 96%;height:auto ;padding-top:2vw ; }
    .pdx1 .warningtxt h3 { font-size: 1rem; line-height: 1.2em; padding: 0.8vw 0 1.5vw; }
    .pdx1 .pdx1_bg {position: absolute;width:100%!important; }
    .pdx1 .pdx1_bg img {width:100%!important;}
  }


/*Area_3bn*/
@media screen and ( min-width:768px) {
.Area_1bn {margin:10px auto 70px;}
.Area_1bn .BN { width: 90%;}
}
@media screen and (max-width:767px){
  .Area_1bn {margin:2vw auto 5vw;}
  .Area_1bn .BN { width: 90%;}
}



/*Area_3bn*/
@media screen and ( min-width:768px) {
.Area_3bn {}
.Area_3bn .BN { width: 90%;height:auto ;}
}
@media screen and (max-width:767px){
  .Area_3bn {}
  .Area_3bn .BN { width: 100%;height:auto ;margin-bottom:0vw!important ;}
  .Area_3bn .BN ul { width: 100%;height:auto ;padding:0vw!important ;}
}





@media screen and (min-width: 768px){
  .newpd_style { margin-bottom: 110px;} 
  .newpd_style .PD_layout .PD p del {display: none;}
  .newpd_style .Area_PD2or3 {z-index:10 ;}
  .newpd_style .Area_PD2or3 .PD_layout .PD_into{z-index:50 ; position: relative;top:-98px ;left:20px;}
  .newpd_style .Area_PD2or3 .PD_layout .PD p {height: 2em;line-height: 2em; color: #d62672;  position: relative; left:257px; top: -43px; }
  .newpd_style .Area_PD2or3 .PD_layout .PD p .Price {font-size: 39px; font-weight: 800;}	
  .newpd_style .Area_PD2or3 .PD_layout .PD h4 {font-size: 22px;top:2px;position: relative;}	
  .newpd_style .Area_PD2or3 .PD_layout .PD h3 {font-size: 25px;color: #000;position: relative; top: 4.2px;}		
  .newpd_style .Area_PD2or3 ul {height:480px;background-color: #0000!important;}

  }
  @media screen and (max-width: 767px){
  .newpd_style {  margin-bottom: 10vw;}
  .newpd_style .Area_PD2or3 .PD_layout .PD p del {display: none;}
  .newpd_style .Area_PD2or3 .PD_layout .PD_into{ position: relative;top: -19vw;  left:1vw;}
  .newpd_style .Area_PD2or3 .PD_layout .PD p {height: 2em;line-height: 2em; color: #d62672;  position:absolute;  left: 55vw; top:9vw; }
  .newpd_style .Area_PD2or3 .PD_layout .PD p .Price {font-size:30px!important; font-weight: 800;}	
  .newpd_style .Area_PD2or3 .PD_layout .PD h4 {position: relative;font-size: 22px;top: -2vw;left: 2vw;}	
  .newpd_style .Area_PD2or3 .PD_layout .PD h3 {position: relative;font-size: 22px;color: #000;top: 0vw; left: 2vw;}		
  .newpd_style .Area_PD2or3 ul{height:91vw;background-color: #0000!important;}

  }
  



/*獨家首賣!*/
@media screen and (min-width: 768px){
.Area_1bn_v1 {margin-bottom:-15px ;}
.Area_1bn_v1 .BN { width: 90%;}
}
@media screen and (max-width:767px){
  .Area_1bn_v1 ul {padding:0 !important;}
  .Area_1bn_v1 .BN { width: 100%;margin-bottom:-1vw ;}

}


/*Youtube影片浮層css*/
.box_youtube { margin: 0 auto; overflow: hidden }
@media screen and (min-width:768px){
  .box_youtube { width: 766px; border-radius: 20px; }
}
@media screen and (max-width:767px){
  .box_youtube { width: 96%; border-radius: 3vw;margin-bottom:-8vw ;}
}

.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 1.777777;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}



@media screen and (min-width: 768px){
.PDx2_box { position: relative;top: 0px ;width:960px ;margin-bottom:100px ;}
.PDx2_box .PDx2.PDx2a { padding: 60px 0px 0px; box-sizing: border-box;}
.PDx2_box .PDx2.PDx2b { padding: 10px 0px 0px; box-sizing: border-box;}
.PDx2_box .PDx2.PDx2a ul { width:100% ;border-radius:5px 20px 5px 20px;border: solid 2px #b49158;}
.PDx2_box .PDx2.PDx2b ul { width:100% ;border-radius:20px ;border: solid 2px #b49158;}
.PDx2_box .Area_sectionTitle ul {z-index:50 ;position: relative;padding: 0;margin: 0 auto ;list-style: none;height: 0px!important;top:0px;}
.PDx2_box .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
.PDx2_box .Area_sectionTitle ul li h5 {position: relative;top:0px;margin: 0;padding: 0;width: 100%;height: 70px;font: 40px/50px "Noto Sans CJK SC";font-weight: 700;text-align: center;color:#816842;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}

}
@media screen and (max-width:767px){
  .PDx2_box { position: relative;top: 0vw ;}
  .PDx2_box .PDx2 { padding: 10vw 2vw 12vw; box-sizing: border-box;}
  .PDx2_box .PDx2.PDx2a ul { width:100% ;border-radius:0 5vw 0 5vw;border: solid 0.5vw #b49158;}
  .PDx2_box .PDx2.PDx2b ul { width:100% ;border-radius:3vw;border: solid 0.5vw #b49158;}
  .PDx2_box .Area_sectionTitle ul {z-index:50 ; padding: 0;margin: 0;list-style: none;height: 0vw!important;left:3vw ;top:0vw ;}
  .PDx2_box .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
  .PDx2_box .Area_sectionTitle ul li h5 {position: relative;top:0vw;margin: 0;padding: 0;width: 100%;height: 8vw;font: 7vw/7vw "Noto Sans CJK SC";font-weight: 700;text-align: center;color:#816842;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}

}



  /*下方公版*/
@media screen and (min-width:768px){
  .Area08 {}
  .Area08 .boxtop { position: relative;}
  .Area08 .boxrepeat03 { /*background: url(boxrepeat08.png?t=1750996993040)top center repeat-y;*/ margin: 0 auto; padding: 10px 30px 0; box-sizing: border-box;}
  .Area08 .box { margin-bottom: 50px;}
  .Area08 .box:last-child { margin-bottom: 0;}
  .Area08 .box:nth-child(1) { margin-top: 0px;}
  .Area08 .Area_sectionTitle ul {z-index:50 ;position: relative;padding: 0;margin: 0 auto ;list-style: none;height: 0px!important;top:0px;}
  .Area08 .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
  .Area08 .Area_sectionTitle ul li h5 {position: relative;top:47px;margin: 0;padding: 0;width: 100%;height: 70px;font: 50px/80px "Noto Sans CJK SC";font-weight: 700;text-align: center;color:#006d6a;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}
  
  }
  @media screen and (max-width:767px){
    .Area08 {}
    .Area08 .PD_layout ul { width: 98%;}
    .Area08 .boxtop { position: relative;}
    .Area08 .boxrepeat03 {/* background: url(boxrepeat08_m.png?t=1750996993040)top center repeat-y;*/ background-size: 100%; padding: 2vw 0.5em 0;}
    .Area08 .box { margin-bottom: 8vw;}
    .Area08 .PD_box { margin: 1vw auto ;}
    .Area08 .boxbottom { height: auto;}
    .Area08 .Area_sectionTitle ul {z-index:50 ; padding: 0;margin: 0;list-style: none;height: 0vw!important;left:3vw ;top:0vw ;}
    .Area08 .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
    .Area08 .Area_sectionTitle ul li h5 {position: relative;top:6vw;margin: 0;padding: 0;width: 100%;height: 8vw;font: 8vw/8vw "Noto Sans CJK SC";font-weight: 700;text-align: center;color:#006d6a;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}
  
  }





  @media screen and ( min-width:768px) {
    .pdx6 { margin:0 auto 70px;height:auto ; }
    .pdx6 .PD_layout1 li { border: solid 2px #b49158;}
    }
   @media screen and ( max-width:767px) {
      .pdx6 { width: 100%;margin:0 auto 10vw;height:auto ; }
      .pdx6 .PD_layout1 li { border: solid 0.5vw #b49158;}
    }





  /*區塊-LOGO連結-Area_logo*/

@media screen and ( min-width:768px) {
.Area_logo{padding: 0; margin: 60px auto!important;width: 600px;height: auto;}
.Area_logo .PD_layout {top: 20px;width: 100%;}
.Area_logo .PD_layout .PD_slide {border-radius:0.5em;}
.Area_logo .PD_layout li{margin: 0px ;}
.Area_logo .PD_layout .PD_img{width: 100%;}
}
@media screen and (max-width:767px){
	  .Area_logo {height:auto; margin-bottom: 10vw!important;width: 100%;}
    .Area_logo .PD_layout li{margin: 0 0 2% 0;}


    .Area_logo .PD_layout {top: 0vw;margin: 0vw auto;width: 70%}	
    .Area_logo .PD_layout .PD_img{width: 100%;}	
}




/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #00a9a4;} 









