/*---------------------------
ranking
----------------------------*/

@media only screen and (max-width: 768px) {
    #ranking .inner {
        width: 100%;
    }
}

#ranking .inner .head {
    margin-bottom: 2em;
    text-align: left;
}

#ranking .inner .head h2 {
    color: #000;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

#ranking .inner h1 {
    font-size: 1.1rem;
    margin: 1rem 0;
    text-align: left;
}

#ranking .inner .head span {
    font-size: 0.9em;
    display: block;
    color: #999;
}

#ranking .inner .snav {
    margin-bottom: 1.5em;
}

#ranking .inner .snav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    list-style: none;
}

#ranking .inner .snav ul li {
    width: 18%;
}

#ranking .inner .snav ul li a {
    display: block;
    padding: 1em;
    text-align: center;
    border: 1px solid #4d98d1;
    color: #4d98d1;
    text-decoration: none;
}

#ranking .inner .snav ul li a.on {
    background: #4d98d1;
    color: #fff;
}

#ranking .inner .snav ul li a:hover {
    background: #4d98d1;
    color: #fff;
}

@media screen and (max-width: 640px) {
    #ranking .inner .box {
        /*sp*/
        overflow: auto;
        white-space: normal;
    }
    #ranking .inner .box::-webkit-scrollbar {
        height: 5px;
    }
    #ranking .inner .box .scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    #ranking .inner .box .scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc;
    }
    #point {
        font-size: 10px;
        padding: 14px 0 !important;
    }
}

#ranking .inner .box table {
    width: 100%;
    border-collapse: collapse;
}

@media screen and (max-width: 640px) {
    #ranking .inner .box table {
        /*sp*/
        width: 200%;
    }
}

#ranking .inner .box table tr {
    border-bottom: 1px dotted #fff;
}

#ranking .inner .box table tr.line {
    border-top: 1px dotted #999;
}

#ranking .inner .box table tr:nth-of-type(odd) {
    background: #e8eff4;
}

#ranking .inner .box table tr th,
#ranking .inner .box table tr td {
    padding: 0.5em;
    font-size: 1em;
    vertical-align: middle;
}

#ranking .inner .box table tr th {
    background: #4d98d1;
    color: #fff;
    font-weight: normal;
    border-right: 1px dotted #fff;
}

#ranking .inner .box table tr th span {
    display: block;
    width: 8px;
    height: 6px;
    background: url(../img/common/icon_sort.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-bottom: 5px;
}

#ranking .inner .box table tr td {
    text-align: left;
    border-right: 1px dotted #ccc;
    text-align: center;
}

#ranking .inner .box table tr td.match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

#ranking .inner .box table tr td.match span {
    display: inline-block;
    text-align: center;
}

#ranking .inner .box table tr td.match span:nth-of-type(1) {
    width: 35%;
}

#ranking .inner .box table tr td.match span:nth-of-type(2) {
    width: 30%;
}

#ranking .inner .box table tr td.match span:nth-of-type(3) {
    width: 35%;
}

@media screen and (max-width: 640px) {
    #ranking .inner .box.all table {
        /*sp*/
        width: 200%;
    }

    #ranking .inner .box table tr th,
    #ranking .inner .box table tr td {
        font-size: 1.2em;
    }
}

#ranking .inner .box.all table tr th:nth-of-type(1) {
    width: 5%;
}

#ranking .inner .box.all table tr th:nth-of-type(2) {
    width: 15%;
}

#ranking .inner .box.all table tr th:nth-of-type(3) {
    width: 8%;
}

#ranking .inner .box.all table tr th:nth-of-type(4) {
    width: 8%;
}

#ranking .inner .box.all table tr th:nth-of-type(5) {
    width: 8%;
}

#ranking .inner .box.all table tr th:nth-of-type(6) {
    width: 8%;
}

#ranking .inner .box.all table tr th:nth-of-type(7) {
    width: 8%;
}

#ranking .inner .box.all table tr th:nth-of-type(8) {
    width: 8%;
}

#ranking .inner .box.all table tr th:nth-of-type(9) {
    width: 8%;
}

#ranking .inner .box.all table tr th:nth-of-type(12) {
    width: 10%;
    /* border-right: none; */
}

#ranking .inner .box.all table tr td {
    padding: 1.2em 0.5em;
}

#ranking .inner .box.all table tr td:nth-of-type(2) {
    text-align: left;
}

#ranking .inner .box.all table tr td:nth-of-type(12) {
    /* border-right: none; */
}

@media screen and (max-width: 640px) {
    #ranking .inner .box.match table {
        /*sp*/
        width: 200%;
    }
}

main #ranking .inner .navi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
    main #ranking .inner .head .btn ul {
        /*sp*/
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

@media screen and (max-width: 640px) {
    main #ranking .inner .head .btn ul li {
        /*sp*/
        width: 31%;
        margin-left: 0;
        margin-bottom: 0.3rem;
        margin-right: 1.5%;
    }
    main #ranking .inner .head .btn ul li.long {
        width: 40%;
    }
    main #ranking .inner .head .btn ul li::after {
        height: 1px; /* 線の高さ */
        width: 15px; /* 線の長さ */
    }
    main #ranking .inner ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    main #ranking .inner .btn ul li:nth-of-type(3n):after {
        display: none;
    }
}

