@charset "UTF-8";

/*eventスタイル専用*/
.mv-event{
	background: url(/event/countdown/img/mv01.jpg) bottom left no-repeat;
	background-size: cover;
}
.ttl-event{
	top:56%;
}
.img-mv-02{
	position: absolute;
	top:0;
	left:0;
}
@media only screen and (min-width: 768px) and (max-width:1023px){
	.ttl-event{
		width: 80%;
	}
	.img-mv-02{
		width: 30%;
	}
}
@media only screen and (max-width:767px){
	.ttl-event{
		width: 80%;
	}
	.img-mv-02{
		width: 30%;
	}
	@media screen and (orientation: landscape) {
	.ttl-event{
			width: 60%;
		}
	}
}
.txt-lead-wp .txt-lead-01{
	color:#934782;
}
.area-event-contents{
	background: url(/event/countdown/img/bg_01.gif);
}

.img-ribon{
	position: absolute;
	top:-10px;
	left:-8px;
}

@media only screen and (max-width:767px){
	.img-ribon{
		top: -6px;
		left:-3px;
		display: block;
		width: 100px;
	}
	.img-ribon img{
		width: 100%;
	}

}
