@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: 1100px ; 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:absolute ; top: 0 ; left: 0 ; width:100%; height:100%; background-position:center top; background-repeat:repeat-y; transition:0.5s linear; 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: 1100px ; }
.Area_title .title01 { position:absolute ; width: 70% ; top: 30px ; left: 187px ; z-index: 1 ; }
.Area_title .title_brand { position:absolute ; top: 35px ; left: 95px ; z-index: 1 ; }

/* 副標 */
.Area_title .sub_bg { z-index: 0 ; position: absolute; top: 360px ; left: 115px ; 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: 32% ;  top: 360px ;  left: 231px ; z-index: 20 ; }
}
@media screen and (max-width: 767px){
.Area_title { height: 108vw ; }
.Area_title .title01 { z-index: 2 ; position: absolute ; width: 84% ; top: 3vw ; left: 8vw ; }
.Area_title .title_brand { z-index: 2 ; position: absolute ; width: 19% ; top: 3vw ; left: 2vw ; }

  /* 副標 */
  .Area_title .sub_bg { position: absolute; top: 36vw ; left: 9vw ; width: 43% ; z-index: 1 ; }

  .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: 36vw ; left: 9vw ; width: 43% ; z-index: 1 ; }
}


/*移除公版設定*/
.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 {}
}


/* 版頭品 */
@media screen and (min-width:768px){
  .Area_title .top_pd { position:absolute ; width: 79% ; top: 297px ; left: 116px ; overflow: hidden ; z-index: 1 ; }
  .Area_title .top_pd .PD_layout ul {display:flex;margin:0;padding:0;grid-gap:0;}
  }
   @media screen and (max-width:767px){
    .Area_title .top_pd { position: absolute ; width: 100% ; top: 30vw ; left: 0vw ; z-index: 2 ; }
    .Area_title .top_pd .PD_layout ul {display:flex;margin:0;padding:0;grid-gap:0;height:10vw;}
  }


/*置底*/
.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 ; color: #000 ; }
/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #2392fe ;} 

@media screen and (min-width:768px){
}
@media screen and (max-width: 767px){
  .Area_danji { width: 96% ; }
}


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


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