.inner .navi a {
    display: inline-block;
    width: 33%;
    margin: 0.1rem;
    text-decoration: none;
}

#ranking .inner .navi .btn {
    list-style: none;
    padding: 1rem;
    background: #EFEFEF;
    color: #aaa;
}

#ranking .inner .navi .on {
    background: #1087C7;
    color: white;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    main #ranking .inner .head .btn ul li a {
        /*tablet*/
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 640px) {
    main #ranking .inner .head .btn ul li a {
        /*sp*/
        font-size: 0.69rem;
        padding: 0.1rem 0.1rem;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    main #ranking .inner .head .btn ul li a {
        /*sp*/
        font-size: 0.68rem;
        padding: 0.1rem 0.1rem;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .league_list .inner ul li a {
        padding: 0.5em 1em;
        font-size: 0.6rem;
    }
}

#ranking .inner .box.match table tr th:nth-of-type(1) {
    width: 10%;
}

#ranking .inner .box.match table tr th:nth-of-type(2) {
    width: 25%;
    border-right: none;
}

#ranking .inner .box.match table tr th:nth-of-type(3) {
    width: 15%;
    border-right: none;
}

#ranking .inner .box.match table tr th:nth-of-type(4) {
    width: 25%;
}

#ranking .inner .box.match table tr th:nth-of-type(5) {
    width: 25%;
}

#ranking .inner .box.match table tr td:nth-of-type(2) {
    border-right: none;
}

#ranking .inner .box.match table tr td:nth-of-type(3) {
    border-right: none;
}

#ranking .inner .box.match table tr td span {
    display: block;
    background: #ffaf00;
    color: #fff;
    font-size: 8px;
    line-height: 16px;
    width: 70%;
    margin: auto;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(1) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(2) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(3) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(4) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(5) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(6) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(7) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(8) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(9) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(10) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(11) {
    width: 8.5%;
}

#ranking .inner .box.stats table tr:nth-of-type(1) th:nth-of-type(12) {
    width: 6.5%;
}

#ranking .inner .box.stats table tr td.none {
    background: #ccc;
}

/* #ranking .inner .box.stats table tr td:nth-of-type(12) {
  background: #E8EFF4;
} */

#ranking .inner .box .table{
   margin-top: 1rem;
}

#ranking .inner .box .table th{
    width: auto !important;
    zoom: 80%;
}

#ranking .inner .box .table td{
    text-align: center !important;
}


@media screen and (max-width: 640px) {
}

/*# sourceMappingURL=ranking.css.map */

/* ランキング内部 */
#ranking ul {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.rank_a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e6e9ed;
    gap: 1rem;
}

.photo {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: fit-content;
}

.rank {
    text-align: center;
    line-height: 30px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #333;
    background-color: #e6e9ed;
}

.first {
    color: #fff;
    background-image: linear-gradient(135deg, #f3e867, #f9d162, #a98522, #876c20, #b89942, #ffff91);
    border: 1px solid #a98522;
    background-color: none;
}

.second {
    color: #fff;
    background-image: linear-gradient(135deg, #ececec, #bbbbbb, #a0a0a0, #797979, #a2a1a1, #d4d4d4);
    border: 1px solid #a0a0a0;
    background-color: none;
}

.third {
    color: #fff;
    background-image: linear-gradient(135deg, #fe9c37, #da9356, #ab6b36, #9f643a, #d18764, #ffd6ac);
    border: 1px solid #ab6b36;
    background-color: none;
}

.photo img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.info {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info .player {
    width: 45%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
}

.info .player .player_info {
    padding: 6px 8px;
    background-color: #eee;
    border-radius: 2px;
    color: #333;
    min-width: fit-content;
}

.info .player .player_info span {
    padding: 0 2px;
}

.info .player .player_name {
    font-weight: bold;
}

.info .emblem {
    width: 55%;
    display: flex;
    align-items: center;
    justify-self: flex-start;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
}

.info .emblem img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.info .emblem .team {
    text-align: left;
    width: auto;
    font-size: 1rem;
}

.point_block {
    width: 10%;
    min-width: fit-content;
}

.point {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.point span {
    font-size: 1.8rem;
    margin-right: 4px;
    color: #222;
}

.point br {
    display: none;
}

@media screen and (max-width: 768px) {
    .rank_a {
        gap: 0.8rem;
    }

    .photo {
        gap: 0.8rem;
    }

    .rank {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 0.8rem;
    }
    .photo img {
        width: 56px;
        height: 56px;
    }
    
    .info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .info .player {
        font-size: 0.8rem;
        width: 100%;
    }

    .info .player .player_info {
        display: none;
    }

    .info .emblem {
        font-size: 0.7rem;
        width: 100%;
        gap: 6px;
    }

    .info .emblem img {
        width: 28px;
        height: 28px;
    }

    .info .emblem .team {
        font-size: 0.6rem;
    }

    .point br {
        display: inline-block;
    }

    .point {
        font-size: 0.7rem;
        line-height: 1rem;
        font-weight: normal;
    }

    .point span{
        font-size: 1.3rem;
        font-weight: bold;
    }
}