@charset "UTF-8";
/*------------------------------------------------------------------------------------------------

            ページ共通 CSS

------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------

            Reset CSS

------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------------------------------------------

            共通部分

------------------------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
    font-family: "bleagueFont";
    src: url("/files/user/fonts/bleage_font/bleage_font.eot?") format("eot"), url("/files/user/fonts/bleage_font/bleage_font.eot?#iefix") format("embedded-opentype"), url("/files/user/fonts/bleage_font/bleage_font.woff") format("woff"), url("/files/user/fonts/bleage_font/bleage_font.ttf") format("truetype");
}
@font-face {
    font-family: "bleageFont";
    src: url("/files/user/fonts/bleage_font/bleage_font.eot?") format("eot"), url("/files/user/fonts/bleage_font/bleage_font.eot?#iefix") format("embedded-opentype"), url("/files/user/fonts/bleage_font/bleage_font.woff") format("woff"), url("/files/user/fonts/bleage_font/bleage_font.ttf") format("truetype");
}

.bFont {
    font-family: "bleagueFont";
}
  

html, body {
	font-family: 'Noto Sans Japanese', "Yu Gothic", YuGothic, "游ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,Verdana,Arial,sans-serif;
    background-color: #000;
    color: #fff;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

div, p, h1, h2{
	box-sizing: border-box;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

ol, ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin:0;
  letter-spacing: -.40em;
}

ol > li, ul > li {
    letter-spacing: normal;
}

/* ClearFix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.border-line {
    border-bottom:2px dotted #f31917;
}

@media only screen and (max-width: 640px) {
	.for-pc {
		display: none!important;
	}
}
@media only screen and (min-width: 641px) {
	.for-sp {
		display: none!important;
	}
}

#contents_inner {
    min-width: auto;
    /* padding-top: 325px; */
    /* padding-top: 43.34%; */
    /* padding-top: 328px; */
    padding-top: 62px; /*43.74%;*/
}
@media only screen and (min-width: 641px) {
    #contents_inner {
        min-width: 1400px;
        padding-top: 118px; /*482px; */
    }
}

/* テキストの色を変える */
.text_sharp {
    color: #f31918;
    margin-right: 0.3em;
}

.text_yellow {
    color: #ffff00;
    margin-right: 0.3em;
}

/* タイトルに下線を引く */
h2.underline {
    position: relative;
    padding-bottom: 4%;
    font-family: "bleagueFont";
    /* font-size: 56px; */
    font-size: 7.46vw;
    border-bottom: solid 3px transparent;
}
h2.underline:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #f31918;
    bottom: 0;
    /* width: 160px; */
    width: 21.33vw;
}
@media only screen and (min-width: 641px) {
    h2.underline {
        position: relative;
        padding-bottom: 18px;
        font-size: 32px;
        border-bottom: solid 3px transparent;
    }
    h2.underline:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #f31918;
        bottom: 0;
        width: 80px;
    }
}

/* マウスオンの時に色を変える */
@media only screen and (min-width: 641px) {
    .btn_effect .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;
    }
    .btn_effect a:hover .background {
        opacity: 1.0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .btn_effect p {
        position: relative;
        z-index: 2;
    }
    .btn_effect a:after {
        z-index: 2;
    }
}

/*------------------------------------------------------------------------------------------------

            タブ部分 共通

------------------------------------------------------------------------------------------------*/
.tab_wrap {
    background-color: #fff;
    color: #000;
}
@media only screen and (min-width: 641px) {
    .tab_wrap {
        height: 599px;
        postion: relative;
    }
}

.tab_wrap h2 {
    /* padding: 80px 0 60px; */
    padding: 8% 0 8%;/*10.666% 0 8%;*/
    font-family: "bleagueFont";
    /* font-size: 40px; */
    font-size: 5.3333vw;
    text-align: center;
}
@media only screen and (min-width: 641px) {
    .tab_wrap h2 {
        font-size: 30px;
        padding: 0px;
    }
}

.tab_wrap ul.first_tab {
    letter-spacing: -.40em;
}
@media only screen and (min-width: 641px) {
    .tab_wrap ul.first_tab {
        letter-spacing: -.40em;
    }
}

.tab_wrap ul.first_tab > li {
    display: inline-block;
    position: relative;
    width: 50%;
    background-color: #c5c8cb;
    letter-spacing: normal;
    cursor: pointer;
}
.tab_wrap ul.first_tab > li.select {
    background-color: #fff;
}

.tab_wrap ul.first_tab > li > p {
    font-family: "bleagueFont";
    text-align: center;
    /* line-height: 100px; */
    line-height: 3.8;/*3.125;*/
    /* font-size: 32px; */
    font-size: 4.2666vw;
}
@media only screen and (min-width: 641px) {
    .tab_wrap ul.first_tab > li > p {
        position: relative;
        z-index: 2;

        font-size: 16px;
        /* line-height: 40px; */
        line-height: 2.5;
    }

    .tab_wrap ul.first_tab > 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;
    }
    .tab_wrap ul.first_tab > li:hover .background {
        opacity: 1.0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .tab_wrap ul.first_tab > li:after {
        z-index: 2;
    }


}

.tab_wrap ul.first_contents > li {
    display: none;
}
.tab_wrap ul.first_contents > li.select {
    display: block;
}

.tab_wrap ul.second_tab {
    /* width: 690px; */
    width: 92%;
    letter-spacing: -.40em;
    /* margin: 0 auto 30px; */
    margin: 0 auto 2%;/*0 auto 4%;*/
}
@media only screen and (min-width: 641px) {
    .tab_wrap ul.second_tab {
    }
}
.tab_wrap ul.second_tab > li {
    display: inline-block;
    width: 33.333%;
    /* padding-bottom: 50px; */
    padding-bottom: 3.3333%;/*6.666%;*/
    text-align: center;
    letter-spacing: normal;
    /* font-size: 28px; */
    font-size: 3.7333vw;
    color: #808080;
    border-bottom: 3px solid #808080;
    cursor: pointer;
}
.tab_wrap ul.second_tab > li.select {
    color: #000;
    border-bottom: 3px solid #000;
    font-weight: bold;
}
@media only screen and (min-width: 641px) {
    .tab_wrap ul.second_tab > li {
        padding-bottom: 25px;
        font-size: 14px;
        border-bottom: 4px solid #808080;
    }
    .tab_wrap ul.second_tab > li:hover {
        color: #f31918;
    }
    .tab_wrap ul.second_tab > li.select {
        border-bottom: 4px solid #000;
    }
}

.tab_wrap ul.second_contents > li {
    display: none;
}
.tab_wrap ul.second_contents > li.select {
    display: block;
}

.tab_wrap > .view_more {
    /* padding: 50px 0 80px; */
    padding: 6.6666% 0 10.666%;
}
@media only screen and (min-width: 641px) {
    .tab_wrap > .view_more {
        padding: 28px 0 20px;
        position: absolute;
        bottom: 0;
        left: 20px;
    }
}
.tab_wrap > .view_more a {
    position: relative;
    display: block;
    /* width: 530px; */
    width: 70.666%;
    /* height: 120px; */
    height: 16vw;
    margin: 0 auto;
    text-align: center;
    /* font-size: 28px; */
    font-size: 3.73333vw;
    line-height: 4.28571;
    color: #fff;
    background-color: #24292e;
}
.tab_wrap > .view_more a::after{
    position: absolute;
    content: " ";
    background: url("/files/user/img/top/icon_arrow_r.png") no-repeat center center;
    background-size: contain;
    /* padding-left: 15px; */
    padding-left: 2.830%;
    top: 0;
    /* right: 20px; */
    right: 2.666%;
    bottom: 0;
    margin: auto;
}
@media only screen and (min-width: 641px) {
    .tab_wrap > .view_more a {
        width: 275px;
        height: 60px;
        font-size: 14px;
        /* line-height: 60px; */
        line-height: 4.2857;
    }
    .tab_wrap > .view_more a::after{
        padding-left: 8px;
        right: 1em;
    }
}


