@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: #ece0d4;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; }
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1788178055061) no-repeat center top;}
.pic02 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(pic02.png?t=1788178055061) no-repeat center top;}
.pic01 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(pic01.png?t=1788178055061) no-repeat center top;}
.topdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(topdeco.png?t=1788178055061) no-repeat center top;}
.bgdeco { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1788178055061) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
}
@media screen and (max-width:767px){
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.jpg?t=1788178055061) no-repeat center 44px; background-size: 100%;}
  .pic02 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(pic02_m.png?t=1788178055061) no-repeat center 44px; background-size: 100%;}
  .pic01 { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(pic01_m.png?t=1788178055061) no-repeat center 44px; background-size: 100%;}
  .topdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(topdeco_m.png?t=1788178055061) no-repeat center 44px; background-size: 100%;}
}
	
/*區塊_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);}
.Area .go_bt2 {
  -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_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px; position: relative;}
.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;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -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;}
}

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

/*共用樣式*/
.PD_layout[data-pd-li=BN] ul,
.PD_layout[data-pd-li=BN-AWD] ul { padding: 0; grid-gap: 0;}
.PD_layout ul { border-radius: 0;}
.Area.bgcolor { background-color: #f6f3ec; padding: 30px 0;}
.Area .deco { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 1220px; z-index: 5; pointer-events: none;}
.Area.bgcolor .deco { top: 30px;}
.Area .Area_coupon { width: 96%; margin: 0 auto;}
.Area .Area_danji .danji_box { width: 100%;}
.Area .Area_danji .danji_box .box_1 { width: 96%;}
.Area .warningTxt h3 { padding: 0;}
@media screen and (max-width:767px){
  .PD_layout ul { width: 96%;}
  .Area .deco { top: -2.5vw; width: 100%;}
  .Area.bgcolor .deco { top: 9vw;}
  .Area .BN_bottom { height: 2.8vw;}
}

/*版頭*/
.Area_top {}
.Area_top .main_box { position: relative; width: 864px; margin: 0 auto;}
.Area_top .main_box img { width: 100%;}
.Area_top .maindeco { position: absolute; top: 0; left: 0;}
.Area_top .mainsubtitle { position: absolute; top: 386px; left: 0; width: 100%; background: url(mainsubtitlebg.png?t=1788178055061) top center no-repeat; background-size: 100%; overflow: hidden;}
.Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 150px;}
.Area_top .mainsubtitle ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; pointer-events: none;}
.Area_top .mainsubtitle ul.PD_wrapper li.PD_slide { min-width: inherit;}
.Area_top .mainsubtitle ul.PD_wrapper li.PD_slide:hover { box-shadow: 0 3px 30px rgba(0, 0, 0, 0);}
@media screen and (max-width:767px){
  .Area_top {}
  .Area_top .main_box { width: 100%;}
  .Area_top .mainsubtitle { top: 45vw;}
  .Area_top .mainsubtitle ul.PD_wrapper { height: 18vw;}
}

/*今日限定*/
.Area01 {}
.Area01.bgcolor { padding: 0;}
.Area01 .title { position: absolute; top: 0; left: 0; width: 960px; margin: 0;}
.Area01 .box4_swiper { position: relative; width: 1125px; padding: 20px 0 10px; margin-left: 95px; z-index: 2;}
.Area01 .box4_swiper ul { height: 560px;}
.Area01 .box4_swiper ul li { border: solid 1px #bea593!important;}
@media screen and (max-width:767px){
  .Area01 {}
  .Area01 .title { width: 100%;}
  .Area01 .box4_swiper { width: 90%; padding: 3% 0 1%; margin-left: 10%;}
  .Area01 .box4_swiper ul { height: 66vw;}
}

/*媽咪最愛人氣大牌*/
.Area02 {}
.Area02 .BN { margin-bottom: 30px;}
.Area02 .BN .PD_layout ul { width: 96%; background-color: #fcf3ee; padding: 20px 20px 10px; box-sizing: border-box;}
.Area02 .BN_bottom img { width: 100%;}
@media screen and (max-width:767px){
  .Area02 {}
  .Area02 .BN { margin-bottom: 4%;}
  .Area02 .BN .PD_layout ul { padding: 2% 2% 1%;}
}

/*愛媽咪 領神券*/
.Area03 {}
@media screen and (max-width:767px){
  .Area03 {}
}

/*媽咪最愛 登記活動*/
.Area04 {}
@media screen and (max-width:767px){
  .Area04 {}
}

/*品牌活動*/
.Area05 {}
.Area05 .BN_swiper { width: 96%; background-color: #fcf3ee; margin-top: -30px;}
.Area05 .deco { top: -30px;}
@media screen and (max-width:767px){
  .Area05 {}
  .Area05 .BN_swiper { margin-top: -3vw;}
}

/*品類公版*/
.Area06 {}
.Area06 .box { position: relative; margin-bottom: 50px;}
.Area06 .box:last-child { margin-bottom: 0;}
.Area06 .box .deco { top: -20px;}
@media screen and (max-width:767px){
  .Area06 {}
  .Area06 .box { margin-bottom: 10vw;}
  .Area06 .box .deco { top: -2vw;}
}

/*下方公版*/
.Area07 {}
.Area07 .box { display: flex; flex-wrap: wrap;}
.Area07 .box_box {margin: 0px 0px 0px 200px;width: 68.5%;}
.Area07 .box_box:nth-child(even) { margin-right: 0;}
.Area07 .box_box:nth-child(11),
.Area07 .box_box:nth-child(12) { margin-bottom: 0;}
@media screen and (max-width:767px){
  .Area07 {}
  .Area07 .box_box { margin: 0 auto 10vw; width: 100%;}
  .Area07 .box_box .PD_box { margin-top: -7vw;}
  .Area07 .box_box:nth-child(11) { margin-bottom: 10vw;}
}

/*品牌媽咪 愛好禮*/
.Area08 {}
.Area08.bgcolor { padding: 50px 0 30px;}
.Area08 .logo2  { width: 50%;}
.Area08 .logo ul { grid-gap: 20px;}
.Area08 .logo .PD .PD_logo { background-color: #fff; border-radius: 50%; overflow: hidden; padding: 20px; width: 100%; height: 210px; border: solid 1px #bea593!important;}
.Area08 .logo .PD .PD_logo img { box-shadow: none; border-radius: 0; width: 100%;}
.Area08 .logo .PD .PD_into h3 { font-size: 36px; color: #84874f; max-height: 1.2em; line-height: 1.2em;}
@media screen and (max-width:767px){
  .Area08 {}
  .Area08.bgcolor { padding: 10vw 0 30px;}
  .Area08 .logo2  {width: 70%;margin-top: 2vw;}
  .Area08 .logo ul { grid-gap: 0.5em 0.1em; padding: 0 0.5em;}
  .Area08 .logo .PD .PD_logo { padding: 1.5vw; height: 21vw;}
  .Area08 .logo .PD .PD_into h3 { font-size: 18px; max-height: 1.2em; line-height: 1.2em;}
  .Area08 .logo ul li:nth-child(9) { grid-column-start: 2; grid-column-end: 3;}
}

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


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


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