@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_color1.jpg");
	scroll-behavior: smooth;
}

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



/* 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)top center repeat-y fixed;
}

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

.kv_tt {
	top: calc((394 / 1920) * 100%);
	left: calc((582 / 1920) * 100%);
	width: calc((758 / 1920)* 100%);
	animation: bounceInDown 1.2s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_ttbg {
	top: calc((131 / 1920) * 100%);
	left: calc((552 / 1920) * 100%);
	width: calc((816 / 1920)* 100%);
}

.kv_deco1 {
	top: calc((1325 / 1920) * 100%);
	left: calc((42.5 / 1920) * 100%);
	width: calc((50 / 1920)* 100%);
	animation-name: Move01;
	animation-duration: 4s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

.kv_deco2 {
	top: calc((1535 / 1920) * 100%);
	left: calc((680 / 1920) * 100%);
	width: calc((65 / 1920) * 100%);
	animation-name: Move02;
	animation-duration: 4.5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

.kv_deco3 {
	top: calc((1455 / 1920) * 100%);
	left: calc((133.5 / 1920) * 100%);
	width: calc((50 / 1920)* 100%);
	animation-name: Move01;
	animation-duration: 4s;
	animation-delay: -.5s;
	animation-iteration-count: infinite;
}

.kv_good1 {
	top: calc((105 / 1920) * 100%);
	left: calc((21 / 1920) * 100%);
	width: calc((163 / 1920)* 100%);
	animation: pulse 1.5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

.kv_good2 {
	top: calc((101 / 1920) * 100%);
	left: calc((102 / 1920) * 100%);
	width: calc((161 / 1920)* 100%);
	animation: pulse 1.5s;
	animation-delay: .2s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

.kv_good3 {
	top: calc((105 / 1920) * 100%);
	left: calc((180 / 1920) * 100%);
	width: calc((161 / 1920)* 100%);
	animation: pulse 1.5s;
	animation-delay: .4s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

.kv_good4 {
	top: calc((1081 / 1920) * 100%);
	left: calc((1405 / 1920) * 100%);
	width: calc((239 / 1920)* 100%);
	animation: pulse 1.5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

.kv_good5 {
	top: calc((883 / 1920) * 100%);
	left: calc((1694 / 1920) * 100%);
	width: calc((191 / 1920)* 100%);
	animation: pulse 1.5s;
	animation-delay: -.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

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

	50% {
		transform: translateY(30%);
	}

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

@keyframes Move02 {
	0% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(40%);
	}

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



/* 區塊 */
.blk {
	margin: 220px auto 300px;
	max-width: 1180px;
	background: url("../images/bg_color2.jpg");
	transform-style: preserve-3d;
}

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

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

.block_0 {
	background: url(../images/blk0_bg.jpg)top center no-repeat;
	height: 650px;
	padding: 1px 0 0;
}

.block_8 {
	margin-bottom: 120px;
}

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

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

	.block_0 {
		background: url(../images/bg_color5.jpg);
		background-size: 20%;
		height: auto;
		padding: 1vw 0 2vw;
		margin-bottom: 3vw;
	}

	.block_8 {
		margin-bottom: 5vw;
	}
}



/* 文字標題 */
big {
	color: #fe564a;
}

h2,
h3,
.menustyle2 a,
.titleC.bttsp h2,
.btn h2,
.btn span {
	font-family: 'Noto Sans TC';
}

.btt {
	background: url("../images/btt_bg.png")top center no-repeat;
	width: 100%;
	height: 155px;
	margin: -181px auto 40px;
	position: relative;
}

.btt h2 {
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 11px 0 0;
	text-shadow: 2px 2px #1e2544;
}

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

	.btt h2 {
		font-size: 2rem;
		letter-spacing: 0px;
		padding: 1.5vw 0 0;
		text-shadow: 1px 1px #1e2544;
	}

}


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

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

.collect_5x6 .s-row h4,
.collect_5x6 .special {
	background: url(../images/bg_color4.jpg);
}

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

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

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


