@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-commentList .comment-author .avatar {
    display: none;
}

.c-commentList footer.comment-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.c-commentList li {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 8px;
}

.is-style-dent_box {
    padding: 16px 24px;
    margin-bottom: 16px;
    border-radius: 16px;
}

.res-raizin__wrapper {
    background-color: rgba(0, 0, 0, .05);
    padding: 36px 24px;
}

.res-raizin {
    margin-bottom: 72px;
}

.res-raizin .info {
    font-size: .9rem;
}

.movie {
    .movie-content {
        p {
            display: flex;
            gap: 2%;
            flex-wrap: wrap;

            iframe {
                width: 100%;
                height: auto;
                aspect-ratio: 16 / 9;
                margin-bottom: 2%;
            }

            br {
                display: none;
            }
        }
    }
}

/* 選手アーカイブページ */
.post-type-archive-player {
    .p-postList__thumb.c-postThumb {
        img {
            object-position: top;
        }
    }
}

/* 選手シングルページ */
.player-head {
    margin-bottom: 80px;
}

.record {
    margin-bottom: 80px;
    table{
        max-width: 100%;
        width: 100%;
        table-layout: auto!important;
        overflow-x: scroll;
    }
    table,
    tr,td{
        font-size: 14px;
        border:none;
        border-bottom: 1px solid gray;
        white-space: nowrap;
    }
    table td{
        width: fit-content;
        min-width: auto!important;
    }
    table tr:first-child {
        background-color: #f0f0f0;
    }
    .win{
        background-color: rgba(33, 126, 200, 0.1);
    }
    .lose{
        background-color: rgba(255, 0, 0, 0.1);
    }
    .senseki{
        font-size: 36px;
        margin-bottom: 16px;
        font-weight: bold;
    }
}




/* ランキングページ */
.ranking{
    .ranking-list{
        list-style-type: none;
        padding-left: 0;
        .detail{
            padding-bottom: 16px;
        }
    }
    .fm-rank{
        margin-top: 16px;
    }
    ul{
        list-style-type: none;
        li{
            list-style-type: none;
        }
    }
}