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



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

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

}

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


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

.momostyle_edm_kv > span:nth-child(1) { right: auto; top: 6%; bottom: auto; left: 0%; position: absolute;  animation-delay: .0s; transform: translateY(23%);}

/*KV輪播*/
.KV_PD {transform: translate(0%,0%); width: 100%;  position: absolute; left: auto; right: 0%; top: 0%; bottom: auto; margin: auto;z-index: 3;}
.KV_PD img {width: 100%!important;}
.KV_PD .slider .slick-dots { display: none!important; }
/*KV輪播*/

/*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%); animation-delay: 0s;
}

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

/**位移**/
.PD_R { 
		animation:PDR 1.5s 1 ; animation-fill-mode:forwards; }
	@keyframes PDR {
	  0% { 
		transform: translateY(10%);
	  }
	  100% { 
		transform: translateY(0%);
	  }
	}

.PD_L { 
		animation:PDL 1.5s 1 ; animation-fill-mode:forwards;}
	@keyframes PDL {
	  0% { 
		transform: translateY(-23%);
	  }
	  100% { 
		transform: translateY(0%);
	  }
	}

/**淡入**/
.FADE_IN { 
	    animation-name: FADE_IN; animation-duration: 3s; animation-fill-mode:forwards; opacity: 0; }
	@keyframes FADE_IN {
	  0% { 
		opacity: 0;
	  }
	  100% { 
		opacity: 1;
	  }
	}




/**彈出**/
.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%);
	  }
	}




.Area_danji { margin-bottom: 3%;}
.Area_danji .warningTxt h3 { color: #666!important; padding: 0rem 0 0!important;}

.Area_danji .danji_box ul li .content { display: block;}
.Area_danji .danji_box ul li .content p { background-color: #145aa4!important; color: #fff!important;}

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


.momostyle_edm_all { width: 1220px; margin:0% auto 6% auto; text-align: center; font-size: 0; position: relative;}
.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;}


.momostyle_edm_danji {width: 1220px; margin:2% auto; text-align: center; font-size: 0; position: relative; background-position: center; background-repeat: no-repeat; background-size: contain; }

.momostyle_edm_danji .Area_danji {padding: 1% 0; }


.momostyle_edm_movie { margin: 0% auto 2% auto;}
.momostyle_edm_movie ul { width: 100%; margin: 1% auto 0 auto; padding: 0; font-size: 0; }
.momostyle_edm_movie ul li { width: calc(100% / 1); margin: 0%; padding: 0; display: inline-block; list-style: none; display: inline-block; vertical-align: middle; text-align: center; position: relative;}
.momostyle_edm_movie ul li div {position:relative; width:100%; height:0px; padding-bottom:56.25%; margin: auto;}
.momostyle_edm_movie ul li div iframe {position:absolute; left:0;  width:100%; height:100%; }
.momostyle_edm_movie ul .movie_pd_01 {position: absolute; width: 55%; left: auto; bottom: auto; right: 4.1%; top: 24%; z-index: 9;}
.momostyle_edm_movie ul .movie_pd_02 {position: absolute; width: 55%; right: auto; bottom: auto; right: 4.1%; top: 24%; z-index: 9;}




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

.momostyle_edm_movie ul li:hover{
	transform: translateY(0%);
}




.momostyle_list_bg { padding: 3% 0 2.5% 0; background-image: url("LIST_BG.jpg?t=1748519375801"); background-size: cover; border-radius: 30px;}


.edm_bar { max-width: 1220px; margin:1% auto 1% auto; text-align: center;}
.main_bar {max-width: 1220px; margin:2% auto 1% auto; text-align: center;}


#bt_B_000_05 ul.PD_wrapper li .PD_img img { max-width: 100%; width: auto; margin: 5% auto;}







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

/*改特標底色*/
.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: #145aa4;
  border-radius:0!important;
}	
	
	
	
/*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.jpg?t=1748519375801"),url("EDM_BG_M_02.jpg?t=1748519375801");
    max-width: 100%;
    overflow: hidden;
    background-size: contain;
	background-position:center 44px;
} 
  
.momostyle_edm_kv { width: 100%; height:0px; padding-bottom: 69.67%; margin: 0 auto 0 auto;}
.momostyle_edm_kv > span:nth-child(1) { width: 63.11%;}
/*.momostyle_edm_list ul li { width: calc(100% / 2 - 1%); margin: 0.5%; }
.list_A ul li{ width: calc(100% / 1 - 1%);}
.list_B ul li:nth-child(-n+3) { width: calc(100% / 1 - 1%);}
.list_C ul li{ width: calc(100% / 3 - 1%);}
.list_D ul li{ width: calc(100% / 3 - 1%);}*/
    
    
.Area_danji {}
    
.momostyle_edm_all,.Area_4PDa,.momostyle_edm_main { width: 96%;}
.momostyle_edm_danji {  width: 96%;}
	
.edm_bar {margin:2% auto 2% auto;}
.main_bar {margin:3% auto 2% auto;}


.momostyle_list_bg { border-radius: 0px;}

    
    
    
    
    
    
    
}
