@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_fixed.jpg")top center repeat-y fixed;}



/*文字設定*/

.block_price .price{text-align: justify;}


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

/*主視覺動畫*/
.Bigtitle{ position: absolute; top:40px;right:-40px;}
img.promotion_1 {	
	position: absolute;
	top:365px; 
	left: 622px;
	-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both;
	        animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both;	
}
img.promotion_2 {	
	position: absolute;
	top:460px; 
	left: 620px;
	-webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .4s both;
	        animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .4s both;	
}
img.icon1{ position: absolute;
	top:140px;right:790px;
	animation: swingA 1s;
    animation-delay: -1s;
	transform-origin:left 90px;
    animation-iteration-count: infinite;
	animation-direction:alternate;
    animation-fill-mode: backwards;
}
img.icon2{ position: absolute;
	top:228px;left:240px;
	animation: swingA 1s;
    animation-delay: 0s;
	transform-origin:right 90px;
    animation-iteration-count: infinite;
	animation-direction:alternate;
    animation-fill-mode: backwards;
}
img.icon3{ position: absolute; 
	top:365px;left:400px;
	animation: swingA 1s;
    animation-delay: -1s;
	transform-origin:left 100px;
    animation-iteration-count: infinite;
	animation-direction:alternate;
    animation-fill-mode: backwards;
}
img.icon4{ position: absolute; 
	top:430px;left:280px;
	animation: swingA 1s;
    animation-delay: 0s;
	transform-origin:left 100px;
    animation-iteration-count: infinite;
	animation-direction:alternate;
    animation-fill-mode: backwards;
}
img.icon5{ position: absolute; 
	top:505px;left:185px;
	animation: swingA 1s;
    animation-delay: -1s;
	transform-origin:right 100px;
    animation-iteration-count: infinite;
	animation-direction:alternate;
    animation-fill-mode: backwards;
}

img.cloud1{position: absolute; 
	top:250px;left:-300px;
    animation-name: Move_CLOUD; 
    animation-duration: 12s; 
    animation-delay: -3s; 
	animation-direction:alternate;
    animation-iteration-count: infinite;  
}
img.cloud2{position:absolute; 
	top:25px;left:230px;
    animation-name: Move_CLOUD; 
    animation-duration: 12s; 
    animation-delay: 0s; 
	animation-direction:alternate;
    animation-iteration-count: infinite;  
}
img.cloud3{position: absolute; 
	top:685px;right:-180px;
    animation-name: Move_CLOUD; 
    animation-duration: 12s; 
    animation-delay: -5s; 
	animation-direction:alternate;
    animation-iteration-count: infinite;  
}

/*漂浮雲*/
@keyframes Move_CLOUD {	
	0% {
		transform: translateX(0%);	
	}
	50% {
		transform: translateX(15%);	
	}	
	100% {
		transform: translateX(0%);
	}
}