/*------------------------------------------------------------------------------------------------

            STANDINGS共通

------------------------------------------------------------------------------------------------*/
.standings {
    width: 100%;
}
@media only screen and (min-width: 641px) {
    .standings {
        box-sizing: content-box;
        width: 315px;
        height: 599px;
        border-bottom: solid 1px #000;
    }
}

.standings .tab_wrap ul.second_tab {
    /* margin-bottom: 20px; */
    margin-bottom: 5.333%;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.second_tab {
        margin-bottom: 20px;
    }
}

.standings .tab_wrap ul.second_contents_title {
    width: 92%;
    /* margin: 0 auto 34px; */
    margin: 0 auto 9.0666%;
    letter-spacing: -.40em;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.second_contents_title {
        /* width: 290px; */
        margin: 0 auto 25px;
    }
}

.standings .tab_wrap ul.second_contents_title > li {
    display: inline-block;
    /* width: 70px; */
    width: 24.13%;
    letter-spacing: normal;
    text-align: center;
    vertical-align: top;
    /* font-size: 14px; */
    font-size: 3.733333vw;
    /* line-height: 40px; */
    line-height: 2.8571;
    color: #fff;
    background-color: #31383f;
}
.standings .tab_wrap ul.second_contents_title > li:nth-last-of-type(1) {
    width: 22%;
} 
.standings .tab_wrap ul.second_contents_title > li:nth-last-of-type(2) {
    width: 17%;
} 
.standings .tab_wrap ul.second_contents_title > li:nth-last-of-type(3) {
    width: 39%;
} 
.standings .tab_wrap ul.second_contents_title > li:nth-last-of-type(4) {
    width: 22%;
} 
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.second_contents_title > li {
        /* width: 70px; */
        font-size: 14px;
        /* line-height: 40px; */
        line-height: 2.8571;
    }
    .standings .tab_wrap ul.second_contents_title > li:nth-last-of-type(2) {
    }
}

.standings .tab_wrap ul.rank_wrap {
    /* width: 345px; */
    width: 92%;
    margin: 0 auto 4px auto; /*0 auto;*/
    letter-spacing: -.40em;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.rank_wrap {
        /* width: 290px; */
    }
}

.standings .tab_wrap ul.rank_wrap > li {
    letter-spacing: normal;
    /* margin-bottom: 5px; */
    margin-bottom: 1.4492%;
}
.standings .tab_wrap ul.rank_wrap > li:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.rank_wrap > li {
        margin-bottom: 5px;
    }
    .standings .tab_wrap ul.rank_wrap > li:last-of-type {
        margin-bottom: 0;
    }
}

.standings .tab_wrap ul.team_line {
    width: 92%;
    margin: 0 auto;
    letter-spacing: -.40em;
    /* height: 20px; */
    height: 5.33333vw;
    /* padding: 10px 0; */
    padding: 2.89855% 0;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.team_line {
        height: 30px; /*20px;*/
        padding: 7px 0;
    }
}
.standings .tab_wrap ul.team_line > li {
    display: inline-block;
    /* font-size: 14px; */
    font-size: 3.733333vw;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.team_line > li {
        font-size: 14px;
    }
}

.standings .tab_wrap ul.team_line > li.team_rank {
    width: 22%;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.team_line > li.team_rank {
        /* width: 70px; */
    }
}

.standings .tab_wrap ul.team_line > li.team_name {
    width: 42%;
}
.standings .tab_wrap ul.team_line > li.team_name a {
    color: #000;
}
.standings .tab_wrap ul.team_line > li.team_name img {
    /* height: 20px; */
    height: 5.33333vw;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.team_line > li.team_name {
    }
    .standings .tab_wrap ul.team_line > li.team_name a {
    }
    .standings .tab_wrap ul.team_line > li.team_name a:hover {
        color: #f31918;
    }
    .standings .tab_wrap ul.team_line > li.team_name img {
        height: 20px;
    }
}

.standings .tab_wrap ul.team_line > li.team_rate {
    width: 20%;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.team_line > li.team_rate {
        /* width: 70px; */
    }
}

.standings .tab_wrap ul.team_line > li.team_flg {
    width: 16%;
}



/*------------------------------------------------------------------------------------------------

            ヘッダー

------------------------------------------------------------------------------------------------*/
#bleague__header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: .3s;
}
@media only screen and (min-width: 641px) {
    #bleague__header {
        /* min-width: 1400px; */
    }
}

#bleague__header #bleague__header__inner {
}

/*
 * 最上部 SNS Logo
 */
#header_top_wrap {
    background-color: #fff;
}
@media only screen and (min-width: 641px) {
    #header_top_wrap {
        position: relative;
        height: 52px;
    }
}

#header_top_wrap ul.head_logo {
    text-align: right;
}    
#header_top_wrap ul.head_logo li {
    display: inline-block;
    /* width: 136px; */
    width: 18.13%;
    /* margin-right: 10px; */
    margin-right: 2.67%;
}
#header_top_wrap ul.head_logo li a{
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 13.73vw;
    line-height: 1;
}
@media only screen and (min-width: 641px) {
    #header_top_wrap ul.head_logo {
        position: absolute;
        top: 0;
        right: 0;
    }     
    #header_top_wrap ul.head_logo li {
        width: auto;
        margin-right: 10px;
    }
    #header_top_wrap ul.head_logo li a{
        font-size: inherit;
        line-height: 52px;
    }
}

#header_top_wrap ul.head_sns {
    border-top: 1px solid #ebebeb;
    text-align: center;
}
#header_top_wrap ul.head_sns li {
    display: inline-block;
    /* height: 100px; */
    height: 13.33vw;
    /* width: 148px; */
    width: 19.6%;
    border-right: 1px solid #ebebeb;
    text-align: center;
}
#header_top_wrap ul.head_sns li a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#header_top_wrap ul.head_sns li a img {
    /* height: 16px; */
    height: 32%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (min-width: 641px) {
    #header_top_wrap ul.head_sns {
        position: absolute;
        top: 0;
        left: 0;
        border-top: none;
    }
    #header_top_wrap ul.head_sns li {
        height: 52px;
        width: 52px;
    }
    #header_top_wrap ul.head_sns li a{
    }
    #header_top_wrap ul.head_sns li a img {
        height: 16px;
    }
}

/*
 * バナー部分
 */
 #header_banner_wrap {
    width: 100%;
    /* height: 100px; */
    height: 13.33vw;
    position: fixed;
    bottom: 0;
    background-color: #000;
}
#header_banner_wrap ul.head_banner {
    position: absolute;
    top: 0;
    right: 0;
    margin: 4% auto;
    vertical-align: top;
    text-align: center;
}
#header_banner_wrap ul.head_banner li {
    display: inline-block;
    width: 30%;
    margin-right: 2.5%;
}
#header_banner_wrap ul.head_banner li:last-of-type {
    margin-right: 0;
}
@media only screen and (min-width: 641px) {
    #header_banner_wrap {
        position: relative;
        height: 60px;
    }
    #header_banner_wrap ul.head_banner {
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    #header_banner_wrap ul.head_banner li {
        display: inline-block;
        width: auto;
        margin: 10px 10px 10px 0;
    }
    #header_banner_wrap ul.head_banner li:last-of-type {
        margin: 10px 10px 10px 0;
    }
}

/*
 * メニュー部分
 */
#header_nav_wrap {
    position: relative;
    /* height: 120px; */
    height: 16vw;
    background-color: #24292e;
    z-index: 10;
}
#header_nav_wrap.opened {
    z-index: 0;
}
@media only screen and (min-width: 641px) {
    #header_nav_wrap {
        height: 50px;/*100px;*/
    }
    #header_nav_wrap.opened {
    }
}
#header_nav_wrap .nav_logo {
    display: inline-block;
    position: absolute;
    /* width: 120px; */
    width: 16%;
    /* height: 120px; */
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}
#header_nav_wrap .nav_logo img {
    /* width: 42px; */
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media only screen and (min-width: 641px) {
    #header_nav_wrap .nav_logo {
        width: 100px;
        height: 100px;
    }
    #header_nav_wrap .nav_logo img {
        width: 31px;
    }
}

