@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, #000;
}

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

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

	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")top center 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_tt1 {
	top: calc((139 / 1920) * 100%);
	left: calc((329 / 1920) * 100%);
	width: calc((428 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

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

.kv_tt3 {
	top: calc((883 / 1920) * 100%);
	left: calc((626 / 1920) * 100%);
	width: calc((82 / 1920)* 100%);
	animation: fadeIn 6s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}

.kv_compass1 {
	top: calc((315 / 1920) * 100%);
	left: calc((772 / 1920) * 100%);
	width: calc((496 / 1920)* 100%);
	animation: rotate_A 35s linear infinite;
}

.kv_compass2 {
	top: calc((130 / 1920) * 100%);
	left: calc((697 / 1920) * 100%);
	width: calc((645 / 1920)* 100%);
	animation: rotate_B 40s linear infinite;
}

@keyframes rotate_A {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate_B {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


/* 區塊 */
.blk {
	margin: 0 auto 60px;
}

.block_0 {
	margin: 15px auto 60px;
}

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

	.block_0 {
		margin: 3vw auto 6vw;
	}

	.block_7 {
		margin: 0vw auto 3vw;
	}

}


/*文字標題*/
h2,
h3,
.keywordB .keywordA a,
.quotes .font h4,
.special_5p_1 .title_AA h2 {
	font-family: 'Noto Serif TC', serif;
}

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

.btt h2 {
	font-size: 3.3rem;
	font-weight: 700;
	color: #5f3800;
	letter-spacing: 3px;
	padding: 55px 0 0;
}

.block_5 .btt h2,
.block_6 .btt h2 {
	font-size: 3rem;
}

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

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

	.block_5 .btt h2,
	.block_6 .btt h2,
	.block_7 .btt h2 {
		font-size: 1.9rem;
		letter-spacing: 1px;
		padding: 7.5vw 0 0;
	}

}


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

.quotes,
.photograph,
.hightlight,
.recommend_4p,
.broadwise,
.recommend_2p,
.collect_5x6,
.alternate,
.various {
	margin: 20px auto;
}

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

.recommend_2p li {
	margin: 8px;
	background: #fff;
}

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

.hightlight .font p {
	margin: 0 auto 10px;
}

.scene .font p {
	color: #fff;
}

.hightlight img {
	object-fit: contain;
}

.half ul {
	background: #1b6da05c;
	border-radius: 15px;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	outline: 1px solid #ffffff36;

}

.keywordB .keywordA li {
	background: url("../images/bg_color1.jpg");
	border: solid 1px #efe1b0;
	box-shadow: 4px 4px 0px #efe1b0;
}

.keywordB .keywordA li:hover {
	background: url("../images/bg_color2.jpg");
}

.alternate li {
	height: auto;
}

.alternate ul:nth-child(odd) li:first-child {
	background: #0e344c5c;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	outline: 1px solid #ffffff36;
}

.alternate ul:nth-child(even) li:last-child {
	background: #1b6da05c;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	outline: 1px solid #ffffff36;
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4 {
	color: #c9e1ff;
}

.alternate .font h4 {
	color: #5f3800;
}

.quotes ul.quotes-1 li:nth-child(1),
.quotes ul.quotes-2 li:nth-child(2) {
	background: #1b6da05c;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid #ffffff36;
}

.quotes ul.quotes-1 li:nth-child(2),
.quotes ul.quotes-2 li:nth-child(1) {
	background: #0e344c5c;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid #ffffff36;
}

.quotes ul.quotes-1 li:nth-child(1) {
	border-radius: 10px 0 0 0;
	border-right: 0px solid #ffffff36;
	border-bottom: 0px solid #ffffff36;
}

.quotes ul.quotes-2 li:nth-child(2) {
	border-radius: 0 0 10px 0;
	border-top: 0px solid #ffffff36;
	border-left: 0px solid #ffffff36;
}

.quotes ul.quotes-1 li:nth-child(2) {
	border-radius: 0 10px 0 0;
}

.quotes ul.quotes-2 li:nth-child(1) {
	border-radius: 0 0 0 10px;
}

.quotes .font h4::after {
	content: '';
	height: 32px;
	background: url("../images/quote-left.svg") center center no-repeat;
	background-size: 100%;
	display: block;
	margin: 1rem 0;
}

.quotes .font::after {
	content: '';
	height: 32px;
	background: url("../images/quote-right.svg") center center no-repeat;
	background-size: 100%;
	display: block;
	margin: 1rem 0;
}

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

	.quotes,
	.photograph,
	.hightlight,
	.recommend_4p,
	.broadwise,
	.recommend_2p,
	.collect_5x6,
	.alternate,
	.various {
		margin: 2vw auto;
	}

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

	.photograph {
		width: 94vw;
	}

	.half ul {
		margin: 1vw;
		padding: 1vw;
	}

	.recommend_2p li {
		margin: 1vw;
	}

	.collect_5x6 .s-row h4 {
		width: 46vw !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;
	}

	.slickbg.slick3item {
		width: 100vw;
		margin: 0 -1.2vw;
	}

	.slick3item .slick-slide img {
		width: 92vw;
	}

}


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

@media screen and (max-width: 991px) {
	.block_0 ul {
		width: 98%;
		margin: .5vw 1vw 0vw;
		padding: 0;
	}

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


/*五品特殊*/
.special_5p_1 {
	margin: 0px auto 10px;
	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;
	font-weight: 700;
	padding: 20px 0 0 110px;
	letter-spacing: 3px;
	text-align: center;
	color: #5f3800;
}

.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 h4 {
	background: url("../images/bg_color1.jpg");
}

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

.special_5p_1 .hightlight_5p ul li p {
	margin: 0 auto 10px;
}

@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 {
		background: url("../images/stt_bg.png")top center no-repeat;
		background-size: contain;
		width: 100%;
		height: auto;
		margin: 2vw auto;
	}

	.special_5p_1 .title_AA h2 {
		position: relative;
		text-align: center;
		font-size: 1.8rem;
		padding: 0;
		color: #fff;
	}

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

	.special_5p_1 .title_AA h2::after {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-left: 2vw;
		margin-bottom: -1vw;
		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;
	}

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

	.special_5p_1 .hightlight_5p ul li:first-child h4 {
		color: #5f3800;
	}

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

	.special_5p_1 .hightlight_5p ul li .font,
	.special_5p_1 .hightlight_5p ul li p {
		margin: auto;
	}

}


/*--  錨點微調--*/
.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;
	}
}