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

/* ---reset.css--- */
html, body{	
	font-family:'Noto Sans TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
	-webkit-text-size-adjust:none;
}

html{
	
}
body{ 
	background:url("../images/bg.jpg") top center repeat;
/*	background: #e9bf64;*/
	
}

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






/* 滑鼠動態效果 */
.container li  {  
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
	-webkit-transition-property:transform;
	        transition-property:transform;
	-webkit-transition-timing-function:ease-out;
	        transition-timing-function:ease-out}
.container li:hover{
	-webkit-transform: scale(0.98);;
		    transform: scale(0.98);}

.container .nav ul li:hover{
	-webkit-transform: scale(1);;
		    transform: scale(1);}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 768px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.title01{ top: 637px; left: 705px; position: absolute;}
.title02{ top: 210px; left: 590px; position: absolute;}
.title03{ top: 340px; left: 464px; position: absolute;}
.title04{ top: 345px; left: 600px; position: absolute;}
.title05{ top: 587px; left: 446px; position: absolute;}
.title06{ top: 680px; left: 330px; position: absolute;}
.title07{ top: 660px; left: 290px; position: absolute;}


.kv_pc {width: 100%;  position: relative; text-align:center; background:url("../images/kv.jpg") top center no-repeat;}
.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: 768px ){
	.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; }

}



/* bg */
.bg01 { background:url("../images/bg01.jpg") top center repeat; }
.bg02 { background:url("../images/bg.jpg") top center repeat;}
.bg03 { background:url("../images/bg03.jpg") top center repeat;}


/* Public Version 公版顏色設定 */
:root {
	--PV-font: #323232; /* 文字色-灰 */
	--PV-main: #96300f; /* 公版主色-橘紅 */
	--PV-price: #a62d33; /* 價格顏色-紅 */
	--PV-eslite: #a7212f; /* 誠品線上標準色 */
}

/* 文字樣式設定 */
html,body{font-family: Verdana,'Noto Sans TC','Microsoft JhengHei',sans-serif; font-size: 16px;}
h2{font-size: 3rem; text-align: center;font-weight: 500;background: url(../images/h2bg-2.png) center no-repeat;padding: 5px;position: relative;color: #fff0c3;margin: 0 auto -30px;}/* 區塊大標 */
h3{font-size: 2.2rem; text-align: center;font-weight: 500;}/* 區塊小標 */
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%;}
big{font-size: 140%;color:var(--PV-eslite);font-weight: bold;}
.price{font-size: 0.9rem;font-weight: 500;color:var(--PV-font);display: block;}/* 價格 */
.font{color:var(--PV-font);}/* 文字顏色 */
.sm-pic{display: none;}


