#pre-render-area {
    width: 900px;
    margin: 0 auto 10px;
    padding: 20px;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    user-select: none;
    line-height: 1.2;
    display: none;
}

#pre-render-area section:not(:first-child) {
    margin-top: 20px;
}

/* ヘッダ */
#img-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#img-header img {
    display: block;
    flex-shrink: 0;
}

#img-header-text {
    margin-left: 20px;
    flex-shrink: 0;
}

#img-title {
    font-size: 40px;
    font-weight: 700;
}

#img-by {
    font-size: 25px;
    font-weight: 500;
    margin-top: 5px;
}

#img-datetime {
    margin-left: 20px;
    font-family: "Oswald", sans-serif;
    width: fit-content;
    text-align: right;
    font-size: 20px;
    flex-grow: 1;
}

/* プレイヤー情報 */
#img-player-data {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.img-plinfo-txt {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 20px;
    font-family: "Oswald", sans-serif;
}

.img-rating {
    font-family: "Oswald", sans-serif;
}

.img-rating .rating-sub {
    font-size: 25px;
}

#img-player-rating-sub-block {
    width: 550px;
}

#img-rating-additional {
    display: none;
}

/* ベスト枠etc */
#img-best-title-txt,
#img-new-title-txt,
#img-pscore-title-txt {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    font-family: "Oswald", sans-serif;
}

#img-best-songs,
#img-new-songs,
#img-pscore-songs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url("../images/musicbg.png");
    margin-top: 10px;
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.img-song-block {
    padding: 10px;
    max-width: 170px;
}

.img-song-block-data {
    width: 40px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-song-rank {
    width: 100%;
    padding-bottom: 5px;
}

.img-song-txt {
    font-size: 10px;
}

.img-song-arrow {
    font-size: 8px;
}

.img-song-block-img {
    padding: 5px;
    position: relative;
}

.img-new-emblem {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    top: 8px;
    left: 8px;
    background-color: #ff2adc;
    padding: 1px 3px;
}

.img-diff-emblem {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 2px solid #fff;
    transform: rotate(45deg);
}

.mas {
    background-color: #8e1be5;
}

.exp {
    background-color: #f12929;
}

.adv {
    background-color: #ff7e00;
}

.bas {
    background-color: #00ab84;
}

.img-score-lamp {
    position: absolute;
    bottom: 32px;
    right: 5px;
    padding: 1px 5px 2px 5px;
    background-image: url("../images/musicbg.png");
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}

.img-score-lamp-highcontrast {
    position: absolute;
    bottom: 32px;
    right: 5px;
    padding: 1px 5px 2px 5px;
    background-color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}

.img-score-rank {
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 1px 5px 2px 5px;
    background-image: url("../images/musicbg.png");
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}

.img-score-rank-highcontrast {
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 1px 5px 2px 5px;
    background-color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}

.img-song-block-img img {
    width: 100px;
}

.img-song-block-upper {
    display: flex;
    width: 100%;
}

.img-song-block-lower-title {
    padding: 5px 0 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    border-top: 1px solid #fff;
    font-weight: 500;
    text-align: center;
    /* 試す */
}

/* 高さ0の左寄せ用ダミー */
.img-song-block-dummy {
    width: 170px;
}

/* フッタ */
#img-footer {
    background-image: url("../images/musicbg.png");
    padding: 10px;
    width: fit-content;
}

#img-footer-text {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 300;
}

/* canvas描画 */
#canvas-wrapper {
    width: 90%;
    margin: 0 auto;
}

#best-image {
    width: min(90%, 800px);
    height: auto;
    margin: 20px auto;
    display: block;
}

#result-img-wrapper {
    width: min(900px, 100%);
    margin: 0 auto;
}

#result-img-wrapper img {
    margin-bottom: 10px;
}