a{
	text-decoration: none;
	color: #000;
}
h1, h2, h3, h4, h5{
	margin: 1.5rem 0 0.75rem;
}
h1{
	font-size: xx-large;
	font-weight: bold;
}
h2{
	font-size: x-large;
	font-weight: bold;
}
h3{
	font-size: large;
	font-weight: bold;
}
h4{
	font-size: medium;
	font-weight: bold;
}
h5{
	font-size: small;
	font-weight: bold;
}
p{
	font-size: medium;
	font-weight: bold;
}
img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section{
	padding: 2rem 0 3rem;
}
body{
	font-family: Microsoft JhengHei;
	background-color: #B90B09;
	background: url(../images/bg.jpg);
	box-sizing: content-box;
}
.desktop{
	display: block;
}
.mobile{
	display: none;
}
.section_title{
	max-width: max-content;
	padding: 5% 20% 5%;
	box-sizing: border-box;
}
.shadowFx{
	box-shadow: 10px 10px 1px 0 rgba(0, 0, 0, 0.15);
}
.boxFx {
	filter: contrast(98%);
	transition: all 0.3s;
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid #effd32;
}
.boxFx:hover {
	filter: contrast(110%);
	transition: all 0.1s;
}
.Box_bg{
	background-size: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
}
.first{
	margin-top: -30%;
}
.first .title{
	color: #fff;
	font-weight: bolder;
	font-size: 1.6rem;
	background-image: url(../images/first_title_bg.jpg);
	background-size: cover;
	width: 100%;
	padding: 1.3rem 0;
	text-align: center;
}
.first p{
	margin: 1.6rem 0 1.3rem;
	line-height: 2.3rem;
	text-align: center;
	font-weight: bolder;
	font-size: 1.7rem;
}
.first .hl{
	font-weight: bolder;
	font-size: 1.8rem;
	color: #ca8551;
}
.first span{
	color: #fc3f5a;
	font-weight: bolder;
}
.first .grid-container{
	grid-template-columns: 1fr 1fr;
}

/* 第二个子元素的样式 */
.first .grid-container .grid-item:nth-child(2),
.first .grid-item:nth-child(3) {
	grid-column: span 1; /* 让第二个和第三个子元素各占一列 */
}
.third .flexBox{
	padding: 0;
}
.third a{
	width: 100%;
}
.fifth .flexBox{
	padding: 0;
}
.fifth a{
	width: 100%;
}
.fifth .productImg{
	object-fit: contain;
	margin:  0 2%;
	box-sizing: border-box;
}
.fifth .pic{
	max-width: 100%;
}
.fifth .grid-x3-one{
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 20%);
	margin-top: 1rem;
}
.sixth .productImg{
	object-fit: contain;
	margin:  0 2%;
	box-sizing: border-box;
}
.sixth .grid-container{
	grid-template-columns: 1fr 1fr;
}
.sixth .grid-item {
	display: grid;
	position: relative;
}
.sixth .grid-item > div{
	display: block;
	position: absolute;
	place-self: center;
	top: 50%;
	right: 6%;
}
.seventh .content{
	align-items: normal;
	padding-top: 1.5rem;
	box-sizing: border-box;
}
.seventh .grid-item{
	background-color: #fff;
}
.seventh .brandTitleTag{
    color: #d54f62;
    display: inline-block;
    font-size: large;
    line-height: 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d54f62;
    border-image: initial;
    padding: 0.1vw 0.5vw;
	width: fit-content;
	margin: auto;
}
.seventh .brandTitleTag.none{
	line-height: 1.5rem;
	visibility: hidden;
}
.seventh .brandTitle{
	font-weight: bolder;
	text-transform: uppercase;
    font-size: x-large;
    color: #333;
    margin: 1rem 0 0.8rem;
}
.seventh .brandTitle02{
	color: #5d656c;
	letter-spacing: 0.05vw;
}
.seventh .pic{
	border-top: 1px solid #9b9b9b;
	margin-top: 1vw;
}
.seventh .actionBtn{
	text-decoration: none;
	filter: none;
}
.seventh .actionBtn:hover{
    transform: scale(1);
}
.eighth .grid-item{
	background-color: #f0f0f0;
	padding-bottom: 2rem;
}
.eighth h2{
	font-size: 1.3rem;
	color: #d54f62;
}
.eighth p{
	line-height: 1.5rem;
	margin: auto 0 1rem;
	color: #666;
}
.second, .fourth, .sixth, .eighth{
	background: url(../images/bgCover.jpg);
}

