.layer_sns .modal-dialog {
	width: calc(100vw - 40px);
	max-width: 500px;
}

.layer_sns .modal-header {
	border-radius: 20px 20px 0 0;
}

.layer_sns .modal-content {
	width: 100%;
}

.layer_sns .modal-body {
	height: 100%;
	padding: 30px 0;
	align-items: center;
	flex-direction: column;
	border-radius: 0 0 20px 20px;
}

.layer_sns .sns_pop {
	display: flex;
	justify-content: center;
}

.layer_sns .sns_pop a {
	flex: none;
	display: block;
	width: 17%;
	max-width: 56px;
	margin-left: 13px;
}

.layer_sns .sns_pop a:first-child {
	margin-left: 0;
}

.layer_sns .sns_pop a img {
	width: 100%;
	height: auto;
	aspect-ratio: auto 1/1;
}
