@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") center no-repeat fixed, #082340;
	scroll-behavior: smooth;
}

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

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

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg_fixed.jpg")center 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;
}

.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: flex;
		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%;
}

.kvitem {
	position: absolute !important;
}

.kv_deco {
	top: calc((1307 / 1920) * 100%);
	left: calc((0 / 1920) * 100%);
	width: calc((1584 / 1920)* 100%);
	animation-name: mask01;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: .1s;
	animation-fill-mode: both;
}

.kv_promotion {
	top: calc((1337 / 1920) * 100%);
	left: calc((1040 / 1920) * 100%);
	width: calc((391 / 1920)* 100%);
	animation: bounceIn 1.2s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}

@keyframes mask01 {
	0% {
		clip-path: inset(0 0 0 100%)
	}

	100% {
		clip-path: inset(0);
		;
	}
}


/* 區塊 */
.blk {
	max-width: 1220px;
	background: #9ac2db80;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	margin: 160px auto 0px;
	padding-bottom: 20px;
	border-radius: 30px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -1.3px 0 rgba(255, 255, 255, 0.18), inset 6px 6px 16px rgba(255, 255, 255, 0.12), 0 10px 28px rgb(55 125 175 / 38%);
	border: 1.5px solid #a5c7e470;
}

.block_0 {
	background: url("../images/blk0_bg1.png")bottom left no-repeat, url("../images/blk0_bg2.png")top right no-repeat, url("../images/bg_color1.jpg");
	padding: 25px 0;
	margin: 0 auto 180px;
}

.block_5 {
	margin: 160px auto 45px;
}

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

	.blk {
		margin: 3vw auto 0vw;
		padding-bottom: 0;
		background: none;
		backdrop-filter: none;
		box-shadow: none;
		border: 0px solid #ffffff50;

	}

	.blk:nth-last-child(1) {
		margin: 3vw auto 8vw;
	}

	.block_0 {
		margin: 0 auto 3vw;
		padding: 2vw 0 4vw;

	}

	.block_0::after {
		display: none;
	}
}


/*文字標題*/
@font-face {
	font-family: FakePearl-SemiBold;
	src: url("https://events.eslite.com/font/FakePearl-SemiBold.ttf");
}

h2,
h3,
.menustyle2 ul li a,
.subtitle .more a,
.bargain ul li a,
.bargain ul li big {
	font-family: FakePearl-SemiBold;
}

.btt {
	background: url("../images/btt_bg.png")top center no-repeat;
	width: 100%;
	height: 171px;
	margin: -130px auto 30px;
	align-items: center;
}

.btt h2 {
	color: #fff;
	font-size: 3.4rem;
	letter-spacing: 2px;
	padding: 32px 0 0 90px;
}

.btt h2 p {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 18px 0 0;
}

.subtitle {
	margin: 20px auto;
}

.subtitle h3 {
	font-size: 2.2rem;
	color: #082340;
	letter-spacing: 2px;
	border-left: solid 0px #e38053;
}

.subtitle h3::before {
	background-image: url("../images/stt_deco.png");
	background-size: contain;
	display: inline-block;
	width: 88px;
	height: 88px;
	margin-right: 10px;
	margin-bottom: -28px;
	content: "";
}

.subtitle .more {
	background: url("../images/bg_color2.jpg");
	border-radius: 99rem;
	padding: 8px 12px 10px;
	top: 30px;
}

.subtitle .more a {
	color: #082340;
}

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


	.btt {
		background-size: contain;
		height: 23vw;
		margin: 3vw auto 2vw;
	}

	.btt h2 {
		color: #fff;
		font-size: 2rem;
		letter-spacing: 1px;
		padding: 4vw 0 0 12vw;
	}

	.btt h2 p {
		color: #fff;
		font-size: 1rem;
		letter-spacing: 1px;
		padding: 2vw 0 0;
	}

	.subtitle {
		margin: 1vw auto;
	}

	.subtitle h3 {
		font-size: 1.6rem;
		letter-spacing: 0px;
		border-left: solid 0px #e38053;
		padding: 0;
	}

	.subtitle h3::before {
		background-image: url("../images/stt_deco.png");
		background-size: contain;
		display: inline-block;
		width: 15vw;
		height: 15vw;
		margin-right: 1vw;
		margin-bottom: -5vw;
		content: "";
	}

	.subtitle .more {
		background: url("../images/bg_color2.jpg");
		border-radius: 99rem;
		padding: 1vw 3vw 2vw;
		top: 6vw;
		right: 1.5vw;
	}

	.subtitle .more a {
		font-size: 1rem;
	}

	.half ul h3 {
		font-size: 1.6rem;
	}
}


