@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: 16vw; /*43.74%;*/
}
@media only screen and (min-width: 641px) {
    #contents_inner {
        min-width: 1400px;
        padding-top: 103px; /*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(2) {
    width: 51.74%;
} 
@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: 24.13%;
}
@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: 51.74%;
}
.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: 24.13%;
}
@media only screen and (min-width: 641px) {
    .standings .tab_wrap ul.team_line > li.team_rate {
        /* width: 70px; */
    }
}


/*------------------------------------------------------------------------------------------------

            ヘッダー

------------------------------------------------------------------------------------------------*/
#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 {
    width: 100%;
    /* margin-bottom: 60px; */
    margin-bottom: o; /*10.34%;*/
}
#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;
    border-bottom: 1px solid #24292d;
    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 {
        /* width: 200px; */
        width: 100%;
        /* margin-right: 40px; */
        margin-right: 0;
        /*margin-bottom: 20px;*/
        text-align: left;
        
    }
    #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(/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;
  }

    
}