.edo-message {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: .6em 1em;
    background: rgba(255,255,255,.92);
    border: 1px solid #c9c2b6;
    border-radius: 3px;
    font: 14px/1.6 system-ui, sans-serif;
    color: #4a423a;
}
/* ポップアップ */
.edo-popup {
    font: 13px/1.7 system-ui, "Hiragino Sans", "Yu Gothic", sans-serif;
    color: #2e2a25;
    min-width: 10em;
}
.edo-popup dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: .1em .8em; }
.edo-popup dt { color: #8a7f70; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.edo-popup dd { margin: 0; }
.edo-popup .edo-popup-name { font-size: 15px; font-weight: 600; margin: 0 0 .4em; }
