/*
Theme Name: JPCスポーツ｜ヨシヅヤ師勝店2F
Author: JPCスポーツ｜ヨシヅヤ師勝店2F
*/

.popup {
	z-index: 20000;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.popup .bg {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.popup .btn {
	position: relative;
	z-index: 20;
}