/*---Reset CSS---*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;font-family:Arial, Helvetica, "微軟正黑體",sans-serif; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	display: block;
}
img:hover{
/*	transform: scale(1.01);*/
/*	filter: brightness(1.08) contrast(100%);*/
	/*CSS3圖片變亮濾鏡*/
}
*{
	box-sizing: border-box;
}

/*==========電腦版==========*/
body{
	background-color: #2f0b0d;
}

/*---最外圍 背景---*/
.all{
	width: 100%;
	height: 0;
	padding-bottom: 65%;/*背景圖寬高比例*/
	background-image: url(images/ad_bg.jpg);
	background-size: cover;
	background-position: center top;
}


.wrapper{
	width: 90%;
	margin: 0 auto;
}

.wrapper .ad{
	width:100%;
	height: auto;
	margin-bottom: 20px;
}

.ad header{
	width: 100%;
	height: 70px;
	position: relative;
}

.wrapper h1{
	width:100%;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background: #e91e63;
	padding: 15px 0;
	/* margin-bottom: 20px; */
}

.wrapper h1 span{
	color: #ff6;
}

.wrapper h1 span:last-child{
	color: #fff;
	font-size: 1rem;
	margin-left: 10px;
}

/*主視覺*/
.main{
	width: 100%;
	height: auto;
	position: relative;
}

.main a{
	display: block;
}

.main a img{
	width: 100%;
	height: auto;
}

.main a.kitchen{
	width: 11vw;
	position: absolute;
	top: 15px;
	right: 4.8vw;
	z-index: 1;
}

.main a.kitchen-s{
	display: none;
}

.main_s{
	display: none;
	width: 100%;
	height: auto;
}

.main_s img{
	width: 100%;
	height: auto;
}

/*返回選單*/
.back{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
}
	
.back a{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	font-size: 34px;
	color: #fff5e1;
	background-color: #e91e63;
	border-radius: 50%;
}
	
.back a:hover{
	font-size: 40px;
	background-color: #a4005b;
}

/*選單*/

.menu{
/*	z-index: 99;*/
}
nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}

nav ul{
	margin-left: 1px;
}

nav ul li{
	float: left;
	width: 16.66%;
	text-align: center;
	border-left: 1px rgba(255,255,255,0.38) solid;
	border-right: 2px rgba(0,0,0,0.20) solid;
}

nav ul li:hover{
	border-left: 2px rgba(0,0,0,0.20) solid;
	border-right: 1px rgba(255,255,255,0.70) solid;
}

nav ul li a{
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.8;
	background-color: #ea68a2;
	letter-spacing: 0.1em;
}

nav ul li a:hover{
	font-weight: bold;
	background-color: #fd95b9;
}
	
/* .NEWYEAR a{
	color: #ffffff;
	font-weight: bold;
	background-color: #de3d4f;
	animation: animate 1s linear infinite;
	} */

/*商品內容區標頭*/
article h5{
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: auto;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
	line-height: 1.5em;
	color: #ffffff;
/*	letter-spacing: 1em;*/
	background-color: #ffffff;
}

/*商品內容區圖片*/
article section h3{
	width: 100%;
	height: auto;
}

