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

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

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

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

.kvdeco {
	position: absolute;
}

.kv_deco1 {
	top: calc((68 / 1920) * 100%);
	left: calc((195 / 1920) * 100%);
	width: calc((198 / 1920)* 100%);
	animation: fadeInLeft 1.5s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_deco2 {
	top: calc((256 / 1920) * 100%);
	left: calc((375 / 1920) * 100%);
	width: calc((79 / 1920)* 100%);
	animation: fadeInLeft 1.5s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_deco3 {
	top: calc((1325 / 1920) * 100%);
	left: calc((1605 / 1920) * 100%);
	width: calc((96 / 1920)* 100%);
	animation: fadeInRight 1.5s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_deco4 {
	top: calc((1104 / 1920) * 100%);
	left: calc((1690 / 1920) * 100%);
	width: calc((162 / 1920)* 100%);
	animation: fadeInRight 1.5s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_pp1 {
	top: calc((155 / 1920) * 100%);
	left: calc((0 / 1920) * 100%);
	width: calc((421 / 1920)* 100%);
	animation: fadeInLeft 1.5s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.kv_pp2 {
	top: calc((0 / 1920) * 100%);
	left: calc((1532 / 1920) * 100%);
	width: calc((388 / 1920)* 100%);
	animation: fadeInRight 1.5s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.MySwipeKV {
	top: calc((1531 / 1920) * 100%);
	left: calc((504 / 1920) * 100%);
	width: calc((555 / 1920)* 100%);
}

.MySwipeKV .swiperKV-container {
	overflow: hidden;
}

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

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

	.MySwipeKV {
		top: calc((1655 / 1920) * 100%);
		left: calc((405 / 1920) * 100%);
		width: calc((1380 / 1920)* 100%);
	}
}


/*-- 版身動畫--*/
#canvas {
	display: inline-block;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: fixed;
	bottom: 0px;
	right: 0px;
	transition: background-color 1s, opacity 1s, visibility 1s;
	opacity: 0;
	visibility: hidden;
	min-width: 1200px;
	pointer-events: none;
	z-index: -1;
}

#canvas.show {
	opacity: 1;
	visibility: visible;
}

.bg_deco_left {
	position: absolute;
	top: 0px;
	left: -360px;
	animation: scroll2 15s -1s linear infinite;
	width: 310px;
	height: 1915px;
	background: url("../images/deco_scroll_l.png") center repeat-y;
}

.bg_deco_right {
	position: absolute;
	top: 0px;
	right: -360px;
	animation: scroll1 15s -6s linear infinite;
	width: 310px;
	height: 1915px;
	background: url("../images/deco_scroll_r.png") center repeat-y;
}

@-webkit-keyframes scroll1 {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -1915px;
	}
}

@-webkit-keyframes scroll2 {
	0% {
		background-position: 0 -1915px;
	}

	100% {
		background-position: 0 0px;
	}
}

@media screen and (max-width: 991px) {
	#canvas {
		display: none;
	}
}



/* 區塊 */
.blk {
	max-width: 1200px;
	background: #ccc4bb60;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	margin: 145px 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 rgba(95, 70, 35, 0.2);

	/* 外陰影 */
	border: 1.5px solid #f5eee68a;
}

.blk:nth-last-child(1) {
	margin: 145px auto 70px;
}

.block_0 {
	background: #d0c6bc;
	padding: 1px 0 0;
	margin: 0 auto 170px;
	transform-style: preserve-3d;
}

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

@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 4vw;
		padding: 2vw 0 4vw;

	}

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


/*文字標題*/

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

big {
	color: #c67472;
}

.bttp {
	background: url("../images/bttp_bg.png")top center no-repeat;
	width: 100%;
	height: 162px;
	margin: -105px auto 30px;
	align-items: center;
}

.bttp h2 {
	color: #c67472;
	font-size: 3.4rem;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 40px 0 0;
}

.bttp h2 p {
	color: #1d1d1b;
	font-weight: 500;
	letter-spacing: 2px;
}

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

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

.block_0 .btt {
	margin: 20px auto;
}

.stt {
	margin: 10px auto;
}

