@charset "utf-8";

:root {
	--color1: #f6c325;
	--color2: #f75d4f;
	--color3: #fffde0;
	--color4: #368280;
	--color5: #321d1c;
}

/* 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-color1.jpg");
	scroll-behavior: smooth;
}

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

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

	html {
		background-size: 20%;
	}

}


/* 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-fixed.png")bottom center no-repeat fixed, url("../images/side-deco.png") center 60px repeat-y;
}

.topbox {
	position: relative;
	width: 1200px;
	margin: auto;
}

.kv_pc {
	position: relative;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

.kv_pc img {
	/* display: block; */
	text-align: center;
}

.kv_m {
	display: none;
}

/* .kv_m img {
	display: block;
} */

.kv_m a {
	/* display: block; */
	font-size: 0;
}

.for_pc {
	display: block;
}

.for_m {
	display: none;
}

/* m */
@media screen and (max-width: 991px) {
	.kv_m {
		display: flex;
		width: 100%;
	}

	.kv_m img {
		width: 100%;
	}

	.kv_pc {
		display: none;
	}

	.container {
		width: 100%;
		min-width: auto;
		background: none;
	}

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}


/*主視覺動畫*/
.kv-bg {
	width: 100%;
}

.kvitem {
	position: absolute;
}

.kv-tt {
	width: calc((906 / 1920)* 100%);
	top: calc((111 / 1920) * 100%);
	left: calc((612 / 1920) * 100%);
	animation: bounceInDown 1.2s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv-date {
	width: calc((195 / 1920)* 100%);
	top: calc((162 / 1920) * 100%);
	left: calc((1327 / 1920) * 100%);
	animation: bounceInDown 1.2s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv-pp {
	width: calc((463 / 1920)* 100%);
	top: calc((728 / 1920) * 100%);
	left: calc((722 / 1920) * 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 1.8s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes float_A {
	0% {
		transform: translateY(3%);
	}

	100% {
		transform: translateY(0%);
	}
}


/* 區塊 */
.block_0 {
	padding: 10px 0 0;
	margin: 0 auto 410px;
	background: url("../images/bg-color2.jpg");
	transform-style: preserve-3d;
}

.block_0::after {
	display: flex;
	max-width: 1920px;
	height: 125px;
	position: relative;
	top: 124px;
	margin: -170px auto 0;
	background: url("../images/blk0-af.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

.blk {
	max-width: 1250px;
	margin: 0px auto 480px;
	background: url("../images/blk-bg.png") top center repeat-y;
	transform-style: preserve-3d;
}

.blk::before {
	display: flex;
	width: 1250px;
	height: 188px;
	position: relative;
	top: -187px;
	right: 0px;
	margin: 0 auto -450px;
	background: url("../images/blk-be.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

.blk::after {
	display: flex;
	width: 1250px;
	height: 188px;
	position: relative;
	top: 187px;
	right: 0px;
	margin: -320px auto 0px;
	background: url("../images/blk-af.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

.block_5 {
	margin: 0px auto 230px;
}

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

	.block_0 {
		margin: 0 auto 48vw;
		padding: 2vw 0 0;
		background-size: 20%;
	}

	.block_0::after {
		display: flex;
		height: 17vw;
		position: relative;
		top: 16.5vw;
		margin: -22vw auto 0;
		background: url("../images/blk0-af.png") center top no-repeat;
		background-size: 250%;
		content: '';
	}

	.blk {
		margin: 0vw auto 48vw;
		background: url("../images/blk-bg.png") top center repeat-y;
		background-size: 100vw;
		transform-style: preserve-3d;
	}

	.blk::before {
		display: flex;
		width: 100%;
		height: 15vw;
		position: relative;
		top: -14.5vw;
		margin: 0 auto -45vw;
		background: url("../images/blk-be.png")center top no-repeat;
		background-size: 100vw;
		pointer-events: none;
		transform: translateZ(-1px);
		content: '';
	}

	.blk::after {
		display: flex;
		width: 100%;
		height: 15vw;
		position: relative;
		top: 14.5vw;
		margin: -27vw auto 0;
		background: url("../images/blk-af.png") center top no-repeat;
		background-size: 100vw;
		pointer-events: none;
		transform: translateZ(-1px);
		content: '';
	}

	.block_5 {
		margin: 0 auto 20vw;
	}
}


/*文字標題*/

h2,
h3,
.menustyle2 ul li a,
.go-cta-b span {
	font-family: 'Noto Serif TC', serif;
}

big {
	color: var(--color2);
}

.tt {
	display: flex;
	justify-content: center;
}

.btt {
	width: 100%;
	height: 159px;
	margin: 0px auto 20px;
	background: url("../images/btt-bg.png")top center no-repeat;
	align-items: center;
}

.btt h2 {
	padding: 10px 0 0;
	color: #fff;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 4px;
}

.stt {
	width: fit-content;
	position: relative;
	margin: 15px auto;
	text-align: center;
}

.stt h3 {
	padding: 12px 10px 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.stt::before {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 4px;
	left: 0px;
	background-image: url("../images/stt-be.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
}

.stt::after {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 4px;
	right: 0px;
	background-image: url("../images/stt-af.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	content: "";
}

.warning_words {
	display: flex;
	justify-content: center;
	margin: 10px auto 0px;
}

.warning_words p {
	color: var(--color3);
	font-size: .8rem;
	text-align: center;
}

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

	.btt {
		width: 100%;
		height: 28vw;
		margin: 0 auto 2vw;
		background-size: contain;
		align-items: center;
	}

	.btt h2 {
		padding: 1vw 0 0;
		font-size: 3.2rem;
		letter-spacing: 2px;
	}

	.stt {
		margin: 2vw auto;
	}

	.stt h3 {
		padding: 0 1vw 0;
		font-size: 1.7rem;
		letter-spacing: 1px;
	}

	.stt::before {
		height: 6vw;
		top: 1vw;
	}

	.stt::after {
		height: 6vw;
		top: 1vw;
	}

	.warning_words {
		margin: 1vw 3vw 2vw;
	}

	.warning_words p {
		text-align: center;
		line-height: 1.3;
	}
}


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

.hightlight,
.alternate,
.collect_5x6 {
	margin: 20px auto;
}

.alternate ul:nth-child(even) {
	margin: -102px auto 20px;
}

.hightlight .font h4,
.collect_5x6 .special,
.collect_5x6 .s-row h4 {
	background: var(--color4);
}

.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
	background: var(--color4);
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font .price big {
	color: var(--color1);
}

.alternate .font h4 {
	color: var(--color2);
}

.slick5itam-2 h4,
.slick5itam-2 p {
	color: var(--color3);
}

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

	.banner {
		padding: 0 3vw;
	}

	.hightlight,
	.alternate,
	.collect_5x6 {
		margin: 2vw auto;
	}

	.alternate ul:nth-child(even) {
		margin: auto;
	}

	.collect_5x6 .s-row h4 {
		width: 46vw !important;
	}

	.slickbg {
		width: 93vw !important;
	}

}


/*攻略四顆*/
.dis-tip-four {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	margin: 20px auto;
}

@media screen and (max-width: 991px) {
	.dis-tip-four {
		width: 96%;
		margin: 2vw auto 0;
		padding: 0 1vw;
	}

	.dis-tip-four li img {
		width: 45vw;
		margin: 1vw;
	}
}


/*按鈕B款*/
.go-cta-b {
	width: fit-content;
	position: relative;
	margin: 20px auto;
	padding: 10px 95px 15px;
	border: 5px solid var(--color2);
	border-radius: 99rem;
	background: var(--color3);
	text-align: center;
}

.go-cta-b h2 {
	margin-left: -60px;
	color: var(--color2);
	font-size: 3rem;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 2px;
}

.go-cta-b span {
	position: absolute;
	top: 10px;
	right: 14px;
	padding: 18px 10px;
	border-radius: 99em;
	color: var(--color5);
	font-size: 1.8rem;
	font-weight: 900;
	background: var(--color1);
	animation: pulse 1s infinite;
}

@media screen and (max-width: 991px) {
	.go-cta-b {
		margin: 2vw auto;
		padding: 3vw 15vw 4vw 20vw;
		border: 2px solid var(--color2);
	}

	.go-cta-b h2 {
		margin-left: -15vw;
		font-size: 2rem;
		line-height: 1.9rem;
	}

	.go-cta-b span {
		top: 1.8vw;
		right: 1.8vw;
		padding: 2.5vw 1vw;
		font-size: 1.4rem;
	}
}


/*按鈕B款兩顆*/
.go-cta-b-two {
	display: flex;
	flex-wrap: wrap;
	max-width: 850px;
	margin: 40px auto 60px;
}

/*
  .go-cta-b-1{
	background: #e65e66;
  }
  .go-cta-b-2 {
	background: #2daa6b;
  }
  */

/*
  .go-cta-b-1 span{ background: #2daa6b;}
  .go-cta-b-2 span{ background: #e65e66;}
  */

@media screen and (max-width: 991px) {
	.go-cta-b-two {
		display: flex;
		flex-wrap: wrap;
		margin: 3vw auto;
	}

}


/* 三品ad輪播 */
.slick3item .slick-slide img {
	width: 100%;
}

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

	.slickbg.slick3item {
		width: 100vw !important;
	}
}


/*輪播統一設定*/
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
	.slider {
		margin: 2vw auto !important;
	}

	.slick-dotted.slick-slider {
		padding-bottom: 2vw !important;
	}
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		display: block;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		z-index: 999;
		width: 100%;
		height: auto;
		padding: 2vw 1vw;
		border-bottom: 1px solid var(--color3);
		background: var(--color1);
		overflow-x: auto;
		white-space: nowrap;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.menustyle2 ul {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0 auto;
	}

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

	.menustyle2 ul li.showByDate {
		margin-top: 1.5vw;
	}

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

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: #fff !important;
		background: var(--color2);
	}

	.menustyle2 ul .active {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: #fff !important;
		background: var(--color2);
	}

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


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

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


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

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


/*--goto top--*/
#gotop {
	display: inline-block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	margin: 30px;
	border-radius: 100%;
	background-color: #000;
	text-align: center;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

#gotop::after {
	display: block;
	position: absolute;
	background: url("../images/top.png") center no-repeat;
	background-size: 50%;
	background-position: 75% 35%;
	color: #fff;
	font-family: FontAwesome;
	content: '　';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	opacity: 0.5;
}

#gotop:hover {
	background-color: #666;
	cursor: pointer;
}

#gotop:active {
	background-color: #ccc;
}

#gotop.show {
	opacity: 0.4;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	#gotop {
		right: 0;
		bottom: 70px;
		margin: 2vw;
	}
}

/* share url */
#share {
	display: inline-block;
	position: fixed;
	bottom: 50px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	margin: 30px;
	border-radius: 100%;
	background-color: #000;
	opacity: 0.4;
	text-align: center;
	transition: background-color .3s, opacity .5s, visibility .5s;
}

#share::after {
	display: block;
	position: absolute;
	background: url("../images/share.png") center no-repeat;
	background-size: 50%;
	background-position: 75% 35%;
	font-family: FontAwesome;
	content: '　';
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	opacity: 0.5;
}

#share:hover {
	background-color: #666;
	cursor: pointer;
}

#share:active {
	background-color: #666;
}

@media screen and (max-width: 991px) {
	#share {
		right: 0;
		bottom: 115px;
		margin: 2vw;
	}
}

@media screen and (max-width: 991px) {
	html {
		padding-bottom: 80px;
	}
}