@charset "utf-8";
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;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body{	
	font-family:'Noto Serif TC', "Microsoft JhengHei", Helvetica, Verdana, Arial, sans-serif;
	-webkit-text-size-adjust:none;
	scroll-behavior:smooth;
	font-size:16px;
}
	@media screen and ( max-width: 640px ){
		body{
			font-size:14px;
			padding-bottom:20vw;
			background:#f0611a;
		}
	}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	      line-height:1;
}

:focus { outline: 0; }
li{ list-style:none;} 
a { text-decoration:none;}


/* Public Version 公版顏色設定 */
:root {
	--PV-font: #323232; /* 文字色-灰 */
	--PV-main: #df5410; /* 公版主色-橘紅 */
	--PV-price: #a62d33; /* 價格顏色-紅 */
	--PV-eslite: #a7212f; /* 誠品線上標準色 */
}

/* text style */
h2{font-size: 2.8rem; text-align: center; font-weight:bold; letter-spacing:2px; color:#3a517b; padding:0; width:100%;}/* 區塊大標 */
h2 p { font-size:1.8rem; color:#a62d33; font-weight:600; letter-spacing:5px; text-align:center;}
h3{font-size: 2.2rem; text-align: center;font-weight: 600;}/* 區塊小標 */
h4{font-size: 1.2rem; text-align: center;font-weight: 500;line-height: 1.4rem;}/* 特色標 */
p{font-size: 1rem; font-weight: 300;}/* 內文 */
small{font-size: 60%; color:var(--PV-font);}
big{font-size: 140%;color:var(--PV-price);font-weight: bold;}
.price{font-size: 0.9rem;font-weight: 500;color:var(--PV-price);display: block;}/* 價格 */
.font{color:var(--PV-font);}/* 文字顏色 */
.sm-pic{display: none;}
	@media screen and ( max-width: 640px ){
		h2{ font-size:1.75rem; letter-spacing:2px; }/* 區塊大標 */
		h2 p { font-size:1rem; line-height:1.2em; letter-spacing:0;}
	}





/* hover effect */
.container li, .link_content a {
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
	-webkit-transition-property:transform;
	        transition-property:transform;}
.container li:active, .container li:focus, .container li:hover,
.link_content a:active, .link_content a:focus, .link_content a:hover{
	-webkit-transition-timing-function:ease-out;
			transition-timing-function:ease-out;
	-webkit-transform:translateY(-6px);
			transform:translateY(-6px);}
.nav li:active, .nav li:focus, .nav li:hover, 
menu li:active, menu li:focus, menu li:hover{
		    transform:none !important;}
	@media screen and ( max-width: 640px ){
		.container li:active, .container li:focus, .container li:hover,
		.link_content a:active, .link_content a:focus, .link_content a:hover{
			-webkit-transform:translateY(0px);
					transform:translateY(0px);}
	}


.WRAPPER{ 
	max-width:1920px; min-width:1200px; margin:0 auto; overflow:hidden; position:relative;
}
.container1200 { max-width:1200px; margin:0 auto; padding:0 0; position:relative; }
.container1920 { max-width:1920px; margin:0 auto; padding:20px 0; position:relative; }
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%; position:initial; }
		.container1200, .container1920{ max-width:100vw; min-width:320px; padding:2vw; text-align:center; }
		.container1200{ padding:0;}
	}


/* -------------------------------------------------------------------------------- */


/* -- KV -------------------- */
.topbox { position:relative; width:1200px; margin:0 auto;}
	/*decoration*/
	.deco{ position:absolute;}
	.txt1{ top: 127px; right: 282px; }
	.txt2{ top: 281px; right: 283px; }
	.txt3{ top: 446px; right: 281px; }

.kv_pc{ width:100%; height:672px; text-align:center; background:url("../images/kv.jpg") top center no-repeat; }
.kv_pc img{ display:block; }

.kv_m, .for_m{ display:none; }
.for_pc{ display:block; }
	@media screen and ( max-width: 640px ){

		.kv-sp{ margin:0 auto; width:98vw; }

		.kv_m { display:block; width:100vw; height:auto;  }
		.kv_m img{ display:block; width:100vw;  }
		.kv_m a { font-size:0; display:block; }

		.kv_pc, .for_pc{ display:none; }
		.for_m{ display:block; }
	}



