.girls .locks {
	background-image:url(/lock/girls/nana/img/locks_bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-size: contain;
}

/* .girls .content--notice {
	display: flex;
	justify-content: center;
    align-items: center;
}
.girls .notice__logo {
	display: block;
    width: 30%;
    margin-right: 20px;
}
.girls .notice__logo img {
    width: 77%;
} */
.girls .notice__text {
	width: 70%;
}
.girls .notice__text h2 {
	font-weight: 500;
	margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
	.girls .locks {
		background-size: 170% 100%;
		background-position: 100%;
	}
	.girls .content--notice {
		display: block;
		margin: 0 auto;
		/* padding: 100px 20px 40px; */
	}
	.girls .notice__logo {
		margin: auto;
		width: 140px;
	}
	.girls .notice__text {
		width: 100%;
	}
}
