@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap');
/* 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;
	background-attachment:fixed;
}

@media screen and ( max-width: 640px ){
	html{
		background:url("../images/bg_m.jpg") top center repeat;
		background-size: 100%;
		background-attachment:fixed;
	}
}


/* 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; }
.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%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
}






/* -----------------COMMON----------------- */


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

/* ---------BACKGROUND-------- */

.recommend{
	margin: 20px auto 0;
}

.bg01{
	background: url("../images/bg01.jpg") top center no-repeat;
}

.bg10-top{
	background: url("../images/bg10-top.png") top center no-repeat;
	padding: 120px 0 10px;
	margin-top: 30px;
}

@media screen and ( max-width: 640px ){
	.recommend{
		background: none;
	}
	.bg01{
		background: none;
	}
	.bg10-top{
		background-size: 650vw;
		padding: 100px 0 10px;
		margin-top: -10vw;
	}
}

/* -----------BLOCK----------- */

.hightlight{
	margin: 0 auto;
}

.hightlight li{
	border-radius: 10px;
}

.hightlight img{
	object-fit: contain;
	border-radius: 10px 10px 0 0;
}

.hightlight_5p li{
	border-radius: 10px;
}

.hightlight_5p img{
	object-fit: contain;
}

.half ul{
	background: url("../images/box-lr-g.jpg") repeat;
	border: double 10px #99a97d;
}

@media screen and ( max-width: 640px ){
	.hightlight li{
		width: 45vw;
	}
	.hightlight img{
		width: 45vw;
		height: 45vw;
		border-radius: 10px 10px 0 0;
	}

	.scene img{
		width: 80vw;
		height: 80vw;
	}

}

/* ------------FONT----------- */

h2{
	font-family: Verdana,'Noto Serif TC','Microsoft JhengHei',sans-serif;
	color: #184b5f;
}

.scene .font h4{
	background: #889e61;
}

.bg04 .titleR, .bg05 .titleR, .bg07 .titleR, .bg09 .titleR{
	margin: 30px auto;
}

.bg06 .titleR{
	margin: 60px auto 30px;
}

.bg04 .hightlight .font h4, .bg05 .hightlight .font h4, .bg06 .hightlight .font h4, .bg07 .hightlight .font h4, .bg09 .hightlight .font h4{
	background: #889e61;
}

.recommend .font h4{
	font-family: Verdana,'Noto Serif TC','Microsoft JhengHei',sans-serif;
	color: #fff2ab;
	border-bottom: #fff solid 1px;
}

.recommend .font p{
	color: #fff;
}

.hightlight .font p{
	margin: 15px auto;
	padding: 0 8px;
}

.hightlight_5p .font p{
	margin: 15px auto;
	padding: 0 8px;
}


.bg03 h2, .bg08 h2, .bg10 h2{
	color: #fff2ab;
}
@media screen and ( max-width: 640px ){
	.bg04 .titleR, .bg05 .titleR, .bg07 .titleR, .bg09 .titleR{
		margin: 8vw auto 1vw;
	}
	
	.bg06 .titleR{
		margin: 8vw auto 1vw;
	}
	
}


/* -----------------COMMON----------------- */



/* ------------------bg01------------------ */

.bg01box{
	background: url("../images/box-g.png");
	max-width: 1160px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 0 0 40px 0;
}


@media screen and ( max-width: 640px ){
	.bg01box{
		border-radius: 0;
		padding: 0 0 40px 0;
	}
}


/* ------------------bg02------------------ */

.bg02box{
	background: url("../images/box-p.png");
	max-width: 1160px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 0 0 40px 0;
}


@media screen and ( max-width: 640px ){
	.bg02box{
		border-radius: 0;
		padding: 0 0 40px 0;
	}
	
	.bg02{
		margin: 8vw auto 0;
	}
}


/* ------------------bg03------------------ */
.bg03{
	background: url("../images/bg03.png") top center no-repeat;
	padding: 120px 0 100px;
}

.bg03 .hightlight_5p{
	margin: 20px auto 0;
}

.bg03 .banner{
	margin: 0 auto 20px;
}


@media screen and ( max-width: 640px ){
	.bg03{
		background-size: 650vw;
		margin: -10vw auto 0;
	}
	
}


/* ------------------bg05------------------ */

.bg05 .titleR h2{
	line-height: 3.5rem;
}

@media screen and ( max-width: 640px ){
	.bg05 .titleR h2{
		line-height: 2.8rem;
	}
}


/* ------------------bg08------------------ */

.bg08{
	background: url("../images/bg08.png") top center no-repeat;
	padding: 110px 0 60px;
}


@media screen and ( max-width: 640px ){
	.bg08{
		background: url("../images/bg03.png") top center no-repeat;
		background-size: 530vw;
		margin: -10vw auto 0;
	}
}


/* ------------------bg10------------------ */

.bg10 .hightlight_5p{
	margin: 20px auto 10px;
}

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


/* ------------------btbn------------------ */

.btbn .banner{
	margin: 0 auto;
	padding: 0;
}

.btbn .banner ul li{
	margin: 10px auto;
}

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



/* ------------------版頭------------------ */

.title01{
	position: absolute;
	top: 120px;
	left: 350px;
}

.title02{
	position: absolute;
	top: 230px;
	left: 400px;
}

.hmw{
	position: absolute;
	top: 190px;
	left: 239px;
}

.fzjl{
	position: absolute;
	top: 86px;
	left: 18px;
}

.philosopher{
	position: absolute;
	top: 275px;
	right: 210px;
}

.painter{
	position: absolute;
	top: 180px;
	right: 6px;
}

.holmes{
	position: absolute;
	top: 60px;
	right: 198px;
}

.sale{
	position: absolute;
	top: 370px;
	left: 474px;
}

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























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