#header_nav_wrap ul.nav_list {
    position: relative;
    display: inline-block;
    width: 68%;
    margin: 0 16%;
    text-align: right;
    vertical-align: top;
    z-index: 10;
}
#header_nav_wrap ul.nav_list li {
    display: inline-block;
    /*margin-right: 2em;*/
    line-height: 16vw;
}
#header_nav_wrap ul.nav_list li.for-sp {
    margin-right: 2em;
}
#header_nav_wrap ul.nav_list li a {
    /* font-size: 28px; */
    font-size: 3.73vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #c6c6c6;
}
@media only screen and (min-width: 641px) {
    #header_nav_wrap ul.nav_list {
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 10px 0;/*add*/
    }
    #header_nav_wrap ul.nav_list li {
        /*margin: 50px;*/
        padding: 0px 25px;
        line-height: 30px; /*100px; */
    }
    #header_nav_wrap ul.nav_list li + li{
        border-left: 1px solid #666;
        box-shadow: -1px 0px 0px #000;
    }
    #header_nav_wrap ul.nav_list li a {
        font-size: 14px;
    }
    #header_nav_wrap ul.nav_list li a:hover {
        text-decoration: underline;
    }
}

#header_nav_wrap .nav_menu_btn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    /* width: 120px; */
    width: 16%;
    /* height: 120px; */
    height: 100%;
    z-index: 40;
    cursor: pointer;
}
#header_nav_wrap .nav_menu_btn::before,
#header_nav_wrap .nav_menu_btn::after {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 38%;
    width: 25%;
    height: 2%;
    content: "";
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
#header_nav_wrap .nav_menu_btn span {
    display: inline-block;
    position: absolute;
    left: 38%;
    width: 25%;
    height: 2%;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 641px) {
    #header_nav_wrap .nav_menu_btn span {
        left: 38%;
    }
}
#header_nav_wrap .nav_menu_btn::before {
    top: 43%;
}
#header_nav_wrap .nav_menu_btn span {
    top: 49%;
}
#header_nav_wrap .nav_menu_btn::after {
    top: 55%;
}
#header_nav_wrap.opened .nav_menu_btn::before,
#header_nav_wrap.opened .nav_menu_btn::after {
    top: 50%;
    left: 41%;
    width: 20%;
}
#header_nav_wrap.opened .nav_menu_btn::before {
    transform: rotate(315deg);
}
#header_nav_wrap.opened .nav_menu_btn::after {
    transform: rotate(-315deg);
}
#header_nav_wrap.opened .nav_menu_btn span {
    background-color: transparent;
}
@media only screen and (min-width: 641px) {
    #header_nav_wrap .nav_menu_btn {
        width: 50px; /*100px;*/
        height: 50px; /*100px;*/
    }
}

#header_nav_wrap .nav_menu_list_wrap {
    display: block;
    position: absolute;
    width: 60%;/*100%;*/
    /* top: 0; */
    top: 16vw;
    right: -100vw;
    background-color: transparent;/*#000;*/
    opacity: 1; /*0.8;*/
    overflow-y: scroll;
    z-index: 20;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
#header_nav_wrap.menuopened .nav_menu_list_wrap {
    display: block;
    right: 0;
}
@media only screen and (min-width: 641px) {
    #header_nav_wrap .nav_menu_list_wrap {
        width: 400px;
        top: 50px; /*100px;*/
        /* right: 0; */
        right: -400px;
        opacity: 1;
        z-index: 1;
    }
}
    
#header_nav_wrap .nav_menu_list {
    /* width: 580; */
    width: auto; /*77.33%;*/
    
    /* margin: 180px auto 60px; */
    /* margin: 24% auto 8%; */
    margin: 0; /*10% auto 8%;*/
    text-align: left; /*left;*/
}
#header_nav_wrap .nav_menu_list li:last-of-type {
    margin-right: 0px;
}
#header_nav_wrap .nav_menu_list li a {
    /* font-size: 28px; */
    font-size: 3.73vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    
    display: block;
    padding: 20px;
    background-color:#000;
    opacity: 0.8;
}
@media only screen and (min-width: 641px) {
    #header_nav_wrap .nav_menu_list {
        box-sizing: border-box;
        /* width: 960px; */
        /* width: 100%; */
        /*width: 325px;
        margin: 70px auto;
        padding-left: 60px;*/
    }
    #header_nav_wrap .nav_menu_list li {        
    }
    #header_nav_wrap .nav_menu_list li:last-of-type {
        margin-right: 0px;
    }
    #header_nav_wrap .nav_menu_list li a {
        font-size: 14px;
        opacity:1;
        padding: 20px 40px;
    }
    #header_nav_wrap .nav_menu_list li a:hover {
        /*text-decoration: underline;*/
        background-color: #404040;
    }
}


#header_nav_wrap .nav_menu_sns_list {
    /* width: 580; */
    width: 77.33%;
    margin: 0 auto;
    text-align: left;
}
#header_nav_wrap .nav_menu_sns_list li {
    display: inline-block;
    /* width: 92px; */
    /* width: 12.27vw; */
    width: 12vw;
    /* height: 92px; */
    /* height: 12.27vw; */
    height: 12vw;
    margin-right: 3%;
    border: 1px solid #24292e;
}
#header_nav_wrap .nav_menu_sns_list li:last-of-type {
    margin-right: 0;
}
#header_nav_wrap ul.nav_menu_sns_list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#header_nav_wrap .nav_menu_sns_list li img {
    /* height: 32px; */
    height: 34.78%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (min-width: 641px) {
    #header_nav_wrap .nav_menu_sns_list {
        width: 960px;
    }
    #header_nav_wrap .nav_menu_sns_list li {
        width: 46px;
        height: 46px;
        margin-right: 10px;
    }
    #header_nav_wrap .nav_menu_sns_list li:last-of-type {
    }
    #header_nav_wrap ul.nav_menu_sns_list li a{
        width: 100%;
        height: 100%;
    }
    #header_nav_wrap .nav_menu_sns_list li img {
        height: 16px;
    }
}

/* STANDINGS */
#header_nav_wrap .standings{
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 30;
}
#header_nav_wrap.standingsopened .standings  {
    display: block;
    height:100%;
}

#header_nav_wrap .standings .tab_wrap {
    overflow-y: scroll;
}

.menu_cover {
    height: 16vw;
    padding-left: 5%;
    /* font-size: 30px; */
    font-size: 8vw;
    line-height: 16vw;
    text-align: left;
    color: #fff;
    background-color: #000;
}


/*------------------------------------------------------------------------------------------------

            フッター

------------------------------------------------------------------------------------------------*/
#bleague__footer {
}
@media only screen and (min-width: 641px) {
    #bleague__footer {
    }
}

#bleague__footer #bleague__footer__inner {
}
@media only screen and (min-width: 641px) {
    #bleague__footer #bleague__footer__inner {
    }
}

/*
 * リンク部分
 */
#footer_nav_wrap {
}
@media only screen and (min-width: 641px) {
    #footer_nav_wrap {
        position: relative;
    }
}

#footer_nav_wrap #gotop {
    display: inline-block;
    position: relative;
    width: 100%;
    /* height: 120px; */
    height: 16vw;
    background-color: #000;
    text-align: center;
}
#footer_nav_wrap #gotop img {
    position: absolute;
    /* width: 34px; */
    width: 4.53%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}    
@media only screen and (min-width: 641px) {
    #footer_nav_wrap #gotop {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 0;
        right: 0;
        z-index: 10;
    }
    #footer_nav_wrap #gotop img {
        width: 22px;
    }
}

#footer_nav_wrap ul.footer_nav {
    width: 100%;
    /* margin: 0 16%; */
    text-align: left;
    vertical-align: top;
    background-color: #24292e;
}
#footer_nav_wrap ul.footer_nav li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    /* height: 80px; */
    height: 10.67vw;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    /* font-size: 28px; */
    font-size: 3.733vw;
    font-weight: bold;
    text-align: center;
}
#footer_nav_wrap ul.footer_nav li:nth-of-type(even) {
    border-right: none;
}
#footer_nav_wrap ul.footer_nav li a {
    line-height: 10.67vw;
    letter-spacing: 0.1em;
    color: #c6c6c6;
}
@media only screen and (min-width: 641px) {
    #footer_nav_wrap ul.footer_nav {
        margin-right: 100px;
        text-align: center;
    }
    #footer_nav_wrap ul.footer_nav li {
        height: auto;
        width: auto;
        margin-right: 50px;
        border-right: none;
        border-bottom: none;
        font-size: 14px;
    }
    #footer_nav_wrap ul.footer_nav li a {
        line-height: 100px;
    }
    #footer_nav_wrap ul.footer_nav li a:hover {
        text-decoration: underline;
    }
}