.bg02 h2{padding: 10px;color: #fff0c3;margin: 10px auto;font-size: 2.4rem;}/* 區塊大標 */
.bg02 h2 p{ display: inline-block;font-size: 2rem;}
.bg02 .rectangle{ background: #4dab3a url(../images/texture.png);}
	@media screen and ( max-width: 640px ){
		html,body{font-size: 14px;}
		h2{ background-size: 125%; font-size: 2rem; margin: auto;background-position-x: -11vw;}
		.bg02 h2{color: #fff0c3;margin: auto;font-size: 1.6rem;}/* 區塊大標 */
		.bg02 h2 p{ font-size: 1.4rem;}

		
	}



/* 導覽選單 */
.topnav{width: 1160px; margin: 20px auto;}
.topnav ul{display: flex; justify-content: space-around;}
.topnav ul li{margin: 10px;border-left: solid 1px;border-right: solid 1px; padding: 0 20px;}
.topnav ul li p{font-size: 26px; color: #000; text-align: center; line-height: 30px; font-weight: bold;}
.topnav ul li:hover p{color: #469bec;}
	@media screen and ( max-width: 640px ){
		.topnav{width: 100%; margin:auto;}
		.topnav ul{flex-wrap: wrap;justify-content: center;}
		.topnav ul li{margin: 1vw;border-left: solid 1px;border-right: solid 1px; padding: 0 2vw;}
		.topnav ul li p{font-size: 1.2rem; color: #000; text-align: center; line-height: 1.4rem; font-weight: bold;}
		.topnav ul li:hover p{color: #469bec;}
	}





/* 3-4 round_3p */
.round_3p{width: 1160px; margin:20px auto; }
.round_3p ul{ display: flex; justify-content: center; flex-wrap: wrap;}
.round_3p h3{ width: 1160px;margin: 4px 10px;}
.round_3p li{ width: 370px; margin: 4px 8px; padding: 10px; position: relative;}
.round_3p a { display: flex; flex-wrap: wrap;}
.round_3p .font {  margin: 0 auto;padding: 10px 0px 10px;text-align: center;}
.round_3p .font h4 { position: absolute;top: 0;left: 20px;width: 100px;height: 100px;border-radius: 50px;background: #a82331;
color: #fff;padding: 28px 10px;overflow: hidden;white-space: nowrap;}
.round_3p .font p {   }
.round_3p .font .price { margin: 10px 0 0;}
.round_3p img {width: 320px; height: 320px; object-fit: contain; margin: auto; border: 4px solid #ebbb20;border-radius: 160px;}
	@media screen and ( max-width: 640px ){
		.round_3p{width: 100%; margin: 5vw auto;}
		.round_3p h3{ width: 100%;margin: 1vw;}
		.round_3p li{ width: 90vw; margin: -2vw 0; padding: 0;}
		.round_3p a { flex-wrap: nowrap; }
		.round_3p .font { width: 100%; padding: 0;margin:auto; text-align: left;}
		.round_3p .font h4 { width: 18vw; height: 18vw;  left: 0; padding: 4vw 1vw;font-size: 1.1rem;line-height: 1.3rem;}
		.round_3p .font p { }
		.round_3p .font .price { margin: 2vw 0; }
		.round_3p img { height: 50vw; width: 50vw;margin:0 3vw;}
		.round_3p li:nth-child(even) .font {  text-align: right;}
		.round_3p li:nth-child(even) img { order: 2;}
		.round_3p li:nth-child(even) h4 { left: auto; right: 0;}
	}


/* 2-6 various */
.half{ display: flex; flex-wrap: wrap;justify-content: center;}
.half ul{width: 560px;flex-wrap: wrap;padding: 10px;}
.half ul h3{ width: 560px; }
.half ul li{  margin: 4px; }
	@media screen and ( max-width: 640px ){
		.half{ }
		.half ul{width: 100%; margin: 2vw; padding: 2vw 0;}
		.half ul h3{ width: 100%; }
		.half ul li{  margin: 1vw; width: 45vw; }
		.half img{ width: 39vw; }
	}

/* 2-7 rectangle */
.rectangle{ width: 1160px; margin:-30px auto 20px; background:#d14a0f url(../images/texture.png);padding:20px 0 ;border-radius: 20px; }
.rectangle ul { display: flex; justify-content: center;flex-wrap: wrap; margin: 10px auto;}
.rectangle h3{ width: 1160px;margin: 4px 8px;color: #fed451;background: url(../images/h3bg.png) center no-repeat;font-size: 2.7rem;}
.rectangle li { width: 260px; background: #fff; margin: 4px 8px;  padding: 10px; text-align: center; }
.rectangle li a { display: flex;flex-wrap: wrap; justify-content: center;}
.rectangle .font {  margin: auto; }
.rectangle .font h4 {  margin: 5px 0;}
.rectangle .font p {  }
.rectangle .font .price { margin: 10px 0; }
.rectangle .font .price big {    }
.rectangle img { width: 240px; height: 240px; object-fit: contain; }
	@media screen and ( max-width: 640px ){
		.rectangle{width: 100vw; margin: -3vw auto 2vw; padding: 2vw;border-radius: 0;}
		.rectangle ul {flex-wrap: wrap; margin: 0 auto 1vw;}
		.rectangle h3{ width: 96vw;margin: 1vw;font-size: 2rem; background-size: 180%;}
		.rectangle li {width: 45vw; padding: 3vw; margin: 1vw; }
		.rectangle a {  }
		.rectangle .font {padding: 1vw; }
		.rectangle .font h4 { }
		.rectangle .font p { }
		.rectangle .font .price { margin: 1vw;}
		.rectangle img { width: 40vw; height: 40vw;}

	}

/* 2-8 banner_2p */
.banner_2p{ width: 1160px; margin:auto; display: flex; flex-wrap: wrap;justify-content: center; background:url(../images/bg.jpg);padding: 40px 0 0;border-radius: 20px 20px 0 0;}
.banner_2p ul { display: grid; grid-auto-flow: column;width: 446px;border: double 4px #000;border-radius: 20px;padding:12px; margin:20px 10px;}
.banner_2p h3{ margin: -46px auto 0;background:url(../images/bg.jpg);padding: 0 10px;font-size: 1.6rem;grid-column: 1 / 3;grid-row: 1 / 1;}
.banner_2p h3:before { content:url("../images/butterfly03.png"); padding: 0 5px 0 0; }
.banner_2p li { width: 198px;  margin: 4px;  padding: 5px 0; text-align: center; height: 281px; overflow: hidden;grid-row: 2/ 2;}
.banner_2p li a { display: flex;flex-wrap: wrap; justify-content: center;}
.banner_2p .font {  margin: auto; }
.banner_2p .font h4 {  margin: 5px 0;}
.banner_2p .font p {  }
.banner_2p .font .price { margin: 10px 0; }
.banner_2p .font .price big {  }
.banner_2p img { width: 180px; height: 175px; object-fit: contain; }
.banner_2p ul:nth-child(odd) { width: 640px;}
.banner_2p ul:nth-child(odd) li{ width: 600px; padding: 0;}
.banner_2p ul:nth-child(odd) li img{  width: 600px; height: 281px;border-radius: 10px;}

	@media screen and ( max-width: 640px ){
		.banner_2p{width: 100%; margin: 2vw auto; padding: 0;}
		.banner_2p ul {flex-wrap: wrap;width: 96vw;display: flex;padding: 3vw 0vw ; margin: 4vw 2vw;justify-content: center;}
		.banner_2p h3{ margin: -11vw auto 2vw;}
		.banner_2p li {width: 43vw; padding: 0vw; margin: 1vw;  height: auto;}
		.banner_2p a {  }
		.banner_2p .font {padding: 1vw; }
		.banner_2p .font h4 { }
		.banner_2p .font p { }
		.banner_2p .font .price { margin: 1vw;}
		.banner_2p img { width: 40vw; height: 43vw;}
		.banner_2p ul:nth-child(odd) { width: 96vw;}
		.banner_2p ul:nth-child(odd) li{ width: 96vw; padding: 0;}
		.banner_2p ul:nth-child(odd) li img{  width: 88vw; height: 41.5vw;border-radius: 10px;}

	}

/* quarter */
.quarter{ width: 1160px; margin:auto; display: flex; flex-wrap: wrap;justify-content: center;  background:url(../images/bg.jpg);}
.quarter ul { display: grid;grid-auto-flow: column;width: 800px;border: double 4px #000;border-radius: 20px;padding:12px; margin:20px 10px;}
.quarter h3{ margin: -36px auto 0;background:url(../images/bg.jpg);padding: 0 6px;font-size: 1.6rem;grid-column: 1 / 4;grid-row: 1 / 1; }
.quarter h3:before { content:url("../images/butterfly.png"); padding: 0 5px 0 0; }
.quarter li { width: 246px; margin: 4px;  padding: 5px 0; text-align: center; grid-row: 2/ 2;}
.quarter li a { display: flex;flex-wrap: wrap; justify-content: center;}
.quarter .font {  margin: auto; }
.quarter .font h4 {  margin: 10px 0;}
.quarter .font p {  }
.quarter .font .price { margin: 10px 0 0; }
.quarter .font .price big {  }
.quarter img { width: 220px; height: 220px; object-fit: contain; }
.quarter ul:nth-child(odd) { width: 286px;}

	@media screen and ( max-width: 640px ){
		.quarter{width: 100%; margin: 2vw auto;}
		.quarter ul {flex-wrap: wrap; display: flex; justify-content: center;padding: 3vw 0vw ; margin: 4vw; width: 96vw;}
		.quarter h3{ margin: -9vw auto 2vw;}
		.quarter li {width: 96vw; padding: 0 3vw; margin: 1vw; }
		.quarter li a { flex-wrap: nowrap; }
		.quarter .font {padding: 1vw; }
		.quarter .font h4 { }
		.quarter .font p { }
		.quarter .font .price { margin: 1vw;}
		.quarter img { width: 40vw; height: 40vw;}
		.quarter ul:nth-child(odd) { width: 96vw;}

	}

/* quarter */
.half_2p{ width: 1160px; margin:0 auto 40px; display: flex; flex-wrap: wrap;justify-content: center;  background:url(../images/bg.jpg);padding: 0 0 20px 0 ;border-radius: 0 0 20px 20px;}
.half_2p ul { display: grid;grid-auto-flow: column;width: 543px;border: double 4px #000;border-radius: 20px;padding:12px; margin:20px 10px;}
.half_2p h3{ margin: -36px auto 0;background:url(../images/bg.jpg);padding: 0 10px;font-size: 1.6rem;grid-column: 1 / 3;grid-row: 1 / 1; }
.half_2p h3:before { content:url("../images/butterfly02.png"); padding: 0 5px 0 0; }
.half_2p li { width: 246px;  margin: 4px;  padding:5px 0; text-align: center; grid-row: 2/ 2;}
.half_2p li a { display: flex;flex-wrap: wrap; justify-content: center;}
.half_2p .font {  margin: auto; }
.half_2p .font h4 {  margin: 10px 0;}
.half_2p .font p {  }
.half_2p .font .price { margin: 10px 0 0; }
.half_2p .font .price big {    }
.half_2p img { width: 220px; height: 220px; object-fit: contain; }

	@media screen and ( max-width: 640px ){
		.half_2p{width: 100%; margin: 2vw auto; padding: 0;}
		.half_2p ul {flex-wrap: wrap;width: 96vw;display: flex;padding: 3vw 0vw ; margin: 4vw 2vw;justify-content: center;}
		.half_2p h3{ margin: -9vw auto 2vw;}
		.half_2p li {width: 96vw; padding: 1vw 3vw; margin: 1vw; }
		.half_2p li a { flex-wrap: nowrap; }
		.half_2p .font {padding: 1vw; }
		.half_2p .font h4 { }
		.half_2p .font p { }
		.half_2p .font .price { margin: 1vw;}
		.half_2p img { width: 40vw; height: 40vw;}
	}




/* 4-7 hightlight_4p */
.hightlight_4p { width: 1200px; margin: auto; border-radius: 10px; padding: 16px; }
.hightlight_4p { margin: 0px auto 0px;  }
.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;}
.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: #297dab;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-main); }
.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.7rem; margin: 0 0 1vw;}
		.hightlight_4p p {  font-size: 0.8rem; line-height: 1rem; margin:0;}
		.hightlight_4p .sale {  line-height: 2rem;   }
		.hightlight_4p span { font-size: 1rem;  }
		.hightlight_4p span small { font-size: 0.7rem; }
	}


/* 2-5 triple */
.triple{width: 1160px; margin:20px auto; }
.triple ul{ display: flex; justify-content: center;}
.triple li{ width: 560px; background: #fff; margin: 4px 10px; padding: 10px;}
.triple a { display: flex; }
.triple .font {  margin: 0 auto;padding: 0px 0px 0px 6px;width: 320px; text-align: center; display: flex;flex-direction: column;justify-content: space-between;height: 260px; overflow: hidden;}
.triple .font h4 { padding: 4px 0; background:var(--PV-eslite); color: #fff;}
.triple .font p {   }
.triple .font .price {  }
.triple .font img {  width: 134px; height: 134px; vertical-align: bottom;}
.triple .sm-pic {display: block;}
.triple img {height: 260px;width: 260px; object-fit: contain; margin: auto;}
	@media screen and ( max-width: 640px ){
		.triple{width: 100%; margin: auto;}
		.triple ul{flex-wrap: wrap;}
		.triple li{ width: 96vw; margin: 1vw; padding: 3vw;}
		.triple a {  }
		.triple .font { width: 44vw; height: 46vw; padding: 0 0 0 1.5vw;}
		.triple .font h4 { padding: 1vw 0;}
		.triple .font p { }
		.triple .font .price {  }
		.triple .font img {  width: 20vw; height: 20vw;}
		.triple img { height: 46vw; width: 46vw;margin:auto;}
	}

/* 4-4 circle_4p */
.circle_4p { width: 1200px; margin: 40px auto; }
.circle_4p ul { padding: 120px 31px 0px; overflow: hidden; display: flex; }
.circle_4p ul li { width: 274.5px; margin: 15px 5px; background-color: #fff; text-align: center; border-radius: 0 0 50px 50px; }
.circle_4p ul li a {  }
.circle_4p ul li img { display: block; border-radius:50%; margin: -132px auto 0 auto; height: 274.5px; width: 274.5px; border: solid 5px #f1f1f1;object-fit: contain;background: #ffffff; }
.circle_4p h3 { font-weight: 500; font-size: 22px; line-height: 60px; color:var(--PV-price); }
.circle_4p p { font-weight: 300; font-size: 16px; line-height: 20px; color:var(--PV-font); }
.circle_4p .sale {position: relative; display: inline-block; width: 210px; margin: 20px;overflow: hidden; padding: 0 33px 0 8px; line-height: 43px; text-align: center;  }
.circle_4p span {font-weight: 500; font-size: 20px; border-radius:50px; border: var(--PV-price) 1px solid; color:var(--PV-price); }
.circle_4p span small { font-size: 16px;}
.circle_4p span .go { position: absolute;right: 0; top: -15px; background-color:var(--PV-price); color: #fff; font-size: 16px; line-height: 63px; padding: 3px;}

	@media screen and ( max-width: 768px ){
		.circle_4p { margin: 0 0 5% 0; padding: 0 0 3%;width: 100%; }
		.circle_4p ul { padding:0 2%; flex-wrap: wrap;  }
		.circle_4p ul li { width: 48%; margin:1%; padding:1%; border-radius: 0 ; }
		.circle_4p ul li img {  width: 43vw; height: 43vw; margin: 0 auto 0 auto;}
		.circle_4p h3 {  font-size: 1rem; line-height: 1.2rem; margin: 2vw;  }
		.circle_4p p {  font-size: 0.8rem; line-height: 1rem;  }
		.circle_4p .sale { width: 85%; margin: 3vw; padding: 0 14% 0 0; line-height: 2rem;   }
		.circle_4p span { font-size: 0.9rem; border-radius:50px; }
		.circle_4p span small { font-size: 0.7rem;}
		.circle_4p span .go {  top: -18px;  font-size: 0.5rem; line-height: 4rem; padding: 1%;}
	}


/* 3-1 r-rectangle */
.r-rectangle { width: 1200px; margin:40px auto;}
.r-rectangle ul { padding: 0px 50px 0px; overflow: hidden; display: flex; }
.r-rectangle ul li { width: 326px; padding: 30px 30px 10px; margin: 15px 20px; background-color: #fff; text-align: center; }
.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; font-weight: 500; line-height: 32px; font-size: 22px;  color:var(--PV-font); }
.r-rectangle p { font-weight: 300; font-size: 16px; line-height: 20px; color:var(--PV-font); }
.r-rectangle .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;}

	@media screen and ( max-width: 768px ){
		.r-rectangle { margin: 0 0 5% 0; padding: 0 0 3%; width: 100%; } 
		.r-rectangle ul { padding: 0% 2%; overflow: visible;  flex-wrap: wrap; }
		.r-rectangle ul li { padding: 2% 5%; width: 98%; margin:1%;  }
		.r-rectangle ul li img {  width: 42vw; height: 38vw; margin: 0 auto 0 auto; float: left;}
		.r-rectangle h3 { padding: 6% 2% 2%; font-size: 1.2rem; line-height: 1.5rem;  }
		.r-rectangle p {  font-size: 0.8rem; line-height: 1.2rem;  }
		.r-rectangle .sale {display: inline-block; line-height: 2rem;  }
		.r-rectangle span { font-size: 1.2rem; }
		.r-rectangle span small { font-size: 1rem;}
	}

/* 6-1 collect_5x6 */
.nav{ width: 1168px; margin: auto; padding:  0;}
.nav ul{ display: flex; justify-content: center;}
.nav ul li{ width: 395px;text-align: center;font-size: 26px;background: #bab119 url(../images/texture.png);margin:0 4px;border-radius: 10px 10px 0 0;line-height: 54px;color: #fff; position: relative;}
.nav ul li::after {position: absolute;content: '';top: 100%;left: 120px;border: 20px solid transparent;border-top: 30px solid #f06980;width: 0;height: 0;display: none;}
.collect_5x6 { width: 1160px; margin: 0 auto 20px;background:#4695e2 url(../images/texture.png); border-radius: 0 0 10px 10px; padding: 20px 20px 60px;}
.collect_5x6 .content01,.collect_5x6 .content02,.collect_5x6 .content03,.collect_5x6 .content04 {margin: 0; padding: 0; position: relative;}
.collect_5x6 .more { font-size: 1.5rem;letter-spacing: 0;color: #ffffff;border-radius: 8px;padding: 10px 20px;line-height: 1.2rem;position: absolute;bottom: -45px;right: 8px;background: #d0470e;}
.collect_5x6 .more a { color: #fff;}

	/* h-row 橫排兩品 */
	.collect_5x6 .h-row {  display: flex;overflow: hidden; justify-content: center; }
	.collect_5x6 .h-row li { width: 544px; padding: 6px; margin: 6px; background-color: #fff; text-align: center; border-radius: 10px;float: left;}
	.collect_5x6 .h-row li a {display: flex; }
	.collect_5x6 .h-row li img {flex: 1;  width: 240px;height: 240px; object-fit: contain; margin: 0 auto 0 auto; }
	.collect_5x6 .h-row li font {flex: 1; padding:0px 0px 0 30px; text-align: left; margin: auto;}
	.collect_5x6 .h-row li font h3 { padding: 10px 0 0; font-weight: bold; line-height: 40px; font-size: 23px;  color:var(--PV-font);    margin: 0 0 0 0px; text-align: left; }
	.collect_5x6 .h-row li font p { margin: 3px 0; font-weight: 300; font-size: 20px; line-height: 24px; color:var(--PV-font);  }
	.collect_5x6 span { font-size: 30px; color:var(--PV-price);line-height: 50px;  font-weight: bold;}
	.collect_5x6 .special {font-weight: bold; font-size: 16px; color:#ffffff; background:var(--PV-price); line-height: 35px; padding: 5px 15px; border-radius: 20px; }
	.collect_5x6 span small { font-size: 18px;}

	/* h-row 直排四品 */
	.collect_5x6 .s-row {  overflow: hidden; display: flex; flex-wrap: wrap;justify-content: center;}
	.collect_5x6 .s-row li { width: 266px; padding: 0; margin: 6px; background-color: #fff; text-align: center;border-radius: 10px; overflow: hidden; }
	.collect_5x6 .s-row li img { display: block; margin: 0 auto 0 auto;width: 266px;height: 266px; object-fit: contain;padding: 10px;}
	.collect_5x6 .s-row li h3 { padding: 0; margin: 0; font-weight: bold; line-height: 48px; font-size: 24px;  color:#fff; background-color:#d0470e ; }
	.collect_5x6 .s-row p { margin: 10px 0; font-weight: 300; font-size: 16px; line-height: 24px; color:var(--PV-font);  }
	.collect_5x6 .s-row .sale { display: inline-block; line-height: 43px;   }
	.collect_5x6 .s-row span {font-size: 26px;}
	.collect_5x6 .s-row span small { font-size: 16px;}
	.hide {display: none;}

	@media screen and ( max-width: 640px ){
		.nav{ display: none;}
		.collect_5x6 .content01,.collect_5x6 .content02,.collect_5x6 .content03,.collect_5x6 .content04 {margin: 0px 0 2vw; padding: 1vw 0;}
		.collect_5x6 .more { border-radius: 8px; padding: 6vw; position: relative; bottom: 0;right: 0;text-align: center; display: block;margin: 1vw 2vw;}
		.collect_5x6 { margin: 0; overflow: hidden;width: 100%; min-width: 100%; padding: 2vw; }
		.collect_5x6 h2 { padding:2% 0 0% 0; font-size: 1.6rem; text-align: center;background: url(../images/h3bg.png) center no-repeat;background-size: 180%; margin: 0;}
		.collect_5x6 h2 p { font-size: 1rem; letter-spacing: 0; }
			/* h-row 橫排兩品 */
			.collect_5x6 .h-row { padding: 0 1%; display: block; }
			.collect_5x6 .h-row li { width: 96%; padding: 2%; margin: 2%; }
			.collect_5x6 .h-row li a { }
			.collect_5x6 .h-row li img {  width: 40vw;height: 40vw;  margin: 0 auto 0 auto; }
			.collect_5x6 .h-row li font { padding:0% 0% 0% 4%;}
			.collect_5x6 .h-row li font h3 { padding: 10% 0 0; line-height: 1.5rem; font-size: 1rem; margin: 0 0 0 0vw; letter-spacing: -1px;}
			.collect_5x6 .h-row li font p { margin: 0; font-size: 0.8rem; line-height: 1.2rem; }
			.collect_5x6 span { font-size: 1.2rem;line-height: 2rem;  }
			.collect_5x6 .special { font-size: 0.8rem; line-height: 0.8rem; padding: 1vw 2vw; }
			.collect_5x6 span small { font-size: 1rem;}

			/* h-row 直排四品 */
			.collect_5x6 .s-row { padding: 0 1%;   }
			.collect_5x6 .s-row li { width: 47%; padding: 0; margin:1.5%;  }
			.collect_5x6 .s-row li img { margin: 0 auto 0 auto;width: 42vw;height: 42vw; }
			.collect_5x6 .s-row li h3 { padding: 0; margin: 0 0 2% 0 ;  line-height: 2rem; font-size: 0.9rem;  }
			.collect_5x6 .s-row p { margin: 2% 0;font-size: 0.8rem; line-height: 1.2rem; padding: 0 1%;}
			.collect_5x6 .s-row .sale { line-height: 2rem;   }
			.collect_5x6 .s-row span {font-size: 1.2rem;}
			.collect_5x6 .s-row span small { font-size: 1rem;}
			.hide {display: block;}
			.content01, .content02, .content03, .content04, .content05, .content06 { margin: 6% 0;} 
	}


/* 6-5 keyword 關鍵字 */
.keyword { width: 1200px; margin: auto; min-width:1200px;}
.keyword { margin: 0px auto 40px; padding: 0px 50px; overflow: hidden; /*display: none;*/}
.keyword ul {display: flex; flex-wrap: wrap; justify-content: center;  }
.keyword ul li {  text-align: center; overflow: hidden;margin: 10px;padding: 0 20px; border: solid 1px;}
.keyword ul li:active a, .keyword ul li:hover a { color: #469bec;}
.keyword ul li a { color: #000;font-weight: bold; font-size: 24px; }
.keyword ul li a span { color: #f3f68c;}

	@media screen and ( max-width: 768px ){
		.keyword { margin:auto; padding: 0;width: 100%;min-width: 100%; }
		.keyword ul { overflow: hidden; margin: 3vw; }
		.keyword ul li { margin: 1vw; padding: 1vw 3vw;line-height: 1.2rem; }
		.keyword ul li a { font-size: 0.95rem; line-height: 1rem}
	}

/* AD */
.banner { width: 1160px; margin:auto  ; padding: 20px; background: #f58d37 url(../images/texture.png); border-radius: 20px;}
.banner ul { display: flex; flex-wrap: wrap; justify-content: center;}
.banner ul li {  margin: 2px 4px;}
.banner ul li img {width: 540px; }
@media screen and ( max-width: 640px ){	
/* AD */
.banner { margin: 0; padding: 2%; background:none; padding-bottom:0px; width: 100%; min-width: 100%; background: none;}
.banner ul li {  }
.banner ul li {width: 96%; margin: 2%; }
.banner ul li img {width: 100%; }	
}

/* AD */
.banner01 {  margin:2vw auto 0  ; padding: 0;   }
.banner01 ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0;}
.banner01 ul li { background: none; margin: 0; padding: 0; width: auto;}
.banner01 ul li img { width: 100%;height: 100%;}
	@media screen and ( max-width: 640px ){	
		.banner01 { margin: 1vw auto; padding: 0; }
		.banner01 ul li {overflow: hidden; float: none; }
		.banner01 ul li {width: 96%; margin: 2%; }
		.banner01 ul li img {width: 100%;  }	
	}

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


