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

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

/*全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:"微軟正黑體","Microsoft JhengHei",Helvetica;}
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
/*預設清單樣式*/
.Area .list_00 ul {display:inline-block;}
.Area .list_00 li {list-style:none;float:left;overflow: hidden;}
	@media screen and (max-width:767px){
		.WRAPPER { min-width: inherit; min-height:100vh; overflow:hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}


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



/*區塊_all*/
.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.95);
     -moz-transform:scale(0.95);
      -ms-transform:scale(0.95);
       -o-transform:scale(0.95);
          transform:scale(0.95);}
	@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;}
	}





/** 入稿區基本 **/
.content_Area { position:relative; display:inline-block; margin:0px auto 0px auto; padding: 0px 0px 0px 0px; width:1220px;}
.buttonAera_more { position: absolute; top:15px; right:15px; padding-left:17px; padding-right:10px;  border-radius:60px; width:90px; height:40px; background-color: #666; text-align:center;}
.buttonAera_more a { display:block; padding-top:5px; font: bold 24px/29px Century Gothic; color:#fff; text-decoration: none; letter-spacing:-0.05em;}
.buttonAera_more:hover {background-color: #000;}
.buttonAera_more .btnGO { margin:5px; float:right; width:20px ;height:20px;}


/*PC背景*/
@media screen and (min-width:768px){
.bg_color { z-index:-60; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;}
.bg_01 { z-index:-46; 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:-50; position:fixed;top:0px;bottom:0px; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position:center top; pointer-events:none;}	
.bg_03 { z-index:0; position:absolute; top:952px; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}

}
@media screen and (max-width:767px){
   .bg_color { display: none;}
   .m_deco { z-index:-10; position:absolute; top:25vw; left:0; width:100%; height:100%; background-position:center 0px; background-repeat:repeat-y; transition:0.5s linear;background-size:100%; pointer-events:none;}	
	
}



/*版頭區塊*/
@media screen and (min-width:768px){
  .Area_title  {  height: 840px!important;}
  .title_01 {z-index: 5;position:absolute;left:240px;top:38px;}
  .title_date1 {z-index: 6;position:absolute;left:517px;top:52px;}

  /*大標*/ 
  .Area_title .title01 {z-index:5;position:absolute;top: 164px;left: -1px;height: auto;z-index: 1;width: 50%;}
  .Area_title .title01 img {width: 100%;}
  .Area_title .title01 input{position: relative;left: 0px;}
  
  /*日期*/ 
  .Area_title .title03{position: absolute;width: 19%;top: 117px;left: 430px;z-index: 3;}
  .Area_title .title03 img{width: 53%;}

  /* 版頭品 */
  .Area_title .topPD {position: absolute;left: 546px;top: 168px;width: 54%;z-index: 6;}

  /* 燈 */
  .deco_lignt_L{position: relative;z-index: 7;width: 40%;top: 320px;left: 350px;}
  .deco_lignt_R{position: relative;z-index: 7;width: 40%;right: -890px;top: -104px;}
  /* 亮光 */
  .deco_ligntS_L{position: relative;z-index: 6;width: 40%;top: -520px;left: 340px;mix-blend-mode: screen;}
  .deco_ligntS_R{position: relative;z-index: 6;width: 40%;right: -890px;top: -940px;mix-blend-mode: screen;}	


	}
@media screen and (max-width:767px){
  
	.Area_title {height: 118vw;}	
  /*大標*/ 
  .Area_title .title01 {width: 76%;position:absolute;top: 3vw;left: 12vw;height: auto;z-index: 7;}
  .Area_title .title01 img {width: 100%;}
  .Area_title .title01  ul li .PD .PD_img{display: block!important;}
	/*日期*/ 
	.Area_title .title03{width: 20%;position: absolute;top: 43vw;left: 74vw;z-index: 6;}
	.Area_title .title03  ul li .PD .PD_img{display: block!important;}
	
  /* 版頭品 */
  .Area_title .topPD {position: absolute;left: 12vw;top: 44vw;width: 70%;z-index: 6;}


  /* 燈 */
  .deco_lignt_L{position: relative;z-index: 7;width: 40%;top: 71vw;left: 2vw;}
  .deco_lignt_R{position: relative;z-index: 7;width: 40%;right: -57vw;top: 23vw;}
  /* 亮光 */
  .deco_ligntS_L{position: relative;z-index: 6;width: 40%;top: -22vw;left: 2vw;mix-blend-mode: screen;}
  .deco_ligntS_R{position: relative;z-index: 6;width: 40%;right: -57vw;top: -69vw;mix-blend-mode: screen;}	

}



  
/* 01_超強活動攻略 */
@media screen and (min-width:768px){
.Area_btn{margin-bottom: 80px;}
}

@media screen and (max-width:767px){
.Area_btn{margin-bottom: 5vw;}
}

/* 02_登記活動 */

/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #ffd800;}                 
@media screen and (min-width:768px){
.Area_danjiall{margin-bottom: 80px;}
}              
@media screen and (max-width:767px){
.Area_danjiall{margin-bottom: 5vw;} 
.Area_danji{width: 96%;}
}

/*03_明星主打推薦*/
@media screen and (min-width:768px){
.Area_item {height: auto;padding-bottom:60px !important;}
/* .Area_item .PD_layout .PD_slide:hover { box-shadow: 0 0 0 rgba(0, 0, 0, 0); }	 */
/*版頭公版上下標.關閉*/
.Area_item .PD_layout.layout_item .imgTag{display: none !important;}
.Area_item .PD_layout.layout_item .imgTagBottom{display: none !important;}
.Area_item .PD_layout.layout_item .prdImgWrap .imgTagRectangle{display: none !important;}
	
/*作圖區*/
.Area_item .PD_layout.layout_item .PD p b {color: #19689e;background-color: #ffd700;padding: 0 3%;border-radius: 5em;font-size: 1.1em;margin: 0 2% 0 0;}	
.Area_item .PD_layout.layout_item .PD_slide .PD p del {position: absolute;top: 53px;left: 2px;color: #ff4274;font-size: 23px;}
.Area_item .PD_layout.layout_item .PD p .Price {font-weight: 700;color:#ff4274;font-size: 2em;}
.Area_item .PD_layout.layout_item .PD p {position: relative;top: 65px;left: 51px;height: 6em;padding: 13% 0 0;line-height: 1.6em;font-size: 2em;color: #ff4274;}
.Area_item .PD_layout.layout_item li {background: url("item_bg.png?t=1765781189576") center top / 100% no-repeat scroll;}	
.Area_item .PD_layout.layout_item {padding:0;width: 90%;}
.Area_item .PD_layout.layout_item .PD_slide:hover {transform:translateY(-6px);}
.Area_item .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
.Area_item .PD_layout.layout_item .PD_slide {height: 622px;padding:0;}
.Area_item .PD_layout.layout_item .PD_slide .PD_into {width: 70%;padding-left: 0;position: absolute;left: 47px;top: 333px;text-align: center;font-size: 1em;color: #fff;}
.Area_item .PD_layout.layout_item .PD_slide .PD_img img {width:90%;margin:9% 0% 0% 6%;box-shadow: unset;/*border-radius: 34.5em !important;border: 7px solid #ffffff;*/}
.Area_item .PD_layout.layout_item .PD_slide .PD_into h3 {position: relative;top: 107px; left: 23px; max-height: 1.4em; font-family: Noto Sans CJK TC;font-weight: 500; font-size: 1.9em; line-height: 1.6em; color: #2e63db; text-align: center; background: transparent !important;}
.Area_item .PD_layout.layout_item .PD_slide .PD_into h4 {font-size: 1.5em;color: #2e63db;text-align: center;  position: relative;top: 110px;
        left: 25px;}
.Area_item .PD_layout.layout_item .PD_slide .PD:hover h4 { color:#2e63db;}
.Area_item .PD_layout.layout_item .PD .PD_logo {position: relative;top: -155px; left: -37px; height: 8em; z-index: 90; border-radius: 26.5em !important;}
.Area_item .PD_layout.layout_item .PD .PD_logo img { padding: 10%; box-shadow: none;    border: none;}
	.Area_item .PD_layout.layout_item .PD p small {font-size: 18px;}
}

@media screen and (max-width:767px){
.Area_item {padding-bottom:5vw;}
/* .Area_item .PD_layout .PD_slide:hover { box-shadow: 0 0 0 rgba(0, 0, 0, 0); }	 */
	
/*版頭公版上下標.關閉*/
.Area_item .PD_layout.layout_item .imgTag{display: none !important;}
.Area_item .PD_layout.layout_item .imgTagBottom{display: none !important;}
.Area_item .PD_layout.layout_item .prdImgWrap .imgTagRectangle{display: none !important;}
	
/*作圖區*/
.Area_item .box_all{margin-top: -2vw;}
.Area_item .PD_layout.layout_item {padding: 0 0 0 0;top: 0vw;}
.Area_item .PD_layout.layout_item ul {padding-left: 1vw; padding-right: 1vw;}
.Area_item .PD_layout.layout_item li {width:100%;height:73vw;left:-0.5vw;background: url("item_bg.png?t=1765781189576") center top / 102% no-repeat scroll;}
.Area_item .PD_layout.layout_item .PD_slide .PD_img {margin-bottom: 3%;}
.Area_item .PD_layout.layout_item .PD_slide .PD_into {padding-left: 0;position: absolute;top:46vw;width: 100%;text-align:center;font-size: 0.7em;}
.Area_item .PD_layout.layout_item .PD_slide .PD_logo { position: absolute;left: 0.2vw;top: -38vw;height: 14vw; border-radius: 50%; display: block;z-index: 90;}
.Area_item .PD_layout.layout_item .PD .PD_logo::after { content:""; position: absolute; display:block; top: -7vw;left: 0;width:100%; height:100%; pointer-events:none; z-index: -1;}
.Area_item .PD_layout.layout_item .PD .PD_logo img { box-shadow: none;border-radius: 34.5em!important;padding: 0%;}
.Area_item .PD_layout.layout_item .PD_slide .PD_img img {width:90%;margin:11% 0% 0% 6%;box-shadow: unset;}
.Area_item .PD_layout.layout_item .PD_slide .PD_into h3 {padding: 0;max-height: 1.4em;font-weight: bolder;font-size: 1.4em;line-height: 1.7em;margin: 0;-webkit-background-clip: text;color: #2e63db;top:4vw;left:0vw;position: relative;}
.Area_item .PD_layout.layout_item .PD_slide .PD_into h4 {padding: 0;font-size: 1.4em;color:#2e63db;margin: 0;line-height: 1em;text-align: center;top:5vw;position: relative;left:0vw;}
.Area_item .PD_layout.layout_item .PD_slide .PD p del {top: 0vw;left: 0vw; color: #ff4274;z-index: 99;position: relative;font-size: 1.1em;}
.Area_item .PD_layout.layout_item .PD p {position: relative;top:3.8vw;left:0vw; height: 15vw;font-size: 1.1em;line-height: 2.8em;color:#ff4274;}
.Area_item .PD_layout.layout_item .PD p .Price {font-weight: 700;color:#ff4274;font-size: 2em;}
.Area_item .PD_layout.layout_item .PD p small {font-size: 1.4em;}
}


/*04_下方公版*/
@media screen and (min-width:768px){
.Area08 {}
.Area08 .Area08_pd {margin-bottom: 50px;}
.Area08 .Area08_pd .PD_layout.PD_layout-D3_01 .PD h3 { font: 900 2.5vw/2.5vw "微軟正黑體","Microsoft JhengHei",Helvetica;color: #fff;}
.Area08 .Area08_pd .box { background: url(Area08repeat.png?t=1765781189576) repeat-y; background-size: 100%; /*border-radius: 0 0 5px 5px;*/}
.Area08 .Area08_pd .box .PD_layout{width: 90%;}
.Area08 .Area08_pd .box2 { background: url(Area08repeat2.png?t=1765781189576) repeat-y; background-size: 100%; /*border-radius: 0 0 5px 5px;*/}
.Area08 .Area08_pd .box2 .PD_layout{width: 90%;}

.Area08 .Area08_pd .PD_layout-D3_01 ul{padding: 0;}
.Area08 .Area08_pd .PD_layout-D3_01 .PD_img{padding: 0;}
.Area08 .Area08_pd .PD_layout-D3_01 .PD_into{padding: 0;}
.Area08 .Area08_pd .PD_layout.PD_layout-D3_01 .PD img{width: 100%;}

}
@media screen and (max-width:767px){
.Area08 .Area08_pd {margin-bottom: 5vw;}
.Area08 .Area08_pd .PD_layout.PD_layout-D3_01 .PD h3 { font: 900 6vw/6vw "微軟正黑體","Microsoft JhengHei",Helvetica;color: #fff;padding-top: 1.5vw;}
.Area08 .Area08_pd .PD_layout-D3_01 ul{padding: 0;}
.Area08 .Area08_pd .PD_layout-D3_01 .PD_img{padding: 0;}
.Area08 .Area08_pd .PD_layout-D3_01 .PD_into{padding: 0;}

.Area08 .Area08_pd .box { background: url(Area08repeat.png?t=1765781189576) repeat-y; background-size: 100%; /*border-radius: 0 0 5px 5px;*/}
.Area08 .Area08_pd .box .PD_layout{width: 96%;}
.Area08 .Area08_pd .box2 { background: url(Area08repeat2.png?t=1765781189576) repeat-y; background-size: 100%; /*border-radius: 0 0 5px 5px;*/}
.Area08 .Area08_pd .box2 .PD_layout{width: 96%;}

}




/*05_旗艦館*/
@media screen and (min-width:768px){
.Area_guan .PD_layout {width:70%;padding:0;margin:0 auto;padding-bottom:50px;}
}
@media screen and (max-width:767px){
.Area_guan .PD_layout {width:95%;padding:0;margin:0 auto;padding-bottom:5vw;}

}


	

@media screen and (max-width:767px){
.lightSweep { position: absolute;width: 76%; top: 3vw;left: 12vw; background: none 0% 0% / auto repeat scroll padding-box border-box  rgba(0, 0, 0, 0); overflow: hidden; z-index:8; pointer-events: none;
	-webkit-filter: brightness(1.5);
	-webkit-mask-size: 300% 200%;
	-webkit-mask-image: -webkit-linear-gradient(  -45deg, rgba(255, 255, 255, 0) 40%,rgba(229, 198, 102, 1) 50%,rgba(255, 255, 255, 0) 60%);
	-webkit-transition: -webkit-mask-position;
	-webkit-animation-timing-function: linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-filter: brightness(1.5);
	-moz-mask-size: 300% 200%;
	-moz-mask-image: -webkit-linear-gradient(-45deg,rgba(255, 255, 255, 0) 40%,rgba(229, 198, 102, 1) 50%, rgba(255, 255, 255, 0) 60%);
	-moz-transition: -webkit-mask-position;
	-moz-animation-timing-function: linear;
	-moz-transform: translate3d(0, 0, 0);
	-o-filter: brightness(1.5);
	-o-mask-size: 300% 200%;
	-o-mask-image: -webkit-linear-gradient(  -45deg, rgba(255, 255, 255, 0) 40%,rgba(229, 198, 102, 1) 50%,rgba(255, 255, 255, 0) 60%);
	-o-transition: -webkit-mask-position;
	-o-animation-timing-function: linear;
	-o-transform: translate3d(0, 0, 0);
	filter: brightness(1.5);
	mask-size: 300% 200%;
	mask-image: -webkit-linear-gradient(-45deg,rgba(255, 255, 255, 0) 40%, rgba(229, 198, 102, 1) 50%,rgba(255, 255, 255, 0) 60%);
	transition: -webkit-mask-position;
	animation-timing-function: linear;
	transform: translate3d(0, 0, 0);
	transition-duration: 3s;
	animation: move 2s ease-out infinite;
  }
}

