@charset "UTF-8";

/*------------------------------------------------------------------------------------------------

            Schedule CSS

------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------

            Schedule 共通

------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------

            Schedule タブ部分

------------------------------------------------------------------------------------------------*/
#schedule__tabs {
}

#schedule__tabs__inner {
    /* margin: 40px auto 0; */
    margin: 5.3333% auto 0;
}

@media only screen and (min-width: 641px) {
    #schedule__tabs__inner {
        width: 1320px;
        margin: 40px auto 0;
    }
}

#schedule__tabs ul.tabs {
    width: 100%;
    letter-spacing: -.4em;
}

    #schedule__tabs ul.tabs > li {
        display: inline-block;
        position: relative;
        width: 50%;
        background-color: #616161;
        letter-spacing: normal;
        cursor: pointer;
    }

        #schedule__tabs ul.tabs > li.select {
            background-color: #24292d;
        }

@media only screen and (min-width: 641px) {
    #schedule__tabs ul.tabs li {
        width: 450px;
    }
}

#schedule__tabs ul.tabs > li > p {
    font-family: "bleagueFont";
    text-align: center;
    /* line-height: 60px; */
    line-height: 3.125;
    /* font-size: 32px; */
    font-size: 4.2666vw;
    letter-spacing: 0.2em;
}

@media only screen and (min-width: 641px) {
    #schedule__tabs ul.tabs > li > p {
        position: relative;
        z-index: 2;
        font-size: 24px;
        /* line-height: 60px; */
        line-height: 2.5;
    }

    #schedule__tabs ul.tabs > li .background {
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #f31918;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .34s cubic-bezier(.67,.01,.26,1);
        transition: all .34s cubic-bezier(.67,.01,.26,1);
        z-index: 1;
    }

    #schedule__tabs ul.tabs > li:hover .background {
        opacity: 1.0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    #schedule__tabs ul.tabs > li:after {
        z-index: 2;
    }
}


/*------------------------------------------------------------------------------------------------

            Schedule フィルタ部分

------------------------------------------------------------------------------------------------*/
#schedule__filter {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #24292e;
}

@media only screen and (min-width: 641px) {
    #schedule__filter {
        background-color: transparent;
    }
}

#schedule__filter__inner {
    /* width: 670px; */
    width: 89.3333%;
    margin: auto;
    /* padding: 40px 0; */
    padding: 5.97014% 0;
}

@media only screen and (min-width: 641px) {
    #schedule__filter__inner {
        padding: 30px 40px;
        width: 1320px;
        z-index: 20;
        letter-spacing: -.4em;
        background-color: #24292e;
    }
}

.filter_select {
    width: 100%;
    /* height: 120px; */
    height: 16vw;
    position: relative;
    overflow: hidden;
    border: #24292d 1px solid;
    border-radius: 5px;
    background: #0d1114;
    /* margin-bottom: 30px; */
    margin-bottom: 4.4776%;
}

    .filter_select::after {
        display: block;
        content: " ";
        /* margin-top: -4px; */
        margin-top: -0.533333vw;
        position: absolute;
        top: 50%;
        /* right: 20px; */
        right: 2.98507%;
        /* width: 16px; */
        width: 2.388059%;
        /* height: 8px; */
        height: 1.06666vw;
        background: url("/files/user/img/icon_triangle.png") 0 0 no-repeat;
        background-size: cover;
        pointer-events: none;
    }

.filter_select2::after {
    display: block;
    content: " ";
    background: none;
}

@media only screen and (min-width: 641px) {
    .filter_select {
        display: inline-block;
        width: auto;
        height: 60px;
        margin-right: 2px;
        margin-bottom: 0;
        letter-spacing: normal;
        vertical-align: top;
        min-width: 80px;
    }

        .filter_select::after {
            margin-top: -2px;
            top: 50%;
            right: 16px;
            width: 8px;
            height: 4px;
        }
}

