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

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


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: url(bgrepeat.jpg?t=1751550410010)top center repeat-y;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; background: url(bgrepeat_m.jpg?t=1751550410010)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1751550410010) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1751550410010) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
}
@media screen and (max-width:767px){
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.png?t=1751550410010) no-repeat center 44px; background-size: 100%;}
}
	
/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area .go_bt2 {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}



/*共用樣式*/
@media screen and (max-width:767px){
  .PD_layout ul { width: 100%;}
}

/*版頭*/
.Area_top { margin-bottom: 30px;}
.Area_top .main_box { position: relative;}
.Area_top .main_box ul { padding: 0; grid-gap: 0;}
.Area_top .main_box ul li { position: absolute; pointer-events: none;}
.Area_top .main_box ul li:nth-child(1) { position: relative;}
.Area_top .topPD_box { position: relative; left: 50%; transform: translateX(-50%); width: 1350px; overflow: hidden;}
.Area_top .topPD_swiper { position: relative; left: 50%; transform: translateX(-50%); width: 620px; z-index: 1;}
.Area_top .topPD_swiper ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 514px;}
.Area_top .topPD_swiper ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; }
.Area_top .topPD_swiper ul.PD_wrapper li.swiper-slide-next img { width: 70%; padding-top: 100px; margin-left: -260px;}
.Area_top .topPD_swiper ul.PD_wrapper li.swiper-slide-prev img { width: 70%; padding-top: 100px; margin-right: -260px;}
.Area_top .topPD_swiper ul.PD_wrapper li.PD_slide { min-width: inherit;}
.Area_top .topPD_swiper ul.PD_wrapper li.PD_slide:hover { box-shadow: 0 3px 30px rgba(0, 0, 0, 0);}
@media screen and (max-width:767px){
  .Area_top { margin-bottom: 7vw;}
  .Area_top .topPD_box { width: 100%;}
  .Area_top .topPD_swiper { width: 64%;}
  .Area_top .topPD_swiper ul.PD_wrapper { height: 53.5vw;}
  .Area_top .topPD_swiper ul.PD_wrapper li.swiper-slide-next img { padding-top: 10vw; margin-left: -25vw;}
  .Area_top .topPD_swiper ul.PD_wrapper li.swiper-slide-prev img { padding-top: 10vw; margin-right: -25vw;}
}

/*本週新品*/
.Area01 { position: relative; padding-bottom: 15px;}
.Area01 .bg { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 2000px;}
.Area01 .title { position: absolute; top: 40px; left: 15px; width: 60px;}
.Area01 .title ul li h5 { font: bold 50px/50px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; }
@media screen and (max-width:767px){
  .Area01 { margin-bottom: 5vw !important; }
  .Area01 .bg { width: 100%;}
  .Area01 .title { top: 7vw; left: 1.5vw; width: 6vw;}
  .Area01 .title ul li h5 { font: bold 6vw/6vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; }
}

/*神券手刀搶*/
.Area02 {}
.Area02 .Area_coupon { margin-bottom: 30px;}
.Area02 .Area_coupon:last-child { margin-bottom: 0;}
.Area02 .Area_coupon ul { padding: 0; grid-gap: 0;}
@media screen and (max-width:767px){
  .Area02 { margin-top: -2.5vw;}
  .Area02 .Area_coupon { margin: 0 auto 3vw; width: 96%;}
}

/*登記活動*/
.Area03 {}
.Area03 .Area_danji .danji_box { width: 100%;}
.Area03 .warningTxt h3 { padding: 0;}
@media screen and (max-width:767px){
  .Area03 {}
  .Area03 .Area_danji .danji_box { width: 96%;}
}

