@charset "UTF-8";

.modal-overlay {
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #000;
}

.modal-wrap {
    z-index: 9999!important;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
		-webkit-overflow-scrolling: touch;
}

.js_modal_content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 101 ;
}
  
.js_modal_content .clsbtn,
.js-modal_content > .clsbtn,
.modal-wrap .clsbtn{
	position: absolute;
	display: block;
	top:-32px;
	right:-32px;
	width:60px;
	height: 60px;
	cursor:pointer;
	background: url(//www.homemate-research.com/image/top/btn_modal_close.png) no-repeat left top;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index:102;
}
.js_modal_content .clsbtn:hover,
.js-modal_content .clsbtn:hover {
	background-position: left bottom;
}

.modal-close-area{
	width:100%;
	height:100%;
  position: absolute;
  top: 0;
  left: 0;
}



.js_modal_content_menu {
	padding: 10px 10px 15px ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 101 ;
}

#container-image-data,
.container-image-data {
    color: #000;
}

#container-image-box,
.container-image-box {
    position: relative;
    min-height: 250px;
    margin: 0 auto;
    padding: 0 10px 10px;
    background-color: #fff;
    text-align: center;
}

#container-image-box img,
.container-image-box img{
  max-width: 500px;
  max-height: 480px;
  width: auto;
  margin: auto;
  height: auto;
}

.object-fit{
  object-fit: contain;
  object-position: 50% 50%;
   width: 100%;
   height: 100%;
   vertical-align: middle;
}