@charset "utf-8";

:root {
	--color1: #050505;
	--color2: #04b955;
}

/* 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, var(--color1);
	scroll-behavior: smooth;
}

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

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

	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;
	background: url("../images/side-deco.png") center 900px repeat-y;
}

.topbox {
	position: relative;
	width: 1200px;
	margin: auto;
}

.kv_pc {
	position: relative;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	text-align: center;
	width: 100%;
	/* max-width: 1920px; */
	margin: auto;
}

.kv_pc img {
	display: block;
	text-align: center;
}

.kv_m {
	display: none;
}

.kv_m img {
	display: block;
}

.kv_m a {
	display: block;
	font-size: 0;
}

.for_pc {
	display: block;
}

.for_m {
	display: none;
}

/* m */
@media screen and (max-width: 991px) {
	.kv_m {
		display: block;
		width: 100%;
		position: relative;
	}

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

.kv-pp1 {
	width: calc((511 / 1920)* 100%);
	top: calc((59 / 1920) * 100%);
	left: calc((84 / 1920) * 100%);
	animation: fadeInLeft 1.2s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv-pp2 {
	width: calc((385 / 1920)* 100%);
	top: calc((74 / 1920) * 100%);
	left: calc((1054 / 1920) * 100%);
	animation: fadeInRight 1.2s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv-pp3 {
	width: calc((741 / 1920)* 100%);
	top: calc((300 / 1920) * 100%);
	left: calc((1238 / 1920) * 100%);
	animation: fadeInRight 1.2s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.MySwipeKV {
	width: calc((446 / 1920)* 100%);
	top: calc((1505 / 1920) * 100%);
	left: calc((621 / 1920) * 100%);
}

.MySwipeKV1 {
	width: calc((181 / 1920)* 100%);
	top: calc((499 / 1920) * 100%);
	left: calc((35 / 1920) * 100%);
}

.MySwipeKV2 {
	width: calc((192 / 1920)* 100%);
	top: calc((1034 / 1920) * 100%);
	left: calc((1280 / 1920) * 100%);
}

.MySwipeKV3 {
	width: calc((156 / 1920)* 100%);
	top: calc((109 / 1920) * 100%);
	left: calc((1385 / 1920) * 100%);
}

.MySwipeKV4 {
	width: calc((218 / 1920)* 100%);
	top: calc((504 / 1920) * 100%);
	left: calc((1672 / 1920) * 100%);
}

.swiperKV-container-fade,
.swiperKV-container-flip {
	overflow: hidden;
}

.swiperKV-container-fade .swiper-slide img,
.swiperKV-container-flip .swiper-slide img {
	width: 100% !important;
}

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

	.MySwipeKV {
		width: calc((1140 / 1920) * 100%);
		top: calc((1280 / 1920) * 100%);
		left: calc((120 / 1920) * 100%);
	}
}


/* 區塊 */
.block_0 {
	padding: 10px 0 0;
	margin: 0 auto 200px;
	background: url("../images/blk0-bg-left.png")left 20% no-repeat, url("../images/blk0-bg-right.png") right 80% no-repeat, var(--color1);
	transform-style: preserve-3d;
}

.block_0::after {
	display: flex;
	max-width: 1920px;
	height: 88px;
	position: relative;
	top: 87px;
	margin: -88px auto 0;
	background: url("../images/blk0-af.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

.blk {
	max-width: 1230px;
	margin: 160px auto 0px;
	background: var(--color1);
	transform-style: preserve-3d;
}

.blk::before {
	display: flex;
	width: 1230px;
	height: 40px;
	position: relative;
	top: -39px;
	right: 0px;
	margin: 0 auto -110px;
	background: url("../images/blk-be.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

.blk::after {
	display: flex;
	width: 1230px;
	height: 58px;
	position: relative;
	top: 57px;
	right: 0px;
	margin: -55px auto 0px;
	background: url("../images/blk-af.png")center top no-repeat;
	pointer-events: none;
	transform: translateZ(-1px);
	content: '';
}

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

	.block_0 {
		margin: 0 auto 22vw;
		padding: 2vw 0 0;
	}

	.block_0::after {
		display: flex;
		height: 17vw;
		position: relative;
		top: 16.5vw;
		margin: -19vw auto 0;
		background: url("../images/blk0-af.png") center top no-repeat;
		background-size: 300%;
		content: '';
	}

	.blk {
		margin: 16vw auto 0vw;
		transform-style: preserve-3d;
	}

	.blk::before {
		display: flex;
		width: 100%;
		height: 3.5vw;
		position: relative;
		top: -3vw;
		margin: 0 auto -12vw;
		background: url("../images/blk-be.png")center top no-repeat;
		background-size: 100vw;
		pointer-events: none;
		transform: translateZ(-1px);
		content: '';
	}

	.blk::after {
		display: flex;
		width: 100%;
		height: 6vw;
		position: relative;
		top: 5.5vw;
		margin: -7vw auto 0;
		background: url("../images/blk-af.png") center top no-repeat;
		background-size: 100vw;
		pointer-events: none;
		transform: translateZ(-1px);
		content: '';
	}
}


/*文字標題*/

h2,
h3,
.menustyle2 ul li a {
	font-family: 'Noto Sans TC';
}

big {
	color: var(--color2);
}

.tt {
	display: flex;
	justify-content: center;
}

.btt {
	width: fit-content;
	height: 110px;
	position: relative;
	margin: 0px auto 30px;
	text-align: center;
	background: url("../images/btt-bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
}

.btt h2 {
	padding: 21px 5px 0;
	color: var(--color1);
	font-size: 3.8rem;
	font-weight: 900;
	letter-spacing: 2px;
}

.btt::before {
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	left: 1px;
	background-image: url("../images/btt-be.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
}

.btt::after {
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	right: 1px;
	background-image: url("../images/btt-af.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	content: "";
}

.btt.bttp {
	width: 100%;
	height: 155px;
	margin: 20px auto;
	align-items: center;
	background: url("../images/blk0-btt-bg.png")top center no-repeat;

}

.btt.bttp::before,
.btt.bttp::after {
	display: none;
}

.btt.bttp h2 {
	padding: 0 0 10px;
}

.btt.bttp h2 p {
	padding: 10px 0 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.stt {
	width: fit-content;
	height: 60px;
	position: relative;
	margin: 5px auto 10px;
	text-align: center;
	background: url("../images/stt-bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
}

.stt h3 {
	padding: 10px 15px 0;
	color: var(--color1);
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0px;
}

.stt::before {
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 1px;
	background-image: url("../images/stt-be.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
}

.stt::after {
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	right: 1px;
	background-image: url("../images/stt-af.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	content: "";
}

.warning_words {
	display: flex;
	justify-content: center;
	margin: 10px auto 0px;
}

.warning_words p {
	color: #fff;
	font-size: .8rem;
	text-align: center;
}

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

	.btt {
		height: 13vw;
		margin: 2vw auto 3vw;
	}

	.btt h2 {
		padding: 2.3vw 1vw 0;
		font-size: 2.2rem;
		letter-spacing: 0;
	}

	.btt::before {
		height: 13vw;
	}

	.btt::after {
		height: 13vw;
	}

	.btt.bttp {
		width: 100%;
		height: 28vw;
		margin: 2vw auto;
		background-size: contain;
	}

	.btt.bttp h2 {
		font-size: 2.8rem;
		padding: 0 0 1.5vw;
	}

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

	.stt {
		height: 8vw;
		margin: 2vw auto;
	}

	.stt h3 {
		padding: .8vw 2vw 0;
		font-size: 1.5rem;
	}

	.stt::before {
		height: 8vw;
	}

	.stt::after {
		height: 8vw;
	}

	.warning_words {
		margin: 1vw 3vw 2vw;
	}

	.warning_words p {
		text-align: center;
		line-height: 1.3;
	}
}


/*攻略一顆*/
.dis-tip-one {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	margin: 10px auto;
}

.dis-tip-one li img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.dis-tip-one {
		width: 97%;
		margin: 1vw auto;
		padding: 0;
	}

	.dis-tip-one li {
		width: 90vw;
		margin-bottom: 1.5vw;
	}
}


/*攻略三顆*/
.dis-tip-tri {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1200px;
	margin: 10px auto;
}

.dis-tip-tri li img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.dis-tip-tri {
		width: 97%;
		margin: 1vw auto;
		padding: 0;
	}

	.dis-tip-tri li {
		width: 90vw;
		margin-bottom: 1.5vw;
	}
}


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

.baseline,
.hightlight_5p,
.alternate {
	margin: 20px auto;
}

.crosswise_3p {
	width: 1145px;
	margin: 20px auto;
}

ul.crosswise_3p {
	justify-content: space-between;
	margin: 0px auto 20px;
}

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

.dis-for-zasshi3,
.zasshi3 ul li .font p,
.zasshi3-buy {
	background: var(--color1);
}

.dis-for-zasshi3 big,
.zasshi3 ul li h4,
.zasshi3-buy,
.alternate .font h4 {
	color: var(--color2);
}

.ribbon,
.hightlight_5p .font h4,
.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
	background: var(--color2);
}

.ribbon:before {
	border-bottom: solid 6px #00873c;
}

.ribbon:after {
	border-left: 25px solid var(--color2);
	border-right: 25px solid var(--color2);
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(even) li:last-child .font .price big {
	color: var(--color1);
}

.bn4 .banner_3p ul li img {
	border: 2px solid #fff;
	box-shadow: #fff 3px 3px 0;
}

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

	.banner {
		padding: 0 3vw;
	}

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

	.baseline,
	.hightlight_5p,
	.alternate {
		margin: 2vw auto;
	}

	.crosswise_3p {
		width: 100%;
		margin: 2vw auto;
	}

	ul.crosswise_3p {
		justify-content: center;
		margin: 0 auto 2vw;
	}

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

	.ribbon:after {
		border-left: 6vw solid var(--color2);
		border-right: 6vw solid var(--color2);
	}

	.hightlight_5p ul li:first-child .font h4 {
		color: var(--color2);
	}

	.bn4 {
		width: 100%;
		margin: 2vw auto;
		padding: 0;
		border-radius: 0;
		background: none;
	}

	.bn4 .banner {
		padding: 0;
	}

	.bn4 .banner_3p ul li img {
		border: 1px solid #fff;
		box-shadow: #fff 2px 2px 0;
	}
}


/* 一圖帶五品 */
.crosswise-tallBN {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	width: 1110px;
	margin: 20px auto;
	background: none;
}

.crosswise-tallBN .left-tallBN {
	padding: 0 6px;
}

.crosswise-tallBN .crosswise_3p {
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.crosswise-tallBN li {
	padding: 6px 0;
}

.crosswise-tallBN .crosswise_3p li {
	width: 382px;
}

.crosswise-tallBN .left-tallBN li img {
	width: 320px;
	height: 544px;
	padding: 0px;
	object-fit: cover;
}

.crosswise-tallBN .flex-r {
	flex-direction: row;
}

.crosswise-tallBN .crosswise_3p li {
	padding: 8px;
}

.crosswise-tallBN .flex-r li {
	width: 250px;
}

.crosswise-tallBN .flex-r li img {
	width: 234px;
	height: 234px;
}

.crosswise-tallBN .flex-r li .font {
	padding: 8px 0;
	text-align: center;
}

.crosswise-tallBN .flex-r li a {
	flex-direction: column;
}

@media screen and (max-width: 991px) {
	.crosswise-tallBN {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 2vw auto;
		background: none;
	}

	.crosswise-tallBN .left-tallBN {
		padding: 0;
	}

	.crosswise-tallBN .left-tallBN li img {
		width: 100%;
		height: 150vw;
		padding: 0 2vw;
		object-fit: cover;
	}

	.crosswise-tallBN .crosswise_3p li {
		width: 46vw;
	}

	.crosswise-tallBN .flex-r li {
		width: 46vw
	}

	.crosswise-tallBN .flex-r li a,
	.crosswise-tallBN .crosswise_3p li a {
		flex-direction: column;
	}

	.crosswise-tallBN .flex-r li:nth-child(1) {
		width: 94vw;
	}

	.crosswise-tallBN .flex-r li:nth-child(1) a {
		flex-direction: row;
	}

	.crosswise-tallBN .crosswise_3p img,
	.crosswise-tallBN .flex-r li img {
		width: 42vw;
		height: 42vw;
	}

	.crosswise-tallBN .crosswise_3p .font {
		text-align: center;
	}
}


/* 四品入圖帶連結修正 */
.rectangle_3p_370a_img {
	margin: 20px auto -413px;
}

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

	.rectangle_3p_370a_img {
		width: 100%;
		margin: 2vw auto;
	}

	.rectangle_3p_370a_img img {
		width: 94%;
	}
}


/*按鈕A款*/
.go-cta-a {
	margin: 70px auto 40px;
}

.go-cta-a a {
	display: block;
	width: fit-content;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	border: 2px solid var(--color2);
	border-radius: 999em;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 1px;
	background: var(--color1);
	box-shadow: 0 7px var(--color2);
	transition: .2s;
}

.go-cta-a a:hover {
	filter: brightness(70%);
	transform: translateY(4px);
	box-shadow: 0 2px var(--color2);
}

@media screen and (max-width: 991px) {
	.go-cta-a {
		margin: 10vw auto;
	}

	.go-cta-a a {
		padding: 0 5vw;
		font-size: 2rem;
		line-height: 4rem;
	}

	.go-cta-a a:hover {
		transform: translateY(3px);
	}
}


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

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

	.menustyle2 ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

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

	.menustyle2 a br {
		display: block;
	}

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

	.menustyle2 ul .active {
		border-radius: 99em;
		color: var(--color1) !important;
		background: var(--color2);
	}
}

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

	.menustyle2 {
		display: block;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		z-index: 999;
		width: 100%;
		height: auto;
		padding: 2vw 1vw;
		border-bottom: 1px solid #fff;
		background: var(--color1);
		overflow-x: auto;
		white-space: nowrap;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.menustyle2 ul {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0 auto;
	}

	.menustyle2 ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: fit-content;
		box-sizing: border-box;
	}

	.menustyle2 ul li.showByDate {
		margin-top: 1.5vw;
	}

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

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: var(--color1) !important;
		background: var(--color2);
	}

	.menustyle2 ul .active {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: var(--color1) !important;
		background: var(--color2);
	}

	.sticky {
		position: fixed;
		top: 0;
	}
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
	#TopMenu2 {
		position: absolute;
		top: 0;
		z-index: 999;
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
	}

	#TopMenu2.show {
		position: fixed;
		top: 0;
		opacity: 1;
		visibility: visible;
	}
}


/*--  錨點微調--*/
.target-fix {
	display: block;
	position: relative;
	top: -20px;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.target-fix {
		top: -12vw;
	}
}


/*--goto top--*/
#gotop {
	display: inline-block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	margin: 30px;
	border-radius: 100%;
	background-color: #000;
	text-align: center;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

#gotop::after {
	display: block;
	position: absolute;
	background: url("../images/top.png") center no-repeat;
	background-size: 50%;
	background-position: 75% 35%;
	color: #fff;
	font-family: FontAwesome;
	content: '　';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	opacity: 0.5;
}

#gotop:hover {
	background-color: #666;
	cursor: pointer;
}

#gotop:active {
	background-color: #ccc;
}

#gotop.show {
	opacity: 0.4;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	#gotop {
		right: 0;
		bottom: 70px;
		margin: 2vw;
	}
}

/* share url */
#share {
	display: inline-block;
	position: fixed;
	bottom: 50px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	margin: 30px;
	border-radius: 100%;
	background-color: #000;
	opacity: 0.4;
	text-align: center;
	transition: background-color .3s, opacity .5s, visibility .5s;
}

#share::after {
	display: block;
	position: absolute;
	background: url("../images/share.png") center no-repeat;
	background-size: 50%;
	background-position: 75% 35%;
	font-family: FontAwesome;
	content: '　';
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	opacity: 0.5;
}

#share:hover {
	background-color: #666;
	cursor: pointer;
}

#share:active {
	background-color: #666;
}

@media screen and (max-width: 991px) {
	#share {
		right: 0;
		bottom: 115px;
		margin: 2vw;
	}
}

@media screen and (max-width: 991px) {
	html {
		padding-bottom: 80px;
	}
}