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



/* 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: absolute;
	width: 1200px;
	top:0;
	bottom: 0;
	right:0;
	left: -40px;
	margin: auto;}
.topic{
	width: 574px;
	margin: auto;
	padding-top: 100px;
}
/*促銷圖案*/
.salebanner1{
	width:352px;
	margin-top: -300px;
	margin-left: 900px;
}
.salebanner2{
	width:295px;
	margin-top: -400px;
	margin-left: 920px;
}
.salebanner3{
	width:295px;
	margin-top: -350px;
	margin-left: 920px;
}
.salebanner4{
	width:295px;
	margin-top: -400px;
	margin-left: 920px;
}
.titleC{
	width: 892px;
	height: 112px;
	background:url('../images/title_bg.png') no-repeat center;
	text-align: center;
	margin-top: -28px;
	margin-bottom: 0;
}
.titleC h2{
	color: white;
	line-height: 112px;
	font-family: 'Noto Serif TC', serif;
}
.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; }
	.titleC{
		width: auto;
		height: auto;
		background:none;
		text-align: center;
		margin-top: 2rem;
		margin-bottom:1.5rem;
	}
	.titleC h2{
		color: rgb(65, 62, 62);
		line-height: unset;
		font-family: 'Noto Serif TC', serif;
	}
	.for_pc{display: none;}
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}




#redbg1 img {
    z-index: 5;
    position: absolute;
    transform: translateY(-100%);        /*下落动画*/
    animation: dropDowm1 400s forwards;     /*旋转动画*/
    animation-iteration-count: infinite;

}


@keyframes dropDowm1{
    0% {
        top: 0px;
        transform: translateY(-100%) rotate(0deg);   
    }
    10%{
        transform: translateY(-100%) rotate(180deg);
    }
    100% {
        top: 110%;
        transform: translateY(0%) rotate(360deg);
    }
}

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

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

/*bg*/
.bg_1,.bg_2,.bg_3,.bg_4,.bg_5,.bg_6,.bg_7,.bg_8,.bg_9{
	background-size: cover;
}
.bg_1{ background: url("../images/bg_1.jpg") top center no-repeat; padding-top: 40px; padding-bottom: 95px;}
.bg_2{ background: url("../images/bg_2.jpg") top center no-repeat; padding-top: 30px; padding-bottom: 35px;}
.bg_3{ background: url("../images/bg_3.jpg") top center no-repeat; padding-top: 59px; padding-bottom: 50px;}
.bg_4{ background: url("../images/bg_4.jpg") top center no-repeat; padding-top: 52px; padding-bottom: 28px;}
.bg_5{ background: url("../images/bg_5.jpg") top center no-repeat; padding-top: 40px; padding-bottom: 30px;}
.bg_6{ background: url("../images/bg_6.jpg") top center no-repeat; padding-top: 50px; padding-bottom: 42px;}
.bg_7{ background: url("../images/bg_7.jpg") top center no-repeat; padding-top: 30px; padding-bottom: 75px;}
.bg_8{ background: url("../images/bg_8.jpg") top center no-repeat; padding-top: 1px; padding-bottom: 75px;}
.bg_9{ background: url("../images/bg_9.jpg") top center no-repeat; padding-top: 42px; padding-bottom: 85px;}
@media screen and ( max-width: 991px ){
	.bg_1,.bg_2,.bg_3,.bg_4,.bg_5,.bg_6,.bg_7,.bg_8,.bg_9{ background: none; padding-top: 0px; padding-bottom: 0px; }
}

.toptitle .font h4 {
    background: #d25966;
}

/*--輪播--*/
.swiper{
	width: 1076px;
    background-color: #e16969;
    padding: 10px 0;
    margin-top: -10px;}
.swiper-slide{background: #fff;width:247.5px; height: auto;}
.swiper-button-next, .swiper-rt, .swiper-button-prev{display: none;}
.swiper-slide img{width: 247.5px; height:247.5px; object-fit: contain;padding: 10px;margin: 0 auto;}
.swiper-slide h4{margin: 0px;color: #434343; width: 100%;padding:10px 20px;}
.swiper-slide p,
.swiper-slide .price{
	text-align: center;
	margin: 10px 0 0;
}
.swiper-slide span.font{display: block; padding-bottom: 1rem;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none; bottom: 0;}
@media screen and ( max-width: 991px ){
.swiper{width: 200%; margin-top:0px;}	
.swiper-slide{background: #fff;width:44vw; height: auto;}	
	.swiper-slide img{width: 44vw; height:44vw; object-fit: contain;padding: 1vw;}
}

/*--輪播--*/

















/*--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: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}