/*　オリジナル特仕 ライズ 煌パッケージ Page-Style　Ver.1.0.0 */

main {
	padding-bottom: 0;
	background: rgba(0, 9, 36, 1.0) url("../images/kirameki-bg-pc.webp") no-repeat center top;
	background-size: contain;
}
section {
	padding-top: 70px;
}
section:last-of-type {
	padding-bottom: 70px;
}
.noc-footer {
	padding: 50px 0 150PX;
	background-color: rgba(255, 255, 255, 1.0);
}
.noc-alert {
	margin-bottom: 25px;
}
.noc-footer-kakomi {
	margin-bottom: 25px;
	padding: 7px;
	text-align: center;
	border: 1px solid rgb(180, 180, 180);
}
.basecar-link {
	padding-bottom: 100px;
}



/*=========================================
==========================================
タブレット用（ブレイクポイント768〜1024px）設定
==========================================
=========================================*/
@media screen and (max-width:1024px) {}

/*=========================================
==========================================
スマホ用（ブレイクポイント767px）設定
==========================================
=========================================*/
@media screen and (max-width:767px) {

	main {
		background: rgba(0, 9, 36, 1.0) url("../images/kirameki-bg-sp.webp") no-repeat center top;
		background-size: contain;
	}
	section {
		padding-top: 50px;
	}
	section:last-of-type {
		padding-bottom: 50px;
	}

}
