@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: #fff;
	scroll-behavior: smooth;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

footer {
	background: url("../images/bg_color3.jpg");
}



/* 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, 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;
		background: url("../images/bg_color6.jpg");
	}

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}


/*主視覺動畫*/
.kv_bg {
	width: 100%;
}

.kvdeco {
	position: absolute;
}

.kv_logo {
	top: calc((234 / 1920) * 100%);
	left: calc((661 / 1920) * 100%);
	width: calc((599 / 1920)* 100%);
	animation: fadeInUp 1s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_tt1 {
	top: calc((610 / 1920) * 100%);
	left: calc((866 / 1920) * 100%);
	width: calc((122 / 1920)* 100%);
	animation: bounceIn 1s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_tt2 {
	top: calc((605 / 1920) * 100%);
	left: calc((1002 / 1920) * 100%);
	width: calc((128 / 1920)* 100%);
	animation: bounceIn 1s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.kv_tt3 {
	top: calc((605 / 1920) * 100%);
	left: calc((1143 / 1920) * 100%);
	width: calc((129 / 1920)* 100%);
	animation: bounceIn 1s;
	animation-delay: .7s;
	animation-fill-mode: backwards;
}

.kv_tt4 {
	top: calc((605 / 1920) * 100%);
	left: calc((1282 / 1920) * 100%);
	width: calc((129 / 1920)* 100%);
	animation: bounceIn 1s;
	animation-delay: .9s;
	animation-fill-mode: backwards;
}

.kv_tt5 {
	top: calc((910 / 1920) * 100%);
	left: calc((858 / 1920) * 100%);
	width: calc((561 / 1920)* 100%);
	animation: pulse 1s infinite;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}


/* 區塊 */
.blk {
	margin: 0px auto 5px;
	max-width: 1190px;
	background: url("../images/bg_color5.jpg");
	outline: 2px solid #1a1a1a;
	border-radius: 30px;
	padding-bottom: 20px;
}

.block_0 {
	margin-top: 70px;
}

/* 文字標題 */
big {
	color: #e4007f;
}

h2,
h3,
.inquire p,
.special_5p_1 .title_AA h2,
.btn h2,
.btn span,
.recommend .font h4,
.menustyle2 a {
	font-family: 'Noto Sans TC';
}

.btt h2 {
	background: url("../images/btt_bg.png") top center no-repeat;
	width: 100%;
	height: 140px;
	font-size: 3.4rem;
	padding-top: 50px;
	letter-spacing: 2px;
	color: #1a1a1a;
	margin: -14px auto 0px;
	text-shadow: 2px 2px #fff;
	font-weight: 900;
}

.stt {
	margin: 30px auto 0px;
}

.stt h3,
.half ul h3 {
	color: #1a1a1a;
	font-size: 2.8rem;
	padding: 0px;
	font-weight: 900;
}

.stt h3::before,
.half ul h3::before {
	background-image: url("../images/stt_deco.png");
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 8px;
	margin-bottom: -5px;
	z-index: 1;
	content: "";
}

.stt h3::after,
.half ul h3::after {
	background-image: url("../images/stt_deco.png");
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 8px;
	margin-bottom: -5px;
	z-index: 1;
	content: "";
}



/*promotion三塊*/
.block_0>div:nth-child(2) {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.block_0>div:nth-child(2)>ul.promotion_a {
	margin: 0px auto 3px;
}



/*元件調整*/
.banner {
	padding: 0;
}

.block_2 .recommend {
	margin: 20px auto;
	padding: 10px 80px;
}

.block_2 .recommend img {
	max-height: 370px;
}

.block_2 .recommend .font {
	margin-top: 70px;
}

.block_2 .recommend .font .price {
	margin-top: 20px;
}

.block_4 .recommend {
	background: #ffffff99;
	margin: 20px auto;
}

.recommend .font h4 {
	font-weight: 700;
	line-height: 1.2;
}

.hightlight,
.alternate,
.rectangle_3p,
.collect_5x6,
.film-genre {
	margin: 20px auto;
}

.round_3p {
	margin: 40px auto 20px;
}

.alternate ul:nth-child(even) {
	margin: -102px auto 20px;
}

.alternate ul:nth-child(odd) li:first-child {
	background: url("../images/bg_color4.jpg");
}

.alternate ul:nth-child(even) li:last-child {
	background: url("../images/bg_color2.jpg");
}

.rectangle_3p .font h4,
.alternate .font h4 {
	color: #e4007f;
}

.round_3p .font h4,
.hightlight .font h4,
.collect_5x6 .special,
.collect_5x6 .s-row h4 {
	background: url("../images/bg_color3.jpg");
}

.round_3p img {
	border: 4px solid #e4007f;
}

.half ul {
	background: #ffffff99;
	border-radius: 20px;
	padding: 10px 0 20px;
}

.hightlight img {
	object-fit: contain;
}

/*五品特殊*/
.special_5p_1 {
	margin: 10px auto;
	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;
	padding: 22px 0 0 110px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.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_color3.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;
}


/*btn*/
.blk_btn {
	max-width: 1000px;
	margin: 20px auto 60px;
	display: flex;
	flex-wrap: wrap;
}

.btn {
	position: relative;
	width: fit-content;
	margin: 10px auto;
	padding: 10px 95px;
	border-radius: 99em;
}

.btn_a {
	background: url("../images/bg_color4.jpg");
}

.btn_b {
	background: url("../images/bg_color2.jpg");
}

.btn h2 {
	line-height: 60px;
	margin-left: -60px;
	letter-spacing: 2px;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 900;
}

.btn span {
	font-size: 1.8rem;
	font-weight: 900;
	border-radius: 100%;
	padding: 18px 9px;
	position: absolute;
	right: 9px;
	top: 7px;
	animation: pulse 1s infinite;
	color: #1a1a1a;
	background: url("../images/bg_color1.jpg");
}

/*
.btn_a span{ background: #df3c3e;}
.btn_b span{ background: #20b1e1;}
*/

/*--警語收合展開--*/
.inquire,
.inquire_close {
	width: 1128px;
	padding: 7px 30px;
	border-radius: 99em;
	border: 2px solid #1a1a1a;
	background: #1a1a1a;
	margin: 0px auto;
	display: block;
	cursor: pointer;
}

.inquire p::after {
	background-image: url("../images/btn_on.svg");
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	left: 560px;
	content: "";
}

.inquire_close p::after {
	background-image: url("../images/btn_off.svg");
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	left: 560px;
	content: "";
}

.inquire p {
	font-size: 1rem;
	text-align: left;
	color: #fff;
	font-weight: 500;
}

.list p {
	max-width: 1100px;
	text-align: justify;
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 15px 25px 25px;
	color: #1a1a1a;
	margin: 0px auto 10px;
	font-size: .9rem;
	line-height: 1.4rem;
}



/* -------------------------------------m版------------------------------------- */
@media screen and (max-width: 991px) {

	/* 區塊 */
	.blk {
		margin: 0px .4vw 2vw;
		outline: 1.5px solid #1a1a1a;
		border-radius: 20px;
		padding-bottom: .5vw;
	}

	.block_0 {
		margin-top: -1vw;
	}

	/* 文字標題 */
	.btt h2 {
		background-size: contain;
		width: 100%;
		height: 21vw;
		font-size: 2.4rem;
		padding-top: 7vw;
		letter-spacing: 1px;
		margin: -2vw auto 0px;
		text-shadow: 1px 1px #fff;
	}

	.stt {
		margin: 3vw auto 0;
	}

	.stt h3,
	.half ul h3 {
		font-size: 2rem;
	}

	.stt h3::before,
	.half ul h3::before {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 8vw;
		height: 8vw;
		margin-right: 1.5vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}

	.stt h3::after,
	.half ul h3::after {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 8vw;
		height: 8vw;
		margin-left: 1.5vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}


	/*promotion三塊*/
	.block_0>div ul:nth-child(2) img {
		margin-bottom: -0.5vw;
	}

	.block_0>div img {
		width: 100%;
		padding: 0 .8vw;
	}

	.block_0 p {
		padding: 0 2vw;
		margin: 0 auto;
	}

	/*元件調整*/
	.block_2 .recommend {
		margin: 2vw auto;
		padding: 4vw;
	}

	.block_2 .recommend img {
		max-height: 55vw;
		order: -1;
	}

	.block_2 .recommend .font {
		margin-top: 0;
	}

	.recommend .font .price {
		margin-top: 0px;
	}

	.hightlight,
	.alternate,
	.rectangle_3p,
	.collect_5x6,
	.film-genre,
	.block_4 .recommend {
		margin: 2vw auto;
	}

	.alternate ul:nth-child(even) {
		margin: auto;
	}

	.collect_5x6 .s-row h4 {
		width: 46vw !important;
	}

	.round_3p {
		margin: 7vw auto;
	}

	.half ul {
		padding: 2vw 0;
		margin: 1vw 0;
	}



	/*五品特殊*/
	.special_5p_1 .hightlight_5p {
		width: 100%;
	}

	.special_5p_1 {
		background: none;
		margin: 2vw auto;
	}

	.special_5p_1 .title_AA {
		margin: 3vw auto 0;
		width: fit-content;
		height: auto;
	}

	.special_5p_1 .title_AA h2 {
		position: relative;
		text-align: center;
		letter-spacing: 0;
		padding: 2vw 5vw;
		font-size: 2rem;
		color: #1a1a1a;
		font-weight: 900;
	}

	.special_5p_1 .title_AA 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: -1vw;
		z-index: 1;
		content: "";
	}

	.special_5p_1 .title_AA 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: -1vw;
		z-index: 1;
		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 2.7vw;
		padding: 1vw;
	}

	.special_5p_1 .hightlight_5p ul li:first-child h4 {
		color: #e4007f;
	}

	.hightlight_5p ul li:first-child .font {
		padding: 1vw 0;
	}

	.special_5p_1 .hightlight_5p img {
		width: 100%;
	}

	.special_5p_1 .hightlight_5p ul li:first-child img {
		width: 45vw;
		height: 45vw;
		margin: 0 1vw;
	}


	/*btn*/
	.blk_btn {
		margin: 2vw auto 4vw;
		display: flex;
		flex-wrap: wrap;
	}

	.btn {
		margin: 1.5vw auto;
		padding: 3vw 13vw 3vw 20vw;
	}

	.btn h2 {
		line-height: 1.9rem;
		margin-left: -15vw;
		font-size: 2rem;
	}

	.btn span {
		font-size: 1.4rem;
		padding: 2.5vw 1.2vw;
		right: 1.4vw;
		top: 1.4vw;
	}


	/*--警語收合展開--*/
	.inquire {
		width: 95vw;
		padding: 2vw 6vw;
		margin: .5vw auto 0;
	}

	.inquire_close {
		width: 95vw;
		padding: 2vw 6vw;
		margin: .5vw auto 0;
	}

	.inquire p {
		font-size: .9rem;
		line-height: 1.4;
		padding: .5vw 10vw .5vw .5vw;
	}

	.list {
		width: 86vw;
		margin: 0 auto;
	}

	.list p {
		margin: 0vw 2vw 1vw;
		padding: 3vw 5vw 5vw;
	}

	.inquire p::after {
		background-image: url("../images/btn_on.svg");
		background-size: contain;
		display: inline-block;
		width: 3vw;
		height: 3vw;
		position: relative;
		top: -2vw;
		left: 40vw;
		content: "";
	}

	.inquire_close p::after {
		background-image: url("../images/btn_off.svg");
		background-size: contain;
		display: inline-block;
		width: 3vw;
		height: 3vw;
		position: relative;
		top: -2vw;
		left: 40vw;
		content: "";
	}


}










/**--  menu 橫式  --**/
.menustyle2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #1a1a1a;
	z-index: 999;
	height: auto;
	position: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 6px 0;
	overflow: hidden;
}

.menustyle2.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.menustyle2 ul {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menustyle2 li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menustyle2 a {
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	color: #e4007f;
	background: #fff;
	letter-spacing: 1px;
	width: 150px;
	height: 100%;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em;
	border-radius: 99rem;
}

.menustyle2 a br {
	display: none;
}

.menustyle2 .active {
	height: 100%;
	border-radius: 99rem;
	background: url("../images/bg_color3.jpg") !important;
	color: #fff !important;
}

.menustyle2 .nav-link:focus,
.menustyle2 .nav-link:hover {
	background: url("../images/bg_color3.jpg") !important;
	color: #fff;
	border-radius: 99rem;
}

/* .menustyle2 .menutitle a, .menustyle2 .menutitle a:hover {
	color: #fff;
	background: url("../images/bg_color3.jpg")!important;
  } */

@media screen and (max-width: 991px) {
	.menustyle2 {
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		width: 100%;
		padding: 2vw 1vw;
		overflow-x: auto;
		white-space: nowrap;
	}

	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 ul {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.menustyle2 li:nth-of-type(1) {
		border-left: unset;
	}

	.menustyle2 li:nth-last-of-type(1) {
		border-right: unset;
	}

	.menustyle2 li {
		width: auto;
		font-size: 20px;
		color: #fff;
		border-bottom: unset;
	}

	.menustyle2 a {
		width: auto;
		font-size: 1.1rem;
		letter-spacing: 0px;
		font-weight: 700;
		color: #e4007f;
		padding: 0.4em;
	}

	.menustyle2 a br {
		display: block;
	}
}


/*--  錨點微調--*/
.target-fix {
	position: relative;
	top: -90px;
	display: block;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.target-fix {
		top: -125px;
		margin: 0 0 -1vw;
	}
}


/*--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;
	}
}