@charset "UTF-8";
/* PC */
/* PC */
/* Common Layout
***************************************************************/
.modalinfo_wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}
.modalinfo_wrap .modalinfo{
    position: relative;
    max-width: 700px;
    width: 90%;
    cursor: pointer;
}
.modalinfo_wrap .modalinfo img {
	width:100%;
}
.modalinfo_wrap .modalinfo{
    
}
.modalinfo_wrap .close{
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
    transition: opacity 0.6s;
}
.modalinfo_wrap .close img {
	width:25px;
}
body:not(.mobile) .modalinfo_wrap .close:hover{
    opacity: 0.6;
}