.ppal-wrap {
    display: block;
    line-height: 1;
    padding: 0.05em 0;
}

.ppal-space {
    display: inline-block;
    width: 0.3em;
}

.ppal-char-slot {
    display: inline-block;
    position: relative;
    transform-origin: bottom center;
    will-change: transform;
    vertical-align: bottom;
}

.ppal-char-text {
    display: block;
}

.ppal-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: block;
}

.ppal-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}