@charset "utf-8";
/**
 * loading
 */
.loading {
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.loading:before {
	content: "";
	background: url(../img/common/lec2025_logo.png) no-repeat 0 0 / 100%;
	width: 216px;
	height: 112px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media screen and (max-width:767px){
	.loading:before {
		width: 145px;
		height: 75px;
	}
}

/**
 * first
 */
/* img */
.firstImg {
	width: 100%;
}

/**
 * mainBottomArea
 */
.mainBottomArea {
	padding: 10px;
	background-color: #db2673;
}

.mainBottomArea__info{
	padding: 2vw;
	color: #fff;
	
}
.mainBottomArea__info-tit{
	font-weight: 600;
	display: inline-block;
	background-color: #fff;
	color: #db2673;
	padding: 0 0.5vw 0 0.5vw;
	margin-bottom: 0.8vw;
}

/**
 * bnrLists
 */
.bnrLists {
	display: flex;
	gap: 10px;
}
.bnrLists__item {
	width: 100%;
}
.bnrLists__item.is-standby {
	pointer-events: none;
}
@media screen and (max-width:767px){
	.bnrLists {
		display: block;
	}
	.bnrLists__item:not(:first-child) {
		margin-top: 10px;
	}
}