.filter_select > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* padding-left: 20px; */
    padding-left: 2.985%;
    width: 100%;
    /* height: 80px; */
    height: 10.666666vw;
    margin: 0;
    border: 0;
    outline: none;
    /* font-size: 28px; */
    font-size: 3.733333vw;
    letter-spacing: 0.1em;
    color: #fff;
    background: #0d1114;
    cursor: pointer;
}

    .filter_select > select::-ms-expand {
        display: none;
    }

@media only screen and (min-width: 641px) {
    .filter_select > select {
        padding: 0 40px 0 20px;
        width: auto;
        height: 40px;
        font-size: 14px;
    }
}

.filter_select .filter_name {
    /* padding: 12px 0 0 20px; */
    padding: 1.791044% 0 0 2.985%;
    /* font-size: 24px; */
    font-size: 3.2vw;
    color: #6a767f;
}

@media only screen and (min-width: 641px) {
    .filter_select .filter_name {
        padding: 6px 0 0 20px;
        font-size: 12px;
    }
}

#schedule__filter .btn_search {
    position: relative;
    /* height: 120px; */
    height: 16vw;
    border-radius: 5px;
    background-color: #000000;
    cursor: pointer;
}

    #schedule__filter .btn_search img {
        display: block;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

@media only screen and (min-width: 641px) {
    #schedule__filter .btn_search {
        display: inline-block;
        width: 72px;
        height: 60px;
        letter-spacing: normal;
        vertical-align: top;
    }
}

/*ラジオボタン*/
input[type=radio] {
    display: none; /* 標準スタイル */
}

.scheduleradio_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 42px; /* ボックス内側の余白を指定する */
    line-height: 38px;
}

    .scheduleradio_label:hover:after {
        border-color: #000000; /* ボックスの境界線を実線で指定する */
    }

    .scheduleradio_label:after, .scheduleradio_label:before {
        position: absolute; /* ボックスの位置を指定する */
        content: ""; /* ボックスのコンテンツ */
        display: block; /* ブロックレベル要素化する */
        top: 50%; /* 上部から配置の基準位置を決める */
    }

    .scheduleradio_label:after {
        left: 15px; /* 左から配置の基準位置を決める */
        margin-top: -10px; /* チェック枠の位置 */
        width: 15px; /* ボックスの横幅を指定する */
        height: 15px; /* ボックスの高さを指定する */
        border: 2px solid #000000; /* ボックスの境界線を実線で指定する */
        border-radius: 50%; /* ボックスの角丸を指定する */
        background: #000000;
    }

    .scheduleradio_label:before {
        left: 21px; /* 左から配置の基準位置を決める */
        margin-top: -4px; /* チェックマークの位置 */
        width: 7px; /* ボックスの横幅を指定する */
        height: 7px; /* ボックスの高さを指定する */
        background: #69767E; /* ボックスの背景色を指定する */
        border-radius: 50%; /* ボックスの角丸を指定する */
        opacity: 0; /* 要素を透過指定する */
        z-index: 1;
    }

input[type=radio]:checked + .scheduleradio_label:before {
    opacity: 1; /* 要素を表示する */
}

.schedule_wrap {
    /*background: transparent;
    margin-right: 40px;*/
    background: #0d1114;
    min-width: 175px;
}

/*------------------------------------------------------------------------------------------------

            Schedule コンテンツ部分

------------------------------------------------------------------------------------------------*/
#schedule__contents {
}

#schedule__contents__inner {
    /* margin: 0 auto 80px; */
    margin: 0 auto 10.66666%;
    background-color: #24292e;
}

@media only screen and (min-width: 641px) {
    #schedule__contents__inner {
        margin-bottom: 70px;
        width: 1320px;
        z-index: 20;
    }
}

/* 切り替え部分 */
#schedule__contents ul.contents > li {
    display: none;
}

    #schedule__contents ul.contents > li.select {
        display: block;
    }

