@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; 
  z-index:0 ; 
  background: url(bg.jpg?t=1762312612520) #222223 top center no-repeat; 
}
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none;}
		@media screen and (max-width:767px){
		.WRAPPER { min-width: inherit; padding-bottom: 0px; background: url(bg-mb.jpg?t=1762312612520) #222223 top center no-repeat;background-size: contain;  }
		.WRAPPER img {  width:100%;  height:auto;}
	}

/*LOGO CSS*/
.momologo {z-index:2;position: absolute;top: 15px;left:15px;display: none;}
.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;}
    }





/*PC背景*/
.bg_01 { z-index:-40; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bg_02 { z-index:-60; position:absolute; top:1200px; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;}
.bg_deco1 { z-index: -10; position:absolute;top: 600px;left:0; width:100%; height:4000px; background-repeat:repeat-y; background-position:center top; pointer-events:none;mix-blend-mode: screen }
@media screen and (max-width:767px){
      .m_bg { z-index:-52; position:fixed;top: 6vw; bottom:0px; left:0; width:100%; height:100%; background-position:center bottom; background-repeat:no-repeat;
      pointer-events:none;background-size:100%;}	


  }


/*區塊_all*/
.Area { position: relative; margin:0 auto; padding:0; border-radius:0; text-align:center; font-size: 16px}
.Area a { display:block;} 
.Area1220 { margin:0 auto; width:1220px;}
.Area960 { margin:0 auto; width:960px;}
.Areabottom { margin-bottom:0px}
    @media screen and (min-width:768px){
        .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: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);}
	}
	@media screen and (max-width:767px){
		.Area1220 { width:100%;}
		.Area960 { width:100%;}
        .Area96p { width: 96% }
        .Areabottom { margin-bottom:10vw }
	}


/*所有區標*/
.title {position: relative; margin:20px auto 18px; }
.title img {width:70%;  }

 @media screen and (max-width:767px){
.title { margin: 6% auto 5%;  }
.title img {width:90%;  }

}

