@charset "utf-8";

/*————————————–
モーダル
————————————–*/
.modal-wrapper{
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #E6ECF0;
  width: 90%;
  max-width:610px;
  transform:translate(-50%,-50%);
}

#image{
 width:100%;
}

.fa-times {
position: absolute;
    top: -50px;
    right: 0px;
    color: rgba(225, 225, 225, 100);
    cursor: pointer;
    font-size: 50px;
	 z-index:150!important;
}
