.sp_690 {
  display: block !important;
}
p.sp_690,
img.sp_690,
span.sp_690 {
  display: inline-block !important;
}
.pc_690,
p.pc_690,
img.pc_690,
span.pc_690 {
  display: none !important;
}

@media screen and (max-width: 690px) {
  .sp_690,
  p.sp_690,
  img.sp_690,
  span.sp_690 {
    display: none !important;
  }
  .pc_690 {
    display: block !important;
  }
  p.pc_690,
  img.pc_690,
  span.pc_690 {
    display: inline-block !important;
  }
}
@media screen and (max-width: 400px) {
  .sp_400 {
    display: block !important;
  }
}

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

006 試合スケジュール


-------------------------------------------------- */
img.j2.logo {
  margin-bottom: 18px;
}

.game .table_wrap {
  background: #fff;
}
.game .table_wrap ul.table {
  margin: 0 auto;
}
.game .table_wrap ul.table li {
  position: relative;
  width: 100%;
  font-size: 0;
  background: #fff;
  display: table !important;
}
.game .table_wrap ul.table li .col {
  padding: 10px 0 10px 0;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  display: table-cell;
}
.game .table_wrap ul.table li .col p {
  height: auto;
  padding: 20px 5px 10px;
  font-size: 16px;
  line-height: 1.4em;
  vertical-align: middle;
  display: inline-block;
}
.game .table_wrap ul.table li .col a {
  color: #ad0040;
}
.game .table_wrap ul.table li .col a:hover {
  color: #7e012f;
  text-decoration: none;
}
.game .table_wrap ul.table li .col p span.score {
  margin: 0 10px;
}
.game .table_wrap ul.table li .col.vs img {
  width: 30px;
  height: 30px;
  margin: 17px 5px 0;
}
.game .table_wrap ul.table li a.col.vs {
  cursor: pointer;
}
.game .table_wrap ul.table li a.col.vs:hover {
  background: #dadada;
}
.game .table_wrap ul.table li .col.tv p {
  color: #999;
  font-size: 12px;
  line-height: 1.4em;
  display: inline-block;
}
.game .table_wrap ul.table li.ttl {
  background: #ad0040;
}
.game .table_wrap ul.table li.ttl .col {
  border-right: 1px solid #fff;
}
.game .table_wrap ul.table li.ttl .col p {
  height: auto;
  padding: 10px 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em;
}
.game .table_wrap ul.table li.ttl .col.tv p {
  font-size: 16px;
}
.game .table_wrap ul.table li.finish {
  background: #f8f8f8;
}
.game .table_wrap ul.table li .section {
  width: 4%;
}
.game .table_wrap ul.table li .date {
  width: 10%;
}
.game .table_wrap ul.table li .kickoff {
  width: 10%;
}
.game .table_wrap ul.table li .vs {
  width: 25%;
}
.game .table_wrap ul.table li .homeaway {
  width: 8%;
}
.game .table_wrap ul.table li .stadium {
  width: 8%;
}
.game .table_wrap ul.table li .tv {
  width: 20%;
}
.game .table_wrap ul.table li .ticket {
  width: 10%;
  border-right: none !important;
}
.game .table_wrap ul.table li .ticket a {
  font-weight: bold;
  text-decoration: none;
}
.game .table_wrap ul.table li .ticket a span {
  color: #ad0040;
  font-weight: bold;
}
.game .table_wrap ul.table li .ticket a:hover {
  text-decoration: underline;
}
.game .table_wrap ul.table li .ticket .btn.block.link {
  display: none;
}
.btn.block.link {
  width: 600px;
  margin: 30px 0;
  background: #ad0040;
  text-align: left;
  display: inline-block;
}
.btn.block.link:hover {
  background: #7e012f;
}
.btn.block.link p {
  padding: 20px 16px 20px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.btn.block.link .btn {
  float: right;
  width: 50px;
  height: 58px;
  background: #0c0a58;
  text-align: center;
  display: inline-block;
}
.btn.block.link .btn svg {
  width: 24px;
  height: 15px;
  padding: 21px 0 0 0;
}

.game.academy .table_wrap ul.table li .stadium {
  width: 16%;
}

.game .table_wrap {
}
.game .table_wrap p.ttl.jfl {
  margin-top: 80px;
  padding-top: 30px;
  color: #ad0040;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: bold;
  background: none;
}
.game .table_wrap ul.table.jfl {
  margin: 20px 0 60px;
}
.game .table_wrap ul.table.jfl li a.col.vs:hover {
  background: #fff;
}
.game .table_wrap ul.table.jfl li a.col.vs {
  cursor: default;
  color: #000;
}

@media screen and (max-width: 1100px) {
  .contents.tmp_txt.game .inner {
    width: 98%;
    margin: 0 1%;
  }

  .game .table_wrap {
    width: 100%;
    margin: 0;
  }
  .game .table_wrap ul.table li .col.date p span,
  .game .table_wrap ul.table li .col.ticket p span {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .game .table_wrap ul.table li .col p span.score {
    margin: 0;
  }
  .game .table_wrap ul.table li .col.vs img {
    width: 25px;
    height: 25px;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 690px) {
  .contents.tmp_txt.game .inner {
    width: 100%;
    margin: 0;
  }

  .sp_690,
  p.sp_690,
  img.sp_690,
  span.sp_690 {
    display: none !important;
  }
  .pc_690 {
    display: block !important;
  }
  p.pc_690,
  img.pc_690,
  span.pc_690 {
    display: inline-block !important;
  }
  .game_shedule .table_wrap ul.table li.sp_690 {
    display: none !important;
  }

  .game .table_wrap {
    width: 100%;
    margin: 0;
    background: transparent;
  }
  .game .table_wrap ul.table li a.col.vs:hover {
    background: none;
  }
  .game .table_wrap ul.table li.row .col p {
    font-size: 16px;
  }
  .game .table_wrap ul.table li .col.vs img {
    width: 50px;
    height: 50px;
    margin: 10px 0 0;
  }
  .game .table_wrap ul.table li .col p span.score {
    margin: 0 8px;
  }

  .game_shedule .table_wrap ul.table {
    text-align: left;
  }
  .game_shedule .table_wrap ul.table li {
    width: auto;
    margin-bottom: 30px;
    padding: 20px;
    display: inline-block;
  }
  .game_shedule .table_wrap ul.table li .col {
    position: relative;
    padding: 0;
    border: none;
    text-align: left;
    display: inline-block;
  }
  .game_shedule .table_wrap ul.table li .col p {
    height: auto;
    padding: 0 20px 0 0;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
  }
  .game_shedule .table_wrap ul.table li .col p span.sub {
    margin-left: 6px;
    font-size: 20px;
    font-weight: normal;
  }
  .game_shedule .table_wrap ul.table li .col img.okayama {
    display: none !important;
  }
  .game_shedule .table_wrap ul.table li .section {
    width: auto;
  }
  .game_shedule .table_wrap ul.table li .date {
    width: auto;
  }
  .game_shedule .table_wrap ul.table li .kickoff {
    width: auto;
  }
  .game_shedule .table_wrap ul.table li .vs {
    width: 100%;
    margin-top: 30px;
  }
  .game_shedule .table_wrap ul.table li .homeaway {
    width: 90px;
    height: 40px;
    margin-top: 50px;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-right: 13px;
    text-align: center;
  }
  .game_shedule .table_wrap ul.table li .stadium {
    width: auto;
    margin-top: 40px;
    margin-bottom: -20px;
  }
  .game_shedule .table_wrap ul.table li .tv {
    width: auto;
    position: absolute;
    left: 20px;
    bottom: 30px;
  }
  .game_shedule .table_wrap ul.table li .ticket {
    width: 123px;
    height: 40px;
  }
  .game_shedule .table_wrap ul.table li .col.date p,
  .game_shedule .table_wrap ul.table li .col.kickoff p {
    font-size: 28px;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.vs_txt {
    padding-right: 0;
    font-size: 24px;
    font-weight: normal;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.against {
    font-size: 24px;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.score {
    float: right;
    margin-top: -13px;
    font-size: 42px;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.score strong {
    color: #ad0040;
    font-size: 42px;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.score span {
    padding: 0 3px 0 5px;
    font-size: 24px;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.game_detail {
    padding: 0;
    color: black;
  }
  .game_shedule .table_wrap ul.table li .col.date p span,
  .game_shedule .table_wrap ul.table li .col.ticket p span {
    display: inline-block;
  }
  .game_shedule .table_wrap ul.table li .col.homeaway.home {
    background: #ad0040;
  }
  .game_shedule .table_wrap ul.table li .col.homeaway.away {
    background: #dadada;
  }
  .game_shedule .table_wrap ul.table li .col.homeaway p {
    padding: 4px 0 0 0;
  }
  .game_shedule .table_wrap ul.table li .col.homeaway.home p {
    color: #fff;
  }
  .game_shedule .table_wrap ul.table li .col.stadium p {
    font-size: 16px;
    font-weight: normal;
  }
  .game_shedule .table_wrap ul.table li .col.tv p {
    height: 50px;
    font-size: 12px;
    font-weight: normal;
  }
  .game_shedule .table_wrap ul.table li .col.ticket {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link {
    width: 100%;
    margin: 0;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link .btn {
    float: none;
    width: 100%;
    height: 40px;
    text-align: left;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link.off {
    float: right;
    width: 220px;
    background: #999;
    text-align: center;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link.off p {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link.off .btn {
    display: none;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link:hover .btn {
    background: #7e012f;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link .btn svg {
    width: 24px;
    height: 15px;
    padding: 12px 0 0 8px;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link .btn p {
    padding: 0 0 13px 0;
    font-size: 20px;
  }

  .game_shedule.academy .table_wrap ul.table li .col.stadium {
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding: 0;
  }

  a.btn.block.link {
    width: 92%;
    margin: 30px 4%;
  }
}
@media screen and (max-width: 560px) {
  .game_shedule .table_wrap ul.table li {
    margin-bottom: 30px;
    text-align: center;
  }
  .game_shedule .table_wrap ul.table li .col.vs {
    text-align: center;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.against {
    padding-right: 0;
  }
  .game_shedule .table_wrap ul.table li .col.vs p.score {
    float: none;
    width: 100%;
    margin-top: 0px;
  }
  .game_shedule .table_wrap ul.table li .col.stadium {
    margin-top: 58px;
  }
  .game_shedule .table_wrap ul.table li .col.tv {
    position: relative;
    width: 100%;
    left: auto;
    bottom: 70px;
    text-align: center;
  }
  .game_shedule .table_wrap ul.table li .col.tv p {
    text-align: center;
    padding-right: 0;
  }
  .game_shedule .table_wrap ul.table li .ticket {
    width: 100%;
    height: 40px;
  }
  .game_shedule .table_wrap ul.table li .col.homeaway {
    float: left;
  }
  .game_shedule .table_wrap ul.table li .col.stadium {
    float: left;
    margin-bottom: 0;
  }
  .game_shedule .table_wrap ul.table li .col.ticket {
    maring-bottom: 20px;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link.off {
    float: none;
    width: 100%;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link .btn {
    text-align: center;
  }
  .game_shedule .table_wrap ul.table li .col.ticket .btn.block.link .btn svg {
    padding: 12px 0 0 0;
  }

  .game_shedule.academy .table_wrap ul.table li .col.stadium {
    text-align: center;
  }
  .game_shedule.academy .table_wrap ul.table li .col.stadium p {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .game_shedule .table_wrap ul.table li .col.vs p.against {
    font-size: 19px;
  }
}

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

007 練習スケジュール


-------------------------------------------------- */
.nav_month {
  width: 100%;
  margin-top: 40px;
}
.nav_month a.control {
  width: 50px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
}
.nav_month a.control:hover .btn {
  background: #7e012f;
}
.nav_month a.control .btn {
  float: right;
  width: 50px;
  height: 58px;
  background: #0c0a58;
  text-align: center;
  display: inline-block;
}
.nav_month a.control .btn svg {
  width: 24px;
  height: 15px;
  padding: 21px 0 0 0;
}
.nav_month ul.nav_month_list {
  position: relative;
  margin: 0 20px;
  text-align: left;
  font-size: 0;
  display: inline-block !important;
  vertical-align: top;
}
.nav_month ul.nav_month_list li {
  margin-left: -2px;
  border-bottom: 0px solid #000;
  display: inline-block;
  cursor: pointer;
}
.nav_month ul.nav_month_list li span {
  float: left;
  width: 1px;
  height: 10px;
  margin: 23px -1px 0 0;
  background: #7e012f;
  display: block;
}
.nav_month ul.nav_month_list li a {
  padding: 20px 16px 20px 16px;
  margin-bottom: 4px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.nav_month ul.nav_month_list li.active a {
  padding: 20px 16px 20px;
  margin-bottom: 0;
  background: #7e012f;
  color: #fff;
  border-bottom: 4px solid #000;
}
.nav_month ul.nav_month_list li:hover {
  background: #7e012f;
  color: #fff;
  margin-left: -2px;
  border-bottom: 4px solid #000;
}
.nav_month ul.nav_month_list li:hover span {
  margin: 23px -2px 0 0;
}
.nav_month ul.nav_month_list li:hover a {
  margin-bottom: 0;
  color: #fff;
  border-bottom: 0;
}

.training_shedule .table_wrap {
  margin-bottom: 60px;
}
.training_shedule .table_wrap ul.table li .col {
  padding: 10px 0 10px 0;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: table-cell;
}
.training_shedule .table_wrap ul.table li .col p {
  height: auto;
  padding: 20px 10px 10px;
  font-size: 16px;
  line-height: 1.4em;
  vertical-align: middle;
  display: inline-block;
}
.training_shedule .table_wrap ul.table li .col a {
  color: #ad0040;
}
.training_shedule .table_wrap ul.table li .col a:hover {
  color: #7e012f;
  text-decoration: none;
}
.training_shedule .table_wrap ul.table li .col.date p {
  color: #fff;
}
.training_shedule .table_wrap ul.table li .col.date p span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.training_shedule .table_wrap ul.table li .date {
  width: 10%;
  background: #ad0040;
}
.training_shedule .table_wrap ul.table li .category {
  width: 33.333%;
  vertical-align: top;
}
.training_shedule .table_wrap ul.table li .other {
  width: 33.333%;
  vertical-align: top;
}
.training_shedule .table_wrap ul.table li.ttl {
  background: #e5e5e5;
}
.training_shedule .table_wrap ul.table li.ttl .col {
  border-right: 1px solid #dadada;
  border-top: none;
}
.training_shedule .table_wrap ul.table li.ttl .col p {
  height: auto;
  padding: 10px 5px;
  color: #000;
  font-weight: bold;
  line-height: 1.4em;
}
.training_shedule .table_wrap ul.table li.ttl .date {
  background: #e5e5e5;
}
.training_shedule .table_wrap ul.table li .col.other {
  border-right: none;
}
.training_shedule .table_wrap ul.table li.ttl .col.other {
  border-right: none;
}
.training_shedule .table_wrap ul.table li .date.academy {
  width: 10%;
}
.training_shedule .table_wrap ul.table li .category.academy {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .nav_month .title {
    position: relative;
    margin: 8px 20px 30px !important;
    display: inline-block !important;
    vertical-align: top;
  }
  .nav_month ul.nav_month_list {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  .nav_month ul.nav_month_list {
    width: 60%;
    text-align: center;
  }
}
@media screen and (max-width: 690px) {
  .training_shedule .table_wrap ul.table li .date {
    width: 60px;
    min-width: 60px;
  }
  .training_shedule .table_wrap ul.table li .col.category p {
    font-size: 14px;
    text-align: left;
  }
  .training_shedule .table_wrap ul.table li .col.other p {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .training_shedule .table_wrap ul.table li .date.academy {
    width: 20%;
  }
}

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

008 順位表


-------------------------------------------------- */
.ranking .table_wrap {
  margin-bottom: 0px;
}
.ranking .table_wrap ul.table li.okayama {
  background: #f7e5ec;
}
.ranking .table_wrap ul.table li .col {
  padding: 10px 0 10px 0;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  display: table-cell;
}
.ranking .table_wrap ul.table li .col p {
  height: auto;
  padding: 20px 10px 10px;
  font-size: 16px;
  line-height: 1.4em;
  vertical-align: middle;
  display: inline-block;
}
.ranking .table_wrap ul.table li .col a {
  color: #ad0040;
}
.ranking .table_wrap ul.table li .col a:hover {
  color: #7e012f;
  text-decoration: none;
}
.ranking .table_wrap ul.table li .order {
  width: 6%;
}
.ranking .table_wrap ul.table li .team {
  width: 35%;
  min-width: 35%;
}
.ranking .table_wrap ul.table li .point {
  width: 6%;
}
.ranking .table_wrap ul.table li .game {
  width: 10%;
}
.ranking .table_wrap ul.table li .win {
  width: 6%;
}
.ranking .table_wrap ul.table li .draw {
  width: 6%;
}
.ranking .table_wrap ul.table li .lose {
  width: 6%;
}
.ranking .table_wrap ul.table li .goal {
  width: 6%;
}
.ranking .table_wrap ul.table li .agoal {
  width: 6%;
}
.ranking .table_wrap ul.table li .diff {
  width: 10%;
}

.ranking .table_wrap ul.table li .col.team {
  text-align: left;
}
.ranking .table_wrap ul.table li .col.team img {
  width: 35px;
  height: 35px;
  padding: 10px 0 10px 5px;
}
.ranking .table_wrap ul.table li .col.team p {
  padding: 16px 10px 10px;
}

.ranking .table_wrap ul.table li.ttl {
  background: #e5e5e5;
}
.ranking .table_wrap ul.table li.ttl .col {
  border-right: 1px solid #dadada;
  border-top: none;
  vertical-align: top;
  text-align: center;
}
.ranking .table_wrap ul.table li.ttl .col p {
  height: auto;
  padding: 10px 5px;
  color: #000;
  font-weight: bold;
  line-height: 1.4em;
}
.ranking .table_wrap ul.table li.ttl .date {
  background: #e5e5e5;
}
.ranking .table_wrap ul.table li.ttl .team {
  width: 35%;
  min-width: 35%;
}

@media screen and (max-width: 760px) {
  .ranking .table_wrap ul.table li .col p {
    font-size: 12px;
    padding: 10px 5px;
  }
  /* 	.ranking .table_wrap ul.table li .team  {width:20%;} */
  .ranking .table_wrap ul.table li .col.team img {
    width: 30%;
    height: auto;
    padding: 0 35%;
    text-align: center;
    display: inline-block;
  }
  .ranking .table_wrap ul.table li .col.team p {
    width: 80%;
    height: auto;
    padding: 0 10% 0;
    font-size: 10px;
    text-align: center;
  }
  .ranking .table_wrap ul.table li .number,
  .ranking .table_wrap ul.table li.ttl .number {
    width: 27px;
    max-width: 27px;
    min-width: 27px;
  }
  .ranking .table_wrap ul.table li.ttl .col.team p {
    width: auto;
    padding: 10px 5px;
    font-size: 12px;
  }
}

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

009 速報


-------------------------------------------------- */
.live {
}
.live .homegame_info_wrap {
  padding-bottom: 40px;
  background: #fff;
}
.live .homegame_info_wrap .match > .ttl {
  width: 100%;
  margin: 40px 0 30px;
  background: #ad0040;
  display: inline-block;
}
.live .homegame_info_wrap .match > .ttl p {
  padding: 14px 20px 10px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.live .homegame_info_wrap .match > .ttl .btn.toggle {
  float: right;
  width: 50px;
  height: 32px;
  padding-top: 30px;
  background: #0c0a58;
  display: none;
  cursor: pointer;
}
.live .homegame_info_wrap .match > .ttl .btn.toggle span {
  width: 24px;
  height: 2px;
  margin: -1px auto 0;
  background: #fff;
  display: block;
}
.live .homegame_info_wrap .match > .ttl .btn.toggle span:nth-child(1) {
  margin-top: 0;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
.live .homegame_info_wrap .homegame_info {
  width: 100%;
  height: auto;
  text-align: center;
}
.live .homegame_info_wrap .homegame_info.detail {
  padding: 30px 0 20px;
  background: #0c0a58;
}
.live .homegame_info_wrap .homegame_info.detail p {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.live .homegame_info_wrap .homegame_info.detail p.date {
  font-size: 30px;
}
.live .homegame_info_wrap .homegame_info.detail p.date span {
  margin-left: 5px;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
}
.live .homegame_info_wrap .homegame_info.detail p.kickoff {
  margin: 6px 0 10px;
  font-size: 40px;
}
.live .homegame_info_wrap .homegame_info.detail p.kickoff span {
  margin-left: 5px;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
}
.live .homegame_info_wrap .homegame_info.detail p.stadium {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}
.live .homegame_info_wrap .homegame_info.data {
  padding: 30px 0 20px;
  font-size: 0;
  background: #ad0040;
}
.live .homegame_info_wrap .homegame_info.data p {
  color: #fff;
  text-align: center;
}
.live .homegame_info_wrap .homegame_info.data p.status {
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}
.live .homegame_info_wrap .homegame_info.data .team {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.live .homegame_info_wrap .homegame_info.data .team p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
}
.live .homegame_info_wrap .homegame_info.data p.score {
  margin: 50px 30px 40px;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.live .homegame_info_wrap .homegame_info.data p.score.home {
}
.live .homegame_info_wrap .homegame_info.data .table_wrap {
  width: 180px;
  font-size: 12px;
  background: none;
  display: inline-block;
}
.live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li {
  background: none;
}
.live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li .col {
  width: 60px;
  padding: 8px 5px;
  border: none;
}
.live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li .col p {
  padding: 0;
}
.live .homegame_info_wrap .homegame_info.data p.update_txt {
  width: 200px;
  margin: 20px auto 0;
  padding: 10px 0;
  font-size: 12px;
  background: #7e012f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}
.live .homegame_info_wrap .table_wrap.score {
  width: 100%;
  padding: 30px 0;
  font-size: 18px;
  background: #fff;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col {
  border: none;
  vertical-align: top;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col.number {
  width: 48%;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col.number.home {
  padding-right: 20px;
  text-align: right;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col.number.away {
  padding-left: 20px;
  text-align: left;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col p {
  padding: 10px 5px 10px;
  line-height: 1.8em;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col p span {
  color: #ad0040;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col.line {
  width: 1%;
  text-align: center;
  vertical-align: middle;
}
.live .homegame_info_wrap .table_wrap.score ul.table li .col.line > div {
  width: 2px;
  height: 100%;
  background: #dadada;
  display: inline-block;
}

.live .homegame_info_wrap .match {
  width: 92%;
  margin: 0 4%;
  font-size: 0;
  display: inline-block;
}
.live .homegame_info_wrap .match .table_wrap.match_condition {
  float: left;
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 18px;
  background: #fff;
  display: inline-block;
}
.live .homegame_info_wrap .match .table_wrap.match_condition ul.table li {
  border-top: 1px solid #dadada;
}
.live .homegame_info_wrap .match .table_wrap.match_condition ul.table li .col {
  border: none;
  vertical-align: top;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_condition
  ul.table
  li
  .col.item {
  width: 200px;
  min-width: 200px;
  background: #f5f5f5;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_condition
  ul.table
  li
  .col.txt {
  width: 100%;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_condition
  ul.table
  li
  .col
  p {
  padding: 10px 5px 10px;
  line-height: 1.8em;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_condition
  ul.table
  li
  .col
  p
  span {
  color: #ad0040;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_condition
  ul.table
  li
  .col.line {
  width: 1%;
  text-align: center;
  vertical-align: middle;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_condition
  ul.table
  li
  .col.line
  > div {
  width: 2px;
  height: 100%;
  background: #dadada;
  display: inline-block;
}
/* .live .homegame_info_wrap .match .match_member.ttl{width:100%;margin:40px 0 30px;background:#ad0040;display:inline-block;} */
/* .live .homegame_info_wrap .match .match_member.ttl p{padding:10px 20px;color:#FFF;font-size:28px;font-weight:bold;text-align:center;} */
.live .homegame_info_wrap .match .match_comment.ttl {
  margin: 40px 0 10px;
}
.live .homegame_info_wrap .match .news_list_txt {
  width: 100%;
  margin: 0;
}
.live .homegame_info_wrap .match .news_list_txt ul {
  width: 100%;
  margin: 0;
}
.live .homegame_info_wrap .match .link_photo a {
  text-align: center;
}

.live .homegame_info_wrap .match .table_wrap.match_member {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  background: #fff;
  display: inline-block;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table {
  float: left;
  width: 48%;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table.left {
  margin-right: 1%;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table.right {
  margin-left: 1%;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table li {
  border-top: 1px solid #dadada;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table li.row.team {
  width: 100%;
  border: none;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li.row.team
  img {
  width: 90px;
  height: auto;
  display: inline-block;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li.row.team
  p {
  margin-top: 30px;
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  display: inline-block;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table li.row.item {
  width: 100%;
  margin-top: 30px;
  border: none;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li.row.item
  p {
  padding: 20px 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
  background: #f5f5f5;
  text-align: left;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table li .col {
  border: none;
  vertical-align: top;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.position {
  width: 70px;
  min-width: 70px;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.number {
  width: 70px;
  min-width: 70px;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.name {
  width: 100%;
  text-align: left;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.change {
  width: 45px;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.change
  p {
  padding: 10px 0 0 4px;
  text-align: center;
  display: inline-block;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.change
  img {
  width: 18px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.live .homegame_info_wrap .match .table_wrap.match_member ul.table li .col p {
  padding: 10px 5px 10px;
  font-size: 14px;
  line-height: 1.8em;
  text-align: left;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col
  p
  span {
  color: #ad0040;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.line {
  width: 1%;
  text-align: center;
  vertical-align: middle;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_member
  ul.table
  li
  .col.line
  > div {
  width: 2px;
  height: 100%;
  background: #dadada;
  display: inline-block;
}
/* .live .homegame_info_wrap .match .match_report.ttl{width:100%;margin:40px 0 30px;background:#ad0040;display:inline-block;} */
/* .live .homegame_info_wrap .match .match_report.ttl p{padding:10px 20px;color:#FFF;font-size:28px;font-weight:bold;text-align:center;} */

.live .homegame_info_wrap .match .table_wrap.match_report {
  width: 100%;
  margin: 0;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li:nth-child(2n) {
  background: #f5f5f5;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .col {
  padding: 10px 5px;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .col p {
  padding: 20px 0 10px;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .team {
  width: 50%;
  border: none;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .team
  img {
  width: 90px;
  height: auto;
  display: inline-block;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .team p {
  margin-top: 0px;
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  display: inline-block;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .col {
  border-right: none;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .name {
  width: 30%;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .icon {
  width: 30px;
  min-width: 30px;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .time {
  width: 60px;
  min-width: 60px;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .name.home {
  text-align: right;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .name.away {
  text-align: left;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .name p {
  line-height: 1.4em;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .icon
  img {
  margin: 4px 0;
  display: block;
}
.live .homegame_info_wrap .match .table_wrap.match_report ul.table li .time p {
  font-size: 18px;
  font-weight: bold;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .col.next_game.ticket
  p {
  display: block;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .col.next_game.ticket
  a {
  width: 123px;
  margin: 0 0 30px;
  display: inline-block !important;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .col.next_game.ticket
  a
  .btn {
  float: none;
  width: inherit;
  text-align: center;
  background: #0c0a58;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .col.next_game.ticket
  a:hover
  .btn {
  background: #ad0040;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .col.next_game.ticket
  a
  .btn
  svg {
  float: right;
  padding-right: 10px;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_report
  ul.table
  li
  .col.next_game.ticket
  a
  .btn
  p {
  float: right;
  padding: 18px 5px;
}

/* .live .homegame_info_wrap .match .match_data.ttl{width:100%;margin:40px 0 30px;background:#ad0040;display:inline-block;} */
/* .live .homegame_info_wrap .match .match_data.ttl p{padding:10px 20px;color:#FFF;font-size:28px;font-weight:bold;text-align:center;} */
.live .homegame_info_wrap .match .table_wrap.match_data {
  width: 100%;
  margin: 0 0 60px;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li.row.item {
  background: #f5f5f5;
}
.live
  .homegame_info_wrap
  .match
  .table_wrap.match_data
  ul.table
  li.row.item
  .col.item {
  background: #fefefe;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .col {
  padding: 10px 5px;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .col p {
  padding: 5px 0;
}
/* .live .homegame_info_wrap .match .table_wrap.match_data ul.table li .col{border-right:none;} */
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .item {
  width: 100px;
  min-width: 100px;
  text-align: left;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .team {
  width: 50%;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .today {
  width: 50%;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .today.th {
  width: 100%;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .season {
  width: 50%;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .item p {
  font-size: 14px;
  text-align: left;
}
.live .homegame_info_wrap .match .table_wrap.match_data ul.table li .team img {
  width: 100%;
  height: auto;
}

.live .homegame_info_wrap .match .match_member_cont,
.live .homegame_info_wrap .match .table_wrap.match_data,
.live .homegame_info_wrap .match .table_wrap.match_report,
.live .homegame_info_wrap .match .match_comment_list {
  margin-bottom: 30px;
  display: inline-block;
}

@media screen and (max-width: 980px) {
  .live .homegame_info_wrap {
    width: 92%;
    margin: 0 4%;
  }
  .live .homegame_info_wrap .homegame_info.data .team {
    width: 120px;
    margin-top: 20px;
  }
  .live .homegame_info_wrap .homegame_info.data .team img {
    width: 100%;
    height: auto;
  }
  .live .homegame_info_wrap .homegame_info.data p.score {
    margin: 40px 0;
  }
  .live .homegame_info_wrap .homegame_info.data p.score.home {
    margin-left: 20px;
  }
  .live .homegame_info_wrap .homegame_info.data p.score.away {
    margin-right: 20px;
  }
  .live .homegame_info_wrap .match .table_wrap.match_condition {
    float: none;
    width: 100%;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li.row.team
    p {
    font-size: 21px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_report
    ul.table
    li
    .team
    p {
    font-size: 21px;
  }
}
@media screen and (max-width: 890px) {
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li.row.team
    img {
    margin: 0 auto;
    display: block;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li.row.team
    p {
    margin: 10px 0;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_report
    ul.table
    li
    .team
    img {
    margin: 0 auto;
    display: block;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_report
    ul.table
    li
    .team
    p {
    font-size: 21px;
  }
}
@media screen and (max-width: 690px) {
  .live .homegame_info_wrap .match > .ttl {
    margin-bottom: 0;
  }
  .live .homegame_info_wrap .match > .ttl.on {
    margin-bottom: 30px;
  }
  .live .homegame_info_wrap .match > .ttl p {
    padding: 20px;
    font-size: 18px;
    text-align: left;
    display: inline-block;
  }
  .live .homegame_info_wrap .match > .ttl .btn.toggle {
    display: inline-block;
  }
  .live .homegame_info_wrap .homegame_info.data p.status {
    font-size: 21px;
  }
  .live .homegame_info_wrap .homegame_info.data .team {
    width: 80px;
    margin: 20px 5px;
  }
  .live .homegame_info_wrap .homegame_info.data .team img {
    width: 100%;
    height: auto;
  }
  .live .homegame_info_wrap .homegame_info.data .team p {
    margin-top: 5px;
    font-size: 12px;
  }
  .live .homegame_info_wrap .homegame_info.data p.score {
    margin: 40px 0;
    font-size: 40px;
  }
  .live .homegame_info_wrap .homegame_info.data p.score.home {
    margin-left: 5px;
  }
  .live .homegame_info_wrap .homegame_info.data p.score.away {
    margin-right: 5px;
  }
  .live .homegame_info_wrap .homegame_info.data .table_wrap {
    width: 100px;
    margin: 0 5px;
    font-size: 12px;
    background: none;
    display: inline-block;
  }
  .live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li {
    background: none;
  }
  .live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li .col {
    width: 60px;
    padding: 4px 1px;
    border: none;
  }
  .live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li .col p {
    padding: 0;
  }
  .live .homegame_info_wrap .table_wrap.score {
    margin: 0;
    padding: 15px 0;
  }
  .live .homegame_info_wrap .table_wrap.score ul.table li .col p {
    font-size: 14px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_condition
    ul.table
    li
    .col
    p {
    font-size: 14px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_condition
    ul.table
    li
    .col.item {
    width: 120px;
    min-width: 120px;
    background: #f5f5f5;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.position {
    width: 30px;
    min-width: 30px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.number {
    width: 30px;
    min-width: 30px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.change
    p {
    padding: 4px 0 0 4px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.change
    img {
    width: 14px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li.row.team
    p {
    height: 40px;
    font-size: 18px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_report
    ul.table
    li
    .team
    p {
    height: 40px;
    font-size: 18px;
  }
  .live .homegame_info_wrap .match .table_wrap.match_report ul.table li .col p {
    font-size: 14px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_report
    ul.table
    li
    .time
    p {
    font-size: 18px;
  }

  .live .homegame_info_wrap .match .match_member_cont,
  .live .homegame_info_wrap .match .table_wrap.match_data,
  .live .homegame_info_wrap .match .table_wrap.match_report,
  .live .homegame_info_wrap .match .match_comment_list {
    margin-bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .live .homegame_info_wrap .homegame_info.data .team {
    width: 50px;
    margin: 20px 5px;
  }
  .live .homegame_info_wrap .homegame_info.data .team p {
    margin-top: 5px;
    font-size: 10px;
  }
  .live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li .col {
    width: 40px;
    padding: 4px 2px;
  }
  .live .homegame_info_wrap .homegame_info.data .table_wrap ul.table li .col p {
    font-size: 12px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_condition
    ul.table
    li
    .col
    p {
    font-size: 12px;
    line-height: 1.4em;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li.row.item
    p {
    padding: 10px;
    font-size: 12px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li.row.team
    p {
    height: 40px;
    font-size: 14px;
  }
  .live .homegame_info_wrap .match .table_wrap.match_member ul.table li .col p {
    padding: 5px;
    font-size: 12px;
    line-height: 1.4em;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.position {
    width: 10px;
    min-width: 10px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.position
    p {
    width: 10px;
    min-width: 10px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.number {
    width: 10px;
    min-width: 10px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_member
    ul.table
    li
    .col.number
    p {
    width: 10px;
    min-width: 10px;
  }
  .live .homegame_info_wrap .match .table_wrap.match_report {
    width: 100%;
    margin: 0;
  }
  .live .homegame_info_wrap .match .table_wrap.match_report ul.table li .col p {
    font-size: 12px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_report
    ul.table
    li
    .team
    p {
    height: 40px;
    padding: 20px 0 10px;
    font-size: 14px;
  }
  .live
    .homegame_info_wrap
    .match
    .table_wrap.match_report
    ul.table
    li
    .time
    p {
    font-size: 15px;
  }
}

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

010 次回ホームゲーム情報


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

.event-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% 4% 0;
}
.event-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #0c0a58;
}
.event-button a:hover {
  background: ;
}
.homegame .homegame_info_wrap {
  width: 100%;
  font-size: 0;
  margin-bottom: 70px;
  display: inline-block;
}
.homegame .homegame_info_wrap .homegame_info {
  float: left;
  width: 50%;
  height: 320px;
  display: inline-block;
}
.homegame .homegame_info_wrap .homegame_info.vs {
  padding: 0;
  background: #fff;
}
.homegame .homegame_info_wrap .homegame_info.vs img {
  margin-top: 46px;
}
.homegame .homegame_info_wrap .homegame_info.vs img.vs_img {
  margin: 46px -40px 0;
}
.homegame .homegame_info_wrap .homegame_info.vs p {
  color: #000;
  font-weight: bold;
}
.homegame .homegame_info_wrap .homegame_info.vs p.vs_txt {
  font-size: 24px;
  margin-bottom: 10px;
}
.homegame .homegame_info_wrap .homegame_info.vs p.against {
  font-size: 28px;
}
.homegame .homegame_info_wrap .homegame_info.detail {
  background: #ad0040;
  text-align: left;
}
.homegame .homegame_info_wrap .homegame_info.detail p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.homegame .homegame_info_wrap .homegame_info.detail p.date {
  margin: 40px 10% 0;
  font-size: 80px;
}
.homegame .homegame_info_wrap .homegame_info.detail p.date span {
  margin-left: 5px;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
}
.homegame .homegame_info_wrap .homegame_info.detail p.kickoff {
  margin-left: 10%;
  font-size: 60px;
}
.homegame .homegame_info_wrap .homegame_info.detail p.kickoff span {
  margin-left: 5px;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
.homegame .homegame_info_wrap .homegame_info.detail p.stadium {
  margin: 5px 11% 15px;
  font-size: 18px;
  font-weight: normal;
}
.homegame .homegame_info_wrap .homegame_info.detail a {
  margin-left: 10%;
  padding: 16px 26px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #0c0a58;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
}
.homegame .homegame_info_wrap .homegame_info.detail a:hover {
  background: #7e012f;
}

.homegame .contents_list_wrap {
  font-size: 0;
}
.homegame .contents_list_wrap .contents_list_item {
  width: 49%;
  margin: 0 1% 30px 0;
}
.homegame .contents_list_wrap .contents_list_item:nth-child(2n) {
  margin: 0 0 30px 1%;
}
/* .homegame .contents_list_wrap .contents_list_item:nth-child(3n){margin:0 2% 30px 0;} */
.homegame .news_list_txt {
  margin: 0;
}

.homegame
  .contents_list_wrap
  .contents_list_item
  .contents_list_item_header:hover {
  background: #ad0040;
}

@media screen and (max-width: 1100px) {
  .homegame .homegame_info_wrap .homegame_info {
    height: 260px;
  }
  .homegame .homegame_info_wrap .homegame_info.vs img {
    width: 120px;
    height: auto;
    margin-top: 50px;
  }
  .homegame .homegame_info_wrap .homegame_info.vs img.vs_img {
    margin: 40px -40px 0;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.date {
    margin: 15px 10% 0;
  }
}
@media screen and (max-width: 980px) {
  .homegame .homegame_info_wrap .homegame_info.vs p.vs_txt {
    font-size: 18px;
  }
  .homegame .homegame_info_wrap .homegame_info.vs p.against {
    font-size: 21px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.date {
    margin: 40px 10% 0;
    font-size: 60px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.kickoff {
    font-size: 40px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.kickoff span {
    font-size: 21px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.stadium {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  .homegame .homegame_info_wrap {
    margin-bottom: 40px;
  }
  .homegame .homegame_info_wrap .homegame_info {
    float: none;
    width: 100%;
    height: auto;
  }
  .homegame .homegame_info_wrap .homegame_info.vs img {
    width: 100px;
    height: auto;
    margin-top: 30px;
  }
  .homegame .homegame_info_wrap .homegame_info.vs img.vs_img {
    margin: 20px -30px 0;
  }
  .homegame .homegame_info_wrap .homegame_info.vs p.against {
    margin-bottom: 20px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail {
    text-align: center;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.date {
    margin: 20px 10% 0;
    font-size: 60px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.kickoff {
    font-size: 40px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.kickoff span {
    font-size: 21px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.stadium {
    font-size: 16px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail a {
    margin: 0 10% 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .homegame .contents_list_wrap .contents_list_item,
/* 	.homegame .contents_list_wrap .contents_list_item:nth-child(3n), */
	.homegame .contents_list_wrap .contents_list_item:nth-child(2n) {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .homegame .homegame_info_wrap .homegame_info.detail p.date {
    margin: 20px 10% 0;
    font-size: 42px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.kickoff {
    font-size: 30px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.kickoff span {
    font-size: 18px;
  }
  .homegame .homegame_info_wrap .homegame_info.detail p.stadium {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* ボタン : シーズンフィルター */
.contents.game .inner .nav_past {
  width: 100%;
  margin: 0px auto 40px;
  text-align: center;
  display: inline-block;
}

.contents.game .inner .nav.low.player_year {
  float: none;
  width: auto;
}
.contents.game .inner .nav.low.player_year .inner {
  width: 100%;
}

.contents.game .inner .nav.low.player_year .inner div.btn_nav_low p {
  padding: 19px 16px 20px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #ad0040;
  display: inline-block;
}
.contents.game .inner .nav.low.player_year .inner div.btn_nav_low .btn.toggle {
  float: right;
  width: 50px;
  height: 57px;
  background: #0c0a58;
  display: inline-block;
}
.contents.game .inner .nav.low.player_year .inner div.btn_nav_low svg {
  width: 24px;
  height: 15px;
  padding: 24px 0 0 0;
}

.contents.game .inner .nav.low.player_year .inner ul {
  position: absolute;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  border-top: 1px solid #7e012f;
  z-index: 99;
}
.contents.game .inner .nav.low.player_year .inner ul li {
  float: none;
  width: 100%;
  height: 45px;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e012f;
  background: #ad0040;
  text-align: center;
  display: inline-block;
}
.contents.game .inner .nav.low.player_year .inner ul li:hover {
  margin-left: 0;
}
.contents.game .inner .nav.low.player_year .inner ul li:hover span {
  margin: 23px -2px 0 0;
}
.contents.game .inner .nav.low.player_year .inner ul li span {
  display: none;
}
.contents.game .inner .nav.low.player_year .inner ul li a {
  width: 92%;
  padding: 19px 4% 20px;
  color: #fff;
  background: #ad0040;
  border-bottom: 1px solid #7e012f;
  display: inline-block;
}
.contents.game .inner .nav.low.player_year .inner ul li a:hover {
  background: #990039;
}
.contents.game .inner .nav.low.player_year .inner ul li a:hover span {
  margin: 23px 0 0 0;
}
.contents.game .inner .nav.low.player_year .inner ul li.active a {
  background: #7e012f;
  border-bottom: none;
}

/* 2017.07 text live css by iihi.to */
.game .table_wrap ul.table li.row.item .col {
  background: #f5f5f5;
}
.game .table_wrap ul.table li.row.start .col {
  background: #f7e5ec;
}

.game .table_wrap.match_text_live ul.table li.row .col.time,
.game .table_wrap.match_text_live ul.table li.row .col.team {
  width: 15%;
}
.game .table_wrap.match_text_live ul.table li.row .col.txt {
  width: 70%;
  text-align: left;
}
.game .table_wrap.match_text_live ul.table li.row:nth-child(2n) .col {
  background: #f8f8f8;
}
.game .table_wrap ul.table li.row:nth-child(2n).start .col {
  background: #f7e5ec;
}
.game .table_wrap.match_text_live ul.table li.row.item .col.txt {
  text-align: center;
}
.game .table_wrap.match_text_live ul.table li.row .col.txt p img.goal {
  width: auto;
  height: 20px;
}

@media screen and (max-width: 690px) {
  .game .table_wrap ul.table li.row .col p {
    font-size: 13px;
  }
}
