@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=1750661512051) #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.png?t=1750661512051) #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;}
.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="4"] .PD_wrapper{
          padding: 0;
          gap: 0;
        }
        .swiper-pagination-bullet{
          width: 1.5vw;
          height: 1.5vw;
        }
      }
      
      .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;

          /* 缺品補圖 */
          &::after{
            content: "";
            display: block;
            position: relative;
            width: 100%;
            background: url(Area_hotPD_bg.png?t=1750661512051) 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: -12px;
      width: 27%;
      filter: drop-shadow(2px 2px 10px #00000042);
      z-index: 5;
      .PD_layout[data-pd-col-pc="4"] .PD_wrapper{
        padding: 0;
        gap: 0;
      }
      .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=1750661512051) no-repeat center;
          background-size: 96%;
        }
        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;
        }
      }
    
    }
  }

/*版頭品*/
.Area_title { 
  z-index: 9; 
  height: 350px;
  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;
  }

}

/*注意事項區*/
.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=1750661512051) 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;}
	}