#schedule__contents #round_list {
    border-top: solid 1px #000000;
}

    #schedule__contents #round_list dt {
        box-sizing: border-box;
        /* padding-top: 45px; */
        padding-top: 6%;
        /* height: 180px; */
        height: 24vw;
        position: relative;
        /***border-bottom: solid 1px #000000;***/
        /* font-size: 28px; */
        font-size: 3.73333vw;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 0.15em;
        vertical-align: middle;
        cursor: pointer;
    }

        #schedule__contents #round_list dt::after {
            position: absolute;
            content: " ";
            background: url("/files/user/img/arrow_down.png") no-repeat center center;
            background-size: contain;
            /* padding-top: 23px; */
            padding-top: 3.0666vwvw;
            /* padding-left: 38px; */
            padding-left: 5.06666vw;
            top: 0;
            /* right: 40px; */
            right: 5.3333vw;
            bottom: 0;
            margin: auto;
        }

        #schedule__contents #round_list dt.active::after {
            background: url("/files/user/img/arrow_up.png") no-repeat center center;
            background-size: contain;
        }

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dt {
        height: auto;
        padding-top: 0;
        font-size: 14px;
        line-height: 100px;
    }

        #schedule__contents #round_list dt:hover {
            background-color: #f31918;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
        }

        #schedule__contents #round_list dt::after {
            padding-top: 12px;
            padding-left: 20px;
            top: 48px;
            right: 48px;
            bottom: auto;
        }
}

#schedule__contents #round_list dt .setsu_name {
    display: inline-block;
    margin-top: -0.7em;
    /* font-size: 24px; */
    font-size: 3.2vw;
    font-weight: bold;
    padding: 0.3em 1em;
    border: solid 1px #fff;
    vertical-align: middle;
}

#schedule__contents #round_list dt .round_name {
    display: inline-block;
    /* margin-bottom: 10px; */
    margin-bottom: 1.3333%;
    font-family: "bleagueFont";
    /* font-size: 60px; */
    font-size: 8vw;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dt .setsu_name {
        display: inline;
        font-size: inherit;
        margin-right: 20px;
    }

    #schedule__contents #round_list dt .round_name {
        margin-right: 40px;
        margin-bottom: auto;
        font-size: 32px;
    }
}


#schedule__contents #round_list dd {
    display: none;
}

    #schedule__contents #round_list dd ul.game_list > li {
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        /* padding: 60px 0; */
        padding: 8% 0 0;
        margin-top: -1px;
        background-color: #ffffff;
        color: #000000;
        letter-spacing: -.4em;
    }

        #schedule__contents #round_list dd ul.game_list > li:nth-of-type(even) {
            background-color: #e7e7e7;
        }

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd ul.game_list > li {
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        /*height: 120px;*/
        padding: 15px 0;
        background-color: #ffffff;
        color: #000000;
        letter-spacing: -.4em;
    }

        #schedule__contents #round_list dd ul.game_list > li:nth-of-type(even) {
            background-color: #e7e7e7;
        }
}

#schedule__contents #round_list dd .gamedata_left,
#schedule__contents #round_list dd .gamedata_right {
    position: relative;
    letter-spacing: normal;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .gamedata_left,
    #schedule__contents #round_list dd .gamedata_right {
        display: inline-block;
        vertical-align: top;
    }
}

#schedule__contents #round_list dd .gamedata_left {
    /* width: 670px; */
    width: 96%;
    margin: 0 auto;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .gamedata_left {
        width: 760px;
        padding-left: 25px;
    }

        #schedule__contents #round_list dd .gamedata_left:after {
            content: " ";
            border-right: 1px solid #000;
            position: absolute;
            height: 60px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }
}

#schedule__contents #round_list dd .gamedata_right {
    /* width: 670px; */
    width: 89.3333%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .gamedata_right {
        width: 560px;
    }
}

#schedule__contents #round_list dd .gamedata_left > div {
}

#schedule__contents #round_list dd .gamedata_right > div {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .gamedata_left > div,
    #schedule__contents #round_list dd .gamedata_right > div {
        display: inline-block;
        vertical-align: middle;
    }
}


/* 左側 */
#schedule__contents #round_list dd .data_datetime {
    width: 100%;
    margin-bottom: 2.985%;
    letter-spacing: 0.1em;
    text-align: center;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_datetime {
        margin-bottom: 0;
        width: 170px;
    }
}

