@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/side_deco.png")top center repeat-y, url("../images/bg_color1.jpg");
	scroll-behavior: smooth;
}

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

footer {
	padding: 0 0 40px;
}

@media screen and (max-width: 991px) {
	footer {
		padding: 0;
	}
}


/* PC */
.WRAPPER {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background: url("../images/bg_scroll.png") center repeat-y;
	background-size: contain;
}

.WRAPPER::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	background: url("../images/bg_top.png") top center no-repeat;
	height: 210px;
	background-size: calc((2240 / 2240)* 100%);
}

.WRAPPER::after {
	content: '';
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background: url("../images/bg_bottom.png") bottom center no-repeat;
	height: 210px;
	background-size: calc((2240 / 2240)* 100%);
}

@media screen and (max-width: 991px) {
	.WRAPPER {
		min-width: 100%;
		background: none;
	}

	.WRAPPER::before,
	.WRAPPER::after {
		display: none;
	}

}

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


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

.kvdeco {
	position: absolute !important;
}

.kv_tt1 {
	top: calc((401 / 1920) * 100%);
	left: calc((380 / 1920) * 100%);
	width: calc((317 / 1920)* 100%);
	animation: flipInX 1.2s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_tt2 {
	top: calc((409 / 1920) * 100%);
	left: calc((729 / 1920) * 100%);
	width: calc((311 / 1920)* 100%);
	animation: flipInX 1.2s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_tt3 {
	top: calc((408 / 1920) * 100%);
	left: calc((1071 / 1920) * 100%);
	width: calc((468 / 1920)* 100%);
	animation: flipInX 1.2s;
	animation-delay: .6s;
	animation-fill-mode: backwards;
}

.kv_promotion {
	top: calc((904 / 1920) * 100%);
	left: calc((1010 / 1920) * 100%);
	width: calc((109 / 1920)* 100%);
	animation: flipInY 1.2s;
	animation-delay: 1.2s;
	animation-fill-mode: backwards;
}


/* 區塊 */
.blk {
	max-width: 1200px;
	background: url("../images/blk_bg_deco.png") bottom center no-repeat, url("../images/bg_color2.jpg");
	margin: 135px auto 0px;
	padding-bottom: 35px;
	border-radius: 30px;
	position: relative;
	z-index: 0;

}

.block_0 {
	background: url("../images/bg_color2.jpg");
	padding: 1px 0 0;
	margin: 0 auto 180px;
	transform-style: preserve-3d;
}

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

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

	.blk {
		margin: 14vw 1vw 0vw;
		padding-bottom: 2vw;
		background-size: contain;
		border-radius: 15px;

	}

	.block_0 {
		margin: 0 auto 18vw;
		padding: 2vw 0 0;
	}

	.block_0::after {
		content: '';
		margin: -4vw auto 0;
		background: url("../images/blk0_af.png") center top no-repeat;
		background-size: 300%;
		height: 6vw;
		display: flex;
		top: 5vw;
		position: relative;
	}
}


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

big {
	color: #ea5432;
}

.btt {
	background: url("../images/btt_bg.png")top center no-repeat;
	width: 100%;
	height: 183px;
	margin: -80px auto 30px;
	align-items: center;
}

.btt h2 {
	color: #291810;
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 30px 0 0;
	text-shadow: 2px 1px #fff;
}

.block_1 .btt h2,
.block_2 .btt h2,
.block_3 .btt h2,
.block_4 .btt h2,
.block_5 .btt h2 {
	font-size: 3.8rem;
	padding: 45px 0 0;
}

.btt h2 p {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 5px 40px 0;
	border-top: 1.5px solid #291810;
	text-shadow: none;
}

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

.warning_words p {
	color: #fff4da;
	font-size: .8rem;
	text-align: center;
}

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

	.btt {
		background-size: contain;
		width: 100%;
		height: 19vw;
		margin: -8vw auto 3vw;
		align-items: center;
	}

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

	.block_1 .btt h2,
	.block_2 .btt h2,
	.block_3 .btt h2,
	.block_4 .btt h2,
	.block_5 .btt h2 {
		font-size: 2rem;
		padding: 1.5vw 0 0;
	}

	.btt h2 p {
		font-size: .8rem;
		font-weight: 700;
		padding: 0vw 3vw;
		margin: 1vw 0 0;
		border-top: 1px solid #291810;
	}

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

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


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

.recommend {
	background: #fff;
	margin: 20px auto;
}

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

.boxmix-forbn .box-mix ul.quotes {
	width: 720px;
}

.boxmix-forbn .box-mix ul.quotes li {
	width: 100%;
	margin: 10px;
}

.triple .font h4,
.hightlight .font h4,
.hightlight_5p .font h4,
.collect_5x6 .special,
.collect_5x6 .s-row h4 {
	background: url("../images/bg_color3.jpg");
}

.tabs .tabs-head li {
	background: url("../images/bg_color1.jpg");
	border: 1px solid #fff4da;
	font-weight: 700;
}

.tabs .tabs-head li.active {
	border: 1px solid #fff4da;
	background: url("../images/bg_color4.jpg");
}

.tabs .tabs-head li:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	border: 1px solid #fff4da;
	background: url("../images/bg_color4.jpg");
}

.tabs .tabs-head a {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	color: #291810;
}

