@charset "utf-8";

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

    /*------------------------------------------------------------
    [SP] game_nav
    ------------------------------------------------------------ */
    #suntory_contents .game_nav {
        margin: 0 auto 9.3333333333333vw;
        width: 86.6666666666667vw;
        position: relative;
        display: flex;
        list-style: none;
    }
    #suntory_contents .game_nav li {
        width: 230px;
        margin-right: 1.3333333333333vw;
    }
    #suntory_contents .game_nav li:last-child {
        margin: 0;
    }
    #suntory_contents .game_nav li a {
        width: 20.666666666666667vw;
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #bb0000 url(../img/arrow_down.png) no-repeat center bottom 2vw;
        background-size: 2.6666666666667vw auto;
        color: #fff;
        font-size: 3.2vw;
        text-decoration: none;
        border-radius: 0.2666666666667vw;
        padding-bottom: 3.6vw;
        box-sizing: border-box;
    }
    /*------------------------------------------------------------
    [SP] note_game
    ------------------------------------------------------------ */
    #suntory_contents .note_game {
        display: none;
    }

    /*------------------------------------------------------------
    [SP] game_table
    ------------------------------------------------------------ */
    #suntory_contents .game_table {
        margin: 0 auto;
        width: 94.666666666666667vw;
    }
    #suntory_contents .game_table 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 .game_table_ft {
        margin-bottom: 8vw;
    }
    #suntory_contents .game_table_ft h3 {
        margin-bottom: 2.6666666666667vw;
        background: #444444;
        color: #fff;
        font-weight: bold;
        font-size: 4.8vw;
        font-family: 'Roboto',sans-serif;
        height: 10.6666666666667vw;
        padding: 0 4vw;
        display: flex;
        align-items: center;
    }
    #suntory_contents .game_table_ft ul {
        margin-bottom: 8vw;
        list-style: none;
    }
    #suntory_contents .game_table_ft ul li {
        margin-bottom: 2.6666666666667vw;
    }
    #suntory_contents .game_table_ft ul li a,
    #suntory_contents .game_table_ft ul li .no_detail{
        display: block;
        background: #fff;
        text-decoration: none;
        color: #000;
        padding: 0;
    }
    #suntory_contents .game_table_ft a dl,
    #suntory_contents .game_table_ft .no_detail dl{
        display: grid;
        grid-template-columns:29.3333333333333vw 18.6666666666667vw 33.3333333333333vw 13.3333333333333vw;