/*攻略區*/
.link_a,
.link_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	margin: 0px auto;
}

.link_a img,
.link_b img {
	margin: 5px;
}

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

	.link_a,
	.link_b {
		width: 100%;
		margin: 0 auto;
		padding: 0 1vw;
	}

	.link_a img {
		width: 98%;
		margin: 1vw;
	}

	.link_b img {
		width: 47vw;
		margin: 1vw;
	}
}


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

.hightlight,
.magazine {
	margin: 20px auto;
}

.half ul {
	background: #6598c0b0;
	border-radius: 15px;
}

.hightlight .font h4 {
	background: url("../images/bg_color1.jpg");
}

.hightlight img {
	object-fit: contain;
}

.scene .font p,
.magazine .font h4,
.magazine .font p,
.magazine .font .price,
.half ul h3 {
	color: #fff;
}

.magazine ul {
	background: #6598c0b0;
	border-radius: 15px;
	border: 0px solid #fff;
}

.magazine .font .price big {
	color: #ffccea;
}


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

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

	.hightlight,
	.magazine {
		margin: 2vw auto;
	}
}


/* ------------------bg01box-一品------------------ */
.bg01box .photograph {
	overflow: hidden;
	padding: 25px 40px;
	margin: 20px auto;
	width: 1125px;
	position: relative;
	background: #6598c0b0;
	border-radius: 15px;
}

.bg01box .photograph a {
	display: flex;
	justify-content: space-between;
}

.bg01box .photograph a p {
	width: 470px;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	;
	padding: 20px 20px 0;
	text-align: center;
}

.bg01box .photograph a p span {
	display: block;
	color: #fff;
	;
	margin: 30px 0 0;
}

.bg01box .photograph a p span big {
	font-size: 2.5rem;
	color: #ffccea;
}

.bg01box .photograph a img {
	width: 700px;
	height: 350px;
	object-fit: cover;
}

.bg01box .photograph .label {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 60px;
	margin: 0;
	padding: 20px 0 10px;
	z-index: 2;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	background: #082340;
	border-radius: 2px 0 0 0;
}

.bg01box .photograph .label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 20px solid #082340;
}

