@charset "UTF-8";
/* PC */
/* PC */
/* Common Layout
***************************************************************/
.modalinfo_wrap2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 99999999;
    background: rgba(0,0,0,0.7);
    overflow: auto;
}
.modalinfo_wrap2 .modalinfo {
    position: relative;
    box-sizing: border-box;
    padding: calc(3em + 25px) 2em 2.5em;
    max-width: 700px;
    width: 100%;
}
.modalinfo_wrap2 .modalinfo a {
    display: block;
    cursor: pointer;
}
.modalinfo_wrap2 .modalinfo img {
	width:100%;
}
.modalinfo_wrap2 .close{
    position: absolute;
    right: 2em;
    top: 2em;
    cursor: pointer;
    transition: opacity 0.6s;
}
.modalinfo_wrap2 .close img {
	width:25px;
}
body:not(.mobile) .modalinfo_wrap2 .close:hover{
    opacity: 0.6;
}
