@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;
	scroll-behavior: smooth;
}

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

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

	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_tt {
	top: calc((377 / 1920) * 100%);
	left: calc((615 / 1920) * 100%);
	width: calc((691 / 1920)* 100%);
	animation: bounceInDown 1s;
	animation-delay: .2s;
	animation-fill-mode: backwards;
}

.kv_promotion {
	top: calc((1350 / 1920) * 100%);
	left: calc((588 / 1920) * 100%);
	width: calc((738 / 1920)* 100%);
	animation: bounceInDown 1s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_shine1 {
	top: calc((416 / 1920) * 100%);
	left: calc((554 / 1920) * 100%);
	width: calc((92 / 1920)* 100%);
	animation: blink01 6s ease-in-out infinite;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}

.kv_shine2 {
	top: calc((987 / 1920) * 100%);
	left: calc((553 / 1920) * 100%);
	width: calc((54 / 1920)* 100%);
	animation: blink01 7s ease-in-out infinite;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}

.kv_shine3 {
	top: calc((391 / 1920) * 100%);
	left: calc((1170 / 1920) * 100%);
	width: calc((49 / 1920)* 100%);
	animation: blink01 4s ease-in-out infinite;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}

.kv_shine4 {
	top: calc((928 / 1920) * 100%);
	left: calc((1287 / 1920) * 100%);
	width: calc((78 / 1920)* 100%);
	animation: blink01 5s ease-in-out infinite;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}

/*animation blink-1*/
@-webkit-keyframes blink01 {

	0%,
	50%,
	100% {
		opacity: 0;
	}

	25%,
	75% {
		opacity: 1;
	}
}

@keyframes blink01 {

	0%,
	50%,
	100% {
		opacity: 0;
	}

	25%,
	75% {
		opacity: 1;
	}
}



/* 區塊 */
.blk {
	margin: 20px auto 40px;
}

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


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

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

.btt h2 {
	color: #7a2635;
	font-size: 4.6rem;
	padding: 88px 0 0;
	letter-spacing: 2px;
	font-weight: 900;
}

.btt h2 p {
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	padding: 35px 0 0;
}

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

	.btt h2 {
		font-size: 2.4rem;
		padding: 10vw 0 0;
		letter-spacing: 0px;
	}

	.btt h2 p {
		font-size: 1rem;
		padding: 2vw 0 0;
	}

}


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

.hightlight,
.hightlight_5p,
.collect_5x6,
.photograph,
.brand,
.toptitle,
.rectangle,
.broadwise,
.round_3p {
	margin: 20px auto;
}

.brand li {
	width: 350px;
	height: auto;
}

.brand img {
	width: 350px;
	height: auto;
}

.collect_5x6 .special,
.collect_5x6 .s-row h4,
.toptitle .font h4,
.hightlight .font h4,
.hightlight_5p .font h4,
.round_3p .font h4 {
	background: #f5663a;
}

.round_3p img {
	border: 4px solid #fdfcea;
	background: #fff;
}

.round_3p .font p,
.round_3p .font .price {
	color: #fff;
}

.round_3p .font .price big {
	color: #f5663a;
}

.tabs .tabs-head li {
	background: #ffa88e;
	font-weight: 700;
	border: 1.5px solid #fff;
}

.tabs .tabs-head li.active {
	border: 1.5px solid #fff;
	background: #f5663a;
}

.tabs .tabs-head li:hover {
	border: 1.5px solid #fff;
	background: #f5663a;
}

.half ul {
	background: none;
}

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

	.hightlight,
	.hightlight_5p,
	.collect_5x6,
	.photograph,
	.brand,
	.toptitle,
	.rectangle,
	.broadwise {
		margin: 2vw auto;
	}

	.round_3p {
		margin: 5vw auto;
	}

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

	.half ul {
		margin: 1vw;
	}

	.brand li {
		width: 100%;
		height: 100%;
	}

	.brand img {
		width: 100%;
		height: 100%;
	}

	.hightlight_5p ul li:first-child .font h4 {
		color: #f5663a;
	}

}


