@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.jpg") top center repeat;
}

body{
	font-family:'EB Garamond',  'Noto Serif TC' ,serif;
}
 	@media screen and ( max-width: 640px ){
		html{
			background-size: 30%;
		}
		
	}

li:hover{ transform: none; }
a{ display: inline-block;transition-duration: 0.3s; }
a:hover{transform: scale(0.98);}	

/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; max-width: 1920px; margin: auto;}
.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: 640px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; max-width: 100%; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	
}



:root {
    --main-color: #d84d00; /*重點色 橘*/
    --font-color: #494a0b; /*文字色 綠*/
	--small-font: #7a7a7a; /*小字 灰*/
	--border-color:#511f01; /*邊框色 咖*/
}

h2{ margin: 20px; color: #ffffff; font-weight: bold;background: url(../images/titlebg.png) top center no-repeat; animation: play 1.8s steps(3) infinite;}
big{ color:#ec7e04;}
@media screen and ( max-width: 640px ){
	h2{ margin: 2vw;  animation: none;background-size: 200%;}
}	
@keyframes play {
	from { background-position:  0px  0px; }
	  to { background-position: 0px -150px; }
 }




 
/* bg */
.bg01 { background:url("../images/bg01.jpg") top center repeat;}
.bg02 { background:url("../images/bg02.jpg") top center repeat; padding: 0 0 20px;}
.bg03 { background:url("../images/bg03.jpg") top center repeat;}
.bg04 { background:url("../images/bg04.jpg") top center repeat;}
	@media screen and ( max-width: 640px ){
		.bg01 {}
		.bg02 {padding: 0 0 2vw ;}
	}


.membership-gift{width: 1160px;margin: auto;text-align: center;padding: 20px;}
.membership-gift ul{display: flex;justify-content: center;}
.membership-gift li{width: 500px;border: solid 3px #000;background: #fff;margin: 10px;border-radius: 10px;padding: 20px; position: relative;}

.membership-gift h4{width: 150px;background:#000000;margin: 10px;border-radius: 0 0 60px 0;color: #fff;font-size: 2rem;padding: 14px 20px;margin: 0 0 10px;font-weight: bold;text-align: left; position: absolute; top: 0; left: 0;}

.membership-gift span{font-size: 1.6rem;line-height: 1.8rem;padding: 8px 20px;margin: auto ;font-weight: bold;text-align: center;display: block;color:#695537;}
.membership-gift span big{font-size: 500%;font-weight: 500;}
.membership-gift p{color: var(--small-font);}
.membership-gift img{width: 400px;border-radius: 10px;height: 200px;object-fit: cover;margin: 10px;}
.membership-gift .btn{width: 300px;padding: 10px;border-radius: 40px;background: #000000;color: #fff;margin: 10px auto;font-size: 1.6rem;transition-duration: 0.3s;}
.membership-gift a{color: #fff;display: block;}
.membership-gift .btn:hover{transform: scale(0.98);}

.ticket{background: url("../images/ticket.png") center center no-repeat;height: 227px;width: 400px;background-size: 100%;}
	@media screen and ( max-width: 640px ){
		.membership-gift{width: 100%;padding: 3vw 0;}
		.membership-gift ul{flex-wrap: wrap;}
		.membership-gift li{width: 90vw;;margin: 2vw auto;padding: 10vw 2.5vw 5vw;}
		.membership-gift h4{width: 36vw;margin: 2vw;font-size: 2rem;padding: 4vw 6vw;margin: 0 0 2vw; }
		.membership-gift img{width: 80vw;border-radius: 10px;height: 200px;object-fit: cover;margin: 10px;}
		.membership-gift .btn{width: 60vw;padding: 2vw; margin: 3vw auto;}
		.membership-gift a{color: #fff;display: block;}
		.membership-gift .btn:hover{transform: scale(0.98);}

		.ticket{height: auto;width: 80vw;background-size: 100%;}
		
	}


.brand-story{width: 1160px;margin: 20px auto;display: flex;padding: 20px;}
.brand-story img{width: 650px;margin: auto;}
.brand-story .font{width: 450px;margin: auto;padding: 16px;}
.brand-story .font span{font-size: 1.2rem ;line-height: 1.8rem;color: #fff;}
.brand-story .font img{width: 260px;display: block;margin: 10px 0;}
.brand-viedo{width: 1160px; margin: 10px auto 40px; display: flex;}
.brand-viedo iframe { width:1108px; height:400px; margin: auto;}
.btn{width: 300px;padding: 10px;border-radius: 40px;background: #d84d00;color: #fff;margin: 10px auto;font-size: 1.6rem;transition-duration: 0.3s;}
.btn a{color: #fff;display: block; text-align: center;}
.btn:hover{transform: scale(0.98);}
	@media screen and ( max-width: 640px ){
		.brand-story{width: 100%;margin: 3vw auto;padding: 3vw 0; flex-wrap: wrap;}
		.brand-story img{width: 90vw;}
		.brand-story .font{width: 90vw;margin: auto;padding: 0;}
		.brand-story .font span{font-size: 1.2rem ;line-height: 1.8rem;color: #fff;}
		.brand-story .font img{width: 60vw;display: block;margin: 10px 0;}
		

		.brand-viedo { width:90vw;padding:0; margin: 2vw auto;}
		.brand-viedo { display: block;padding: 0;}
		.brand-viedo iframe { width:100%; height:50vw;}


		.btn{width: 60vw;padding: 2vw;}
	}



.new-member{width: 1160px;margin: 20px auto;padding: 20px;}
.new-member h2{ font-weight: bold; color:#ffffff;}
.new-member h2 p{ display: inline;display: inline; padding: 3px 10px;border-radius: 20px;background: var(--main-color); color:#fff;float: right;}
.member-info {display: flex;justify-content: space-around;}
.member-info ul {width: 30%;}
.member-info li {margin: 8px;font-size: 1.4rem;text-align: center;color:#ffffff;}
.member-info li img {display: block;margin: auto;}
.member-info li h4 {font-size: 1.6rem;font-weight: bold; color:#d9ccbc;margin: 16px auto;}
.member-info big{color:#ffe451}
.new-member .btn{width: 300px;padding: 10px;border-radius: 40px;background: #000000;color: #fff;margin: 10px auto;font-size: 1.6rem;transition-duration: 0.3s;}
.new-member a{color: #fff;display: block;text-align: center;}
.new-member .btn:hover{transform: scale(0.98);}
@media screen and ( max-width: 640px ){
	.new-member{width: 100%;margin: 3vw auto;padding: 3vw 0;}
	.new-member h2{ }
	.member-info {}
	.member-info ul {width: 32%;}
	.member-info li {font-size: 1rem;}
	.member-info li img {width: 100%;}
	.member-info li h4 {margin: 3vw auto;}
	.new-member .btn{width: 70vw;padding: 2vw;margin: 2vw auto;}
	}



.notice{width: 1160px;margin: auto; padding: 20px;padding: 40px 50px;color:#2a2a2a;}
.notice h4{text-align: left; font-size: 1.6rem; font-weight: bold; margin: 20px auto;color:#000000;line-height: 2rem;}
.notice ol{ padding: 0 0 0 20px;margin: 10px auto 40px;}
.notice ol li {list-style-type: decimal;}
.notice li{  margin: 10px auto;font-size: 1.2rem; line-height: 1.6rem;}
.notice li:hover { transform: none;}
.notice span {margin: 0; font-size: 1.4rem; margin: 20px auto; display: block;}	
	@media screen and ( max-width: 640px ){
		.notice{width: 90vw;margin: 3vw auto; padding: 3vw 0;}
		.notice h4{}
		.notice ol{ padding: 0 0 0 4vw;margin: 2vw auto 4vw;}
		.notice li{  margin: 10px auto;}
		.notice span {margin: 0; font-size: 1.4rem; margin: 20px auto; }	
			}









/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;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 {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:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 640px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}