@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.png?t=1756434268990) #ffdf40 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.png?t=1756434268990) #ffdf40 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;}
.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:900px; left:0; width:100%; height:100%; background-repeat:repeat-y;  background: url(pc_bg.png?t=1756434268990); 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 }
	}

/*標題*/
@media screen and (min-width:768px){
.Area_title .title{position:relative;top:-51px;left:14px;width: 100%}
.Area_title .line{position:absolute;top: 16px;left: 660px;opacity: 1;width: 100%;animation: mask_lefttoright 2.8s 0.8s infinite ease-in;opacity: 0;width: 100%;z-index: -6;}
.Area_title .hand{ position: absolute; top: 100px; left: 880px ;z-index: -5;}
}

  @media screen and (max-width:767px){
    .Area_title .title{position:relative;top:-9vw;left:0vw;width: 100%;}
  }

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

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

}

/* 商品區 */
  @media screen and (max-width:767px){
      .Area_main {
        overflow: hidden;
        position: absolute;
        top: -3vw;
        left: 1vw;
        width: 45vw;
        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(15, auto);
        }

        .PD_img{width: 100%;}
        .swiper-pagination-bullet{
          width: 0.8vw;
          height: 0.8vw;
        }
      }
      
      .Area_PD{
        width: 96%;
        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;
          z-index: 3;

          /* 缺品補圖 */
          &::after{
            content: "";
            display: block;
            position: relative;
            width: 100%;
            background: url(Area_hotPD_bg.png?t=1756434268990) no-repeat center;
            background-size: 96%;
          }
          li.PD_slide:first-child{
            grid-column-start: 2;
          }
          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(-5.5vw);
          }
        }
      
      }
  }

  @media screen and (min-width:768px){
    .Area_main {
      overflow: hidden;
      position: absolute;
      top: -20px;
      left: 0px;
      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(15, auto);
      }
      .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=1756434268990) no-repeat center;
          background-size: 96%;
          z-index: 3;
        }
        li.PD_slide:first-child{
          grid-column-start: 2;
        }
        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.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;
        }
      }
    }
  }












/*版頭品*/
.Area_title { 
 
  height: 265px;
  padding-top: 60px;
  /* filter: drop-shadow(1px 5px 5px #3224835e); */
}

@media screen and (max-width:767px){
  .Area_title { 
    height: 28vw;
    padding-top: 7vw;
    width: 70vw;
  }

}