/*promotion*/
.block_0>ul {
	width: 1200px;
	margin: 15px auto 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.block_0 .titleC {
	margin: 10px auto;
}

.block_0 .titleC p {
	color: #fff;
	font-size: .9rem;
	margin-bottom: 10px;
	z-index: 999;
}

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

	.block_0>ul {
		width: 96%;
		margin: 3vw auto .5vw;
		padding: 0;
	}

	.block_0>ul li img {
		width: 32vw;
	}

	.block_0 .titleC {
		margin: 1vw auto;
	}

	.block_0>.titleC p {
		text-align: center;
		padding: 0vw 2vw;
	}


}


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

.slick-dots li button:before {
	font-size: 2.5rem !important;
	color: #1e2544 !important;
}

.regular35item.slider {
	width: 98%;
}

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

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

	.slick-slide {
		margin: 1vw !important;
	}

	.regular35item.slider {
		width: 100%;
	}
}


/*大三品*/
.zasshi3 {
	width: 1160px;
	margin: 20px auto;
}

.zasshi3 ul {
	display: flex;
	justify-content: space-around;
}

.zasshi3 ul li {
	width: 370px;
	background: url(../images/bg_color4.jpg);
	border-radius: 20px;
	padding: 10px;
	text-align: center;
	position: relative;
	transition: 0.5s all;
}

.zasshi3 ul li:hover {
	transform: scale(0.96);
}

.zasshi3 ul li h4 {
	font-size: 1.6rem;
	padding-left: 40px;
	margin: 15px auto;
	color: #fff;
}

