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

/*基本*/
html, body {
  margin: 0;
  padding: 0;
  background-image: url(bg.jpg?t=1759225567038);
}
@media screen and (max-width: 767px) {
  html, body {
      background-image: url(bg_m.jpg?t=1759225567038);
      background-size: contain;
  }
}

/*寬度,間距*/
  @media screen and (max-width:767px){
  .Area1220 { margin:0 auto; width:100%;}
  .Area960 { margin:0 auto; width:100%;}
  .Areabottom { margin-bottom:5vw!important;}
  }
  @media screen and (min-width:768px){
    .Area1220 { width:1220px;}
    .Area960 { width:960px;}
    .Areabottom { margin-bottom:80px;}
  }
  
/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden; width:100%; min-width:1220px; text-align:left; font-family:"Century Gothic","Microsoft JhengHei","微軟正黑體", Arial, sans-serif; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
/*預設清單樣式*/
.Area .list_00 ul {display:inline-block; margin:0; padding:0;}
.Area .list_00 li {list-style:none;float:left;overflow: hidden;}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:0px; min-width: inherit; min-height:100vh; overflow: hidden;   }
		.WRAPPER img {  width:100%;  height:auto;}
	}

.Area_bottom { margin-top: 50px!important; }

@media screen and (max-width:767px){ .Area_bottom{margin-top:5vw!important; }	}

/*fixed背景*/
.bg_01 { z-index:-10; position:absolute;top:0;left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none;}
.bg_02 { z-index:1; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;}
.bg_03 { z-index:-1; position:absolute; top:0px; left:0; width:100%; height:100%; background-repeat:repeat-x; background-position: center top; pointer-events:none;}

  @media screen and (max-width:767px){
  .m_bg01 { z-index:0; position:absolute; top:44px; left: 0; width: 100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;background-size: 100%;}
  .m_bg02 { z-index:0; position:absolute; top:122vw; left: 0; width: 100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;background-size: 100%;}
  .m_bg03 { z-index:0; position:absolute; top:146vw; left: 0; width: 100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;background-size: 100%;}
		}

/*版頭背景*/
.Area_bgtop { z-index: 0; position: absolute; top: 0; left: 50%; width: 2000px; -webkit-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none;}
.Area_bgtop .bgtop_ { position: absolute; top: 0; left: 0; width: 100%; height: 1500px;}
.Area_bgtop .bgtop_ span { position: absolute; display: block; width: 100%; height: 100%; background-position: center top;}
.bgdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1759225567038) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
.bgdeco1 { z-index: -10; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco2.png?t=1759225567038) repeat-y center top; transition: 0.5s linear; pointer-events: none;}

@media screen and (min-width: 768px) {
  .Area_bgtop span { background-repeat: no-repeat;}
  .Area_title .date { z-index:4; position: absolute; top:20px; left:929px;}	
  .Area_title .comingsoon {z-index:12; position: absolute; top: 360px; left: 84px;}
}
@media screen and (max-width:767px){
  .Area_title .comingsoon {z-index:12; position: absolute; top: 32vw; left: 7vw; width: 32vw;}
  .Area_title .date { z-index:4; position: absolute; top:3.5vw; left:81vw; width: 20.5%;}
}		
.m_Area_bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none;}
.m_Area_bgtop .m_bgtop_ { position: absolute; top: 0; left: 0; width: 100%; height: 0; padding-bottom: 100%;}
.m_Area_bgtop .m_bgtop_ span { position: absolute; display: block; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden; background-position: center top; background-size: 100%;}
  @media screen and (max-width: 767px) {
    .m_Area_bgtop span { background-repeat: no-repeat;}
    .m_Area_bgtop_fixed { position: fixed; top: 0px;} /*搭配js-appBgFixed*/
  }

/*版頭*/
.Area_topSUB a, .Area_topPD a { pointer-events: none; }

