@charset "utf-8";
/* CSS Document */

body {
    background: #000;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

img {
    width: 100%;
}

.character_wrap {
    max-width: 720px;
    position: relative;
    margin: 0 auto;
}

.back {
    margin: 12px 0;
    text-align: right;
}

.back a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.character_voice {
    position: absolute;
    bottom: 20%;
    left: 28px;
    width: 50%;
    padding: 18px 12px 12px 12px;
    align-items: center;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 1;
}

.voice_button {
    width: 48%;
}

