@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: 0 ; 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: 730px ; 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: -3 ; 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: 600px ; }
.Area_title .title01 { position:absolute ; width: 65% ; top: 47px ; left: 184px ; z-index: 1 ; }
.Area_title .sub01 { position:absolute ; width: 45% ; top: 437px ; left: 336px ; z-index: 1 ; }
.toothpaste { position: absolute; top: 97px ; left: 906px ; z-index: 1 ;  }
.brush { position: absolute; top: 147px ; left: 190px ;  }
}
@media screen and (max-width: 767px){
.Area_title { height: 60vw ; }
.Area_title .title01 { z-index: 2 ; position: absolute ; width: 76% ; top: 4vw ;  left: 9vw ; }
.Area_title .sub01 { z-index: 2 ; position: absolute ; width: 57% ; top: 46vw ;  left: 21vw ; }
.toothpaste { position: absolute ; width: 15% ; top: 12vw ; left: 78vw ; z-index: 1 ; }
.brush { position: absolute ; width: 25% ; top: 21vw ; left: 0vw ; z-index: 3 ; }
}


/* 副標 */
.Area_title .subtitle ul li { background-color: transparent ; }
@media screen and (min-width:768px){
  .Area_title .subtitle { position: absolute ; top: 443px ; left: 0 ; z-index: 10 ; width: 100% ;}
  .Area_title .subtitle .PD h3 { color: #32267c ; font-size: 55px ; transform: rotate(353deg) ; font-family: source-han-sans-cjk-tc, sans-serif; font-weight: 800; font-style: italic ; }
  .Area_title .subtitle .PD h3 span { font-weight: 600 ; padding-right: 8px ; }
}
@media screen and (max-width:767px){
  .Area_title .subtitle { position: absolute ; top: 45.5vw ; left: 0vw ; z-index: 10 ; width: 100%; }
  .Area_title .subtitle .PD h3 { color: #32267c ; font-size: 6vw; transform: rotate(353deg) ; font-family: source-han-sans-cjk-tc, sans-serif; font-weight: 800; font-style: italic ; }
  .Area_title .subtitle .PD h3 span { padding-right: 1vw ; }
}

/*輪播特效*/
.Area_title .sub .swiper-slide { opacity: 0; transform: translate(6%,0);}
.Area_title .sub .swiper-slide-active { opacity: 1; transition: 1s ease-out; transform: translate(0,0);}


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



/* 4顆連結 */
@media screen and (min-width:768px){
  .Area_cloud .layout_cloud { width: 85% ; }
}
@media screen and (max-width:767px){
  .Area_cloud .layout_cloud { width: 85% ; }
}



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

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

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



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



/* 版頭輪播 */
@media screen and (min-width:768px){
  .Area_pick2 { margin-bottom: 30px ; }
  .Area_pick2 .layout_pink2 ul li{ border: solid #fb7aa0 2px ; }
  }
  @media screen and (max-width:767px){
    .Area_pick2 .layout_pink2 ul li{  border: solid #fb7aa0 1px ;  }
  }
  


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


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


/* 頁籤公版 */
@media screen and (min-width:768px){ 
  .Area_buy .box_buy { background-color: #ffd966 ; border-radius: 50px ; padding: 30px 0 ; border: solid 2px #ff9c66 ;  }
  .Area_buy .layout_text { }
}
@media screen and (max-width:767px){
  .Area_buy .box_buy { background-color: #ffd966 ; width: 96% ; margin: auto ; border-radius: 5vw ; padding: 4vw 0 ; border: solid 2px #ff9c66 ; }
  .Area_buy .buy_top { width: 96% ; margin: auto ; }
  .Area_buy .layout_text {  }
}

/* 頁籤公版2 */
@media screen and (min-width:768px){ 
  .Area_buy2 .box_buy { background-color: #4fbbf3 ; border-radius: 50px ; padding: 30px 0 ; border: solid 2px #0f84c1 ; }
  .Area_buy2 .layout_text { }
}
@media screen and (max-width:767px){
  .Area_buy2 .box_buy { background-color: #4fbbf3 ; width: 96% ; margin: auto ; border-radius: 5vw ; padding: 4vw 0 ; border: solid 2px #0f84c1 ; }
  .Area_buy2 .buy_top { width: 96% ; margin: auto ; }
  .Area_buy2 .layout_text { }
}

/* 頁籤公版3 */
@media screen and (min-width:768px){ 
  .Area_buy3 .box_buy { background-color: #ffd966 ; border-radius: 50px ; padding: 30px 0 ; border: solid 2px #ff9c66 ; }
  .Area_buy3 .layout_text { }
}
@media screen and (max-width:767px){
  .Area_buy3 .box_buy { background-color: #ffd966 ; width: 96% ; margin: auto ; border-radius: 5vw ; padding: 4vw 0 ; border: solid 2px #ff9c66 ; }
  .Area_buy3 .buy_top { width: 96% ; margin: auto ; }
  .Area_buy3 .layout_text { }
}

/* 頁籤公版4 */
@media screen and (min-width:768px){ 
  .Area_buy4 .box_buy { background-color: #4fbbf3 ; border-radius: 50px ; padding: 30px 0 ; border: solid 2px #0f84c1 ; }
  .Area_buy4 .layout_text { }
}
@media screen and (max-width:767px){
  .Area_buy4 .box_buy { background-color: #4fbbf3 ; width: 96% ; margin: auto ; border-radius: 5vw ; padding: 4vw 0 ; border: solid 2px #0f84c1 ; }
  .Area_buy4 .buy_top { width: 96% ; margin: auto ; }
  .Area_buy4 .layout_text { }
}

/* 頁籤公版 */
.Area_page h3 { color: #fff; margin: 0; padding: 0}
  @media screen and (min-width:768px){ 
    .Area_page { overflow: hidden; border-radius: 1em ; width: 100% ; margin: auto ;  } 
    .Area_page h3 { color: #fff; margin: 0 auto 20px; padding: 0}
    .Area_page .PD_layout { width: 96%}
  }
  @media screen and (max-width:767px){
    .Area_page { width: 96% ; overflow: hidden; padding: 0 ; border-radius: 1em ; margin: auto ; } 
    .Area_page h3 { color: #fff; margin: 0 auto 2vw; padding: 0}
    .Area_page .NavArea .Nav a { padding: 0 ; }
  }


/* 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: #ff96a9 ; border: solid 3px #f16880 ; }
  .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: #cc0340 ; 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; }
  .Area_good .PD_layout-D3_02 { background: url(good_tt_bg.png?t=1775631036117) 0 ; background-size: 100% ; background-repeat: no-repeat ; }
}
@media screen and (max-width:767px){
  .Area_good .box_box { width: 96% ; padding: 0 ; border-radius: 4vw ; margin: 0 auto 7vw ; background-color: #ff96a9 ; border: solid 2px #f16880 ; }
  .Area_good .box .BN ul li .PD_into h3 { width: 70% ; color: #cc0340 ; }
  .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: 98% ; padding: 0 ;  }
  .Area_good .PD_layout-D3_02 { background: url(good_tt_bg.png?t=1775631036117) 0 ; background-size: 100% ; background-repeat: no-repeat ; }
}


/* 春日淨化大作戰 */
.Area_clean {padding-bottom: 10px !important;}
.Area_clean .box{background-color: #ff96a9;border: 2px solid #f16880;}
  @media screen and (min-width: 768px){
    .Area_clean .box{border-radius: 15px!important;margin-bottom: 30px;}
    .Area_clean .Area_swiper_box{padding-top: 20px; padding-bottom: 20px; margin-bottom: 10px;}
    .Area03_top {z-index: -1 ;position:absolute;top: -160px;width:100%;height: 100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;}			
    .Area03_repeat {z-index: -2;position:absolute;top: 160px;width:100%;height: 100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;}

  }
  @media screen and (max-width:767px){
    .Area_clean {width: 96%!important;border-radius: 10px!important;padding-bottom: 1vw !important;}
    .Area_clean .box{ border-radius: 15px!important;margin-bottom: 3vw;}
    .Area_clean .Area_swiper_box{padding-top: 3vw; padding-bottom: 5vw ;}
    .Area_clean::before {content:"";position: absolute;display:block;top: -15vw;left: 0;width: 100%;height: 100%;pointer-events:none;z-index: -1;background: url("m_Area03_top.png?t=1775631036117") center top/100% no-repeat scroll;}
    .m_Area03_bg {z-index: -8;position:absolute;top: 9vw;width:100%;height: 100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;background-size: 100%;} 
  }



/* 小組輕鬆購 */
.Area_bundle .box{background-color: #4fbbf3;border: 2px solid #0f84c1;}
  @media screen and (min-width: 768px){
    .Area_bundle {padding-bottom: 0px !important;margin-bottom: 130px;}
    .Area_bundle .box{border-radius: 15px!important;margin-bottom: 30px;}
    .Area_bundle .Area_swiper_box{padding-top: 20px; padding-bottom: 20px;margin-bottom: 10px ;}
    .Area03_repeat {z-index: -2;position:absolute;top: 0px;width:100%;height: 100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;}
    .Area03_end {z-index: -1;position:absolute;top: 180px;width:100%;height: 100%;background-repeat:no-repeat;background-position: center bottom;pointer-events:none;} 
  }
  @media screen and (max-width:767px){
    .Area_bundle { width: 96%!important; border-radius: 10px!important;}
    .Area_bundle .box{ border-radius: 15px!important;margin-bottom: 0;}
    .Area_bundle .Area_swiper_box{padding-top: 3vw; padding-bottom: 5vw;}
    .m_Area03_bg {z-index: -1;position:absolute;top: -6vw;width:100%;height: 100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;background-size: 100%;} 
  }


/* 1帶6 */
.Area_pick .layout_pick_logo ul{ padding-top: 0 ; }
@media screen and (min-width:768px){
  .Area_pick .box_pick { background-color: #ff96a9 ; border-radius: 50px ; border: solid 3px #f16880 ; padding: 20px 0 ; }
  .Area_pick .box_pick .Area_swiper_box { padding-bottom: 0 !important ; padding-left: 3px;  }
}
@media screen and (max-width:767px){
  .Area_pick .box_pick { background-color: #ff96a9 ; border-radius: 5vw ; border: solid 2px #f16880 ; padding: 2vw 0 ; }
}


/* 8品公版 */
@media screen and (min-width: 768px){
  .Area_4pdb .layout_4pda ul { }
}
@media screen and (max-width:767px){
  .Area_4pda .layout_4pda ul { width: 96%; }
}


/* 館連結 */
@media screen and (min-width:768px){
  .Area_guan { margin-bottom: 60px ;}
  .Area_guan .layout_text ul { width: 90% ; }
  .Area_guan .layout_guan { width: 100% ; }
	.Area_guan .layout_guan ul{ grid-gap:0 ; }
}
  @media screen and (max-width: 767px){
	.Area_guan .layout_guan { width: 100% ;}
}




/*分享浮層*/
.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%;}
	}
