@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") top center fixed,
	url("../images/bg_LP.jpg") top center repeat;
	scroll-behavior: smooth;
	
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}



/* 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; /*height:  ; parallax*/}
.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; margin: 2vw auto;}
.for_pc{ display: block; }
.for_m { display: none; }

/* 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; }
	.for_m img {  width: 100%; }
	.quotes { width: 100%; margin: 2vw auto 10vw;}
}



/* ----------------------CUSTOMERIZATION---------------------- */


/*bg*/
.bg_1{ background: url("../images/bg_1.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_2{ background: url("../images/bg_2.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_3{ background: url("../images/bg_3.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 0px; padding-bottom: 0px;}


@media screen and ( max-width: 991px ){
	.bg_1{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_2{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_3{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_4{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_5{ background: none; padding-top: 0px; padding-bottom: 0px; }
}



/* 架構標 */
@font-face {
	font-family: UnboundedSans-2;
	src: url("../font/UnboundedSans-2.ttf");
  }
.titleC {font-family: UnboundedSans-2;}
.titleC h2 {
    color: #1851a8;
    font-size: 3.5em;
    line-height: 1.2;
	text-shadow: 
	1px 1px #fff,
	5px 5px #ffdce4;
}
@media screen and ( max-width: 991px ){
	.titleC h2{font-size: 2.5em; margin-bottom: 10vw;}
}

/*--主視覺動畫--*/
.T1{
	position: absolute;
	top: 229px;
    right: 521px;}

.date{
	position: absolute;
	top: 135px;
    right: 760px;}

.t01{
position: absolute;
	top: 25px;
    left: 990px;
}

.t02{
    position: absolute;
    top: 95px;
    left: 460px;
}

.t03{
    position: absolute;
	top: 200px;
    left: 1050px;
	z-index: 10;
}

.sale00{
	position: absolute;
    top: 480px;
    right: 600px;
}

.sale01{
	position: absolute;
    top: 480px;
    right: 600px;
}


.sale02{
	position: absolute;
    top: 580px;
    right: 600px;}

img.G1 {
	position: absolute;
	top: 37px;
    left: 641px;
    animation: swingA ease-in-out 1s infinite alternate;
    transform-origin: top right;
    animation-delay: 1s;
	z-index: 0;
}

@keyframes swingA {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(3deg); }
}


img.G2 {
	position: absolute;
	top: 110px;
    left: 760px;
	z-index: 1;
}

.P0 {
	position: absolute;
	top: 365px;
    right: 40px;
	z-index: 2;
  }
  

.P1 {
	position: absolute;
	top: 590px;
    right: 165px;
	animation-delay: .6s;
	animation-name: bounceInDown;
	z-index: 2;
  }
  
  .P2 {
	position: absolute;
	top: 365px;
    left: 644px;
	animation-delay: .8s;
	animation-name: bounceInDown;
	z-index: 1;
  }
  
  
  .P3 {
	position: absolute;
	top: 375px;
    left: 725px;
	animation-delay: 1s;
	z-index: 1;
	animation-name: bounceIn;
  }
  
  .P4 {
	position: absolute;
	top: 315px;
    left: 910px;
	animation-delay: 1.2s;
	z-index: 1;
	animation-name: bounceIn;
  }
  

/*全站活動專區*/
.bg_0{}
.bg_0 ul{
	width: 1200px;
	margin: 30px auto 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

	@media screen and ( max-width: 991px ){
		.bg_0{ background: none; padding:2vw 0 2vw 0;}
		.bg_0 ul{ /*width: 100%; margin: 0vw auto; */display: none;}
		.bg_0 ul li{/* margin-bottom: 3vw;*/display: none;}
		.bg_0 ul li img{ /*width: 90%; margin-left: 4vw;*/ display: none;}
	}


/* 元件調整 */
.quotes li:nth-child(odd){background: url("../images/bg_P.jpg");}
.quotes li:nth-child(even) {background: url("../images/bg_B.jpg");}
.hightlight_5p .font h4, .hightlight_all-odd .hightlight_5p_normal .font h4 {background: url("../images/bg_LP.jpg");}
.hightlight_all-even .hightlight_5p .font h4, .hightlight_all-even .hightlight_5p_normal .font h4{background: url("../images/bg_LB.jpg");}
.crosswise_3p .font h4 {
    text-align: left;
    margin: 5px 0;
    color: #a7212f;
	font-weight: 900;
}

/* 特製版3品 */
span.more {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -28px;
}

.rectangle_3p .font .price p {
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}

.rectangle_3p .font .price {
    margin: 15px 35px 5px 0;
    text-align: center;
}
.font .price.A1 {
    background:url("../images/bg_LP.jpg");
    padding: 0 0 0 0;
    color: #fff;
    border-radius: 20px 0 0;
}

span.more a {
    background: url("../images/bg_P.jpg");
    color: #fff;
    padding: 6px;
    border-radius: 20px;
    font-size: .3em;
}


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



	.rectangle_3p ul li:first-child {
		width: 94vw;
		padding: 3vw;
		margin: 1vw 3vw;
/*		display: flex;*/
	}
	.rectangle_3p ul li:first-child a {
		flex-wrap: nowrap;
	}
	.rectangle_3p ul li:first-child img{
        width: 87vw;
		height: auto;
        object-fit: cover;
	}
	.rectangle_3p ul li:first-child .font {
		padding: 1vw;
		display: inline-flex;
	}
	.rectangle_3p ul li:first-child .more {
		margin-top: -0.5vw;
		margin-left: 1vw;
	}

	.rectangle_3p span.font{margin-top: 2vw;}

	.rectangle_3p .font .price{padding:0 0 0 0; margin:0 0 0 0;}
	span.more {
		display: block;
		margin-top: 1vw;
	}}


/* 6圓排品 */
.round_5p{width: 1160px; margin:20px auto 40px; }
.round_5p ul{ display: flex; justify-content: space-around; flex-wrap: wrap;}
.round_5p li{ width: 180px; margin: 6px; padding: 0; position: relative;}
.round_5p a { display: flex; flex-wrap: wrap;}
.round_5p .font {  margin: 0 auto;padding: 10px 0px 10px;text-align: center;}
.round_5p .font h4 { }
.round_5p .font p {
    background: url("../images/bg_P.jpg");
    padding: 6px 10px;
    border-radius: 50px;
	color:#fff;
}
.round_5p img {width: 180px; height: 180px; object-fit: cover; margin: auto;border-radius: 180px; border: none;} 

@media screen and ( max-width: 991px ){
		.round_5p {width: 100%; margin: 5vw auto;}
		.round_5p li{ width: 44vw; margin: 0 auto 3vw; padding: 0;}
		.round_5p a { flex-wrap: wrap; }
		.round_5p .font { width: 100%; padding: 0;margin:2vw auto 0; text-align: center;}
		.round_5p .font h4 { width: 18vw; height: 18vw;  left: 0; padding: 4vw 1vw;font-size: 1.1rem;line-height: 1.3rem;}
		.round_5p .font p { font-weight: 600;}
		.round_5p img { height: 44vw; width: 44vw;margin:0;}	
		.round_5p li:nth-child(even) .font {  text-align: center;}
		.round_5p li:nth-child(even) img { order: 0;}
	}

.hightlight_all-even {width:1200px; margin: 0 auto; background: url("../images/bg_B.jpg"); padding:20px 0 20px 0; border-radius: 20px;}
.hightlight_all-odd, .hightlight_5p.hightlight_all-odd {width:1200px; margin: 0 auto; background:
	url("../images/bg_P.jpg"); padding:20px 0 20px 0; border-radius: 20px;}

	.hightlight_5p ul {
		background: url("../images/5p_title.png")top center no-repeat;
		margin: -95px auto 0;
		padding: 110px 0 0 0;
	}
@media screen and ( max-width: 991px ){
	.hightlight_all-even, .hightlight_all-odd, .hightlight_5p.hightlight_all-odd {width: 100%;}
	.hightlight_5p ul {background: url("../images/5p_title_m.png")top center no-repeat; margin: -15vw 0 0 0;
		padding: 34vw 0 0vw 0;}
}






/* 長高5排品 */
.hightlight_5p { width: 1200px; margin: 0 auto 20px; padding:0 0px 20px;  position: relative; background: url("../images/bg_title2.png") top center no-repeat, url("../images/bg_green.jpg");  border-radius: 20px; }
.hightlight_5p img{}
.hightlight_5p ul li{ height: 340px; margin-top: 150px;}
.hightlight_5p ul li h4{ background: #926a3a;}
.hightlight_5p ul li:first-child{width: 280px;height: 450px;margin-top: 40px; padding-top: 10px;}
.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 10px;}


@media screen and ( max-width: 991px ){
	.hightlight_5p{ width: 98vw; margin: 0 auto 3vw; padding: 2vw 0; background: url("../images/bg_green.jpg"); border-radius: 10px;}
	.hightlight_5p img{padding:1vw;}
	.hightlight_5p ul li{ height:auto; margin-top: 0;}
	.hightlight_5p ul li:first-child{width: 96vw;height: auto;margin-top: 0px; padding-top: 10px;}
	.hightlight_5p ul li:first-child p{padding:3%;}
	.hightlight_5p ul li:first-child img{width:45vw; height: 60vw; margin: 0 auto 10px;}
}


/* 正常5排品 */
.hightlight_5p_normal { width: 1160px; margin: 20px auto 40px;}
.hightlight_5p_normal  ul { display: flex; justify-content: center; flex-wrap: wrap;}
.hightlight_5p_normal li { width: 210px; background: #fff; margin: 6px; padding: 0;}
.hightlight_5p_normal img { display: block; width: 210px; height: 210px; object-fit: cover;}
.hightlight_5p_normal .font { display: block; text-align: center;}
.hightlight_5p_normal .font h4 { padding: 6px 10px; margin: 0 0 5px; color: #fff; background: #297dab; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hightlight_5p_normal .font p { margin: 0;}
.hightlight_5p_normal .font .price { margin: 10px 0 15px;}
@media screen and ( max-width: 991px ){
	.hightlight_5p_normal  { width: 100%; margin: 2vw auto;}
	.hightlight_5p_normal ul { flex-wrap: wrap;}
	.hightlight_5p_normal li { width: 46vw; padding: 0; margin: 1vw;}
	.hightlight_5p .font h4 {padding: 1vw;}
	.hightlight_5p_normal ul li:first-child { width: 94vw; padding: 3vw;margin: 1vw 3vw;}
	.hightlight_5p_normal ul li:first-child a { flex-wrap: nowrap; display: flex;}
	.hightlight_5p_normal  ul li:first-child .font { padding: 1vw 0vw 1vw 3vw; margin: auto;}
	.hightlight_5p_normal ul li:first-child .font h4 { background: none; color: var(--PV-eslite); white-space: break-spaces;}
	.hightlight_5p_normal img { width: 46vw; height: 46vw;}
	.hightlight_5p_normal .font { margin: 0 0 3vw 0;}
	.hightlight_5p_normal .font .price { margin: 1vw 0;}
}



/*館別連結*/
.btn { margin: -20px auto 30px;}
.btn ul{ display: flex; justify-content: center;flex-wrap: wrap; }
.btn ul li {
    width: 430px;
    height: 90px;
    background: url("../images/bg_B.jpg") top center repeat;
    text-align: center;
    border-radius: 80px;
    margin: 20px 5px 0;
}
.btn ul li a {
    text-align: center;
    color: #000;
    line-height: 80px;
    font-size: 42px;
    font-family: 'UnboundedSans-2';
    color: #fff;
    text-shadow: 2px 2px #1e3f83,4px 4px #18346e;
    letter-spacing: .1em;
}
span.GO {
    background: #203468;
    border-radius: 80%;
    color: #fff;
    text-shadow: none;
    font-size: 40px;
    letter-spacing: 0;
    padding: 5px;
}
@media screen and ( max-width: 991px ){
	.btn { margin: 2vw auto 2vw;}
	.btn ul li {
		width: 96vw;
		height: auto;
		margin: 2vw auto;
		padding: 1vw 0;
		border-radius: 20px;
	}
	span.GO {
		width: 100%;
		font-size: 1em;
	}
	.btn ul li a{font-size: 2em;}
}


/*--輪播1--*/
.swiper {
    width: 1300px;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0 auto;
}
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}
.swiper-slide { background-position: center; background-size: cover; width: 300px; height: 300px;margin-bottom: 90px;}
.swiper-slide img {display: block; width: 300px; height: 300px;border-radius: 20px;}
.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #000;font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	.swiper { width: 100%; padding-top: 3vw; padding-bottom:2vw;margin: 0 auto;}
    .swiper-slide { background-position: center; background-size: cover; width: 80vw; height:auto; margin-bottom: 25vw;}	
	.swiper-slide { background-position: center; background-size: cover; width: 50vw; height: 50vw;}
	.swiper-slide img { display: block; width: 50vw; height: 50vw;border-radius: 20px;}
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #000;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
}


/*6個banner輪播*/
.bg1-sw{ display: flex;flex-wrap: wrap;width: 1080px;margin: 0 auto;}
.bg1-sw .swiper{padding-top: 50px; padding-bottom: 10px;}
.bg_2 .bg1-sw ul , .bg_3 .bg1-sw ul  {display: flex; justify-content: space-between;}
.bg_2 .bg1-sw .swiper-slide, .bg_2 .bg1-sw .swiper-slide{height: 100px;}
.bg_2 .bg1-sw .swiper-slide img, .bg_2 .bg1-sw .swiper-slide img {display: block; width: 350px; height: auto;}
.swiper-slide.ad {background-position: center; background-size: cover; width: 300px; height: 300px;margin-bottom: 60px;}
.swiper-slide.ad li { width: 360px;}
.swiper-slide.ad img { display: block; border-radius: 20px;}

@media screen and ( max-width: 991px ){
	.bg_2 .bg1-sw ul , .bg_2 .bg1-sw ul {flex-direction: column;}	
	.block_1 .bg1-sw .swiper-slide, .bg_2 .bg1-sw .swiper-slide{height: auto;}	
	.bg1-sw .swiper{padding-top: 5vw; padding-bottom: 0vw;}	
	.bg1-sw{ display: flex;flex-wrap: wrap;width: 100%;margin: 0 auto;justify-content: center;}	
	.swiper {
		width: 100%;
		padding-top: 2vw;
		padding-bottom: 0;
		margin: 0 auto -10vw;
	}
	.swiper-slide.ad { background-position: center; background-size: cover; width: 50vw; height: 50vw;}
	.swiper-slide.ad li { margin: 1vw auto;}	
	.swiper-slide.ad img { display: block; width: 50vw; height: 50vw;border-radius: 20px;}
}

/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	overflow: hidden;	
	max-width:100%;
	height:80px;
	z-index:999;
	margin:0 auto;
	background:url("../images/bg_Y.jpg");
  }
  	@media screen and ( max-width: 991px ) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #navbar a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:12%;
	margin:0 2.5px;
	font-size:24px;
	color:#fff;
	border-right: 2px solid #ffffff;
	height:40px;
	margin-top: 20px;
	line-height:40px;
	letter-spacing: 1px;
	font-family: UnboundedSans-2;
	
  } 
  #navbar .row_01 a{ border-left: 2px solid #ffffff;}
  #navbar span{ color:#000000;}

  /*#navbar a:hover{ transform: scale(.95)}*/

  
  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 60px;
	
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}



/*for mobile*/
menu{display:none;}
@media screen and ( max-width: 991px ){
	menu{ display:block;}}
	menu ul{position:fixed;bottom:0;left:0;margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: #666;z-index:1000;border-top:none; font-family: SweiMarkerSansCJKtc-Bold;}
	menu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 2vw; width:25%;box-sizing:border-box;text-align:center;}
	menu ul li:nth-child(even){background: url("../images/bg_P.jpg");}
	menu ul li:nth-child(odd){background: url("../images/bg_B.jpg");}
	menu ul li a{font-size:1rem; font-weight: 600; }
	menu a{color:#fff!important;text-decoration:none;}



/*--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: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;}
	}