body {
    margin: 0;
    image-rendering: pixelated;
    font-family: Consolas, Inconsolata, Ubuntu, 'Noto Sans JP', 'M PLUS Rounded 1c', monospace;
    font-size: medium;
    overflow: hidden;
    position: relative;
}

.mx {
    /* width: 100vw; height: 100vh; */
    background-image: url('./map/o.png');
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #000;
    overflow: hidden;
}

.t {
    background-color: #000000a0;
    color: #fff;
    user-select: none;
    display: inline-block;
    padding: 2px;
    text-align: center;
}

.sm {
    font-size: x-small;
    font-weight: 600;
}

.tif {
    background-color: #000000a0;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    padding: 2px 3px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    user-select: none;
    font-size: smaller;
    transform-origin: bottom;
}

.tif::before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #000000a0;
    left: 50%;
    top: 100%;
    margin-left: -10px;
}

.tpos {
    display: block;
    font-size: x-small;
    line-height: 1px;
    margin-bottom: 10px;
    transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    margin-bottom: -10px;
    transform-origin: bottom;
}

.tbg {
    font-size: 1rem;
}

#pos {
    padding: 2.4px 3.2px;
}