@charset 'UTF-8';

.chara_anshinman img,
.chara_sixpackman img {
    max-width: 100%;
}

.chara_anshinman {
    position: fixed;
    bottom: 10%;
    left: 0;
    opacity: 0;
    max-width: 80%;
    line-height: 0;
    pointer-events: none;
}


.chara_sixpackman {
    position: fixed;
    bottom: 10%;
    left: 0;
    opacity: 0;
    max-width: 80%;
    line-height: 0;
    pointer-events: none;
}

.chara_anshinman.animated {
    opacity: 1;
}


.chara_sixpackman.animated {
    opacity: 1;
}