@media screen and (min-width:768px){
.Area_title{ box-sizing: border-box;}
.Area_title .title01 { z-index:0; position: relative; height: 500px;}

  /*版頭品輪播*/
.Area_title .topPD {position: absolute; top:0; right:-195px; width:100%; z-index: 99;}
.Area_title .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
.Area_title .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area_title .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
.Area_title .topPD .PD_layout .PD_img {width:100%; position:absolute; right: 196px ;}
.Area_title .PD_wrapper {background-color: rgba(255,255,255,0.00);}
.Area_title .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
.Area_title .light01{position:absolute;top:227px; left:-20px ;z-index:2;animation-delay: 1s;}
.Area_title .light02{position:absolute;top:288px; left:339px ;z-index:2;animation-delay: 1s;}
.Area_title .lamp{position:absolute;top:55px; left:1240px ;z-index:2;}
.topPD .swiper-slide{ width: auto!important;}

  /*副標輪播*/
  .Area_title .Area_topSUB { z-index: 10; position: absolute; top:0; left:0; width: 100%;}
}

@media screen and (max-width:767px){
  .Area_title { height: 54.5vw;;}
  .Area_title .title01 { z-index:0; position: relative; width: 100%;}
   /*版頭品輪播*/
   .Area_title .topPD {position: absolute; top:0;right:0; width:100%;z-index: 99; }
   .Area_title .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 80%; box-sizing: content-box; grid-gap: inherit;}
   .Area_title .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
   .Area_title .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}		
   .Area_title .PD_wrapper {background-color: rgba(255,255,255,0.00);}
   .Area_title .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
   .Area_title .light01{position:absolute;top:25vw; left: -30vw ;z-index:6;animation-delay: 0.1s;width: 30%;}
   .Area_title .light02{position:absolute;top:30vw; left:13vw ;z-index:6;animation-delay: 0.1s;width: 30%;}
   .Area_title .lamp{position:absolute;top:13vw; left:86vw ;z-index:6;width: 30%;}
	
    /*副標輪播*/
  .Area_title .Area_topSUB { z-index: 10; position: absolute; top:0; left:0; width:100%;}
}

/*提醒我按鈕*/
a.mo_remind_btn { z-index:9999; position: absolute!important; left: 0; top:40vw; width: 12%;}