@media screen and (max-width: 991px) {
	.bg01box .photograph {
		padding: 0 0 8vw;
		margin: auto;
		width: 98vw;
		border-radius: 15px;
	}

	.bg01box .photograph a {
		flex-wrap: wrap;
		background: none;
	}

	.bg01box .photograph a p {
		width: 90vw;
		font-size: 18px;
		line-height: 2rem;
		padding: 0 2vw;
		margin: auto;
	}

	.bg01box .photograph a p span {
		margin: 3vw 0 0;
	}

	.bg01box .photograph a p span big {
		font-size: 2rem;
	}

	.bg01box .photograph a img {
		width: 90vw;
		height: 50vw;
		object-fit: cover;
		margin: 2vw auto;
	}

	.bg01box .photograph .label {
		top: 0;
		left: 5vw;
		padding: 2vw 0 1vw;
		width: 20vw;
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	.bg01box .photograph .label:after {
		border-left: 10vw solid transparent;
		border-right: 10vw solid transparent;
		border-top: 3vw solid #082340;
	}
}


/* ------------------pressbox------------------ */

section {
	max-width: 1920px;
	margin: -2px auto;
	padding: 0;
}

article {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.pressbox,
.bg_bottom2 {
	margin: 0 auto;
}

.publish {
	background: #6598c0b0;
	border-radius: 15px;
	width: 1160px;
	margin: 20px auto;
	padding-bottom: 10px;
}

.item_m {
	display: none;
}

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

.publish ul li {
	margin: 20px;
	transition: .3s;
}

.publish ul li:hover {
	transform: translateY(-8px);
}

.publish ul li img {
	width: 165px;
	height: 217px;
}

.publish ul li h6 {
	background: #082340;
	width: 165px;
	height: 30px;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	line-height: 30px;
	font-weight: 500;
	border-radius: 50px;
}

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

	section {
		max-width: 100%;
	}

	article {
		max-width: 100%;
		min-width: 320px;
		padding: 2% 0%;
	}

	.bg_bottom2 {}

	.publish {
		width: 94vw;
		margin: 2vw auto;
		padding-bottom: 2vw;
	}

	.publish ul {}

	.publish ul li {
		width: 40vw;
		margin: 3vw 2vw;
	}

	.publish ul li img {
		width: 40vw;
		height: 58vw;
	}

	.publish ul li h6 {
		font-size: 1.1rem;
		font-weight: 700;
		margin-top: 2vw;
		width: 40vw;
	}
}


/* ----------------bargain---------------- */

/* 超值專區 */
.bargain {
	margin: 20px auto;
	max-width: 1160px;
}

.bargain h2 {
	font-size: 30px;
	margin: 40px 0 0;
	color: #082340;
	text-align: left;
	padding: 0 0 20px;
	border-bottom: 1px solid #082340;
}

.bargain h2:before {
	background-image: url("../images/stt_deco.png");
	background-size: 100%;
	display: inline-block;
	width: 88px;
	height: 88px;
	margin-right: 5px;
	margin-bottom: -28px;
	content: "";
}

.bargain h2 big {
	font-size: 36px;
	color: #000;
}

.bargain h2 p {
	display: inline;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 0 0 0 10px;
}

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

.bargain ul li {
	width: 50vw;
	text-align: center;
	margin: 1vw;
	padding: 1vw;
	font-size: 26px;
	box-shadow: 4px 5px #082340;
	border: 2px solid #082340;
	border-radius: 10px;
	background: #d5f730;
}

.bargain ul li:nth-child(even) {
	background: #ffccea;
}

.bargain ul li a {
	color: #082340;
}

.bargain ul li big {
	font-size: 36px;
	color: #082340;
}

.adbox .banner {
	margin: 0 auto;
	padding: 0
}

@media screen and (max-width: 991px) {
	.bargain {
		width: 98vw;
		margin: 0 auto;
		margin-bottom: 2vw;
	}

	.bargain h2 {
		font-size: 1.6rem;
		margin: 3vw 0 0;
		padding: 0 0 2vw;
		border-bottom: 0px solid;
	}

	.bargain h2 big {
		font-size: 2rem;
	}

	.bargain h2 p {
		font-size: 1.3rem;
		letter-spacing: 0;
		padding: 0 0 0 1vw;
	}

	.bargain ul {
		flex-wrap: wrap;
	}

	.bargain ul li {
		width: 46vw;
		margin: 1vw;
		padding: 1vw;
		font-size: 1.2rem;
		box-shadow: 1px 2px #fff;
	}

	.bargain ul li:nth-child(3) {
		background: #ffccea;
	}

	.bargain ul li:nth-child(4) {
		background: #d5f730;
	}

	.bargain ul li big {
		font-size: 1.6rem;
	}

	.bargain ul .full {
		width: 96vw;
	}

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


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: url("../images/bg_color2.jpg");
		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: 25px 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: #082340;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px 12px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

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

	.menustyle2 ul .active {
		color: #fff !important;
		background: #082340;
		border-radius: 99em;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: url("../images/bg_color2.jpg");
		border-bottom: 1px solid #fff;
		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 {
		width: 100%;
		margin: 0 auto;
		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.showByDate {
		margin-top: 1.5vw;
	}

	.menustyle2 ul li a {
		font-size: 1rem;
		letter-spacing: 0px;
		color: #082340;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		font-weight: 700;
	}

	.menustyle2 a br {
		display: none;
	}

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

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


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