@charset 'euc-jp';

.festivalBannerSlider {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #aaa;
}
.festivalBannerSlider .itemFrame {
	display: none;
	position: absolute;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: left;
}
.festivalBannerSlider .itemBox {
	position: absolute;
	width: 10000px;
	left: 0;
	letter-spacing: -5px;
}
.festivalBannerSlider .itemBox > li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	width: 160px;
	height: 100px;
	text-align: center;
	z-index: 1000;
	-webkit-perspective: 680px;
	perspective: 680px;
}
.festivalBannerSlider .cube {
	position: relative;
	width: 160px;
	height: 100px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.festivalBannerSlider .faceFront {
	position: absolute;
	width: 160px;
	height: 100px;
	top: 0;
	left: 0;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-transition: -webkit-transform 500ms ease-out;
	transition: transform 500ms ease-out;
	-webkit-transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
	transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
	backface-visibility: hidden;
}
.festivalBannerSlider .cube:hover .faceFront {
	-webkit-transition: -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out;
	-webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, -50px, 50px);
	transform: rotate3d(1, 0, 0, 90deg) translate3d(0, -50px, 50px);
}
.festivalBannerSlider .faceFront > a {
	display: block;
	width: 160px;
	height: 100px;
	text-decoration: none !important;
	color: #ffffff !important;
}
.festivalBannerSlider .faceFront img {
	width: 160px;
	height: 100px;
}
.festivalBannerSlider .faceBottom {
	position: absolute;
	width: 160px;
	height: 100px;
	top: 0;
	left: 0;
	border-left: 1px solid #bf0000;
	border-right: 1px solid #bf0000;
	background-color: #bf0000;
	color: #ffffff;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	-webkit-transition: -webkit-transform 500ms ease-out;
	transition: transform 500ms ease-out;
	-webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 50px, 50px);
	transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 50px, 50px);
	backface-visibility: hidden;
}
.festivalBannerSlider .cube:hover .faceBottom {
	-webkit-transition: -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out;
	-webkit-transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
	transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
}
.festivalBannerSlider .faceBottom > a {
	display: block;
	width: 160px;
	height: 100px;
	text-decoration: none !important;
	color: #ffffff !important;
}
.festivalBannerSlider .faceBottom .discountPrice {
	position: absolute;
	width: 160px;
	top: 36px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}
.festivalBannerSlider .faceBottom .regularPriceLabel {
	display: none;
}

.festivalBannerSlider .faceBottom .regularPrice {
	position: absolute;
	width: 160px;
	top: 10px;
	font-size: 15px;
}
.festivalBannerSlider .faceBottom .regularPrice:after {
	position: absolute;
	content: '';
	display: block;
	top: 20px;
	left: 74px;
	width: 0px;
	height: 0px;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.festivalBannerSlider .faceBottom .text {
	position: absolute;
	width: 160px;
	bottom: 8px;
	font-size: 12px;
}
.festivalBannerSlider .faceBottom .arrow {
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 5px solid transparent;
	margin: 0 0 0 2px;
}

.festivalBannerSlider .staticBanner {
	position: absolute;
	overflow: hidden;
	width: 200px;
	height: 100px;
	z-index: 2000;
}

.festivalBannerSlider .staticBanner img {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0;
	left: 0;
}

.festivalBannerSlider .staticBanner:hover img {
	top: -100px;
}