@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") top center repeat;
	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/bg_top.png") top center no-repeat, url("../images/bg_bottom.png") bottom center no-repeat fixed, url("../images/side_deco.png") center 400px 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;
	}
}





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

.kvdeco {
	position: absolute;
}

.kv_tt {
	top: calc((0 / 1920)* 100%);
	left: calc((0 / 1920)* 100%);
	width: calc((1920 / 1920)* 100%);
}

.kv_deco_words {
	top: calc((195 / 1920) * 100%);
	left: calc((1100 / 1920) * 100%);
	width: calc((180 / 1920)* 100%);
	animation: bounceInRight 1.1s;
	animation-delay: .2s;
	animation-fill-mode: backwards;
}

.kv_scroll {
	top: calc((50 / 1920)* 100%);
	left: calc((0 / 1920)* 100%);
	width: calc((1920 / 1920)* 100%);
	height: 100%;
	animation: scroll 30s -1s linear infinite;
	background: url("../images/kv_scroll.png") center repeat-x;
	background-size: contain;
	/* background-size: 100vw auto; */
}

@-webkit-keyframes scroll {
	0% {
		background-position: -1920px 0;
	}

	100% {
		background-position: 0 0;
	}
}


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

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


/*文字標題*/
@font-face {
	font-family: HYRunYuan75;
	src: url("https://events.eslite.com/font/汉仪润圆-75W.ttf")
}

h2,
h3,
.menustyle2 ul li a,
.gobtn a {
	font-family: HYRunYuan75;
}

big {
	color: #f54d28;
}

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

.btt h2 {
	padding: 45px 100px 0 0;
	color: #004920;
	font-size: 4.2rem;
	letter-spacing: 2px;
}

.btt h2 br {
	display: none;
}

.block_1 .btt {
	margin: 20px auto -10px;
}

.stt {
	margin: 10px auto 30px;
}

.stt h3 {
	color: #fff4da;
	font-size: 2.5rem;
	letter-spacing: 0px;
}

.stt h3::before {
	background-image: url("../images/stt_be.png");
	background-size: contain;
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-right: 15px;
	margin-bottom: -20px;
	content: "";
}

.stt h3::after {
	background-image: url("../images/stt_af.png");
	background-size: contain;
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-left: 15px;
	margin-bottom: -20px;
	content: "";
}

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

	.btt {
		background: url("../images/btt_bgm.png")top center no-repeat;
		background-size: contain;
		width: 100%;
		height: 25vw;
		margin: 2vw auto;
	}

	.btt h2 {
		padding: 7.5vw 11vw 0 0;
		font-size: 3rem;
		letter-spacing: 0px;
	}

	.block_1 .btt {
		margin: 2vw auto 1vw;
	}

	.block_1 .btt h2,
	.block_2 .btt h2 {
		padding: 3.8vw 0vw 0 0;
		font-size: 2.5rem;
		letter-spacing: 0px;
	}

	.btt h2 br {
		display: block;
	}

	.stt {
		margin: 2vw auto;
	}

	.stt h3 {
		font-size: 1.8rem;
	}

	.stt h3:before {
		background-image: url("../images/stt_be.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-right: 2vw;
		margin-bottom: -1vw;
		content: "";
	}

	.stt h3:after {
		background-image: url("../images/stt_af.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-left: 2vw;
		margin-bottom: -1vw;
		content: "";
	}
}


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

.block_0>.titleC:nth-child(1) {
	margin: 20px auto;
}

.block_0>ul li {
	width: 380px;
}

.block_0>ul li img {
	width: 100%;
}

.block_0>.titleC p {
	color: #fff;
	font-size: .9rem;
	z-index: 999;
}

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

	.block_0>ul li {
		width: 31vw;
	}

	.block_0>.titleC:nth-child(1) {
		margin: 1vw 2vw;
	}

	.block_0>.titleC p {
		text-align: center;
	}

}


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

.topfive {
	margin: 20px auto;
}

.zasshi3 ul li {
	background: #fff4da;
	border-radius: 15px;
}

.zasshi3 ul li h4 {
	color: #1b653a;
}

.dis-for-zasshi3,
.zasshi3-buy {
	background: #f54d28;
}

.zasshi3 ul li .font p {
	background: #1b653a;
}

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

	.topfive {
		margin: 2vw auto;
		padding: 0;
	}

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


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

.broadwise.sp9p1 {
	background: url("../images/sp9p_bg1.png")top center no-repeat;
}

.broadwise.sp9p2 {
	background: url("../images/sp9p_bg2.png")top center no-repeat;
}

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

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

	.broadwise.sp9p1,
	.broadwise.sp9p2 {
		background: none;
	}

	.broadwise ul {
		justify-content: center;
	}

	.broadwise li {
		width: 59vw;
	}

	ul.broadwise_sp li {
		width: 96vw;
		padding: 3vw;
		margin: .5vw 1vw;
	}

	ul.broadwise_sp li img {
		width: 40vw;
		height: 40vw;
		object-fit: contain;
	}

	ul.broadwise_sp li .font {
		margin: auto;
		padding: 1.2vw 1.2vw 1.2vw 3vw;
	}


}


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

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

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

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

.hightlightAd_word li.Ad_word h4 {
	width: 280px;
	color: #004920;
	bottom: 0;
	padding: 10px 0;
	margin: 9px 0 0;
	border-radius: 99rem;
	justify-content: center;
	height: auto;
	display: flex;
	background: #d3bd90;
	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 auto 10px;
}

.hightlightAd_word .font p {
	margin: 0;
}

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

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

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

	.hightlightAd_word ul {
		flex-wrap: wrap;
	}

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

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

	.hightlightAd_word a {}

	.hightlightAd_word .font {
		margin: 0 0 3vw 0;
	}

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

	.hightlightAd_word li.Ad_word img {
		width: 100%;
		width: 94vw;
		padding: 0vw;
		border-radius: 10px 10px 0 0;
	}

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


/*按鈕*/
.gobtn {
	margin: 50px auto 60px;
}

.gobtn a {
	text-align: center;
	width: 400px;
	height: 80px;
	display: block;
	background: #f54d28;
	line-height: 5rem;
	margin: 0 auto;
	border-radius: 999em;
	border: 1px solid #d3bd90;
	color: #fff4da;
	box-shadow: 0 7px #d3bd90;
	transition: .2s;
	font-size: 3rem;
	letter-spacing: 1px;
}

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

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

	.gobtn a {
		text-align: center;
		width: 65vw;
		height: auto;
		line-height: 3.5rem;
		font-size: 2rem;
	}

	.gobtn a:hover {
		transform: translateY(3px);
		box-shadow: 0 1px #d3bd90;
	}
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: #d3bd90;
		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: 30px 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: #004920;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px 8px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.3;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #fff4da !important;
		background: #004920;
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #fff4da !important;
		background: #004920;
		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: #d3bd90;
		border-bottom: 1.5px solid #004920;
		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: #004920;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		font-weight: 700;
	}

	.menustyle2 a br {
		display: none;
	}

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

	.menustyle2 ul .active {
		color: #fff4da !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #004920;
		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: -50px;
	}
}


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