/* 商品區 */
  @media screen and (max-width:767px){
      .Area_main {
        overflow: hidden;
        position: absolute;
        top: -3vw;
        left: 1vw;
        width: 50vw;
        filter: drop-shadow(2px 2px 10px #00000042);
        z-index: 5;
        .PD_layout[data-pd-col-pc="1"] .PD_wrapper{
          padding: 0;
          gap: 0;
          grid-template-columns: repeat(10, auto);
        }
        .swiper-pagination-bullet{
          width: 1.5vw;
          height: 1.5vw;
        }
      }
      
      .Area_PD{
        width: 100%;
        margin: 0 auto;
        .PD_layout[data-pd-col-pc="4"] ul.PD_wrapper{
          /* gap: 3vw 2.5vw; */
          padding: 2.5vw 2vw 6vw;
          /* background: #f0f0f0; */
          border-radius: 3vw;
          
          
          
          

          /* 缺品補圖 */
          &::after{
            content: "";
            display: block;
            position: relative;
            width: 100%;
            background: url(Area_hotPD_bg.png?t=1762312612520) no-repeat center;
            background-size: 96%;
          }
          li.PD_slide:first-child{
            grid-column-start: 1;
          }
          li.PD_slide{
            /* border: 0; */
            /* background: #fff; */
            /* border-radius: 2vw; */
          }
          li.PD_slide .PD_img{
            padding: .5em;
          }
          li.PD_slide:nth-child(even){
            transform: translateY(0);
          }
        }
      
      }
  }

  @media screen and (min-width:768px){
    .Area_main {
      overflow: hidden;
      position: absolute;
      top: -20px;
      left: -12px;
      width: 27%;
      filter: drop-shadow(2px 2px 10px #00000042);
      z-index: 5;
      .PD_layout[data-pd-col-pc="1"] .PD_wrapper{
        padding: 0;
        gap: 0;
        grid-template-columns: repeat(10, auto);
      }
      .PD_layout li {
        transition: none;
      }
      .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
      }
    }
    
    .Area_PD{
      .PD_layout[data-pd-col-pc="4"] ul.PD_wrapper{
        /* 缺品補圖 */
        &::after{
          content: "";
          display: block;
          position: relative;
          width: 100%;
          background: url(Area_hotPD_bg.png?t=1762312612520) no-repeat center;
          background-size: 96%;
        }
        li.PD_slide:first-child{
          grid-column-start: 1;
        }
        li.PD_slide:nth-child(4n+3){
          /* border-right: 0; */
        }
        li.PD_slide:nth-child(4n){
          /* border-right: solid 1px #d1d1d1; */
        }
        li.PD_slide:last-child{
          border-right: 0;
        }
      }
    
    }
  }

  /* 商品區指定區塊顯示BN*/
  .PD_layout_momowow[data-pd-pdlogo] {
    .PD_into .PD_logo {
      display: none;
    }
    
    /* 商品區BN樣式JS自動補上class名稱，或限定ID */
    li#li_181,li#li_182,li#li_183,li#li_184,li#li_185,li#li_186,li#li_187,li#li_188,li#li_189,li#li_190,
    li#li_191,li#li_192,li#li_193,li#li_194,li#li_195,li#li_196,li#li_197,li#li_198,li#li_199,li#li_200,
    li.active--bn{
      overflow: hidden;
      background: transparent !important;
      &:hover {
        box-shadow: none; filter: brightness(105%);
      }
      .PD {
        * {
          display: none;
        }
        &, a, .PD_into , .PD_logo ,.PD_logo *  {
          display: block;
          width: 100%;
          height: 100%;
        }
        .PD_into {
          padding: 0;
        }
        .PD_logo img {
          object-fit: cover;
        }
      }
    }
  }








/*版頭品入稿*/
@media screen and (min-width:768px){


	.top_box_bg .PD_layout {width: 100%;overflow:hidden;padding-bottom: 0vw;}
	.top_box_bg .PD_layout ul {display:flex;padding: 0px;margin: 0;background-color: #ffffff00;}
	.top_box_bg .PD_layout ul li {background-color: #ffffff00;border: none;padding: 0;margin: 0;}
	.top_box_bg .PD_layout ul li .PD_img {padding: 0px;width: 50%;}
	.top_box_bg .PD_layout ul li .PD_into {top: 63px;width: 46% !important;position: absolute;left: 55px;}
	.top_box_bg .PD_layout ul li .PD_into .PD_logo{height: 67px;position: relative;margin-left: 0;}
  .top_box_bg .PD_layout ul li .PD_into .PD_logo img{padding: 0;background-color: #ffffff00;}
  .top_box_bg .PD_layout ul li .PD_into h3{color: #fff;font-size: 35px;max-height: 1.6em;}
  .top_box_bg .PD_layout ul li .PD_into h4{color: #fff;font-size: 29px;}
  .top_box_bg .PD_layout ul li .today{color: #f200ca;position: absolute;left: 55px;font-size: 30px;top: 271px;font-weight: bold;}


	.top_box_bg .PD_layout .PD_into .Price {font-size: 25px!important;}	
	.top_box_bg .PD_layout .PD_into p {height: 2.2em!important ;}	
	.top_box_bg .PD_layout .PD_into .js-PD_del {font-size: 8px!important;}	
	.top_box_bg .PD_layout .swiper-pagination {position:relative;margin: 0;}
	.top_box_bg .swiper-pagination-clickable .swiper-pagination-bullet{background:#f200ca !important;}
}
@media screen and (max-width:767px){


	.top_box_bg .PD_layout {width: 100%;overflow:hidden;padding-bottom: 0vw;}
	.top_box_bg .PD_layout ul {display:flex;padding: 0px;margin: 0;background-color: #ffffff00;}
	.top_box_bg .PD_layout ul li {background-color: #ffffff00;border: none;padding: 0;margin: 0;}
	.top_box_bg .PD_layout ul li .PD_img {padding: 0px;width: 50%;}
	.top_box_bg .PD_layout ul li .PD_into {top: 2vw;width: 60% !important;position: absolute;left: 6vw;}
	.top_box_bg .PD_layout ul li .PD_into .PD_logo{height: 2.5em;position: relative;margin-left: 0;}
  .top_box_bg .PD_layout ul li .PD_into .PD_logo img{padding: 0;background-color: #ffffff00;}
  .top_box_bg .PD_layout ul li .PD_into h3{color: #fff;font-size: 18px;max-height: 1.6em;top: 8vw;position: relative;}
  .top_box_bg .PD_layout ul li .today{color: #f200ca;position: absolute;left: 6vw;font-size: 0.8em;top: 29vw;font-weight: bold;}
  .top_box_bg .PD_layout ul li .PD_into h4{color: #fff;margin-top: 8vw;}
  .top_box_bg .PD_layout ul li .PD_into h4 b{
    position: absolute;
    top: 4vw;
}

	.top_box_bg .PD_layout .PD_into .Price {font-size: 25px!important;}	
	.top_box_bg .PD_layout .PD_into p {height: 2.2em!important ;}	
	.top_box_bg .PD_layout .PD_into .js-PD_del {font-size: 8px!important;}	
	.top_box_bg .PD_layout .swiper-pagination {position:relative;margin: 0;}
	.top_box_bg .swiper-pagination-clickable .swiper-pagination-bullet{background:#f200ca !important;}


} 





/*活動倒數*/
.TimerNick001 {position: absolute;top: 271px;left: 149px;transform: translateX(15%);display: inline-block;z-index:8;text-align: center;letter-spacing: 0.3em;font-weight: 900;}
.TimerNick001 .FontStyle {display: inline-block;margin: 0 8px 0 5px;padding: 0;border: 0;font-size: 30px;color: #f200ca;letter-spacing:1px;text-align: center;}
.TimerNick001 span {padding-left: 2px;font-size: 23px;letter-spacing: 0.1em;color: #f200ca;white-space: nowrap;}
.TimerNick001 b { font-weight: normal;}
@media screen and (max-width:767px){
.TimerNick001  {top: 30vw;left: 16%;display: flex;column-gap: 0.4em;text-align: left;}
.TimerNick001 .FontStyle {margin:-0.25em 0 0 -0.01em;padding: 0;border: 0;font-size: 3vw;letter-spacing: .01em;}
.TimerNick001 span {padding-left: 0;font-size: 2.7vw;}
.TimerNick001 span:first-child{ margin-top: -0.1em; }
}
















@media screen and (min-width:768px){	
	.layout_btn {width: 57%!important;margin: auto;padding-bottom: 0vw;/* position: absolute; */left: 159px;top: 1px;}
	.layout_btn ul {width: 91% !important;margin: auto !important;}
	.layout_btn ul li{padding: 10px;}
  .layout_btn ul li .PD_into h3{color: #fff;font-weight: 400;border: 1px solid #b4b4b4;border-radius: 13vw;text-align: center;max-height: 3.9em;}
  .layout_btn ul li .PD_into h3 span{margin-top: 6px;}
  .layout_btn ul li h3:hover{color: #ffffff;background-color: #EA27C2;border: 0.1vw solid #b4b4b4;border-radius: 13vw;}

}
@media screen and (max-width:767px){

	.layout_btn {width: 67%!important;margin: auto;padding-bottom: 0vw;/* position: absolute; */left: 19vw;top: 1vw;}
	.layout_btn ul {width: 91% !important;margin: auto !important;}
	.layout_btn ul li{padding: 0.7vw;}
  .layout_btn ul li .PD_into h3{color: #fff;font-weight: 400;border: 0.1vw solid #b4b4b4;border-radius: 13vw;text-align: center;padding-left: 2vw;padding-right: 2vw;}
  .layout_btn ul li h3:hover{color: #ffffff;background-color: #EA27C2;border: 0.1vw solid #b4b4b4;border-radius: 13vw;}
  
}



@media screen and (min-width: 768px) {
	.Area_bn01 {}
	.Area_bn01 .bg_02 { z-index: -28; position: absolute; top: -39px; left: -390px; width: 2000px; height: 100%; background-repeat: repeat-y; background-position: center top; pointer-events: none; }
	.Area_bn01 .bg_03 { z-index: -25; position: absolute; bottom: -38px; left: -390px; width: 2000px; height: 100%; background-repeat: no-repeat; background-position: center bottom; pointer-events: none; }
	.Area_bn01 .text {position: relative;width: 50%;margin: 59px auto 2px;}
	.Area_bn01 .text .layout_text { width: 100%; margin: 0px auto; padding-top: 0px; }
	.Area_bn01 .text .layout_text .PD_slide:hover { transform: none; }
	.Area_bn01 .text .layout_text .PD a { pointer-events: none !important; }
	  .Area_bn01 .box .PD_layout {width: 99%;overflow:hidden;margin: 5px auto 0;}	
  
	  .Area_bn01 .box .PD_layout ul {
    height: 155px;
}
	  .Area_bn01 .box .PD_layout ul li {}
	  .Area_bn01 .box .PD_layout ul li .PD_img {}
	  .Area_bn01 .box .swipwe_remove_box_style ul li {background-color:#fff0!important;}
		  
	  .Area_bn01 .box .PD_layout .swiper-pagination {position:relative;margin: 18px 0;}  .Area_bn01 .layout_btn { padding-top: 38px; padding-bottom: 79px; z-index: 2; width: 76% !important; }
	.Area_bn01 .layout_btn ul { }
	.Area_bn01 .PD_layout ul { }
	.Area_bn01 .PD_layout ul li { padding: 14px; }
	.Area_bn01 .swiper-pagination-bullet-active{background-color: #9C27B0;}


  }
  @media screen and (max-width: 767px) {
	.Area_bn01 {}
	.Area_bn01 .PD_layout { }
	.Area_bn01 .layout_coupon ul { width: 95% !important; margin: 0px auto !important; }
	.Area_bn01 .layout_btn { margin: auto; padding-bottom: 0vw; z-index: 0; padding-top: 2vw; width: 93% !important; }
	.Area_bn01 .layout_btn ul { }
	.Area_bn01 .layout_btn ul li { padding: 0vw; }
	.Area_bn01 .text {position: relative;width: 70%;margin: 30px auto 0;}
	.Area_bn01 .text .layout_text { padding-top: 4vw; }
	.Area_bn01 .text .layout_text .PD a { pointer-events: none !important; }
	  /** å…¬ç‰ˆ **/	
	  .Area_bn01 .box {padding-bottom: 0;width: 93%;margin: 0vw auto 0vw;padding-top: 1vw;}	
	  .Area_bn01 .box .PD_layout {overflow:hidden;padding-top: 0vw;}	
	  .Area_bn01 .box .PD_layout ul {display:flex;height: 13vw;}
	  .Area_bn01 .box .PD_layout ul li .PD_img img{border-radius: 0;
    }

    .Area_bn01 .box .PD_layout ul li  {} 
	  .Area_bn01 .box .swipwe_remove_box_style ul li {background-color:#fff0!important;}
		  
	  .Area_bn01 .box .PD_layout .swiper-pagination {position:relative;margin: 0vw auto 3vw;}
	  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {background-color: #f200ca !important;}
  
  }





/*頁籤01*/
@media screen and (min-width:768px){
	.Area_topitem02 {padding: 0px;overflow: hidden;}

	.Area_topitem02 .content_bgg {background-color: #ea8574;margin: auto;padding-bottom: 44px;}
	

	/**頁簽內小標**/	
	.Area_topitem02 .page .layout_text {position:relative;width:50%;margin:0 auto;padding:0;}
	
	

	/*頁籤*/	
	.Area_topitem02 .NavArea {display:block!important}	
	.Area_topitem02 .Nav_box {width: 84%!important;margin: auto;}		
	
	/* .Area_topitem02 .tab_swiper {overflow:clip!important}		 */

	.Area_topitem02 .NavArea_tabbar_page {padding-bottom: 17px;width: 90.3%;margin: 0px auto 2px;padding-top: 0px;padding-bottom: 12px;}		

	
	.NavArea_tabbar_page .Nav_box{border-radius: 100px !important;}
	
	/*公版區*/		
	.Area_topitem02 .page_box .layout_PD {/* margin-bottom: 73px; */}
	.Area_topitem02 .page_box .layout_PD ul{width: 76%;margin: auto;border-radius: 22px;padding: 0;}
	.Area_topitem02 .page_box .layout_PD ul li {}	
	.Area_topitem02 .page_box .layout_PD ul li:hover {box-shadow: none; }	


	
}	
@media screen and (max-width:767px){
	.Area_topitem02 {height: 100%;}
	.Area_topitem02 .hatsale_top{z-index: -2;position:absolute;top: 4vw;left: 0;width: 100%;height: 64px;background-repeat:no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}

	.Area_topitem02 .topitem_bottom{z-index: 1;position:absolute;bottom: -94px;left: 0;width: 100%;height: 116px;background-repeat:no-repeat;background-position: center bottom;pointer-events:none;background-size: 100%;}


		
	/**頁簽內小標**/	
	.Area_topitem02 .page .layout_text {position:relative;width:75%;margin:0 auto;padding:0;}
				
	/*頁籤*/	
	/* .Area_topitem02 .tab_swiper {overflow-y:clip!important}		 */
	.Area_topitem02 .NavArea_tabbar_page {padding-bottom: 0vw;width: 95% !important;padding-top: 0vw;}		
	.Area_topitem02 .content_swiper {width: 94%;margin: 0 auto 5vw;border-radius: 0vw;height: 100%;overflow: hidden;padding-bottom: 4vw}		
	
	.Area_topitem02 .NavArea_tabbar_page .Nav_box{border-radius: 20vw !important;margin-top: 3vw;height: 11vw;width: 96%;margin: 2vw auto 3vw;}


	/*公版區*/		
	.Area_topitem02 .page_box .layout_PD {}
	.Area_topitem02 .page_box .layout_PD ul {width: 92%;margin: auto;padding: 0 !important;border-radius: 0;}
	.Area_topitem02 .page_box .layout_PD ul li {padding: 0;}	
	.Area_topitem02 .page_box .layout_PD ul li .PD_into .js-PD_del {font-size: 9px;}		
	.Area_topitem02 .page_box .layout_PD ul li:hover {box-shadow: none; }	

	.NavArea_tabbar_page{width: 90% !important;}



}



/*版頭品*/

@media screen and (min-width:768px){ 

.Area_title {z-index: 9;filter: drop-shadow(1px 5px 5px #3224835e);}
.Area_title .mmw_logo{position: absolute;left: 144px;top: 44px;}
.Area_title .mmw_logo img{width: 66%;}

}
@media screen and (max-width:767px){
  .Area_title {margin-bottom: -3vw;border-bottom: 0.1em solid #646464;}
  .Area_title .mmw_logo{position: absolute;width: 33%;left: 4vw;top: 5vw;}
}






/*注意事項區*/
.edm_notice{ text-align:center; padding:20px 10px 40px; color:#fff; font:12px/18px Helvetica;}
@media screen and (min-width:768px){ 
  .edm_notice { 
    background: url(footer-pc.png?t=1762312612521) center center;
    padding:150px 10px;
  }
}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

.lazy[data-bg=""][data-was-processed="false"], 
.lazy[data-bg=""][data-was-processed="false"]::before, 
.lazy[data-bg=""][data-was-processed="false"]::after, 
.lazy[data-bg=""][data-was-processed="false"] *::before, 
.lazy[data-bg=""][data-was-processed="false"] *::after {
  background-image:none !important;
}


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