/*版頭品*/
.Area_title .topPD .PD_layout .PD h3 { color: #6574ce;}	
.Area_title .topPD .PD_layout .PD p { color: #db156b;margin-top:-0.3em }
.Area_title .topPD {z-index:99;}
@media screen and (min-width:768px){
  .Area_title .topPD {position: absolute;top: 110px; right: -14px;width:53%;}
  .Area_title .topPD .PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .topPD .PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .topPD .PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .Area_title .topPD .PD_layout .PD_img {width:60%; order: 1; }
  .Area_title .topPD .PD_layout .PD_into {justify-content: flex-end; margin-top: 240px; margin-left: -65px; border-radius: 0.5em; border: #FFF 1px solid; z-index: 99;padding: 0 0.5em;background-color: rgba(255, 255, 255, 0.3);width: 32%;}
  .Area_title .PD_wrapper {background-color: rgba(255,255,255,0.00);}
  .Area_title .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
  .set_size img{width:100%}
}
@media screen and (max-width:767px){
  .Area_title .title01 {position: absolute; top:0vw; right: 0vw; width: 100%; }
  .Area_title .topPD { position: absolute; top:12vw; left: 15vw; width: 100%; }
  .Area_title .topPD .PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .topPD .PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .topPD .PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .Area_title .topPD .PD_layout .PD_img {width:40%; order: 1; padding:0; margin-left:-11vw }
  .Area_title .topPD .PD_layout[data-pd-direction=row] .PD_into {width:35%; }
  .Area_title .topPD .PD_layout .PD_into {justify-content: flex-end; margin-top: 25vw; margin-left: 20vw; border-radius: 0.5em; border: #FFF 1px solid; z-index: 99;padding: 0 0.5em;background-color: rgba(255, 255, 255, 0.3);}	
  .Area_title .topPD .PD_layout .PD p .Price { font-size: 5.5vw; }	
  .Area_title .topPD .PD_layout[data-pd-h4="1"] .PD h4 { max-height: 1.15em; margin-top:-0.3em ;font-size:0.8em }	
  .Area_title .PD_wrapper {background-color: rgba(255,255,255,0.00);}
  .Area_title .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}
}


/*活動倒數*/
.TimerNick { position: absolute; top: 300px;left: 60px;display: inline-block; z-index:8; text-align: center; letter-spacing: 0.3em;}
.TimerNick2 { position: absolute; top:440px!important;left:108px; display: inline-block; z-index:8; text-align: center; letter-spacing: 0.3em;}
.TimerNick .FontStyle { display: inline-block; margin: 0 0 0 5px; padding: 0; border: 0; font-size: 42px;  color:#6574ce; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 36px;  letter-spacing: 0.1em; color:#6574ce;}
.TimerNick b { font-weight: 800;}
@media screen and (max-width:767px){
  .TimerNick  { width:100%; top: 32vw; left: 5vw; display: flex;  column-gap: 0.5em; text-align: left;}
  .TimerNick2  { width:100%; top:40vw!important; left:3.4em; display: flex;  column-gap: 0.5em; text-align: left;}
  .TimerNick .FontStyle { margin:-0.25em 0 0 -0.01em; padding: 0; border: 0; font-size: 1.4em; letter-spacing: .01em;color:#6574ce;  }
  .TimerNick span { padding-left: 0; font-size: 1em; letter-spacing: -0.05em; margin-left: -0.3em;color:#6574ce; }
  .TimerNick span:first-child{ margin-top: -0.1em; }
}

/*公版區標*/
.box_txt ul,.box_txt2 ul,.box_txt3 ul,.box_txt4 ul{ padding: 0; }
.box_txt .PD_layout .PD h3 span{ overflow: inherit;}
@media screen and (min-width: 768px){
  .box_txt {position: relative;display: flex;margin: 0 auto;width: 100%;height: 100px;justify-content: center; z-index: 10;}
  .box_txt img{width: 88%!important;padding: 0;}
  .box_txt .PD_layout .PD h3 { padding-right: 0.5em; background: linear-gradient(to top, #ffb7cf 0%, #ffffff 70%, #ffffff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent; font-weight: 900; overflow: visible; display: flex; flex-wrap: nowrap; flex-direction: row;font-size: 3em;font-family: "Century Gothic","Noto Sans CJK SC";letter-spacing: -1px; line-height: 0.9; font-style: italic;}	
  .box_txt .PD_layout .PD h3 b {font-weight: 700; background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #ffffff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent; font-style: normal;}
  .box_txt::after {content:"";position: absolute;display:block;top: -33px;left: 105px;width: 77%;height: 130%;pointer-events:none;z-index: -10;background: url("Area_title_bg.png?t=1759225567038") center top/100% no-repeat scroll;}	
}
@media screen and (max-width:767px){
  .box_txt {position: relative;margin: 0 auto;width: 100%;height: 16vw;z-index: 30;}
  .box_txt img{width: 100%;}
  .box_txt .PD_layout .PD h3 {padding-right: 0.5em;background: linear-gradient(to top, #ffb7cf 0%, #ffffff 50%, #ffffff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent; font-weight: 900; overflow: visible; display: flex; flex-wrap: nowrap; flex-direction: row; margin: 0 auto; font-size: 1.5em; letter-spacing: -0.05em; line-height: 1; font-family: "Century Gothic","Noto Sans CJK SC";max-height: 16vw; padding-top: 3.3vw; font-style: italic;}
  .box_txt .PD_layout .PD h3 b {font-weight: 700; background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #ffffff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent; font-style: normal;}
  .box_txt::after {content:"";position: absolute;display:block;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: -10;background: url("Area_title_bg.png?t=1759225567038") center top/100% no-repeat scroll;}	
}


/*-------------------------區塊 0-------------------------*/
.Area_event .remove_box_style ul {padding: 0; grid-gap: 0;}
.Area_event .box_txt .PD_layout .PD h3 { background: linear-gradient(to top, #ffffff 0%, #ffffff 70%, #ffffff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent; font-weight: 700; overflow: visible; display: flex; flex-wrap: nowrap; flex-direction: row;font-size: 3em;font-family: "Century Gothic","Noto Sans CJK SC";letter-spacing: -1px; line-height: 1.5; font-style: italic;}	
.Area_event .box_txt .PD_layout .PD h3 b {font-weight: 700; background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #ffffff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent; font-style: normal;overflow: visible; }
@media screen and (min-width: 768px){
  .Area_event { height: 380px;}
  .Area_event .box_all{padding:52px 0 0;}
  .Area_event .box_txt .PD_layout .PD h3 { font-size:3.2rem;color:#fff;width: 900px;}	
  .Area_event .box_txt {height: 82px;}
  .Area_event .box_txt::after {background-image: none}	
  }
  @media screen and (max-width:767px){
  .Area_event_bg {z-index: 0;position:absolute;top: 0;left:0;width:100%;height: 110%;background-repeat:no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}
  .Area_event {height: 34vw;padding-top: 0;}
  .Area_event .box_txt .PD_layout .PD h3 {margin-left: 2vw;font-size:1.35rem;color:#fff;padding-top: 0vw;overflow:inherit;}
  .Area_event .box_all{padding: 0 ;}
  .Area_event .box_txt {height:11.5vw;top: 2vw;}
  .Area_event .box_txt::after {background-image: none}	
}

/*-------------------------區塊 1-------------------------*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #ff71a0;font-weight: 700;}
.Area_btnblack .warningTxt h3 { color: #6574ce !important;}
@media screen and (min-width: 768px){
  .Area01 .Area_danji { z-index: 5; }
  .Area01 .PD_layout ul {gap: 20px;}
  .Area01 .Area01_btn {padding: 0 2%; margin-bottom:40px;}
}
@media screen and (max-width:767px){
  .Area01 .Area_danji {width: 96%;}
  .Area01 .PD_layout ul {gap: .5em; width: 94%;}
  .Area01 .Area01_btn {padding: 0 2%; margin-bottom: 10vw;}
  .Area_danji .danji_box ul li { margin-bottom: 2vw !important;}
}

.PD_layout.PD_layout-coupon3 .PD h3, .PD_layout.PD_layout-coupon3 .PD h4 {color: #6574ce; margin: unset; line-height: 1.5;}


/*-------------------------區塊 2-------------------------*/

@media screen and (min-width: 768px){
  .Area02 .PD ul {margin: 0 3%;border-radius: 1em;}
}
@media screen and (max-width: 767px){
  .Area02 {margin: 0 0 5%;}
  .Area02 .PD ul{margin: 0% 2%;border-radius: 0.75em;}
}


/*-------------------------區塊 3-------------------------*/

/*背景*/
  .Area_topitem .Area_swiper_box .PD_layout li {background-color: transparent ;}
  @media screen and (min-width: 768px){  
   .Area_topitem .bg { background-color:rgba(101,116,206,.7); position: absolute; top:60px; left: 0; width: 100%; height:100%; z-index: -2;mix-blend-mode: multiply;}
 }
 @media screen and (max-width:767px){
   .Area_topitem .bg {background-color:rgba(101,116,206,.7); position: absolute; top:11.5vw; left: 0; width: 100%; height: 99.2%; z-index: -2;mix-blend-mode: multiply;}
 }

@media screen and (min-width:768px){
  .Area_topitem {top: 50px;}
  .Area_topitem .text {padding-top: 73px;width: 61%;margin: 0px auto 32px;}
  .Area_topitem .text .PD_layout{z-index: 9;top: 14px;}
  .Area_topitem .text .layout_text .PD_slide:hover{transform:none;}
  .Area_topitem .text .layout_text .PD a {pointer-events: none!important}
  
  /*頁籤*/ 
  .Area_topitem .NavArea {display:block!important} 
  .Area_topitem .NavArea .Nav ul {padding: 0 20%;}
  .Area_topitem .Nav_box {width: 100%!important;margin: auto;}   
  .Area_topitem .tab_swiper {overflow-y:clip!important}  
  .Area_topitem .NavArea_tabbar_page {padding-bottom: 17px;width: 81%;margin: 65px auto 1px;}  
  .Area_topitem .content_swiper {width: 100%;margin: 0 auto;overflow:hidden;height: 100%;}  
  .Area_topitem .page .layout_text .PD .PD_into h3 span {display: inline}

  /**頁簽內小標**/ 
	.Area_topitem .page .layout_text {margin: 40px auto 10px;background: url(deco_line.png?t=1759225567038)top center no-repeat;background-size: 67%;}
	.Area_topitem .page .layout_text ul {margin:0;padding:0;}
	.Area_topitem .page .layout_text .PD_slide:hover{transform:none;}
	.Area_topitem .page .layout_text .PD a {pointer-events: none!important}
	.Area_topitem .page .layout_text .PD .PD_into h3{font-size:39px; color:#ffffff; margin-top: -9px; font-weight: 700; font-style: italic; font-family: "Century Gothic","Noto Sans CJK SC";}
	.Area_topitem .NavArea_tabbar_page .Nav_box{border-radius: 88px !important;}
  
  /*公版區*/  
  .Area_topitem .page_box .layout_PD {/* margin-bottom: 73px; */width: 98%;}
  .Area_topitem .page_box .layout_PD ul{width: 100%;margin: auto;}
  .Area_topitem .page_box .layout_PD ul li {} 
  .Area_topitem .page_box .layout_PD ul li:hover {box-shadow: none; } 
  
 }
 @media screen and (max-width:767px){
  .Area_topitem .page .layout_text .PD .PD_into h3 span {display: inline}
  .Area_topitem {height: 100%;}
  .Area_topitem .topitem_bottom{z-index:0;position:absolute;bottom: -4vw;left: 0;width: 100%;right: 0;margin: auto;height: 55px;background-repeat:no-repeat;background-position: center bottom;pointer-events:none;background-size: 100%;}
  .Area_topitem .content_bg{}
  .Area_topitem .topitem_bottom{z-index: 0;position:absolute;bottom: -7vw;left: 0;width: 100%;height: 116px;background-repeat:no-repeat;background-position: center bottom;pointer-events:none;background-size: 100%;} 
  .Area_topitem .PD_layout ul {width: 96%;}
 
  /**區標**/ 
  .Area_topitem .text {position:relative;width: 100%;margin: 9vw auto 0;padding-top: 4vw;}
  .Area_topitem .text .layout_text {margin: 0px auto -4vw;width:100%;top: 1vw;padding-top: 3vw;}
  .Area_topitem .text .layout_text .PD a {pointer-events: none!important} 
  .Area_topitem .text .PD_layout ul{margin-top: -1vw;}
  
  /**頁簽內小標**/ 
	.Area_topitem .page .layout_text {margin: 7vw auto 0vw ;background: url(deco_line.png?t=1759225567038)top center no-repeat;background-size: 100%;}
	.Area_topitem .page .layout_text ul {margin:0;padding:0;}
	.Area_topitem .page .layout_text .PD_slide:hover{transform:none;}
	.Area_topitem .page .layout_text .PD a {pointer-events: none!important}	
	.Area_topitem .page .layout_text .PD .PD_into h3{ font-size: 1.5em; color: #ffffff; font-weight: 700; font-style: italic; font-family: "Century Gothic", "Noto Sans CJK SC"; line-height: 1.3; height: 1.8em;}

  /*頁籤*/ 
  .Area_topitem .tab_swiper {overflow-y:clip!important}  
  .Area_topitem .NavArea_tabbar_page {padding-bottom: 0vw;width: 95% !important;padding-top: 3vw;}  
  .Area_topitem .content_swiper {width: 97%;margin: 0px auto;border-radius: 0vw;height: 100%;overflow: hidden;}   
  .Area_topitem .NavArea_tabbar_page .Nav_box{border-radius: 0.5em!important;margin-top: 3vw;height: 11vw;width: 100%;margin: 4vw auto 0;}
  }
 
  /*公版區*/  
  .Area_topitem .page_box .layout_PD {}
  .Area_topitem .page_box .layout_PD ul {}
  .Area_topitem .page_box .layout_PD ul li {} 
  .Area_topitem .page_box .layout_PD ul li .PD_into .js-PD_del {font-size: 9px;}  
  .Area_topitem .page_box .layout_PD ul li:hover {box-shadow: none; }  
  .Area_topitem .NavArea_tabbar_page{width: 90% !important;}	 
  .Area_topitem .NavArea_tabbar_page .Nav .swiper-slide-active i {border: 0px solid #000000 !important;background-color: #fff741 !important;}
 @media screen and (max-width:767px){
   .Area_topitem .page_box .layout_PD ul {margin-top: 4vw;}
}	 

.topitem_menu .box .Nav-slide a { display: block; color:#6574ce; font-size: 1.5em; font-weight: 800;}
.topitem_menu { margin: auto; width: 90%;}
.topitem_menu .box { display: flex; row-gap: 0.5em; column-gap:4em; flex-wrap: wrap; justify-content: center; background-color: #ffffff; border-radius: 100px; padding:15px 50px; list-style: none;}
@media screen and (max-width: 767px) {
  .topitem_menu { width: 90vw; margin-top: 10vw;}
  .topitem_menu .box .Nav-slide a {font-size: 1.5em;}
  .topitem_menu .box { row-gap: 0.4em; column-gap: 2em; border-radius: 10px; padding: 3vw; margin: 2vw auto; width: 90%; }
}


/*-------------------------區塊 4 - 品類 icon-------------------------*/

.Area_icon .PD_layout li:nth-child(5) {left: 50%; }
.Area_icon .PD_layout li:nth-child(6) {left: 50%; }
.Area_icon .PD_layout li:nth-child(7) {left: 50%; }
.Area_icon .box .PD_layout ul { width: 96%; margin: 3% auto 0 auto; grid-gap: 2%;}

@media screen and (min-width:768px){
	.Area_icon {top: 150px; padding-bottom: 53px; margin-bottom: 20px; }	
}
@media screen and (max-width: 767px){
	.Area_icon { padding: 0 0 5vw; margin-top: 6vw;}
}

/*----------------------------------------------------------共用基本----------------------------------------------------------*/

/*區塊_all*/
.Area2000 { margin:0 auto; width:2000px;}
.Area1220 { margin:0 auto; width:1220px;}
.Area960 { margin:0 auto; width:960px;}
.Area { position: relative; margin:0 auto; padding:0; border-radius:0; text-align:center; }
.Area a { position:relative; 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.97);
     -moz-transform:scale(0.97);
      -ms-transform:scale(0.97);
       -o-transform:scale(0.97);
          transform:scale(0.97);}
		  
		  
.WRAPPER .go_bt1 {
  -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;}
.WRAPPER .go_bt1:hover { 
  -webkit-transform:translateY(-10px);
     -moz-transform:translateY(-10px);
      -ms-transform:translateY(-10px);
       -o-transform:translateY(-10px);
          transform:translateY(-10px);}
		  
		  
	@media screen and (max-width:767px){
		.Area1220 { width:100%;}
		.Area960 { width:100%;}
		.Area .go_bt:hover {  
			-webkit-transform:none;
			-moz-transform:none;
			-ms-transform:none;
			-o-transform:none;
			transform:none;}
	}


/*置底*/
.fixbn a {padding-bottom:constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
				    padding-bottom:env(safe-area-inset-bottom);}   /* 兼容 iOS >= 11.2 */ 
.fixbn{position:fixed; background-size:100%;bottom:0; display:block; z-index:30;}
.fixbn ul li{float:left;padding:0;list-style-type:none;width:50vw;}
.fixbn ul li img{width:100%;margin:0 auto;}
.fixbn ul{ margin-top: 0px; margin-bottom: 0px; padding-left: 0px;}

/*注意事項區*/
.edm_notice{ text-align:center; padding:10px 10px 70px 10px; color:#fff; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

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

/*分享浮層*/
.floatBox { position:relative; margin:2% auto; padding: 2% 0; width: 700px; height:auto; background-color:rgba(0,0,0,0.8); text-align:center;  border-radius:20px;}
.floatBox img { width:100%; height:auto;}
.floatBox .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.floatBox .go_bt:hover { filter: brightness(120%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.floatBox .closeButton a { display:block; cursor:pointer; position:absolute; top:-20px; right:-20px; width:40px; height:40px; border-radius:50%; border:solid 2px #999999; font:bold 40px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
.floatBox .closeButton:hover {background-color:#666; text-decoration:none;}
.floatBox .title  { display:inline-block; margin:0 0 10px 0; border-bottom:1px solid #ffd800; font:bold 45px/1.5em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;  color:#ffd800; text-align:center}
.floatBox .box_ { margin:0 auto; width:90%;}
.floatBox .box_:after { content: ""; display:block; clear:both;}
.floatBox .box_btn { margin:20px auto 0; width: 80%;}
.floatBox .box_btn a { display:block; margin:3% 0;}
.floatBox .box_btn img { width:100%;}
.floatBox .box_btn .btn { margin:0 auto; width:60%;}
.floatBox .box_btn2 a { float:left; margin:0 1%; width:48%;}
	@media screen and (max-width:767px){
		.floatBox { padding:5% 0; width:90%; height: auto;}
		.floatBox .closeButton a {display:block; position:absolute; top:-15px; right:-15px; width:30px; height:30px; border-radius:50%; border:solid 2px #999999; font:bold 30px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
		.floatBox .closeButton:hover {background-color:#666; text-decoration:none}
		.floatBox .title  { margin:0 5% 3vw; font-size: 6vw; line-height:2rem;}
		.floatBox .box_btn { margin:2% auto 0;}
		.floatBox .box_btn .btn { margin:0 auto; width:80%;}
	}

  /*黏人精*/
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 0; right: 0;}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto; position: absolute; top: 0; left: 0;}
.Area_hammerAD .closeButton a { display: block; cursor: pointer; position: absolute; width: 20px; height: 20px; border-radius: 50%; font: bold 20px/1em "Century Gothic"; color: #FFF; text-align: center; background-color: rgba(0%,0%,0%,0.5); text-decoration: none; z-index: 2;}
.Area_hammerAD .Ahammer_text { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; color: #000; font-family: "Century Gothic","Noto Sans CJK TC"; font-weight: 700;}
.Area_hammerAD .Ahammer_black .img_0, .Area_hammerAD .img_1 { filter: brightness(0%);}
.Area_hammerAD .Ahammer_black .img_1 { filter: none;}
.Area_hammerAD .Ahammer_black .Ahammer_text { color: #fff;}
@media screen and (min-width:768px){
  .Area_hammerAD { position: fixed; z-index: 300; left: 50%; right: auto; bottom: 50px; display: block; width: 210px; height: 200px; transform: translateX(618px) translate3d(0,200px,0);}
  .Area_hammerAD .closeButton a { top: 0; right: 0;}
  .Area_hammerAD .Ahammer_text { font-size: 2.3em; line-height: 1em; height: 1em; top: 40px;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;}
  .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  .Area_hammerAD .Ahammer_text { font-size: 1.5em; line-height: 1.5em; height: 1.5em; top: 3.6vw;}
}



/*Phone錨點*/
.Area_floorPD_NavArea_tabbar {
  margin: 0 auto 5vw ;
  width: 94%;
}
.Area_floorPD_NavArea_tabbar.cate-fixed {
  width: 100%;
}
.Area_floorPD_NavArea_tabbar .Nav_box {
  border-radius: 8px;
  -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
          box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
}
.Area_floorPD_NavArea_tabbar .Nav li {
  overflow: visible;
}
.Area_floorPD_NavArea_tabbar.cate-fixed .Nav_box {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
          box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
}
