@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; margin:0; padding:0;}
.Area .list_00 li {list-style:none;float:left;overflow: hidden;}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:30px; min-width: inherit; min-height:100vh; overflow: hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}


/*背景*/
@media screen and (min-width:768px){
.bg_01 { z-index: -1 ; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bg_deco02 { z-index: -1 ; position:absolute ; top: 0px ; left: 0px ; width:100%; height:100%; background-position:center top; background-repeat:repeat-y; transition:0.5s linear; pointer-events:none;}
.pc_repeat_bg { z-index: -2 ; position: fixed ; top: 0 ; left: 0 ; width:100%; height:100%; background-position:center top; background-repeat:repeat-y; transition:0.5s linear; pointer-events:none;}
.bg_top { z-index:10; position:fixed;top:0;left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none;}
}
@media screen and (max-width: 767px){
  .mo_top { 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_repeat_bg { z-index: -1 ; position:absolute ; top: 0 ;left:0;width:100%;height: 100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;background-size: 100%;}
}


/*版頭區*/
@media screen and (min-width:768px){
.Area_title { height: 500px ; }
.Area_title .title01 { position:absolute ; width: 70% ; top: 70px ; left: 140px ; z-index: 1 ; }
.deco01 { position: absolute; top: 270px ; left: 140px ;  }
.deco02 { position: absolute; top: 50px ; right: 180px ; z-index:-1 ; }

/* 副標 */
.Area_title .sub_bg { z-index: 0 ; position: absolute; top: 310px ; left: 315px ; width: 50% ; }

.Area_title .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 95px ;}
.Area_title .mainsubtitle ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; background-image: none;}
.Area_title .mainsubtitle { position: absolute ;  width: 45% ;  top: 313px ;  left: 347px ; }
}
@media screen and (max-width: 767px){
.Area_title { height: 53vw ; }
.Area_title .title01 { z-index: 2 ; position: absolute ; width: 80% ; top: 10vw ;  left: 6vw ; }
.deco01 { position: absolute ; width: 15% ; top: 34vw ; left: 5vw ; z-index: 2;  }
.deco02 { position: absolute ; width: 12% ; top: 6vw ; left: 80vw ; }

  /* 副標 */
  .Area_title .sub_bg { z-index: 1; position: absolute; top: 34vw ; left: 22vw ; width: 60% ; }

  .Area_title .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 125px;}
  .Area_title .mainsubtitle ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; background-image: none;}
  .Area_title .mainsubtitle { position: absolute ; top: 34vw ; left: 22vw ; width: 60% ; }
}


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


/*置底*/
.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:10;}
.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;
}
/*2顆按鈕*/
.fixbn .class_00 {position:absolute;width:100%; height: 100%; }
.fixbn .class_00 a {display:block;width:100%;height:100%;}
.fixbn .class_01 { top:0%;left:0%;}
.fixbn .class_02 { top:0%;left:34%;}
.fixbn .class_03 { top:0%;left:67%;}



