@charset 'utf-8';

.box_popup_bg {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.box_popup_bg:hover {
  cursor: pointer;
}

.btn_popup_close{
  position: absolute;
  z-index: 1003;
  top: 25px;
  right: 25px;
  font-size: 4.0vw;
  cursor: pointer;
}

.box_popup_cont {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.box_popup_target {
  display: none;
}

.base_popup {
  position: absolute;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
/*  transform: translateX(-50%);
  -ms-transform: translateX(-50%);*/
}

.btn_popup {
  cursor: pointer;
}


@media all and (max-width: 640px){



.btn_popup_close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}



}/* Sp Mode */