@charset "UTF-8";
/* PC */
/* PC */
/* Common Layout
***************************************************************/
.modalinfo_wrap{
    position: fixed;
		width: 300px;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    cursor: pointer;
}
.modalinfo_wrap .modalinfo{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.modalinfo_wrap .modalinfo img {
	width:100%;
}
.modalinfo_wrap .modalinfo{
    
}
.modalinfo_wrap .close{
    position: absolute;
    right: 0;
    top: 13px;
		right:10px;
    cursor: pointer;
    transition: opacity 0.6s;
}
.modalinfo_wrap .close img {
	width:25px;
	line-height:0;
}
body:not(.mobile) .modalinfo_wrap .close:hover{
    opacity: 0.6;
}

@media screen and (max-width: 499px) {
.modalinfo_wrap {
	display:none !important;
}
}