/* ======================================================================
 setting
====================================================================== */
.txt_base {
  font-size: 1.6rem;
  line-height: 1.7;
}

/********
common part
********/
.u_txt_1 {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .u_txt_1 {
    font-size: 10px;
  }
}

.u_txt_2 {
  font-size: 14px;
  line-height: 1.3;
}

.u_txt_3 {
  font-size: 14px;
  line-height: 1.4;
}

.fixinner {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.fixinner._nobdr {
  border: none;
}
@media screen and (min-width: 961px) {
  .fixinner {
    border-bottom: 2px solid  #24292E;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 961px) {
  .fixinner._split_pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fixinner .half_wrap {
  width: 50%;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .fixinner .half_wrap {
    width: 100%;
    padding: 0 0;
  }
}

.c_ttl_1 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c_ttl_1 {
    margin-bottom: 10px;
  }
}
.c_ttl_1 .txt {
  font-size: 16px;
  line-height: calc(24/14);
  position: relative;
}
.c_ttl_1 .txt:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #FF211E;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c_btn {
  height: 40px;
  background: #24292D;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 226px;
  margin: 0 auto;
}
.c_btn.bdr {
  border: 1px solid #707070;
}
.c_btn:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #C9CACC;
  border-right: 1px solid #C9CACC;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.c_btn span.txt {
  color: #C9CACC;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.c_btn span.txt._large {
  font-size: 14px;
}

#header_nav_wrap ul.nav_list li,
#header_nav_wrap ul.nav_list li + li {
  border-left: none;
  box-shadow: none;
}
#header_nav_wrap ul.nav_list li > a,
#header_nav_wrap ul.nav_list li + li > a {
  background: #3E3E3E;
  color: #fff;
  padding: 5px 12px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
#header_nav_wrap ul.nav_list li {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  #header_nav_wrap ul.nav_list._new li {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  #header_nav_wrap ul.nav_list._new li a {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  #header_nav_wrap ul.nav_list._new li.for-sp {
    font-size: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #header_nav_wrap ul.nav_list._new {
    text-align: center;
    position: absolute;
    left: 16%;
    margin: 0;
  }
}

.sp_nav_new {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 10px;
  width: 68%;
  height: 16vw;
  position: absolute;
  top: 0;
  left: 16%;
  z-index: 1001;
}
@media screen and (min-width: 767px) {
  .sp_nav_new {
    display: none;
  }
}
.sp_nav_new > .items > .linkbtn {
  font-size: 12px;
  color: #fff;
  background: #3E3E3E;
  color: #fff;
  padding: 5px 12px;
}

.sec_mainvis .fixinner {
  padding-left: 0;
  padding-right: 0;
}
.sec_mainvis .fixinner .slide_wrap {
  background: #24292E;
}
@media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .slide_wrap {
    width: 63%;
  }
}
.sec_mainvis .fixinner .slide_wrap .slick-dots {
  bottom: 25px;
}
@media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .slide_wrap .slick-dots {
    bottom: 58px;
  }
}
.sec_mainvis .fixinner .slide_wrap .slick-dots li {
  margin: 0;
}
.sec_mainvis .fixinner .slide_wrap .slick-dots li button:before {
  opacity: 1;
  color: #6F6F6F;
}
.sec_mainvis .fixinner .slide_wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.sec_mainvis .fixinner .slide_wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FF211E;
}
.sec_mainvis .fixinner .slide_wrap .main_text {
  height: 30px;
  padding: 10px;
  margin-top: 30px;
  background: #000;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .slide_wrap .main_text {
    height: 55px;
    padding-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .sec_mainvis .fixinner .slide_wrap .main_text {
    height: 55px;
    padding: 10px 5px;
    margin-top: 15px;
    font-size: 10px;
    height: 30px;
  }
}
.sec_mainvis .fixinner .slide_wrap .main_text:before {
  content: 'PICKUP';
  border: 1px solid #fff;
  padding: 0 5px;
  margin-right: 10px;
}
/* .sec_mainvis .fixinner .result_wrap {
  background: #24292E;
} */
@media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .result_wrap {
    width: 37%;
    background-color: #0D1114;
  }
}
.sec_mainvis .fixinner .result_wrap .tab_wrap ul.first_tab {
  border: 2px solid #24292E;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap ul.first_tab > li > p {
  line-height: 32px;
  font-size: 18px;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap ul.first_tab > li {
  background: #24292D;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap ul.first_tab > li.select {
  color: #24292E;
  background: #fff;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap ul.second_tab > li {
  padding-top: 20px;
}
@media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap ul.second_tab > li {
    padding-bottom: 10px;
  }
}
.sec_mainvis .fixinner .result_wrap .tab_wrap ul.second_tab.new > li {
  padding-top: 20px;
  width: 20%;
}
@media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap ul.second_tab.new > li {
    padding-bottom: 10px;
  }
}
.sec_mainvis .fixinner .result_wrap .result_ttl {
  margin-bottom: 2px;
}