/*        grid-template-rows:18.6666666666667vw 6.6666666666667vw 6.6666666666667vw;*/
        grid-template-rows:auto auto auto;
        align-items: center;
    }
    #suntory_contents .game_table_ft a dl dd,
    #suntory_contents .game_table_ft .no_detail dl dd{
        box-sizing: border-box;
    }
    #suntory_contents .game_table_ft .day {
        grid-column:1 / 2;
        grid-row:1 / 2;
        height: 18.6666666666667vw;
        border-bottom: 1px #e8e8e8 solid;
    }
    #suntory_contents .game_table_ft .result {
        grid-column:2 / 3;
        grid-row:1 / 2;
        height: 18.6666666666667vw;
        border-bottom: 1px #e8e8e8 solid;
    }
    #suntory_contents .game_table_ft .team {
        grid-column:3 / 5;
        grid-row:1 / 2;
        height: 18.6666666666667vw;
        border-bottom: 1px #e8e8e8 solid;
    }
    #suntory_contents .game_table_ft .place_01 {
        grid-column:1 / 4;
        grid-row:2 / 3;
        min-height: 6.6666666666667vw;
    }
    #suntory_contents .game_table_ft .place_02 {
        grid-column:1 / 4;
        grid-row:3 / 4;
        min-height: 6.6666666666667vw;
    }
    #suntory_contents .game_table_ft .tv {
        grid-column:4 / 5;
        grid-row:2 / 4;
        min-height: 13.3333333333333vw;
    }

    #suntory_contents .game_table_ft .day p {
        height: 18.6666666666667vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #suntory_contents .game_table_ft .day p span.txt_01 {
        margin-bottom: 2.6666666666667vw;
        display: block;
        font-size: 3.6vw;
        font-weight: bold;
        padding-left: 4vw;
    }
    #suntory_contents .game_table_ft .day p span.txt_02 {
        display: block;
        font-size: 3.3333333333333vw;
        color: #888888;
        padding-left: 4vw;
    }
    #suntory_contents .game_table_ft .day p span.txt_03 {
        display: block;
        font-size: 3.3333333333333vw;
        color: #888888;
        padding-left: 4vw;
    }

    #suntory_contents #game_02 .game_table_ft .day p span.txt_01,
    #suntory_contents #game_03 .game_table_ft .day p span.txt_01,
    #suntory_contents #game_04 .game_table_ft .day p span.txt_01 {
        margin-bottom: 0;
        display: block;
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 1.5;
    }
    #suntory_contents #game_02 .game_table_ft .day p span.txt_02,
    #suntory_contents #game_03 .game_table_ft .day p span.txt_02,
    #suntory_contents #game_04 .game_table_ft .day p span.txt_02 {
        margin-bottom: 0;
        display: block;
        font-size: 3.3333333333333vw;
        font-weight: bold;
        color: #000;
        line-height: 1.5;
    }
    #suntory_contents #game_02 .game_table_ft .day p span.txt_03,
    #suntory_contents #game_03 .game_table_ft .day p span.txt_03,
    #suntory_contents #game_04 .game_table_ft .day p span.txt_03 {
        display: block;
        font-size: 3.3333333333333vw;
        color: #444;
        line-height: 1.5;
    }
    #suntory_contents .game_table_ft .result p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 18.6666666666667vw;
    }

    #suntory_contents .game_table_ft .result p em {
        margin: 0 auto 2vw;
        text-align: center;
        display: block;
        font-size: 6.6666666666667vw;
        font-weight: bold;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
    }
    #suntory_contents .game_table_ft .result .btn_ticket {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #bb0000 url(../img/icon_external.png) no-repeat 10.6666666666667vw 1.3333333333333vw;
        background-size: 1.3333333333333vw auto; */
        background: #bb0000;
        width: 13.3333333333333vw;
        height: 10.6666666666667vw;
        cursor: pointer;
        color: #fff;
        font-size: 2.5333333333333vw;
        border-radius: 0.2666666666667vw;
        z-index: 100;
        padding-top: 0.6666666666667vw;
        box-sizing: border-box;
    }
    #suntory_contents .game_table_ft .result p .ico_win {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13.3333333333333vw;
        height: 4.6666666666667vw;
        background: #ff7788;
        border-radius: 0.2666666666667vw;
        font-size: 3.0666666666667vw;
        color: #fff;
        font-family: 'Roboto',sans-serif;
    }
    #suntory_contents .game_table_ft .result p .ico_lose {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13.3333333333333vw;
        height: 4.6666666666667vw;
        background: #bbbbbb;
        border-radius: 0.2666666666667vw;
        font-size: 3.0666666666667vw;
        color: #fff;
        font-family: 'Roboto',sans-serif;
    }
    #suntory_contents .game_table_ft .team p {
        display: flex;
        align-items: center;
        height: 18.6666666666667vw;
    }
    #suntory_contents .game_table_ft .team em {
        width: 16vw;
    }
    #suntory_contents .game_table_ft .team img {
        width: 16vw;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .game_table_ft .team span {
        width: 30.6666666666667vw;
        font-size: 3.2vw;
        line-height: 1.379310344827586;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 0 2.6666666666667vw;
        box-sizing: border-box;
    }

    #suntory_contents .game_table_ft .place_01 {
        font-size: 2.6666666666667vw;
        padding: 0 0 1.3333333333333vw 4vw;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
    }
    #suntory_contents .game_table_ft .place_02 {
        font-size: 3.2vw;
        line-height: 1.333333333333333;
        position: relative;
        padding: 0 9.3333333333333vw 0 4vw;
        box-sizing: border-box;
        width: 81.3333333333333vw;
        position: relative;
    }
    #suntory_contents .game_table_ft .place_02 p {
    }
    #suntory_contents .game_table_ft .place_02 em {
        font-style: normal;
    }
    #suntory_contents .game_table_ft .place_02 span.home {
        width: 9.3333333333333vw;
        height: 6.6666666666667vw;
        background: #ff3322;
        color: #fff;
        border-radius: 0.2666666666667vw;
        font-size: 2.1333333333333vw;
        line-height: 1.166666666666667;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.3333333333333vw;
        box-sizing: border-box;
        position: absolute;
        top: -3.3333333333333vw;
        right: 0;
    }
    #suntory_contents .game_table_ft .place_02 em.link_site {
        cursor: pointer;
        color: #cc0000;
    }
    #suntory_contents .game_table_ft .place_02 em.link_site .link {
        position: relative;
        display: inline-block;
        width: auto;
        padding-right: 2.6666666666667vw;
    }
    #suntory_contents .game_table_ft .place_02 em.link_site .link::after {
        content: '';
        width: 1.3333333333333vw;
        height: 1.3333333333333vw;
        background: url(../img/icon_external_red.png) no-repeat 0 0;
        background-size: 1.3333333333333vw auto;
        position: absolute;
        top: .125em;
        right: 0;
    }

    #suntory_contents .game_table_ft .tv {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 1.3333333333333vw 0;
    }
    #suntory_contents .game_table_ft .tv p {
        margin: 0 auto;
        width: 9.3333333333333vw;
        height: 6.6666666666667vw;
        background: #444444;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.2666666666667vw;
        font-size: 2.1333333333333vw;
        font-weight: bold;
        line-height: 1.166666666666667;
        text-align: center;
    }
    #suntory_contents .game_table_ft .tv p + p {
        margin-top: 0.6666666666667vw;
    }


    /*------------------------------------------------------------
    [SP] article_game
    ------------------------------------------------------------ */
    #suntory_contents .article_game {
        margin: 0 4vw;
    }
    #suntory_contents .article_game h1 {
        font-size: 5.3333333333333vw;
        line-height: 1.428571428571429;
        font-weight: bold;
        border-left: 2.6666666666667vw #bb0000 solid;
        padding: 0 0 0 5.3333333333333vw;
        margin-bottom: 9.3333333333333vw;
    }
    #suntory_contents .game_date {
        margin-bottom: 4vw;
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents .game_date dt {
        margin-bottom: 2.6666666666667vw;
        margin-right: 4vw;
        width: 24vw;
        height: 12vw;
        background: #eeeeee;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
        font-weight: bold;
    }
    #suntory_contents .game_date dd {
        margin-bottom: 2.6666666666667vw;
        width: 64vw;
        height: 12vw;
        display: flex;
        align-items: center;
        font-size: 3.7333333333333vw;
        line-height: 1.25;
    }
    #suntory_contents .game_date dt:last-child,
    #suntory_contents .game_date dd:last-child {
        margin: 0;
    }

    /*------------------------------------------------------------
    [SP] scoreboard
    ------------------------------------------------------------ */
    #suntory_contents .scoreboard {
        margin: 0 auto 9.3333333333333vw;
        background: #77000a;
        background: -moz-linear-gradient(left,  #77000a 0%, #990011 50%, #77000a 100%);
        background: -webkit-linear-gradient(left,  #77000a 0%,#990011 50%,#77000a 100%);
        background: #eeeeee;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77000a', endColorstr='#77000a',GradientType=1 );
        height: 28vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
    }
    #suntory_contents .scoreboard .sunbirds,
    #suntory_contents .scoreboard .team{
        width: 24vw;
        height: 28vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .scoreboard .sunbirds figure,
    #suntory_contents .scoreboard .team figure {
        width: 24vw;
        text-align: center;
    }
    #suntory_contents .scoreboard .sunbirds figure img ,
    #suntory_contents .scoreboard .team figure img {
        width: 16vw;
        height: auto;
        vertical-align: bottom;
        margin-bottom: 2vw;
    }
    #suntory_contents .scoreboard .sunbirds figure figcaption ,
    #suntory_contents .scoreboard .team figure figcaption {
        font-size: 1.7333333333333vw;
        color: #000000;
        font-weight: bold;
    }


    #suntory_contents .scoreboard .score {
        width: 44vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents .scoreboard .score .score_sunbirds,
    #suntory_contents .scoreboard .score .score_opposition {
        width: 14.6666666666667vw;
        height: 17.3333333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10.6666666666667vw;
        font-weight: bold;
        font-family: 'Roboto',sans-serif;
        color: #fff;
        background: #77000a;