.tabs .tabs-head li.active>a,
.tabs .tabs-head li:hover>a {
	color: #fff4da;
}

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

	.banner li {
		width: 94vw;
	}

	.recommend {
		width: 94vw;
		margin: 2vw auto;
	}

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

	.boxmix-forbn .box-mix ul.quotes {
		width: 94vw;
	}

	.boxmix-forbn .box-mix ul.quotes li {
		margin: 0;
	}

	.triple li {
		width: 94vw;
		margin: 1vw;
		padding: 2vw;
	}

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

	.hightlight_5p ul li:first-child .font h4 {
		color: #ea5432;
	}
	.tabs {
		margin: 0 auto;
	}

	.tabs .tabs-head {
		width: 80vw;
		margin: 3vw auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.8vw;
	}

	.tabs .tabs-head li {
		padding: 1.5vw;
	}

	.tabs .tabs-head a {
		font-size: 1.2rem;
	}

}


/*promotion四塊*/
.block_0 .blk_dis {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

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

	.block_0 .blk_dis li img {
		width: 45vw;
		margin: 1vw;
	}
}


/* 文字輪播 */
.slide_dis {
	max-width: 1180px;
	margin: 20px auto;
}

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

	.slide_dis {
		margin: 1vw 3vw;
	}

}


/*---- 日期設定輪播 ----*/
.swiper {
	position: relative;
	background: url("../images/bg_color1.jpg");
	border-radius: 15px;
}

.swiper-brand .swiper-container {
	margin: 10px 30px 15px;
	overflow: hidden;
}

.swiper-slide a {
	display: block;
}

.swiper-slide img {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 60%)
}

:root {
	--swiper-navigation-size: 60px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30% auto;
	display: block;
	border-radius: 100%;
	width: 30px !important;
	height: 30px !important;
	background-color: #ea5432;
	opacity: 1;
	font-size: 0px !important;
	font-family: serif !important;
}

.swiper-button-next:after {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 15px;
	top: 49%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 15px;
	top: 49%;
}

.swiper-brand a {
	position: relative;
	margin: 10px 0;
}

.swiper-brand .font {
	position: absolute;
	top: 20px;
	left: 20px;
	-moz-text-align-last: left;
	text-align-last: left;
}

.swiper-brand ul {
	font-size: 40px;
	text-align: center;
	color: #593818;
	font-weight: 600;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.swiper-brand big {
	color: #ea5432;
	font-size: 45px;
}

.swiper-brand big br {
	display: none;
}

.swiper-brand span {
	font-size: 30px;
	align-items: center;
	margin: auto 10px
}

.swiper-brand img {
	width: 90px;
	height: 90px;
	border-radius: 99rem;
	border: 2px #ea5432 solid;
	margin: 5px;
}

.swiper-brand h5 {
	color: #593818;
	font-size: 1rem;
	margin: auto 10px;
	line-height: 20px;
}

.swiper-brand span.date {
	color: #fff;
	position: relative;
	background: #ea5432;
	border-radius: 100px;
	padding: 5px 20px;
}

@media screen and (max-width: 991px) {
	.swiper-brand .swiper-container {
		margin: 2vw 8vw;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		width: 26px;
		height: 26px;
	}

	.swiper-brand p {
		font-size: 16px;
	}

	.swiper-brand span {
		margin: auto 20px;
		display: block;
		font-size: 20px;
	}

	.swiper-brand ul {
		font-size: 1.5rem;
		line-height: 2;
	}

	.swiper-brand big {
		font-size: 2.3rem;
		line-height: 1.1;
		padding: 1vw 2vw;
	}

	.swiper-brand big br {
		display: block;
	}
}


/*按鈕*/
.gobtn {
	margin: 40px auto 50px;
	align-items: center;
}

.gobtn a {
	text-align: center;
	width: 400px;
	height: auto;
	display: block;
	background: url("../images/bg_color3.jpg");
	line-height: 1.8;
	margin: 0 auto;
	padding: 0 0 5px;
	border-radius: 999em;
	border: 3px solid #b73b10;
	color: #fff4da;
	box-shadow: 0 7px #b73b10;
	transition: .2s;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 1px;
}

.gobtn a:hover {
	filter: brightness(70%);
	transform: translateY(4px);
	box-shadow: 0 2px #b73b10;
}

@media screen and (max-width: 991px) {
	.gobtn {
		margin: 5vw auto 7vw;
	}

	.gobtn a {
		text-align: center;
		width: 65vw;
		height: auto;
		line-height: 1.5;
		font-size: 2rem;
		border: 2px solid #b73b10;
	}

	.gobtn a:hover {
		transform: translateY(3px);
	}
}


/*輪播統一設定*/
.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 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: url("../images/bg_color3.jpg");
		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: #fff4da;
		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: #fff4da !important;
		background: url("../images/bg_color4.jpg");
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #fff4da !important;
		background: url("../images/bg_color4.jpg");
		border-radius: 99em;
	}
}

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

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: url("../images/bg_color3.jpg");
		border-bottom: 1px solid #fff4da;
		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 {
		width: 100%;
		margin: 0 auto;
		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.showByDate {
		margin-top: 1.5vw;
	}

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

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #fff4da !important;
		background: url("../images/bg_color4.jpg");
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #fff4da !important;
		background: url("../images/bg_color4.jpg");
		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: -120px;
	display: block;
	height: 0;
	overflow: hidden;
}

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


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