@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.png") repeat;*/
	scroll-behavior: smooth;
}
body{ position: relative;}
	@media screen and ( max-width: 640px ){
		body{ padding-bottom:0vw; background:#cff3ff;}
	}

/* Public Version 公版顏色設定 */
:root {
	--PV-eslite: #a7212f; /* 誠品線上標準色 */
	--PV-font: #323232; /* 文字色-灰 */
}

/* 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; max-width:1920px !important; margin:0 auto; }
.topbox { position: relative; width: 1200px; margin:0 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; }

.kv-title{ position:absolute; top:71px; left:380px;}
.kv-sp{ position:absolute; top: 354px; left: 500px;}

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


 /* ----------------------CUSTOMERIZATION---------------------- */
h2 { color:#fff34e; margin:0 auto; font-weight:bold; width:100%; background:url("../images/bg_theme.png") no-repeat center center; letter-spacing:2px; }
h2 big { color:#fff34e;}
.titleC h2 p{ color:#fcfaf7; padding:2px 0; font-size: 2rem;}
.circle .font .price{ color: var(--PV-font);}

.titleC{ margin:40px auto 0px auto;}
.title-h2 h2{ background:url("../images/bg_theme-1.png") no-repeat center bottom;}

.hightlight { background:#fff; border-radius:0 0 100px 100px; padding:20px 0; margin:0 auto 20px auto; position:relative; }
.items3 { background:url("../images/mbg_01.png") repeat; border-radius:10px;}
.hightlight li { background: #fff;}
.hightlight .font h4 { background:#ef6a4a;}

.triple { margin: 20px auto;}
.triple li { margin: 6px; border-radius:10px;}
.triple big{ color:var(--PV-font);}
.triple .font h4 { background:#ef6a4a; }

.items3 img { width: 360px; height: 360px; margin:0 auto; }

	@media screen and (max-width: 640px){
		h2 { font-size:2.52rem; padding:2vw 0; letter-spacing:0px; position:initial; margin:0 auto; background:url("../images/mbg_theme.png") no-repeat center bottom/100%;}
		h2 p{ font-size:1rem; line-height:2rem; }
		
		.titleC{ margin:4vw auto 1vw auto;}
		.titleC h2 p{ font-size:1.8rem; padding:0; }
		.title-h2 h2{ background:url("../images/mbg_theme.png") no-repeat center center/100%;}

		.hightlight { padding:2vw 0; margin:0px auto; background: none; border-radius:0; }

		.triple li { border-radius:0px; padding: 2vw;}
		.triple .font { padding: 0 0 0 1vw;}
		.triple .font h4 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 1vw;}
		.triple .font p { font-size: 0.9rem; letter-spacing: -0.8px;}

		.items3 li{ width: 46vw;}
		.items3 img { width: 40vw; height: 40vw; }
	}




 /* ----------------------BACKGROUND---------------------- */
 .container1200 { max-width:1160px; margin:10px auto; padding:10px 0; position:relative; }
 .container1920 { max-width:1920px; margin:10px auto; padding:5px 0; position:relative; }
	  @media screen and ( max-width: 640px ){
		 .container1200, .container1920{ max-width:100vw; min-width:320px; padding:2vw 0; text-align:center; }
	 }

.content{ padding:0; text-align:center; background:url("../images/bg_nido.png") no-repeat center top, url("../images/bg_deco.png") repeat-y center top, url("../images/bg.png") repeat;  }
.bg_img{ width:1920px; height:7900px; max-width:100%; position:absolute; /*background:url("../images/bg_deco.png") repeat-y center top;*/ background-size:1920px;}

.bg01{ padding:1px 0 10px 0; margin:40px auto 0px auto; background:url("../images/mbg_01.png") repeat;}

.bg_bnr{ margin:0 auto; background:url("../images/mbg_02.png") repeat-y; }
	.banner { padding:20px 0px; margin:0 auto; position:relative;}
	.banner li { margin:8px; }
	.bg_bnr .banner { margin: 0px auto; }
	@media screen and (max-width: 640px){
		header div{ margin:2.5vw 10px 0px 0px !important;}

		.content{ border-radius:0px; padding:0; margin:0 auto; }
		.bg_img{ display: none;}

		.bg01 { padding:2vw 0; margin:2vw auto 0 auto;  }

		.bg_bnr{ margin:0 auto; }
			.banner li { margin:1.5vw 2vw; }
			.bg_bnr .banner { margin: 0 auto; padding:4vw 1vw; }
			.banner img { width:96%; margin: 0 auto;}
	}
	@media screen and (max-width: 320px){
		header img{ width:62%;}
	}




 /* ---------------------- OTHERS ---------------------- */




/* hover effect */
li:hover { transform: scale(1);}
.container li, .more {
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
	-webkit-transition-property:transform;
	        transition-property:transform;}
.container li:active, .container li:focus, .container li:hover,
.more:active, .more:focus, .more: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,
		.more:active, .more:focus, .more:hover{
			-webkit-transform:translateY(0px);
					transform:translateY(0px);}
	}
	
	


/*--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: 30px;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:18vw /*2vw*/;right: 0;margin: 2vw;	}
	}