@keyframes swingA {
    0% { transform: rotate(2deg); }
    100% { transform: rotate(-5deg); }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-8-16 10:28:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

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


/*區塊樣式*/

/*pc*/
.block_1{margin-top: 40px;} 
.block_2,.block_3,.block_4,.block_5 {margin-bottom: 60px;} 

.block_2_1{
	background:url("../images/bg_color_1.jpg");
	border-radius: 25px;
	padding: 90px 0 5px;
	max-width: 1200px;
	margin: -80px auto 0;
}

.block_2_1 .hightlight.half ul{background: url("../images/bg_color_2.jpg")}

.block_2_2{
	background:url("../images/bg_color_2.jpg");
	border-radius: 25px;
	padding: 10px 0 5px;
	max-width: 1200px;
	margin: 30px auto;
}

.block_3_1{
	background:url("../images/bg_color_3.jpg");
	border-radius: 25px;
	padding: 90px 0 5px;
	max-width: 1200px;
	margin: 0 auto;
}

.block_3_1 .hightlight.half ul{background: url("../images/bg_color_4.jpg")}

.block_3_2{
	background:url("../images/bg_color_4.jpg");
	border-radius: 25px;
	padding: 10px 0 5px;
	max-width: 1200px;
	margin: 30px auto;
}

.block_3_2 .hightlight.half ul{background: url("../images/bg_color_3.jpg")}

.block_4_1{
	background:url("../images/bg_color_5.jpg");
	border-radius: 25px;
	padding: 90px 0 5px;
	max-width: 1200px;
	margin: -80px auto 0;
}
.block_4_1 .hightlight.half ul{background: url("../images/bg_color_6.jpg")}

.block_4_2{
	background:url("../images/bg_color_6.jpg");
	border-radius: 25px;
	padding: 10px 0 5px;
	max-width: 1200px;
	margin: 30px auto;
}

.block_5_1,.block_5_2,.block_5_3,.block_5_4{margin-bottom: 40px;}

@media screen and ( max-width: 991px ){
	.block_1{margin-top: 2vw;} 
	.block_2 {margin-top: 0; margin-bottom: 0;}
	.block_3,.block_4,.block_5 {margin-top: 0; margin-bottom: 0;} 
	.block_2_1{padding: 12vw 0 1vw;}
	.block_3_1{padding: 12vw 0 1vw;}
	.block_4_1{padding: 12vw 0 1vw;}
}

/*商品區塊樣式*/
.toptitle {margin: 0px auto 20px;}
.hightlight_5p {margin: 0px auto 10px;}
.broadwise {margin: 0px auto 10px;}
.hightlight {margin: 10px auto 10px;}


/*標題樣式*/

.titleC {margin: 0 auto -80px;}

.titleC.h2_sp {margin: 0 auto }

.titleC h2 {
    position: relative;
    padding: 50px 0 60px;
    color: #ffffff;
	font-size: 42pt;
    width: 1100px;
	background: url("../images/btt_bg.png")center no-repeat;
	font-weight: 900;
}

.subtitle {text-align: center;}
.subtitle h3{
	padding: 0 20px 0 20px;
	color: #FFFFFF;
	display: inline-block;
}
.subtitle .h3_1 h3, .subtitle .h3_2 h3, .subtitle .h3_3 h3, .subtitle .h3_4 h3{border-left: solid 14px #f2db8a;border-right: solid 14px #f2db8a;}
.subtitle .h3_4 h3 {
	text-align: center
}

@media screen and ( max-width: 991px ){
	.h2_sp .titleC {margin: 0 auto -30px;}
	.titleC h2 {
		margin: 0 auto 20px;
		position: relative;
        padding: 10vw 0 11vw;
        color: #ffffff;
	    font-size: 26pt;
		background:url("../images/btt_bgm.png")center no-repeat;
		background-size: contain;
	    width: 96%;
	}	
     .subtitle {margin: 4vw auto 2vw;}
	 .photograph .font .price {padding-bottom: 20px;}
}

/*商品標題樣式*/

.block_1 .toptitle h4{background: url("../images/bg_color_7.jpg")}
.block_2 .hightlight.half .font h4{background:#7f311c;}
.block_2 .toptitle h4{background:#7f311c;}
.block_2 .hightlight_5p h4{background:#7f311c;}
.block_2_1 .toptitle h4{background:#554E3B;}
.block_3 .hightlight.half .font h4{background:#7f311c;}
.block_3 .toptitle h4{background:#7f311c;}
.block_3 .hightlight_5p h4{background:#7f311c;}
.block_4 .hightlight.half .font h4{background:#7f311c;}
.block_4 .toptitle h4{background:#7f311c;}
.block_4 .hightlight_5p h4{background:#7f311c;}
.block_4_1 .hightlight h4{background:#1d4e33;}
.block_5_1 .hightlight h4{background:#c46c54;}
.block_5_2 .hightlight h4{background:#1d4e33;}
.block_5_3 .hightlight h4{background:#1d4e33;}

/*商品圖片調整*/
.hightlight img{object-fit: contain;}
.toptitle img{object-fit: contain;}
.hightlight.half img{object-fit: contain;}
.hightlight_5p img{object-fit: contain;}





/*--  nav 選單 滑動置頂--*/
.menustyle1{width: 100%;display: flex;flex-wrap: nowrap;background:url("../images/bg_color_7.jpg"); z-index:999;height: 50px;margin: 0 auto;}
.menustyle1 ul{width: 1200px;margin: 0 auto;display: flex;}
.menustyle1 ul li{width:33%;display: flex;justify-content: center;align-items: center;border-right: .5px solid #fff;}
.menustyle1 ul li:last-child{border-right: 0px solid #fff;}
.menustyle1 ul li a{text-align: center;margin: 0 auto;text-decoration: none;font-size:22px;color:#fff;letter-spacing: 1px;}
.menustyle1 ul li:hover,#TopMenu ul li a:hover{ transform: scale(1);color: #ffec99!important;}
/*
.menustyle1 ul .active a{color: #087481;}
.menustyle1 ul .active{color: #000!important;background:#ffffffaa;}
*/
.sticky {position: fixed;top: 0;width: 100%;}
@media screen and ( max-width: 991px ){
.menustyle1{width: 100%; z-index:999;height: auto;padding:2vw 0; display: block;}
.menustyle1 ul{width: 100%;margin: 0 auto;display: flex;height: auto;}
.menustyle1 ul li{width:100%;font-size:20px;color:#ffffff;display: flex;justify-content: center;align-items: center;}
.menustyle1 ul li a{font-size:1rem; padding:0 1vw; line-height: 1.1rem;}
.menustyle1 ul .active{}
/*.menustyle1 ul li a:hover{height: 30px;width:100%;}*/
.sticky {position: fixed;top: 0;width: 100%;}
}





/*navigation bar for pc*/
/* Style the navbar */
/*
#navbar {
	overflow: hidden;
	justify-content: center;
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background:url("../images/bg_color_7.jpg");
  }
  	@media screen and ( max-width: 991px ) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}

  .nav_content{ width:1200px; margin:0 auto;}
*/
  /* Navbar links */
/*
  #navbar a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:20%;
	margin:0 2.5px;
	font-size:24px;
	color:#ffffff;
	border-right: 1px solid #ffffff;
	height:60px;
	line-height:60px;
	letter-spacing: 1px;
	font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
  } 
*/
/*#navbar a.row_04{ border-right: none;}*/
/*
.nav_content .row_05 a{border-right: none;}



  #navbar span{ color:#000000;}
*/
  
  /* Page content */
/*
  .content {
	padding: 0px;
  }
*/
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
/*
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
*/
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/*
  .sticky + .content {
	padding-top: 60px;
	
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}
*/






/*for mobile*/
/*
menu{display:none;}
	@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{
	top:0;
	left:0;
	margin:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	list-style: none;
	background:url("../images/bg_color_7.jpg");
	z-index:999;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:1px solid #ffffff;
	padding:5px 0;
	width:20%;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:1px;
	color:#f7edcd;
	font-weight:400;
}
menu ul li a{
	font-size:14px;
	line-height:1.2rem;
	font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
}
menu ul li:nth-last-child(1){
	border-right:none;
}
menu a{
	color:#ffffff !important;
	text-decoration: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;}          } 