#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	margin: 0 auto;
	position: relative;
	z-index: 101;
	width: 75vw;
	max-width: 680px;

	/*background-color: #fff;*/
	/*border: 1px solid #9b9b9b;*/
	/*padding: 50px 30px 20px;*/
}
#modal-bg {
	width: 100%;
  width: 100vw;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
#modal-win-inner .popup_fig {
  width: 100%;
  height: auto;
}
.mfp-hide {display: none;}

/* pop up */
.wrap_popup {
	display: none;
	margin: auto;
}
.popup-dismiss {
	position: absolute;
	top: 10px;
	right: 10px;
}
.popup-dismiss .btn_close {
    text-indent: -99999px;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
	background-color: #f1efc9;
    cursor: pointer;
}
.popup-dismiss .btn_close::before,
.popup-dismiss .btn_close::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #a57153;
    position: absolute;
    top: 19px;
    left: 10px;
    cursor: pointer;
}
.popup-dismiss .btn_close::before {
    transform: rotate(45deg);
}
.popup-dismiss .btn_close::after {
    transform: rotate(-45deg);
}

@media screen and (min-width:641px) {
}
@media screen and (min-width:980px) {
}
@media screen and (min-width:1280px) {
}

@media screen and (max-width:640px) {
	/*#modal-win-inner {width: 85vw;}*/
  #modal-win-inner {width: 80vw;}
  .floor_image,
  .flex_center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width:480px) {
	#modal-win-inner {
		/*width: 100vw;*/
		/*padding: 15px 10px 30px;*/
		padding: 15px 0 30px;
		margin-top: -10vh;
	}
	.popup-dismiss {
		top: -40px;
		right: 0;
	}
}

.btn-move .btn_next,
.btn-move .btn_prev {
    font-size: 0;
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn-move .btn_next {transform: rotate(45deg);}
.btn-move .btn_prev {transform: rotate(-135deg);}
.btn-move {
    position: absolute;
    top: 45%;
}
.btn-move.btn_r {right: -28px;}
.btn-move.btn_l {left: -28px;}

.pop_link {
    color: #fff;
    display: inline-block;
}
.pop_link::before {
    content: '';
    display: inline-block;
    width:  0.65em;
    height: 0.65em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-right: 0.5em;
}
