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