/*區塊_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);}
		  
		  
.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;}


	}




/*LOGO*/
.momologo { z-index:2; position: absolute; top: 15px ; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink   a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
	@media screen and (max-width:767px){
		.momologo { display:none;}
	} 



/*按鈕*/
.bnn {
}
.bnn a img {
	transition-duration: 0.1s;
	backface-visibility: hidden;
	transform: translateZ(0);
	display: block;
	margin: 0;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}
.bnn:hover a img {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}	
	
	

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



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



/* 登記 */
.danji01 .btn_reg .activityText p { color: #000 ; }
.danji01 .btn_reg .content p { color: #000 ; }
.danji01 .btn_reg .activityText .Tip { color: #000 ; }
.warningTxt h3 { padding: 0 ; }

/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #bb1b18 ;} 

@media screen and (min-width:768px){
  .danji_all01 { padding-bottom: 30px ; }
}
@media screen and (max-width: 767px){
  .Area_danji { width: 96% ; }
  .danji_all01 { padding-bottom: 3vw ; }
  .layout_coupon { width: 99% ; }
}


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


/* 微調區標 */
@media screen and (max-width:767px){
  .layout_text ul { padding: 0 !important;}
}


/* 版頭品 */
@media screen and (min-width: 768px){
  .Area_pick { margin-bottom: 30px ; }
  .Area_pick .layout_text { position: absolute ; width: 5.5% ; top: 10px ; left: 10px ; }
  .Area_pick .layout_text ul { padding: 0 !important ; }
  .Area_pick .Area_swiper_box { padding-bottom: 0 !important ; }
  .Area_pick .Area_swiper { padding-left: 80px ; width: 100% ; height: 320px ; }
}
@media screen and (max-width:767px){
  .Area_pick { padding-bottom: 10vw ; }
  .Area_pick .layout_text { position: absolute ; width: 9% ; top: 5vw ; left: 2vw ; }
  .Area_pick .Area_swiper { padding-left: 12vw ; }
}



/* 按鈕 */
@media screen and (min-width: 768px){
  .Area_hot .layout_hot { width: 850px ; }
}
@media screen and (max-width:767px){
  .Area_hot .layout_hot { width: 100% ; }
}



/* 限搶 */
@media screen and (min-width:768px){
  .Area_limit .box { background-color: #045283 ; width: 96% ; margin: auto ; border-radius: 30px ; padding-top: 60px ; }
  .Area_limit .layout_text01 { margin-bottom: -60px ; }
  .Area_limit .layout_limit { padding: 0 0 30px ; }
  .Area_limit .layout_limit ul { width: 96% !important ; }
}
 @media screen and (max-width:767px){
  .Area_limit .box { background-color: #045283 ; width: 96% ; margin: auto ; border-radius: 3vw ; padding-top: 4vw ; }
  .Area_limit .layout_text01 { margin-bottom: -7vw ; }
  .Area_limit .layout_limit { padding: 0 0 5vw ; }
  .Area_limit .layout_limit ul { width: 96% !important ; }
}


/** 倒數 **/
.TimerNick { z-index:0; display:inline-block; padding-right:14px; height:46px ;text-align:right;}
.TimerNick .FontStyle { display:inline-block; margin:0px 0 0 0 ; padding:0; border:0px; width:40px; font: 400 35px/38px Century Gothic; color: #fff ; /*text-shadow:1px 1px 0px #fff;*/ letter-spacing:-1px; text-align:right; background:transparent; }
.TimerNick div:nth-of-type(2),
.TimerNick div:nth-of-type(3) { width:60px;}
.TimerNick span { padding-left:2px; font: bold 22px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em;color: #fff ; }
    @media screen and (max-width:767px){
        .TimerNick { z-index:2; display:inline-block; margin:0; margin-top: 0 ; }
        .TimerNick .FontStyle { display:inline-block; margin:0px 0 0 0 ; padding:0; border:0px; width:20px ; font: 400 5.5vw/11vw Century Gothic; color: #fff; /*text-shadow:1px 1px 0px #fff;*/ letter-spacing:-1px; text-align:right; background:transparent;}
        .TimerNick div:nth-of-type(2),
        .TimerNick div:nth-of-type(3) { width:9vw;}
        .TimerNick span { padding-left:1vw; font: bold 4vw/11vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em;color: #fff ;}
    }


/* 加價購 */
.Area_buy .layout_buy ul li {  background-color: transparent ; }
@media screen and (min-width: 768px){
  .Area_buy { padding-bottom: 20px; }
}
@media screen and (max-width:767px){
}


/* 1帶2公版 */
@media screen and (min-width:768px){
  .Area_good .box { display: flex; flex-wrap: nowrap;}
  .Area_good .box_box { margin: 0 1% ; width: 48%; padding: 0 ; border-radius: 20px; margin-bottom: 70px !important ; background-color: #61a5d4 ; }
  .Area_good .PD_box { margin-bottom: 10px; }
  .Area_good .box .BN ul li .PD_into .PD_logo { width: 65% ; }
  .Area_good .box .BN ul li .PD_into h3 { width: 100%; font-size: 33px; color: #fff ; line-height: 2em; text-align: center ; padding: 0 0 0 10px;}
  .Area_good .layout_good { padding-bottom: 20px ; }
  .Area_good .layout_good ul { width: 95% ; padding: 10px 0px; border-radius: 30px; }
}
@media screen and (max-width:767px){
  .Area_good .box_box { width: 96% ; padding: 0 ; border-radius: 4vw ; margin: 0 auto 7vw ; background-color: #61a5d4 ; }
  .Area_good .box .BN ul li .PD_into h3 { width: 70% ; color: #fff ; }
  .Area_good .box .BN ul li .PD_into .PD_logo { width: 40% ; margin-left: 4vw ; }
  .Area_good .layout_good { padding-bottom: 4vw ;  }
  .Area_good .layout_good ul { width: 96% ; padding: 0 ;  }
}




/* 下方公版 */
@media screen and (min-width: 768px){
  .Area_below .box { background-color: #045283 ; width: 96% ; margin: auto ; border-radius: 30px ; }
  .Area_below .layout_text01 { margin-bottom: -60px ; }
  .Area_below .layout_below { padding: 70px 0 30px ; }
  .Area_below .layout_below ul { width: 96% !important ; }
}
@media screen and (max-width:767px){
  .Area_below .box { background-color: #045283 ; width: 96% ; margin: auto ; border-radius: 3vw ; }
  .Area_below .layout_text01 { margin-bottom: -7vw ; }
  .Area_below .layout_below { padding: 7vw 0 5vw ; }
  .Area_below .layout_below ul { width: 96% !important ; }
}



/* 區標 */
@media screen and (min-width: 768px) {
  .layout_text01 { height: 130px ;  width: 90% ; margin: auto ; }
  .layout_text01 .PD h3 span{ color: #bb1b18 ; margin-top: 17px ;  }
  .layout_text01 .PD_layout ul { padding: 0 ; }
  .layout_text01 .PD_layout.PD_layout-D3_01 .PD img{ width: 100% ;}

  .layout_text02 { height: 130px ;  width: 90% ; margin: auto ; }
  .layout_text02 .PD h3 span{ color: #fff ; margin-top: 20px ;  }
  .layout_text02 .PD_layout ul { padding: 0 ; }
  .layout_text02 .PD_layout.PD_layout-D3_01 .PD img{ width: 100% ;}
}
@media screen and (max-width:767px){
  .layout_text01 { height: 14.5vw ; }
  .layout_text01 .PD h3 { margin-top: 1vw !important ; }
  .layout_text01 .PD h3 span{ color: #bb1b18 ; font-size: 23px; }
  .layout_text01 .PD_layout.PD_layout-D3_01 .PD .PD_img { padding: 0 ; }

  .layout_text02 { height: 14.5vw ; }
  .layout_text02 .PD h3 { margin-top: 1.5vw !important ; }
  .layout_text02 .PD h3 span{ color: #fff ; font-size: 23px; }
  .layout_text02 .PD_layout.PD_layout-D3_01 .PD .PD_img { padding: 0 ; }
}




