#layer01 .pop-container {
	width: 100%;
	height: 100%;
	position: relative; /* for close button */
}
#layer01 .bgimg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: 92%;
}
#layer01 .pop-layer {
	width: 62.933vw;
	height: 27.6vw;
}
@media screen and (min-width: 1000px) {
	#layer01 .pop-layer {
		width: 630px;
		height: 276px;
	}
}
#layer01 .pop-container .closebtn {
	position: absolute;
	right: 2vw;
	top: 2vw;
	padding: 1vw;
	width: 4vw;
    height: 4vw;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
@media screen and (min-width: 1000px) {
	#layer01 .pop-container .closebtn {
		right: 20px;
		top: 20px;
		padding: 10px;
	}
}
#layer01 .pop-container .closebtn>img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1000px) {
	#layer01 .pop-container .closebtn>img {
		width: 20px;
	}
}
#layer01 .pop-container .text {
	position: absolute;
	left: 5vw;
	right: 0;
	top: 8vw;
	font-size: 3vw;
	font-weight: bold;
	color: #221815;
}
@media screen and (min-width: 1000px) {
	#layer01 .pop-container .text {
		left: 50px;
		top: 80px;
		font-size: 30px;
	}
}
#layer01 .pop-container .telnum {
	position: absolute;
	left: 5vw;
	right: 0;
	top: 14vw;
	font-size: 3.5vw;
	font-weight: bold;
	color: #ff2160;
}
@media screen and (min-width: 1000px) {
	#layer01 .pop-container .telnum {
		left: 50px;
		top: 140px;
		font-size: 35px;
	}
}