@media screen and (min-width: 961px) {
  /* .sec_mainvis .fixinner .result_wrap .result_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  } */
}
.sec_mainvis .fixinner .result_wrap .result_ttl .result_info {
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  width: 95.5%;
  margin-left: 12px;
}
/* @media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .result_wrap .result_ttl .result_info {
    width: 50%;
  }
} */
.sec_mainvis .fixinner .result_wrap .result_ttl .result_info .ttl .txt {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid #FF211E;
  color: #000;
}
/* PC */
.result_detail {
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* @media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .result_wrap .result_ttl .result_detail {
    width: 50%;
  }
} */
.result_detail .label {
  font-size: 10px;
  padding: 3px 6px;
  border: 1px solid  #fff;
  color: #fff;
}
.result_detail .term {
  padding-left: 10px;
  font-size: 12px;
  color: #fff;
}
.result_wrap .tab_wrap {
  height: auto;
  background: #0D1114;
  padding: 0 10px;
}
/* @media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
} */
/* @media screen and (min-width: 961px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap {
    width: 49%;
  }
} */
@media screen and (max-width: 767px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap {
    padding: 0 10px;
  }
}
@media screen and (min-width: 767px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .date {
    text-align: center;
    padding: 7px 0 9px;
    background-color: #FFF;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .date {
    text-align: center;
    padding: 7px 0 9px;
    background-color: #FFF;
    margin-bottom: 15px;
  }
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .date .txt {
  font-size: 10px;
  /* color: #fff; */
  font-weight: bold;
  border-bottom: 1.5px solid;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .item_detail {
  height: 63px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* background: #fff; */
  padding: 0px 5px;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item:nth-child(even) {
  background: #E7E7E7;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .teaminf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .leftteaminf {
  width: 35%;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .rightteaminf {
  width: 38%;  
}
.line {
    position: relative;
    left: 9px;
}
.score_state.TICKETimg {
  width: 15%;
  margin-left: 8px;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .teaminf .name {
  /* padding: 0 10px; */
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
/* .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .teaminf .name._home:before { */
ul.list li.item:first-child .teaminf .name.gameresult_name_right:before{
    content: 'HOME';
    /* font-weight: normal; */
    font-family: "bleagueFont";
    position: absolute;
    right: 5px;
    bottom: 24px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 5px 8px 3px 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    background: #f31918;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .teaminf .point {
  font-size: 21px;
  font-weight: bold;
  color: #C9CACC;
  font-family: "bleagueFont";
  position: relative;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .teaminf .point._win {
  color: #000;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .teaminf._rev {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .hifun {
  font-family: "bleagueFont";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 8%;
  font-size: 20px;
  margin-right: -5px;
  margin-left: -5px;
}
/* TICKETボタン */
.score_state.TICKET {
    background: #f31918;
    border-color: #f31918;
    display: block;
    width: 56px;
    height: 22px;
    margin-left: 15px;
    /* border: 1px solid #fff; */
    border-radius: 12px;
}
.score_state.TICKET a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
}
.score_state.LIVE {
    background: #f31918;
    border-color: #f31918;
    display: block;
    width: 54px;
    height: 22px;
    margin-left: 20px;
    border-radius: 12px;
}
.score_state.LIVE:hover {
    opacity: 0.7;
}
.score_state.LIVE a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
}
.score_state.REPORT {
    background: #fff;
    border-color: #f31918;
    display: block;
    width: 54px;
    height: 22px;
    margin-left: 20px;
    border: 1px solid #f31918;
    border-radius: 12px;
}
.score_state.REPORT:hover {
    background: #f31918;
}
.score_state.REPORT a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #f31918;
    font-size: 11px;
    text-align: center;
    padding-top: 4px;
}
.score_state.REPORT a:hover {
    color: #fff;
}
@media screen and (max-width: 767px) {
  .score_state.TICKET {
    background: #f31918;
    border-color: #f31918;
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-left: 15px;
    /* border: 1px solid #fff; */
    border-radius: 12px;
  }
  .score_state.TICKET a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: relative;
    bottom: 2px;
  }
  .score_state.LIVE {
    background: #f31918;
    border-color: #f31918;
    display: inline-block;
    width: 14%;
    line-height: 16px;
    margin-left: 20px;
    /* border: 1px solid #fff; */
    border-radius: 12px;
  }
  .score_state.LIVE:hover {
    opacity: 0.7;
  }
  .score_state.LIVE a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: relative;
    bottom: 2px;
  }
  .score_state.REPORT {
    background: #fff;
    border-color: #f31918;
    display: block;
    width: 14%;
    height: 22px;
    margin-left: 20px;
    border: 1px solid #f31918;
    border-radius: 12px;
  }
  .score_state.REPORT:hover {
    background: #f31918;
    opacity: 0.7;
  }
  .score_state.REPORT a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #f31918;
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
    letter-spacing: -1px;
  }
  .score_state.REPORT a:hover {
    color: #fff;
  }

}

.sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .btn_wrap {
  padding-top: 25px;
}
/* @media screen and (max-width: 767px) {
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li.select {
    padding-bottom: 30px;
  }
} */

@media screen and (max-width: 767px) {
  .sec_news {
    padding-top: 5px;
  }
}
.sec_news .list_block {
  background: #2A2F34;
}
.sec_news .list_block .list .item {
  padding: 0 10px;
  min-height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none){
    .sec_news .list_block .list .item {
      height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec_news .list_block .list .item {
    height: auto;
    padding: 0 10px;
    min-height: 36px;
  }
}
.sec_news .list_block .list .item:nth-child(even) {
  background: #24292D;
}
.sec_news .list_block .list .item .date {
  color: #C9CACC;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_news .list_block .list .item .date {
    font-size: 14px;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec_news .list_block .list .item .tag_wrap {
    display: none;
  }
}
.sec_news .list_block .list .item .tag_wrap .tag {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background: #707070;
  color: #24292D;
  width: 110px;
  font-size: 12px;
  text-align: center;
  padding: 3px 10px;
}
.sec_news .list_block .list .item .link_wrap {
  flex: 1;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .sec_news .list_block .list .item .link_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.sec_news .list_block .list .item .link_wrap .link {
  color: #C9CACC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sec_news .list_block .btn_wrap {
  padding-top: 13px;
}
@media screen and (min-width: 961px) {
  .sec_news .list_block .btn_wrap {
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .sec_news .list_block .btn_wrap {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec_club {
    padding-top: 5px;
  }
}
@media screen and (min-width: 961px) {
  .sec_club .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec_club .list .item {
  box-sizing: border-box;
  padding: 12px;
  background: #2A2F34;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 961px) {
  .sec_club .list .item {
    width: 49.2%;
    height: 86px;
    padding: 10px;
  }
}
@media screen and (min-width: 961px) {
  .sec_club .list .item:nth-child(3) {
    background: #24292E;
  }
}
@media screen and (min-width: 961px) {
  .sec_club .list .item:nth-child(4) {
    background: #24292E;
  }
}
@media screen and (max-width: 767px) {
  .sec_club .list .item:nth-child(even) {
    background: #24292E;
  }
}
.sec_club .list .item .img_wrap {
  width: 62px;
}
.sec_club .list .item .img_wrap img {
  display: block;
}
.sec_club .list .item .txt_wrap {
  flex: 1;
  padding-left: 10px;
}
.sec_club .list .item .txt_wrap .ttl_wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.sec_club .list .item .txt_wrap .ttl_wrap .datetime {
  color: #C9CACC;
}
.sec_club .list .item .txt_wrap .txt {
  color: #C9CACC;
}
.sec_club .list .item .btn_wrap {
  width: 100%;
}

.sec_mov_wrap {
  padding: 10px 20px 0;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap {
    padding: 10px 0;
  }
}
.sec_mov_wrap .sec_mov {
  background: #2A2F34;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .left_block {
    width: 48.5%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .left_block {
    padding: 10px 12px;
  }
}
.sec_mov_wrap .sec_mov .left_block .img_wrap {
  margin-bottom: 10px;
}
.sec_mov_wrap .sec_mov .left_block .info_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sec_mov_wrap .sec_mov .left_block .info_wrap .datetime {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .left_block .info_wrap .datetime {
    color: #C9CACC;
    padding-right: 0;
  }
}
.sec_mov_wrap .sec_mov .left_block .info_wrap .tag {
  padding-right: 10px;
  padding-right: 5px;
  color: #C9CACC;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .left_block .info_wrap .tag {
    display: inline-block;
    padding-right: 0;
  }
}
.sec_mov_wrap .sec_mov .left_block .info_wrap .tag .red {
  color: #F31918;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .left_block .info_wrap .desc {
    color: #C9CACC;
    display: inline-block;
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block {
    width: 51%;
  }
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap {
  margin-bottom: 10px;
  padding: 10px;
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap {
    background: #24292D;
  }
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap {
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner {
  width: 49.2%;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 12px;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner:nth-child(odd) {
  background: #24292D;
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .img_wrap {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .img_wrap {
    width: 114px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap {
    flex: 1;
    padding-left: 10px;
  }
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .datetime {
  padding-right: 10px;
  color: #C9CACC;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .datetime {
    padding-right: 0;
  }
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .tag {
  padding-right: 10px;
  padding-right: 5px;
  color: #C9CACC;
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .tag {
    padding-right: 0;
    display: inline;
  }
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .tag .red {
  color: #F31918;
  padding-right: 5px;
}
.sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .desc {
  color: #C9CACC;
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .desc {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .pick2_wrap .pick2_inner .info_wrap .desc {
    padding-right: 0;
    display: inline;
  }
}
.sec_mov_wrap .sec_mov .right_block .btn_block {
  background: #24292D;
  padding: 20px 0;
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .btn_block {
    padding: 30px 25px;
  }
}
.sec_mov_wrap .sec_mov .right_block .btn_block .c_btn {
  border: 1px solid #C9CACC;
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .btn_block .c_btn {
    width: 300px;
    height: 56px;
  }
  .sec_mov_wrap .sec_mov .right_block .btn_block .c_btn .txt {
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .btn_block .btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (min-width: 961px) {
  .sec_mov_wrap .sec_mov .right_block .btn_block .btns .btn_wrap {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .btn_block .btns .btn_wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec_mov_wrap .sec_mov .right_block .btn_block .btns .btn_wrap:last-child {
    margin-bottom: 0px;
  }
}

#top__sec4 .wrapper {
  padding: 10px 20px;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper {
    padding: 10px 0;
  }
}
#top__sec4 .wrapper .left_block {
  position: relative;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .left_block {
    width: 48.9%;
    padding-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
#top__sec4 .wrapper .left_block .tab_wrap {
  height: 510px;
}
/* SP用を追加 */
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .left_block .tab_wrap {
      height: 580px;
  }
}
#top__sec4 .wrapper .left_block .leaders .first_contents._narrow {
  padding: 0 20px;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new {
  margin-bottom: 30px;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem {
  height: 50px;
  padding: 5px 10px 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem .num {
  font-size: 12px;
  width: 20px;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem .img {
  width: 47px;
  height: 47px;
  margin-right: 5px;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem .img img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 0;
  border: 1px solid #ccc;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem .imf_wrap {
  flex: 1;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem .imf_wrap .txt1 {
  line-height: 1.2;
  font-size: 13px;
  padding-bottom: 5px;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem .imf_wrap .txt2 {
  font-size: 10px;
}
#top__sec4 .wrapper .left_block .leaders .rank_wrap.new .rankitem .pointtxt {
  padding-left: 5px;
  font-size: 20px;
  font-weight: bold;
}
#top__sec4 .wrapper .left_block .standings .tab_wrap ul.team_line {
  padding: 0;
  padding-top: 5px;
  height: 27px;
}
#top__sec4 .wrapper .left_block .second_contents {
  margin-bottom: 40px;
}
#top__sec4 .wrapper .left_block #top__leaders_pc {
  width: 320px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .left_block #top__leaders_pc {
    width: 100%;
    padding-top: 10px;
  }
}
#top__sec4 .wrapper .left_block #top__leaders_pc .tab_wrap {
  height: auto;
  min-height: 510px;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .left_block #top__leaders_pc #top__leaders__inner_pc {
    height: 480px;
  }
}
#top__sec4 .wrapper .left_block #top__leaders_pc .standings .tab_wrap ul.team_line {
  height: auto;
  box-sizing: border-box;
  padding: 0;
}
#top__sec4 .wrapper .left_block #top__leaders_pc .tab_wrap ul.second_tab > li.select {
  /* padding-top: 45px; */
}
#top__sec4 .wrapper .left_block #top__leaders_pc .standings .tab_wrap ul.team_line {
  height: 25px;
}
#top__sec4 .wrapper .left_block #top__standings__inner {
  height: 520px;
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .left_block #top__standings__inner {
    height: 490px;
  }
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .left_block #top__standings__inner .standings .tab_wrap ul.team_line {
    height: 25px;
  }
}
#top__sec4 .wrapper .left_block #top__standings {
  width: 320px;
  position: relative;
  top: 0;
  right: 0;
}
#top__sec4 .wrapper .left_block .tab_wrap ul.first_tab {
  border: 3px solid #24292E;
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .left_block .tab_wrap ul.first_tab {
    border: 4px solid #000000;
  }
}
#top__sec4 .wrapper .left_block .tab_wrap ul.first_tab > li > p {
  line-height: 32px;
  font-size: 18px;
}
#top__sec4 .wrapper .left_block .tab_wrap > .view_more {
  position: relative;
  left: 0;
}
#top__sec4 .wrapper .left_block .tab_wrap ul.first_tab > li {
  background: #24292D;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}
#top__sec4 .wrapper .left_block .tab_wrap ul.first_tab > li.select {
  color: #24292E;
  background: #fff;
}
#top__sec4 .wrapper .left_block .tab_wrap ul.second_tab > li {
  padding-top: 20px;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .left_block .tab_wrap ul.second_tab > li {
    padding-bottom: 20px;
  }
}
#top__sec4 .wrapper .left_block .tab_wrap ul.second_tab.new > li {
  padding-top: 20px;
  /* width: 20%; */
  /* ALLとWILDを省略するため */
  width: 33%;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .left_block .tab_wrap ul.second_tab.new > li {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .right_block {
    width: 51%;
  }
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .right_block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .right_block .right_block_inner {
    padding: 10px;
    background: #2A2F34;
  }
}
#top__sec4 .wrapper .right_block .right_block_inner .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list {
    margin-bottom: 10px;
  }
}
#top__sec4 .wrapper .right_block .right_block_inner .list .items {
  box-sizing: border-box;
  width: 49.2%;
  padding: 10px;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list .items {
    background: #24292D;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list .items:nth-child(1) {
    background: #24292D;
  }
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list .items:nth-child(2) {
    background: #24292D;
  }
}
#top__sec4 .wrapper .right_block .right_block_inner .list .items .img_wrap {
  margin-bottom: 5px;
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list .items .img_wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 961px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list .items .txt_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#top__sec4 .wrapper .right_block .right_block_inner .list .items .txt_wrap .datetime {
  color: #C9CACC;
}
#top__sec4 .wrapper .right_block .right_block_inner .list .items .txt_wrap .desc {
  color: #C9CACC;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #top__sec4 .wrapper .right_block .right_block_inner .list .items .txt_wrap .desc {
    display: block;
  }
}
#top__sec4 .wrapper .right_block .right_block_inner .btn_wrap {
  padding: 6px 0 5px;
}
@media screen and (min-width: 961px) {
  .block_space {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block_space {
    height: 0px;
  }
}

/* 試合結果調整用 */
.B1btn_wrap.btn_effect, .B2btn_wrap.btn_effect {
  background-color: #24292E;
  padding: 7px;
  width: 99.7%;
  margin-left: 2px;
}
.result_detail.b1setu, .result_detail.b2setu {
  background-color: #24292E;
  width: 99.7%;
  margin-left: 2px;
  margin-top: 4px;
}
.all_list {
  background-color: #FFF;
  margin-left: 3px;
}
.gameresult_wrap li.item {
    width: 91%;
    margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .arrow_left {
    margin-left: 35px;
    margin-right: auto;
    color: #FFF;
    font-size: 30px;
    padding-bottom: 5px;
  }
  .arrow_right {
    margin-left: auto;
    margin-right: 45px;
    color: #FFF;
    font-size: 30px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .arrow_left {
    margin-right: auto;
    color: #FFF;
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 9px;
    padding-left: 20px;
  }
  .arrow_right {
    margin-left: auto;
    color: #FFF;
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 20px;
  }
}
@media screen and (min-width: 410px) and (max-width: 420px) {
  .arrow_left {
    margin-right: auto;
    color: #FFF;
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 9px;
    padding-left: 35px;
  }
}

/* スクロールバー */
@media screen and (min-width: 961px) {
.first_contents.b1list,
.first_contents.b2list {
    overflow: auto;
    height: 365px;
}
.first_contents.b1list::-webkit-scrollbar,
.first_contents.b2list::-webkit-scrollbar {
    width: 7px;
}
.first_contents.b1list::-webkit-scrollbar-thumb,
.first_contents.b2list::-webkit-scrollbar-thumb {
    background: #777777;
    border-radius: 10px;
    box-shadow: none;
}
.first_contents.b1list::-webkit-scrollbar-track,
.first_contents.b2list::-webkit-scrollbar-track {
    background: #fff;
    border: none;
}
} 

/* チケットボタン*/
.score_state.TICKETimg a {
    width: 80%;
    margin-left: 15px;
    background: url(/files/user/img/bleague_ticket_001.png?v=1571692230) no-repeat;
    display: block;
    text-indent: -9999px;
    background-size: contain;
}
.score_state.TICKETimg a:hover {
    background: url(/files/user/img/bleague_ticket_002.png?v=1571692230) no-repeat;
    background-size: contain;
}

@media screen and (min-width: 961px) {
  .gameresult_logo {
    width: 45px;
    height: 45px;
    /* margin-left: 15px; */
  }
  .gameresult_name {
    display: block;
    width: 57px;
    white-space: nowrap;
    margin-left: 20px;
  }
  .gameresult_point {
    display: block;
    width: 20px;
  }
  .gameresult_hifun {
    display: block;
    width: 24px;
 }
  .gameresult_logo_right {
    width: 45px;
    height: 45px;
    text-align: right;
    margin-left: 17px;
  }
  .gameresult_name_right {
    display: block;
    width: 57px;
    text-align: right;
    white-space: nowrap;
    margin-right: 10px;

  }
  .gameresult_point_right {
    display: block;
    width:40px;
    text-align: right;
  }
  .line {
    position: relative;
    left: 15px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gameresult_logo {
    width: 35px;
    height: 35px;
  }
  .gameresult_name {
    display: block;
    width: 60px;
    white-space: nowrap;
    margin-left: 11px;
  }
  .gameresult_point {
    display: block;
    width: 20px;
  }
  .gameresult_hifun {
    display: block;
    width: 24px;
  }
  .gameresult_logo_right {
    width: 35px;
    height: 35px;
    text-align: right;
  }
  .gameresult_name_right {
    display: block;
    width: 60px;
    text-align: right;
    white-space: nowrap;
    margin-right: 2px;
  }
  .gameresult_point_right {
    display: block;
    width: 35px;
    text-align: right;
  }
}

/* 試合結果 開始時刻・会場名 */
@media screen and (min-width: 767px) {
    .gameresult_score_time {
      width: 35%;
      font-size: 10pt;
      text-align: right;
      margin-top: -20px;      
    }
    .gameresult_diagonal_line {
      width: 8%;
      font-size: 10pt;
      white-space: nowrap;
      text-align: center;
      margin-right: -5px;
      margin-left: -5px;
      margin-top: -20px;      
    }
    .gameresult_stadium {
      width: 38%;
      font-size: 10pt;
      text-align: left;
      margin-top: -20px;      
    }
}
@media screen and (max-width: 767px) {
    .gameresult_score_time {
      width: 38%;
      font-size: 10pt;
      text-align: right;
      margin-top: -20px;
    }
    .gameresult_diagonal_line {
      width: 6%;
      font-size: 10pt;
      text-align: center;
      margin-top: -20px;
      margin-right: -5px;
      margin-left: -5px;
    }
    .gameresult_stadium {
      width: 38%;
      font-size: 10pt;
      text-align: left;
      margin-top: -20px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
  ul.list li.item:first-child .teaminf .name.gameresult_name_right:before{
      content: 'HOME';
      /* font-weight: normal; */
      font-family: "bleagueFont";
      position: absolute;
      right: 5px;
      bottom: 22px;
      font-size: 12px;
      color: #fff;
      display: inline-block;
      padding: 5px 8px 3px 8px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 10px;
      background: #f31918;
      margin-top: 5px;
  }
}

/* 試合結果 AWAY */
@media screen and (min-width: 767px) {
  ul.list li.item:first-child .rightteaminf .name.gameresult_name::before{
      content: 'AWAY';
      /* font-weight: normal; */
      font-family: "bleagueFont";
      position: absolute;
      bottom: 24px;
      font-size: 12px;
      color: #fff;
      display: inline-block;
      padding: 5px 7px 3px 7px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 10px;
      background: #C6C6C6;
  }
}
@media screen and (max-width: 767px) {
  ul.list li.item:first-child .rightteaminf .name.gameresult_name::before{
      content: 'AWAY';
      /* font-weight: normal; */
      font-family: "bleagueFont";
      position: absolute;
      bottom: 21px;
      font-size: 12px;
      color: #fff;
      display: inline-block;
      padding: 5px 7px 3px 7px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 10px;
      background: #C6C6C6;
  }
}

/* 順位表 common.cssから移植 */
.standings .tab_wrap ul.team_line > li.team_name {
    width: 51.74%;
    text-align: left;
}
.standings .tab_wrap ul.team_line > li.team_name a {
    color: #000;
    padding-left: 15px;
}
.standings .tab_wrap ul.team_line > li.team_name img {
    /* height: 20px; */
    height: 5.33333vw;
}
@media only screen and (min-width: 961px) {
    .standings .tab_wrap ul.team_line > li.team_name {
      text-align: left;
    }
    .standings .tab_wrap ul.team_line > li.team_name a {
      padding-left: 10px;
    }
    .standings .tab_wrap ul.team_line > li.team_name a:hover {
        color: #f31918;
    }
    .standings .tab_wrap ul.team_line > li.team_name img {
        height: 35px;
    }
}
@media screen and (max-width: 767px) {
    .standings .tab_wrap ul.team_line > li.team_name {
      text-align: left;
    }
    .standings .tab_wrap ul.team_line > li.team_name a {
      padding-left: 10px;
    }
    .standings .tab_wrap ul.team_line > li.team_name a:hover {
        color: #f31918;
    }
    .standings .tab_wrap ul.team_line > li.team_name img {
        height: 35px;
    }
}

/* 試合結果SP版 */
@media screen and (max-width: 767px){
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .leftteaminf {
    width: 38%;
  }
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .hifun {
    width: 6%;
    font-size: 16px;
  }
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .rightteaminf {
    width: 38%;
  }
  .score_state.TICKETimg {
    width: 18%;
    margin-left: 5px;
  }
  .B1btn_wrap.btn_effect, .B2btn_wrap.btn_effect {
    padding: 40px 0;
    width: 100%;
    margin-left: 3px;
    background-color: #FFF;
  }
  .c_btn {
    height: 50px;
    width: 70%;
    margin: 0 auto;
  }
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .list li.item .teaminf .name {
    padding: 0 5px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
  }
  .result_detail.b1setu, .result_detail.b2setu{
    padding-top: 5px;
  }
  .result_detail .label{
    display: table;
    margin: 0px auto;
  }
  .result_detail .term{
    padding: 5px;
    display: table;
    margin: 0 auto;
  }
  /* PC */
  .result_detail {
    height: 50px; 
    display: table;
  }
  .result_wrap .tab_wrap{
    padding: 0;
  }
  .gameresult_wrap li.item {
    width: 100%;
    margin: 0 auto;
  }
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .item_detail {
    padding: 0px 5px;
  }
  .sec_mainvis .fixinner .result_wrap .tab_wrap .first_contents > li .gameresult_wrap .date .txt {
    font-size: 13px;
  }
  #top__sec4 .wrapper .right_block .right_block_inner .list .items .txt_wrap .desc {
  padding-left: 0;
  }
}
@media (min-width:768px) and (max-width:960px){
  .logo.gameresult_logo img, .logo.gameresult_logo_right img {
      width: 50%;
  }
  .score_state.TICKETimg {
    width: 6%;
    margin-left: 8px;
  }
}

.game_text {
    text-align: center;
    color: #f00;
    padding: 20px 0 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 10pt;
}