/*
 * 最下部
 */
#footer_bottom_wrap {
    /* padding: 80px 0 70px; */
    padding: 10.67% 0 9.33%;
}
@media only screen and (min-width: 641px) {
    #footer_bottom_wrap {
        padding: 80px 0 60px;
        width: 1280px;
        margin: auto;
        vertical-align: top;
    }
}

#footer_bottom_wrap .footer_bleague_wrap {
}
@media only screen and (min-width: 641px) {
    #footer_bottom_wrap .footer_bleague_wrap {
        margin-bottom: 40px;
    }
}

#footer_bottom_wrap ul.footer_bleague_text {
    /* width: 690px; */
    width: 92%;
    /* margin: 0 auto 60px; */
    margin: 0 auto 4%;/*0 auto 8%;*/
    text-align: left;
}
#footer_bottom_wrap ul.footer_bleague_text li {
    display: inline-block;
    /* font-size: 20px; */
    /* font-size: 2.66vw; */
    font-size: 2.5vw;
    /* height: 52px; */
    line-height: 1.5;
    vertical-align: middle;
    text-align: left;
    color: #c6c6c6;
}
#footer_bottom_wrap ul.footer_bleague_text li img {
    /* width: 27px; */
    width: 1.35em;
    margin-right: 0.5em;
}
@media only screen and (min-width: 641px) {
    #footer_bottom_wrap ul.footer_bleague_text {
        float: left;
        width: 50%;
        margin: 0 auto;
        text-align: left;
    }
    #footer_bottom_wrap ul.footer_bleague_text li {
        font-size: 12px;
        line-height: 2;
    }
    #footer_bottom_wrap ul.footer_bleague_text li img {
        width: 21px;
        margin-right: 15px;
    }
}

#footer_bottom_wrap ul.footer_link_external {
    /* width: 690px; */
    width: 92%;
    /* margin: 0 auto 60px; */
    margin: 0 auto 8%;
}
#footer_bottom_wrap ul.footer_link_external li {
}
#footer_bottom_wrap ul.footer_link_external li a {
    color: #c6c6c6;
    /* font-size: 24px; */
    font-size: 3.2vw;
    line-height: 1.75;
}
#footer_bottom_wrap ul.footer_link_external li a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    content: " ";
    background: url(/v=1513922883/files/user/img/icon_link.png?v=1513922883);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#footer_bottom_wrap .footer_link_external_A{
    margin: 0 auto 4%;
}
#footer_bottom_wrap .footer_link_external_A li{
    text-align:center;
}
@media only screen and (min-width: 641px) {
    #footer_bottom_wrap .footer_link_external_A{
        margin: 0 0 10px 0;
    }
}

@media only screen and (min-width: 641px) {
    #footer_bottom_wrap ul.footer_link_external {
        width: 350px;
        margin: 0 0 0 auto;
    }
    #footer_bottom_wrap ul.footer_link_external li {
        text-align: left;
    }
    #footer_bottom_wrap ul.footer_bleague_text li:hover {
        text-decoration: underline;
    }
    #footer_bottom_wrap ul.footer_link_external li a {
        font-size: 12px;
        line-height: 2;
    }
    #footer_bottom_wrap ul.footer_link_external li a:hover {
        text-decoration: underline;
    }
}

#footer_bottom_wrap .footer_copyright {
    /* width: 690px; */
    width: 92%;
    margin: 0 auto;
    /* font-size: 20px; */
    font-size: 2.66vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #c6c6c6;
}
@media only screen and (min-width: 641px) {
    #footer_bottom_wrap .footer_copyright {
        font-size: 11px;
    }
}


/*------------------------------------------------------------------------------------------------

            下層ページ タイトル

------------------------------------------------------------------------------------------------*/
.lower__title {
    background: url("/files/user/img/lower_title_bg.png") top center;
    background-size: cover;
    /*height: 80px;*/
}

.lower__title__inner {
    position: relative;
    /* height: 240px; */
    height: 24vw;
}

.lower__title__inner > h2 {
    text-align: center;
    width: 100%;
    height: 3em;
    position: absolute;
    bottom: 0;
}
.lower__title__inner > h2.lines {
    padding: 10px 0 0 0;
}
@media only screen and (min-width: 641px) {
    .lower__title__inner {
        height: 120px;
    }
}

.lower__title__inner > h1 {
    position: absolute;
    width: 100%;
    height: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "bleagueFont";
    /* font-size: 64px; */
    font-size: 8.533333vw;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
}

.lower__title__inner > h1.lines {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
}

@media only screen and (min-width: 641px) {
    .lower__title__inner > h1 {
        font-size: 56px;
    }
}
/*******/
.lower__title__inner2 {
    /*height: 32vw;*/
    text-align: center;
    margin:0;
    padding:0;
}

.lower__title__inner2 > h2 {
    text-align: center;
    width: 100%;
    padding-bottom: 32px;
}
@media only screen and (min-width: 641px) {
    .lower__title__inner2 {
        height: 160px;
    }
}

.lower__title__inner2 > h1 {
    width: 100%;
    margin: auto;
    font-family: "bleagueFont";
    /* font-size: 64px; */
    font-size: 8.533333vw;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    /*padding-top: 25px;*/
}

@media only screen and (min-width: 641px) {
    .lower__title__inner2 > h1 {
        font-size: 56px;
        /*padding-top: 52px;*/
    }
}
/*------------------------------------------------------------------------------------------------

            下層ページ パンくずリスト

------------------------------------------------------------------------------------------------*/
.lower__sitenav {
    background-color: #24292d;
}

.lower__sitenav__inner {
    /* height: 80px; */
    height: 10.66666vw;
    /* width: 670px; */
    width: 89.333333%;
    position: relative;
    margin: auto;
}
@media only screen and (min-width: 641px) {
    .lower__sitenav__inner {
        height: 50px;
        width: 1320px;
    }
}

.lower__sitenav__inner ul.path_list {
    letter-spacing: -.40em;
    position: absolute;
    width: 100%;
    height: 1em;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.lower__sitenav__inner ul.path_list > li {
    display: inline-block;
    /* font-size: 24px; */
    font-size: 3.2vw;
    letter-spacing: normal;
}
.lower__sitenav__inner ul.path_list > li:after {
    content: ">";
    margin: 0 1em;
}
.lower__sitenav__inner ul.path_list > li:last-of-type:after {
    content: " ";
    margin: 0;
}
@media only screen and (min-width: 641px) {
    .lower__sitenav__inner ul.path_list > li {
        font-size: 12px;
    }
}

.lower__sitenav__inner ul.path_list > li a {
    color: #fff;
    text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------

            下層ページ フッター

------------------------------------------------------------------------------------------------*/
.lower__footer {
    background: url("/files/user/img/lower_footer_bg.png") top center;
    background-size: cover;
}

.lower__footer__inner {
    position: relative;
    /* height: 240px; */
    height: 32vw;
    /* padding: 70px 0; */
    padding: 9.33333% 0;
}
@media only screen and (min-width: 641px) {
    .lower__footer__inner {
        height: 190px;
        padding: 65px 0;
    }
}

.lower__footer .backtotop {
    display: block;
    position: relative;
    /* width: 480px; */
    width: 64%;
    margin: auto;
    text-align: center;
    background-color: #24292d;
    color: #ffffff;
    /* font-size: 28px; */
    font-size: 3.733vw;
    /* line-height: 100px; */
    line-height: 3.57142;
}
.lower__footer .backtotop::before{
    position: absolute;
    content: " ";
    background: url("/files/user/img/icon_arrow_l.png") no-repeat center center;
    background-size: contain;
    /* padding-right: 17px; */
    padding-right: 3.5416%;
    top: 0;
    left: 1em;
    bottom: 0;
    z-index: 2;
}
@media only screen and (min-width: 641px) {
    .lower__footer .backtotop {
        box-sizing: border-box;
        width: 280px;
        height: 60px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 4.2857;
    }
    .lower__footer .backtotop::before{
        padding-right: 8px;
        left: 1em;
    }
}

/*------------------------------------------------------------------------------------------------
            Yearプルダウン用
------------------------------------------------------------------------------------------------*/
#common__filter {
    position: relative;
    margin: 0 auto;
}
#common__filter__inner {
    /* width: 670px; */
    width: 89.33333%;
    margin: auto;
    /* padding: 40px 0; */
    padding: 5.97014% 0;
    text-align: center;
}
@media only screen and (min-width: 641px) {
    #common__filter__inner {
        padding: 40px 0;
        width: 1320px;
        z-index: 20;
    }
}