/*******************follow us*******************/
.fu_wrap {
	width:100%;
	height:auto;
	position:relative;
  }
  .fu {
	width:100%;
	max-width:1280px;
	margin: 0 auto;
	padding: 2vw 0px;
	box-sizing: border-box;
  }
  .fu_title {
	width:88%;
	max-width:750px;
	height:auto;
	margin:0px auto 1.25vw auto;
  }
  .fu_flexG4_container {
	border-radius: 50px;
	margin:2vw auto 0;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content:space-around;
	transition:  0.2s;
	padding:3vw 2vw;
	box-sizing: border-box;
	background-color: #f9f9f9;
	position:relative;
  }
  .fu_flexG4_container::after {
	content: '';
	width: 18vw;
	height: 3vw;
	background-image: url(../images/social_title.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
	top: -1.2vw;
	left: 50%;
	z-index: 1;
	margin-left: -9vw;
  }
  .fu_flexG4_container a, .fu_flexG4_container img {
	width:100%;
	height:auto;
	display:block;
  }
  a.fu_flexG4_item {
	flex-basis:22%;
	text-align: center;
	background-color: #fff;
  }
  .fu_item_info {
	width:80%;
	margin:2vw auto;
	color:#5d656c;
  }
  .fu_item_icon img {
	width:32%;
	margin:0 auto;
  }
  .fu_item_name {
	font-size: 1.2vw;
	padding: 0.5% 1.5%;
	margin: 5% 0;
	font-weight: 600;
  }
  .fu_item_account {
	font-size: 0.8vw;
	line-height: 1.5em;
	margin-bottom: 10%;
  }
  .fu_item_cta {
	font-size: 1vw;
	line-height: 3vw;
	border-top:1px solid #ccc;
	transition: 0.2s;
  }
  .fu_item_cta:hover {
	color: #d64930;
  }


.eventContainer{
	max-width: 1280px;
	margin: 0 auto;
	padding: 1.5rem 0;
	align-content: center;
}
.flex-container{
	flex-direction: row;
	justify-content: center;
	display: flex;
	flex-flow: row;
}
.flexRow{
	display: flex;
	flex-wrap: wrap;
	flex-flow: row;
	justify-content: center;
}
.flexBox{
	width: 300px; 
	padding-bottom: 20px;
	margin: 0.75rem;
	box-sizing: border-box;
	overflow: hidden;
}
.grid-container{
	display: grid;
	gap: 1.5rem; /* 設定格子之間的間距 */
	align-items: stretch; /* 讓列高度相等，並以最高者為基準 */
}
.grid-item {
	overflow: hidden;
	text-align: center;
}
.grid-x3-one{
	grid-template-columns: repeat(3, 1fr); /* 初始為三欄 */
}
.grid-x4-one{
	grid-template-columns: repeat(4, 1fr); /* 初始為四欄 */
}
.grid-x6-two{
	margin: 0;
	display: grid;
	grid-template-areas: 
	'gx6two-01 gx6two-02 gx6two-04 gx6two-06'
	'gx6two-01 gx6two-03 gx6two-05 gx6two-06';
}
.gx6two-01{
	grid-area: gx6two-01;
}
.gx6two-02{
	grid-area: gx6two-02;
}
.gx6two-03{
	grid-area: gx6two-03;
}
.gx6two-04{
	grid-area: gx6two-04;
}
.gx6two-05{
	grid-area: gx6two-05;
}
.gx6two-06{
	grid-area: gx6two-06;
}
.grid-x24{
	grid-template-columns: repeat(4, 1fr); /* 初始為四欄 */
}
.content{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;	
	align-items: center;
}
.actionBtn{
	text-decoration: none;
	filter: none;
	transform: scale(1);
	transition: all 0.3s;
}
.actionBtn:hover{
	filter: contrast(120%);
    transform: scale(1.05);
	transition: all 0.1s;
}
.shopNow{
	font-size: large;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-top: auto;	*/
}
.shopNow_b{
	width: 100%;
	font-size: large;
	padding: 1.2rem 0;
	color: #fff;
	background: #000;
	margin: auto auto 0;
}
.learnMore_b{
	width: fit-content;
	font-size: large;
	padding: 0.75rem 1rem;
	color: #fff;
	background: #000;
}
.learnMore_b::after{    
	margin-left: 0.75rem;
	display: inline-block;
    font: 15px FontAwesome;
	content: "\f0da";
}
.shopMore{
	display: block;
	width:fit-content;
	font-size: x-large;
	border-radius: 50px;
	border: #edd2ae solid 2px;
	padding: 0.75rem 1.5rem;
	color: #edd2ae;
	background: rgba(0, 0, 0, 0.8);
	margin: auto auto 0.5rem;
}
.event-info{
	font-weight: bold;
	margin-top: 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.eventBanner{
	padding: 0.75rem 0rem;
	margin: 0 auto;
}
.boxShadow{
	box-shadow:0.75rem 0.75rem 0px rgba(0, 0, 0, 0.1);	
}

/* response */

@media (max-width: 1320px) {
	.eventContainer{
		width: 95%;
	}
	.boxFx {
		border-radius: 5vw;
	}
	.flexRow{
		width: 100%;
	}
	.flexBox{
		width: 100%; 
		padding-bottom: 20px;
		margin: 0.5vw;
		box-sizing: border-box;
	}
	.shopNow{
		width: 60%;
	}
	.eventBanner{
		padding: 0.5vw 0;
	}
	.grid-container{
		gap: 1vw;
	}
	.grid-x6-two{
		margin: 0.5vw;
	}
}

@media (max-width: 1024px) {
	.first .title{
		font-size: 2.6vw;
	}
	.first p{
		font-size: 2.4vw;
		margin: 1.5vw 0 1.2vw;
		line-height: 3.2vw;
	}
}
@media (max-width: 768px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.grid-x24{
		grid-template-columns: repeat(2, 1fr); /* 螢幕小於max-width時，變為兩欄 */
	}
	.grid-x6-two{
		grid-template-areas: 
		'gx6two-01 gx6two-02'
		'gx6two-01 gx6two-03'
		'gx6two-04 gx6two-06'
		'gx6two-05 gx6two-06';
	}
	section.third{
		padding-bottom: 5rem;
	}
	.first{
		margin-top: -10%;
	}
	.first .title{
		font-size: 1.6rem;
	}
	.first p {
        font-size: 1.5rem;
        margin: 1rem 0 1rem;
        line-height: 2rem;
    }
	.eventBanner{
		width: 98%;
		box-sizing: border-box;
	}
	.section_title{
		max-width: 100%;
		padding: 3% 15%;
		box-sizing: border-box;
	}
	.eventContainer{
		margin: 0 2%;
	}
	.flex-container{
		flex-wrap: wrap;
	}
	.flexRow{
		width: 90%;
	}
	.flexBox{
		width: 50%;
	}
	.grid-x4-one{
		grid-template-columns: repeat(2, 1fr); /* 螢幕小於max-width時，變為兩欄 */
	}
	.grid-x24{
		grid-template-columns: repeat(2, 1fr); /* 螢幕小於max-width時，變為兩欄 */
	}
	.grid-container{
		width: 90%;
		margin: auto;
	}
	.first .grid-container{
		grid-template-columns: 1fr;
	}

	.third h1{
		transform: scale(0.8);
	}
}

@media(max-width: 580px){
	section{
		padding: 2rem 0 2rem;
	}
	section.third{
		padding-bottom: 2rem;
	}
	.section_title{
		padding: 3% 2%;
	}
	.grid-container {
        gap: 4vw;
    }
	.grid-x3-one{
		grid-template-columns: repeat(1, 1fr); /* 螢幕小於max-width時，變為一欄 */
	}
	.flexRow{
		flex-wrap: wrap; /* 變一欄 */
		margin: 0;
	}
	.flexBox{
		padding-bottom: 1rem;
		margin: 0 0 4vw;
		min-width: 100%;
	}
	.grid-x3{
		gap: 1.5rem 0;
		display: grid;
		grid-template-areas: 
		'gx3-01'
		'gx3-02'
		'gx3-03';
	}
	.gx3-01{
		grid-area: gx3-01;
	}
	.gx3-02{
		grid-area: gx3-02;
	}
	.gx3-03{
		grid-area: gx3-03;
	}
	.grid-x4-one{
		grid-template-columns: repeat(1, 1fr); /* 螢幕小於max-width時，變為一欄 */
	}
	.grid-x6-two{
		grid-template-areas: 
		'gx6two-01'
		'gx6two-02'
		'gx6two-03'
		'gx6two-04'
		'gx6two-05'
		'gx6two-06';
	}
	.grid-x24 {
        grid-template-columns: repeat(1, 1fr);
    }
	.first .grid-container{
		margin: 0;
		width: 100%;
	}
	.eventBanner{
		width: 90%;
	}
	.seventh .content{
		padding-top: 5vw;
	}
	.seventh .brandTitleTag{
		font-size: 5vw;
		line-height: 1.5rem;
		padding: 1.6vw 2vw;
	}
	.seventh .brandTitle{
		font-size: 8vw;
		font-weight: bolder;
		letter-spacing: 0.3vw;
		margin: 3vw 0;
	}
	.seventh .brandTitle02{
		font-size: 5vw;
		margin: 0 0 3vw 0;
		letter-spacing: 0.05vw;
	}
	.shopNow_b{
		font-size: 5.5vw;
		letter-spacing: 0.1vw;
	}


	/*******************follow us*******************/
	.fu_title {
		width:96%;
		margin:3vw auto;
	}
	.fu_flexG4_container {
		flex-wrap:wrap;
		justify-content:space-around;
		margin:8vw auto 0;
		padding:2vw;
	}
	.fu_flexG4_container::after {
		width: 42vw;
		height: 7vw;
		top: -5vw;
		margin-left: -21vw;
	}
	a.fu_flexG4_item {
		border-radius: 50px;
		margin:1vw 0; /*宮格與下方版位間距-可調整*/
		flex-basis: 48%;
	}
	.fu_item_name {
		font-size: 3vw;
		padding: 0.5% 1.5%;
		margin: 5% 0;
		font-weight: 600;
	}
	.fu_item_account {
		font-size: 2vw;
		line-height: 1.5em;
		margin-bottom: 10%;
	}
	.fu_item_cta {
		font-size: 2vw;
		line-height: 6vw;
		border-top:1px solid #ccc;
	}
}