/*影片加兩品*/
.rectangle.yt ul li:first-child {
	width: 600px;
	background: #fff;
}

.rectangle.yt ul li iframe:first-child {
	width: 100%;
	height: 380px;
	margin: 0 auto;
}

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

	.rectangle.yt ul li:first-child {
		width: 96%;
	}

	.rectangle.yt ul li iframe:first-child {
		width: 100%;
		height: 300px;
		margin: 0 auto;
	}
}


/* 1+6 */
.area .hightlight li {
	width: 176px;
	background: #fff;
	margin: 6px;
	padding: 0;
}

.area .half ul {
	padding: 0 0 0 0;
}

.area ul.item li {
	width: 96.5%;
}

.area ul.item li img {
	width: 100%;
	height: 625px;
	object-fit: cover;
}

.area .hightlight img {
	display: block;
	width: 176px;
	height: 176px;
	object-fit: cover;
}

.item-logo ul.item li.inner-bn img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	box-sizing: border-box;
}

.item-logo {
	width: 572px;
}

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

.item-logo ul.logo img {
	display: block;
	width: 100%;
	height: 70px;
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	.item-logo {
		width: 98%;
	}

	.area .hightlight .inner-bn img {
		width: 100%;
		height: auto;
	}

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

	.area .hightlight img {
		width: 46vw;
		height: 46vw;
	}

	/* .area ul.item {order: 1;} */
}


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

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

	.block_0>ul li img {
		width: 47vw;
		margin: 0 -3vw;
	}
}


/*btn*/
.btn {
	position: relative;
	width: fit-content;
	margin: 20px auto 40px;
	padding: 12px 95px 18px;
	border-radius: 99rem;
	background: #7a2635;
}

.btn h2 {
	line-height: 60px;
	margin-left: -60px;
	letter-spacing: 2px;
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
}

.btn span {
	font-size: 1.8rem;
	font-weight: 900;
	border-radius: 99em;
	background: #f5663a;
	padding: 18px 11px;
	position: absolute;
	right: 14px;
	top: 12px;
	animation: pulse 1s infinite;
	color: #fff;
}

.btn_s.btn {
	margin: 10px auto;
	padding: 12px 30px 14px;
}

.btn_s.btn h2 {
	line-height: 1;
	margin-left: 0px;
	letter-spacing: 2px;
	font-size: 1.4rem;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.btn {
		margin: 5vw auto;
		padding: 3vw 15vw 4vw 20vw;
	}

	.btn h2 {
		line-height: 1.9rem;
		margin-left: -15vw;
		font-size: 2rem;
	}

	.btn span {
		font-size: 1.4rem;
		padding: 2.5vw 1.5vw;
		right: 1.8vw;
		top: 1.8vw;
	}

	.btn_s.btn {
		margin: 1vw auto 3vw;
		padding: 2vw 6vw 2.5vw;
	}

	.btn_s.btn h2 {
		font-size: 1.2rem;
	}
}




/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 120px;
		display: flex;
		flex-wrap: wrap;
		background: #fdfcea;
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 10px;
		border-radius: 999em;
		border: 2px solid #f5663a;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 18px 0px;
		flex-wrap: wrap;
	}

	.menustyle2 ul li {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1.5px dotted #7a2635;
	}

	.menustyle2 ul li a {
		text-decoration: none;
		font-size: 1rem;
		color: #7a2635;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.menustyle2 ul li:last-child {
		border-bottom: 0px dotted #7a2635;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #7a2635 !important;
		background: #e0debc;
		transform: scale(1);
		border-radius: 5px;
	}

	.menustyle2 ul .active {
		color: #7a2635 !important;
		background: #e0debc;
		border-radius: 5px;
	}
}

@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: #f5663a;
		border-bottom: 1.5px solid #362c3c;
		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: #7a2635 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #fdfcea;
		border-radius: 999em;
	}

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