/*強檔活動*/
.Area04 { position: relative;}
.Area04 .bg { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.Area04 .title { padding: 20px 725px 21px 125px; box-sizing: border-box;}
.Area04 .title ul li h5 { color: #10519c; font-style: italic; font-weight: bold;}
.Area04 .box { position: relative; width: 925px; background-color: #19579f; margin: 0 0 0 130px;}
.Area04 .BN { padding: 10px 90px; box-sizing: border-box;}
.Area04 .BN ul li .PD_into { display: flex; flex-direction: row;}
.Area04 .BN ul li .PD_into .PD_logo { width: 30%; margin-right: 1%; overflow: hidden;}
.Area04 .BN ul li .PD_into h3 { width: 70%; font-size: 39px; color: #fff; line-height: 1.8em; text-align: center;}
.Area04 .PD_box { position: relative; padding: 0 20px; box-sizing: border-box; z-index: 3;}
.Area04 .PD_layout-btn li .PD h3 { font-size: 30px;}
.Area04 .deco { position: absolute; bottom: -20px; left: 0;}
.Area04 .txt { position: absolute; top: 0; left: 0; pointer-events: none;}
.Area04 .txt img { width: 100%;}
@media screen and (max-width:767px){
  .Area04 {}
  .Area04 .bg { width: 100%;}
  .Area04 .title { padding: 2vw 62vw 2vw 0;}
  .Area04 .box { width: 97%; margin: 0;}
  .Area04 .BN { padding: 0;}
  .Area04 .BN ul li .PD_into .PD_logo { width: 30%;}
  .Area04 .BN ul li .PD_into h3 { width: 70%; font-size: 18px;}
  .Area04 .PD_box { padding: 0 0.5em;}
  .Area04 .PD_layout-btn li .PD h3 { font-size: 18px;}
  .Area04 .deco { bottom: -2.5vw;}
}

/*新生活新想像*/
.Area05 {}
.Area05 .title { padding: 35px 0 37px; margin: 0 auto 20px; background: url(Area05_titlebg.png?t=1751550410011)top center no-repeat; background-size: 100%;}
.Area05 .A5_box  { width: 1040px; margin: -70px auto 0; padding: 40px 40px 110px; box-sizing: border-box;}
.Area05 .A5_box.box_Y01 { margin-top: 0;}
.Area05 .A5_box.box_B04 { padding-bottom: 40px;}
.Area05 .box_Y { background-color: #f7ca11; border-radius: 0 80px 0 0;}
.Area05 .box_B { background-color: #19579f; border-radius: 80px 0 0 0;}
.Area05 .Area_slide .PD_layout_bn { border-radius: 10px; overflow: hidden;}
.Area05 .Area_slide .box_pd { margin-left: 10px;}
@media screen and (max-width:767px){
  .Area05 {}
  .Area05 .title { padding: 3vw 0 4.5vw; margin: 0 auto 2vw;}
  .Area05 .Area_floorPD_NavArea_tabbar { margin: 0 auto 2vw;}
  .Area05 .A5_box  { width: 100%; margin: -8vw auto 0; padding: 6vw 0.5em 14vw;}
  .Area05 .A5_box.box_B04 { padding-bottom: 6vw;}
  .Area05 .box_Y { border-radius: 0 10vw 0 0;}
  .Area05 .box_B { border-radius: 10vw 0 0 0;}
  .Area05 .Area_slide .box_pd { margin-left: 1vw;}
}

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


/* 登記 */
.danjiall .layout_text { padding-bottom: 20px ; }
@media screen and (max-width:767px){
  .danjiall .layout_text { padding-bottom: 2vw; }
  .danjiall .layout_text ul { padding: 0 ; }
}

/* 下方公版 */
@media screen and (max-width:767px){
  .Area_4pda .layout_text { padding-bottom: 2vw; }
  .Area_4pda .layout_text ul { padding: 0 ; }
  .Area_4pda .layout_4pda { width: 96%; }
}



/*間距*/
.Area_bottom { margin-bottom: 100px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 10vw;}
}



/*影片+1品入稿*/
@media screen and (min-width:768px){
  .Area_video { margin-bottom: 80px ; }
  .Area_video .box01 { position: relative; height: 710px ; background: url(yt_bg.png?t=1751550410011) top center no-repeat;  }
  .Area_video .box01 .video_deco {position: absolute; width: 28%; top: 75px ; right: 80px;}
  .Area_video .titlebg { top: 75px;}
  /*影片*/	
  .Area_video .video_01 {position:absolute;width: 86%; top: 130px; z-index:10;left: 50px;overflow: hidden;}	
  .Area_video .video_01 .box_youtube{width:100%;margin-bottom: 0;}
    
  /*1品入稿*/	
  .Area_video .box01 .layout_PD {position: relative; width: 35%; left: 360px; top: 140px ; }
  .Area_video .box01 .layout_PD ul {background-color:#fff0;}
  .Area_video .box01 .layout_PD ul li { border-top:none; border-right:none; background-color:#ffff; border-radius: 20px; padding: 10px 0;}
  }
  
  @media screen and (max-width:767px){
  .Area_video { margin-bottom: 7vw; }
  .Area_video .box01 { position: relative; background: url(mb_yt_bg.png?t=1751550410011) top center no-repeat; background-size:100% ; height: 125vw ; margin: 0 ; top: 0; }
  .Area_video .box01 .video_deco { position: absolute; width: 50%; padding: 0 23vw; }

  
  /*影片*/	
  .Area_video .box01 .video_01 {position:absolute;width: 94vw; top: 13vw ; left:3vw; height: 74vw;z-index:10;overflow: hidden;}	
  .Area_video .box01 .video_01 .box_youtube{width:100%;height:100%;margin-bottom: 0;}	
    
  /*1品入稿*/	
  .Area_video .box01 .layout_PD {width: 94%;margin-right:3vw;padding-top: 68.5vw;}
  .Area_video .box01 .layout_PD ul li { border-radius: 5vw; padding:0;}

}

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

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




/*06_影片*/
@media screen and (min-width:768px){
	.Area_ytvedio {/* height:100%; *//* margin-bottom: 45px; */}
	/**區標**/	
	.Area_ytvedio .ytvedio_txt {position:relative;width: 75%;margin: 0 auto;padding-top: 62px;display: none;}
	.Area_ytvedio .box ul{display: flex;padding: 0;margin:0 auto;width: 95%;justify-content: center;}
	.Area_ytvedio .box ul li {text-decoration: none;list-style: none;}	
	.Area_ytvedio .ytbg {z-index:-45;position:absolute;top: 0px;left:-390px;width:2000px;height:100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;display: none;}	
	/*影片*/	
	.Area_ytvedio .video {position: absolute;width: 60%;padding: 155px 0 0 30px;z-index: 2;}		
	.Area_ytvedio .video .box_youtube{width:100%;margin-bottom: 0;}	
	.Area_ytvedio .video .box_youtube .youtubeArea {position:relative;width:100%;padding-bottom:56.25%;}
	.Area_ytvedio .video .box_youtube .youtubeArea iframe { position:absolute; top:0px; left:0px; width:100%; height:100%;}
	.Area_ytvedio .video .box_youtube .youtubeArea .youtubeDiv{position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:transparent;z-index:99;}
}
@media screen and (max-width:767px){
	.Area_ytvedio {margin-bottom: 0vw;/* background:#000000; */}
	/**區標**/	
	.Area_ytvedio .ytvedio_txt {position:relative;width: 100%;/* padding-bottom: 5vw; */display: none;}
	/*影片*/	
	.Area_ytvedio .video {position: absolute;width: 92%;height: 52vw;margin: 0 auto;padding: 14vw 4vw 0;z-index: 2;}		
	.Area_ytvedio .video .box_youtube{width:100%;}	
	.Area_ytvedio .video .box_youtube .youtubeArea {position:relative;width:100%;padding-bottom:56.25%;}
	.Area_ytvedio .video .box_youtube .youtubeArea iframe { position:absolute; top:0px; left:0px; width:100%; height:100%;}
	.Area_ytvedio .video .box_youtube .youtubeArea .youtubeDiv{position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:transparent;z-index:99;}
}



/* 輪播BN */
/* .Area_BN ul { height: 370px; }
@media screen and (max-width:767px){
  .Area_BN ul {height: 37vw; }
} */