.filter_select {
    width: 100%;
    /* height: 80px; */
    height: 16vw; /*10.666666vw;*/
    position: relative;
    overflow: hidden;
    border: #24292d 1px solid;
    border-radius: 5px;
    
    /*background: #0d1114;*/

    /* margin-bottom: 30px; */
    margin-bottom: 4.4776%;
    
    text-align: left;
}
.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_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 {
        display: inline-block;
        width: auto; /*200px;*/
        height: 60px; /*50px;*/
        margin-right: 2px; /*10px;*/
        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 .filter_name {
        padding: 6px 0 0 20px;
        font-size: 12px;
        background: #0d1114;
    }
}
.filter_select > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
    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-left: 20px;
        width: 200px;
        height: 50px;*/
        
        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;
    background: #0d1114;
}
@media only screen and (min-width: 641px) {
    .filter_select .filter_name {
        padding: 6px 0 0 20px;
        font-size: 12px;
    }
}

/*縦長長方形画像*/
.image-round{
  display: inline-block;
  /*width: 30px;*/
  height: 45px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border:1px solid #ccc;
}
.image-round .img{
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto;
}

.menu_fixed {
  position: fixed;
  width: 100%;
  /*height: 100%;*/
  height: 90vh;
}

/*------------------------------------------------------------------------------------------------
もっと見る　共通
------------------------------------------------------------------------------------------------*/
.common_btn_link_wrap .btn_link {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #ffffff;
    /* font-size: 28px; */
    font-size: 3.733vw;
    /* line-height: 140px; */
    line-height: 5;
}
.common_btn_link_wrap .btn_link:hover {
    color: #fff;
}
.common_btn_link_wrap .btn_link::after{
    position: absolute;
    content: " ";
    background: url("/files/user/img/top/icon_arrow_r.png") no-repeat center center;
    background-size: contain;
    padding-left: 1.866%;
    top: 0;
    right: 9em;
    bottom: 0;
    margin: auto;
}
/* 右矢印の位置を調整したもの */
.common_btn_link_wrap .btn_link.arrow_right::after{
    right: 1em;
}
/* SPも枠をつける */
.common_btn_link_wrap .btn_link.has_border {
    border: 2px solid #fff;
}
/* 背景色を敷く */
.common_btn_link_wrap .btn_link.with_bg{
    background-color: #24292d;
}
@media only screen and (min-width: 641px){
	.common_btn_link_wrap {
	    padding: 35px 0 35px;
	}
	.common_btn_link_wrap .btn_link {
	    box-sizing: border-box;
	    display: block;
	    width: 330px;
	    height: 60px;
	    margin: 0 auto;
	    border: 2px solid #fff;
	    font-size: 14px;
	    line-height: 4;
	    background: #000;
	 }
	.common_btn_link_wrap .btn_link.with_bg{
	     background: #000;
	}
	.common_btn_link_wrap .btn_link::after {
	    padding-left: 8px;
	    right: 1em;
	}
}
/*------------------------------------------------------------------------------------------------
共通
------------------------------------------------------------------------------------------------*/
.bleague_btn {
    display: inline-block;
    width: 124px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 15px;
    letter-spacing: normal;
    vertical-align: top;
    text-align: center;
}
.bleague_btn a{
    color: #fff;
    font-size: 11px;
    line-height: 22px;
}
/* 共通リンク：白枠→赤枠 */
.bleague_btn.report {
    background: #31383f;
}
.bleague_btn.report a {
}
/* 共通リンク：赤→白 */
.bleague_btn.live {
    background: #f31918;
}
.bleague_btn.live a {
}
/* 共通リンク：白→赤 */
.bleague_btn.ticket {
    background: #fff;
}
.bleague_btn.ticket a {
    color: #000;
}
@media only screen and (min-width: 641px) {
    .bleague_btn {
        display: block;
        width: 126px;
        height: 24px;
        /*margin: 0 auto;
        border: 1px solid #fff;
        border-radius: 15px;*/
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }
    .bleague_btn a {
        display: inline-block;
        width: 100%;
        height: 100%;
        /*color: #fff;
        font-size: 11px;
        line-height: 22px;*/
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }
    
    /* REPORT */
    .bleague_btn.report {
        background: transparent;
        border-color: #fff;
    }
    .bleague_btn.report:hover {
        border-color: #f31918;
    }
    .bleague_btn.report a {
        color: #fff;
    }
    .bleague_btn.report:hover a {
        color: #f31918;
    }

    /* LIVE */
    .bleague_btn.live {
        background: #f31918;
        border-color: #f31918;
    }
    .bleague_btn.live:hover {
        opacity: 0.7;
    }
    .bleague_btn.live a {
        color: #fff;
    }
    .bleague_btn.live:hover a {
    }

    /* TICKET */
    .bleague_btn.ticket {
        background: #fff;
        border-color: #fff;
    }
    .bleague_btn.ticket:hover {
        background: #f31918;
        border-color: #f31918;
    }
    .bleague_btn.ticket a {
        color: #000000;
    }
    .bleague_btn.ticket:hover a {
        color: #fff;
    }
}
@media screen and (max-width: 767px) {
    .sponsor {
        margin-bottom: 50px;
    }
    .more {
        border: solid 1px #ccc;
        padding: 10px 30px;
        font-weight: 600;
        line-height: 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 27px;
        color: #000;
        background: #fff;
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0.2em;
    }
}
@media screen and (min-width: 768px) {
  .more {
    position: absolute;
    right: 40px;
    top: 0;
  }
  .more {
    border: solid 1px #ccc;
    padding: 10px 30px;
    font-weight: 500;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 27px;
    color: #000;
    background: #fff;
    font-size: 12px;
    letter-spacing: 0.2em;
     transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
  }
    
}
@media screen and (min-width: 1300px) {
  .sponsor .more{
    top: 0;
    right: 0px;
  }
}


/*------------------------------------------------------------------------------------------------

            メンテナンス画面

------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 751px) {
    .err_block {
        margin: 100px auto 30px!important;
    }
}

@media screen and (max-width: 750px) {
    .err_block {
        width: 100%!important;
        margin: 50px auto 30px!important;
    }
}

/*------------------------------------------------------------------------------------------------

            ヘッダー

------------------------------------------------------------------------------------------------*/
header {
  position: relative;
}

.bleague__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #24292e;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 640px) {
  .bleague__header--current {
    display: none;
  }
  .bleague__header--slider {
    display: none !important;
  }
  .bleague__header--inner {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bleague__header--inner .header__logo a {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bleague__header--inner .header__logo img {
    margin: 0 auto;
    width: 21px;
  }
  .bleague__header--inner .header__list {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bleague__header--inner .header__list--item {
    width: 31.5%;
  }
  .bleague__header--inner .header__list--item a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 28px;
    background-color: #3E3E3E;
    border-radius: 2px;
  }
}

@media screen and (max-width: 640px) and (max-width: 340px) {
  .bleague__header--inner .header__list--item a {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  .bleague__header--inner .header__list--item a.active {
    color: #3E3E3E;
    background-color: #FFF;
  }
  .bleague__header--inner .header__hamburger {
    margin-left: 8px;
    width: 60px;
    height: 60px;
    background-color: #000;
  }
  .bleague__header--inner .header__hamburger div, .bleague__header--inner .header__hamburger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bleague__header--inner .header__hamburger div {
    position: relative;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bleague__header--inner .header__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
  }
  .bleague__header--inner .header__hamburger span:nth-of-type(1) {
    top: 0;
  }
  .bleague__header--inner .header__hamburger span:nth-of-type(2) {
    top: 43%;
  }
  .bleague__header--inner .header__hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-open .bleague__header--inner .header__hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-315deg);
            transform: translateY(6px) rotate(-315deg);
  }
  .nav-open .bleague__header--inner .header__hamburger span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-open .bleague__header--inner .header__hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(315deg);
            transform: translateY(-6px) rotate(315deg);
  }
}

