@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=1770110248668)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;background: url(bgrepeat_m.jpg?t=1770110248668)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

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

  .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;}
}

/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1770110248668) no-repeat center top;}
.bgdeco { z-index: 2; position: absolute; top: 1100px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1770110248668) repeat-y center top; pointer-events: none;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(bgtop_m.jpg?t=1770110248668) no-repeat center 44px; background-size: 100%;}
}

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

/*公版*/
.bg_box { background: url(bg_box.png?t=1770110248668)top center repeat-y;}
.bg_boxbottom { position: relative;  background: url(bg_boxbottom.png?t=1770110248668)top center no-repeat; height: 107px;}
@media screen and (max-width:767px){
  .bg_box { background: url(bg_box_m.png?t=1770110248668)top center repeat-y; background-size: 100%;}
  .bg_boxbottom { background: url(mbg_boxbottom.png?t=1770110248668)top center no-repeat; height: 9vw; background-size: 100%;top: 0;}
}

/*移除公版設定*/
.Area .remove_box_style ul { background-color: transparent; grid-gap: 10px;}
.Area .remove_box_style ul li { border: none!important;background-color:transparent;}
@media screen and (max-width:767px){
  .Area .remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .remove_box_style ul {}
}
/*輪播移除公版設定*/
.Area .swiper_remove_box_style ul { background-color: transparent; grid-gap: 0;}
.Area .swiper_remove_box_style ul li { border: none!important; background-color: #fff;}
.Area .swiper_remove_box_style ul li,
.Area .swiper_remove_box_style ul li .PD_img img { border-radius: 10px;}
@media screen and (max-width:767px){
  .Area .swiper_remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .swiper_remove_box_style ul {}
}
/*3品公版間距*/
.Area .PD_layout-add2cart ul { padding: 20px;}
@media screen and (max-width:767px){
  .Area .PD_layout-add2cart ul { padding: 0.2em 0;}
  .Area .PD_layout-add2cart ul li { padding: 0.2em;}
}

/*BN輪播移除公版設定*/
.Area .swiper_remove_box_style_K1 ul {display: flex;background-color: transparent;grid-gap: 0;padding: 0;}
.Area .swiper_remove_box_style_K1 ul li { border: none!important; }
.Area .swiper_remove_box_style_K1 ul li,
.Area .swiper_remove_box_style_K1 ul li .PD_img img { }
@media screen and (max-width:767px){
  .Area .swiper_remove_box_style_K1 ul { width: 100%;}
  .Area .swiper_remove_box_style_K1 ul {}
}

/*版頭*/
.Area_top {position: relative;height:560px;}
.Area_top .main {position:absolute;left: 26px;top: 140px;z-index: 2;}
.Area_top .main ul {padding: 0; grid-gap: 0;}
.Area_top .main ul li { pointer-events: none;}
.Area_top .deco_bird {position: absolute;top: 48px;left: 384px;animation-delay:.8s;}
.Area_top .Area_swiper {width: 57%;left: 263px;top: 130px;}
@media screen and (max-width:767px){
  .Area_top {height: 122vw;}
  .Area_top .main {left: 18.5vw;top: 7vw;width: 60%;}
  .Area_top .deco_bird {position: absolute;left: 77vw;top: 9vw;width: 15%;}	
  .Area_top .Area_swiper {width: 100%;left: 0;top: 52vw;}																
}

/*PNG動畫*/
.deco_people {
  position:absolute;
  top: 363px;
  left: -211px;
  width:190px;
  height:240px;
  background:url(deco_people.png?t=1770110248668) repeat;
  -webkit-animation: deco_people 1s steps(2) alternate infinite;
  animation: deco_people 1s steps(2) alternate infinite;
  }
  @-webkit-keyframes deco_people{ 0% { background-position: 0px;} 100% { background-position:200%} 200% { background-position:300%}}
  @keyframes deco_people{ 0% { background-position: 0px;} 100% { background-position: 200%} 200% { background-position:300%}}

@media screen and (max-width: 767px){
.deco_people {position:absolute;top: 28vw;left: 2vw;}
.deco_people {
  position:absolute;
  width: 79px;
  height: 99px;
  background:url(mo_deco_people.png?t=1770110248668) repeat;
  -webkit-animation: deco_people 1s steps(2) alternate infinite;
  animation: deco_people 1s steps(2) alternate infinite;
	background-size: 200%;
  }   
}

/*區標*/
.title2 {width: 80%;}
.title ul {padding: 0!important;grid-gap:0!important;}
.title ul li { pointer-events: none;}
.bg_top {position: absolute;margin: 0 auto;width: 100%;height: auto;top:0;z-index: 0;}
.bg_top img {width: 100%;}
.box_txt {position: absolute;margin: 0 auto;width: 100%;height: auto;}
.box_txt img {width: 79%;}
.txt ul {position: relative;padding: 0;margin: 0;list-style: none;height: 150px;top:0;}
.txt ul li { background-color: transparent; pointer-events: none;padding: 0;}
.txt .PD_into {padding: 0;}
.txt ul li h5 {position: relative;top: 38px;margin: 0;padding: 0;width: 100%;font: 57px/57px "Noto Sans CJK SC";font-weight: 700;text-align: center;overflow: hidden;color: #010101;letter-spacing:-4px;}
@media screen and (max-width:767px){
  .title2 {width: 100%;}
  .bg_top {position: absolute;margin: 0 auto;width: 100%;top:0;}
  .bg_top img {width: 100%;}
  .box_txt {position: absolute;margin: 0 auto;width: 100%;}
  .box_txt img {width: 100%;}
  .txt ul {padding: 0;margin: 0;list-style: none;height: 16vw;}
  .txt ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .txt .PD_into {padding: 0;}
  .txt ul li h5 {position: relative;top: 4.5vw;margin: 0;padding: 0;width: 100%;font: 6.5vw/6vw "Noto Sans CJK SC";font-weight: 700;text-align: center;letter-spacing: -0.5vw;overflow: hidden;}
}

/*按鈕*/
.Area01 {}
.Area01 .layout_BN {width: 80%;}
.Area01 .layout_BN ul {padding: 0;grid-gap:0;}
.Area01 .layout_BN ul li {padding: 0 10px;}
@media screen and (max-width: 767px){
  .Area01 {}
  .Area01 .layout_BN {width: 97%;}
  .Area01 .layout_BN ul li {padding: 0 1vw;}
}

/*登記活動*/
.Area02 {}
.Area02 .warningTxt  h3 {color:#000;}
.Area_danji .danji_box ul li .activityText .gifts span { color: #e60000;}  
@media screen and (max-width: 767px){
  .Area02 {}
  .Area02 .Area_danji {width: 96%;}
}

/*每日補健康*/
.Area03 {}
@media screen and (max-width: 767px){
  .Area03 {}
  .Area03 .layout_PD {width: 96%;}
}

/*輕鬆小食*/
.Area04 {}
@media screen and (max-width: 767px){
  .Area04 {}
  .Area04 .layout_PD {width: 96%;}
}

/*無腦下單區*/
.Area05 {}
@media screen and (max-width: 767px){
  .Area05 {}
  .Area05 .layout_PD {width: 96%;}
}

/*旗艦館*/
.Area06 {}
.Area06 .layout_BN {width: 60%;}
@media screen and (max-width: 767px){
  .Area06 {}
  .Area06 .layout_BN {width: 90%;}
}


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