/*Area_page*/
.Area_page { /*width: 100%; overflow: hidden; background-color: #555; */ border-radius: 0em } 
.Area_page h3 { display: none;color: #fff; margin: 0; padding: 0}
.Area_page .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD_slide, .PD_layout[data-pd-btn][data-pd-btn-more] .PD_slide {padding-bottom: 0;}
.Area_page .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn {position: relative;}
.Area_page .PD_layout li { transition: none;}
  @media screen and (min-width:768px){ 
    .Area_page { overflow: hidden; /*background-color: #555;*/; border-radius: 0em } 
    .Area_page h3 { color: #fff; margin: 0 auto 20px; padding: 0}
    .Area_page .PD_layout { width: 96%}
    .Area_page .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn {bottom: 0.5em;right: -0.2em;}
}
  @media screen and (max-width:767px){
    .Area_page h3 { color: #fff; margin: 0 auto 2vw; padding: 0}
    .Area_page .PD_layout ul {width:100%!important; gap: 3vw 2.5vw; padding: 2.5vw 2vw 6vw; background: #f0f0f0;border-radius: 3vw;}
    .Area_page .PD_layout li {border: none;}
    .Area_page .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn {bottom: .3em; right: -0.275em;}
}
  .Area_page .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn b::after {content: "送禮";}
  .Area_page .PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn b::before {top: 0.3em;margin-right: 0; width: 1.5em; height: 1.5em; background-image: url(PD_go_icon01.png?t=1756434268990);}
  .Area_page .PD_layout[data-pd-btn] .PD_btn {
    background-color: #111;
    background-image: repeating-linear-gradient(45deg, #111 -2%, #111 120%);
    background-position: right top;
    background-size: 100% 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .Area_page .PD_layout[data-pd-btn] .PD_btn b {
    z-index: 1;
    position: relative;
    display: block;
    padding: 0 0 0 .125em;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    font-weight: 800;
    font-size: 1.15em;
    color: #fff;
    vertical-align: middle;
}
.Area_page .PD_layout[data-pd-btn] .PD_btn i {top: 1.1em;}













   /*4頁籤雙頁1帶3*/
   .Area_K1 .pagetop { margin: 0 auto; overflow-y: hidden; margin-bottom: 1em; }
   .Area_K1 .pagetop ul { margin: 0; padding: 0; display: flex ; white-space: nowrap;}
   .Area_K1 .pagetop li { position: relative; list-style: none; width:50%; height: 4em;margin-top: 2%;   filter:contrast(50%) brightness(120%);}
   .Area_K1 .pagetop li a { width: 100%; }
   .Area_K1 .pagetop li::after {filter: brightness(0.5);padding:0 0 0 0; }
   .Area_K1 .pagetop li.cate-hover {  filter:contrast(130%) brightness(1); }
   .Area_K1 .pagetop li.cate-hover::after {   filter: brightness(1);}
   .Area_K1_ { margin: 0 auto 40px;  border-radius: 0em; overflow: hidden }
   .Area_K1_ .page { position: absolute; left: 50%; transform: translateX(-50%); }  
   .Area_K1_ .page .PD_layout { border-radius: 99em; background-color: #fff }
   .Area_K1_ .page .PD_layout .PD_wrapper { grid-gap:0em; padding-top: 1em }
   .Area_K1_ .page .PD_layout .PD_slide { border-radius: 99em; padding:0; }
   .Area_K1_ .page .PD_layout .PD_slide.cate-hover { background-color: #ffb8cf }
   .Area_K1_ .page .PD_layout .PD_slide:hover { box-shadow: none; transform: translateY(0); }
   .Area_K1_ .section .PD_layout .PD_slide { background-color: #fff; }
   .Area_K1_ .section .PD_layout .PD_slide::after { content: "" ; position: absolute; top: 5%; left: 0; display: block; height: 90%; border-left: 1px #c3c3c3 dotted;}
   .Area_K1_ .section .PD_layout .PD_slide:first-child::after { display: none }
   .Area_K1_ .section .PD_layout .PD_slide:hover { box-shadow: none }
   .Area_K1_ .photo ul { margin: 0; padding: 0; list-style: none }
   .Area_K1_ .photo h3 { position: absolute; top:17% ; left: 4% ; color: #fff;}
   .Area_K1_ .photo h4 { position: absolute; top:23% ; left: 4% ; color: #fff;}
   .Area_K1_ .photo img { /*border-radius: 1em; display: block; */width: 80.8% }
     @media screen and (min-width:768px){ 
       .Area_K1 { width: 900px; overflow: hidden } /*區塊寬度*/
       .Area_K1  .pagetop li { margin-top: 10px ;  height: 7.5em; left: 0em; width:50%;} 
       .Area_K1  .pagetop li img{  width: 100%;} 
       .Area_K1_ .page { width: 70%;  top: 0%; } 
       .Area_K1_ .photo { height: 200px;} /*bn圖片高度*/
       .Area_K1_ .photo h3 { font-size: 2em;}
       .Area_K1_ .photo h4 { font-size: 1.5em;}
       .Area_K1_ .Area_swiper_box { padding-bottom: 25px; height: 900px } /*商品區高度*/
     }
     @media screen and (max-width:767px){
   .Area_K1 .pagetop { margin-bottom: 0vw; }  
       .Area_K1 { width: 95.8%; } /*區塊寬度*/
       .Area_K1_ { margin: -3vw auto 0px;} /*區塊寬度*/
       .Area_K1_ .page { width: 96%;  top: 1.2%; }  
       .Area_K1_ .page .PD_layout .PD_slide { font-size: 1em; }
       .Area_K1_ .page .PD_layout .PD_wrapper { grid-gap:0em; padding-top: 0.2%;  } 
       .Area_K1_ .photo { height:31vw; background-color:rgba(0,0,0,0.8) } /*bn圖片高度*/
       .Area_K1_ .photo h3 { font-size: 1em;}
       .Area_K1_ .photo h4 { font-size: 0.8em;}
       .Area_K1_ .Area_swiper_box { padding-bottom: 0vw; /*height: 375vw*/ } /*商品區高度*/
     }




















/*注意事項區*/
.edm_notice{ text-align:center; padding:20px 10px 40px; color:#000; font:12px/18px Helvetica;}
@media screen and (min-width:768px){ 

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