@charset "utf-8";
/* CSS Document */



body {background: #000000!important;}
.Area_top .momologo { left: 40px!important; }
.Area_top .momologo a:hover{ transform: scale(1)!important;}

.WRAPPER {background: #000000;}
.momostyle_bg { 
	background-image:url("EDM_BG_02.jpg?t=1761554388370");
	background-position:center top;
	background-repeat: no-repeat;  
    max-width: 2000px;
    margin: auto;
    overflow: hidden;
    font-size: 0;

}


.momologo svg {color:#FFF;}


a img {
	transform: translateY(0%);
	transition: all .1s .1s;
}

.momostyle_edm_all ul li:hover{
	transform: translateY(-2.5%);
	transition: all .3s;
    z-index: 2;
}



    #video-background {
      position: absolute;

      margin: auto;
      min-width: 100%;
      min-height: 100%;
      height: auto;
      z-index: -100;
		
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 精確居中 */
		
    }

.momostyle_edm_video { 
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      margin: auto;
      width: 100%;
      height: 1000px;
      z-index: -100;
      overflow: hidden;

}






.momostyle_edm_video > div { 
    width: 100%;
    height: auto;
    background-image: url("EDM_BG_01.png?t=1761554388370");
    background-position: bottom center;
}

.momostyle_edm_video > div > div {
    width: 1220px;
    height: 1000px;
    margin: auto;
}



.momostyle_edm_kv { width: 1220px; height:820px; margin: auto; position: relative;}
.momostyle_edm_kv > img,
.momostyle_edm_kv > span { display: block; position: absolute; margin: auto;animation-delay: 0s; }


.momostyle_edm_kv > img:nth-child(1) {  bottom: auto; left:auto; position: absolute;}
.momostyle_edm_kv > img:nth-child(2) {  bottom: auto; left:auto; position: absolute;}
.momostyle_edm_kv > img {transform: scale(0.7); right: -6%; top: -8%;}






/*LIST輪播*/

.variable01 {
    width: 100%!important;
    margin: 0 auto 0 auto!important;
}

.variable01 img{
    width: 100%;
}

.sale_list { 
    margin-top: 0%!important;}

ul.list_style {
    width: 80%;
    margin:21% auto 15% auto;
    padding: 0;
    font-size: 0;
    
}
ul.list_style li {
    width: calc(100% / 3);
    margin: 0;
    padding: 0;
    display: inline-block;
}
    
ul.list_style li:nth-child( -n + 2) {
    width: calc(100% / 2);
}
    



.sale_list .slick-dots {
  position: absolute;
  bottom: auto;
  top: 4.8%;
  left: 0;
  right: 0;
  display: block;
  width: calc(92% - 10px);
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center
}
.sale_list .slick-dots li {
  position: relative;
  display: inline-block;
  width: calc(100% / 6);
  height: auto;
  margin: 0px;
  padding: 0;
  cursor: pointer
}
    
    
.sale_list .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: transparent!important;
    }
    
    
.sale_list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 54.19%!important;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  transition: all .3s;
  background-color: transparent!important;
  filter: brightness(0.5);
}

.sale_list .slick-dots li.slick-active button{
    filter: brightness(1);
	transition: all .3s;
    z-index: 2;
}
    
.sale_list .slick-dots li button:before {
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  text-align: center;
  opacity: 1;
  padding-bottom: 54.19%;
  background-color: transparent!important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} 
    
.sale_list .slick-dots li:nth-child(1) button:before {
    background-image: none; 
    right: 2%;
    left: auto;
}  
.sale_list .slick-dots li:nth-child(2) button:before {
    background-image: none;
    right: auto;
    left: 2%;
}     
   
.sale_list .slick-dots li:nth-child(3) button:before {
    background-image: none;
    right: auto;
    left: 2%;
}    

.sale_list .slick-dots li:nth-child(4) button:before {
    background-image: none;
    right: auto;
    left: 2%;
}    
.sale_list .slick-dots li:nth-child(5) button:before {
    background-image: none;
    right: auto;
    left: 2%;
}    
.sale_list .slick-dots li:nth-child(6) button:before {
    background-image: none;
    right: auto;
    left: 2%;
}    
   