.zasshi3 ul li a {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.zasshi3 ul li img {
	width: 330px;
	height: 330px;
	object-fit: contain;
	margin: 5px auto;
}

.dis-for-zasshi3 {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50px;
	background: url(../images/bg_color3.jpg);
	width: 80px;
	height: 80px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.dis-for-zasshi3 big {
	color: #fff;
	font-size: 2.5rem;
}

.zasshi3 ul li .font {
	text-align: left;
	margin: -30px 0 10px;
	display: flex;
	flex-direction: column;
	width: auto;
}

.zasshi3 ul li .font p {
	background: url(../images/bg_color3.jpg);
	padding: 5px 25px 5px 15px;
	color: #fff;
	text-align: left;
	border-radius: 0 30px 0 0;
}

.zasshi3 ul li .font .price {
	margin-top: 5px;
	color: #fff;
}

.zasshi3 ul li .font .price big {
	color: #f8e3d4;
}

.zasshi3-buy {
	position: absolute;
	bottom: 20px;
	right: 10px;
	border-radius: 50px;
	background: url(../images/bg_color3.jpg);
	width: 80px;
	height: 80px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: column;
}

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

	.zasshi3 ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	.zasshi3 ul li {
		margin: 1vw auto;
		width: 96vw;
		padding: 1vw;
	}

	.zasshi3 ul li a {
		flex-direction: column
	}

	.zasshi3 ul li img {
		width: 70vw;
		height: 70vw;
		object-fit: contain;
		margin: 1vw auto;
	}

	.zasshi3 ul li .font {
		margin: 0 auto 2vw;
	}

	.zasshi3 ul li .font p {
		text-align: center;
		width: 100%;
		background: transparent;
		margin: 1vw auto;
		color: #fff;
	}

	.zasshi3 ul li .font .price {
		text-align: center;
	}

	.zasshi3-buy {
		display: none;
	}
}


/* baseline五品 */
.baseline li {
	width: 210px;
	background: #fff;
	margin: 6px;
	padding: 0;
	text-align: center;
	position: relative;
}

.baseline img {
	width: 210px;
	height: 210px;
	object-fit: contain;
}

.baseline .font .price:before {
	width: 210px;
}

.ribbon {
	background: #fe564a;
	left: 10px;
}

.ribbon:before {
	border-bottom: solid 6px #b93400;
}

.ribbon:after {
	border-left: 25px solid #fe564a;
	border-right: 25px solid #fe564a;
}

@media screen and (max-width: 991px) {
	.baseline li:first-child {
		width: 93vw;
		padding: 1vw;
	}

	.baseline li {
		width: 45vw
	}

	.baseline img {
		width: 45vw;
		height: 45vw;
	}

	.baseline .font .price:before {
		width: 40vw;
	}

	.ribbon {
		left: 2vw;
	}

	.ribbon:after {
		border-left: 6vw solid #fe564a;
		;
		border-right: 6vw solid #fe564a;
	}
}


/*broadwise挖空*/
.broadwise {
	margin: 20px auto;
}

.broadwise.sp6p1 {
	background: url(../images/sp6p_bg1.png) center no-repeat;
}

.broadwise.sp6p2 {
	background: url(../images/sp6p_bg2.png) center no-repeat;
}

.broadwise.sp6p3 {
	background: url(../images/sp6p_bg3.png) center no-repeat;
}

.broadwise.sp6p4 {
	background: url(../images/sp6p_bg4.png) center no-repeat;
}

.broadwise ul.broadwise_sp {
	justify-content: space-between;
}

.titleC.bttsp {
	position: relative;
	margin: 0 auto;
}

.titleC.bttsp h2 {
	padding: 8px 20px;
	width: fit-content;
	position: absolute;
	top: 36px;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0px;
	color: #1e2544;
	pointer-events: none;
}

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

	.broadwise_sp {
		width: 96%;
	}

	.broadwise.sp6p1,
	.broadwise.sp6p2,
	.broadwise.sp6p3,
	.broadwise.sp6p4 {
		background: none;
	}

	.broadwise .broadwise_sp li {
		width: 97vw;
	}

	.broadwise ul {
		display: grid;
	}

	.broadwise li {
		width: 60vw;
		padding: 2vw;
		margin: 0.5vw;
	}

	.broadwise ul.broadwise_sp {
		justify-content: center;
		width: 100%;
	}

	.broadwise_sp ul li {
		width: 96vw;
		display: inline-block;
	}

	.broadwise .broadwise_sp li {
		width: 97vw;
	}

	.broadwise .broadwise_sp li img {
		width: 40vw;
		height: 40vw;
		padding: 0;
	}

	.broadwise .broadwise_sp li .font {
		width: 40vw;
	}

	.titleC.bttsp {
		padding: 0;
		margin: 2vw auto 1vw;
	}

	.titleC.bttsp h2 {
		position: relative;
		top: 0;
		right: 0;
		padding: 1.5vw 4vw;
		font-size: 1.8rem;
	}

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

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


/* hightlightAd_word */
.hightlightAd_word {
	width: 1160px;
	margin: 20px auto;
}

.hightlightAd_word ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5px auto;
}

.hightlightAd_word li.Ad_word {
	width: 280px;
	height: auto;
	background: none;
}

.hightlightAd_word li.Ad_word img {
	width: 280px;
	height: auto;
}

.hightlightAd_word li.Ad_word h4 {
	width: 280px;
	color: #f9f6e5;
	bottom: 0;
	padding: 10px 0;
	margin: 9px 0 0;
	border-radius: 99rem;
	justify-content: center;
	height: auto;
	display: flex;
	background: url("../images/bg_color2.jpg");
	align-items: center;
	font-weight: 700;
}

.hightlightAd_word h3 {
	width: 1160px;
	margin: 8px;
}

.hightlightAd_word li {
	width: 200px;
	background: #fff;
	margin: 6px;
	padding: 0;
}

.hightlightAd_word li img {
	object-fit: contain;
}

.hightlightAd_word .font {
	display: block;
	text-align: center;
	margin: 20px 0 0;
}