#schedule__contents #round_list dd .data_datetime .date {
    margin-right: 0.4em;
    font-family: "bleagueFont";
    /* font-size: 48px; */
    font-size: 6.4vw;
    font-weight: bold;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_datetime .date {
        margin-right: 0.4em;
        font-size: 32px;
    }
}

#schedule__contents #round_list dd .data_datetime .week {
    /* font-size: 28px; */
    font-size: 3.7333vw;
    font-weight: bold;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_datetime .week {
        font-size: 18px;
    }
}

#schedule__contents #round_list dd .data_datetime .time {
    /* font-size: 28px; */
    font-size: 3.7333vw;
    font-weight: bolder;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_datetime .time {
        font-size: 14px;
    }
}

#schedule__contents #round_list dd .data_datetime.sat .date,
#schedule__contents #round_list dd .data_datetime.sat .week {
    color: #005ca9;
}

#schedule__contents #round_list dd .data_datetime.sun .date,
#schedule__contents #round_list dd .data_datetime.sun .week {
    color: #f31918;
}


#schedule__contents #round_list dd .data_game {
    width: 100%;
    text-align: center;
}
/* オールスター用に追加 */
#schedule__contents #round_list dd .data_game_5 {
    position: relative;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_game {
        /*width: 385px;*/
        width: 435px;
    }
}

#schedule__contents #round_list dd .data_game .game {
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_game .game {
        margin-bottom: 5px;
    }
}

#schedule__contents #round_list dd .data_game .game .team {
    /* font-size: 28px; */
    font-size: 3.73333vw;
    font-weight: bold;
    letter-spacing: 0.2em;
    vertical-align: middle;
}

    #schedule__contents #round_list dd .data_game .game .team img {
        /* width: 100px; */
        width: 12.5vw;
        /*padding: 1vw 1.5vw;*/
        padding: 1vw 0;
    }

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_game .game .team {
        font-size: 14px;
    }

        #schedule__contents #round_list dd .data_game .game .team img {
            width: 50px; /*55px;*/
            padding: 0;
        }
}

#schedule__contents #round_list dd .data_game .game .team .team_name {
    display: inline-block;
    /* width: 120px; */
    /*width: 17.9104%;*/
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_game .game .team .team_name {
        width: 75px; /*60px;*/
    }
}
/* オールスター用に追加 */
#schedule__contents #round_list dd .data_game_5 .game .team .team_name {
    width: 80px;
}

#schedule__contents #round_list dd .data_game_5 .game .team {
  font-size: 15px;
}

#schedule__contents #round_list dd .data_game .game .team .home:before {
    content: "HOME";
    width: 42px; /*70%;*/
    font-family: "bleagueFont";
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
    background-color: #f31918;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

#schedule__contents #round_list dd .data_game .game .point {
    display: inline-block;
    /* width: 180px; */
    /* width: 26.856%; */
    width: 27%;
    font-family: "bleagueFont";
    /* font-size: 40px; */
    font-size: 5.3333vw;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
/* オールスター用に追加 */
#schedule__contents #round_list dd .data_game_5 .game .point {
    /*position:absolute; bottom:25px; left:130px;*/
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_game .game .point {
        width: 125px;
        font-size: 28px;
    }
}

#schedule__contents #round_list dd .data_game .game .point .gray {
    color: #c6c6c6;
}

#schedule__contents #round_list dd .data_game .arena {
    width: 70%;
    padding: 0.5em;
    /* margin: 0 auto 40px; */
    margin: 0 auto 5.9701%;
    border: solid 1px #000;
    /* font-size: 24px; */
    font-size: 3.2vw;
    letter-spacing: 0.15em;
    text-align: center;
}

    #schedule__contents #round_list dd .data_game .arena .line {
        margin: 0 0.3em;
        border-right: solid 1px #000;
    }

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_game .arena {
        width: 83.3333%;
        margin: 0 auto;
        font-size: 12px;
    }
}


#schedule__contents #round_list dd .data_link {
    width: 100%;
    /* margin-bottom: 60px; */
    margin-bottom: 8%;
    text-align: center;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_link {
        /*width: 160px;*/
        width: 120px;
        margin-bottom: 0;
    }
}

