@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap');
/* 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: 640px ){
		.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: 640px ){
	.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; }
}


/* -----------------COMMON----------------- */

/* ---------BACKGROUND-------- */

.bgbox-y{
	background: url("../images/bg01.jpg") top center repeat;
}

.bg03-04box{
	background: url("../images/bg02.jpg") top center repeat;
}

.bg01 .hightlight .scene, .bg03 .hightlight .scene, .bg05 .hightlight .scene{
	background: url("../images/card_p.jpg") center no-repeat;
	border-radius: 30px;
}

.bg01 .hightlight ul, .bg03 .hightlight ul, .bg05 .hightlight ul{
	background: url("../images/color_p.jpg") repeat;
	border-radius: 30px;
}

.bg02{
	background: url("../images/bg01-02bt.jpg") bottom center no-repeat;
}

.bg04{
	background: url("../images/bg03-04bt.jpg") bottom center no-repeat;
}

.bg01 .circle, .bg03 .circle, .bg05 .circle{
	background: url("../images/color_p.jpg") repeat;
	border-radius: 30px;
	padding: 20px 0;
}

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

	.bg01 .hightlight .scene, .bg03 .hightlight .scene, .bg05 .hightlight .scene{
		background: url("../images/card_p_m.jpg") center no-repeat;
		border-radius: 5vw;
		padding: 5vw 0;
	}

	.bg01 .hightlight ul, .bg03 .hightlight ul, .bg05 .hightlight ul{
		border-radius: 5vw 5vw 0 0;
	}

	.bg01 .circle, .bg03 .circle, .bg05 .circle{
		border-radius: 0 0 5vw 5vw;
		padding: 0 0 5vw 0;
		margin: 0 auto 2vw;
	}

	.half ul li{
		border-radius: 5vw;
	}

	.hightlight img{
		border-radius: 5vw 5vw 0 0 ;
	}

}

/* -----------BLOCK----------- */

.circle img{
	border-radius: 50px;
}

.circle .font p{
	margin: 10px auto;
}

.hightlight{
	margin: 20px auto;
}

@media screen and ( max-width: 640px ){
	.circle li {
		border-radius: 6vw;
	}
	.circle img{
		border-radius: 6vw;
		width: 44vw;
    	height: 44vw;
    	margin: auto;
	}

	.hightlight{
		margin: 2vw auto 0;
	}

	.half ul{
		margin: 2vw auto 0;
		padding: 3vw 0;
	}
}

/* ------------FONT----------- */

h2{
	font-family: Verdana,'Noto Serif TC','Microsoft JhengHei',sans-serif;
}

.bg01 h2, .bg02 h2, .bg05 h2, .bg06 h2{
	color: #d8795e;
}

.bg01 h2 span, .bg05 h2 span, .bg06 h2 span{
	color: #a4553e;
}

.bg02 h2 span{
	color: #649c6c;
}

.bg03 h2, .bg04 h2{
	color: #74779e;
}

.bg03 h2 span, .bg04 h2 span{
	color: #c75141;
}

.bg01 .titleR h2, .bg02 .titleR h2, .bg05 .titleR h2, .bg06 .titleR h2{
	background: url("../images/h2bg01.png") center no-repeat;
	height: 92px;
	padding: 27px 0 0 ;
}

.bg03 .titleR h2, .bg04 .titleR h2{
	background: url("../images/h2bg03.png") center no-repeat;
	height: 92px;
	padding: 27px 0 0 ;
}


.bg01 .scene .font h4, .bg03 .scene .font h4, .bg05 .scene .font h4{
	background: #a4553e;
	color: #ffed97;
}

.bg01 .hightlight .font h4, .bg03 .hightlight .font h4, .bg05 .hightlight .font h4{
	background: #a4553e;
	color: #ffed97;
}

.scene .font p{
	color: #fff;
}


.scene .price{
	color: #fff;
}

.scene big{
	color: #ffed97;
}

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


	.bg01 .titleR h2, .bg02 .titleR h2, .bg05 .titleR h2, .bg06 .titleR h2{
		background: url("../images/h2bg01_m.png") center no-repeat;
		background-size: 95vw;
		height: 19vw;
		padding: 6vw 0 0 ;
	}
	
	.bg03 .titleR h2, .bg04 .titleR h2{
		background: url("../images/h2bg03_m.png") center no-repeat;
		background-size: 95vw;
		height: 19vw;
		padding: 6vw 0 0 ;
	}

	
}

/* -----------------COMMON----------------- */





/* ------------------bg01------------------ */

.bg01{
	padding: 30px 0 0;
}

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

/* ------------------bg02------------------ */

.bg02 .hightlight .scene{
	background: url("../images/card_g.jpg") center no-repeat;
	border-radius: 30px;
}

.bg02 .hightlight ul{
	background: url("../images/color_g.jpg") repeat;
	border-radius: 30px;
}

.bg02box-2{
	background: url("../images/color_g.jpg") repeat;
	max-width: 1160px;
	margin: 0 auto;
	border-radius: 30px;
	padding: 20px 0;
}

.bg02 .scene .font h4{
	background: #4f8255;
	color: #ffed97;
}

.bg02 .hightlight .font h4{
	background: #4f8255;
	color: #ffed97;
}

