@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.jpg") top center repeat;
}



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

/* 樣式 */

/* 01優惠/07暢銷 */
.bg01, .bg02, .bg07{
    margin-top: 1.5em;
}

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

.alternate ul:nth-child(odd) li:first-child img {
    width: 43vw;
    height: 43vw;
}

.alternate ul:nth-child(even) li:last-child {
    order: -1;
    border-radius: 0;
}

.alternate ul:nth-child(even) li:last-child img {
    width: 43vw;
    height: 43vw;
}

.titleB h2:before, .titleB h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #3d4d4d;
}

html{
	background:url("../images/bg_m.jpg") top center repeat;
}

}

/* menu */

.bg_menu .brand .font {
    background: url(../images/menu_icon.png) no-repeat;
    padding: 0 0 0 30px;
    margin-top: 8px;
}

.brand .font {
    margin: auto 0;
    padding: 8px 20px;
}

.bg_menu .brand li {
    padding: 0 0 0 90px;
    height: 50px;
}

.bg_menu .brand .font h4{
    font-size: 32px;
    font-weight: 100;
}

.bg_menu h4 big {
    color: #ffeb9d;
    font-size: 32px;
    font-weight: 500;
}

.bg_menu {
	/* background: #666; */
    background: url(../images/bg_menu.jpg) repeat;
}

.line {
    border-left: 1px solid #fff;
}

.container1920 {
    max-width: 1920px;
    height: 80px;
    margin: 0px auto;
    padding: 10px 0;
    position: relative;
}

.brand {
    margin: 0px auto;
}

.container li {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

@media screen and (max-width: 640px){
.container1920 {
    min-width: 320px;
    height: 65vw;
    padding: 3vw 0;
    text-align: center;
}
.brand {
    width: 100%;
}

.brand li {
    width: 90vw;
    height: 24.3vw;
}

.bg_menu .brand li {
    padding: 0 0 0 83px;
    height: 70px;
}

.line {
    border-left: 0;
}

.bg_menu .brand .font h4{
    font-size: 26px;
}

.bg_menu h4 big {
    font-size: 26px;
}


}

.brand h4{
	color: #fff;
}


/* 01優惠推薦 */

h2{
    color: #3d4d4d;
    background: url(../images/h2bg.png) center no-repeat;
    margin: 0.5em auto;
}

.part_01{
    background: url(../images/part_01.jpg) top center no-repeat!important;background-size:100% !important;
}

.part_02{
    background: url(../images/part_02.jpg) top center no-repeat!important;background-size:100% !important;
}

/* 03都會、05靈感bg */

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

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

/* 03都會、05靈魂系標題外連鈕 */

.titleB h2 {
    display: none;
}
@media screen and (max-width: 640px){
.titleB h2 {
    display: block;
    letter-spacing: 1px;
    width: auto;
    color: #933c29;
}
}

.bg_3 {
    padding: 50px 0 0 480px;
}
.bg_3 .box_1x8 {
    margin: 0 auto;
    padding: 0 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 0px;
    width: 600px;
}

.bg_3 .box_1x8 li {
    width: 120px;
    height: 120px;
    background: url(../images/bg03_btn.jpg) top center no-repeat;
    margin: 0 20px 20px 0;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    border-radius: 60px;
    transition: all 0.5s;
    display: table;
}

.bg_3 .box_1x8 li:hover {
    border-radius: 20px;
}

.bg_3 .box_1x8 li a {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.bg_3 .box_1x8 li a p {
    color: #ffffff;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

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

.bg03{
    background: url(../images/bg03_m.jpg) top center repeat;
}
.bg05{
    background: url(../images/bg05_m.jpg) top center repeat;
}

.bg_3 {
    width: 100%;
    padding: 2vw 0;
}
.box_1x8 li p {
    width: 26vw;
    height: 26vw;
    margin-right: 0vw;
    font-size: 22px;
    line-height: 26px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
}

.bg_3 .box_1x8 {
    width: 93vw;
    padding: 1vw;
}

.bg_3 .box_1x8 li {
    width: 26vw;
    height: 26vw;
    margin: 2vw 2vw;
}

.box_1x8 li p {
    width: 26vw;
    height: 26vw;
    margin-right: 0vw;
    font-size: 22px;
    line-height: 26px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
}

}
/* 03都會、05靈感系 商品 */
.rectangle_3p li {
    padding-bottom: 20px;
    width: 300px;
    margin: 12px 12px 50px;
}
.rectangle_3p h4 {
    /* background: #fb1748; */
    color: #ffffff;
    border-radius: 20px;
    padding: 8px 20px;
    margin-top: -40px;
}

/* .rectangle_3p .font {
    text-align: left;
    width: 100%;
    padding: 0 25px;
} */

.booktitle {
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 600;
}

.rectangle_3p .font .moto {
    border-left: 5px solid #562021;
    width: 100%;
    padding: 0 25px 0 10px;
}

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

.bg03 h2, .bg05 h2{
    background: none;
}

.rectangle_3p {
    padding-bottom: 2em;
}

.rectangle_3p h4 {
    border-radius: 10px;
    padding: 3% 3%;
    margin-top: -20px;
    font-size: 15px;
}

.rectangle_3p li img {
    padding: 0px;
    width: 40vw;
    height: 45vw;
    margin-left: 0px;
}

.rectangle_3p .font {
    padding: 0 2vw;
}

.rectangle_3p ul li:first-child .font {
    padding: 1vw 0vw 1vw 3vw;
}

.rectangle_3p .font p {
    text-align: center;
    width: 100%;
    padding: 3px 0vw;
    font-size: 16px;
}

.rectangle_3p .font p {
    text-align: center;
    width: 100%;
    padding: 3px 0vw;
    font-size: 16px;
}

.rectangle_3p .font .moto {
    border-left: 0px solid #562021;
    width: 100%;
    padding: 0 0vw 2vw 0vw;
    font-size: 14px;
}

.rectangle_3p li {
    padding-bottom: 0;
    width: 47vw;
    margin: 1% 1vw 3vw;
    padding: 1vw;
}

/* .rectangle_3p h4 {
    border-radius: 10px;
    padding: 3% 3%;
    margin-top: -20px;
    font-size: 15px;
} */

.rectangle_3p .font {
    /* width: 100%; */
    padding: 0 2vw;
}
.rectangle_3p .font p {
    text-align: center;
    width: 100%;
    padding: 3px 0vw;
    font-size: 16px;
}
.rectangle_3p .font p {
    text-align: center;
    width: 100%;
    padding: 3px 0vw;
    font-size: 16px;
}
.rectangle_3p .font .moto {
    border-left: 0px solid #562021;
    width: 100%;
    padding: 0 0vw 2vw 0vw;
    font-size: 14px;
}

}

/* 04機能/06隨性/09療癒bg */
.bg04 {
    background: url(../images/bg04.jpg) top center no-repeat;
    padding-bottom: 2.5em;
}

.bg06 {
    background: url(../images/bg06.png) top center no-repeat;
}

.bg09 {
    background: url(../images/bg09.png) top center no-repeat;
}

@media screen and (max-width: 640px){
    .bg01, .bg02, .bg04, .bg06, .bg07, .bg09, .bg10, .banner, footer {
        background: url(../images/bg_m.jpg) top center repeat;
    }

    .bg04 h2, .bg06 h2, .bg09 h2 {
        background: none;
    }
}


/* 04機能/06隨性/09療癒 */
.titleB {
    display: none;
    margin: 0;
    padding: 20px 0;
}
.hightlight_5p {
    width: 1180px;
    margin: 0 auto;
    padding: 25px 0;
}

.titleB h2 {
    display: none;
}

.hightlight_5p ul li {
    height: 300px;
    margin-top: 150px;
}

.hightlight_5p ul li {
    height: 335px;
    margin-top: 150px;
}

.hightlight_5p ul li:first-child {
    width: 260px;
    height: 450px;
    margin-top: 35px;
    padding-top: 10px;
}

.hightlight_5p img {
    padding: 6px;
    object-fit: contain;
}

.hightlight_5p ul li:first-child img {
    width: 260px;
    height: 260px;
    margin: 0 auto 10px;
}

.hightlight_5p .font h4 {
    background: #3d4d4d;
}

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

.titleB {
	display: block;
	padding: 0;
}

.titleB:nth-child(1) {
	background: url(../images/bg2.jpg)repeat;
	padding-top: 2vw;
}

.hightlight_5p ul li:first-child img {
    width: 46vw;
    height: 46vw;
    margin: 0 ;
}

/* .bg_7 .titleB:nth-child(1), .bg_7 .hightlight_5p {
    background: #ffd427 url(../images/texture.png) top center repeat;

} */

.bg_7 .titleB h2 {
    font-size: 26px;
    line-height: 30px;
    color: #3d4d4d;
}

.titleB h2 {
    display: block;
    letter-spacing: 1px;
    width: auto;
    color: #933c29;
}

.hightlight_5p {
    width: 100%;
    margin: 0 auto;
    padding: 2vw 0;
}

/* .bg_7 .titleB:nth-child(1), .bg_7 .hightlight_5p {
    background: #ffd427 url(../images/texture.png) top center repeat;
} */

.hightlight_5p ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hightlight_5p ul {
    flex-wrap: wrap;
}

.hightlight_5p ul li {
    height: auto;
    margin-top: 0;
}

.hightlight_5p ul li:first-child {
    width: 96vw;
    height: auto;
    margin-top: 0px;
    padding-top: 10px;
}

}