/* -- BACKGROUND -------------------- */	
.bg_content1{ padding:10px 0; background:url("../images/bg_deco1.png") no-repeat center 200px, url("../images/bg_texture.png") repeat-y; }
	h2{ background:url("../images/bg_theme.png") no-repeat center center; }
	.half h2{ background:url("../images/bg_theme-s.png") no-repeat center center; }

.bg_content2{ padding:10px 0; background:url("../images/bg_brown.png") repeat-y; }

.bg_content3{ padding:10px 0; background:url("../images/bg_deco2.png") no-repeat center 250px, url("../images/bg_texture.png") repeat-y; }
	.bg_content3 .r-rectangle ul{ background:none; padding:0 0 10px 0;}
	.keyword h2{ color: #fff; }

.bg_bnr{ background:url("../images/m/mbg_bn.png") repeat;}

	@media screen and ( max-width: 640px ){
		h2, .half h2{ background:url("../images/m/mbg_theme.png") no-repeat center center/100%; }

		.bg_content1{ padding:2vw 0; background:url("../images/bg_texture.png") repeat-y center top/300%;  }
		.bg_content2{ padding:0 0 2vw 0; background:url("../images/bg_brown.png") repeat-y center top/120%; }
		.bg_content3{ padding:4vw 0;  }
		
		.bg_content3 h2{ line-height:2rem; margin-bottom:2vw;}
	}	




/* -- 公版 -------------------- */


/* ========== 選單 =========== */
.link{ width:100%; background:url("../images/link_bg.jpg") repeat; height:auto;}	
.link_content{ width:1160px; margin:0 auto; padding:0 10px; min-width:1200px; display:flex; justify-content:center; text-align:center; }	
.link_content a{ display:block;}
.link_content img{ width:100%; padding:20px 10px;  }
	@media screen and ( max-width: 640px ){
		.link{ width:100vw; height:auto; padding:2vw 0;}
		.link_content{ width:100vw; display:contents; }	
		.link_content img{ width:95vw; padding:1vw 2vw;}
	}


/* r-rectangle */
.r-rectangle { width:1160px; margin:0 auto; background:none;  /* padding:30px 0px; border: double #401d1f 7px; */ position: relative; }
.r-rectangle ul { background:url("../images/bg_con02.png") no-repeat center center/contain, url("../images/m/mbg_01.png") repeat; padding:20px 0 ; justify-content: center; overflow: hidden; display: flex; }
.r-rectangle ul li { width: 355px; padding: 30px 30px 10px; margin:10px; background-color:#fff; text-align: center; border-radius:10px; }
.r-rectangle ul li a {  }
.r-rectangle ul li img { display: block; width: 266px;height: 266px;object-fit: contain; margin: 0 auto 0 auto; }
.r-rectangle h3 { padding: 10px 0 0; line-height: 32px; font-size: 22px; color:var(--PV-main);}
.r-rectangle p { font-weight: 300; font-size: 16px; line-height: 20px; color:var(--PV-font); }
.sale { display: inline-block; line-height: 43px;   }
.r-rectangle span {font-weight: 500; font-size: 22px; color:var(--PV-price); }
.r-rectangle span small { font-size: 16px;}
/*
.r-rectangle:nth-child(4n-18){background:#2f657d url("../images/texture.png") top center repeat;}
*/
	@media screen and ( max-width: 640px ){
		.r-rectangle h2{font-size: 6vw;top: -4vw;right: 2vw;padding: 40px 0px; }
		.r-rectangle { width: 100%; padding:0 2vw; margin:0 auto; border-radius: 0;}
		.r-rectangle ul{flex-wrap: wrap; padding:2vw 0; background:url("../images/m/mbg_01.png") repeat;}
		.r-rectangle ul li { padding:4% 2%; width:90vw; margin:1.2% 1%;  }
		.r-rectangle ul li img {  width: 42vw; height: 38vw; margin: 0 auto 0 auto; float: left;}
		.r-rectangle h3 { padding: 5% 2% 2%; font-size: 0.9rem; line-height: 1.5rem;  }
		.r-rectangle p {  font-size: 0.9rem; line-height: 1.2rem;  }
		.sale {display: inline-block; line-height: 2rem; font-size:0.8rem;  }
		.r-rectangle span small { font-size: 0.8rem;}
	}


/* various */
.various{ width: 1200px; margin:20px auto 10px auto ;  }
.various ul { display: flex; justify-content: center; flex-wrap:wrap; padding:10px 0 20px; margin: 4px 12px;/*border-radius: 6px;border-radius: 600% 600% 10% 10% /200% 200% 10% 10%;*/}
.various h3{ width: 1160px;margin: 4px 8px;}
.various li { width: 260px; background: #fff; margin: 4px 8px; border-radius:10px; padding: 10px 20px; position: relative;}
.various li a { display: flex;flex-wrap: wrap;}
.various .font {   }
.various .font h4 {  margin:5px 0; position:relative; top:0; padding:5px 12px 5px 6px; background:var(--PV-main); border-top-right-radius: 20px; font-size: 1rem; color:#fff; overflow: hidden; text-align:left;}
.various .font p {  }
.various img { width: 220px; height: 270px; object-fit: contain; }
	@media screen and ( max-width: 640px ){
		.various{width: 100%; margin: 2vw auto;}
		.various ul {flex-wrap: wrap; margin: 2vw; padding: 2vw 0;}
		.various h3{ width: 96vw;margin: 1vw 0;background-size: 160%;}
		.various li {width: 45vw; padding: 3vw; margin: 1vw; }
		.various a {  }
		.various .font {  margin: 1vw 0;}
		.various .font h4 {padding: 0.5vw 2vw 0.5vw 1vw; font-size:0.8rem; border-top-right-radius:18px; line-height: 1rem;}
		.various .font p { font-size:0.9rem;}
		.various img { width: 39vw; height: 44vw;}

	}
.half{ display: flex; flex-wrap: wrap; justify-content: center;}
.half ul{width: 572px;flex-wrap: wrap; margin: 4px 8px; padding: 30px 0; background:url("../images/bg_con02-1.png") no-repeat center center/contain, url("../images/m/mbg_01.png") repeat;}
.half ul h3{ width: 560px;  background:url("../images/h3bg.png") center no-repeat;}
.half ul li{  margin: 4px; border-radius:10px; }
.half ul h3:before, .half ul h3:after {display: none;}
	@media screen and ( max-width: 640px ){
		.half{ }
		.half ul{width: 100%; margin: 2vw; padding: 2vw 0; background:url("../images/m/mbg_01.png") repeat;}
		.half ul h3{ width: 100%; background-size: 50%;font-size: 1.8rem;}
		.half ul li{  margin: 1vw; width: 45vw; }
		.half img{ width: 39vw; }
	}






/* photograph */
.photograph{width: 1200px; overflow: hidden; padding: 0 20px;margin:20px auto;}
.photograph a { display: flex; }
.photograph a p {font-weight: 500; font-size:18px; line-height: 30px; color:#000; text-align:left; padding: 0 40px; text-align:justify; }
.photograph a font { width: 470px;height: 300px; margin: auto -60px auto 0;padding: 0px 20px 0; position: relative; background:url("../images/m/mbg_01.png") repeat;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 1px 2px 4px rgba(0, 0, 0, 0.1);border-radius:2px; }
.photograph a font h3 { color: #000;text-align: center; border-bottom: #000000 solid 1px; padding: 20px; margin: 10px 30px 12px; line-height: 34px; letter-spacing: 2px;}
.photograph a font big { color: var(--PV-price);}
.photograph a img { width: 750px; height: 350px;object-fit: cover; order: 2;}
	@media screen and ( max-width: 640px ){
		.photograph{width: 100%; padding: 0 ;margin: auto;}
		.photograph a { flex-wrap: wrap; }
		.photograph a p {width: 95%; font-size:0.9rem; line-height: 1.4rem; padding:0 2vw; margin:0 auto 4vw auto; text-align:left;}
		.photograph a font { width: 100%; height: auto; padding: 0 5vw;order: 2; border-radius: 0;}
		.photograph a font h3 { font-size: 1.4rem; margin: 2vw auto; padding: 2vw; line-height: 1.6rem;}
		.photograph a img { width: 100%; height: auto; object-fit: cover; margin:0 auto; order: 1;}
	}

/* hightlight_4p */
.hightlight_4p { width: 1200px; margin: auto; border-radius: 10px; padding:0 15px; }
.hightlight_4p { margin: 0px auto 20px auto;  }
.hightlight_4p ul { padding: 0; overflow: hidden; display: flex; justify-content: center; }
.hightlight_4p ul li { width: 250px;padding: 0px ; margin: 8px;  text-align: center; position: relative;  background-color: #fff; border-radius:10px; overflow:hidden;}
.hightlight_4p ul li img { display: block; width: 250px;height: 250px;object-fit: cover; margin: 0 auto;  }
.hightlight_4p h3 { padding: 5px 0 ;  line-height: 32px; font-size: 22px;  color:#ffffff; background:var(--PV-main); font-weight: 500; }
.hightlight_4p p { font-weight: 300; font-size: 16px; line-height: 20px; color:var(--PV-font); margin: 6px 0 0;}
.hightlight_4p .sale { display: inline-block; line-height: 43px;   }
.hightlight_4p span {font-weight: bold; font-size: 22px; color:var(--PV-price); }
.hightlight_4p span small { font-size: 16px;}

	@media screen and ( max-width: 640px ){
		.hightlight_4p { width: 100%; padding: 2vw; margin: 0;}
		.hightlight_4p ul { padding: 1vw; flex-wrap: wrap;  }
		.hightlight_4p ul li { width: 45vw;padding: 0px ; margin: 1vw;   }
		.hightlight_4p ul li a {  }
		.hightlight_4p ul li img { width: 45vw;height: 45vw; margin: 0 auto;  }
		.hightlight_4p h3 { padding:0 ;  line-height: 1.8rem; font-size: 0.8rem; margin: 0 0 1vw;}
		.hightlight_4p p {  font-size: 0.9rem; line-height: 1.2rem; margin:0;}
		.hightlight_4p .sale {  line-height: 2rem;   }
		.hightlight_4p span { font-size: 1rem;  }
		.hightlight_4p span small { font-size: 0.8rem; }
	}


/* extra_全站公版_keyword*/
.keyword { max-width:1200px; margin:0 auto; padding:0 10px; text-align:center;  }
.keyword div { display:flex; justify-content:center; align-content:center; }
.keyword div div { width:130px; height:130px; border-radius:50%; margin:0.5%; background:#df5410; transition:all 0.3s; display:grid;}
/*.keyword div div:nth-last-child(odd) { background-color:#f0f0f0; }*/
.keyword div div:hover { border-radius:20px;}
.keyword div div span { color:#fff; font-weight:bold; letter-spacing:2px; font-size:28px; line-height:30px; }
	@media screen and ( max-width: 768px ){
		.keyword { padding:1% 0;  }
		.keyword div { flex-wrap:wrap; }
		.keyword div div { width:22vw; height:22vw; margin:0.8vw; }
		.keyword div div span { font-size:2em; line-height:1.1em; }
	}
	@media screen and ( max-width: 540px ){
		.keyword div div span { font-weight:unset; letter-spacing:1px; font-size:1.4em; line-height:1.1em; }
	}



.style-202102-02{ display:flex; width:1110px; padding:20px 15px; margin:10px auto 20px auto; background:url("../images/m/mbg_01.png") repeat; }
.style-202102-02 div{ width:50%; padding-left:1.5%; }
.style-202102-02 .left_block{ padding:20px 30px; text-align:center; background:url(../images/bg_con01.png) no-repeat center center/contain;}
.style-202102-02 .left_block h2{ font-size:2.2rem; letter-spacing: 0; text-align:center; font-weight:500; color:#212386; background:none; padding:10px 0 20px 0; display:inline-block;}
.style-202102-02 .left_block h3{ font-size:24px; text-align:center; font-weight:500; color:#ffffff; background:var(--PV-main); padding:10px; margin:10px auto 0 auto; border-radius:0px; width:90%;}
.style-202102-02 .left_block p { font-weight:300; font-size:18px; line-height:28px; color:var(--PV-font); padding:0 30px;  margin:5px 0 10px 0; text-align:left; letter-spacing: 1px;}
.style-202102-02 .left_block p.brand{ font-size:24px;}
.style-202102-02 .left_block img { width:90%; border-radius:2px; display:block; margin:10px auto;}

/* hightlight_4p */
.hightlight_4p-2 { display:flex; }
.hightlight_4p-1 ul { padding:0; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:center; align-items:initial; }
.hightlight_4p-1 ul li { width:250px; padding:0px ; margin:5px; text-align:center; background:#fff; border-radius:10px; overflow:hidden;}
.hightlight_4p-1 ul li img { display:block; width:250px; height:250px; object-fit:cover; margin: 0 auto;  }
.hightlight_4p-1 h3 { padding:5px 0; font-size:22px; line-height:32px; color:#ffffff; background:var(--PV-main);  }
.hightlight_4p-1 p { font-weight: 300; font-size: 16px; line-height: 20px; color:var(--PV-font); margin: 6px 0 0;}
.hightlight_4p-1 .sale { display: inline-block; line-height: 43px;   }
.hightlight_4p-1 span { font-weight:500; font-size:22px; color: var(--PV-price); }
.hightlight_4p-1 span small { font-size: 16px;}

	@media screen and ( max-width: 640px ){
		.style-202102-02{ display:block; width:96vw; padding:1vw; margin:0 auto; border-radius:0;}
		.style-202102-02 div{ width:100%; padding-left:0;}
		.style-202102-02 .left_block{ padding:2vw 2vw 8vw 2vw; }
		.style-202102-02 .left_block h2{ font-size:1.5rem; padding:2vw 4vw; margin:0 auto; }
		.style-202102-02 .left_block h3{ font-size: 1rem; width:85%; padding:1.5vw;}
		.style-202102-02 .left_block p { font-size: 0.9rem; line-height:1.2rem; padding:2vw 7vw 0 7vw; margin:0 auto; text-align:justify;}
		.style-202102-02 .left_block p.brand{ font-size: 1.2rem;}
		.style-202102-02 .left_block img { width:85%; display:block; margin:0 auto;}

		.hightlight_4p-1 h2{font-size: 6vw;top:-4vw;left: 2vw;padding: 40px 0px; }
		.hightlight_4p-1 { width: 100%; margin:0 0 4vw 0; border-radius: 0;}
		.hightlight_4p-1 ul { padding:0; flex-wrap: wrap; width:100% ;margin:1vw auto 0 auto;  }
		.hightlight_4p-1 ul li { width: 45vw; padding: 0px ; margin: 1vw;   }
		.hightlight_4p-1 ul li a {  }
		.hightlight_4p-1 ul li img { width: 45vw;height: 45vw; margin: 0 auto;  }
		.hightlight_4p-1 h3 { padding:2vw 0.5vw  ;  line-height: 1.1rem; font-size:0.9em; margin: 0 0 1vw;}
		.hightlight_4p-1 p {  font-size: 0.8rem; line-height: 1.2rem; margin:0;}
		.hightlight_4p-1 .sale {  line-height: 2rem;   }
		.hightlight_4p-1 span { font-size: 1rem;  }
		.hightlight_4p-1 span small { font-size: 0.8rem; }
	}



/* AD */
.bnr { width:1160px; margin:0 auto; min-width:1160px; padding:20px; text-align:center; }
.bnr ul li { width:48%; margin:5px; display:inline-block; }
.bnr ul li img { width:100%; }
.bnr ul li.ad1280{ width:97.4%; border:1px solid #fff; } /*for 1280x307*/
	@media screen and ( max-width: 640px ){	
		.bnr { margin: 0; padding:2%; width:100%; min-width:100%;  }
		.bnr ul li { width:96%; margin:2vw; display:block; }
		.bnr ul li.ad1280{ width:96%; }
	}


/* -------------------------------------------------------------------------------- */


/* -- 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;
}
	@media screen and ( max-width: 640px ){
		#gotop {
			bottom: 18vw;
			right: 0;
			margin: 2vw;	
		}	
	}
#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;
}




/*for mobile*/
menu{display:none;}
	@media screen and ( max-width: 640px ){
		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:#231405;
	z-index:1000;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:1px solid #e6e5c0;
	border-bottom:1px solid #e6e5c0;
	padding:4px 0;
	width:33.33%;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0px;
	color:#f9f8ee;
}
menu ul li a{
	font-size:14px;
	line-height:12px;
}
menu ul li:nth-last-child(4), menu ul li:nth-last-child(1){
	border-right:none;
}
menu ul li:nth-last-child(3), menu ul li:nth-last-child(2), menu ul li:nth-last-child(1){
	border-bottom:none;
}

menu a{
	color:#f9f8ee !important;
	text-decoration:none;

}
