@charset "UTF-8";

/*eventスタイル専用*/
.mv-event{
	background: url(/event/sparkling/img/mv01.jpg) bottom left no-repeat;
	background-size: cover;
}
.ttl-event{
	top:50%;
}
.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{
	color:#fff;
	margin-bottom: 30px;
	background-image: url(/event/sparkling/img/bg02.png);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
	background-position:bottom;
	background-color: #08438c;
	padding: 50px 0 56px 0;
	position: relative;
}
@media only screen and (max-width:767px){
	.txt-lead-wp{
		padding: 30px 0 36px 0;
	}
}
.txt-lead-wp .leadbg01 img,.txt-lead-wp .leadbg02 img{
	width: 100%;
	height: auto;
}
.txt-lead-wp .leadbg01{
	position: absolute;
	bottom: 6px;
	left: 50px;
}
.txt-lead-wp .leadbg02{
	position: absolute;
	bottom: 6px;
	right: 50px;
}

@media only screen and (max-width:767px){
	.txt-lead-wp .leadbg01{
		width: 60px;
		left: 10px;
	}
	.txt-lead-wp .leadbg02{
		width: 60px;
		right: 10px;
	}
}
.txt-lead-wp .txt-lead-01{
	color:#fff;
}
.area-event-contents{
	background: url(/event/sparkling/img/bg_01.gif);
}

.img-ribon{
	position: absolute;
	top:-10px;
	left:-8px;
}

@media only screen and (max-width: 767px){
	.mv-event {
	    min-height: 231px;
	}
}

.box-bt.style02{
	border-top: none;
	background: url(/event/sparkling/img/anchor_01.png) 0px 106px no-repeat ,#ffffff;
}
.box-bt.style03{
	border-top: none;
	background: url(/event/sparkling/img/anchor_01.png) bottom right no-repeat ,#ffffff;
}

@media only screen and (max-width:767px){
	.box-bt.style02,.box-bt.style03{
		background-position: 0 30px;
		background-size: 250px;
	}
	.box-bt.style03{
		background: url(/event/sparkling/img/anchor_01.png) 0 170px no-repeat,#ffffff;
		background-size: 250px;
	}
}