.stt h4 {
	font-size: 1.8rem;
	color: #1d1d1b;
	font-weight: 700;
	line-height: 2;
}

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

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

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


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

	.bttp h2 {
		color: #c67472;
		font-size: 2.2rem;
		letter-spacing: 1px;
		padding: 6vw 0 0;
	}

	.bttp h2 p {
		font-size: 1rem;
		letter-spacing: 0px;
		margin: 1vw 0 0;
	}

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

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

	.block_1 .btt h2 {
		font-size: 1.9rem;
		padding: 4.5vw 0 0;
	}

	.block_0 .btt {
		margin: 2vw auto 3vw;
	}

	.stt {
		margin: 3vw auto;
	}

	.stt h4 {
		font-size: 1.5rem;
	}

	.stt h4 p {
		line-height: 1.6;
		padding: 0 2.5vw;
	}

	.stt h4 p br {
		display: none;
	}

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

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


/*攻略*/
.link {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.link_a li {
	width: fit-content;
	margin: 5px;
}

.link_b li {
	width: fit-content;
	margin: 5px 6.5px;
}

.link_a,
.link_b {
	display: flex;
	flex-wrap: wrap;
}

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

	.link li {
		width: 100%;
		margin: 0 auto;
	}

	.link_a {
		display: flex;
		flex-wrap: wrap;
	}

	.link_b {
		display: flex;
		flex-wrap: nowrap;
	}

	.link_a img {
		width: 99%;
		margin: .5vw;
	}

	.link_b img {
		width: 97%;
		margin: .5vw;
	}
}


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

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

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

.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
	background: #c67472;
}

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

.alternate .font h4 {
	color: #c67472;
}

.ribbon {
	background: #c67472;
}

.ribbon:after {
	border-left: 25px solid #c67472;
	border-right: 25px solid #c67472;
}

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

.zasshi3 ul li h4 {
	color: #c67472;
	font-weight: 700;
}

.dis-for-zasshi3,
.zasshi3-buy,
.zasshi3 ul li .font p {
	background: #1d1d1b;
}

.dis-for-zasshi3 big {
	color: #efeae0;
}

.keywordC .round_5p .font {
	background: #c67472;
}

.keywordC .font p {
	font-size: 1rem;
}

.keywordC .round_5p img {
	border: 3px solid #c67472;
	background: #fff;
}

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

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

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

	.keywordC {
		padding-bottom: 0;
	}

	.keywordC .round_5p li {
		margin: 0 0 4vw;
	}

	.keywordC .round_5p .font {
		width: 80%;
		padding: 2vw 5vw;
		top: 90%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}


/* 影片公版 */
.embed_video {
	width: 1200px;
	margin: 20px auto;
	text-align: center;
}

.yt_video {
	width: 1120px;
	height: 550px;
	border-radius: 20px;
	text-align: center;
}

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

	.yt_video {
		width: 92vw;
		height: 50vw;
		border-radius: 10px;
	}
}


/* 一圖搭五品 */
.crosswise-tallBN {
	display: flex;
	flex-direction: row;
	padding: 20px;
	justify-content: center;
	align-items: stretch;
	width: 1160px;
	margin: 20px auto 0;
}

.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;
	object-fit: cover;
	padding: 0px
}

.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 {
		padding: 2vw;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 3vw auto;
		flex-direction: column;
	}

	.crosswise-tallBN .left-tallBN li img {
		width: 93vw;
		height: auto;
		object-fit: cover;
		padding: 0px
	}

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


/*broadwise 挖空*/
.broadwise {
	width: 1140px;
	margin: 20px auto;
}

.broadwise.sp6p {
	background: url("../images/sp6p_bg.png")top center no-repeat;
}

.broadwise ul {
	justify-content: space-between;
}

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

	.broadwise.sp6p {
		background: none;
	}

	.broadwise ul {
		justify-content: center;
	}

	.broadwise li {
		width: 59vw;
	}

	ul.broadwise_sp li {
		width: 96vw;
		padding: 3vw;
		margin: .5vw 1vw;
	}

	ul.broadwise_sp li img {
		width: 40vw;
		height: 40vw;
		object-fit: contain;
	}

	ul.broadwise_sp li .font {
		margin: auto;
		padding: 1.2vw 1.2vw 1.2vw 3vw;
	}
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: #b6b0a5;
		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: #fff;
		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: #1d1d1b !important;
		background: #fff;
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #1d1d1b !important;
		background: #fff;
		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: #1d1d1b;
		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: #fff;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		font-weight: 700;
	}

	.menustyle2 a br {
		display: none;
	}

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

	.menustyle2 ul .active {
		color: #1d1d1b !important;
		background: #fff;
		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: -120px;
	display: block;
	height: 0;
	overflow: hidden;
}

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


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