@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") bottom center repeat-y fixed, #191000;
	scroll-behavior: smooth;
}

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

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

	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: 251%;
	}
}


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



#confetti {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0.5;
	z-index: 1;
}

@media screen and (max-width: 991px) {
	#confetti {
		display: none;
	}
}


/*主視覺動畫*/
.kv_bg {
	width: 100%;
}

.kvdeco {
	position: absolute;
}

.kv_tt {
	top: calc((155 / 1920) * 100%);
	left: calc((560 / 1920) * 100%);
	width: calc((800 / 1920)* 100%);
	animation: fadeInDown 3s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_date {
	top: calc((150 / 1920) * 100%);
	left: calc((1138 / 1920) * 100%);
	width: calc((198 / 1920)* 100%);
	animation: fadeInDown 3.5s;
	animation-delay: .4s;
	animation-fill-mode: backwards;
}

.kv_promotion {
	top: calc((1324 / 1920) * 100%);
	left: calc((512 / 1920) * 100%);
	width: calc((890 / 1920)* 100%);
	animation: fadeIn 5s;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}

.kv_light1 {
	top: calc((860 / 1920) * 100%);
	left: calc((798 / 1920) * 100%);
	width: calc((359 / 1920)* 100%);
	animation: fadeIn 5s;
	animation-delay: .8s;
	animation-fill-mode: backwards;
	mix-blend-mode: plus-lighter;
}

.kv_light2 {
	top: calc((1423 / 1920) * 100%);
	left: calc((936 / 1920) * 100%);
	width: calc((223 / 1920)* 100%);
	animation: fadeIn 5s;
	animation-delay: .8s;
	animation-fill-mode: backwards;
	mix-blend-mode: color-dodge;
}


/* 區塊 */
.blk {
	margin-top: 50px;
}

@media screen and (max-width: 991px) {
	.blk {
		margin-top: 4vw;
	}
}


/*文字標題*/
h2,
h3,
.menustyle2 ul li a,
.tabs .tabs-head a,
.btn h2,
.btn span,
.keywordA a {
	font-family: 'Noto Serif TC', serif;
}

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

.btt h2 {
	font-size: 3.5rem;
    font-weight: 900;
    color: #191000;
    letter-spacing: 1px;
    padding: 32px 0 0;
	text-shadow: #fff 1px 1px;
}

@media screen and (max-width: 991px) {
	.btt {
		background-size: contain;
		height: 19vw;
		margin: 2vw auto;
	}

	.btt h2 {
		font-size: 2.3rem;
		letter-spacing: 0px;
		padding: 5vw 0 0;
		text-shadow: #fff .5px .5px;
	}
}


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

.hightlight,
.toptitle {
	margin: 20px auto;
}

.half ul {
	background: #19100078;
	border-radius: 15px;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	outline: 1px solid #ffffff30;

}

.keywordA {
	width: 1180px;
	background: #19100078;
	border-radius: 15px;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	outline: 2px solid #ffffff60;
	padding: 20px;

}

.keywordA li {
	border-radius: 99em;
	border: 1px solid #fff;
	box-shadow: none;
	background: linear-gradient(150deg, #0f2840 0%, #206680 40%, #0f2840 100%);
	padding: 12px 20px;
}

.keywordA li:hover {
	background: linear-gradient(150deg, #173e60 0%, #2a84a5 40%, #173e60 100%);
}

.keywordA a {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 700;
}

.hightlight .font h4,
.toptitle .font h4 {
	background: linear-gradient(150deg, #aa8f4f 0%, #f3dea1 40%, #9e7d2e 100%);
	color: #191000;
}

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

	.hightlight,
	.toptitle {
		margin: 2vw auto;
	}

	.half ul {
		margin: 1vw;
		padding: 1vw 0;
	}

	.keywordA {
		width: 96%;
		min-width: unset;
		outline: 1px solid #ffffff60;
		padding: 2vw;
		margin: 2vw;

	}

	.keywordA ul {
		margin: 1vw;
	}

	.keywordA li {
		padding: 2vw 5vw;
	}

	.keywordA a {
		font-size: 1.3rem;
	}
}


/*攻略區*/
.block_0 p {
	text-align: center;
	color: #fff;
	margin: 10px auto 0;
	font-size: .9rem;
}

.block_0 .tip_a ul,
.block_0 .tip_b ul {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.tip_a img {
	width: 100%;
	margin: 15px auto 0px;
}

@media screen and (max-width: 991px) {
	.block_0 p {
		padding: 0 2vw;
		margin: 2vw auto 0;
	}

	.block_0 .tip_a ul {
		width: 98%;
		margin: 2vw auto 0;
		padding: 0 1vw;
	}

	.block_0 .tip_b ul {
		width: 100%;
		margin: 2vw auto 0;
		padding: 0 1vw;
	}

	.tip_a img {
		margin: 2vw auto 0;
	}

	/* .tip_a li.tip01  img {
		transform: scale(1.01);
	} */
	.tip_b img {
		width: 47vw;
		margin: 1vw;
	}
}


/*btn*/
.blk_btn {
	max-width: 700px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}

.btn {
	position: relative;
	width: fit-content;
	margin: 20px auto;
	padding: 10px 95px 12px;
	border-radius: 999em;
	background: linear-gradient(150deg, #aa8f4f 0%, #f3dea1 40%, #9e7d2e 100%);
	border: 1px solid #fff;
}

/* .btn_a {
	background: url(../images/bg_color4.jpg);
}

.btn_b {
	background: url(../images/bg_color3.jpg);
} */

.btn h2 {
	line-height: 1.45;
	margin-left: -60px;
	letter-spacing: 2px;
	font-size: 2.5rem;
	font-weight: 900;
	color: #191000;
}

.btn span {
	font-size: 1.8rem;
	font-weight: 900;
	border-radius: 100%;
	padding: 18px 10px;
	position: absolute;
	right: 9px;
	top: 7px;
	animation: pulse 1s infinite;
	color: #fff;
	background: linear-gradient(150deg, #0f2840 0%, #206680 40%, #0f2840 100%);
}

/* .btn_a span {
	background: url(../images/bg_color3.jpg);
}

.btn_b span {
	background: url(../images/bg_color4.jpg);
} */

@media screen and (max-width: 991px) {
	.blk_btn {
		margin: 2vw auto 5vw;
		display: flex;
		flex-wrap: wrap;
	}

	.btn {
		margin: 1.5vw auto;
		padding: 3vw 13vw 3.5vw 20vw;
	}

	.btn h2 {
		line-height: 1.5rem;
		margin-left: -16vw;
		font-size: 1.8rem;
	}

	.btn span {
		font-size: 1.3rem;
		padding: 2.5vw 1.2vw;
		right: 1.2vw;
		top: 1vw;
	}
}



/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: linear-gradient(150deg, #aa8f4f 0%, #f3dea1 40%, #9e7d2e 100%);
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 10px;
		border-radius: 999em;
		border: 1px solid #fff;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 25px 0px;
		flex-wrap: wrap;
	}

	.menustyle2 ul li {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menustyle2 ul li a {
		text-decoration: none;
		font-size: 1rem;
		color: #191000;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px 12px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #fff !important;
		background: linear-gradient(150deg, #0f2840 0%, #206680 40%, #0f2840 100%);
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #fff !important;
		background: linear-gradient(150deg, #0f2840 0%, #206680 40%, #0f2840 100%);
		border-radius: 99em;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2 ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: linear-gradient(150deg, #0f2840 0%, #206680 40%, #0f2840 100%);
		border-bottom: 1.5px solid #191000;
		flex-direction: column;
		flex-wrap: wrap;
		position: absolute;
		overflow-x: auto;
		justify-content: center;
		white-space: nowrap;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		height: auto;
	}

	.menustyle2 ul {
		flex-wrap: nowrap;
		display: flex;
	}

	.menustyle2 ul li {
		width: fit-content;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	.menustyle2 ul li a {
		font-size: 1rem;
		letter-spacing: 0px;
		color: #fff;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		font-weight: 700;
	}

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		color: #191000 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: linear-gradient(150deg, #aa8f4f 0%, #f3dea1 40%, #9e7d2e 100%);
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		color: #191000 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: linear-gradient(150deg, #aa8f4f 0%, #f3dea1 40%, #9e7d2e 100%);
		border-radius: 999em;
	}

	.sticky {
		position: fixed;
		top: 0;
	}
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
	#TopMenu2 {
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
		position: absolute;
		top: 0;
	}

	#TopMenu2.show {
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
	}
}




/*--  錨點微調--*/
.target-fix {
	position: relative;
	top: 0px;
	display: block;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.target-fix {
		top: -30px;
	}
}


/*--goto top--*/
#gotop {
	display: inline-block;
	background-color: #000;
	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 {
	position: absolute;
	display: block;
	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: 85% 35%;
}

#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 {
	position: absolute;
	display: block;
	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: 50%;
	background-position: 80% 35%;
}

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