@media print, screen and (min-width: 641px) {
  .bleague__header--inner {
    display: none;
  }
  .bleague__header--current {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFF;
  }
  .bleague__header .gnav__sponsors {
    display: none;
  }
  .bleague__header .gnav__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bleague__header .gnav__main li {
    border-right: 1px solid #ebebeb;
  }
  .bleague__header .gnav__main li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #000;
  }
  .bleague__header .gnav__main li a img {
    width: auto;
    height: 16px;
  }
  .bleague__header .gnav__main li h1 a img {
    height: 46px;
  }
  .bleague__header--slider {
    opacity: 0;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1000;
    -webkit-transition-duration: 0.72s;
            transition-duration: 0.72s;
  }
  .bleague__header--slider .btn {
    position: absolute;
    top: 0;
    background-color: #24292e;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 30px;
    height: 43px;
    opacity: 0;
  }
  .bleague__header--slider .btn.active {
    opacity: 1;
  }
  .bleague__header--slider .btn__prev {
    left: 0;
    border-right: 1px solid #777;
    background-color: #24292e;
    background: url(/v=1593526763/files/user/img/btn__prev.svg?v=1593526763) 0 0 #24292e no-repeat;
    background-size: 100%;
  }
  .bleague__header--slider .btn__next {
    right: 0;
    border-left: 1px solid #777;
    background: url(/v=1593528923/files/user/img/btn__next.svg?v=1593528923) 0 0 #24292e no-repeat;
    background-size: 100%;
  }
  .is-slide .bleague__header--slider {
    opacity: 1;
  }
}

@media print, screen and (min-width: 961px) {
  .bleague__header--current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .bleague__header .gnav__sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bleague__header .gnav__sponsors li:first-child {
    margin-right: 24px;
  }
  .bleague__header .gnav__sponsors li:first-child img {
    width: 123px;
  }
  .bleague__header .gnav__sponsors li:last-child img {
    width: 197px;
  }
}

@media screen and (max-width: 640px) {
  #header_nav_wrap {
    position: fixed;
    top: 60px;
    right: -101vw;
    z-index: 10000;
    width: 100%;
    background-color: transparent;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav-open #header_nav_wrap {
    right: 0;
  }
  #header_nav_wrap .header_nav_inner {
    margin-left: auto;
    width: 80vw;
    background: rgba(0, 0, 0, 0.88);
  }
  #header_nav_wrap .lang {
    background: url(/v=1593537424/files/user/img/ico_triangle-right.svg?v=1593537424) 91.5% center no-repeat;
    background-size: 10px auto;
  }
  #header_nav_wrap .lang a {
    display: block;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-align: left;
  }
  #header_nav_wrap .lang a span {
    display: block;
    padding-left: 44px;
    font-size: 14px;
    font-weight: 700;
    line-height: 56px;
    color: #FFF;
    background: url(/v=1593537424/files/user/img/icon_language.svg?v=1593537424) 20px center no-repeat;
    background-size: 16px;
  }
  #header_nav_wrap .nav_menu_list {
    width: 100%;
    padding-bottom: 80px;
  }
  #header_nav_wrap .nav_menu_list > li {
    border-top: 1px solid #555;
    position: relative;
  }
  #header_nav_wrap .nav_menu_list > li:last-child {
    border-bottom: 1px solid #555;
  }
  #header_nav_wrap .nav_menu_list > li a, #header_nav_wrap .nav_menu_list > li span {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 56px;
    color: #FFF;
  }
  #header_nav_wrap .nav_menu_list > li .gnav-sub .nav_menu_sub {
    display: none;
  }
  #header_nav_wrap .nav_menu_list > li .gnav-sub .nav_menu_sub > li {
    padding-left: 24px;
  }
}

@media print, screen and (min-width: 641px) {
  #header_nav_wrap .header_nav_inner {
    position: relative;
    margin: 0 10px;
    height: 51px;
    z-index: 3;
  }
  #header_nav_wrap .header_nav_inner .lang {
    display: none;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 10px;
    height: 51px;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li {
    padding: 0 5px;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li a, #header_nav_wrap .header_nav_inner .nav_menu_list > li span {
    display: block;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 31px;
    color: #FFF;
    background-color: #3E3E3E;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li a:hover, #header_nav_wrap .header_nav_inner .nav_menu_list > li span:hover {
    background-color: #707070;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li a.active, #header_nav_wrap .header_nav_inner .nav_menu_list > li span.active {
    color: #3E3E3E;
    background-color: #FFF;
    cursor: default;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub {
    position: relative;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub:hover {
    cursor: pointer;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub {
    position: absolute;
    top: 31px;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub.active {
    visibility: visible;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub > li a {
    color: #24292e;
    background-color: #FFF;
  }
  .is-center #header_nav_wrap .header_nav_inner {
    margin-left: 0;
  }
  .is-center #header_nav_wrap .header_nav_inner .nav_menu_list {
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 961px) {
  #header_nav_wrap .header_nav_inner .nav_menu_list > li {
    padding: 0 10px;
  }
  #header_nav_wrap .header_nav_inner .nav_menu_list > li a, #header_nav_wrap .header_nav_inner .nav_menu_list > li span {
    padding: 0 15px;
    font-size: 15px;
  }
}

/* STANDINGS */
.menu_cover {
  height: 16vw;
  padding-left: 5%;
  /* font-size: 30px; */
  font-size: 8vw;
  line-height: 16vw;
  text-align: left;
  color: #fff;
  background-color: #000;
}

/*------------------------------------------------------------------------------------------------

            フッター

------------------------------------------------------------------------------------------------*/
.gototop {
  width: 100%;
  padding: 34px 0;
  background-color: #1A1B1C;
}

.gototop__inner {
  margin: 0 auto;
  width: 240px;
}

.gototop__inner a {
  display: block;
  background: url(/v=1513922883/files/user/img/icon_arrow_l.png?v=1513922883) 10px center #24292d no-repeat;
  background-size: 8px 12px;
  text-align: center;
  font-size: 13px;
  line-height: 48px;
  color: #C6C6C6;
}

@media print, screen and (min-width: 641px) {
  .gototop {
    padding: 64px 0;
  }
  .gototop__inner {
    width: 280px;
  }
  .gototop__inner a {
    display: block;
    font-size: 14px;
    line-height: 60px;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
  .gototop__inner a:hover {
    background-color: #393E45;
  }
}

#bleague__footer {
  width: 100%;
  background-color: #000;
  /* footer_nav_wrap
  ----------------------------*/
  /* footer_bottom_wrap
  --------------------------------*/
}

#bleague__footer #footer_nav_wrap {
  margin-bottom: 40px;
  width: 100%;
}

#bleague__footer #footer_nav_wrap #gotop {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bleague__footer #footer_nav_wrap #gotop img {
  width: auto;
  height: 12px;
}

#bleague__footer #footer_nav_wrap .footer_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#bleague__footer #footer_nav_wrap .footer_nav li {
  width: calc((100% - 2px) /2);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 640px) {
  #bleague__footer #footer_nav_wrap .footer_nav li:nth-child(even) {
    border-right: none;
  }
}

#bleague__footer #footer_nav_wrap .footer_nav li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  color: #c6c6c6;
  background-color: #24292e;
}

#bleague__footer #footer_nav_wrap .footer_nav li a span {
  display: none;
}

@media print, screen and (min-width: 641px) {
  #bleague__footer #footer_nav_wrap .footer_nav li {
    width: calc((100% - 4px) /3);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  #bleague__footer #footer_nav_wrap .footer_nav li:nth-child(3n) {
    border-right: none;
  }
}