/*輪播-end*/


.edm_dd_01 { animation-name:kv_dd_01; animation-iteration-count: infinite; }

        @keyframes kv_dd_01 {
	        0% {
		transform: translateY(0%); opacity: 0;
	        } 
             
	        20% {
		transform: translateY(-10%); opacity: 1;
	        } 
               
	        70% {
		opacity: .7;
	        }	
            
	        100% {
		transform: translateY(-50%); opacity: 0;
	        }			
        }

/**漂浮**/
.edm_kv_animation02 {
	animation-name: floating; animation-duration: 3s; animation-iteration-count: infinite; transform: translateY(1.5%); animation-delay: 0s;
}

@keyframes floating {
	0% {
		transform: translateY(0.5%);
	}
	50% {
		transform: translateY(-0.5%);	
	}	
	100% {
		transform: translateY(0.5%);
	}			
}

/**位移**/
.PD_R { 
		animation:PDR 3s 1 ; }
	@keyframes PDR {
	  0% { 
		transform: translateX(-8%);
	  }
	  100% { 
		transform: translateX(0%);
	  }
	}

.PD_L { 
		animation:PDL 3s 1 ; }
	@keyframes PDL {
	  0% { 
		transform: translateX(20%);
	  }
	  100% { 
		transform: translateX(0%);
	  }
	}

/**彈出**/
.edm_kv_jump {
	animation-name: jump;
	animation-duration: 8s;	
	animation-timing-function: ease;	
	transform-origin: 50% 100%;
    animation-delay: .9s;
    animation-iteration-count:infinite;
    transform: scaleY(0) scaleX(0);
    animation-fill-mode:forwards;
}


@keyframes jump {
	0% {
		transform: translateY(0%) scaleY(0.6) scaleX(0.6);
	}
	6%{
		transform: translateY(-80%) scaleY(1.1) scaleX(1.1);
	}
	8%{
		transform: translateY(0%) scaleY(0.55) scaleX(1.05);
	}
	10%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	12%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	14%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}
	100%{
		transform:  translateY(0%) scaleY(1);
	}	
}

/*閃光*/				  
.brightness-play { -webkit-animation:brightness-play 3s infinite ;
				           animation:brightness-play 3s infinite ;}
	@-webkit-keyframes brightness-play {
	  0% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	  92% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	  94% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(120%); 
		        filter:brightness(200%);
	  }
	  96% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	  98% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(120%); 
		        filter:brightness(120%);
	  }
	  100% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/1500/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	}
	@keyframes brightness-play {
	  0% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	  92% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	  94% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(120%); 
		        filter:brightness(120%);
	  }
	  96% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	  98% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(120%); 
		        filter:brightness(120%);
	  }
	  100% { 
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter'); 
		-webkit-filter:brightness(100%); 
		        filter:brightness(100%);
	  }
	}

