@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-b.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);}


/* 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;}
.title01{ top: 0px; left: 1008px; position: absolute;}
.title02{ top: 250px; left: 562px; position: absolute;}
.title03{ top: 478px; left: 20px; position: absolute;}
.title04{ top: 482px; left: 1043px; position: absolute;}
.title05{ top: 553px; left: 223px; 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: 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; }

}



/* bg */
.bg01 { padding: 132px 0 0px; background: url("../images/s1-title.png")top center no-repeat;}
.bg01 h2,.bg02 h2{display: none;}
	@media screen and ( max-width: 640px ){
.bg01 h2,.bg02 h2{display: block;}
	}

.bg02 { width: 1200px;margin: auto;background:url("../images/s2-title.png")top center no-repeat, url("../images/bg-y.jpg")top center repeat; padding-top: 146px;}
.bg02 h2{ font-size: 68px;color:#022f3d; }
.bg03 { margin: auto;background:url("../images/s4-title.png") top center repeat-y; margin-bottom: 40px;}
.bg03 h2{color:#022f3d; background: url("../images/s3-title.png") no-repeat top center;}
.bg04 { margin: auto;background:url("../images/s3-title.png") no-repeat; background-position: center 30px;}
.bg04 h2{ color:#022f3d; }
.bg05 { background:url("../images/bg-db.png")top center repeat; }
.bg05 h2{ color: #ffffff;}	
.last{ background: url("../images/ad.jpg") top center no-repeat; padding-bottom: 40px;}
@media screen and ( max-width: 1433px ){
		
		.bg02 { width: 100%;}
	}
	@media screen and ( max-width: 640px ){
		.bg01 h2{ background: url("../images/bg-db.png") repeat; width: 96vw; color: #ffffff; margin-bottom: 0px; padding: 2vw 0;}
		.bg01 { padding: 3vw 0 0;background:none;	}
		.bg02 h2{font-size: 1.8rem; line-height: 2.5rem; }
		.bg02 { width: 100%; background: none; padding-top: 0px;}
		.bg03 h2{background:none;}
		.bg03 { width: 100%;margin-bottom: 0px;}
		.bg04 { margin: auto;background:none;}
		.last{ width: 100%;background: url("../images/bg-b.jpg") top center repeat; padding-bottom: 0px;}
	}



/* Public Version 公版顏色設定 */
:root {
	--PV-font: #343434; /* 文字色-灰 */
	--PV-main: #96300f; /* 公版主色-橘紅 */
	--PV-price: #a62d33; /* 價格顏色-紅 */
	
	--bg-pink:repeating-linear-gradient( -45deg ,white 0%, white 7.5px, #000 7.5px, #000 15px, white 15px, white 22.5px, #000 22.5px, #000 30px); /* 粉色條紋 */
	--bg-green:repeating-linear-gradient( -45deg ,white 0%, white 7.5px, #91dfd4 7.5px, #91dfd4 15px, white 15px, white 22.5px, #91dfd4 22.5px, #91dfd4 30px); /* 綠色條紋 */
	--bg-pink2: #f06980 url(../images/texture.png) top center repeat; /* 粉色 */
	--bg-green2: #75acab url(../images/texture.png) top center repeat; /* 綠色 */
	
}

h2 { padding:0; font-weight: 900; font-size: 58px; line-height: 58px; text-align: center;color: #022f3d; margin: 30px 0 15px;}
h2 p { font-weight: 300; font-size: 20px; line-height: 20px; padding: 10px 0 0; margin: 0; color: #171717;}
h2 small { font-size: 30px;color: #e1435d; }
	@media screen and ( max-width: 640px ){
		h2 { padding:2.5% 0 0% 0; font-size: 1.8rem; line-height: 2.5rem;  text-align: center; letter-spacing: -0.1rem; margin: 1vw auto 1vw;}
		h2 p { font-size: 1rem; line-height: 1rem; padding: 0 0;  }
		h2 small { display: block;font-size: 1.2rem;line-height: 1.4rem;}
	}


/* awards */
.awards { width: 1200px; margin: auto;background: var(--bg-pink);padding: 16px;border-radius: 10px;}
.awards ul { padding: 30px 0; overflow: hidden; display: flex; justify-content: center; background:var(--bg-pink2);  margin: 0px auto;}
.awards ul li { width: 210px;padding: 0px ; margin: 0 8px;  text-align: center; position: relative; }
.awards ul li img { display: block; width: 210px;height: 210px;object-fit: contain; margin: 0 auto 10px; background: #fff; }
.awards ul li a::before { content: ''; width: 41px; height: 49px; position: absolute; top: -15px; right: 15px; transition-duration:.5s; }
.awards ul li:hover a::before {  background:url("../images/like.png") top center no-repeat; display: block; }
.awards h4 { padding: 0 ;  line-height: 32px; font-size: 22px;  color:#ffffff; font-weight: 500; border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.awards p { font-weight: 300; font-size: 16px; line-height: 20px; color:#ffffff; margin: 6px 0 0;}
.awards .sale { display: inline-block; line-height: 20px; margin: 10px 0 0; }
.awards span {font-weight: bold; font-size: 18px; color:#fff776; }
.awards span small { font-size: 14px; }
/* title */
.awards ul .awards_title {  color: #ffffff;padding: 25px 0 0; }
.awards ul .awards_title:hover{transform:none;}
.awards ul .awards_title h3 { font-size: 60px; position: relative;color: #fff776;}
.awards ul .awards_title span {  border-radius:50%;font-size: 35px;padding: 2px 10px;background: #fff; color: #ea808d; position: relative;margin: auto -5px;font-weight: 300;}
.awards ul .awards_title text {font-weight: 300;font-size: 18px; line-height: 33px; }
	@media screen and ( max-width: 640px ){
		.awards { width: 100%; padding: 2vw; margin: 0;}
		.awards ul { padding: 1vw; flex-wrap: wrap;  }
		.awards ul li { width: 45vw;padding: 0px ; margin: 1vw;   }
		.awards ul li a {  }
		.awards ul li img { width: 45vw;height: 45vw; margin: 0 auto;  }
		.awards h4 { padding:0 ;  line-height: 1.8rem; font-size: 1rem; margin: 1vw 0;}
		.awards p {  font-size: 0.8rem; line-height: 1rem; margin:0;}
		.awards .sale {  line-height: 2rem; margin:  0 ;   }
		.awards span { font-size: 1rem;  }
		.awards span small { font-size: 0.7rem; }
		/* title */
		.awards ul .awards_title {  padding: 2vw 0; order: -1; width: 90vw; }
		.awards ul .awards_title h3 { font-size: 2.4rem; display: inline; line-height: 2.6rem;}
		.awards ul .awards_title span {  font-size: 1.4rem;padding: 0.1rem 0.4rem; margin: auto -1vw;}
		.awards ul .awards_title text {font-size: 18px; line-height: 33px; display: none;}
	}

/* awards-special */
.awards-special { width: 1200px; margin: 30px auto;background: var(--bg-green);padding: 16px;border-radius: 10px; }
.awards-special ul { padding: 30px 16px; overflow: hidden; display: flex; justify-content: center; background:  var(--bg-green2);  }
.awards-special ul li { width: 226px;padding: 20px 0 0; margin: 0 3px;  text-align: center; position: relative; }
.awards-special ul li img { display: block; width: 226px;height: 226px;object-fit: cover; margin: 0 auto 10px; border-radius: 50%; padding: 10px;}
.awards-special ul li a::before { content: ''; width: 41px; height: 49px;  position: absolute; top: -15px; left: 15px; transition-duration:.5s; }
.awards-special ul li:hover a::before {  background:url("../images/like.png") top center no-repeat; display: block; }
.awards-special svg {display: block;overflow: visible;position: absolute;}
.awards-special svg path { fill: none; }
.awards-special svg textPath { font-size: 11px; fill: #fff; }
.awards-special p { font-weight: 300; font-size: 16px; line-height: 20px; color:#ffffff; margin: -10px 0 0;}
.awards-special .sale { display: inline-block; line-height: 20px; margin: 10px 0 0; color: #fff776;}
.awards-special span {font-weight: bold; font-size: 18px; color:#ffffff; }
.awards-special span small { font-size: 14px; }
/* title */
.awards-special ul .awards_title { width: 243px;  color: #fff; padding: 0;padding: 20px 0 0; }
.awards-special ul .awards_title:hover{transform:none;}
.awards-special ul .awards_title h3 { font-size: 60px; line-height: 68px;margin: 0 auto 25px;color: #fff776;}
.awards-special ul .awards_title span { background-color: #fff; border-radius:50%;font-size: 35px;padding: 2px 10px; color: #79afad; font-weight: 300;}
.awards-special ul .awards_title text {font-weight: 300;font-size: 18px; line-height: 33px; }

	@media screen and ( max-width: 640px ){
		.awards-special { width: 100%; padding: 2vw; margin: 0 0 5vw;}
		.awards-special ul { padding: 1vw; flex-wrap: wrap;  }
		.awards-special ul li { width: 45vw;padding: 0px ; margin: 3vw 1vw 5vw;   }
		.awards-special ul li a {  }
		.awards-special ul li:hover a::before {  display: none; }
		.awards-special ul li img { width: 45vw;height: 45vw; margin: 0 auto;  }
		.awards-special h4 { padding:0 ;  line-height: 1.8rem; font-size: 1rem; margin: 1vw 0;}
		.awards-special p {  font-size: 0.8rem; line-height: 1rem; margin:0;}
		.awards-special .sale {  line-height: 2rem; margin:  0 ;   }
		.awards-special span { font-size: 1rem;  }
		.awards-special span small { font-size: 0.7rem; }
		/* title */
		.awards-special ul .awards_title {  padding: 2vw 0; order: -1; width: 90vw; margin: 0 auto 5vw;}
		.awards-special ul .awards_title h3 { font-size: 2.4rem; display: inline; line-height: 2.6rem;}
		.awards-special ul .awards_title span {  font-size: 1.4rem;padding: 0.1rem 0.4rem; margin: auto -1vw;}
		.awards-special ul .awards_title text {font-size: 18px; line-height: 33px; display: none;}
	}




/* 3-1 r-rectangle */
.r-rectangle { width: 1200px; margin:0px auto 40px;/*background: var(--bg-pink); */border-radius: 10px; padding: 16px 0px;}
.r-rectangle h2 { padding: 22px 0 0;background: #fff; margin: 0; }
.r-rectangle h2 p { padding: 10px 0 0;background: #fff; margin: 0; }
.r-rectangle ul { padding: 0px 50px 0px; overflow: hidden; display: flex; background: #fff; }
.r-rectangle ul:nth-child(1){ padding-top: 20px;}
.r-rectangle ul li { width: 326px; padding: 0; margin: 20px auto; 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: 640px ){
		.r-rectangle { margin: 0 0 5% 0; padding: 2vw; width: 100%; } 
		.r-rectangle ul:nth-child(1){ padding-top: 0px;}
		.r-rectangle ul { padding: 0% 2%; overflow: visible;  flex-wrap: wrap;  background: none;}
		.r-rectangle ul li { padding: 2% 0%; width: 98%; margin:1%;  }
		.r-rectangle ul li img {  width: 42vw; height: 38vw; margin: 0 auto 0 auto; float: left;}
		.r-rectangle h3 { padding: 9% 0 0; font-size: 1rem; 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;}
	}

/* 4-4 circle_4p */
.circle_4p { width: 1200px; margin: 0px auto 40px; /*background: var(--bg-green); border-radius: 10px;*/ padding: 16px;}
.circle_4p h2 { padding: 22px 0 0;background: #fff; margin: 0; }
.circle_4p ul { padding: 140px 0px 0px; overflow: hidden; display: flex;background:#022f3d;justify-content: center; border-radius:0 0 60px 60px;}
.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: 640px ){
		.circle_4p { margin: 0 0 3vw 0; padding: 2vw;width: 100%; }
		.circle_4p ul { padding:2vw 2%; flex-wrap: wrap;  border-radius: 0px; }
		.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%;}
	}

/* 4-7 hightlight_4p */
.hightlight_4p { width: 1200px; margin: auto;/*background: var(--bg-pink); border-radius: 10px;*/ padding: 16px; }
.hightlight_4p { margin: 0px auto 40px;  }
.hightlight_4p ul { padding: 20px 0; overflow: hidden; display: flex; justify-content: center; /*background:  var(--bg-pink2);*/}
.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: contain; margin: 0 auto;  }
.hightlight_4p h3 { padding: 5px 0 ;  line-height: 32px; font-size: 22px;  color:#ffffff; background: #fc586b;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; padding-top: 0px;}
		.hightlight_4p ul { padding: 1vw; flex-wrap: wrap;  background: url("../images/bg-db.png") repeat;}
		.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.9rem; 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; }
	}

/* 6-1 collect_5x6 */
.nav{ width: 1200px; margin: auto; padding:  0;}
.nav ul{ display: flex; justify-content: center;}
.nav ul li{ width: 295px;text-align: center;font-size: 26px;background: #80b0ae;margin: 4px;border-radius: 10px;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: 1200px; margin: 0 auto 40px;background: var(--bg-green); border-radius: 10px; padding: 16px;}
.collect_5x6 .content01,.collect_5x6 .content02,.collect_5x6 .content03,.collect_5x6 .content04 {margin: 0;background: var(--bg-green2); padding: 20px 0;}
	/* h-row 橫排兩品 */
	.collect_5x6 .h-row {  display: flex;overflow: hidden; justify-content: center; }
	.collect_5x6 .h-row li { width: 554px; padding: 15px; margin: 15px 11px; 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; }
	.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-weight: 500; font-size: 30px; color:var(--PV-price);line-height: 50px;  }
	.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: 15px 11px; 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;}
	.collect_5x6 .s-row li h3 { padding: 0; margin: 0; font-weight: bold; line-height: 48px; font-size: 24px;  color:#fff; background-color:#eea3ac ; }
	.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 { margin: 0; overflow: hidden;width: 100%; min-width: 100%; padding: 2vw; }
		.collect_5x6 h2 { padding:2% 0 0% 0; font-size: 1.8rem; line-height: 2.9rem;  text-align: center; }
		.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;} 
	}

/* photograph */
.photograph{overflow: hidden; padding: 10px 60px 0;margin: 0;/*background: var(--bg-pink2);*/}
.photograph a { display: flex; justify-content: space-between;background:#022f3d;}
.photograph a p {font-weight: 500; font-size:18px; line-height: 30px; color:#fff; text-align:center;}
.photograph a font { width: 400px; margin: auto;padding: 0px 20px 0;}
.photograph a font h3 { background: none;color: #ffc955;text-align: center;}
.photograph a img { width: 650px; height: 300px;object-fit: cover;}
	@media screen and ( max-width: 640px ){
		.photograph{padding: 0 ;margin: auto;}
		.photograph a { flex-wrap: wrap;}
		.photograph a p {width: 90%; font-size:0.8rem; line-height: 1.2rem; color:#fff; padding: 2vw; margin: auto;}
		.photograph a font { width: 100%; padding: 0;}
		.photograph a font h3 { font-size: 1.4rem;}
		.photograph a img { width: 90vw; height: 50vw;object-fit: cover;margin: 2vw auto;}
		
		
	}



/* 6-5 keyword 關鍵字 */
.keyword { width: 1200px; margin: auto; min-width:1200px;}
.keyword { margin: 0px auto 60px; padding: 0px 50px; overflow: hidden; /*display: none;*/}
.keyword h2{ margin-bottom: 20px;color:#022f3d;}
.keyword ul {display: flex; flex-wrap: wrap; justify-content: center;  }
.keyword ul li { border-radius:10px; margin:6px; padding: 10px 30px; background-color: #022f3d; text-align: center; overflow: hidden; }
.keyword ul li a { color: #fff;font-weight: bold; font-size: 18px; }
.keyword ul li a span { color: #022f3d;}
.keyword ul li:nth-child(even) {background-color: #022f3d;}
.keyword ul li:active, .keyword ul li:hover { background-color: #186881;}
@media screen and ( max-width: 640px ){
		.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: 1rem; }
		.keyword ul li a { font-size: 0.8rem; }
	}

/* AD */
.AD { width: 1200px; margin: 0 auto 40px ; padding: 0;   }
.AD ul { display: flex; flex-wrap: wrap; justify-content: center;}
.AD ul li {  margin: 4px 8px;}
.AD ul li img {width: 560px; }
@media screen and ( max-width: 640px ){	
/* AD */
.AD { margin: 0; padding: 2%; overflow: hidden;background:none; padding-bottom:0px; width: 100%; min-width: 100%;}
.AD ul li {overflow: hidden; float: none; }
.AD ul li {width: 96%; margin: 2%; }
.AD 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: 640px ){
#gotop {
  bottom: 0;
  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;
}


