@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl-lower-mv {
	background: url(../images/entry/mv-bg.jpg) top center / cover no-repeat;
}
.el-lower-mv-ttl::before{
	width: 300px;
	height: 194px;
	background: url(../images/entry/recorded-briefing-ttl.svg) top center / contain no-repeat;
	bottom: -8px;
	left: -88px;
}
.ly-main:has(.bl-thanks) .el-lower-mv-ttl::before{
	width: 341px;
	height: 190px;
	background: url(../images/entry/thanks-ttl.svg) top center / contain no-repeat;
	bottom: -17px;
	left: -87px;
}
@media screen and (max-width: 750px) {
	.bl-lower-mv {
		background: url(../images/entry/mv-bg-sp.jpg) top center / cover no-repeat;
	}
	.el-lower-mv-ttl::before{
		left: 24px;
	}
	.ly-main:has(.bl-thanks) .el-lower-mv-ttl::before{
		left: 28px;
	}
}