.momostyle_edm_login { padding: 0% 0 0% 0; background-image: url("gift_bg_pc.png?t=1761554388370"); background-position: center top; background-repeat: no-repeat;}
.Area_danji { margin-bottom: 3%;}
.Area_danji .warningTxt h3 { color: #FFF!important; padding: 0rem 0 0!important;}

.Area_danji .danji_box ul li .content { display: block;}
.Area_danji[data-danji-num="4"] .btn_reg .content p {color: #FFFFFF!important; background:#dd2726!important;}
.Area_danji .danji_box ul li .content {left: 46%;}


.Area_4PDa .layuot_4PDa { padding-bottom: 0!important;}

.momostyle_edm_all { width: 1220px; margin:2% auto 0 auto; text-align: center; font-size: 0;}
.momostyle_edm_all ul {
    width: 100%; margin: 0; padding: 0; font-size: 0; background-position: top center;
    background-size: cover; background-repeat: no-repeat; position: relative;}
.momostyle_edm_all ul li {padding: 0; margin: auto; display: inline-block; list-style: none;} 
.momostyle_edm_all ul li img {max-width: 100%;} 
.momostyle_edm_all h2 { margin: 5% auto 3% auto; padding: 0;}

.Area_bottom { margin-bottom: 0!important;}

.momostyle_pd_video { margin:0 auto; }
.momostyle_pd_video ul { width: calc(100% - 8%); margin:0 4%; }
.momostyle_pd_video ul li { width: calc(100% / 2 - 2%); margin: 1%; }
.momostyle_pd_video ul li video,
.momostyle_pd_video ul li img { width: 100%;}


.momostyle_list { background-image: url("list_bg.png?t=1761554388370"); background-position: top center; background-size: contain; background-repeat: no-repeat; padding: 0 0 7% 0; margin-top: 3%;}

.momostyle_main_bn { margin-top: 5%;}
.momostyle_edm_bar {margin:3% auto 1% auto; text-align: center;}
.momostyle_list_bar { margin:5% auto 1% auto;}
.momostyle_gift_bar { margin:3% auto;}






.momostyle_edm_GO { margin: 3% auto;}









ul.momostyle_BN_STYLE { padding-left: 0%!important; padding-right: 0%!important; width: 100%!important;}

ul.PD_wrapper { padding-left: 2%; padding-right: 2%; width: 96%; margin: 0 auto;}
ul.PD_wrapper li { padding-bottom: 0px;}






/*改特標底色*/
.PD_layout[data-pd-h3="1"] .PD h3,
.PD_layout[data-pd-h3="2"] .PD h3,
.PD_layout[data-pd-h3="3"] .PD h3,
.PD_layout[data-pd-h3="4"] .PD h3,
.PD_layout[data-pd-h3="6"] .PD h3 {
  margin-bottom: 0.5em;
  padding: 0 1em;
  color: #fff;
  background-color: #cf5984;}	
	
	
	
/*PC背景*/
.bg_01 { z-index:-50; 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:-55; position:absolute;top:900px;width:100%;height:100%;background-repeat:no-repeat;background-position: center top; pointer-events:none;}	





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

.momostyle_bg { 
	background-image:url("EDM_BG_M_02.jpg?t=1761554388370");
    max-width: 100%;
    overflow: hidden;
    background-size: contain;
} 
    
    
    
    
    
    
  
.momostyle_edm_kv { width: 100%; height:0px; padding-bottom: 56.25%; margin: 0 auto 0 auto;}
.momostyle_edm_kv > img:nth-child(1),
.momostyle_edm_kv > img:nth-child(2) {width: 50%; left: -6; right: -8;}  
    


    #video-background {
      position: absolute;

      margin: auto;
      min-width: auto;
      min-height: auto;
      width: auto;
      height: 100%;
      z-index: -100;
	
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%); /* 精確居中 */
		
    }

.momostyle_edm_video { 
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      margin: auto;
      width: 100%; height:0px; padding-bottom: 56.25%;
      z-index: -100;
      overflow-y: hidden;
}
.momostyle_edm_video > div { 
    width: 100%;
    height: auto;
    background-image: url("EDM_BG_M_01.png?t=1761554388370");
    background-size: cover;
    background-position: bottom center;
}

.momostyle_edm_video > div > div {
    width: 100%; height:0px; padding-bottom: 56.25%;
    margin: auto;
}


    
    
    
    
.Area_danji { margin:0 auto 5% auto!important;}
    
.momostyle_edm_all,.Area_4PDa { width: 96%;}

    
.momostyle_pd_video ul { width: calc(100% - 2%); margin:0 1%; }   
    
.momostyle_list { background-image: none;}
    
    
    
.momostyle_edm_bar { margin:5% auto 3% auto; transform: scale(0.9); mix-blend-mode: screen;}
.momostyle_list_bar { margin:5% auto 3% auto;  transform: scale(0.9);}
.momostyle_gift_bar { margin:5% auto;}  
    
    
    
ul.momostyle_BN_STYLE { padding-left: 2%!important; padding-right: 2%!important; width: 96%!important;}
    
    
    
    
    
    
    
}