@media print, screen and (min-width: 961px) {
  #bleague__footer #footer_nav_wrap {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #bleague__footer #footer_nav_wrap #gotop {
    width: 100px;
    height: 100px;
  }
  #bleague__footer #footer_nav_wrap #gotop img {
    width: 22px;
    height: auto;
  }
  #bleague__footer #footer_nav_wrap .footer_nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #24292e;
  }
  #bleague__footer #footer_nav_wrap .footer_nav li {
    padding: 0 24px;
    width: auto;
    border: none;
  }
  #bleague__footer #footer_nav_wrap .footer_nav li a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 100px;
  }
  #bleague__footer #footer_nav_wrap .footer_nav li a:hover {
    text-decoration: underline;
  }
  #bleague__footer #footer_nav_wrap .footer_nav li a span {
    display: inline;
  }
}

#bleague__footer #footer_bottom_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#bleague__footer #footer_bottom_wrap .footer_bleague_wrap {
  margin: 0 15px 15px;
}

#bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text li:first-child {
  width: 12px;
  margin-right: 4px;
}

#bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text li:first-child img {
  width: 100%;
  height: auto;
}

#bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text li:last-child a {
  font-size: 10px;
  color: #FFF;
  line-height: 1.3;
}

#bleague__footer #footer_bottom_wrap .footer_banner {
  margin: 0 auto;
  width: 189px;
}

#bleague__footer #footer_bottom_wrap .footer_banner li {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 641px) {
  #bleague__footer #footer_bottom_wrap .footer_bleague_wrap {
    margin: 0 auto 20px;
    width: 95.3198%;
    max-width: 720px;
  }
  #bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text li:first-child {
    width: 21px;
    margin-right: 15px;
  }
  #bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text li:last-child a {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 961px) {
  #bleague__footer #footer_bottom_wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #bleague__footer #footer_bottom_wrap .footer_bleague_wrap {
    margin: 0;
    width: 60%;
  }
  #bleague__footer #footer_bottom_wrap .footer_bleague_wrap .footer_bleague_text {
    height: 120px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #bleague__footer #footer_bottom_wrap .footer_banner {
    margin: 0;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #bleague__footer #footer_bottom_wrap .footer_banner li {
    margin-left: 15px;
  }
  #bleague__footer #footer_bottom_wrap .footer_banner li img {
    width: auto;
    max-width: none;
    height: 50px;
  }
}

#bleague__footer .footer_link_external {
  margin: 0 15px 30px;
}

#bleague__footer .footer_link_external li {
  margin-bottom: 4px;
}

#bleague__footer .footer_link_external li a {
  font-size: 12px;
  color: #c6c6c6;
}

#bleague__footer .footer_link_external li a:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  content: " ";
  background: url(/v=1513922883/files/user/img/icon_link.png?v=1513922883);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media print, screen and (min-width: 641px) {
  #bleague__footer .footer_link_external {
    margin: 0 auto 40px;
    width: 95.3198%;
    max-width: 720px;
  }
}

@media print, screen and (min-width: 961px) {
  #bleague__footer .footer_link_external {
    margin-top: -40px;
    width: 90%;
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #bleague__footer .footer_link_external li {
    width: 400px;
  }
}

#bleague__footer .footer_copyright {
  margin: 0 15px 40px;
  font-size: 10px;
  color: #c6c6c6;
  text-align: center;
  line-height: 1.3;
}

@media print, screen and (min-width: 641px) {
  #bleague__footer .footer_copyright {
    margin: 0 15px 64px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------
言語選択ダイアログ
---------------------------------------------------------------------*/
.mfp-modal {
  margin: 0 auto;
  width: 89.3333%;
  max-width: 310px;
  background-color: #24292e;
}

.mfp__head {
  padding: 16px 0 14px;
  background-color: #000;
}

.mfp__head strong {
  display: block;
  margin: 0 auto;
  padding-bottom: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: url(/v=1593544830/files/user/img/mfp_ttl-border.svg?v=1593544830&v=1593544830) bottom center no-repeat;
  background-size: 60px 2px;
}

.mfp__body {
  background-color: #24292e;
  padding: 32px 32px 16px;
}

.mfp__body .small {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}

.mfp__foot {
  background-color: #24292e;
  padding: 0 32px 32px;
}

.lang__list--item {
  padding: 8px 0 0 60px;
}

.mfp-modal .radio {
  margin: 0.5rem;
  font-size: 14px;
}

.mfp-modal .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.mfp-modal .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #212121;
  border-radius: 100%;
  border: 3px solid #707070;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

.mfp-modal .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #FF211E;
  -webkit-box-shadow: inset 0 0 0 3px #212121;
          box-shadow: inset 0 0 0 3px #212121;
  outline: none;
  border-color: #FF211E;
}

.mfp-modal .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #FF211E;
}

.mfp-modal .radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #212121;
          box-shadow: inset 0 0 0 4px #212121;
  border-color: black;
  background: black;
}

.mfp-modal .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

/*------------------------------- */
/* mini-header-layout */
/*------------------------------- */
@media (max-width: 640px) {

    .nav_menu_btn_u15 {
        display: none !important;
    }

    body.mini-header-layout .nav_menu_list_wrap {
        display: none !important;
    }

    body.mini-header-layout #header_nav_wrap {
        top: 0;
        right: 0;
        height: 16vw !important;
        overflow: hidden;
    }

    body.mini-header-layout #header_nav_wrap .nav_menu_list_wrap {
        position: relative;
    }

    #header_nav_wrap > ul.nav_list > li {
        height: auto !important;
    }
}

@media (min-width: 641px) {

    body.mini-header-layout .layout-content {
        margin-top: 45px;
    }
}

/*--------------------------------------------------------------------
フッターバナー
---------------------------------------------------------------------*/
/* .footer_bnr_wrap {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto 20px;
}
.footer_bnr {
  display: flex;
  justify-content: space-between;
}
.footer_bnr_img_b {
  width: 49%;
}
.footer_bnr_img_s {
  width: 49%;
}

@media only screen and (min-width: 641px) {
  .footer_bnr_wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer_bnr {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .footer_bnr {
    width: 100%;
    margin-top: 10px;
  }
} */
.disp_sp{
  display: none;
}
.disp_pc{
  display: block;
}

