@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg_all.jpg") top center no-repeat, url("../images/bg.jpg") top center repeat;
	background-attachment: fixed;
	scroll-behavior: smooth;
}


@media screen and ( max-width: 991px ){
	html{
		background:url("../images/bg_m.jpg") top center repeat-y;
		background-attachment:none;
		background-size: contain;
	}

	}

.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}


@font-face {
  font-family:DFBangShuStd-W8;
  src: url("../font/DFBangShuStd-W8.otf");
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto; /*height:  ; parallax*/}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}


/* ----------------------CUSTOMERIZATION---------------------- */

/*.font{font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}*/

/*bg*/

.bg_2{ background: url("../images/bg_all2.jpg") top center no-repeat; background-attachment: fixed; padding-top: 40px; padding-bottom: 40px;}
.bg_3{ padding-top: 40px; padding-bottom: 0px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}


@media screen and ( max-width: 991px ){
	
	.bg_2{ background: url("../images/bg_2m.jpg"); background-size: 30%; padding-top: 4vw; padding-bottom: 4vw; }
	.bg_3{ background: none; padding-top: 4vw; padding-bottom: 4vw; }
	.bg_4{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_5{ background: none; padding-top: 0px; padding-bottom: 0px; }
}


/*--主視覺動畫--*/

/*--PARALLAX--*/
/*--------------------------------------------
.topbox img{position:relative;}
 img.kv{position: absolute;}
.Title{ top: 0px; left: 0px;}
--------------------------------------------*/

.Title{ position: absolute; top: 78px; left: 105px;
		-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;}
.mc_01{ position: absolute; top: 190px; left: -96px;}
.mc_02{ position: absolute; top: 167px; left: 1100px;}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}



/*--COMMON--*/

