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

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

@media screen and (max-width: 767px) {
  #gotop {z-index: 999;}
}
/*寬度,間距*/
  @media screen and (max-width:767px){
    .Area1220 { margin:0 auto; width:100%;}
    .Area960 { margin:0 auto; width:100%;}
    .Area_bottom { margin-bottom:5vw!important;}
    .Area_top {margin-top: 5vw!important; }   
  }
  @media screen and (min-width:768px){
    .Area1220 { width:1220px;}
    .Area960 { width:960px;}
    .Area_bottom { margin-bottom:80px!important;}
    .Area_top { margin-top: 80px!important; }
  }
  
/*全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; background: url("main_item_bg.png?t=1780476936299") no-repeat bottom; }
.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;  background: url("main_item_bg_m.png?t=1780476936299") no-repeat bottom; background-size: 100%;}
		.WRAPPER img {  width:100%;  height:auto;}
	}

/*fixed背景*/
.bg_01 { z-index:0; 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%;}
		}


/*bn*/
@media screen and (min-width: 768px){  
  .bn img{ border-radius: 20px;}
 }
 @media screen and (max-width:767px){
  .bn img { border-radius: 0.5em }
 }


/*全背景*/
.Area_full .Area_swiper_box .PD_layout li {background-color: transparent ;}
@media screen and (min-width: 768px){  
  .Area_full .bg {  background-image: none}
  .Area_full .bg::before{ content: ""; background: url("hotPD_bg_top.png?t=1780476936299") no-repeat scroll top;left: 0; position: absolute; top:-110px; width: 100%; height: 100%; z-index: -3; }
  .Area_full .bg::after{ content: ""; background: url("hotPD_bg_bottom.png?t=1780476936299") no-repeat scroll bottom; left: 0;top:280px; position: absolute; width: 100%; height: 108%; z-index: -3; } 
  /*.Area_full .bg2 { background-image: url("bg_m.png?t=1780476936299"); position: absolute; top:-100px; left: 0; width: 100%; height:680px ;z-index: -4;}*/
  .Area_full .bg2::before{ content: ""; background: none}
  .Area_full .bg2::after { content: ""; background: none}
 }
 @media screen and (max-width:767px){
  .Area_full .bg {  height:95%; background-image: none}
  .Area_full .bg::before{ content: ""; background: url("m_hotPD_bg_top.png?t=1780476936299") no-repeat scroll top / 100%;; position: absolute; top:-7vw; left: 0; width: 100%; height: 100%; z-index: -2; }
  .Area_full .bg::after { content: ""; background: url("m_hotPD_bg_bottom.png?t=1780476936299") no-repeat scroll bottom / 100%; position: absolute; top:26vw; left: 0; width: 100%; height: 100%; z-index: -2; }
  .Area_full .bg2 { background-color: #0969c0; position: absolute; top:10.5vw; left: 0; width: 100%; height:100%; z-index: -3;}
  .Area_full .bg2::before{ content: ""; background: none}
  .Area_full .bg2::after { content: ""; background: none}
 }


/*版頭背景*/
.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: 5; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco1.png?t=1780476936300) 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=1780476936300) repeat-y center top; transition: 0.5s linear; pointer-events: none;}

/*版頭區塊*/
.Area_title img{ width: 100%; }
@media screen and (min-width:768px){
.Area_title {height: 1110px;z-index: 20;}
.date_bg {position: absolute;top: 35px;left: 471px; z-index: -30;width: 12.3%;pointer-events: none;}	
.top_tag {position: absolute;top: 523px;left: 220px;z-index: 50;width: 16%;}
}

@media screen and (max-width:767px){
.Area_title {height: 124vw;}
.top_tag {position: absolute;top: 53.6vw;left: 10vw;z-index: 30;width: 21%;}
}


/*版頭主標微調*/
.Area_title img{width: 100%;border-radius: 0!important;}
.Area_title .PD_layout .PD_slide { min-width:auto; }
.Area_title .PD_layout li { border:none; }
.Area_title .topTitle ul { padding: 0!important;}
.Area_title .topTitle2 ul { padding: 0!important;}

@media screen and (min-width: 768px) {
  .Area_title {height: 1230px; width: 2000px; }

  .Area_title .topTitle { z-index:1; position: absolute; top:0; left:0; width: 100%; margin-left: 0px;}
  .Area_title .topTitle .lightSweep {width: 960px; position: absolute; margin-left: -520px; top: 0;}

  .Area_title .topPD_01 { z-index:7; position: absolute; top:0; left:0; width: 100%;}
  .Area_title .sub { z-index:5; position: absolute; top:0px; left:0; width: 100%; margin-left: 0px;}
  .Area_title .date { z-index:12; position: absolute; top:0; left:0; width: 100%; margin-left: 0px;}
  .Area_title .m_momo_logo { z-index:1; position: absolute; top:0; left:0; width: 100%;}

  .Area_title .top_front { z-index:11; position: absolute; top:0; left:0; width: 2000px; margin-left: -520px;}
  .Area_title .top_front_light { z-index:11; position: absolute; top:0; left:0; width: 100%; mix-blend-mode: screen;}
  .Area_title .topTitle_light { z-index:11; position: absolute; top:0; left:0; width: 2000px; mix-blend-mode: screen; margin-left: -520px;}
  .Area_title .top_bg { z-index:-1; position: absolute; top:0; left:0; width: 2000px; margin-left: -520px;}

}
@media screen and (max-width:767px){
  .Area_title .topTitle { z-index:1; position: absolute; top:0; left:0; width: 100%;}
  .Area_title .topTitle .lightSweep {width: 100%; position: absolute; top:0; left:0;}

  .Area_title .topPD_01 { z-index:7; position: absolute; top:0; left:0; width: 100%;}
  .Area_title .sub { z-index:5; position: absolute; top: 0vw; left:0; width: 100%;}
  .Area_title .date { z-index:12; position: absolute; top:0; left:0; width: 100%;}
  .Area_title .m_momo_logo { z-index:1; position: absolute; top:0; left:0; width: 100%;} 

  .Area_title .top_front { z-index:11; position: absolute; top:0; left:0; width: 100%; }
  .Area_title .top_front_light { z-index:11; position: absolute; top:0; left:0; width: 100%; mix-blend-mode: screen;}
  .Area_title .topTitle_light { z-index:11; position: absolute; top:0; left:0; width: 100%; mix-blend-mode: screen; }
  .Area_title .top_bg { z-index:-1; position: absolute; top:0; left:0; width: 101%; }

}		

