@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 no-repeat fixed;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 991px) {
	html {
		background: #fff;
	}

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg_fixed.jpg")center 0 no-repeat;
		background-size: cover;
	}

}



/* 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;
	background: url("../images/bg_1.png")top center no-repeat, url("../images/side_deco.png")center 430px repeat-y;
}

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

	.container {
		background: none;
	}
}



/*主視覺動畫*/
.topbox div,
.topbox img {
	position: absolute;
	animation-fill-mode: backwards;
}

.kv_pp1 {
	top: 220px;
	left: 194px;
	animation: fadeInLeftBig 2s;
	animation-delay: 0s;
}

.kv_hand1 {
	top: 208px;
	left: 214px;
	animation: swingA ease-in-out .8s infinite alternate;
	transform-origin: left 165px;
	animation-delay: 0s;
}

.kv_pp2 {
	top: 186px;
	left: 753px;
	animation: fadeInRightBig 2s;
	animation-delay: .2s;
}

.kv_hand2 {
	top: 243px;
	left: -165px;
	animation: swingA ease-in-out .8s infinite alternate;
	transform-origin: right 160px;
	animation-delay: 0s;
}

.kv_box {
	top: 527px;
	left: 513px;
}

.kv_stt1 {
	top: 300px;
	left: 1079px;
	animation: fadeInDown 2s;
	animation-delay: .2s;
}

.kv_stt2 {
	top: 300px;
	left: 74px;
	animation: fadeInUp 2s;
	animation-delay: .2s;
}

@keyframes swingA {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


/*區塊*/
.blk_spa {
	margin-bottom: 30px;
}

.block_1 {
	margin-top: 130px;
}


/*文字標題*/
.btt h2 {
	font-family: 'Noto Sans TC';
	font-weight: 900;
	color: #fff;
	font-size: 3.4rem;
	letter-spacing: 1px;
	padding: 90px 150px 0 0;
	text-align: center;
}

.btt {
	background: url("../images/btt_bg.png") top center no-repeat;
	width: 100%;
	height: 166px;
	margin: 20px auto;
}


/*元件調整*/
.banner {
	padding: 0;
}

.recommend,
.recommend_2p,
.rectangle_3p {
	margin: 20px auto;
}

.recommend {
	background: #fff;
	margin: 20px auto;
	border-radius: 10px;
	border: 4px solid #231815;
}

.recommend_2p li {
	background: #fff;
	border-radius: 10px;
	border: 4px solid #231815;
	margin: 10px;
}

.rectangle_3p li,
.banner img {
	border-radius: 10px;
	border: 4px solid #231815;
}

.banner.block_00 img {
	border-radius: 0px;
	border: 0px solid #231815;
}


/*more按鈕*/
.more_btn {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.more_btn a {
	color: #ff403b;
	position: absolute;
	top: -88px;
	right: 30px;
	font-size: 1.25rem;
	transition: .5s;
	font-family: 'Noto Sans TC';
	font-weight: 900;
	-webkit-transform: rotate(345deg);
}

.more_btn a:hover {
	color: #231815;
}


/* -------------------------------------m版------------------------------------- */
@media screen and (max-width: 991px) {

	/*區塊*/
	.blk_spa {
		margin-bottom: 5vw;
	}

	.block_00 {
		margin-top: 3vw;
	}

	.block_1 {
		margin-top: 4vw;
	}

	
	/*文字標題*/
	.btt h2 {
		font-size: 2rem;
		letter-spacing: 0px;
		padding: 9vw 0 0 0;
	}

	.btt {
		background: url("../images/btt_bgm.png") top center no-repeat;
		background-size: contain;
		width: 96%;
		height: 154px;
		margin: 2vw auto -19vw;
	}


	/*元件調整*/
	.recommend,
	.recommend_2p,
	.rectangle_3p {
		margin: 2vw auto;
	}

	.recommend {
		border: 2px solid #231815;
		width: 94vw;
	}

	.recommend_2p li {
		border: 2px solid #231815;
		margin: 1vw;
	}

	.rectangle_3p li,
	.banner img {
		border: 2px solid #231815;
	}


	/*more按鈕*/
	.more_btn {
		width: 100%;
		height: 7vw;
		margin-bottom: 4vw;
	}

	.more_btn a {
		line-height: 7vw;
		top: 1vw;
		right: 38vw;
		font-size: 1.3rem;
		padding: 0;
		-webkit-transform: 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: #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;
	}
}