/*** ミニプレイヤー ***/
/* スタジオコンテンツ連携時に使用するオーディオコントロール類 */
.illust-area {
    margin: 0 auto;
    width: 100%;
}
.illust-area img {
    height: auto;
    float: left;
}

/* SP */
@media screen and (max-width: 640px) {
    .illust-area img {
        width: 80vw;
    }
}


.with-voice-easy-playlist .control-wrapper {
    height: 50px;
    display: table;
    table-layout: fixed;
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0) 100%
    );
    /* 以下動的設定する必要あり */
    /* height: calc([illust.height]px / 4); */
    /* width: [illust.width]px; */
    /* margin-top: calc([illust.height]px - ([illust.height]px / 4)); */
}

.with-voice-easy-playlist .control-wrapper .with-voice-easy-playlist {
    display: inline-block;
    text-align: left;
}

.with-voice-easy-playlist .control-wrapper .controller {
    /* 以下動的設定する必要あり */
    /* height: calc([illust.height]px / 4); */
}

.with-voice-easy-playlist .control-wrapper .voice-easy-playlist {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.with-voice-easy-playlist .control-wrapper .voice-easy-playlist::before {
    margin-left: 0.2em;
    color: #FFF;
}


.voice-easy-playlist[data-url=""] {
    display: none;
}
.voice-easy-playlist {
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
}
.voice-easy-playlist.playing {
    font-weight: bold;
}
.voice-easy-playlist::before {
    display: block;
    content: "\f6a8";
    font-size: 1.5em;
    line-height: 1em;
    width: 1em;
    height: 1em;
}


/*** APlayer.js ***/
.aplayer {
    box-shadow: none;
    margin: 0;
}

/* 通常 */
.aplayer.aplayer-narrow {
    width: 100px;
}
.aplayer.aplayer-narrow .aplayer-body, .aplayer.aplayer-narrow .aplayer-pic {
    height: 100px;
    width: 100px;
}

.voice_player .aplayer-time {
    font-size: xx-small !important;
}

.aplayer-pic {
    width: 100px !important;
    height: 100px !important;
}

/* キャラクターシート - キャッチコピー上のみ*/
.char_catchcopy .aplayer.aplayer-narrow {
    width: 50px;
}
.char_catchcopy .aplayer.aplayer-narrow .aplayer-body, .aplayer.aplayer-narrow .aplayer-pic {
    height: 50px;
    width: 50px;
}
.char_catchcopy .aplayer-pic {
    width: 50px !important;
    height: 50px !important;
}

.profile-item .aplayer,
.con_hide .aplayer {
    background-color: rgba(255, 255, 255, 0);
}

.voice_player {
    text-align: center;
    margin: 0 auto;
}

/* PC */
@media screen and (min-width: 640px) {
    .voice_player {
        max-width: 690px;
    }

    .aplayer .aplayer-info {
        padding-left: 0;
        margin-left: 100px;
        height: 100px;
    }
}

/* SP */
@media screen and (max-width: 640px) {
    .voice_player {
        max-width: 305px;
    }

    .aplayer .aplayer-info {
        height: 100px;
        padding-left: 33px;
    }

    .voice_player .aplayer-title,.aplayer-author {
        font-size: 1.875vw !important;
    }
}