.titleC{ margin: 20px auto 30px; background: url("../images/bg_title.png") top center no-repeat; padding:30px 0;}
.titleC h2{ font-family:DFBangShuStd-W8; font-size: 60px;   
	        background: -webkit-linear-gradient(90deg, rgb(237,116,96) 20%, rgb(245,166,94), rgb(255,205,162) 90% );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #ffcda2;}

.bg_2 .titleC{ margin: 20px auto 30px; background: url("../images/bg_title2.png") top center no-repeat; padding:30px 0;}
.bg_2 .titleC h2{ font-family:DFBangShuStd-W8; font-size: 60px;  
	              background: -webkit-linear-gradient(90deg, rgb(255,255,255) 20%, rgb(255,255,255), rgb(255,255,255) 90% );
                  -webkit-background-clip: text;
                  -webkit-text-fill-color: transparent;
	              color: #fff;}


.bg_1200{ width: 1200px; margin: 0 auto; padding:0 0 20px 0; border-radius: 30px;}

.banner{ margin: 0 auto; padding: 0;}


@media screen and ( max-width: 991px ){
	.titleC { background: url("../images/sub_m.png") top center no-repeat; background-size: 100%; padding: 4vw 0 ; margin: 0vw auto 2vw;}
	.titleC h2{ font-size: 3rem;}
	
	.bg_2 .titleC { background: url("../images/sub_m2.png") top center no-repeat; background-size: 100%; padding: 4vw 0 ; margin: 0vw auto 2vw;}
	.bg_2 .titleC h2{ font-size: 3rem;}
	
	.bg_1200{ width: 98vw; padding: 2vw 0; border-radius: 15px; margin-bottom: 2vw;}
}


/*--精明購物指南x4--*/
.bg_0{ background: url("../images/bg_0.png") top center no-repeat;}
.bg_0 ul{
	width: 1200px;
	margin: 0px auto ;
	padding-top: 40px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.tip_01{transform-origin: center center;
    	animation: swing 8s;
    	animation-iteration-count:infinite;
    	animation-timing-function: linear;}

.tip_02{transform-origin: center center;
    	animation: swing 8s;
    	animation-iteration-count:infinite;
    	animation-timing-function: linear;
		animation-delay: 0.5s;}

.tip_03{transform-origin: center center;
    	animation: swing 8s;
    	animation-iteration-count:infinite;
    	animation-timing-function: linear;
		animation-delay: 1s;}

.tip_04{transform-origin: center center;
    	animation: swing 8s;
    	animation-iteration-count:infinite;
    	animation-timing-function: linear;
		animation-delay: 1.5s;}

@keyframes swing {
	0%{
		transform:rotate(15deg);
	}
	25%{
		transform:rotate(0deg);
	}
	50%{
		transform:rotate(-15deg);
	}
	75%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(15deg);
	}
}
/*--
作者：IT男真会玩
链接：https://juejin.cn/post/6844903942904610830
来源：稀土掘金
著作权归作者所有。商业转载请联系作者获得授权，非商业转载请注明出处。
--*/

@media screen and ( max-width: 991px ){
	.bg_0{ background: none; margin-top: 3vw; }
	.bg_0 ul{ width: 100%; margin: 0vw auto; padding-top: 0;}
	.bg_0 ul li{ margin-bottom: 3vw;}
	.bg_0 ul li img{ width: 48vw; margin-left: 2vw;}
}

/*--精明購物指南x3
.bg_0{}
.bg_0 ul{
	width: 1200px;
	margin: 60px auto 80px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.bg_0 ul li a{ display: block; width: 400px; height: 377px;}

@media screen and ( max-width: 991px ){
	.bg_0{ }
	.bg_0 ul{ width: 100%; margin: 5vw auto 0;}
	.bg_0 ul li{ margin-bottom: 6vw;}
	.bg_0 ul li a{ width: auto; height: auto;}
	.bg_0 ul li img{ width: 80%; margin-left: 10vw;}
}
--*/




/*--名店月餅--*/
.bg_1{}
.bg_1 .bg_1200{ width:1190px; min-width:1190px; margin:0px auto 0;padding: 0;border-radius: 30px;}
.bg_1 .swiper{width:100%; padding-top: 0px; }
.bg_1-sw{ display: flex; justify-content: center; flex-wrap: wrap;width: 1200px;margin: 0 auto;position: relative;}
.bg_1-sw .half02 { width: 340px; height:480px; margin: 10px 10px; border-radius: 20px; position: relative; 
				   background: #f5a65e; /* Old browsers */
                   background: -webkit-linear-gradient(#f5a65e 0%, #ffcda2 50%, #ed7460 100%);
                   background: -o-linear-gradient(#f5a65e 0%, #ffcda2 50%, #ed7460 100%);
                   background: linear-gradient(#f5a65e 0%, #ffcda2 50%, #ed7460 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a65e', endColorstr='#ed7460',GradientType=0 ); /* IE6-9 */}

.half02 ul{padding:30px 30px 30px 30px;}
.half02 ul li a:hover, .half02 ul li:hover{transform: scale(1);}
.half02 ul li:nth-child(1) img{width: 320px; height: 320px; object-fit: cover ;margin: 40px auto 0;}
.half02 ul li:nth-child(2){background: url("../images/bg_purple.jpg"); width: 80px;height: 80px; border-radius: 50%; display: flex;align-items: center;justify-content: center;position: absolute; top: 12px;left:6px;}
.half02 ul li:nth-child(2) p{font-size: 20px;color: #f7b742;margin-top: 0;}
.half02 ul li:nth-child(2) big{font-size: 40px;color: #f7b742;}
.half02 ul li:nth-child(3){position: absolute; top: 20px;left: 92px;font-size: 40px; }
.half02 ul li:nth-child(3) span{font-size: 28px;color: #441d6a; font-family:DFBangShuStd-W8;}
.half02 ul li:nth-child(4){position:relative; bottom: 10px;left:0px;text-align: left;}
.half02 ul li:nth-child(4) span{background: #f7b742;color: #441d6a;padding: 5px 10px;font-size: 14px;text-align: left;}
.half02 ul li:nth-child(5){position:relative; bottom: -10px;left:0px; width: 90%;}
.half02 ul li:nth-child(5) span{background: url("../images/bg.jpg");color: #eda3ba;padding: 5px 10px;font-size: 18px;text-align: left;}
.half02 ul li:nth-child(6){background:#4b5610; width: 80px;height: 80px; border-radius: 50%;  top: 380px;right: 10px;display: flex;align-items: center;justify-content: center;position:absolute;}
.half02 ul li:nth-child(6) p{color: #f7b742;border-radius: 50%; font-size: 26px;margin-top: 0;}
.half02 ul li .price p{ font-size: 1.4rem; color: #eda3ba; font-weight: bold; line-height: 0.6; padding-bottom: 15px; padding: 5px;}

.bg_1 .round_5p .font p, .bg_1 .round_5p .font .price{ color: #eda3ba;}
.bg_1 .round_5p .font .price big{ color: #f9c444;}
.bg_1 .round_5p img{ border-radius: 20px; border: none;}

@media screen and ( max-width: 991px ){
	.bg_1 .bg_1200{ width:100%; min-width:100%; margin:0 auto;}
	.bg_1 .swiper{ padding-bottom: 0vw;}
	.bg_1-sw{ display: flex;flex-wrap: wrap;width: 98vw;margin: 0 auto;}
    .bg_1-sw .half02{ width:94vw; height:auto; margin: 2vw auto;}
	
	.half02 ul{padding:5vw 2vw 0;}

	.half02 ul li:nth-child(1) img{width:80vw; height: 80vw; object-fit: contain;margin: 2vw auto 0;}
	.half02 ul li:nth-child(2){width: 20vw;height:20vw; border-radius: 50%; display: flex;align-items: center;justify-content: center;position:absolute;top: 2vw; left: 2vw;}
	.half02 ul li:nth-child(2) p{font-size:1.2rem;}
	.half02 ul li:nth-child(2) big{font-size: 3rem;}
	.half02 ul li:nth-child(3){position:relative; top: 0;left:0;font-size:2rem;text-align: center;margin-top: 10px;}
	.half02 ul li:nth-child(3) span{font-size: 2rem;}
	.half02 ul li:nth-child(4){position:relative; bottom:0;left: 0;top: 0; text-align:center;margin: 20px auto;}
	.half02 ul li:nth-child(4) span{padding: 5px 10px;font-size:1.4rem;}
	.half02 ul li:nth-child(5){position:relative; bottom:0;left: 0;text-align:center;margin: 0 auto; width: 100%;}
	.half02 ul li:nth-child(5) span{;padding: 5px 10px;font-size: 1rem;text-align:center}
	.half02 ul li:nth-child(6) p,.half02 ul li:nth-child(6){display: none;}
	.half02 .scene { background-position: center; background-size: cover; width:95vw; height: auto;margin-bottom:20px; }
	
	.bg_1 .round_5p li{margin-bottom: 5vw;}
}


/*--柚子預購--*/
.bg_2{}
.bg_2 .film-genre img {object-position: 0px 0px;}

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


/*--烤肉必備--*/
.bg_3{}
.bg_3-1{ background: url("../images/bg_3-1.png") top center no-repeat; padding: 0px 0 0; margin: 0px auto 0;}
.bg_3-2{ background: url("../images/bg_3-2.png") top center no-repeat; padding: 0px 0 0; margin: 0px auto 0;}

.bg_3 .hightlight_5p img{object-fit: contain;}
.bg_3 .hightlight_5p { width: 1200px; margin: 0 auto ; padding:10px 0px 40px;  position: relative;}
.bg_3 .hightlight_5p ul.h_5pv li{ /*height: 340px*/; margin-top: 150px;}
.bg_3 .hightlight_5p ul li h4{ background: #60b0cd; }
.bg_3 .hightlight_5p ul.h_5pv li:first-child{width: 280px;height: 430px;margin-top: 60px; padding-top: 10px;}
.bg_3 .hightlight_5p ul.h_5pv li:first-child p{padding: 8px 15px 0;}
.bg_3 .hightlight_5p ul.h_5pv li:first-child img{width:280px; height: 280px; margin: 0 auto 10px;}

.bg_3 .hightlight_5p .titleD{ position: absolute; top: 60px; left: 605px; display: block;  }
.bg_3 .hightlight_5p .titleD h2{ color: #fff; padding: 10px 50px; font-family:DFBangShuStd-W8; font-size: 48px;  }

@media screen and ( max-width: 991px ){
	.bg_3-1{ width: 98vw; background: url("../images/bg_blue.jpg"); padding: 2vw 0; margin: 2vw auto 4vw; border-radius: 15px}
	.bg_3-2{ width: 98vw; background: url("../images/bg_blue.jpg"); padding: 2vw 0; margin: 2vw auto 4vw; border-radius: 15px}
	
	.bg_3 .hightlight_5p { width: 98vw; margin: 0 auto 1vw; padding: 2vw 0; border-radius: 10px;}
	.bg_3 .hightlight_5p img{padding:1vw;}
	.bg_3 .hightlight_5p ul.h_5pv { margin-top:10vw;}
	.bg_3 .hightlight_5p ul.h_5pv li{ height:auto; margin-top: 0;}
	.bg_3 .hightlight_5p ul.h_5pv li:first-child{width: 96vw;height: auto;margin-top: 3vw; padding-top: 10px;}
	.bg_3 .hightlight_5p ul.h_5pv li:first-child p{padding:3%;}
	.bg_3 .hightlight_5p ul.h_5pv li:first-child img{width:45vw; height: 60vw; margin: 0 auto 10px;}
	
	.bg_3 .hightlight_5p .titleD{ position: absolute; top: 0px; left: 3vw; width: 95%; margin-top:2vw; border: none; padding: 0; }
	.bg_3 .hightlight_5p .titleD h2{ padding: 0vw 5vw; color: #fff; font-size: 2.4rem; }
}


/*--禮盒速覽--*/
.bg_4{}
.slick5itam-2 h4{ color: #fec999; /*font-family:DFBangShuStd-W8;*/ font-size: 26px; line-height: 1.2; font-weight: 600;}

@media screen and ( max-width: 991px ){
	.bg_4 .slick-dotted.slick-slider{ margin-bottom: 2vw;}
}


/*--關鍵字--*/
.bg_5{}

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



/*館別連結*/
.btn ul{ display: flex; justify-content: center;flex-wrap: wrap; margin-bottom: 40px;}
.btn ul li { width: 600px; /*height: 100px;*/  background: url("../images/bg_blue.jpg"); margin-top: 20px; text-align: center; padding: 1vw 0; border-radius: 500px; }
.btn ul li a {text-align: center; line-height: 100px; font-size: 48px; font-family:DFBangShuStd-W8; display: flex; align-items: center; justify-content: center;
			  background: -webkit-linear-gradient(90deg, rgb(237,116,96) 20%, rgb(245,166,94), rgb(255,205,162) 90% );
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              color: #ffcda2;}
.btn .arrow{ margin-left: 0.5rem; margin-top: 0.8rem;  width: 5rem; -webkit-animation: arrowMove 1s ease infinite; animation: arrowMove 1s ease infinite;}
@keyframes arrowMove{
0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
30% {
    -webkit-transform: translate3d(1.33333vw,0,0);
    transform: translate3d(1.33333vw,0,0);
}
60% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}

@media screen and ( max-width: 991px ){
	.btn ul { margin: 2vw auto;}
	.btn ul li { width: 96vw; margin: 0vw auto; padding: 1vw 0; }
	.btn ul li a { padding: 2vw; font-size: 2.2rem; line-height: 1.8; }
	.btn .arrow{ margin-left: 0.3rem; margin-top: 0.3rem;  width: 4rem; }
}








/* -- 版頭TopMenu -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
	/*overflow: hidden;*/
	
	max-width:100%;
	height:40px;
	z-index:999;
	margin:0 auto;
	background: url("../images/bg_purple.jpg");
  }
  	
  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #TopMenu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:24%;
	margin:0 2.5px;
	font-size:24px;
	color:#f4a35e;
	border-right: 1px solid #ffffff;
	height:40px;
	line-height:40px;
	letter-spacing: 1px;
	font-family:DFBangShuStd-W8;
  } 
  #TopMenu .row_04 a{border-right: none;}
  #TopMenu span{ color:#000000;}

  /*#TopMenu a:hover{ transform: scale(.95)}*/


/*for mobile*/

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

#TopMenu { width: 100%; height: auto;}	
#TopMenu ul.nav_content{margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: url("../images/bg_purple.jpg");z-index:1000;border-top:none; }
#TopMenu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 1vw; width:25%;box-sizing:border-box;text-align:center;font-size:14px;}
/*#TopMenu ul li:nth-child(odd){ background: #6E5688;}
#TopMenu ul li:nth-child(even){ background: #9A75A0;}*/
#TopMenu ul li a{ width:100%; margin:0 auto; font-size:16px; border-right: none; height:auto; line-height:1.2; letter-spacing: 0;}
#TopMenu ul li:nth-child(4){border-right:none;}
}








 /*--goto top--*/          #gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          #gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}          #gotop:hover {cursor: pointer;background-color: #666;}          #gotop:active {background-color: #ccc;}          #gotop.show {opacity: 0.4;visibility: visible;}          @media screen and ( max-width: 991px ){          #gotop {bottom: 70px;right: 0;margin: 2vw;}          }          /* share url */          #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}#share::after{font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff; opacity:0.5;background: url(../images/share.png) center no-repeat; background-size:20px;background-position:50% 30%;}#share:hover{cursor: pointer;background-color: #666;}#share:active{background-color: #666;}@media screen and ( max-width: 991px ){#share{bottom:115px;right: 0;margin: 2vw;}}                    @media screen and ( max-width: 991px ){          html{padding-bottom: 80px;}          } 