/*支付*/
.pay{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.pay aside{
	width: 90%;
	height: auto;
}

.pay h3{
	width: 60%;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #ffffff;
	line-height: 60px;
	text-indent: 2em;
	text-align: right;
}

.pay a{
	display: block;
	float: right;
	width: 40%;
	height: auto;
	padding-top: 7px;
}

.pay img{
	display: block;
	width: 100%;
}

section{
	clear: both;
}

section a,section div{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

section.sale_content{
	font-size: 0;
	background:#e94745;
}

section.sale_content a{
	width: 20%;
}

section .title_bg{
	width: 100%;
}

section .title_bg_s{
	display: none;
}

section .title_bg a{
	display: block;
}

section .title_msg ul{
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:2.5em;
	font-weight: bold;
	color:#fff;
}

section .title_msg ul li{
	display:flex;
	flex:0 0 33.3%;
	justify-content: center;
	align-items: center;
}

section .title_msg ul li a{
	display:flex;
	justify-content: flex-end;
	align-items: center;
	padding:5px 10px 5px 0;
}
section .title_msg ul li p{
	text-align: center;
}

section .title_msg ul li span{
	display:block;
	font-size: 0.9rem;
	margin-top: 5px;
}

section .title_msg ul li a img{
	width:80%;
}

section .title_msg.title_cooking ul li{
	flex:0 0 50%;
}

section .title_msg ul li.title_img a img{
	width:100%;
}

section .title_bg img{
	width: 100%;
	height: auto;
}

.sale_content{
	width: 100%;
	font-size: 0;
}
.sale_content > a,.sale_content > div{
	width: 16.66%;
	vertical-align: top;
}

.sale_content > div{
	position: relative;
	overflow: hidden;
}

.div ul.link{
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index: 1;
}
.div ul.link li{
	height:100%;
	border-bottom: 1px #fff dashed;
}
.div ul.link li:last-child{
	border-bottom:0;
}
.div ul.link li a{
	height:100%;
	color:#fff;
	font-size:2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.div:hover ul.link{
	display: block;
}

.div.link_3 ul.link li{
	height:33.3%;

}
.div.link_2 ul.link li{
	height:50%;

}

.sale_content img{
	width: 100%;
	height: auto;
}

/* .sale_content.grid_8{
	border-top: 5px #6a1685 solid;
} */

.sale_content.grid_5 > a{
	width: 20%;
	vertical-align: top;
}

.sale_content.grid_8 > a{
	width: 12.5%;
}

.sale_content.grid_5 > div{
	width: 20%;
	vertical-align: middle;
}

.sale_content.sale_content_s{
	display: none;
}

.brand_gift{
	display: flex;
	width: 100%;
	height: auto;
}

.brand_gift img{
	width: 100%;
}

.brand_gift_s{
	display:none;
}

 /* .imgcolor_sale img{
	border: 0.8px solid #e70012;
}

.imgcolor_panasoic img{
	border: 0.8px solid #024da1;
}

.imgcolor_air img{
	border: 0.8px solid #189dc5;
}

.imgcolor_fan img{
	border: 0.8px solid #83c025;
}

.imgcolor_ice img{
	border: 0.8px solid #00ac9e;
}

.imgcolor_wash img{
	border: 0.8px solid #009de0;
}

.imgcolor_tv img{
	border: 0.8px solid #003f75;
}

.imgcolor_cooking img{
	border: 0.8px solid #cd7d7e;
}

.imgcolor_season img{
	border: 0.8px solid #6bbb5b;
}  */

.border_right img{
	border-right: 0;
}

.border_left img{
	border-left: 0;
}

.border_middle img{
	border-right: 0;
	border-left: 0;
}

.sale_content_2{
	width: 100%;
	height: auto;
}

.sale_content_2 img{
	width: 12.5%;
	height: auto;
	
}

.sale_content_3{
	width: 100%;
	height: auto;
}

.sale_content_3 img{
	width: 75%;
	height: auto;
	
}

.sale_content_4{
	width: 100%;
	height: auto;
}

.sale_content_4 img{
	width: 25%;
	height: auto;
	
}

/*頁尾版權宣告*/
footer{
	clear: both;
	width: 100%;
	height: auto;
	bottom: 0;
	right: 0;
	margin-left: 0 auto;
}

footer p{
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #ffffff;
	padding: 10px 0;
}

/*==========手機版==========*/
@media screen and (max-width:768px){

.wrapper h1{
	font-size: 6vw;
	padding: 10px 0;
	margin-bottom: 0;
}

.wrapper h1 span:last-child{
		display: block;
		text-align: right;
		font-size: 4vw;
		margin: 5px 12vw 0 0;
	}

/*主視覺*/
.main{
	display: none;
}

.main_s{
	display: block;
	position: relative;
}

.main_s a.kitchen-s{
	width: 13vw;
	position: absolute;
	top: 2vw;
	right: 9vw;
	z-index: 999;
}

/*返回選單*/
.back{
	display: none;
}

/*選單*/
nav{
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	border-top: 2px rgba(255,255,255,1) solid;
	z-index: 999;
}

nav ul{
	
	margin-left: 0;
}

nav ul li{
	width: 33.33%;
	height: auto;
	border-bottom: 2px rgba(0,0,0,0.20) solid;
	border-top: 2px rgba(255,255,255,1) solid;
	word-break: break-all;
}

/* nav ul li:hover{} */

nav ul li a{
	font-size: 1em;
	line-height: 4;
	letter-spacing: 0;
}

/* nav ul li a:hover{} */

.box{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*商品內容區標頭*/
article h5{
	text-align: center;
	margin: 0 auto;
	height: auto;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
/*		letter-spacing: 0.8em;*/
	padding-left: 1em;
}

/*支付*/
.pay aside{
	width: 90%;
	margin: 0 auto;
}

.pay h3{
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-indent: 0;
}

.pay a{
	
	width: 100%;
	padding-top: 0;
}

.pay img{
	width: 80%;
	margin: 0 auto;
}

section .title_bg{
	display: none;
}

section .title_bg_s{
	display: block;
	height: auto;
	background: url('images/p_title.jpg') no-repeat center;
	background-color: #014da1;
	background-size: 140%;
	padding: 20px 0;
}

section .title_msg ul{
	display:flex;
	flex-direction: column;
	font-size:2rem;
	padding:10px 0;
}

section .title_msg ul li a{
	justify-content: center;
	padding:10px 0 0 0;
}

section .title_msg ul li a img,section .title_msg ul li.title_img a img{
	width:95%;
}

.sale_content > a,.sale_content > div,.sale_content.grid_5 > a,.sale_content.grid_5 > div,.sale_content.grid_8 > a,.sale_content.air_content > div.grid_s{
	width: 50%;
}

.sale_content > a.grid_s,.sale_content.air_content > div{
	width: 33.3%;
}

.wrapper,.wrapper header,.sale_content img,.brand_gift img,.brand_gift_s img,.sale_content > a.grid_s_f{
	width: 100%;
}

.brand_gift{
	display:none;
}

.brand_gift_s,.brand_gift_s a{
display:block;
}

.border_top img{
border-top: 0;
}

.border_bottom img{
	border-bottom: 0;
}

.sale_content_2 img{
	width: 25%;
}

/*頁尾版權宣告*/
footer{
	margin-bottom: 8.7em;
}

footer p{
	font-size: 0.7em;
}

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

nav ul li a{
	letter-spacing: -0.5px;
}

}