.hightlightAd_word .font h4 {
	padding: 6px 10px;
	margin: 0 0 5px;
	color: #fff;
	background: url(../images/bg_color4.jpg);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hightlightAd_word .font p {
	margin: 0;
}

.hightlightAd_word .font .price {
	margin: 10px 0 15px;
}

.hightlightAd_word img {
	display: block;
	width: 200px;
	height: 200px;
	object-fit: cover;
}

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

	.hightlightAd_word {
		width: 100%;
		margin: 2vw auto;
	}

	.hightlightAd_word ul {
		flex-wrap: wrap;
		margin: 1vw auto;
	}

	.hightlightAd_word h3 {
		width: 96vw;
		margin: 1vw;
	}

	.hightlightAd_word li {
		width: 46vw;
		padding: 0;
		margin: 1vw;
	}

	.hightlightAd_word a {}

	.hightlightAd_word .font {
		margin: 1vw auto 2vw;
	}

	.hightlightAd_word .font h4 {
		padding: 1vw;
	}

	.hightlightAd_word .font p {}

	.hightlightAd_word .font .price {
		margin: 1vw 0;
	}

	.hightlightAd_word img {
		width: 46vw;
		height: 46vw;
	}

	.hightlightAd_word li.Ad_word {
		width: 94vw;
		padding: 0vw;
		margin: 2vw auto;
		height: auto;
		order: -1;
	}

	.hightlightAd_word li.Ad_word img {
		width: 100%;
		width: 94vw;
		padding: 0vw;
	}

	.hightlightAd_word li.Ad_word a {
		flex-wrap: wrap;
	}

	.hightlightAd_word li.Ad_word h4 {
		width: 100%;
		padding: 3vw 0;
		margin: 0;
		border-radius: 0 0 10px 10px;
	}

}


/*兩品大輪播*/
ul.scene-nobox {
	margin-top: -20px;
}

.hightlight3 .scene-nobox .sliderbg {
	background: url(../images/bg_color4.jpg);
	border-radius: 20px;
}

.hightlight3 .one-time ul.ot li:nth-child(2),
.hightlight3 .one-time ul.ot li:nth-child(6) {
	background: url(../images/bg_color3.jpg);
}

.hightlight3 .one-time ul.ot li:nth-child(2) p,
.hightlight3 .one-time ul.ot li:nth-child(2) big,
.hightlight3 .one-time ul.ot li:nth-child(3) span,
.hightlight3 .one-time ul.ot li:nth-child(6) p {
	color: #fff;
	font-family: 'Noto Sans TC';
	font-weight: 900;
}

.hightlight3 .one-time ul.ot li:nth-child(4) span {
	background: url(../images/bg_color3.jpg);
}

.hightlight3 .one-time ul.ot li:nth-child(4) {
	width: fit-content;
}

.hightlight3 .one-time ul.ot li:nth-child(5) span {
	color: #fe564a;
	font-family: 'Noto Sans TC';
	font-weight: 900;
}

.hightlight3.half {
	justify-content: flex-end;
}

@media screen and (max-width: 991px) {
	ul.scene-nobox {
		margin-top: .1vw;
	}
}


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

.btn {
	position: relative;
	width: fit-content;
	margin: 20px auto;
	padding: 10px 95px 12px;
	border-radius: 999em;
}

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

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

.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: 120px;
		display: flex;
		flex-wrap: wrap;
		background: url(../images/bg_color4.jpg);
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 0px;
		border-radius: 15px 0 0 15px;
		border: 2px solid #f8e3d4;
		border-right: 0px solid #f8e3d4;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 20px 5px;
		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;
		font-weight: 700;
		color: #f8e3d4;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 8px 15px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1;
		border-radius: 999em;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #fff !important;
		background: url(../images/bg_color3.jpg);
		transform: scale(1);
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		color: #fff !important;
		background: url(../images/bg_color3.jpg);
		border-radius: 999em;
	}
}

@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: url(../images/bg_color4.jpg);
		background-size: 20%;
		border-bottom: 1.5px solid #f8e3d4;
		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;
		font-weight: 700;
		letter-spacing: 0px;
		color: #f8e3d4;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
	}

	.menustyle2 a br {
		display: none;
	}

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

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

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


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