/* 08類別分類 */
.wrapper-4-1 {
    background: url(../images/bg08.jpg) repeat;
    width: 100%;
    margin: auto;
    padding: 1.5em 1em 3em 1em;
}

	.keyword { max-width:1200px; margin:0 auto; padding:0px 10px 0px 10px; text-align:center; 
		/*background: url("../images/bg05.jpg")repeat; */ }
	.keyword div { display:flex; justify-content:center; align-content:center; }
	.keyword div div { width:130px; height:130px; border-radius:50%; margin:0.5%; background:url(../images/bg03.png) repeat; 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; }

	.keyword div {
		display: flex;
		justify-content: center;
		align-content: center;
	}
	.keyword div div {
		width: 130px;
		height: 130px;
		border-radius: 50%;
		margin: 0.5%;
		background: url(../images/bg08_btn.jpg) repeat;
		transition: all 0.3s;
		display: grid;
	}
	
		@media screen and ( max-width: 768px ){
			.keyword { padding:1% 0 4% 0; background:url(../images/m/bg-b.jpg) repeat; }
			.keyword div { flex-wrap:wrap; }
			.keyword div div { width:20vw; height: 20vw; 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:bold; letter-spacing:1px; font-size:1em; line-height:1.1em; }
		}


/* 10品牌快搜 */
.bg10 .brand .font h4 {
    color: #3b3b3b;
    font-size: 22px;
    margin: 0.25em 0;
}

.bg10 .brand .font p{
    color: rgb(36, 36, 36);
}

.bg10 .brand .font {
    margin: auto 0;
    padding: 20px 20px;
}





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