@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin: 0; padding: 0;}

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

/*全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;background-color: #000;}
  .WRAPPER img {width: 100%;  height: auto;}
}
	

/*區塊_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_bottom {margin-bottom:90px!important;}
.Area_bottom_01 {}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 5vw!important;}
/*  .Area_bottom_01 {margin-bottom: 7vw!important;}*/
}

/*公用樣式*/
/*.PD_layout h3 {background-image:repeating-linear-gradient(326deg, rgb(84 5 125) -1%, rgb(71 14 100) 101%) !important;}*/
/*公版框*/
.box_repeat { }
@media screen and (max-width:767px){
  .box_top img { vertical-align: bottom;}
}




/*公版延伸*/
@media screen and (max-width:767px){
  .PD_layout { width:100%;}
}


/*移除公版設定*/
.Area .remove_box_style ul { background-color: transparent; grid-gap: 10px;}
.Area .remove_box_style ul li { border: none!important;}
@media screen and (max-width:767px){
  .Area .remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .remove_box_style ul {}
}

/*輪播移除公版設定*/
.Area .swiper_remove_box_style ul { background-color: transparent; grid-gap: 0;}
.Area .swiper_remove_box_style ul li { border: none!important; background-color: #fff;}
.Area .swiper_remove_box_style ul li,
.Area .swiper_remove_box_style ul li .PD_img img { border-radius: 10px;}
@media screen and (max-width:767px){
  .Area .swiper_remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .swiper_remove_box_style ul {}
}


/*3品公版間距*/
/*
.Area .PD_layout-add2cart ul { padding: 20px;}
@media screen and (max-width:767px){
  .Area .PD_layout-add2cart ul { padding: 0.2em 0;}
  .Area .PD_layout-add2cart ul li { padding: 0.2em;}
}
*/

.PD_layout ul {
    background-color: transparent!important;
    flex-wrap: wrap;
    align-items: stretch;
    border-radius: 15px;
}
 .PD_layout[data-pd-col-pc="3"] ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

 .PD_layout[data-pd-col-pc="2"] ul {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }



/*背景*/
.bgtop { z-index:0; position:fixed;top:0;left:0;width:100%;height:100%;background: url(bgtop.jpg?t=1758683841257) no-repeat center top; pointer-events:none;}
.topfan {z-index: 0;position:absolute;top: 430px;left:0;width:100%;height:807px;background-repeat:no-repeat;background-position: center top;pointer-events:none;overflow: hidden;}
.bgrepeat   { z-index:-2; position:fixed; top:0; left:0; width:100%; min-width:1220px; height:100%; background: url(bgrepeat.jpg?t=1758683841257)top center repeat-y; background-position:center top; }
.bgdeco2 {z-index:1;position: absolute;top:0px;left: 0;width: 100%;min-width:1220px;height: calc(100% - 70px);background: url(deco.png?t=1758683841257) no-repeat center top;pointer-events: none;}
@media screen and (max-width:767px){
.bgtop {min-width: inherit;position:fixed;top:0vw;left: 0vw; width:100%; height:100%; background-repeat:no-repeat;  background: url(mbgtop.jpg?t=1758683841257) no-repeat center 44px;background-size:100%; pointer-events:none;}	
.topfan {position:absolute;top: 31vw;left:0;width:100%;height:807px;background-size: 100%;background-position: center top;pointer-events:none;overflow: hidden;background-size: 100%;}  
.bgrepeat {min-width: inherit;position:absolute;top:165vw;background: url(bgrepeat_m.jpg?t=1758683841257) repeat-y center;background-size: 100%;z-index:0;}
.bgdeco2 {z-index:9;position: absolute;top:0;left: 0;width: 100%;min-width:1220px;height: calc(100% - 70px);background: none no-repeat center top;pointer-events: none;}	
	
}



.light {mix-blend-mode: screen }




/*01版頭*/

@media screen and (min-width:767px){
.Area_top {position: relative;height:760px;z-index: 30;}


.title_light {z-index: 99;position:absolute;left:-88px;top: 165px;mix-blend-mode:overlay;pointer-events:none;width: 830px;}
.light {mix-blend-mode: screen }

.Area_top .topbn {position: relative;left: 0;top: -20px;z-index: 1;}
	
	
	
}
@media screen and (max-width:768px){
  .Area_top {height:71vw;}
  .Area_top .momologo { display: none;} 	
	
 .Area_top .PD_layout{position: relative;left:0vw;top:-2vw;} 
	
/*物品動畫*/
.Area_top .decoL {position: absolute;top:15vw;left:49vw;z-index:52;width:12%;}
.Area_top .decoR {position: absolute;top:23vw;left:85vw;z-index:52;width:12%;}
.Area_top .title02 {position: absolute;top:0vw;left:4vw;z-index:0;width:55%;}
.Area_top .PD_layout .PD img{width: 105%;position: relative;right: 2vw;}
	

}





/*02.攻略*/
@media screen and (min-width: 767px) {
.Area01 {height:100%;z-index: 40; padding: 1% 0 0 0; /*background: url(Area01_bg.png?t=1758683841257)top center no-repeat;background-size: 100%;*/ }
.Area01 .title img{ width: 100%;}
.Area01 .box{height:450px;padding: 0 0 0 0; }
	
/*按鈕*/	
.Area01 .Area_btn{z-index: 4; padding: 0 0 0 0; }	
.Area01 .Area_btn ul{width:100%; }	
	
.Area01 .bg {position: absolute;top:-15px;left: 50%;transform: translateX(-50%);pointer-events: none;z-index: -1;}
.Area01 .PD_layout[data-pd-col-phone="2"] li:nth-last-child(1), .PD_layout[data-pd-col-phone="2"] li:nth-last-child(2)	{background-color: #00000000;padding:  0% 0 0%;}
}

@media screen and (max-width: 767px) {
.Area01 .bg {position: relative;top:0vw;left: 0;transform: translateX(0%);}
.Area01 {height:49vw;padding-bottom:0vw; background: url(mArea01bg.jpg?t=1758683841257)top center no-repeat;background-size: 100%;        padding: 4% 0 0 0;}
.Area01 .title img{ width: 135%;margin-left: -15vw;margin-top: -5vw;}

.Area01 .box{ padding: 0 0 0 0;}

/*按鈕*/	
.Area01 .Area_btn{z-index: 4; ;position: relative;top: 0vw; }	
}


/*純BN非登記活動*/
@media screen and (min-width: 767px) {
.danji1_BN .PD_layout .PD img{width:83%;}
}
@media screen and (max-width: 767px) {
.danji1_BN .PD_layout .PD img{width:100%;padding-bottom: 1vw;}
}





/*公版樣式*/
.PD_layout .PD_slide:hover { box-shadow: none!important; }
/*
.PDbox.PD_layout .PD_slide {padding: 3.5% 3% 0;border-radius: 0!important;background: url("PDbox_bg.png?t=1758683841257") center top/ 100% no-repeat scroll;height: 440px;}
.PDbox.PD_layout li:hover {box-shadow: none; }
.PDbox.PD_layout .PD_img img {border-radius: 0!important;}
.PDbox.PD_layout .PD h3 {background-image: repeating-linear-gradient(271deg, #e2b3d5 10%, rgb(248 216 228) 100%) !important;-webkit-background-clip: text;-webkit-text-fill-color: transparent;z-index: 30;}
.PDbox.PD_layout .PD h4 {background-image: repeating-linear-gradient(271deg, #e2b3d5 10%, rgb(248 216 228) 100%) !important;-webkit-background-clip: text;-webkit-text-fill-color: transparent;z-index: 30;}
.PDbox.PD_layout .PD p {color: #fff;}
.PDbox.PD_layout .PD p del {color: #b0bce1;}
.PDbox.PD_layout .PD:hover h4 { color: #fbcad5; }
.PDbox.PD_layout .PD p .Price,.PDbox.PD_layout .PD p .money { color: 000; }
.PDbox.PD_layout .PD_into {position: relative;width: 100%;top: -36px;left: -11px;padding: 9% 15% 8% 6%;font-size: 1.3em;}
.PDbox.PD_layout .PD_into::before {content:"";position: absolute;display:block;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: 0;background: url("PDbox_txtbg.png?t=1758683841257") center top/100% no-repeat scroll;}
*/

.PDbox2.PD_layout .PD_slide {padding: 1% 1% 4%;border-radius: 0!important;background-color: #0000;background: url("PDbox_bg2.png?t=1758683841257") center top/ 100% no-repeat scroll;height: 522px;}
.PDbox2.PD_layout li:hover {box-shadow: none; }
.PDbox2.PD_layout .PD_img { width:92%;position: absolute;left:4px;top:6px;overflow: hidden;}
.PDbox2.PD_layout .PD h3 {color: #080808!important;}
.PDbox2.PD_layout .PD h4 {color: #080808;}
.PDbox2.PD_layout .PD p {position: absolute;top: 334px;left:261px;color: #000000;height: 70px;z-index: 65;    padding: 0 0.5em;}
.PDbox2.PD_layout .PD p del {position: absolute;top: -3px;font-size:1.2em;color: #000000;    padding: 0 1em;}
.PDbox2.PD_layout .PD p .money {position: relative;font-size: 0.8em;top: 28px;}
.PDbox2.PD_layout .PD:hover h4 { color: #000; }
.PDbox2.PD_layout .PD p .Price,.PDbox.PD_layout .PD p .money {position: relative;    top: 28px;color: #000000;font-size: 1.9em; font-weight: 700;    line-height: 0em;}
.PDbox2.PD_layout .PD_into {padding: 96% 0 0 3%;font-size: 1em;}
.PDbox2.PD_layout .PD_into::before {content:"";position: absolute;display:block;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: 60;background: url("PDbox2_txtbg.png?t=1758683841257") center top/100% no-repeat scroll;}
.PDbox2.PD_layout ul {grid-gap:0;}
.PDbox2.PD_layout .PD h4 {font-size: 1.2em;font-weight: 400;line-height: 1.1em;position: relative;top:64px;}
.PDbox2.PD_layout .PD h3 {font-size: 1.2em;font-weight: 400;line-height: 1.1em;position: relative;top:52px;}

@media screen and (max-width:767px){
/*
.PDbox.PD_layout .PD_slide {height: 58vw;}
.PDbox.PD_layout .PD h3 {margin: 0;color: #343434!important;background-color: #0000!important;}
.PDbox.PD_layout .PD h4,.PDbox2.PD_layout .PD h4 {margin-bottom: 0;}
.PDbox.PD_layout ul {padding: 0 4%;}
.PDbox.PD_layout .PD_into {position: relative;width: 100%;top: -5vw;left: -1.5vw;padding: 8% 14% 8% 5%;font-size: 0.9em;}
.PDbox.PD_layout .PD_into::before {content:"";position: absolute;display:block;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: 0;background: url("PDbox_txtbg.png?t=1758683841257") center top/100% no-repeat scroll;}	
*/
	
.PDbox2.PD_layout .PD_slide {width: 100%;padding: 2% 2% 5%;border-radius: 0!important;background-color: #0000;background: url("PDbox_bg2.png?t=1758683841257") center top/ 100% no-repeat scroll;height: 65vw;}
.PDbox2.PD_layout .PD h3 {}
.PDbox2.PD_layout .PD h4,.PDbox2.PD_layout .PD h4 {margin-bottom: 0;}
.PDbox2.PD_layout .PD_into {padding:88% 0 0 0;font-size: 0.9em;}
.PDbox.PD_layout .PD .js-PD_priceTxt{display: none;}
	
.PDbox2.PD_layout .PD p {position: absolute;top:31.3vw;left: 29vw;color: #000;height: 15vw;font-size: 0.8em;padding: 0 0.4em;}
.PDbox2.PD_layout .PD p del {position: absolute;top: 4vw;font-size: 1em;color: #000000;padding: 0 1em;}
.PDbox2.PD_layout .PD p .money {position: relative;top: 8vw;font-size: 0.8em;}
.PDbox2.PD_layout ul {grid-gap:0;padding: 0 0 0 2vw;}
.PDbox2.PD_layout .PD p .Price,.PDbox.PD_layout .PD p .money {position: relative;top: 8vw;color: #000000;font-size: 1.2em; font-weight: 700;}
	
.PDbox2.PD_layout .PD h4 {font-size: 1em;font-weight: 400;line-height: 1.1em;position: relative;top:9vw;}
.PDbox2.PD_layout .PD h3 {font-size: 1em;font-weight: 400;line-height: 1.1em;position: relative;top:9vw;}	
}










/*3.登記*/
@media screen and (min-width: 767px) {
.Area011 {height:100%;z-index: 40; padding: 1% 0 0 0;}
.Area011 .title img{ width: 100%;}
.Area011 .Abox{height: auto;}
.Area011 .bg {position: absolute;top: -73px;left: 50%;transform: translateX(-50%);pointer-events: none;z-index: -1;}	
/*登記*/
.Area011 .danji_box {width:95%; }
.Area011 .Area_danji[data-danji-num="1"] ul li .content { right:53%; top: 175px;}
.Area011 .PDbox.PD_layout .PD_slide {padding: 0 0 6%;border-radius: 0!important;border: #e6cb93 0.1em solid;background-image: repeating-linear-gradient(22deg,  #99160f 0%, #5d0d09 100%);}
.Area011 .PDbox.PD_layout .PD h3 {background-color: #0000!important;border-bottom: #e6cb93 0.1em solid;border-radius: 0!important;color: #fff;}
.Area011 .PD_layout h3 {background-image:none !important;}
	
	
}

@media screen and (max-width: 767px) {
.Area011 {height: 100%; /*background: url(mArea01_bg.png?t=1758683841257)top center no-repeat;background-size: 100%;*/}
.Area011 .title img{ width: 135%;margin-left: -15vw;margin-top: -5vw;}
	
 /*登記*/
.Area_danji{width:97%!important;;}
.Area011 .bg {position: absolute;top: -14vw;left: 0;transform: translateX(0%);pointer-events: none;z-index:0;}
.Area011 .Area_danji .danji_box ul li .content { top: 71%; left: 26%;}
	
	
}





	
/** 倒數 **/
.TimerNick {position: absolute;top: 130px;left: 319px;width: 576px;height: 54px;text-align:center;z-index:10;}
.TimerNick .FontStyle {display:inline-block;margin:0;padding:0;border:0px;width:45px;font:normal 35px/50px Arial;color:#fff;letter-spacing:-1px;text-align:right;background:transparent; background-color: #79baf7; text-align: center;border-radius: 0.2em 0.2em 0.2em;}
.TimerNick span {padding-left:2px;font: bold 28px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;color: #000000;}
.TimerNick small{  position:relative; font: bold 16px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0em;color:#f9deb7;}
	@media screen and (max-width:767px){
        .timebox{position: absolute; width:100%; height:10vw; top:0vw;  left: 0vw;z-index:4;}
	   .TimerNick {position: absolute;top: 12vw;left: 0;margin:0;padding-right:0;padding-bottom:0;width:100%;height:auto;text-align: center;}
		.TimerNick .FontStyle {margin:0;padding:0;border:0px;width:6vw;font: normal 4.5vw/6vw Arial;letter-spacing: 1px;text-align:right;background:transparent;background-color: #79baf7;}
        .TimerNick div:nth-of-type(2),
		.TimerNick div:nth-of-type(3),
		.TimerNick div:nth-of-type(4){ width:6vw;}
		.TimerNick span { padding-left:1vw; font: bold 4vw/11vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0em;}
	}




/*攻略活動-五折券*/
@media screen and (min-width:768px){   
.Area_coupon{position: relative; height:100%;padding-bottom: 81px;}
.Area_coupon .copontxt{position: absolute;left:0px;}
/*.Area_coupon .box{background-image: url(Abox_pcbg.png?t=1758683841257); background-repeat: repeat-y;background-size: 100%;height:649px;  }*/
/*.Area_coupon li	{box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.1); }*/
 } 
@media screen and (max-width: 767px){
    .Area_coupon{height:100%;padding-bottom:0vw;}
  .Area_coupon .box {/*background: url(mArea02repeat.png?t=1758683841257) top center repeat-y;background-size: 100%;*/padding-bottom:4vw;    margin: -1vw 0 0 0;    padding: 3% 0 4% 0;}	
/*	.Area_coupon li	{box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.1); }*/
    .Area_coupon .PD_layout ul{width:100%;}

}




/*BN區*/
@media screen and (min-width: 767px) {
.Area_BN {height:100%;z-index: 40;}
.Area_BN .title img{ width: 50%;}
	
/*BN*/
.Area_BN .AreaBN{width: 92%;margin: 0 auto;padding-bottom: 15px;}
	
/*輪播BN*/
.AreaBN2 {position: relative;width: 86%;left: 86px;padding-bottom: 30px;}
.AreaBN2 .box_swiper { overflow: hidden;}
.AreaBN2 .box_swiper .PD_layout { position: relative; height: 174px;}
.AreaBN2 .box_swiper .PD_layout ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: 0;}
.AreaBN2 .box_swiper .PD_layout ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; border: none;}
.AreaBN2 .box_swiper .PD_layout .PD_slide { min-width: inherit;}
	
 }

@media screen and (max-width: 767px) {
  .Area_BN {height:100%;padding-bottom:0vw;}
   /*BN*/ 
  .Area_BN .AreaBN{width: 98%;margin: 0 auto;padding-bottom:2vw;}

 /*輪播BN*/
.AreaBN2 {position: relative;width: 95%;left:3vw;}
/*  .AreaBN2 .box_swiper .PD_layout { width: 96%; margin: 0 auto; height: 30vw;}*/
	
.AreaBN2 .box_swiper { overflow: hidden;}
.AreaBN2 .box_swiper .PD_layout { position: relative; height: 30vw;}
.AreaBN2 .box_swiper .PD_layout ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: 0;}
.AreaBN2 .box_swiper .PD_layout ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; border: none;}
.AreaBN2 .box_swiper .PD_layout .PD_slide { min-width: inherit;}
}







/*4.夯品推薦 TOP8 */
.Area04 { }
.Area04 .box{padding: 3% 0 0 0;/*background-image: url(Abox_pcbg.png?t=1758683841258);background-repeat: repeat-y; background-size: 100%;*/}
/*框設定*/
.Area04 .PD_layout-D2_01 .PD_slide {border-radius: 1em 1em 1em 1em;}
.Area04 .PD_layout[data-pd-btn] .PD_into .PD_into_PDgo {border-radius: 1em 1em 1em 1em!important;position: absolute;top: 322px;left:45px;    background-color: #000000;}
.Area04 .PD_layout[data-pd-btn] .PD_into .PD_into_PDgo b::after {content: "SHOP NOW";}
.Area04 .PD_layout[data-pd-btn*="box-0"] .PD_btn {background:transparent;width: 69%;}
.Area04 .PD_layout-D2_01[data-pd-btn*="0"] .PD_btn b {color: #fff;font-size:1em;}
.Area04 .PD_layout-D2_01[data-pd-btn*="0"] .PD_btn i {border-color: #ffffff;top: 11px; left: 4px;}
/*.Area04 .PD_layout-D2_01 li {background: url(Atag01.png?t=1703837711058) center top / 100% no-repeat scroll;}*/

/*上下標.關閉*/
.Area04 .PD_layout .imgTag{display: none !important;}
.Area04 .PD_layout .imgTagBottom{display: none !important;}
.Area04 .PD_layout .prdImgWrap .imgTagRectangle{display: none !important;}

/*圖設定*/
.Area04 .PD_img {overflow: hidden;  width:70%!important; height: 90%;  z-index: 0; padding: 0 !important; margin: 0 auto;    background-color: #fff;position: relative; }

.Area04 .PD_layout h3{background-image: none !important;}
.Area04  .PD_layout .PD .PD_logo {height: 6.175em !important;position: absolute; top: 50px;left: -25px;}
.Area04  .PD_layout .PD{ margin-top: 17px;}
.Area04 .prdImgWrap .imgTag{display: none !important;}
.Area04 .prdImgWrap .imgTagBottom{display: none !important;}
.Area04 .PD_layout-D2_01 .PD_slide {/*background: url(Atag01.png?t=1758683841258) top center no-repeat!important;background-size: 100%;*/padding-bottom: 0;margin-bottom: 0;box-shadow:none;}


/*字設定*/
.Area04 .PD_layout-D2_01 .PD h3, .PD_layout-D2_01 .PD h4, .PD_layout-D2_01 .PD p, .PD_layout-D2_01 .PD:hover h4{color:#000000;font-size: 1.6em;}
.Area04 .PD_layout h3{background-color: rgba(255,255,255,0)!important;}
.Area04 .PD_layout .PD h4 {font-size:1.7em!important;font-weight: 400;line-height: 1.1em;top:-7px;position: relative;color:#000000;}
.Area04 .PD_layout .PD:hover h4 {color:#000000;}

.Area04 .box_swiper { position: relative; overflow: hidden;  margin: 0 auto; }
.Area04 .box_swiper ul.PD_wrapper { display: flex; flex-wrap: nowrap; height:421px; padding-top: 10px;}
.Area04 .box_swiper ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 1.2% 0% 0% 0%; border: none;box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.1);/*border: 3px solid #fff;*/}

.Area04 .box_swiper .PD_slide { min-width: inherit;}
.Area04 .box_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0!important;}
.Area04  .myarrow_r { z-index: 99; position: absolute; top:60%;right:-1%; width:50px; height: 70px; cursor: pointer;}
.Area04  .myarrow_l { z-index: 99; position: absolute; top:60%;left:-3%; width:50px; height: 70px; cursor: pointer;}
.Area04 .PD_layout[data-pd-pdlogo="1"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="3"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="4"] .PD .PD_logo img {width: auto;height: 100%; box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.1);/*border: 2px solid #000;*/}


@media screen and (max-width:767px){
.Area04 { height:auto;padding-bottom:7vw;    z-index: 5;}
.Area04 .box{padding:0 0 0 0;/*background-image: url(mArea02repeat.png?t=1758683841258);background-repeat: repeat-y;background-size: 100%;    margin: -1vw 0 0 0;*/}
/*框設定*/
/*
.Area04 .PD_layout-D2_01 .PD_slide {border-radius: 1em 1em 1em 1em;}
.Area04 .PD_layout[data-pd-btn] .PD_into .PD_into_PDgo {border-radius: 1em 1em 1em 1em!important;}
.Area04 .PD_layout[data-pd-btn] .PD_into .PD_into_PDgo b::after {content: "SHOP NOW";}
.Area04 .PD_layout[data-pd-btn*="box-0"] .PD_btn {background:transparent;width: 69%;}
.Area04 .PD_layout-D2_01[data-pd-btn*="0"] .PD_btn b {color: #fff;font-size:1em;}
.Area04 .PD_layout-D2_01[data-pd-btn*="0"] .PD_btn i {border-color: #ffffff;top: 11px; left: 4px;}
*/
/*.Area04 .PD_layout-D2_01 li {background: url(Atag01.png?t=1703837711058) center top / 100% no-repeat scroll;}*/
.Area04  .PD_layout .PD{ margin-top:7vw;}

/*上下標.關閉*/
.Area04 .PD_layout .imgTag{display: none !important;}
.Area04 .PD_layout .imgTagBottom{display: none !important;}
.Area04 .PD_layout .prdImgWrap .imgTagRectangle{display: none !important;}

/*圖設定*/
/*.Area04 .PD_layout.PD_layout-D2_01 .PD_img {position: relative;width:78%!important;padding:0; }*/
/*.Area04  .PD_layout.PD_layout-D2_01 .PD{ margin-top:5vw;width:93%;left:2vw;position: absolute;height:100%;}*/
.Area04 .PD_img {overflow: hidden;  width:79%!important; height: 90%;  }
	
.Area04 .PD_layout h3{background-image: none !important;}
.Area04  .PD_layout .PD .PD_logo {height: 6.175em !important;position: absolute; top: 50px;left: -25px;}
.Area04 .prdImgWrap .imgTag{display: none !important;}
.Area04 .prdImgWrap .imgTagBottom{display: none !important;}
.Area04 .PD_layout-D2_01 .PD_slide {/*background: url(mAtag01.png?t=1758683841258) top center no-repeat!important;background-size: 100%!important;*/padding-bottom: 0;margin-bottom: 0;box-shadow:none;}
.Area04 .PD_layout[data-pd-btn] .PD_into .PD_into_PDgo { position: absolute;top53vw;left:7vw;    height: 7vw;    top: 53vw;}


/*字設定*/
.Area04 .PD_layout-D2_01 .PD h3, .PD_layout-D2_01 .PD h4, .PD_layout-D2_01 .PD p, .PD_layout-D2_01 .PD:hover h4{color:#000000;font-size: 1.1em;position: relative;top: 1vw;}
.Area04 .PD_layout h3{background-color: rgba(255,255,255,0)!important;}
.Area04 .PD_layout .PD h4 {font-size:1.2em!important;font-weight: 400;line-height: 1.1em;top:1vw;position: relative;color:#000000;}
.Area04 .PD_layout .PD:hover h4 {color:#000000;}

.Area04 .box_swiper { position: relative; overflow: hidden;  margin: 0 auto; }
.Area04 .box_swiper ul.PD_wrapper { grid-gap: 0;display: flex; flex-wrap: nowrap; height:70vw; padding-top: 10px;}
/*.Area04 .box_swiper ul.PD_wrapper li { width: 100%; flex-shrink: 0; margin: 0; padding:0 1em ;border: none;border: 3px solid #fff;}*/
.Area04 .box_swiper ul.PD_wrapper li { position: relative;flex-shrink: 0;margin: 0;padding: 0;background-color: #fff;}	
.Area04 .PD_layout-D2_01[data-pd-btn*="0"] .PD_btn b {color: #fff;font-size:0.8em;}
.Area04 .PD_layout-D2_01[data-pd-btn*="0"] .PD_btn i {border-color: #ffffff;top:2.5vw; left:0;}	

.Area04 .box_swiper .PD_slide { min-width: inherit;}
.Area04 .box_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0!important;}
.Area04  .myarrow_r { z-index: 99; position: absolute; top:47%;right:0; width:50px; height: 70px; cursor: pointer;}
.Area04  .myarrow_l { z-index: 99; position: absolute; top:47%;left:0; width:50px; height: 70px; cursor: pointer;}
.Area04 .PD_layout[data-pd-pdlogo="1"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="3"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="4"] .PD .PD_logo img {width: auto;height: 100%; box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.1);/*border: 2px solid #000;*/}	
	
.Area04 .swiper-pagination-bullet-active { opacity: 1; background: #000000!important;}
	
}







/*作圖區*/

@media screen and (min-width:768px){
.Area05 {height: auto;padding-bottom:6px;margin-bottom: 10px!important;}
.Area05 .PD_layout .PD_slide:hover { box-shadow: 0 0 0 rgba(0, 0, 0, 0); }	
.Area05 .PD_layout.layout_item .PD p b {color: #000000;padding: 0 0% 0 0%;font-size: 1.4em;margin: 0 1% 0 0;background-image: none;}	
.Area05 .PD_layout.layout_item .PD_slide .PD p del {font-size: 1em;color: #8b8c8f;}
.Area05 .PD_layout.layout_item .PD p .money {font-size: 1.3em;background-image:repeating-linear-gradient(179deg, #000000 0%, #000000 100%) !important;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.Area05 .PD_layout.layout_item .PD p .Price {font-weight: 800;font-size: 2.4em;background-image: repeating-linear-gradient(179deg, #000000 0%, #000000 100%) !important;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}	
	
/*.Area05 .PD_layout.layout_item .PD p .Price {font-family: Arial, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica!important;}*/

.Area05 .PD_layout.layout_item .PD p small{ background-image: repeating-linear-gradient(179deg,  #f0eabc 0%, #bb934b 100%)!important;-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
.Area05 .PD_layout.layout_item .PD .PD_logo {display: block;position: absolute;top: -47px;left: 171px;height: 32%;}
.Area05 .PD_layout.layout_item .PD .PD_logo img{padding: 0;width:100%;border-radius: 0em;    border: none;box-shadow: none!important;}

    .Area05 .PD_layout.layout_item {padding: 10px 0 0;}
    .Area05 .PD_layout.layout_item .PD_slide:hover {transform:translateY(-6px);}
    .Area05 .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
    .Area05 .PD_layout.layout_item .PD_slide .PD:hover h4 { color: #fff;}
    .Area05 .PD_layout.layout_item .PD_slide {height:558px;padding:0;margin: -2% 0;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into {width: 50%;padding-left:0;position: absolute;left:74px;top: 151px;text-align: center;font-size: 1.1em;color: #fff;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_img img {width:37%;margin:3.5% 0 0 49.1%;box-shadow: unset;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_img img {width:37%;margin:3.6% 0 0 14%;box-shadow: unset;}


	
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into {width:37%;padding-left:0;position: absolute;right:146px;top:159px;text-align: center;font-size: 1.1em;color: #fff;}
    .Area05 .PD_layout.layout_item .PD_slide .PD_into h3 {position: relative;margin: 0 auto;max-height: 1.4em;font-family: Noto Sans CJK TC;font-weight: bold;font-size: 2em;line-height: 1.6em;background-image: repeating-linear-gradient(179deg, #000000 0%, #000000 100%)!important;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into h4 {position: relative;font-size: 1.8em;color:#000;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into:hover h4{color:#000!important;}
	.Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into h4 {position: relative;font-size: 1.8em;color:#000;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into:hover h4{color:#000!important;}

	.Area05 .PD_layout.layout_item .PD p {position: relative;top: 0;left: 6px;height: 80px;padding: 0;line-height: 55px;font-size: 1.3em;}
/*
	.Area05 .PD_layout.layout_item li:nth-of-type(odd) {background: url("item_bg2.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(even) {background: url("item_bg3.png?t=1758683841258") center top / 100% no-repeat scroll;}
*/
	
	.Area05 .PD_layout.layout_item li:nth-of-type(1) {background: url("item_bg1.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(2) {background: url("item_bg2.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(3) {background: url("item_bg3.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(4) {background: url("item_bg4.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(5) {background: url("item_bg5.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(6) {background: url("item_bg6.png?t=1758683841258") center top / 100% no-repeat scroll;}	

	
	
	
	
	
}

@media screen and (max-width:767px){
	.Area05 {height:100%;padding-bottom:1vw;margin-bottom: 5vw!important;}
    .Area05 .PD_layout.layout_item {padding: 0;}
    .Area05 .PD_layout.layout_item ul {padding-left: 1vw; padding-right: 1vw;}
    .Area05 .PD_layout.layout_item li {width: 100%;height:59vw;}
    .Area05 .PD_layout.layout_item .PD_slide .PD_img {margin-bottom: 3%;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into {position: absolute;top: 16vw;left:-6vw;width:65%;text-align: center;font-size: 1.1em;}
/*    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_logo {position:absolute;left:10vw;top: -3vw;height: 14vw;display: block;}*/
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into {position: absolute;top:17.3vw;left: 41vw;width: 65%;text-align: center;font-size: 1.1em;}
/*    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_logo {position:absolute;left: 11vw;top: -3vw;height: 14vw;border-radius:50%;display: block;}*/
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_img img {width:48.6%;margin:6.1% 0 0 49%;box-shadow: unset;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_img img {width:48.6%;margin:6% 0 0 2.8%;box-shadow: unset;}
    .Area05 .PD_layout.layout_item .PD_slide .PD_into h3 {padding: 0;max-height: 2.2em;font-weight: bolder;line-height: 1.9em;margin: 0;background-image: repeating-linear-gradient(179deg,  #ffefd5 0%, #f4c16d 100%)!important;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
    .Area05 .PD_layout.layout_item .PD_slide .PD_into h4 {padding: 0;color: #fff;margin: 0 0 1.5vw 0;line-height: 4vw;}
    .Area05 .PD_layout.layout_item .PD_slide .PD p del {top: -3vw;color: #433c3c;}
	.Area05 .PD_layout.layout_item .PD p {position: relative;top: 0;height: 15vw;font-size: 1em;line-height: 5.6vw;color: #000;}
/*
	.Area05 .PD_layout.layout_item li:nth-of-type(odd) {width: 100%;background: url("m_item_bg.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(even) {position: relative;background: url("m_item_bg2.png?t=1758683841258") center top / 100% no-repeat scroll;}
*/
	
    .Area05 .PD_layout.layout_item li:nth-of-type(1) {background: url("mitem_bg1.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(2) {background: url("mitem_bg2.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(3) {background: url("mitem_bg3.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(4) {background: url("mitem_bg4.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(5) {background: url("mitem_bg5.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	.Area05 .PD_layout.layout_item li:nth-of-type(6) {background: url("mitem_bg6.png?t=1758683841258") center top / 100% no-repeat scroll;}	
	
	
	.Area05 .PD_layout.layout_item .PD .PD_logo {display: block;position: absolute;top: 1vw;left:20vw;height: 6vw;}
/*	.Area05 .PD_layout.layout_item .PD .PD_logo img{padding: 0;width: 100%;border-radius: 50em;}*/
    .Area05 .PD_layout.layout_item .PD .PD_logo img{padding: 0;box-shadow: none;border: none;}

    .Area05 .PD_layout.layout_item .PD_slide .PD_into h3 {position: relative;margin: 0 0 0.8vw;max-height: 1.4em;font-family: Noto Sans CJK TC;font-weight: bold;
		font-size: 1em;line-height: 1.6em;background-image: repeating-linear-gradient(179deg, #000000 0%, #000000 100%)!important;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
    .Area05  .PD_layout .PD p .Price { font-size: 25px; font-weight: 800;}

    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into h4 {position: relative;font-size:0.8em;color:#000;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into:hover h4{color:#000!important;line-height: 1em;}
	.Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into h4 {position: relative;font-size:0.8em;color:#000;}
    .Area05 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into:hover h4{color:#000!important;line-height: 1em;}

	
	
	
}


/*bn輪播*/
@media screen and (min-width:768px){
.Area_BN .Area_brand {padding-bottom: 50px;}
.Area_brand {width: 1100px;height: auto;overflow: hidden;}
.layout_brand .PD_layout1 ul{display: flex; padding: 15px 0px 0px;height: auto;grid-gap: 0;}

/*區標*/	
.Area_brand .Area_sectionTitle ul {position: absolute;padding: 0;margin: 0;list-style: none;height: 100px!important;top:37px;}
.Area_brand .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
.Area_brand .Area_sectionTitle ul li h5 {position: relative;top:2px;left: 84px;margin: 0;padding: 0;width: 100%;height: 88px;font: 50px/80px "Noto Sans CJK SC";font-weight: 600;text-align: center;color:#000;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}

}

@media screen and (max-width:767px){
.Area_BN .Area_brand {padding-bottom: 5vw;}
.Area_brand {width: 96%;height: auto;overflow: hidden;padding: 0;}
.layout_brand .PD_layout1 ul{ display: flex;padding:2vw 0 0 0;margin: 0 auto;height: auto;grid-gap: 0;}
/*區標*/	
.Area_brand .Area_sectionTitle ul {padding: 0;margin: 0;list-style: none;}
.Area_brand .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
.Area_brand .Area_sectionTitle ul li h5 {position: absolute;top:10vw;left: 8vw;margin: 0;padding: 0;width: 100%;height: 10vw;font: 6vw/6vw "Noto Sans CJK SC";font-weight: 600;text-align: center;color:#000;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}
}

	

/*bn輪播*/
@media screen and (min-width:768px){
.Area_brand2 {width: 1100px;height: auto;overflow: hidden;}
.Area_brand2 .PD_layout1 ul{display: flex; padding: 15px 0px 0px;height: auto;grid-gap: 0;padding-bottom: 50px;}

/*區標*/	
.Area_brand2 .Area_sectionTitle ul {position: absolute;padding: 0;margin: 0;list-style: none;height: 100px!important;top:37px;}
.Area_brand2 .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
.Area_brand2 .Area_sectionTitle ul li h5 {position: relative;top:2px;left: 0px;margin: 0;padding: 0;width: 100%;height: 88px;font: 50px/80px "Noto Sans CJK SC";font-weight: 600;text-align: center;color:#000;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}

}

@media screen and (max-width:767px){
.Area_brand2 {width: 96%;height: auto;overflow: hidden;padding: 0;}
.Area_brand2 .PD_layout1 ul{ display: flex;padding:2vw 0 0 0;margin: 0 auto;height: auto;grid-gap: 0;padding-bottom: 5vw;}
/*區標*/	
.Area_brand2 .Area_sectionTitle ul {padding: 0;margin: 0;list-style: none;}
.Area_brand2 .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
.Area_brand2 .Area_sectionTitle ul li h5 {position: absolute;top:10vw;left: 0vw;margin: 0;padding: 0;width: 100%;height: 10vw;font: 6vw/6vw "Noto Sans CJK SC";font-weight: 600;text-align: center;color:#000;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}
}











/*下方公版*/
@media screen and (min-width:767px){
.Area07 .tag00 a:nth-child(7) {margin-left: 94px;}
.Area07 .tag00 {box-sizing: border-box;padding-bottom: 35px;padding: 0 154px; padding-bottom: 41px;}
.Area07 .tag00 ul {margin:26px 0 0 148px;padding: 0;display: flex;flex-wrap: wrap;width: 100%;left: 30px;}
.Area07 .tag00 a img { width: 100%;}
.Area07 .tag00 a {width: 16%;margin: 0 1% 0%;}
.Area07 .box .titleh3 {font: bold 43px/50px "微軟正黑體","Microsoft JhengHei",Helvetica;height: 15px;position: absolute;padding: 12px 502px;}
.Area07 .Cbox{ /*background-image: url(Abox_pcbg.png?t=1758683841258);background-repeat: repeat-y;background-size: 100%;*/padding: 0% 0 0 1%;overflow: hidden;}
.Area07 .box .PD_layout {padding:0 0 0 0;}
.Area07 .box .BGW .PD_layout  {padding:0 0 0 0;background-color: #fff;border-radius: 10px;}	
/*區標*/	
.Area07 .Area_sectionTitle ul {position: relative;padding: 0;margin: 0;list-style: none;height: 100px!important;top:136px;}
.Area07 .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
.Area07 .Area_sectionTitle ul li h5 {position: relative;top:2px;margin: 0;padding: 0;width: 100%;height: 88px;font: 50px/80px "Noto Sans CJK SC";font-weight: 600;text-align: center;color:#000;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}
	
 }

@media screen and (max-width: 767px){
 .Area07 {}
.Area07 .tag00 {box-sizing: border-box;padding-bottom: 0vw;/* padding: 0px 2vw; */margin-left: 4vw;}
  .Area07 .tag00 ul {margin: 0;padding: 0;display: flex;flex-wrap: wrap;width: 100%;left: 30px;}
  .Area07 .tag00 a img { width: 100%;}
  .Area07 .tag00 a {width: 16%;margin: 0 0% 1%;}
  .Area07 .tag00 a:nth-child(7) {margin: 1vw 1vw 1vw 9vw;}
.Area07 .Cbox{ height:100%; padding: 0 0 0 0; overflow: hidden;background-image: url(mArea02repeat.png?t=1758683841258);background-repeat: repeat-y;background-size: 100%;}
.Area07 .box{position: relative;top: -10vw;margin-bottom: -9vw;	}
.Area07 .PD_layout li{}




/*區標*/	
.Area07 .Area_sectionTitle ul {padding: 0;margin: 0;list-style: none;}
.Area07 .Area_sectionTitle ul li { background-color: transparent; pointer-events: none;}
.Area07 .Area_sectionTitle ul li h5 {position: relative;top:18.6vw;margin: 0;padding: 0;width: 100%;height: 10vw;font: 6vw/6vw "Noto Sans CJK SC";font-weight: 600;text-align: center;color:#000;letter-spacing: 0px;overflow: hidden;/*text-shadow: 0px 0px 5px #000;*/}


}











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