#schedule__contents #round_list dd .data_link .state_link,
#schedule__contents #round_list dd .data_link .info_link {
    display: inline-block;
    /* width: 320px; */
    width: 47.5%;
    margin: 0 3% 0 0;
    /* font-size: 28px; */
    font-size: 3.7333vw;
    font-weight: bold;
    /* line-height: 72px; */
    line-height: 2.571428;
    letter-spacing: 0.1em;
    text-align: center;
}

#schedule__contents #round_list dd .data_link .info_link {
    margin: 0 auto;
    /* 移動 border: 2px solid #000;
    border-radius: 30px;
    padding: 0 1em; */
    letter-spacing: 0.15em;
}

#schedule__contents #round_list dd .data_link .state_link.btn.report {
    /*border: 2px solid #f31918;
    border-radius: 30px;*/
}
/*#schedule__contents #round_list dd .data_link .state_link.btn.live {
    background-color: #f31918;
    border-radius: 30px;
}*/
@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_link .state_link,
    #schedule__contents #round_list dd .data_link .info_link {
        width: 100px;
        margin: 0 auto 5px;
        font-size: 14px;
        line-height: 36px;
    }

    #schedule__contents #round_list dd .data_link .live_link {
        margin: 0 auto;
        font-size: 13px;
    }

    #schedule__contents #round_list dd .data_link .live_preparation {
        font-size: 10px;
    }
}

@media only screen and (max-width: 640px) {
    #schedule__contents #round_list dd .data_link .live_link {
        margin: 10px auto 0;
    }
}

#schedule__contents #round_list dd .data_link .state_link {
    display: inline-block;
    /*width: 100%;*/
    height: 100%;
    color: #000;
}

    #schedule__contents #round_list dd .data_link .state_link.btn a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #f31918;
        border: 2px solid #f31918;
        border-radius: 30px;
    }

    #schedule__contents #round_list dd .data_link .state_link.btn.live a {
        background-color: #f31918;
        color: #fff;
    }

#schedule__contents #round_list dd .data_link .info_link a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    border: 2px solid #000;
    border-radius: 30px;
}
/* ロールオーバー */
#schedule__contents #round_list dd .data_link .state_link.btn.report a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    color: #fff;
}

#schedule__contents #round_list dd .data_link .state_link.btn a:hover,
#schedule__contents #round_list dd .data_link .info_link a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    color: #fff;
    background-color: #f31918;
    border-color: #f31918;
}

#schedule__contents #round_list dd .data_link .state_link.btn.report a {
    color: #f31918;
}

#schedule__contents #round_list dd .data_link .state_link.btn.live a {
    color: #fff;
}

#schedule__contents #round_list dd .data_link .state_link.btn.live:hover {
    opacity: 0.7;
}

#schedule__contents #round_list dd .data_link .state_link a img {
    /* width: 192px; */
    width: 60%;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .data_link .state_link a img {
        width: auto;
    }
}

/* 右側 */
#schedule__contents #round_list dd .tvicon {
    /* margin-top: -10px; */
    margin-top: -1.33333vw;
    /* margin-right: 30px; */
    margin-right: 4vw;
    text-align: center;
}

    #schedule__contents #round_list dd .tvicon img {
        /* width: 60px; */
        width: 8vw;
    }

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .tvicon {
        margin: 0;
        width: 80px;
    }

        #schedule__contents #round_list dd .tvicon img {
            width: 30px;
        }
}

#schedule__contents #round_list dd .gamedata_right > .tv_list_left_arrow,
#schedule__contents #round_list dd .gamedata_right > .tv_list_right_arrow {
    display: none;
    /* width: 120px; */
    width: 16vw;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

    #schedule__contents #round_list dd .gamedata_right > .tv_list_left_arrow.disp,
    #schedule__contents #round_list dd .gamedata_right > .tv_list_right_arrow.disp {
        display: block;
    }

#schedule__contents #round_list dd .tv_list_left_arrow {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) );
    /* left: 70px; */
    left: 9.33vw;
}

