@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px) {

    /*------------------------------------------------------------
    [SP] title_bar
    ------------------------------------------------------------ */
    #suntory_contents .title_bar.title_bar_standings {
        padding: 0 4vw;
        height: 30.6666666666667vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #suntory_contents .title_bar.title_bar_standings .title {
        width: 100%;
        margin: 0 0 2vw;
    }

    #suntory_contents .title_bar .year_nav_select.year_nav_select_wide.year_nav_select_standings {
        width: 100%;
        padding: 0;
    }

    /*------------------------------------------------------------
    [SP] year_nav_select
    ------------------------------------------------------------ */
    #suntory_contents .title_bar .year_nav_select.year_nav_select_wide.year_nav_select_standings select {
        width: 68vw;
        margin: 0;
        padding: 0 0 0 4vw;
        font-size: 3.6vw;
        letter-spacing: -0.05em;
        box-sizing: border-box;
        transform-origin: left center;
    }

    /*------------------------------------------------------------
    [SP] standings_container
    ------------------------------------------------------------ */
    #suntory_contents .standings_container {
        margin: 0 auto;
        width: 94.666666666666667vw;
    }

    #suntory_contents .standings_date {
        margin: 0 0 2.133333333333333vw 0;
        width: auto;
        text-align: right;
        font-size: 3.2vw;
    }

    #suntory_contents .standings_container h2 {
        font-size: 5.3333333333333vw;
        font-weight: bold;
        line-height: 1.375;
        border-left: 2.6666666666667vw #bb0022 solid;
        padding: 4vw 0 4vw 5.3333333333333vw;
        margin-bottom: 5.3333333333333vw;
    }

    #suntory_contents .standings_container table {
        width: 100%;
        margin-bottom: 8vw;
    }

    #suntory_contents .standings_container table .standings_table_head {
        display: none;
    }

    #suntory_contents .standings_container table .standings_table_body {
        margin-top: 4vw;
        display: flex;
        flex-wrap: wrap;
    }

    #suntory_contents .standings_container table td {
        background: #fff;
        color: #000;
        font-size: 5.333333333333333vw;
        font-weight: bold;
        vertical-align: middle;
        text-align: center;
        min-height: 18.666666666666667vw;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    #suntory_contents .standings_container table td.rank {
        width: 16.266666666666667vw;
        margin-bottom: 1.333333333333333vw;
        padding-top: 8vw;
        position: relative;
    }

    #suntory_contents .standings_container table td.team_logo {
        width: 21.333333333333333vw;
        margin-bottom: 1.333333333333333vw;
        padding-top: 8vw;
        position: relative;
    }

    #suntory_contents .standings_container table td.team_name {
        width: 57.066666666666667vw;
        font-size: 4vw;
        justify-content: flex-start;
        margin-bottom: 1.333333333333333vw;
        padding-top: 8vw;
        position: relative;
    }

    #suntory_contents .standings_container table td.rank::before {
        content: '順位';
        font-size: 3.2vw;
        font-weight: normal;
        color: #fff;
        width: 16.266666666666667vw;
        height: 8vw;
        background: #BB0022;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    #suntory_contents .standings_container table td.rank::after {
        content: '';
        width: 0.266666666666667vw;
        height: 5.333333333333333vw;
        background: #D46B7E;
        position: absolute;
        top: 1.333333333333333vw;
        right: 0;
    }

    #suntory_contents .standings_container table td.team_logo::after {
        content: '';
        width: 0.266666666666667vw;
        height: 13.333333333333333vw;
        background: #E6E6E6;
        position: absolute;
        bottom: 2.666666666666667vw;
        left: -0.266666666666667vw;
    }

    #suntory_contents .standings_container table td.team_name::before {
        content: 'チーム';
        font-size: 3.2vw;
        font-weight: normal;
        color: #fff;
        width: 78.4vw;
        height: 8vw;
        background: #BB0022;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: -21.333333333333333vw;
    }

    #suntory_contents .standings_container table td.match,
    #suntory_contents .standings_container table td.win,
    #suntory_contents .standings_container table td.lose,
    #suntory_contents .standings_container table td.point,
    #suntory_contents .standings_container table td.win_rate {
        width: 18.933333333333333vw;
        padding-top: 8vw;
        position: relative;
    }

    #suntory_contents .standings_container table td.match::before,
    #suntory_contents .standings_container table td.win::before,
    #suntory_contents .standings_container table td.lose::before,
    #suntory_contents .standings_container table td.point::before,
    #suntory_contents .standings_container table td.win_rate::before {
        content: '試合数';
        font-size: 3.2vw;
        font-weight: normal;
        width: 18.933333333333333vw;
        height: 8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    #suntory_contents .standings_container table td.win::before {
        content: '勝';
    }

    #suntory_contents .standings_container table td.lose::before {
        content: '負';
    }

    #suntory_contents .standings_container table td.point::before {
        content: 'ポイント';
    }

    #suntory_contents .standings_container table td.win_rate::before {
        content: '勝率';
    }

    #suntory_contents .standings_container table td.match::after,
    #suntory_contents .standings_container table td.win::after,
    #suntory_contents .standings_container table td.lose::after,
    #suntory_contents .standings_container table td.point::after {
        content: '';
        width: 0.266666666666667vw;
        height: 13.333333333333333vw;
        background: #E6E6E6;
        position: absolute;
        top: calc(50% - 6.666666666666667vw);
        right: 0;
    }

    #suntory_contents .standings_container table td.team_logo img {
        margin: 1.333333333333333vw 0;
        width: 16vw;
        height: auto;
        vertical-align: bottom;
    }

}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

    /*------------------------------------------------------------
    [PC] year_nav_select
    ------------------------------------------------------------ */
    #suntory_contents .title_bar .year_nav_select.year_nav_select_wide.year_nav_select_standings select {
        width: 360px;
    }

    /*------------------------------------------------------------
    [PC] standings_container
    ------------------------------------------------------------ */
    #suntory_contents .standings_container {
        margin: 0 auto;
        width: 1080px;
    }

    #suntory_contents .standings_date {
        margin: 0 auto;
        width: 980px;
        text-align: right;
        font-size: 12px;
    }

    #suntory_contents .standings_container h2 {
        font-size: 28px;
        font-weight: bold;
        border-left: 10px #bb0022 solid;
        padding: 20px 0 20px 40px;
        margin-bottom: 20px;
    }

    #suntory_contents .standings_container table {
        width: 100%;
    }

    #suntory_contents .standings_container table th {
        background: #BB0022;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        height: 40px;
        vertical-align: middle;
        position: relative;
    }

    #suntory_contents .standings_container table th.rank:after,
    #suntory_contents .standings_container table th.team:after,
    #suntory_contents .standings_container table th.match:after,
    #suntory_contents .standings_container table th.win:after,
    #suntory_contents .standings_container table th.lose:after,
    #suntory_contents .standings_container table th.point:after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background: #D46B7E;
        position: absolute;
        top: calc(50% - 10px);
        right: 0;
    }

    #suntory_contents .standings_container table td {
        border-top: 5px solid transparent;
        background: #fff;
        color: #000;
        font-size: 24px;
        font-weight: bold;
        vertical-align: middle;
        text-align: center;
        min-height: 50px;
        position: relative;
    }

    #suntory_contents .standings_container table td.team_name {
        text-align: left;
        font-size: 20px;
        font-weight: normal;
    }

    #suntory_contents .standings_container table td.rank:after,
    #suntory_contents .standings_container table td.team_name:after,
    #suntory_contents .standings_container table td.match:after,
    #suntory_contents .standings_container table td.win:after,
    #suntory_contents .standings_container table td.lose:after,
    #suntory_contents .standings_container table td.point:after {
        content: "";
        display: block;
        width: 1px;
        height: 50px;
        background: #eee;
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
    }

    #suntory_contents .standings_container table th.rank,
    #suntory_contents .standings_container table td.rank {
        width: 101px;
    }

    #suntory_contents .standings_container table th.team {
        width: 455px;
    }

    #suntory_contents .standings_container table td.team_logo {
        width: 110px;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0;
    }

    #suntory_contents .standings_container table td.team_name {
        width: 345px;
    }

    #suntory_contents .standings_container table th.match,
    #suntory_contents .standings_container table td.match {
        width: 101px;
    }

    #suntory_contents .standings_container table th.win,
    #suntory_contents .standings_container table td.win {
        width: 101px;
    }

    #suntory_contents .standings_container table th.lose,
    #suntory_contents .standings_container table td.lose {
        width: 101px;
    }

    #suntory_contents .standings_container table th.point,
    #suntory_contents .standings_container table td.point {
        width: 101px;
    }

    #suntory_contents .standings_container table th.win_rate,
    #suntory_contents .standings_container table td.win_rate {
        width: 120px;
    }

    #suntory_contents .standings_container table td.team_logo img {
        width: 70px;
        height: auto;
        vertical-align: bottom;
    }

}