@media screen and (min-width: 768px){
.title {position: relative;z-index: 10;}
.title .PD_layout li:nth-of-type(1) {position: absolute;top: 0px;left: 130px;z-index: 10;width: 960px;}
.title .PD_layout li:nth-of-type(2) {position: absolute;top: 0px;left: 130px;z-index: 11;width: 960px;opacity: 0;}
.title .PD_layout li:nth-of-type(3) {position: absolute;top: 0px;left: 130px;z-index: 10;width: 960px;opacity: 0;}
.title .PD_layout .PD img { width: 100%!important; }
}

@media screen and (max-width:767px){
.title {position: relative;top: 0;left: 0;}
.title .PD_layout li:nth-of-type(1) {position: absolute;top: 0vw;left: 0vw;z-index: 10;width: 100%;}
.title .PD_layout li:nth-of-type(2) {position: absolute;top: 0vw;left: 0vw;z-index: 30;width: 100%;opacity: 0;}
.title .PD_layout li:nth-of-type(3) {position: absolute;top: 0vw;left: 0vw;z-index: 10;width: 100%;opacity: 0;}
.title .PD_layout .PD img { width: 100%!important; }
}


/*副標*/
.sub .PD_layout ul{display: flex;padding: 0;}
@media screen and (min-width: 768px){
.sub {position: absolute;top: 0px;left:130px;width: 960px;height: 1100px;z-index: 30;}	
}
@media screen and (max-width:767px){
.sub {position: absolute;top: 0;left: 0vw;width: 100%;height: 41vw;z-index: 30;}
.sub .PD_layout .PD img {width:100%;padding: 0;}
}


