@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 repeat-y fixed, #b38b61;
	scroll-behavior: smooth;
}

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

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

	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/side_deco.png") center 60px 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;
	}
}



#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_tt1 {
	top: calc((85 / 1920) * 100%);
	left: calc((396 / 1920) * 100%);
	width: calc((540 / 1920)* 100%);
	animation: fadeIn 5s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_tt2 {
	top: calc((945 / 1920) * 100%);
	left: calc((389 / 1920) * 100%);
	width: calc((555 / 1920)* 100%);
	animation: fadeIn 5s;
	animation-delay: .4s;
	animation-fill-mode: backwards;
}

.kv_promotion {
	top: calc((1432 / 1920) * 100%);
	left: calc((353 / 1920) * 100%);
	width: calc((620 / 1920)* 100%);
	animation: fadeInUp 3s;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}


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

.block_0 {
	background: url("../images/blk0_bg.png")top center no-repeat;
	max-width: 1920px;
	background-size: contain;
	margin: 0 auto 30px;
}

.block_5 {
	margin-bottom: 70px;
}

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

	.blk {
		margin-bottom: 6vw;
	}

	.block_0 {
		background: url(../images/blk0_bgm.png) top center no-repeat;
		background-size: 100%;
		padding: 3vw 0 0;
		margin: 0 auto 4vw;
	}

	.block_5 {
		margin-bottom: 10vw;
	}

}


/*文字標題*/
@font-face {
	font-family: SC-SemiBold;
	src: url("https://events.eslite.com/font/獅尾四季春加糖SC-SemiBold.ttf");
}

h2,
h3,
.menustyle2 ul li a,
.special_5p_1 .title_AA h2 {
	font-family: SC-SemiBold;
}

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

.btt h2,
.bttp h2 {
	font-size: 3.8rem;
	background: -webkit-linear-gradient(90deg, rgb(226, 207, 175), rgb(226, 207, 175), rgb(244, 233, 214), rgb(244, 233, 214));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
	letter-spacing: 2px;
	padding: 25px 0 0;
}

.bttp {
	background: url("../images/bttp_bg.png")top center no-repeat;
	width: 100%;
	height: 160px;
	margin: 20px auto 10px;
}

.bttp h2 p {
	font-size: 1.8rem;
	background: #550200;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #550200;
	letter-spacing: 2px;
	padding: 27px 0;
}

.stt {
	background: url("../images/stt_bg.png")top center no-repeat;
	width: 100%;
	height: 70px;
	margin: 10px auto;
}

.stt h3 {
	font-size: 2.8rem;
	color: #550200;
	letter-spacing: 2px;
	padding: 12px 0 0;
}

.stta {
	background: url("../images/stt_bg.png")top center no-repeat;
	background-size: contain;
	width: 100%;
	height: auto;
	margin: 20px auto 10px;
}

.stta h3 {
	font-size: 1.9rem;
	color: #550200;
	letter-spacing: 2px;
	padding: 10px 0;
}

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

	.btt {
		background-size: contain;
		width: 100%;
		height: 17vw;
		margin: 2vw auto;
	}

	.btt h2,
	.bttp h2 {
		font-size: 2.6rem;
		padding: 3.8vw 0 0;
	}

	.bttp {
		background-size: contain;
		width: 100%;
		height: 25vw;
		margin: 2vw auto;
	}

	.bttp h2 p {
		font-size: 1.2rem;
		background: #550200;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		color: #550200;
		letter-spacing: 2px;
		padding: 2.8vw 0;
	}

	.stt {
		background-size: contain;
		width: 100%;
		height: 11vw;
		margin: 1vw auto;
	}

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

	.stta {
		background: none;
		width: 100%;
		margin: 1vw auto 2vw;
	}

	.stta h3 {
		font-size: 1.6rem;
		color: #f4e9d6;
		letter-spacing: 1px;
		padding: 0;
	}

	.stta h3::before {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-right: 2vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}

	.stta h3::after {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-left: 2vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}
}


/*攻略區*/
.block_0 ul {
	width: 1160px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
}

.block_0 ul li img {
	width: 100%;
	padding: 5px;
}

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

	.block_0 ul {
		width: 96%;
		padding: 0 1vw;
		flex-wrap: wrap;
	}

	.block_0 ul li img {
		width: 93vw;
		margin: 1vw;
		padding: 0;
	}
}


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

.recommend {
	width: 1160px;
	padding: 10px;
	margin: 35px auto -20px;
	position: relative;
}

.recommend a {
	display: flex;
	align-items: stretch;
}

.recommend img {
	object-fit: contain;
	width: 600px;
	max-height: 500px;
	margin: 0;
}

.topfive {
	margin: 20px auto;
	padding: 0;
}

.keywordB .keywordA,
.alternate {
	margin: 20px auto;
}

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

.ranks,
.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
	background: #550200;
}

.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: #e4ba77;
}

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

	.recommend {
		width: 95vw;
		padding: 0 2vw;
		margin: 4vw auto -1vw;
		background: none;
	}

	.recommend a {
		flex-wrap: wrap;
		align-items: center;
	}

	.recommend img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.topfive,
	.keywordB .keywordA,
	.alternate {
		margin: 2vw auto;
	}

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

	.topfive li:first-child {
		width: 94vw;
	}
}


/*五品特殊*/
.special_5p_1 {
	margin: 10px auto;
	background: url("../images/h5psp_bg.png")top center no-repeat;
}

