/* light */
#light_bx {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	overflow: auto;
	display: none;
}

	#light_bx > .infobx_1 {
		position: relative;
		width: 700px;
		display: block;
		margin: 0 auto;
		display: none;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
		filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
		font-size: 1.3rem;
		line-height: 2rem;
		color: #ffeed0;
		font-weight: 300;
	}

.bx_a1 {
	padding-bottom: 3.5%;
	background-image: url(../images/popbg_01.png);
	background-position: 50% 0%;
	background-size: 100% auto;
	top: 1px;
}

.bx_a2 {
	width: 100%;
	min-height: 100px;
	background-image: url(../images/popbg_02.png);
	background-position: 50% 100%;
	background-size: 100% auto;
	top: -1px;
}

.bx_a3 {
	padding-bottom: 4.2%;
	background: url(../images/popbg_03.png) no-repeat;
	background-position: 50% 100%;
	background-size: 100% auto;
	display: block;
	top: -1px;
}

.bx_a_clos {
	position: absolute;
	width: 38px;
	padding-bottom: 38px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(../images/popclo.png);
	background-position: 100% 0%;
	background-size: 100% auto;
	top: 22px;
	right: 3%;
	z-index: 2;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.gwtl {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 2vw;
	font-weight: 600;
	color: #423d38;
}

.gwtx {
	width: 70%;
	text-align: center;
	margin: 1em auto;
}

.apgw {
	width: 150px;
	color: #f6e5c4;
	text-align: center;
	line-height: 2em;
	padding-bottom: 10px;
	margin: 20px auto 0 auto;
	border-radius: 5px;
	cursor: pointer;
}

.apgw2 {
	width: 150px;
	color: #f6e5c4;
	text-align: center;
	line-height: 2em;
	padding-bottom: 10px;
	margin: 20px auto 0 auto;
	border-radius: 5px;
}


@media screen and (max-width:480px) {

	#light_bx > .infobx_1 {
		position: relative;
		width: 96vw;
		display: block;
		margin: 0 auto;
		display: none;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
		filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
		font-size: 1.3rem;
		line-height: 2rem;
		color: #ffeccc;
		font-weight: 300;
	}

	.gwtl {
		width: 50%;
		margin: 0 auto;
		text-align: center;
		font-size: 6vw;
		font-weight: 600;
		color: #423d38;
	}
}

.apgw img {
	display: block;
	max-width: 90%;
}

}