#bleague__footer-banner{
  height: 240px;
  background: url(/v=1643667754/files/user/img/bnr_ive5glabo_bg.jpg) no-repeat center top;
  background-color: #130e14;
}
.footer_bnr_box {
  display: flex;
  justify-content: center;
  width: 960px;
  height: 240px;
  margin: 0 auto;
  padding: 64px 0;
}
.footer_bnr_box_logo{
  padding-right: 90px;
}
.footer_bnr_box_logo .footer_bnr_img{
  display: block;
  width: 328px;
  text-align: center;
}
.footer_bnr_box_content{
  line-height: 2;
  text-align: center;
}
.footer_bnr_box_content_text{
  margin-top: -7px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
}
.footer_bnr_box_content .button{
  margin-top: 17px;
}
.footer_bnr_box_content .button a:before{
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999em;
  background-color: #FFF;
  opacity: 0.4;
  filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
.footer_bnr_box_content .button a:hover:before{
  display: block;
}
.footer_bnr_box_content .button a{
  display: flex;
  justify-content: center;
  width: 303px;
  height: 42px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border:none;
  border-radius: 999em;
  line-height: 1.1;
  color: #FFF;
  background: url(/v=1593528924/files/user/img/ico_media-arrow-white.svg) 100% center #F31918 no-repeat;
  transition-duration: .3s;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #bleague__footer-banner{
    width: 100%;
    height: auto;
    background: url(/v=1643667754/files/user/img/bnr_ive5glabo_bg.jpg) no-repeat center;
  }
  .footer_bnr_box {
    flex-direction: column;
    max-width: 472px;
    width: auto;
    height: auto;
    padding: 50px 38px 30px;
  }
  .footer_bnr_box_content{
    margin-top: 0px;
  }
  .footer_bnr_box_logo{
    max-width: 270px;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  .footer_bnr_box_logo .footer_bnr_img{
    width: 100%;
  }
  .footer_bnr_box_content_text{
    margin-top: 0;
    font-size: 13px;
  }
  .footer_bnr_box_content .button{
    margin-top: 20px;
  }
  .footer_bnr_box_content .button a{
    max-width: 260px;
    width: 100%;
    height: 42px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .disp_sp{
    display: block;
  }
  .disp_pc{
    display: none;
  }
}

  .main-title {
    font-family: "bleagueFont";
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #535353;
  }

/*------------------------------------------------------------------------------------------------

            ヘッダーrenewal

------------------------------------------------------------------------------------------------*/
.bleague__header.bleague__header-renewal {
  background-color: #24282D;
}

@media screen and (max-width: 640px) {
  .bleague__header.bleague__header-renewal .bleague__header--inner {
    height: 62px;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__logo a {
    width: 53px;
    height: 62px;
    background: #fff;

  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__logo img {
    margin: 0;
    width: 23px;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list {
    justify-content: space-evenly;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a {
    font-size: 9px;
		font-weight: 400;
    line-height: 1;
    background-color: transparent;
    border-radius: 0;
    height: 62px;
    box-sizing: border-box;
    padding-top: 44px;
    position: relative;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a.navi_schedule::before {
    top: 14px;
    width: 17px;
    height: 20px;
    background-image: url(/v=1632268321/files/user/img/icon_header_schedule.svg?v=1632268321);
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a.navi_standings::before {
    top: 14px;
    width: 20px;
    height: 19px;
    background-image: url(/v=1632268321/files/user/img/icon_header_standings.svg?v=1632268321);
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a.navi_basketlive::before {
    top: 13px;
    width: 22px;
    height: 22px;
    background-image: url(/v=1632268320/files/user/img/icon_header_basketlive.svg?v=1632268320);
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a.navi_ticket::before {
    top: 15px;
    width: 21px;
    height: 18px;
    background-image: url(/v=1632268321/files/user/img/icon_header_ticket.svg?v=1632268321);
  }
}

@media screen and (max-width: 374px) {
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a {
    font-size: 8px;
  }
}

@media screen and (max-width: 640px) and (max-width: 340px) {
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__logo a {
    width: 40px;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item {
    margin-left: 10px;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__list--item a.active {
    color: inherit;
    background-color: transparent;
  }
  .bleague__header.bleague__header-renewal .bleague__header--inner .header__hamburger {
    margin-left: 0;
    width: 60px;
    height: 62px;
    border-left: 1px solid #000;
    background: transparent;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap {
    top: 62px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner {
    background: #24282D;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .lang {
		background: none;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .lang a span {
    padding-left: 20px;
		background: none;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list {
    padding-bottom: 0px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li {
    border-top: 1px solid #000;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li:last-child {
    border-bottom: 1px solid #000;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li a, .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li span {
    font-size: 16px;
		font-weight: 400;
    line-height: 50px;
    position: relative;
    background: transparent !important;
    opacity: 1;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li a[target="_blank"]::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(/v=1632268320/files/user/img/icon_blank.png?v=1632268320) no-repeat 0 0/16px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li span {
    position: relative;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li span::before,
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li span::after {
    position: absolute;
    content: '';
    background: #fff;
    top: calc(50% - 1px);
    right: 23px;
    width: 14px;
    height: 2px;
    transition: all 0.3s;
    
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li span::after {
    transform: rotate(90deg);
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub.active span::before,
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub.active span::after {
    animation: ac-on 0s ease-out 0.5s;
    animation-fill-mode: forwards;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub.active span::after {
    transform: rotate(360deg);
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub .nav_menu_sub {
    background: #393F46;
    padding: 20px 20px 20px 35px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub .nav_menu_sub > li {
		padding-left: 0;
    margin-top: 20px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub .nav_menu_sub > li:first-child {
    margin-top: 0;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub .nav_menu_sub > li a {
    padding: 0;
    line-height: 1.4;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_list > li .gnav-sub .nav_menu_sub > li:first-child a {
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .nav_menu_sub_pc_disp {
    display: none;
  }
}
@keyframes ac-on {
  100% {
    background: #FF221F;
  }
}

@media print, screen and (min-width: 641px) {
  .bleague__header.bleague__header-renewal .bleague__header--slider {
    top: 52px;
  }
  .bleague__header.bleague__header-renewal .bleague__header--slider .btn {
    height: 66px;
  }
  .bleague__header.bleague__header-renewal .bleague__header--slider .btn__prev {
    background-position: 0 center;
  }
  .bleague__header.bleague__header-renewal .bleague__header--slider .btn__next {
    background-position: 0 center;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner {
    height: 66px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list {
    padding-top: 0;
    height: 66px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;    
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .is-slide .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
    -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li {
    padding: 0 20px;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li.is-gray {
    opacity: 0.5;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li a, .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li span {
    display: block;
    padding: 0 3px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 66px;
    color: #FFF;
    background-color: transparent;
    border-radius: 2px;
    white-space: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li > a::before, 
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub span.gnav-sub-title::before {
    display: none;
    content: '';
    width: 100%;
    height: 2px;
    background: #FF221F;
    position: absolute;
    left: 0;
    bottom: 18px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li > a:hover::before, 
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub span.gnav-sub-title.active::before {
    display: block;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub span.gnav-sub-title.active {
    background: transparent;
    color: #fff;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub span.gnav-sub-title::after {
    display: inline-block;
    content: '';
    margin: 0 0 0 7px;
    width: 5px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    vertical-align: 4px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub span.gnav-sub-title, .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li span.active {
    cursor: default;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li a.active {
    color: inherit;
    background-color: transparent;
    cursor: pointer;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub {
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #393F46;
    visibility: hidden;
    box-sizing: border-box;
    padding: 25px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub::before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #393F46;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
    transform: rotate(45deg);
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub.active {
    visibility: visible;
    display: block !important;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub > li {
    margin-top: 15px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub > li:first-child {
    margin-top: 0;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub > li a {
    color: #DDDDDD;
    line-height: 1.7;
    font-size: 14px;
    text-align: left;
    padding: 0;
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
    white-space: nowrap;
    background: transparent;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li .gnav-sub .nav_menu_sub > li a:hover {
    text-decoration: underline;
    color: #fff;
  }
}

@media print, screen and (min-width: 961px) {
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li {
    padding: 0 20px;
  }
  .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li a, .bleague__header.bleague__header-renewal #header_nav_wrap .header_nav_inner .nav_menu_list > li span {
    padding: 0 3px 0 0;
    font-size: 15px;
  }
}

/*------------------------------------------------------------------------------------------------

            フッターrenewal

------------------------------------------------------------------------------------------------*/
#bleague__footer #footer_nav_wrap .footer_nav-renewal {
  background-color: #24292E;
  width: 100%;
}

#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li {
  width: calc((100% - 2px) /2);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 50%;
  box-sizing: border-box;
}
#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li.lg {
  width: 100%;
}

#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  color: #c6c6c6;
  background-color: #24292e;
}

#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li a span {
  display: none;
}

#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_s {
  padding: 3px 18px 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_s li {
  margin: 15px 15px 0;
}

#bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_s li a {
  font-size: 10px;
  line-height: 15px;
  color: #c6c6c6;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 640px) {
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li:nth-child(odd) {
    border-right: none;
  }
}

@media print, screen and (min-width: 641px) {
  #bleague__footer #footer_nav_wrap.footer-renewal #gotop {
    position: relative;
  }
}

@media print, screen and (min-width: 961px) {
  #bleague__footer #footer_nav_wrap.footer-renewal #gotop {
    display: none;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal {
    background-color: #24292e;
    padding: 30px 0;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li {
    padding: 0 20px;
    width: auto;
    border: none;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li.lg {
    width: auto;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li a {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li a:hover {
    text-decoration: underline;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_l li a span {
    display: inline;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_s {
    padding: 23px 0 0;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_s li {
    margin-top: 0;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_s li a {
    font-size: 12px;
  }
  #bleague__footer #footer_nav_wrap .footer_nav-renewal .footer_nav_s li a:hover {
    text-decoration: underline;
  }
}