map *:focus{
outline:none!important;
}
a,button{
outline: none!important; /* for Firefox Google Chrome  */
behavior:expression(this.onFocus=this.blur()); /* for IE */
}
.exclusiveoffer {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.exclusiveoffer img {
	display: block;
	width: 100%;
}

.exclusiveoffer div {
	position: relative;
}

.exclusiveoffer a {
	display: block;
}

.exclusiveoffer div.product a {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 3;
	top: 0;
}

.exclusiveoffer div.product a:nth-of-type(odd) {
	left: 0;
}

.exclusiveoffer div.product a:nth-of-type(even) {
	right: 0;
}

.exclusiveoffer div.product a img {
	display: none;
}

.mb {
	display: none!important;
}
.product-slider0 .slick-dots{
	margin-bottom: 0;
    margin-top: 0px;
}

@media (max-width: 800px) {
	.exclusiveoffer div.product a {
		position: relative;
		width: 100%;
		height: auto;
		top: auto;
	}
	.exclusiveoffer div.product a img {
		display: block;
	}
	.pc {
		display: none!important;
	}
	.mb {
		display: block!important;
	}
	.product-slider0 .slick-dots{
	margin-bottom: 5px;
}

}