.special_5p_1 .hightlight_5p {
	padding: 0;
}

.special_5p_1 .title_AA h2 {
	font-size: 2.2rem;
	padding: 25px 0 0 110px;
	letter-spacing: 2px;
	text-align: center;
	color: #f4e9d6;
	font-weight: 700;
}

.special_5p_1 .hightlight_5p ul li,
.special_5p_1 .hightlight_5p ul li:first-child {
	height: auto;
}

.special_5p_1 .hightlight_5p ul li p {
	padding: .5vw .2vw;
}

.special_5p_1 .hightlight_5p ul li {
	height: auto;
	margin-top: 82px;
}

.special_5p_1 .hightlight_5p ul li:first-child {
	height: auto;
	width: 240px;
	padding-top: 0;
}

.special_5p_1 .hightlight_5p img {
	width: 100%;
	object-fit: contain;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
	width: 100%;
	height: 240px;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.special_5p_1 .hightlight_5p {
		width: 100%;
	}

	.special_5p_1 {
		background: none;
		margin: 2vw auto;
	}

	.special_5p_1 .title_AA {
		margin: 1vw auto;
		width: fit-content;
		height: auto;
	}

	.special_5p_1 .title_AA h2 {
		position: relative;
		text-align: center;
		letter-spacing: 1px;
		padding: 0;
		font-size: 1.6rem;
		color: #f4e9d6;
	}

	.special_5p_1 .title_AA h2::before {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-right: 2vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}

	.special_5p_1 .title_AA h2::after {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-left: 2vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}

	.special_5p_1 .hightlight_5p ul li:first-child,
	.special_5p_1 .hightlight_5p ul li {
		margin-top: 0px;
	}

	.special_5p_1 .hightlight_5p ul li:first-child {
		width: 100%;
		margin: 2vw 3vw;
		padding: 1vw;
	}

	.hightlight_5p ul li:first-child .font {
		padding: 1vw 0;
	}

	.special_5p_1 .hightlight_5p img {
		width: 100%;
	}

	.special_5p_1 .hightlight_5p ul li:first-child img {
		width: 45vw;
		height: 45vw;
		margin: 0 1vw;
	}
}


/* keywordB 改圖片 */
.keywordB .keywordA li {
	width: 130px;
	height: 130px;
	text-align: center;
	overflow: hidden;
	margin: 5px;
	padding-top: 35px;
	border: solid 2px #f4e9d6;
	border-radius: 100rem;
	background: #fff;
	box-shadow: none;
	position: relative;
}

.keywordB .keywordA li img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

@media screen and (max-width: 991px) {
	.keywordB .keywordA {
		margin: 1vw auto;
		padding: 0;
		width: 100%;
		min-width: 100%;
	}

	.keywordB .keywordA ul {
		overflow: hidden;
		margin: 2vw auto;
	}

	.keywordB .keywordA li {
		width: 22vw;
		height: 22vw;
		margin: 1vw;
		padding: 0;
		line-height: 1rem;
	}

}


/* slider-center-box 加背景*/
.item.slick-slide {
	background: url("../images/slider-center-box_bg.png") top center no-repeat;
	background-size: contain;
	padding: 30px;
	margin: 40px auto;
}

.slider-center-box .slick-slide img {
	width: 265px;
    height: 265px;
    margin: 55px auto 0;
}

.slider-center-box .slick-slide p {
	padding: 15px 20px;
}

@media screen and (max-width: 991px) {
	.item.slick-slide {
		padding: 4vw;
		margin: 8vw auto;
	}

	.slider-center-box .slick-slide img {
		width: 60vw;
        height: 60vw;
		margin: 15vw auto 0;
	}

	.slider-center-box .slick-slide p {
		padding: 1vw 2vw;
	}
}


/*對半區塊輪播*/
.slide-blk {
	max-width: 1200px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slide-blk .slide-blk-half {
	width: 49.5%;
	padding: 0 15px;
	background: #f4e9d670;
	border-radius: 15px;
}

.slide-blk-half .topfive.slickbg {
	width: 100%;
	margin: 10px auto;
}

.slide-blk-half .topfive.slickbg .slider {
	margin: 0 auto;
}

.slide-blk-half .banner {
	width: 100%;
	margin: 0 auto;
}

.slide-blk-half .banner li {
	margin: 0;
	padding: 5px;
}

.slide-blk-half .banner img {
	width: 100%;
}

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

	.slide-blk .slide-blk-half {
		width: 100%;
		padding: 0 1vw;
		margin: 0 auto;
		background: none;
	}

	.slide-blk-half .topfive.slickbg {
		margin: 0vw auto;
		padding: .5vw;
	}

	.slide-blk-half .topfive.slickbg .slider li {
		margin: 0 1vw;
		padding: 0;
	}

	.slide-blk-half .banner {
		width: 95vw;
	}

	.slide-blk-half .banner li {
		margin: 0;
		padding: 0;
	}
}


/*輪播統一設定*/
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
	padding-bottom: 20px !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 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: #550100c0;
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 10px;
		border-radius: 999em;
	}

	.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: #f4e9d6;
		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: #550200 !important;
		background: linear-gradient(150deg, #986a20 0%, #e4ba77 40%, #986a20 100%);
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #550200 !important;
		background: linear-gradient(150deg, #986a20 0%, #e4ba77 40%, #986a20 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: #550200;
		border-bottom: 1.5px solid #b38b61;
		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: #550200 !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: #550200 !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;
	}
}