@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/side-deco-1.png") top -120px center repeat fixed,
	url("../images/bg_YC.jpg") top center repeat;
}


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

/* ------------------ 區塊調整 ------------------ */
.block_00 .titleC.btt {margin:40px 0 0 0;}

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; 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; }
	/* --- 區塊調整 ---- */
	.block_00 .titleC.btt{margin:0 auto 0;}
}



/* ------------------ color ------------------ */
.alternate ul:nth-child(odd) li:first-child, .hightlight .font h4 {background: url("../images/bg_G.jpg");}
.alternate ul:nth-child(even) li:last-child, .collect_5x6 .s-row h4 {background: url("../images/bg_O.jpg");}
.half ul {background: #fff; border-radius: 30px;}




/* ------------------ 架構標 ------------------ */
@font-face {    font-family: barrel;    src: url("https://events.eslite.com/font/barrel.ttf");}

.titleC {background: url("../images/btt.png")top center no-repeat;}
.titleC.btt {padding: 25px 0 40px 0; margin: 0 auto;}
.titleC.stt {padding:0 0 0 0; margin: 0 auto; background: none; animation: flipInX 3s;}
.titleC h2 {font-family: barrel; font-size: 4rem; color: #fff; }
.titleC h3, .half ul h3 {font-family: barrel; font-size: 3rem; color: #49bcc3;}
.titleC h3::before, .titleC h3::after {
    content: '';
    width: 343px;
    height: 28px;
    background: url("../images/stt.png")top center no-repeat;
    display: inline-flex;
    justify-content: center;
    margin: 0 20px 0 20px;
}

	@media screen and ( max-width: 991px ){
		.titleC.btt {width:100%; padding: 17vw 0 10vw 0; background: url("../images/btt-m.png")top center no-repeat;}
		.titleC h2 { font-size: 3rem; padding: 5vw 0 0 0; margin: 0 0 -5vw 0; }
		.titleC h3 {font-size: 2.5rem;}
	}



/* ------------------ BG ------------------ */
.block_00 {padding:0px 0 0px 0; }
.block_2{ padding:40px 0 40px 0; margin:0px auto 0px;background: url("../images/side-deco-1.png")center repeat fixed,url("../images/bg_CB.jpg");}
.block_4{ padding:40px 0 40px 0; margin:0px auto 0px;background: url("../images/side-deco-1.png")center repeat fixed,url("../images/bg_CP.jpg");}
.block_6{ padding:40px 0 40px 0; margin:0px auto 0px;background: url("../images/side-deco-1.png")center repeat fixed,url("../images/bg_CG.jpg");}
.block_1 { padding: 40px 0 40px 0; margin:0px auto 0; background: url("../images/side-deco-2.png")center repeat fixed,url("../images/bg_PINK.jpg");}
.block_3, .block_5 { padding: 40px 0 40px 0; margin:0px auto 0; background: url("../images/side-deco-2.png")center repeat fixed,url("../images/bg_YC.jpg");}
	@media screen and ( max-width: 991px ){
		.block_00 {padding:0 0 0 0;}
		.block_1 , .block_3, .block_5 {padding:0 0 0 0; margin:0 auto 0; background: url("../images/bg_PINK.jpg");}
	}


/* ------------------ 版頭動畫 ------------------ */
.T1{ position:absolute; top: 106px; right: 600px; animation: zoomInDown 3s ease-in-out;}
.T2{ position:absolute; top: 333px; right: 525px; animation: zoomInDown 3s ease-in-out; animation-delay: 0.4s;}
.T3{ position:absolute; top: 465px; right: 470px; animation-delay: 0.8s; animation: bounceIn 3s ease-in-out;animation-delay: 1.2s;}
.sale{ position:absolute; top: 550px; right: 565px; animation: pulse ease-in-out 1s infinite alternate;}





/* ------------------ promotion三塊 ------------------ */
.block_00 ul {
    width: 1200px;
    margin: 10px auto 20px;
    display: flex;
    justify-content: space-around;
}
.a1 {animation: bounceInUp;
    animation-delay: 0s;}
.a2 {animation: bounceInUp;
    animation-delay: .5s;}
.a3 {animation: bounceInUp;
    animation-delay: 1s;}


	@media screen and ( max-width: 991px ){
		.block_00 ul { width:100%;display: flex; flex-wrap: wrap; margin: 0 auto -2vw;}
		.block_00 .kv_m a {margin: 0 10px; padding: 5px 0;}	
        .block_00 img.for_pc {display: none;}
		.block_00 img.for_m {display: block; width:100%;}
	}




/* 長高5排品 */
.bg_1200 { width: 1200px; margin: 0 auto; padding: 40px 0 0 0;}
.sbg-A{background: url("../images/sp5-1.png")top -15px center no-repeat;}
.sbg-B{background: url("../images/sp5-4.png")top -15px center no-repeat;}
.sbg-C{background: url("../images/sp5-2.png")top -15px center no-repeat;}
.sbg-D{background: url("../images/sp5-6.png")top -15px center no-repeat;}
.sbg-E{background: url("../images/sp5-3.png")top -15px center no-repeat;}

.hightlight_5p img{object-fit: contain;}
.hightlight_5p {
    width: 1200px;
    margin: 0 auto 20px; 
    padding:0 0px 20px; 
    position: relative; 
    /* background: 
    url("../images/sp5-1.png")top -50px center no-repeat; */
	/* border: 3px solid #926a3a; border-radius: 20px; */
}

.hightlight_5p li { width: 210px; background: #fff; margin: 6px; padding: 0;}
.hightlight_5p img{object-fit: contain;}
.hightlight_5p ul li{ height: 340px; margin-top: 150px;}
.hightlight_5p .font h4 {
  padding: 6px 10px;
  margin: 0 0 5px;
  color: #fff;
  background: url("../images/bg_O.jpg");
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hightlight_5p ul li:first-child{width: 280px;height: 450px;margin-top: 40px;}
.hightlight_5p ul li:first-child p{padding: 8px 15px 0;}
.hightlight_5p ul li:first-child img{width:280px; height: 280px; margin: 0 auto;}
.hightlight_5p .titleD{ position: absolute; top: 60px; left: 440px; font-family: barrel;}
.subtitle h3 {
 padding: 0 0 0 15px;
  text-align: left;
  display: inline-block;
}
.hightlight_5p .titleD h2{font-size: 3rem; margin: -10px auto 0; color: #275280;}
.hightlight_5p .titleD .more{font-size: 1.2rem; padding: 10px; position: relative; transition-duration: 0.3s;}
.hightlight_5p .titleD .more a{ color: #926a3a;}
.hightlight_5p .titleD .more:hover{ transform: scale(0.98);}

@media screen and ( max-width: 991px ){
	.bg_1200 {width:100%; padding:0 0 0 0; margin: 0 0 0 0;}
	.sbg-A,.sbg-B,.sbg-C,.sbg-D,.sbg-E {background: none;}
	.hightlight_5p .titleD h2 {margin:5vw auto 0vw;}
	.hightlight_5p .titleD h2::before, .hightlight_5p .titleD h2::after {
		content: '';
		width: 343px;
		height: 28px;
		background: url("../images/stt.png")top center no-repeat;
		display: inline-flex;
		justify-content: center;
		margin: 0 20px 0 20px;
	}
	.hightlight_5p{ width: 98vw; margin: 0 auto 3vw; padding: 2vw 0; background: #fff; 
		/* border: 2px solid #926a3a;  */
		border-radius: 10px;}
	.hightlight_5p img{width: 46vw; height: 46vw;}
	.hightlight_5p ul {flex-wrap: wrap;}
	.hightlight_5p ul li{ width: 46vw; height: auto; padding: 0; margin: 1vw;}
  	.hightlight_5p ul li:first-child {width: 94vw; height: auto; padding: 3vw; margin: 35vw auto 1vw;}
	.hightlight_5p ul li:first-child a {flex-wrap: nowrap; display: flex;}
	.hightlight_5p ul li:first-child p{padding:3%;}
	.hightlight_5p ul li:first-child img{width:46vw; height: 46vw;}
	.hightlight_5p .titleD{ position: absolute; top: 0px; left: 0px; width: 100%; margin-top:2vw; border: none; padding: 0;  }
	.hightlight_5p .titleD .more{ font-size: 1.2rem; padding: 10px; position: absolute; top: 0px; right:2vw;transition-duration:0.3s;}
}

/* ------------------ 館別連結 ------------------ */
.btn ul{ display: flex; justify-content: center;flex-wrap: wrap; margin-bottom: 40px;}
.btn ul li {
    width: 721px;
    /* height: 100px; */
    background: url("../images/btn.png")top center no-repeat;
    margin: -30px auto -90px;
    text-align: center;
    padding: 130px 0px 120px 120px;
}
.btn ul li a {text-align: center; color: #fff; line-height: 100px; font-size: 48px; font-family: barrel; display: flex; align-items: center; justify-content: center; }
.btn .arrow{ margin-left: 0.5rem; margin-top: 0.8rem;  width: 5rem; -webkit-animation: arrowMove 1s ease infinite; animation: arrowMove 1s ease infinite;}
@keyframes arrowMove{
0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
30% {
    -webkit-transform: translate3d(1.33333vw,0,0);
    transform: translate3d(1.33333vw,0,0);
}
60% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}

@media screen and ( max-width: 991px ){
	.btn ul { margin: 2vw auto;}
	.btn ul li { width: 100%; margin: 0vw auto 0; padding: 7vw 0vw 2vw 10vw; background: url("../images/btn-m.png")top center no-repeat; background-size: 96vw;}
	.btn ul li a { padding: 2vw; font-size: 2.2rem; line-height: 1.8; }
	.btn .arrow{ margin-left: 0.3rem; margin-top: 0.3rem;  width: 4rem; }
}




/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 141px;
	height: 351px;
	top:10%;
	right:1%;
	padding:10px;
	border-radius:2px;
	/* border: 1px solid #fff; */
	box-sizing: border-box;
	/*box-shadow: 0 10px rgba(255, 255, 255, 0.8);*/
	background: url("../images/menu-bg.png")top center no-repeat;
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#3752a3;
	opacity:0.95; 
	color: #ffffff;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 2px 2px 0;
	padding:18px 8px 10px 8px;
	font-weight:500;
}
#side-menu-switch2{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#side-menu-switch2:checked + .side-menu{
	transform: translateX(0);
}
.side-menu2 nav a{
	font-family: barrel;
	display: block;
	padding: 10px 4px;
	color: #000;
	text-decoration: none;
	position: relative;
	font-size:16px;	
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#df6616; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left; border-bottom:1px dotted #ffffff;}
.side-menu2 nav ul.area1 li:nth-child(even){ border-right:1px dotted #ffffff;}
.side-menu2 nav ul.area2 li{ border-bottom:1px dotted #fff;}
.side-menu2 nav ul.area1 li:nth-last-child(1), nav ul.area1 li:nth-last-child(2), nav ul.area2 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width: 640px ){
		.side-menu2 {display: none;}
	}



/*Plugin*/
.side-menu2 .nav {
	padding:60px 0 0 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
	font-family: barrel;
    color: #fff;
    background:url("../images/bg_O.jpg");
}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/*------------------------------ navbar ------------------------------ */

/*for mobile*/
menu{display:none;}
    @media screen and ( max-width: 428px ){
        menu{ display:block;}
        .deco_arrows{ width:1vw; }
    }
menu ul{
    position:relative;
    /*bottom:0;*/
    top: 0;
    left:0;
    margin:0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    background:url("../images/bg_B.jpg") top center repeat;
    z-index:1000;
    padding:2px 0;
    border-top:none;
    justify-content: center;
}


menu ul li:nth-child(even){
    background:url("../images/bg_BR.jpg");
}
menu ul li{
    border-right:1px solid #ffffff60;
    padding:10px 0;
    width:25%;
    box-sizing:border-box;
    text-align:center;
    letter-spacing:1px;
}

menu ul li:nth-child(5), menu ul li:nth-child(6), menu ul li:nth-child(7){ width:33.3%; border-top:1px solid #ffffff60;}

menu a{
    font-size:15px;
    color:#fff !important;
    text-decoration:none;
    font-family: barrel;
}

@media screen and ( max-width: 428px ) {
    .stickym{ padding-top:0px !important;}
}
  .stickym {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 78px;
    z-index: 1111;
}
















 /*--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: #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{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:20px;background-position:50% 30%;}
 #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;}          
 } 