@charset "utf-8";
/* ------------------------------
新人限定クエスト：LP
------------------------------ */
/* 640px以上で実行 */
@media screen and (min-width: 641px) {
	#page_dpoint_lp_bg {
		background-size: 640px 1500px;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

/* 640px以下で実行 */
@media screen and (max-width:640px) {
	#page_dpoint_lp_bg {
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

.page_dpoint_lp_slick_user_flex {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	margin: auto;
	background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 40%,rgba(0, 0, 0, 1) 100%);
	padding:1.6em 0 0.8em;
}