/* 版頭品 */
@media screen and (min-width: 768px){
  .Area_pick { z-index: 5 ; height: 400px  ; }
  .Area_pick .layout_text { width: 8% ; position: absolute ; top: 0 ; left: 0 ; margin-top: -55px ; }
  .Area_pick .layout_text ul { padding: 0 !important; }
  .Area_pick .Area_swiper { padding-left: 90px ; }
  .Area_pick .pick_bg {position: absolute; top: 0 ; left: 50%;transform: translateX(-50%);pointer-events: none;z-index:-1 ; margin-top: -110px ; }
}
@media screen and (max-width:767px){
  .Area_pick { z-index: 5 ; height: 67vw  ; }
  .Area_pick .pick_bg { position: absolute ; margin-top: -5vw ; }
  .Area_pick .layout_text { width: 14% ; position: absolute ; top: 0 ; left: 0 ;  } 
  .Area_pick .Area_swiper_box { width: 100% ; }
  .Area_pick .Area_swiper { padding-left: 12vw ; padding-top: 3vw; }
}


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


 /* 1帶2 */
 .Area_brand .PD_layout-btn li .PD h3 { color: #000; background: #ffda44; }
 .Area_brand .PD_layout-btn li .PD h3{color: #000;background: #ffda44;}
 @media screen and (min-width:768px){
  .Area_brand{margin: 80px auto 0 auto;}
  .Area_brand .text{position: absolute;top: -120px;}
  .Area_brand .box_all{display: flex;flex-wrap: wrap;position: relative;padding: 10px 0 0 0;}
  .Area_brand .box_all .box {width: 48%;position: relative;padding: 0 0 30px 0;margin: 0px auto 0 auto;background: no-repeat right top/100% url("brand_bg.png?t=1775119561039");}
  .Area_brand  .box .ly ul { width: 94% ; padding-left: 0 ; padding-right: 0 ; }
  /*logo*/ 
  .Area_brand  .logo{width: 100%;height: 120px;}
  .Area_brand  .logo ul{grid-gap: 0;}
  .Area_brand  .logo ul .PD_into{padding: 0;}
  .Area_brand  .logo ul .PD_logo{ width: 38% ;position: relative ; top: 25px ; left: 30px ; }
  .Area_brand  .logo ul li h3{color: #fff ;width: 50%;position: absolute;right: 21px;top: 17px;margin: 0 auto;font-size: 2.5em;}
  .Area_brand .ly{width: 100%;margin: 0 auto 10px auto;}
  .Area_brand  .swiper-pagination-bullet {background: #fff ;}
}
@media screen and (max-width:767px){
.Area_brand { margin: 0 auto ; }
.Area_brand .tag{padding: 2vw 0 4vw 0;}
.Area_brand .box_all { width: 96% ; margin: auto ; }
.Area_brand .box_all .box{position: relative;margin: 0 auto 0 auto;padding: 0 0 3vw 0;background: no-repeat top center/100% url("brand_bg.png?t=1775119561039");}
/*logo*/ 
.Area_brand  .logo{width: 100%;height: 13vw;}
.Area_brand  .logo ul{grid-gap: 0;}
.Area_brand  .logo ul .PD_into { padding: 0 ; }
.Area_brand  .logo ul .PD_logo { width: 36% ; position: relative ; top: 4.5vw ; left: 6vw ; }
.Area_brand  .logo ul li h3{color: #ffffff;width: 48%;position: absolute;right: 7vw;top: 3vw;margin: 0 auto;font-size: 1.6em;}
.Area_brand  .swiper-pagination-bullet {background: #ffffff;}
/*公版*/ 
.Area_brand .box_all .box .ly{ width: 96% ; padding: 6vw 0 0 0 ; }

}


/* 折價券 */
@media screen and (min-width: 768px){
}
@media screen and (max-width:767px){
  /* .Area_coupon .PD_layout-coupon3 .PD h3 { font-size: 1.5em !important ;  } */
  .Area_coupon .divine_coupon { font-size: 21px !important ; }
}



/* bn帶品 */
@media screen and (min-width: 768px){
  .Area_collab .layout_collab ul { padding: 0 !important ; }
}
@media screen and (max-width:767px){
}


/* 下方公版 */
@media screen and (min-width: 768px){
  .Area_below .layout_below ul { border: 4px solid #ffda44; outline: 2px solid #469ffe; }
}
@media screen and (max-width:767px){
  .Area_below .layout_below ul { width: 96% ; border: 2px solid #ffda44; outline: 2px solid #469ffe; margin-top: 1vw ; }
}


/* 輪播bn */
@media screen and (min-width:768px){
  .Area_BN .layout_BN ul { height: 220px ;  }
  .Area_BN .layout_BN ul li { background: none ;  }
}
@media screen and (max-width:767px){
  .Area_BN { margin-top: 7vw ; }
  .Area_BN .layout_BN ul { height: 32vw ;  }
  .Area_BN .layout_BN ul li { background: none ;  }
}



/* logo */
@media screen and (min-width:768px){
  .Area_logo .layout_logo { width: 850px ; }
  .Area_logo .layout_logo ul { background-color: transparent ; grid-gap: 1em ; }
  .Area_logo .layout_logo ul li { background-image: url( logo_bg.png?t=1775119561039 ); background-size: 100%;  background-repeat: no-repeat ;    background-position: center top; background-color: transparent; border: none ; }
  .Area_logo .layout_logo ul li .PD_logo { margin: 18px 0 !important; }
  }
@media screen and (max-width:767px){
  .Area_logo .layout_logo { width: 96% ; }
  .Area_logo .layout_logo ul { background-color: transparent ; grid-gap: .2em ; }
  .Area_logo .layout_logo ul li { background-image: url( logo_bg.png?t=1775119561039 ); background-size: 100%;  background-repeat: no-repeat ;    background-position: center top; background-color: transparent; border: none ;  }
  .Area_logo .layout_logo ul li .PD_into { padding: 0 ; }
  .Area_logo .layout_logo ul li .PD_logo { margin: 1.8vw 0 !important; }
}
  