background: -moz-linear-gradient(left,  #77000a 0%, #a70013 100%);
background: -webkit-linear-gradient(left,  #77000a 0%,#a70013 100%);
background: #bb0000;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77000a', endColorstr='#a70013',GradientType=1 );
    }
    #suntory_contents .scoreboard .score .score_table {
        width: 9.3333333333333vw;
    }
    #suntory_contents .scoreboard .score .score_table ul {
        margin-bottom: 1.3333333333333vw;
        width: 9.3333333333333vw;
        list-style: none;
    }
    #suntory_contents .scoreboard .score .score_table li {
        margin-bottom: 0.5333333333333vw;
        font-size: 2.1333333333333vw;
        font-family: 'Roboto',sans-serif;
        line-height: 1;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }
    #suntory_contents .scoreboard .score .score_table li span {
        margin: 0 1.3333333333333vw;
    }
    #suntory_contents .scoreboard .score .score_table li:last-child {
        margin: 0;
    }
    #suntory_contents .scoreboard .score .score_table .icon_win {
        width: 9.3333333333333vw;
        height: 3.3333333333333vw;
        background: #ff3344;
        color: #fff;
        border-radius: 0.2666666666667vw;
        font-size: 2.1333333333333vw;
        font-family: 'Roboto',sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .scoreboard .score .score_table .icon_lose {
        width: 9.3333333333333vw;
        height: 3.3333333333333vw;
        background: #bbbbbb;
        color: #fff;
        border-radius: 0.2666666666667vw;
        font-size: 2.1333333333333vw;
        font-family: 'Roboto',sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*------------------------------------------------------------
    [SP] member
    ------------------------------------------------------------ */
    #suntory_contents .member {
        margin: 0 auto 5.3333333333333vw;
    }
    #suntory_contents .member .starting {
        margin-bottom: 9.3333333333333vw;
    }
    #suntory_contents .member .reserve {
    }
    #suntory_contents .member .starting h2,
    #suntory_contents .member .reserve h2 {
        margin-bottom: 4vw;
        background: #eeeeee;
        height: 14.6666666666667vw;
        display: flex;
        align-items: center;
        padding: 0 0 0 5.3333333333333vw;
        font-size:5.0666666666667vw;
        font-weight: bold;
    }
    #suntory_contents .member .starting ul {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }
    #suntory_contents .member .starting li {
        margin: 0 4vw 5.3333333333333vw 0;
        width: 28vw;
    }
    #suntory_contents .member .starting li a {
        text-decoration: none;
        color: #bb0000;
    }
    #suntory_contents .member .starting li .no_detail {
        text-decoration: none;
        color: #000;
    }
    #suntory_contents .member .starting li:nth-child(3n) {
        margin: 0 0 5.3333333333333vw 0;
    }
    #suntory_contents .member .starting li:last-child {
        margin: 0;
    }
    #suntory_contents .member .starting a picture,
    #suntory_contents .member .starting .no_detail picture{
        width: 28vw;
        height: 28vw;
        overflow: hidden;
        display: block;
        margin-bottom: 2.6666666666667vw;
    }
    #suntory_contents .member .starting a picture img,
    #suntory_contents .member .starting .no_detail picture img{
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .member .libero {
        margin: 0 auto;
        width: 28vw;
        display: block;
    }
    #suntory_contents .member .libero a {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: #bb0000;
    }
    #suntory_contents .member .libero .no_detail {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: #000;
    }
    #suntory_contents .member .starting h3 {
        font-size: 3.7333333333333vw;
        text-align: center;
    }
    #suntory_contents .member .starting .label {
        margin: 2.6666666666667vw auto 0;
        width: 12vw;
        height: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.2666666666667vw;
        background: #bbbbbb;
        font-size: 2.4vw;
        color: #fff;
    }
    #suntory_contents .member .reserve ul {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents .member .reserve li {
        margin: 0 1.3333333333333vw 4vw 0;
        width: 45.3333333333333vw;
    }
    #suntory_contents .member .reserve li:nth-child(2n) {
        margin: 0 0 4vw 0;
    }
    #suntory_contents .member .reserve li a{
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #bb0000;
    }
    #suntory_contents .member .reserve li .no_detail{
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #000;
    }
    #suntory_contents .member .reserve a picture,
    #suntory_contents .member .reserve .no_detail picture{
        width: 16vw;
        height: 16vw;
        overflow: hidden;
        display: block;
        margin: 0 2.6666666666667vw 0 0;
    }
    #suntory_contents .member .reserve a picture img,
    #suntory_contents .member .reserve .no_detail picture img{
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    /*------------------------------------------------------------
    [SP] report
    ------------------------------------------------------------ */
    #suntory_contents .report {
    }
    #suntory_contents .report h2 {
        margin-bottom: 9.3333333333333vw;
        background: #eeeeee;
        height: 16vw;
        display: flex;
        align-items: center;
        padding: 0 0 0 5.3333333333333vw;
        font-size:5.0666666666667vw;
        font-weight: bold;
    }


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

    /*------------------------------------------------------------
    [PC] game_nav
    ------------------------------------------------------------ */
    #suntory_contents .game_nav {
        margin: 0 auto 45px;
        width: 980px;
        position: relative;
        display: flex;
        list-style: none;
    }
    #suntory_contents .game_nav li {
        width: 230px;
        margin-right: 20px;
    }
    #suntory_contents .game_nav li:last-child {
        margin: 0;
    }
    #suntory_contents .game_nav li a {
        width: 230px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #bb0000 url(../img/arrow_down.png) no-repeat right 20px center;
        background-size: 12px auto;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        border-radius: 2px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    #suntory_contents .game_nav li a:hover {
        background: #ee0000 url(../img/arrow_down.png) no-repeat right 20px center;
        background-size: 12px auto;
    }

    /*------------------------------------------------------------
    [PC] note_game
    ------------------------------------------------------------ */
    #suntory_contents .note_game {
        margin: 0 auto;
        width: 980px;
        text-align: right;
        font-size: 12px;
    }

    /*------------------------------------------------------------
    [PC] game_table
    ------------------------------------------------------------ */
    #suntory_contents .game_table {
        margin: 0 auto;
        width: 1080px;
    }
    #suntory_contents .game_table h2 {
        font-size: 28px;
        font-weight: bold;
        border-left: 10px #bb0022 solid;
        padding:20px 0 20px 40px;
        margin-bottom: 20px;
    }

    #suntory_contents .game_table_ft {
        margin-bottom: 40px;
    }
    #suntory_contents .game_table_ft h3 {
        margin-bottom: 5px;
        background: #444444;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-family: 'Roboto',sans-serif;
        height: 50px;
        padding: 0 30px;
        display: flex;
        align-items: center;
    }
    #suntory_contents .game_table_ft ul {
        margin-bottom: 40px;
        list-style: none;
    }
    #suntory_contents .game_table_ft ul li {
        margin-bottom: 5px;
    }
    #suntory_contents .game_table_ft ul li a,
    #suntory_contents .game_table_ft ul li .no_detail {
        display: block;
        background: #fff;
        text-decoration: none;
        color: #000;
        padding: 0;
    }
    #suntory_contents .game_table_ft a:hover {
        background: #ffe4e4;
    }
    #suntory_contents .game_table_ft a dl,
    #suntory_contents .game_table_ft .no_detail dl{
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    #suntory_contents .game_table_ft a dl dd,
    #suntory_contents .game_table_ft .no_detail dl dd{
        box-sizing: border-box;
    }
    #suntory_contents .game_table_ft .day {
        width: 200px;
        padding-left: 30px;
        position: relative;
    }
    #suntory_contents .game_table_ft .day::after {
        content: '';
        width: 1px;
        height: 50px;
        background: #eee;
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
    }
    #suntory_contents .game_table_ft .day p span.txt_01 {
        margin-bottom: 15px;
        display: block;
        font-size: 15px;
        font-weight: bold;
    }
    #suntory_contents .game_table_ft .day p span.txt_02 {
        display: block;
        font-size: 14.5px;
        color: #888888;
    }
    #suntory_contents .game_table_ft .day p span.txt_03 {
        display: block;
        font-size: 14.5px;
        color: #888888;
    }

    #suntory_contents #game_02 .game_table_ft .day p span.txt_01,
    #suntory_contents #game_03 .game_table_ft .day p span.txt_01,
    #suntory_contents #game_04 .game_table_ft .day p span.txt_01 {
        margin-bottom: 0;
        display: block;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.5;
    }
    #suntory_contents #game_02 .game_table_ft .day p span.txt_02,
    #suntory_contents #game_03 .game_table_ft .day p span.txt_02,
    #suntory_contents #game_04 .game_table_ft .day p span.txt_02 {
        margin-bottom: 0;
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        line-height: 1.5;
    }
    #suntory_contents #game_02 .game_table_ft .day p span.txt_03,
    #suntory_contents #game_03 .game_table_ft .day p span.txt_03,
    #suntory_contents #game_04 .game_table_ft .day p span.txt_03 {
        display: block;
        font-size: 14.5px;
        color: #444;
        line-height: 1.5;
    }
    #suntory_contents .game_table_ft .result {
        width: 120px;
    }
    #suntory_contents .game_table_ft .result p {

    }
    #suntory_contents .game_table_ft .result p em {
        margin: 0 auto 5px;
        text-align: center;
        display: block;
        font-size: 28px;
        font-weight: bold;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
    }
    #suntory_contents .game_table_ft .result .btn_ticket {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #bb0000 url(../img/icon_external.png) no-repeat right 10px center;
        background-size: 10px auto; */
        background: #bb0000;
        width: 80px;
        height: 40px;
        cursor: pointer;
        color: #fff;
        font-size: 11px;
        border-radius: 2px;
        z-index: 100;
        /* padding-right: 12px; */
        box-sizing: border-box;
    }
    #suntory_contents .game_table_ft .result .btn_ticket:hover {
        background: #ee0000;
        background-size: 10px auto;

    }

    #suntory_contents .game_table_ft .result p .ico_win {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 20px;
        background: #ff7788;
        border-radius: 2px;
        font-size: 13px;
        color: #fff;
        font-family: 'Roboto',sans-serif;
    }
    #suntory_contents .game_table_ft .result p .ico_lose {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 20px;
        background: #bbbbbb;
        border-radius: 2px;
        font-size: 13px;
        color: #fff;
        font-family: 'Roboto',sans-serif;
    }
    #suntory_contents .game_table_ft .team {
        width: 220px;
        padding: 10px 0;
        position: relative;
    }
    #suntory_contents .game_table_ft .team::after {
        content: '';
        width: 1px;
        height: 50px;
        background: #eee;
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
    }
    #suntory_contents .game_table_ft .team p {
        width: 220px;
        display: flex;
        align-items: center;
    }
    #suntory_contents .game_table_ft .team em {
        width: 70px;
    }
    #suntory_contents .game_table_ft .team img {
        width: 70px;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .game_table_ft .team span {
        width: 140px;
        font-size: 14.5px;
        line-height: 1.379310344827586;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #suntory_contents .game_table_ft .place_01 {
        width: 100px;
        font-size: 15px;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #suntory_contents .game_table_ft .place_01::after {
        content: '';
        width: 1px;
        height: 50px;
        background: #eee;
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
    }
    #suntory_contents .game_table_ft .place_02 {
        width: 340px;
        font-size: 15px;
        line-height: 1.333333333333333;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #suntory_contents .game_table_ft .place_02::after {
        content: '';
        width: 1px;
        height: 50px;
        background: #eee;
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
    }
    #suntory_contents .game_table_ft .place_02 p {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents .game_table_ft .place_02 em {
        font-style: normal;
        width: 230px;
    }
    #suntory_contents .game_table_ft .place_02 span.home {
        width: 60px;
        height: 40px;
        background: #ff3322;
        color: #fff;
        border-radius: 2px;
        font-size: 12px;
        line-height: 1.166666666666667;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #suntory_contents .game_table_ft .place_02 em.link_site {
        cursor: pointer;
        color: #cc0000;
    }
    #suntory_contents .game_table_ft .place_02 em.link_site .link {
        position: relative;
        display: inline-block;
        width: auto;
        padding-right: 20px;
    }
    #suntory_contents .game_table_ft .place_02 em.link_site .link:hover {
        text-decoration: underline;
    }
    #suntory_contents .game_table_ft .place_02 em.link_site .link::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external_red.png) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        top: .125em;
        right: 0;
    }

    #suntory_contents .game_table_ft .place_02 em.link_site:hover {
        text-decoration: underline;
    }


    #suntory_contents .game_table_ft .tv {
        width: 100px;
        padding: 10px 0;
    }
    #suntory_contents .game_table_ft .tv p {
        margin: 0 auto;
        width: 60px;
        height: 40px;
        background: #444444;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 2px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.166666666666667;
    }
    #suntory_contents .game_table_ft .tv p + p {
        margin-top: 5px;
    }

    /*------------------------------------------------------------
    [PC] article_game
    ------------------------------------------------------------ */
    #suntory_contents .article_game {
        margin: 0 auto;
        width: 1080px;
    }
    #suntory_contents .article_game h1 {
        font-size: 28px;
        line-height: 1.428571428571429;
        font-weight: bold;
        border-left: 10px #bb0000 solid;
        padding: 20px 0 20px 40px;
        margin-bottom: 40px;
    }
    #suntory_contents .game_date {
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents .game_date dt {
        margin-right: 20px;
        width: 100px;
        height: 50px;
        background: #eeeeee;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
    }
    #suntory_contents .game_date dd {
        width: 340px;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    #suntory_contents .game_date dd:last-child {
        width: 500px;
    }

    /*------------------------------------------------------------
    [PC] scoreboard
    ------------------------------------------------------------ */
    #suntory_contents .scoreboard {
        margin: 0 auto 40px;
        width: 1080px;
        background: #77000a;
        background: -moz-linear-gradient(left,  #77000a 0%, #990011 50%, #77000a 100%);
        background: -webkit-linear-gradient(left,  #77000a 0%,#990011 50%,#77000a 100%);
        background: #eeeeee;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77000a', endColorstr='#77000a',GradientType=1 );
        height: 190px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
    }
    #suntory_contents .scoreboard .sunbirds,
    #suntory_contents .scoreboard .team{
        width: 320px;
        height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .scoreboard .sunbirds figure,
    #suntory_contents .scoreboard .team figure {
        width: 320px;
        text-align: center;
    }
    #suntory_contents .scoreboard .sunbirds figure img ,
    #suntory_contents .scoreboard .team figure img {
        width: 120px;
        height: auto;
        vertical-align: bottom;
        margin-bottom: 15px;
    }
    #suntory_contents .scoreboard .sunbirds figure figcaption ,
    #suntory_contents .scoreboard .team figure figcaption {
        font-size: 15px;
        color: #000000;
        font-weight: bold;
    }
    #suntory_contents .scoreboard .score {
        width: 440px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents .scoreboard .score .score_sunbirds,
    #suntory_contents .scoreboard .score .score_opposition {
        width: 140px;
        height: 132px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 80px;
        font-weight: bold;
        font-family: 'Roboto',sans-serif;
        color: #fff;
        background: #77000a;
