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

/*------------------------------ 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 , .title_mb, a.a_m{ display: none; }

/*---*/
.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{margin-bottom: 0px;}
.banner {padding: 0;margin:0 auto;}

.collect_5x6 .s-row img{margin: 71px auto 0;}
.collect_5x6 .s-row .font p{padding: 15px;}

/*color*/
.half ul{background:#fff;}
.hightlight .font h4, .alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child, .collect_5x6 .s-row h4{
    background: url(../images/bgdb.jpg) top center repeat;
}
.hightlight_5p .font h4, .collect_5x6 .special{
    background: url(../images/bglb.jpg) top 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: #c4a65a}

/*title*/
.titleC {
    border-radius: 25px;
    margin:0 auto;
}
.titleC h2 {
    position: relative;
    padding: 10px;
    color: #385471;
    letter-spacing: 1px;
}

span.abox {
    position: absolute;
    width: 180px;
    height: 47px;
    background: transparent;
    right: -82px;
    top: -8px;
}

/*bg*/
.sbg{padding: 85px 0 35px 0;}

.section1 {background:url("../images/bg1.png") top center no-repeat;padding-bottom: 10px !important;}
.section2 {background:url("../images/bg2.png") top center no-repeat;}
.section3 {background:url("../images/bg3.png") top center no-repeat;}
.section4 {background:url("../images/bg4.png") top center no-repeat;}
.section5 {background:url("../images/bg5.png") top center no-repeat;}
.section6 {background:url("../images/bg6.png") top center no-repeat;padding-top: 70px !important;}
.section7 {background:url("../images/bg7.png") top center no-repeat;}

.sectionD {background:url("../images/bg8.png") top center no-repeat;}

.section6 .hightlight{margin-bottom: -10px;}
.section8{padding-top: 80px !important;padding-bottom: 100px;}
.section8 .hightlight_5p {
    margin-top: 0;
}

.bnbg {
    padding-bottom: 40px;
}
/*moreBtn*/
.moreBtn a {
    color: #2186b3;
    font-weight: 700;
    position: absolute;
    right: 100px;
    font-size: 20px;
    text-shadow: 2px 1px #ffd400;
}
.moreBtn {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    height: 35px;
}

/*keyword*/
.keywordA{ margin: 30px auto 10px auto;}
.keywordA li{background:url("../images/bgly.jpg") top center repeat; box-shadow: 4px 4px 0px #80c5ff;}
.keywordA li:hover{background:url("../images/bgdy.jpg") top center repeat; box-shadow: 4px 4px 0px #467ead;}

/* ------------------------------ 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, .titleC, .moreBtn a{ display: none; }
	.for_m, .title_mb, a.a_m { display: block !important; }

    /*witch auto*/
    h2, .sbg, .titlec, .moreBtn {width: auto;}

    .sbg{
        background:url("../images/bgw.jpg") top center repeat;
        padding: 20px 0;
        border-radius: 25px;
        margin: 5px;
    }
    .sectionD {
        background: none;
    }

    .section8 {
        padding-top: 20px !important;
    }

    .title_mb h2 {
        color: #385471;
        line-height: 35px;
    }
    .moreBtn{height: 40px;}
    .moreBtn img {
        height: 60px;
        position: absolute;
        right: -100px;
        z-index: 11;
    }

    .bnbg {
        padding: 20px 0;
    }

    .collect_5x6 .font h4 { white-space: normal;}
    .collect_5x6 .special{white-space: nowrap;}
    }
        
}

/* ------------------------------ menu ------------------------------*/

/* 導覽選單 */
.topnav{width: 1200px; margin: 50px auto;}
.topnav ul{ display: flex; flex-direction: row;width: 1200px; margin: 50px auto;}

.topnav ul li{ padding: 10px;margin: 0px 5px;background:url("../images/bgly.jpg") top center repeat;}
.topnav ul li a{font-size: 18px;color:#375570;letter-spacing: 1px; text-align: center; line-height:30px;font-weight: 800;}
.topnav ul li:hover {background:url("../images/bgdb.jpg") top center repeat;}
.topnav ul li a:hover, .topnav ul li:hover a{color: #fed645;}

ul.area li {
    border-bottom: 1px #4f88b5;
    border-style: dashed;
}

p.lineP{line-height:60px !important;}
	@media screen and ( max-width: 991px ){
		.topnav{width: 100%; margin:0 auto;padding-bottom: 7px;position: fixed;bottom: 0;background:url("../images/bgly.jpg") top center repeat;z-index: 11;}
		.topnav ul{flex-wrap: wrap;justify-content: center;
		    width: 100%;
		    margin: 0 ;
		}
		.topnav ul li, .topnav ul li:hover{
		    width: 90px;
		    padding: 3px;
		      margin: 2px auto;
            text-align: center;
            background:url("../images/bgdy.jpg") top center repeat;
		}
        .topnav ul li:hover a, .topnav ul li a:hover{color: #375570;}
		.topnav ul li p {
		    font-size: 14px;
		    text-align: center;
		    letter-spacing: 0px;
		    line-height: 20px;
		}
		p.lineP{line-height:40px !important;}
		.topbg .title p, .titleC, .topbg .title {width: 100% !important;}
		.topbg {margin-bottom: 20px;}

		.rightmenu{display: none;}
	}

.topbg .title p {
    text-align: center;
    width: 600px;
    background: url(../images/tbg.png) center no-repeat;
    color: #2c334e;
    padding: 20px 0;
    font-size: 60px;
    font-weight: 800;
    font-family: 'WindSong', cursive;
}

.topbg .title{
	width: 600px;
    background: #c4a65a;
    margin:0 auto;
    border-radius: 25px;
    margin-bottom: -30px;
        display: flex;
    justify-content: center;
}

/*rightmenu*/
.rightmenu {
    position: fixed;
    width: 150px;
    height: auto;
    background:url("../images/bglb.jpg") top center repeat;
    z-index: 11;
    opacity: 0.95;
    color:  #fed645;
    top: 15%;
    right: 0;
    line-height: 28px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 15px 0;
    font-weight: 500;
}

.rightmenu p {
    font-size: 30px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.rightmenu a:hover {
    color: #fff;
}

.rightmenu a {
    color:  #fed645;
    line-height: 40px;
}


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