/*版頭線上入稿品*/
.Area_title .swiper_box .PD_layout .PD h3 { width: 100%; }
.Area_title .swiper_box .PD_layout[data-pd-h3="5"] .PD h3 span{ max-width: 100%!important; }
.Area_title .swiper_box .PD_layout .PD h3,.Area_title .box01 .PD_layout .PD h4 { margin-bottom: 0; }
.Area_title .swiper_box .PD_layout .PD .PD_logo img {background-color: #0000;box-shadow: none; display: none;}
.Area_title .swiper_box ul.PD_wrapper li{flex-shrink: 0;margin: 0;padding: 0;min-width: auto;border-top: none;border-right:none;border-radius: 0.5em;}
.swiper_box ul.PD_wrapper { position: relative; display: flex; flex-wrap: nowrap; margin: 0; width: 100%; box-sizing: content-box; background-color: rgba(0,0,0,0); }
.swiper-pagination-bullet, .swiper-pagination-bullet-active  { }

@media screen and (min-width: 768px){
.Area_title .swiper_box {position: relative;margin: 0 auto; top: 0px; left:0px; z-index: 2; display: block;overflow: hidden}
.PD_boxbg {position: absolute;top: 455px;left: 0;z-index: 10;}	
.Area_title .swiper_box ul{grid-gap: 0;padding: 0px;height: 1100px;}
.Area_title .swiper_box .PD_layout .PD_into{position: absolute; top: 0px; left:50px; width:350px;}
.Area_title .swiper_box .PD_layout .PD_img{position: relative; padding: 0; margin: 0 auto; top: 0px; left: 0px; width:960px; height:1100px;}
.Area_title .swiper_box .PD_layout .PD_logo {position: absolute; top: 63px;left: -465px;width: 184px;height: 177px;}
.Area_title .swiper_box .PD_layout .PD h3,.Area_title .swiper_box .PD_layout .PD h4 {color: #ffffff;font-size: 25px; width: 270px;}
.Area_title .swiper_box .PD_layout .PD p del {color: #25aaef;}
.Area_title .swiper_box .PD_layout .PD p { height: 3em; line-height: 1;  width: 270px;}
.Area_title .swiper_box .PD_layout .PD p .Price{font-size: 3em;color: #25aaef;}
.Area_title .swiper_box .PD_layout .PD p .money{font-size: 1.3em;color: #25aaef;}
.Area_title .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 145px;left: -65px;}

.Area_title .swiper_box .PD_layout .PD_img {order: 1; }
.Area_title .swiper_box .PD_layout .PD_into {display: none; background: url("txt_deco.png?t=1780476936300") no-repeat top right; justify-content: flex-end; margin-top: 36px; margin-left: -31px; 
  border-radius: 3em 0em 0.5em 0.5em; border: #FFF 2px solid; z-index: 99;padding: 0.5em 0.5em 2em 1em;background-color: rgba(255, 255, 255, 0.75);width: 300px; height: 175px;}
.Area_title .swiper_box .PD_layout .PD_into::after {content: ""; background: url("PD_into_btn.png?t=1780476936300") no-repeat top / 100%;; position: absolute; top:150px; left:158px; width: 151px; height: 43px; z-index: 2; }

}
@media screen and (max-width:767px){
.Area_title .swiper-pagination-bullet {width: 5px;height: 5px;}
.Area_title .swiper_box {position: absolute;width: 100%;top: 0;left:0;z-index: 2;}
.PD_boxbg {position: absolute;top: 70vw;left: 0;z-index: 0;height: 66vw;}	
.Area_title .swiper_box .PD_layout .PD p del {font-size: 0.7em;color: #25aaef;}
.Area_title .swiper_box .PD_layout .PD p .Price{font-size: 1.3em;color: #25aaef;}
.Area_title .swiper_box .PD_layout .PD p .money{font-size: 12px;color: #25aaef;}
.swiper_box ul{grid-gap: 0;padding: 0 0 3vw;}
.Area_title .swiper_box .PD_layout .PD_into{position: absolute;top: 34vw;left:2vw;}
.Area_title .swiper_box .PD_layout .PD_img{position: relative; padding: 0; top:0 ; right: 0; width: 100%; height: auto; display: block; overflow: hidden; margin: 0 auto;}
.Area_title .swiper_box .PD_layout .PD_logo {position: absolute;top: 9vw;left: -57vw;height: 5em;}
.Area_title .swiper_box .swiper-container-horizontal>.swiper-pagination-bullets {bottom: -13vw;left: 22vw;}
.Area_title .swiper_box .PD_layout .PD h3,.Area_title .swiper_box .PD_layout .PD h4 {color: #ffffff; font-size: 0.8em ; width: 100%; height: 5vw;}
.Area_title .swiper_box .PD_layout .PD p {width: 100%; line-height: 1;}

.Area_title .swiper_box .PD_layout .PD_into {display: none; background: url("txt_deco.png?t=1780476936300") no-repeat top right; background-size:10%; flex-end; margin-top: 0vw; margin-left: 0vw; 
  border-radius:1.4em 0em 0.5em 0.5em; border: #FFF 2px solid; z-index: 99; padding:0.2em 0 0.2em 0em; background-color: rgba(255, 255, 255, 0.75); width: 31vw;}	
.Area_title .swiper_box .PD_layout .PD_into::after {content: "";background: url("PD_into_btn.png?t=1780476936300") no-repeat top / 100%; position: absolute; top: 17vw;left: 12vw;width: 20vw;height: 10vw; z-index: 2; }

}

.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*/
  }



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


/*活動倒數*/
.TimerNick { position: absolute; top: 1110px; left:360px; display: inline-block; z-index:99; text-align: right; letter-spacing: 0.3em;}
.TimerNick2 { position: absolute; top:1110px!important; left:360px; display: inline-block; z-index:99; text-align: right; letter-spacing: 0.3em;}
.TimerNick .FontStyle { display: inline-block; margin: 0 0 0 5px; padding: 0; border: 0; font-size: 42px;  color:#ffffff; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 36px;  letter-spacing: 0.1em; color:#ffffff;}
.TimerNick b { font-weight: 800;}
@media screen and (max-width:767px){
  .TimerNick  { width:100%; top: 117vw; margin: 0 auto; column-gap: 0.5em; text-align: right; z-index: 999; left: -12vw;}
  .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:#ffffff;  }
  .TimerNick span { padding-left: 0; font-size: 1em; letter-spacing: -0.05em; margin-left: -0.3em;color:#ffffff; }
  .TimerNick span:first-child{ margin-top: -0.1em; }
}

/*公版*/
@media screen and (min-width: 768px){
  .box_txt::before {content:"";position: absolute;display:block;top: -45px;left: 130px;width: 960px;height: 232px;pointer-events:none;z-index: -9;background: url("Area_title_light.png?t=1780476936300") center top/100% no-repeat scroll!important; mix-blend-mode: screen;}	
  .box_txt::after {content:"";position: absolute;display:block;top: -45px;left: 130px;width: 960px;height: 232px;pointer-events:none;z-index: -10;background: url("Area_title_bg.png?t=1780476936300") center top/100% no-repeat scroll!important;}	
  .box_txt2::before {content:"";position: absolute;display:block;top: -45px;left: 130px;width: 960px;height: 232px;pointer-events:none;z-index: -9;background: none!important;}	
  .box_txt2::after {content:"";position: absolute;display:block;top: -45px;left: 130px;width: 960px;height: 232px;pointer-events:none;z-index: -10;background: none!important;}	
}
@media screen and (max-width:767px){
  .box_txt::before {content:"";position: absolute;display:block;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: -9;background: url("Area_title_light.png?t=1780476936300") center top/100% no-repeat scroll!important; mix-blend-mode: screen;}	
  .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=1780476936300") center top/100% no-repeat scroll!important;}	
  .box_txt2::before {content:"";position: absolute;display:block;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: -9;background: none}	
  .box_txt2::after {content:"";position: absolute;display:block;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: -10;background: none}	
}
/*公版背景*/
.box_txt a {  pointer-events: none; cursor: default;}
.box_txt .PD_into {  position: relative!important; left: 0!important ;top: 0!important;}
.box_txt ul,.box_txt2 ul,.box_txt3 ul,.box_txt4 ul{ padding: 0!important; margin: 0!important;background-image: inherit; }
.box_txt .PD_layout .PD h3 span{ overflow: inherit;}
.box_txt .PD_layout li:nth-child(odd) {background: none!important;height: inherit!important;}
.box_txt .PD_layout li:nth-child(odd) .PD_into {width: 100%!important; margin-left: 0!important;}
@media screen and (min-width: 768px){
.box_txt {position: relative;display: flex;margin: 0 auto;width: 100%;height: 190px; justify-content: center; z-index: 10;}
.box_txt img{width: 88%!important;padding: 0;}
.box_txt .PD_layout .PD h3 { overflow: visible; flex-wrap: nowrap; flex-direction: row; color: #ffec4c; font-size: 3.8em; font-family: "Century Gothic"; letter-spacing: -1px; line-height: 1.95; font-style: italic; text-shadow: 0 0 30px rgba(0,0,0,1);}	
.box_txt .PD_layout .PD h3 b {font-weight: 300; margin: 0 auto; padding: 0;font-style:normal; color: #ffffff;}
}
@media screen and (max-width:767px){
.box_txt {position: relative;margin: 0 auto;width: 100%;height: 24vw;z-index: 30;}
.box_txt img{width: 100%;}
.box_txt .PD_layout .PD h3 { text-shadow: 0 0 30px rgba(0,0,0,1); overflow: visible; display: flex;flex-wrap: nowrap;flex-direction: row;margin: 0 auto;color: #ffec4c;font-size: 1.8em;letter-spacing: -0.05em;;line-height: 1;font-family: "Century Gothic","Noto Sans CJK SC";max-height: 16vw;padding-top:7%;font-style: italic;}
.box_txt .PD_layout .PD h3 b { font-weight: 300; margin: 0; font-style: normal; color: #ffffff;}	
}

.box_txt2 a {  pointer-events: none; cursor: default;}
.box_txt2 .PD_into {  position: relative!important; left: 0!important ;top: 0!important;}
.box_txt2 ul,.box_txt2 ul,.box_txt3 ul,.box_txt4 ul{ padding: 0!important; margin: 0!important;background-image: inherit; }
.box_txt2 .PD_layout .PD h3 span{ overflow: inherit;}
.box_txt2 .PD_layout li:nth-child(odd) {background: none!important;height: inherit!important;}
.box_txt2 .PD_layout li:nth-child(odd) .PD_into {width: 100%!important; margin-left: 0!important;}
@media screen and (min-width: 768px){
.box_txt2 {position: relative;display: flex;margin: 0 auto;width: 100%;height: 170px; justify-content: center; z-index: 10;}
.box_txt2 img{width: 88%!important;padding: 0;}
.box_txt2 .PD_layout .PD h3 { overflow: visible; flex-wrap: nowrap; flex-direction: row; color: #ffec4c; font-size: 3.8em; font-family: "Century Gothic"; letter-spacing: -1px; line-height: 1.95; font-style: italic; text-shadow: 0 0 30px rgba(0,0,0,1);}	
.box_txt2 .PD_layout .PD h3 b {font-weight: 300; margin: 0 auto; padding: 0;font-style:normal; color: #ffffff;}
}
@media screen and (max-width:767px){
.box_txt2 {position: relative;margin: 0 auto;width: 100%;height: 24vw;z-index: 30;}
.box_txt2 img{width: 100%;}
.box_txt2 .PD_layout .PD h3 { text-shadow: 0 0 30px rgba(0,0,0,1); overflow: visible; display: flex;flex-wrap: nowrap;flex-direction: row;margin: 0 auto;color: #ffec4c;font-size: 1.8em;letter-spacing: -0.05em;;line-height: 1;font-family: "Century Gothic","Noto Sans CJK SC";max-height: 16vw;padding-top:7%;font-style: italic;}
.box_txt2 .PD_layout .PD h3 b { font-weight: 300; margin: 0; font-style: normal; color: #ffffff;}	
}

/*01_天天12點搶超級神券*/	

.Area_danji .danji_box ul li .activityText .gifts span{color: #ffec4c;font-weight: 900;}

.Area01 .PD_layout ul {padding: 0!important; grid-gap: 0!important;}
.Area_danji .danji_box {padding: 0 2%;}
.Area_danji .PD_layout.PD_layout-coupon3 .PD .divine_coupon {color: #2d298b;}
.Area_danji .PD_layout.PD_layout-coupon3 .PD .threshold {color: #2d298b}
.Area_danji .PD_layout.PD_layout-coupon3 .PD h3 {}
.Area_danji .PD_layout.PD_layout-coupon3 .PD h4 {}
.Area_danji .sub_title1 ul {padding: 0!important; grid-gap: 0px!important;}
.Area_danji .sub_title2 ul {padding: 0!important; grid-gap: 0px!important;}
.Area_danji .sub_title3 ul {padding: 0!important; grid-gap: 0px!important;}
.Area_danji .Area_coupon .PD_layout .PD_img {padding: 0;}

@media screen and (min-width:768px){
  .Area_coupon {padding: 1%!important; width: 98% !important;}
  .Area_danji .sub_title2 ul {padding: 0!important; width: 96%;}
  .Area_danji .sub_title3 ul {padding: .5em 0 .5em 2%!important; width: 96%;}
  /**.Area_danji::before {content: ""; position: absolute; display: block; width:960px; height: 110%; pointer-events: none; z-index: -30; background-color: #2d298b; border-radius:42px; top: -47px;}	*/ 
	.Area_danji {position: relative; height:; margin:5% auto;z-index: 1}		 
	.Area_danji .Area_coupon .PD_layout ul {background: none;row-gap: 10px;padding: 0 30px;}
  /**小標**/ 
  .Area_danji .layout_text .PD .PD_into h3{font-size:48px; color:#25aaef; margin-top: -10px; font-weight: 700; font-family: "Century Gothic","Noto Sans CJK SC";}
	}
	
	@media screen and (max-width:767px){
  .Area_coupon {padding: 0!important; width: 100% !important;}
  /**.Area_danji::before {content: ""; position: absolute; display: block; width: 100%; height: 105%; pointer-events: none; z-index: -30; background-color: #2d298b;border-radius:5vw; top: -4.5vw;}	*/  
	.Area_danji {position: relative;width: 96%;}
  /**小標**/ 
  .Area_danji .layout_text .PD .PD_into h3{ font-size: 1.2em; color: #25aaef; font-weight: 700; font-family: "Century Gothic", "Noto Sans CJK SC"; line-height: 1.2; height: 1.2em;}
	}

@media screen and (min-width:768px){
  .Area_danji .sub_title2 ul {padding: 0!important; width: 96%;}
  .Area_danji .sub_title3 ul {padding: .5em 0 .5em 2%!important;width: 96%;}
	.Area_danji {position: relative;height:;margin:5% auto;z-index: 1}		 
	.Area_danji .kind  {position:relative; width: 90%; margin: 10px auto 20px auto; list-style:none; display:flex; flex-wrap:wrap; box-sizing: border-box;}
	.Area_danji .kind h4 {font-size: 36px; margin: 0;padding: 0;}
	.Area_danji .kind li {position: relative;width: 11%;margin: 0 auto;padding: 8px 12px;color:#ffec4c; background-color:#2d298b;border-radius: 50px;border: #ffec4c 3px solid;}
	.Area_danji .kind li.selected {color:#2d298b; background-color:#ffec4c;}

	.Area_danji h3{font-size: 30px;margin: 15px 0;color: #ffffff;}	  
  .Area_danji .Area_coupon .PD_layout ul {background: none;row-gap: 0px;padding: 0 30px;}
  .Area_danji .Area_coupon {margin-bottom: 30px;}
	}
	
	@media screen and (max-width:767px){
  .Area_danji .Area_coupon .PD_layout ul {height: 22vw;} 
  .Area_danji .Area_coupon {width: 96%;padding:0 2%;}
	.Area_danji {position: relative;}
	.Area_danji .kind  {position:relative;width: 100%; left: 2%; margin:0 0 2% 0; list-style:none; display:flex; flex-wrap:wrap; padding:0; box-sizing: border-box;}
	.Area_danji .kind h4 {font-size: 4vw; margin: 0;padding: 0;}
	.Area_danji .kind li {position: relative;width: 9%;margin: 1% 1.1%;padding:1vw 2vw;color:#ffec4c; background-color:#2d298b;border-radius: 5vw;font-family: "Century Gothic";border: #ffec4c 2px solid;}
	.Area_danji .kind li.selected {color:#2d298b; background-color:#ffec4c;}
	.Area_danji h3{font-size: 4vw;margin: 0;color: #ffffff;}
  .Area_danji .Area_coupon .PD_layout ul {background: none;row-gap: 0px;padding: 0; }
  .Area_danji .Area_coupon {margin-bottom: 3vw;}
	}

/*02_4/16限定最強攻略*/
 .Area_feedback ul{padding: 0!important;}
  @media screen and (min-width: 768px){
    .Area_feedback .lightSweep {width: 960px; position: absolute; left: 0;}
  }

/*03_折扣超殺全滿載(活動宮格)*/	

.Area_event .event_bn1 ul{width: 96%; margin: 2% auto;}
  .Area_event .event_bn2 ul{width: 98%; margin: 2% auto 4% auto;}
  .Area_event .event_bn2 li{padding: 2%;}

@media screen and (min-width:768px){
 /* .Area_event::before {content: ""; position: absolute; display: block; width:960px; height: 103%; pointer-events: none; z-index: -30; background-color: #ffec4c; border-radius:42px; top: -37px;}*/	
  .Area_event .PD_layout ul {padding: 0!important; grid-gap: 0!important;}
  .Area_event {height: 900px;}
  }
  
@media screen and (max-width:767px){
 /* .Area_event::before {content: ""; position: absolute; display: block; width: 100%; height: 103%; pointer-events: none; z-index: -30; background-color: #ffec4c;border-radius:5vw; top: -4.5vw;}*/
  .Area_event .PD_layout ul {padding: 0!important; grid-gap: 0!important;}
  .Area_event {height: 80vw;}
}


/*主打品區*/
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD h3 {}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .money,
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .Price,
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p b,
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p small{background: -webkit-linear-gradient(90deg, #ffec4c 20%, #ffec4c 60%);-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
.mainPD1 .PD_layout .PD_img {z-index: 5}
.mainPD1 .PD_layout .PD_logo img {box-shadow: none!important }	
.mainPD1 .PD_layout li:nth-child(even) .PD a{flex-direction: row!important;}
.mainPD1 .PD_layout li:nth-child(odd){content: "";background: url(PD01_bg.png?t=1780476936300)center top / 100% no-repeat scroll;}
.mainPD1 .PD_layout li:nth-child(even){content: "";background: url(PD02_bg.png?t=1780476936300)center top / 100% no-repeat scroll;}

@media screen and (min-width:768px){
.mainPD1{position: relative;height:auto;}
.mainPD1 .PD_layout ul {padding-top: 0px; padding-left: 0px;padding-right: 0px;}	
.mainPD1 .PD_layout li {height: 520px;}	  
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD h3 {font-size: 45px;color: #1cf2ff;top: 60px;}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD h4 {top: 135px;font-size: 36px;color: #ffffff}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p {top: 145px;height: 89px;}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .js-PD_del {position: absolute;font-size:32px;color: #b8c7e2;font-weight: 400;top: 5px}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .Price {top:34px;left:2px;font-size: 80px;line-height: 85px;font-weight: 900; font-family:Arial}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .money {font-size: 36px;font-weight: 900; font-family:Arial}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p b, .PD_layout .PD p del {font-size: 1.3em;}

.mainPD1 .PD_layout li:nth-child(odd) .PD_logo {position: relative;width: 195px;height: 195px;left: 120px; top: -100px;}	  
.mainPD1 .PD_layout li:nth-child(even) .PD_logo {position: relative;width: 195px;height: 195px;left: 120px;top: -100px;}

.mainPD1 .PD_layout li:nth-child(odd) .PD_img{position: relative;width:480px;left: -147px;top:-55px;}		  
.mainPD1 .PD_layout li:nth-child(even) .PD_img{position: relative;width:480px;left:116px;top:-60px}

.mainPD1 .PD_layout.PD_layout-PDBN_01 li:nth-child(odd) .PD p {top: 200px;}
.mainPD1 .PD_layout.PD_layout-PDBN_01 li:nth-child(even) .PD p {top: 200px;}	  

.mainPD1 .PD_layout li:nth-child(odd) .PD_into{width:50%;z-index: 1;position: absolute;left: 150px;top: 80px;}
.mainPD1 .PD_layout li:nth-child(even) .PD_into{width:50%;z-index: 1;position: absolute;left: 590px;top: 80px;}		  

}
@media screen and (max-width:767px){
.mainPD1 {position:relative;height: auto;}
.mainPD1 .Area_title {position:relative;z-index: 1;height:15vw;}	  
.mainPD1 .PD_layout ul{padding-left: 0em;padding-right:0em;perspective:10vw;/*padding-top: 4.7vw*/}
.mainPD1 .PD_layout li{margin:0;z-index: 2;width: 100%;height: 54vw}
.mainPD1 .PD_layout li:nth-child(odd){content: "";background: url(PD01_bg_m.png?t=1780476936300)center top / 100% no-repeat scroll;}
.mainPD1 .PD_layout li:nth-child(even){content: "";background: url(PD02_bg_m.png?t=1780476936300)center top / 100% no-repeat scroll;}

.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD h3 {font-size: 4.4vw;top:15vw;color: #1cf2ff}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD h4 {font-size: 3.8vw;top: 22vw;color: #ffffff}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p {top:28vw;/*font-weight: 600;*/}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .Price {top:25vw;left: -2vw;font-size: 2.5em; font-weight: 900; font-family:Arial}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .money {font-weight: 900; font-family:Arial}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p .js-PD_del {position: absolute; font-size:1em; color: #b8c7e2; font-weight: 400; top: -2vw}
.mainPD1 .PD_layout.PD_layout-PDBN_01 .PD p b, .PD_layout .PD p del {font-size: 0.9em;}

.mainPD1 .PD_layout li:nth-child(odd) .PD_logo {width:20vw;height:20vw;position: relative;left:15vw;top: -2vw }		  
.mainPD1 .PD_layout li:nth-child(even) .PD_logo {width:20vw;height:20vw;position: relative;left:15vw;top: -2vw}

.mainPD1 .PD_layout li .PD_logo img {width:47vw;height:47vw;}

.mainPD1 .PD_layout li:nth-child(odd) .PD_img{position: relative; width: 50vw; left: 99vw; top: -6vw;}
.mainPD1 .PD_layout li:nth-child(even) .PD_img{position: relative; width: 50vw; right: 66vw; top: -6vw;}

.mainPD1 .PD_layout.PD_layout-PDBN_01 li:nth-child(odd) .PD p {top: 29.5vw; height: 35vw;}
.mainPD1 .PD_layout.PD_layout-PDBN_01 li:nth-child(even) .PD p {top: 29.5vw; height: 35vw;}

.mainPD1 .PD_layout li:nth-child(odd) .PD_into{width:50%;z-index: 1;margin-right: 80vw; }
.mainPD1 .PD_layout li:nth-child(even) .PD_into{width:50%;z-index: 1; margin-left: 44vw;}	  

}


/*04_主打品區*/
.PD_layout .PD p del {padding-right: 0;}
.mainPD .PD_layout ul {background-color: transparent;width: 100% }
.mainPD .PD_layout ul li {border: none; }
.mainPD .Area_swiper_box .PD_layout li {background-color: transparent ;}

@media screen and (min-width:768px){
  /*.mainPD { background: url("main_item_bg.png?t=1780476936300") no-repeat scroll bottom; }*/
  .mainPD .bg {background-image: url(); position: absolute; top:50px; left: -390px; width: 2000px; height:3100px; z-index: -2;}
  .mainPD .bg2 {background-image: url("hotPD_bg_center.png?t=1780476936300"); position: absolute; top:400px; left: -390px; width: 2000px; height:2350px; z-index: -2;}
  .mainPD .bg::before{ content: ""; background: url("hotPD_bg_top.png?t=1780476936300") no-repeat scroll top; position: absolute; top:-80px; left: 0; width: 100%; height: 100%; z-index: -2; }
  .mainPD .bg::after{ content: ""; background: url("hotPD_bg_bottom.png?t=1780476936300") no-repeat scroll bottom; position: absolute; left: 0; width: 100%; height: 100%; z-index: -2; }
	.mainPD .PD_layout ul {padding: 0px;}
  /*.mainPD .PD_layout ul li:nth-child(even){ top: 50px;border: none; } */
  .mainPD .PD_layout.layout_item {padding: 0;top: 0}
  .mainPD .PD_layout.layout_item .PD_slide:hover {transform:translateY(-6px);}
  .mainPD .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
  .mainPD .PD_layout.layout_item .PD_slide {height: 750px; padding:0; margin: 0;}
  .mainPD .PD_layout.layout_item .PD_slide .PD_into {width: 100%;position: absolute;top: 264px;font-size: 2em;margin: 0 auto;}
  .mainPD .PD_layout.layout_item .PD_slide .PD_img img {margin: -50px auto 0 auto; box-shadow: unset; padding: 0;}
  .mainPD .PD_layout.layout_item .PD_slide .PD_into h3 {font-size: 1.4em; font-weight: 700; line-height: 1em;font-family: Noto Sans CJK SC; margin: 0 auto;padding: 0% 8%; color:#ffffff; /*border-top: #ffffff solid 1px;border-bottom: #ffffff solid 1px;*/}
  .mainPD .PD_layout.layout_item .PD_slide .PD_into h4 {font-size: 1.2em; color: #ffffff;font-weight: 800; margin: 0 auto;}
	.mainPD .PD_layout.layout_item .PD .PD_logo {position: relative; top: 32px;z-index: 0; margin: 0 auto 45px auto;}
	.mainPD .PD_layout.layout_item .PD .PD_logo img { position: relative;width: 100%;height: auto;box-shadow: none;}
	.mainPD .PD_layout.layout_item .PD p { padding: 0;height: 5em; line-height: 2em; font-size: 0.9em; margin: 0 auto;}
  .mainPD .PD_layout.layout_item li:nth-child(odd) { background: url("item_bg.png?t=1780476936300") center top / 100% no-repeat scroll;}	
  .mainPD .PD_layout.layout_item li:nth-child(even) { background: url("item_bg2.png?t=1780476936300") center top / 100% no-repeat scroll;}	
	.mainPD .PD_layout.layout_item .PD p b {background-color: #ffec4c; -webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent;font-size: 1.2em;font-weight: 600; margin: 0 auto;}	
  .mainPD .PD_layout.layout_item .PD_slide .PD p {color: #ffec4c;}
  .mainPD .PD_layout.layout_item .PD_slide .PD small {color: #ffec4c;font-size: 1.2em;}
	.mainPD .PD_layout.layout_item .PD_slide .PD p del {position: relative;color: #ffec4c;font-size: 1.2em;margin-top: 11px;}
	.mainPD .PD_layout.layout_item .PD p .money {position: relative;font-size: 1.5em;font-style: 800; background-color: #ffec4c; -webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent;} 
	.mainPD .PD_layout.layout_item .PD p .Price {position: relative;font-size: 2.4em;font-weight: 800; background-color: #ffec4c; -webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent;letter-spacing:-0.03em ;}
  /*.mainPD .PD_layout ul::after {content:"";position: absolute;display:block;top:120px;left: 0;width:100%;height: 97%;background: url("Area_PDrepeat.png?t=1780476936300") center top/ 100% no-repeat scroll;background-size: 100%;pointer-events:none;z-index: -1;}	*/
}
@media screen and (max-width:767px){
  .mainPD { padding-top: 20vw;padding-bottom: 0px}
  /*.mainPD { background: url("main_item_bg.png?t=1780476936300") no-repeat scroll bottom center; background-size: 250%;}*/
  .mainPD .bg { background-image: url();background-size: contain; position: absolute; top:0; left: 0; width: 100%; height: 100%; z-index: -2; padding: 5vw auto;}
  .mainPD .bg2 { background-image: url("m_hotPD_bg_center.png?t=1780476936300");background-size: contain; position: absolute; top:50vw; left: 0; width: 100%; height:80%; z-index: -2; padding: 5vw auto;}
  .mainPD .bg::before{ content: ""; background: url("m_hotPD_bg_top.png?t=1780476936300") no-repeat scroll top / 100%;; position: absolute; top:0; left: 0; width: 100%; height: 100%; z-index: -2; }
  .mainPD .bg::after { content: ""; background: url("m_hotPD_bg_bottom.png?t=1780476936300") no-repeat scroll bottom / 100%; position: absolute; top:0; left: 0; width: 100%; height: 100%; z-index: -2; }
  .mainPD .PD_layout.layout_item {padding: 0}
  .mainPD .PD_layout.layout_item ul {padding-left:0; padding-right:0;}
  .mainPD .PD_layout.layout_item li {width: 100%;height: 75vw;}
  /*.mainPD .PD_layout ul li:nth-child(even){ top: 1.3em;}	*/ 
  .mainPD .PD_layout.layout_item .PD_slide .PD_img {position: absolute; width: 100%;top: -7%;}
  .mainPD .PD_layout.layout_item .PD_slide .PD_into {margin-top:35.5vw; width: 100%; text-align:center; font-size: 1.1em;}
  .mainPD .PD_layout.layout_item .PD .PD_logo {position: relative; top: 5.2vw; width:100%; height:100%; z-index: 10;}
  .mainPD .PD_layout.layout_item .PD .PD_logo img {  box-shadow: none; width: 42%;height: auto;margin: 0 auto;}
  .mainPD .PD_layout.layout_item .PD_slide .PD_img img {margin: 0 auto;box-shadow: unset;}
  .mainPD .PD_layout.layout_item .PD_slide .PD_into h3 {font-weight: bolder; font-size: 1.2em; line-height: 1.1em;font-family: Noto Sans CJK SC; margin: 0 auto; padding: 0% 10%; color:#ffffff;}
  .mainPD .PD_layout.layout_item .PD_slide .PD_into h4 {font-size: 1em;color: #ffffff;margin: 0 auto;font-weight: 600;line-height: 1em;}
  .mainPD .PD_layout.layout_item .PD p { position: relative; top: 0vw; height: 3em;  width: 100%;}
  .mainPD .PD_layout.layout_item li:nth-child(odd) { background: url("item_bg.png?t=1780476936300") center top / 100% no-repeat scroll;}
  .mainPD .PD_layout.layout_item li:nth-child(even) { background: url("item_bg2.png?t=1780476936300") center top / 100% no-repeat scroll;left: 0%;}
  .mainPD .PD_layout.layout_item .PD p b {position: relative; background-color: #ffec4c; -webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent; font-size: 0.8em;font-weight:700;margin: 0 2% 0 0;}	
  .mainPD .PD_layout.layout_item .PD_slide .PD p {color: #ffec4c}
  .mainPD .PD_layout.layout_item .PD_slide .PD p del {position: relative;top: 0.3vw; color: #ffec4c;/*font-size: 4vw;*/}
	.mainPD .PD_layout.layout_item .PD p .money {position: relative;font-style: 800; background-color: #ffec4c; -webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent;}
	.mainPD .PD_layout.layout_item .PD p .Price {position: relative;font-size: 1.8em;font-style: 800; background-color: #ffec4c; -webkit-background-clip: text;-webkit-text-fill-color: transparent;color: transparent;letter-spacing:-0.03em ;}
  /*.mainPD .PD_layout ul::after {content:"";position: absolute;display:block;top: 16vw;left: 0;width:100%;height: 100%;background: url("Area_PDrepeat.png?t=1780476936300") center top/ 100% repeat-y scroll;background-size: 100%;pointer-events:none;z-index: -1;}*/
}



/*06_時間標籤商品*/
.Area_K4 .PD_layout li { border-top: solid 1px transparent; border-right: solid 1px transparent;}
@media screen and (min-width: 768px) {
  .Area_page .PD_layout { overflow: hidden;  padding: 20px 0;  width: 94%;  margin-top: 20px; }
}
@media screen and (max-width: 767px) {
  .Area_page .PD_layout {  width: 97%;  overflow: hidden;  padding: 2% 0% 5% 0%;  }
}


/*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);
}


  /*05_暖身優惠不漏接(公版區)+06_人氣夯品大集合(各部)*/  
  @media screen and (min-width:768px){
    .Area_topitem { margin-bottom: 80px!important;}
    .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; margin: 0px auto 30px auto;} 
    .Area_topitem .NavArea .Nav ul {text-align: center;}
    .Area_topitem .NavArea .Nav li a {padding: 0 2em;}
    .Area_topitem .Nav_box {width: 100%!important; margin: 0 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: 60px auto 0 auto ; background: url(deco_line.png?t=1780476936300)top center no-repeat;background-size: 67%; top: 10px; height: 90px;}
    .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:48px; color:#ffffff; margin-top: -15px; font-weight: 500; 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;background: url(bg.png?t=1780476936300) top center; }
    .Area_topitem .page_box .layout_PD ul li {} 
    .Area_topitem .page_box .layout_PD ul li:hover {box-shadow: none; } 
    .Area_topitem .page { background-color: #25aaef; padding: 0 2%; border-radius: 30px;}
    
    /*BN*/  
    .Area_topitem_BN {padding-bottom: 20px;}
    .Area_topitem_BN img {border-radius: 30px; width: 90%!important;}

   }
   @media screen and (max-width:767px){
    .Area_topitem { margin-bottom: 10vw!important;}
    .Area_topitem .NavArea .Nav_box { width: 96%; left: 2%;}
    .Area_topitem .page .layout_text .PD .PD_into h3 span {display: inline}
    .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 .page { background-color: #25aaef; padding-bottom: 2%; border-radius: 3vw;}
  
    /**區標**/ 
    .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=1780476936300)top center no-repeat;background-size: 100%; top: 0vw; height: 11vw;}
    .Area_topitem .page .layout_text ul {margin:0 auto;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: 500; font-family: "Century Gothic", "Noto Sans CJK SC"; line-height: 1.6; 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;}

    /*BN*/  
    .Area_topitem_BN {padding-bottom: 3vw;}
    .Area_topitem_BN img {border-radius: .5em;}


    }
   
    /*公版區*/  
    .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:#203344; 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%; }
  }


/*04_買一送一限量搶購-*/

@media screen and (min-width: 768px) {
.Area_topitem2 {height: 600px; bottom: 135px;}
}
  @media screen and (max-width:767px){
    .Area_topitem2 .PD_layout[data-pd-direction=row] .PD a { flex-direction: column; text-align: center;}
    .Area_topitem2 .PD_layout[data-pd-direction=row] .PD_img, .PD_layout[data-pd-direction=row-reverse] .PD_img { width: 100%;}
    .Area_topitem2 .PD_layout[data-pd-direction=row] .PD_into, .PD_layout[data-pd-direction=row-reverse] .PD_into { width: 100%;}
 }

/*07_品類熱搜看更多(logo)*/
/*區塊7-LOGO*/
.Area_brand .PD_layout li:nth-child(5) { left: 50%;}
.Area_brand .PD_layout li:nth-child(6) { left: 50%;}
.Area_brand .PD_layout li:nth-child(7) { left: 50%;}

@media screen and (min-width: 768px) {
  .Area_brand .PD_layout ul { padding: 0px 35px!important; gap: 20px!important;}
  .Area_brand .PD_layout .PD img {width: inherit;}
  .Area_brand .logo2{ top: 20px; height: 280px;}
}
@media screen and (max-width: 767px) {
  .Area_brand .PD_layout ul { grid-gap: .5em;padding: 4%;}
  .Area_brand .logo2{ width: 65%;}
}

/* --------------------------------------
* Page 頁籤_202405291900
* -------------------------------------- */
.NavArea_tabbar_page { margin: 0 auto 20px  ; width: 94%; }  
.NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
.NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
.NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
.NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
.NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
.NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
.NavArea_tabbar_page .Nav li { overflow: visible; }
@media screen and (min-width:768px){ 
  .NavArea_tabbar_page { display: block; }
}
/*頁籤高亮顏色設定 */  
.NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #000000 !important; background-color: #000000 !important;}
/*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}
                    
  
/*Area_page*/
.Area_page .NavArea .Nav {overflow-y: visible;}
.Area_page .bg {content: ""; position: absolute; display: block; width: 1220px; height: 96%; pointer-events: none; z-index: -30; background-color: #2d298b; border-radius: 42px; margin-top: 62px;}
.Area_page h3 { color: #fff; margin: 0; padding: 0}
.Area_page .PD_layout { width: 96%}
  @media screen and (min-width:768px){ 
  .Area_page { overflow: hidden; /*background-color: #555;*/ padding: 15px 0 ; border-radius: 1em } 
  .Area_page h3 { color: #fff; margin: 0 auto 20px; padding: 0}
  }
  @media screen and (max-width:767px){
  .Area_page .bg {content:""; position: absolute; display:block; margin-top:11vw; margin-left:0; width:100%; height: 95%; pointer-events:none ;z-index: -30; background-color: #2d298b;border-radius: 5vw; }
  .Area_page { width: 100% !important; overflow: hidden; /*background-color: #555;*/ padding: 2vw 0 ; border-radius: 1em } 
  .Area_page h3 { color: #fff; margin: 0 auto 2vw; padding: 0}
  }

  @media screen and (max-width:767px){
  .PD_layout-btn{padding: 2vw 0 0vw;}
}
	/*熱搜好物(6品頁簽)/*/
.PD_layout-btn li .PD h3 {background: #2d298b;}


/*區塊_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:-25vw; 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%;}
	}


/*天天簽到倒數移位*/
@media screen and (max-width:767px){
	.dailytaskArea p{ transform: translateX(-20vw)!important;}
}



/*星星閃*/
@media screen and (min-width:768px){
  .slideshow-container {
          /*position: relative;*/
          width: 1220px; /*設定圖像寬度*/
          height: 470px; /*設定圖像高度*/
          overflow: hidden; /*隱藏溢出內容*/
        }
  }
        .slideshow-container img {
          position: absolute;
          width: 100%;
          height: 100%;
          animation: fadeAnimation 8s infinite; /*啟動動畫效果*/
          animation-timing-function: ease-in-out;
          opacity: 0;
        }
  
        .slideshow-container img:nth-of-type(1) {
          animation-delay: 0s;/*依次播放效果*/
        }
  
        .slideshow-container img:nth-of-type(2) {
          animation-delay: .5s;
        }
  
        @keyframes fadeAnimation {
          0% {
            opacity: 0;
          }
          20% {
            opacity: 0;
          }
          40% {
            opacity: 1;
          }
          60% {
            opacity: 0;
          }
          80% {
            opacity: 1;
          }
          100% {
            opacity: 0;
          } 
          }


/*詳情說明*/
table {	border-collapse: collapse;
	background-color: white;
	margin-left: 2.5%;
    margin-bottom: 2.5%;
    width: 95%;
}

th, td {
	border: 1px solid #ddd;
	padding: 12px 15px;
	text-align: center;
	width: 80px;
	height: 40px;
}

th {
	background-color: #604acd;
	color: white;
	font-weight: bold;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

tr:hover {
	background-color: #f5f5f5;
}
