@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/fixedbg.jpg") top center repeat-y fixed;
	/*font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;*/
}

h2, h3{font-family: 'Kaisei Opti', 'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}

/*anime*/
.topbox img{position: absolute;}

.kv1{
    top: 283px;
    left: 394px;
    animation: flipInX 1s;
}
.kv2{
    top: 339px;
    left: 394px;
    animation: flipInX 1s;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}

/*---------top---------*/
.bbg1 img{width: 345px;}
.bbg1 {
    position: relative;
    width: 345px;
    top: 416px;
    left: 427px;
} 

.bbg1 .b1, .bbg1 .b2, .bbg1 .b3 , .bbg1 .b4, .bbg1 .b5{
    width: 345px;
    position: absolute;
    top:0;
    right: 0;
    animation-name:anime; 
    animation-duration: 10s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}

.bbg1 .b5{animation-delay: -2s;}   
.bbg1 .b4{animation-delay: -4s;}
.bbg1 .b3{animation-delay: -6s;}   
.bbg1 .b2{animation-delay: -8s;}

@keyframes anime{
0%{ opacity: 0;right: -80px;}
5%{  opacity: 1;right: 0;}
15%{  opacity: 1;right: 0;}
20%{  opacity: 0;right: 60px;}
66%{  opacity: 0;}
100%{  opacity: 0;}
}

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

.toptitle img{object-fit: contain;}

/*---*/
.circle img, .hightlight img, .hightlight_5p img, .circle_5p img { object-fit: contain;}
.alternate ul:nth-child(even){margin: -102px auto 25px;}
.recommend_2p, .triple, .various, .hightlight_5p, .toptitle, .brand, .broadwise, .crosswise_3p, .circle, .rectangle_3p, .hightlight, .photograph, .circle_5p, .round_3p, .quotes, .recommend, .alternate{margin-bottom: 0px;}
.quotes, .toptitle, .alternate{margin-top: 0;}
.banner {padding: 0;margin:0 auto;}

.bnbg {
    padding-bottom: 30px;
}

/*color*/
.half ul{background:#fff;}
.hightlight .font h4, .alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child, .hightlight_5p .font h4{background:url("../images/bgg.jpg") center repeat;}
.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:#fffea7;}

/*title*/
.titleC {
    border-radius: 25px;
    margin:0 auto;
}
.titleC h2 {
    width: 1200px;
    position: relative;
    padding: 30px 0;
    color: #fff;
    letter-spacing: 1px;
    background:url("../images/tbg.png") center no-repeat;
    font-size: 3rem;
}
.Bt h2{font-size: 4rem;padding: 10px 0;color: #675a55;background:none;}
.half ul h3{color:#675a55;}

/*bg*/
.bgA, .bgB, .bgC, .bgD, .bgE, .bgF, .bgG, .bgH {padding: 100px 0;}

.bgA {background:url("../images/bgA.png") top center no-repeat;}
.bgB {background:url("../images/bgB.png") top center no-repeat;}
.bgC {background:url("../images/bgC.png") top center no-repeat;padding-bottom: 135px;}
.bgD {background:url("../images/bgD.png") top center no-repeat;}
.bgE {background:url("../images/bgE.png") top center no-repeat;padding-bottom: 97px;}
.bgF {background:url("../images/bgF.png") top center no-repeat;}
.section12{padding-top: 20px;}
.bgG {background:url("../images/bgG.png") top center no-repeat;}
.bgH {background:url("../images/bgH.png") top center no-repeat;}
.section14.sbg {
    padding-bottom: 30px;
}

/* ------------------------------ mobile ------------------------------*/

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

    /*witch auto*/
    h2, .sbg, .titleC h2 { width: 100%;}

    /*.alternate */
    .alternate .font h4{ /*white-space: break-spaces*/;overflow: inherit;}
    .alternate ul:nth-child(even) {    margin: 0px auto 25px;}
    .alternate ul:nth-child(odd) li:first-child .font h4.t4, .alternate ul:nth-child(even) li:last-child .font h4.t4{ padding: 5px 0;}

    .Bt h2, .half ul h3, .scene .font p{color: #fff;}

    /*bg*/
    .bgA, .bgB, .bgC, .bgD, .bgE, .bgF, .bgG, .bgH {padding: 30px 0; border-radius: 30px;margin: 30px 3px;}
    .bgA, .bgE{background:url("../images/bgdg.jpg") top center repeat;}
    .bgB, .bgD, .bgG{background:url("../images/bgdbr.jpg") top center repeat;}
    .bgC, .bgF, .bgH{background:url("../images/bgo.jpg") top center repeat;}
    .half ul { background: transparent;}
}

/*------------------------------ navbar ------------------------------ */
/*navigation bar for pc*/
/* Style the navbar */
#navbar {
    /*overflow: hidden;*/
    background:url("../images/bg.jpg") top center repeat;
    width:100%;
    height:50px;
    z-index:990;
  }
    @media screen and ( max-width: 428px ) {
        #navbar{ display:none;} 
        .sticky + .content { padding-top:0px !important;}
    }

  .nav_content{ width:1200px; margin:0 auto;}
  
  /* Navbar links */
  #navbar a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    width:14%;
    font-size: 22px;
    color:#fde3d7;
    letter-spacing: 2px;
    transition: .5s;
    border-right:1px solid #ffffff40;
    height:50px;
    line-height:50px;
    background:url("../images/bg.jpg") top center repeat;
    font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
  }

  #navbar a:hover{
    background:url("../images/bgo.jpg") top center repeat;
    color: #453731;
    letter-spacing: 4px;
    transition: .5s;
    text-shadow: 1px 0px #ffffff95;
}

  #navbar .row_07 a {
    border-right:none;
  }
  
  /* 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: 78px;
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}


/*for mobile*/
menu{display:none;}
    @media screen and ( max-width: 428px ){
        menu{ display:block;}
        .deco_arrows{ width:1vw; }
    }
menu ul{
    position:fixed;
    bottom:0;
    left:0;
    margin:0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    background:url("../images/bg.jpg") top center repeat;
    z-index:1000;
    padding:2px 0;
    border-top:none;
    justify-content: center;
}
menu ul li{
    border-right:1px solid #7d8b8547;
    padding:10px;
    width:25%;
    box-sizing:border-box;
    text-align:center;
    font-size:13px;
    letter-spacing:1px;
}
menu ul li a{
        font-size:12px;
}
menu ul li:nth-last-child(){
    border-right:none;
}
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;	}
	}