.bg02 .circle{
	margin: 0 auto 20px;
}

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

@media screen and ( max-width: 640px ){
	.bg02 .hightlight .scene{
		background: url("../images/card_g_m.jpg") center no-repeat;
		border-radius: 5vw;
		padding: 5vw 0;
	}

	.bg02 .hightlight ul{
		border-radius: 5vw 5vw 0 0 ;
	}
	
	.bg02box-2{
		border-radius: 0 0 5vw 5vw;
		padding: 0 0 5vw 0;
	}
}

/* ------------------bg03------------------ */

.bg03{
	padding: 40px 0 0;
}

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

/* ------------------bg04------------------ */

.bg04box{
	background: url("../images/color_p.jpg") repeat;
	max-width: 1160px;
	margin: 20px auto 40px;
	border-radius: 30px;
	padding: 5px 0;
}


@media screen and ( max-width: 640px ){
	.bg04box{
		border-radius: 0;
		margin: 4vw auto 2vw;
	}
}

/* ------------------bg05------------------ */

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


/* ------------------bg06------------------ */

.bg06box{
	background: url("../images/color_r.jpg") repeat;
	max-width: 1160px;
	margin: 20px auto;
	border-radius: 30px;
	padding: 5px 0;
}

@media screen and ( max-width: 640px ){
	.bg06box{
		border-radius: 0;
		margin: 4vw auto 0;
	}
	
}


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

	.bg01, .bg02, .bg03,.bg04, .bg05, .bg06{
		padding: 5vw 0 2vw;
	}
}



/* ------------------版頭------------------ */

.powerUp{
	position: absolute;
	top: 35px;
	left: 490px;
}

.title01{
	position: absolute;
	top: 75px;
	left: 455px;
}

.title02{
	position: absolute;
	top: 78px;
	right: 460px;
}

.title03{
	position: absolute;
	top: 180px;
	left: 460px;
}

.arrow{
	position: absolute;
	top: 224px;
	left: 564px;
}

.title04{
	position: absolute;
	top: 255px;
	right: 235px;
}

.alpaca{
	position: absolute;
	top: 235px;
	right: 130px;
	animation: move 8s 1s infinite;
}

.cat01{
	position: absolute;
	top: 393px;
	left: 295px;
	animation: move 8s 2s infinite;
}

.cat02{
	position: absolute;
	top: 160px;
	left: 255px;
	animation: move 8s 4s infinite;
}

.leaf{
	position: absolute;
	top: 515px;
	left: 570px;
	animation: move 8s 3s infinite;
}

.candle{
	position: absolute;
	top: 100px;
	right: 85px;
}

.light{
	position: absolute;
	top: 110px;
	right: 40px;
	animation: flash 10s ease-in-out 0s infinite alternate;
}

.sale01{
	position: absolute;
	top: 310px;
	left: 485px;
}

.sale02{
	position: absolute;
	top: 348px;
	left: 485px;
}


@media screen and ( max-width: 640px ){
	.powerUp{
		width: 45vw;
		top: 11vw;
		left: 30vw;
	}
	
	.title01{
		width: 18vw;
		top: 18.5vw;
		left: 25vw;
	}
	
	.title02{
		width: 34vw;
		top: 19vw;
		right: 22vw;
	}
	
	.title03{
		width: 54vw;
		top: 38vw;
		left: 25vw;
	}
	
	.arrow{
		width: 9vw;
		top: 46vw;
		left: 44vw;
	}
	
	.title04{
		width: 40vw;
		top: 80vw;
		right: 23.5vw;
	}
	
	.alpaca{
		width: 22vw;
		top: 72.5vw;
		right: 3vw;
	}
	
	.cat01{
		width: 16vw;
		top: 66vw;
		left: 7vw;
	}
	
	.cat02{
		width: 14vw;
		top: 96vw;
		left: 24vw;
	}
	
	.candle{
		width: 15vw;
		top: 28vw;
		left: 3vw;
	}
	
	.light{
		width: 30vw;
		top: 30vw;
		left: -3vw;
		animation: flash 10s ease-in-out 0s infinite alternate;
	}
	
	.sale01{
		width: 30vw;
		top: 64vw;
		left: 28vw;
	}
	
	.sale02{
		width: 47vw;
		top: 70vw;
		left: 28vw;
	}
}

@keyframes move {
	0% { transform: translate(0px ,0px) rotate(0deg);}
	10% { transform: translate(0px ,0px) rotate(0deg);}
	11% { transform: translate(0px ,-10px) rotate(10deg);}
	12% { transform: translate(0px ,0px) rotate(-10deg);}
	13% { transform: translate(0px ,-10px) rotate(0deg);}
	14% { transform: translate(0px ,0px) rotate(0deg);}
	70% { transform: translate(0px ,0px) rotate(0deg);}
	71% { transform: translate(0px ,-10px) rotate(15deg);}
	72% { transform: translate(0px ,0px) rotate(-10deg);}
	73% { transform: translate(0px ,-10px) rotate(0deg);}
	74% { transform: translate(0px ,0px) rotate(0deg);}
	100% {transform: translate(0px ,0px) rotate(0deg);}
}




/*--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: 640px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}