#schedule__contents #round_list dd .tv_list_right_arrow {
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) );
    right: 0;
}

#schedule__contents #round_list dd ul.game_list > li:nth-of-type(even) .tv_list_left_arrow {
    background: linear-gradient(to right, rgba(231, 231, 231, 1) 55%, rgba(231, 231, 231, 0));
}

#schedule__contents #round_list dd ul.game_list > li:nth-of-type(even) .tv_list_right_arrow {
    background: linear-gradient(to left, rgba(231, 231, 231, 1) 55%, rgba(231, 231, 231, 0));
}

#schedule__contents #round_list dd .tv_list_left_arrow img,
#schedule__contents #round_list dd .tv_list_right_arrow img {
    /* width: 16px; */
    width: 2.133333vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#schedule__contents #round_list dd .tv_list_left_arrow img {
    /* left: 30px; */
    left: 4vw;
}

#schedule__contents #round_list dd .tv_list_right_arrow img {
    right: 0;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .gamedata_right > .tv_list_left_arrow,
    #schedule__contents #round_list dd .gamedata_right > .tv_list_right_arrow {
        display: none;
        width: 90px;
        height: 100%;
        position: absolute;
        top: 0;
        cursor: pointer;
    }

        #schedule__contents #round_list dd .gamedata_right > .tv_list_left_arrow.disp,
        #schedule__contents #round_list dd .gamedata_right > .tv_list_right_arrow.disp {
            display: block;
        }

    #schedule__contents #round_list dd .tv_list_left_arrow {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) );
        left: 60px;
    }

    #schedule__contents #round_list dd .tv_list_right_arrow {
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) );
        right: 0;
    }

    #schedule__contents #round_list dd ul.game_list > li:nth-of-type(even) .tv_list_left_arrow {
        background: linear-gradient(to right, rgba(231, 231, 231, 1) 55%, rgba(231, 231, 231, 0));
    }
    /* 追加 */
    #schedule__contents #round_list dd ul.game_list > li:nth-of-type(even) .tv_list_right_arrow {
        background: linear-gradient(to left, rgba(231, 231, 231, 1) 55%, rgba(231, 231, 231, 0));
    }

    #schedule__contents #round_list dd .tv_list_left_arrow img,
    #schedule__contents #round_list dd .tv_list_right_arrow img {
        width: 8px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #schedule__contents #round_list dd .tv_list_left_arrow img {
        left: 30px;
    }

    #schedule__contents #round_list dd .tv_list_right_arrow img {
        right: 30px;
    }
}



#schedule__contents #round_list dd .tv_list_wrap {
    /* width: 570px; */
    width: 84%;
    overflow: hidden;
}

#schedule__contents #round_list dd ul.tv_list {
    /* height: 140px; */
    height: 18.66666vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    flex-wrap: wrap;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd .tv_list_wrap {
        width: 470px;
    }

    #schedule__contents #round_list dd ul.tv_list {
        height: 88px;
        /* display: inline-flex; */
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        align-self: flex-start;
        flex-wrap: wrap;
    }
}

#schedule__contents #round_list dd ul.tv_list > li {
    #schedule__contents #round_list dd ul.tv_list > li

{
    padding: 0.5em;
    /* margin: 40px 10px 40px 0; */
    margin: 5.333vw 1.33333vw 5.333vw 0;
    /* font-size: 14px; */
    font-size: 3.73333vw;
    border: solid 1px #000;
    border-radius: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 641px) {
    #schedule__contents #round_list dd ul.tv_list > li {
        padding: 10px;
        margin: 0 10px 8px 0;
        font-size: 14px;
    }

        #schedule__contents #round_list dd ul.tv_list > li:nth-of-type(even) {
            margin-bottom: 0;
        }
}

#schedule__contents #round_list dd ul.tv_list > li.has_link:hover {
    border-color: #f31918;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#schedule__contents #round_list dd ul.tv_list > li a:hover {
    color: #f31918;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.date_sat {
    color: #45acee;
}

.date_sun {
    color: #e74f44;
}