background: -moz-linear-gradient(left,  #77000a 0%, #a70013 100%);
background: -webkit-linear-gradient(left,  #77000a 0%,#a70013 100%);
background: #bb0000;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77000a', endColorstr='#a70013',GradientType=1 );
    }
    #suntory_contents .scoreboard .score .score_table {
        width: 100px;
    }
    #suntory_contents .scoreboard .score .score_table ul {
        margin-bottom: 10px;
        width: 100px;
        list-style: none;
    }
    #suntory_contents .scoreboard .score .score_table li {
        margin-bottom: 4px;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        line-height: 1;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }
    #suntory_contents .scoreboard .score .score_table li span {
        margin: 0 10px;
        line-height: 16px;
        display: inline-block;
    }
    #suntory_contents .scoreboard .score .score_table li:last-child {
        margin: 0;
    }
    #suntory_contents .scoreboard .score .score_table .icon_win {
        width: 100px;
        height: 25px;
        background: #ff3344;
        color: #fff;
        border-radius: 2px;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .scoreboard .score .score_table .icon_lose {
        width: 100px;
        height: 25px;
        background: #bbbbbb;
        color: #fff;
        border-radius: 2px;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*------------------------------------------------------------
    [PC] member
    ------------------------------------------------------------ */
    #suntory_contents .member {
        margin: 0 auto 60px;
        width: 1080px;
        display: flex;
        justify-content: space-between;
    }

    #suntory_contents .member .starting {
        width: 730px;
    }
    #suntory_contents .member .reserve {
        width: 310px;
    }
    #suntory_contents .member .starting h2,
    #suntory_contents .member .reserve h2 {
        margin-bottom: 40px;
        background: #eeeeee;
        height: 70px;
        display: flex;
        align-items: center;
        padding: 0 0 0 50px;
        font-size:20px;
        font-weight: bold;
    }
    #suntory_contents .member .starting ul {
        margin: 0 auto;
        width: 630px;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }
    #suntory_contents .member .starting li {
        margin: 0 30px 30px 0;
        width: 190px;
    }
    #suntory_contents .member .starting li a{
        text-decoration: none;
        color: #bb0000;
    }
    #suntory_contents .member .starting li .no_detail{
        text-decoration: none;
        color: #000;
    }
    #suntory_contents .member .starting li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
    #suntory_contents .member .starting a picture,
    #suntory_contents .member .starting .no_detail picture{
        width: 190px;
        height: 190px;
        overflow: hidden;
        display: block;
        margin-bottom: 15px;
    }
    #suntory_contents .member .starting a picture img,
    #suntory_contents .member .starting .no_detail picture img{
        width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .5s ease;
    }
    #suntory_contents .member .starting a:hover picture img {
        opacity: .75;
        transform: scale(1.05);
    }
    #suntory_contents .member .libero {
        margin: 0 auto;
        width: 190px;
        display: block;
    }
    #suntory_contents .member .libero a{
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: #bb0000;
    }
    #suntory_contents .member .libero .no_detail{
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: #000;
    }

    #suntory_contents .member .starting h3 {
        font-size: 15px;
        text-align: center;
    }
    #suntory_contents .member .starting .label {
        margin: 15px auto 0;
        width: 90px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        background: #bbbbbb;
        font-size: 13px;
        color: #fff;
    }
    #suntory_contents .member .reserve ul {
        margin: 0 0 0 50px;
        width: 260px;
        list-style: none;
    }
    #suntory_contents .member .reserve li {
        margin-bottom: 25px;
    }
    #suntory_contents .member .reserve li:last-child {
        margin: 0;
    }
    #suntory_contents .member .reserve li a{
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #bb0000;
    }
    #suntory_contents .member .reserve li .no_detail{
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #000;
    }
    #suntory_contents .member .reserve a picture,
    #suntory_contents .member .reserve .no_detail picture {
        width: 80px;
        height: 80px;
        overflow: hidden;
        display: block;
        margin: 0 20px 0 0;
    }
    #suntory_contents .member .reserve a picture img,
    #suntory_contents .member .reserve .no_detail picture img{
        width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .5s ease;
    }
    #suntory_contents .member .reserve a:hover picture img {
        opacity: .75;
        transform: scale(1.05);
    }

    /*------------------------------------------------------------
    [PC] report
    ------------------------------------------------------------ */
    #suntory_contents .report {
    }
    #suntory_contents .report h2 {
        margin-bottom: 40px;
        background: #eeeeee;
        height: 70px;
        display: flex;
        align-items: center;
        padding: 0 0 0 50px;
        font-size:20px;
        font-weight: bold;
    }




}
