/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  position: relative;
  margin: 70px auto 0;
  padding: 2em 0;
  color: #fff;
  background: #0C2878;
  text-align: left;
  overflow: hidden;
}
.mv::before {
  position: absolute;
  content: '';
  top: 0;
  right: 5%;
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("/img/game/mv.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.mv div {
  width: 80%;
  margin: auto;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.5rem;
  line-height: 1;
}
.mv div span {
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 0.3em;
}
.games_bg {
  padding: 3em 0 6em;
  width: 90%;
  margin: auto;
}
.games_h2 {
  font-size: 1.4rem;
}
.games_h2 span {
  display: block;
  font-weight: bold;
  color: #008DAC;
  font-size: 1.8rem;
}
.games_main {
  margin: 0 auto 3em;
}
.games_list {}
.games_list > li {
  margin: 2em auto 0;
  border: 1px solid #D5D5D5;
  border-radius: 20px;
}
.games_list > li:first-child {
  margin: 1em auto 0;
}
.games_detail {
  padding: 15px 0;
}
.games_detail_ttl {
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #D5D5D5;
  padding: 0 0 10px;
}
.games_detail_ttl div {
  display: inline-block;
  border-radius: 5px;
  background: #008DAC;
  color: #fff;
  padding: 3px 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.games_detail_ttl.away div {
  background: #D3D3D3;
}
.games_detail_ttl p {
  margin: 0.5em auto 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.games_detail_in {
  margin: 1em auto 0;
}
.games_detail_day {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
  align-items: flex-end;
}
.games_detail_day p {
  color: #008DAC;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 5px 0 0;
}
.games_detail_day p span {
  font-size: 2.0rem;
}
.games_detail_day div {
  display: inline-block;
  padding: 0 0 3px;
}
.games_detail_location {
  font-weight: 500;
}
.games_detail_location span {}
.games_detail_battle {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: center;
  align-items: center;
  position: relative;
}
.games_detail_battle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: 'VS';
  font-weight: bold;
  font-size: 1.6rem;
}
.games_detail_battle li {
  width: 130px;
  font-weight: 500;
}
.games_detail_battle li img {
  display: block;
  width: 80px;
  margin: auto;
}
.games_detail_battle li:last-child {
  padding: 0 0 0 20px;
}
.games_result {
  padding: 15px 0;
  border-top: 1px solid #D5D5D5;
}
.games_result > p {
  display: inline-block;
  border-radius: 5px;
  background: #008DAC;
  color: #fff;
  padding: 3px 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.games_result_in {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: center;
  align-items: center;
}
.games_result_score {
  width: 110px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em;
  justify-content: center;
  align-items: center;
}
.games_result_score div {
  width: 30px;
  font-size: 1rem;
}
.games_result_score div i {
  display: block;
  font-size: 2.5rem;
}
.games_result_score p {
  width: 80px;
  color: #008DAC;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 2px;
}
.games_result_score p.unknown {
  color: #333;
}
.games_result_in ul {
  width: 60px;
}
.games_result_report {
  margin: 1em auto 0;
}
.games_result_report a {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  background: #595757;
  color: #fff !important;
  margin: 0 5px;
  transition: ease .2s;
}
.games_result_report a i {
  padding: 0 0 0 5px;
}
.games_result_report a:hover {
  background: #008DAC;
}
.games_sidenav {}
.games_sidenav .ranking {
  display: none;
}
.ranking {
  margin: 0em auto 3em;
}
.ranking div {
  max-width: 220px;
  border: 1px solid #008DAC;
  border-radius: 10px;
  padding: 15px;
  margin: 0.5em auto 0;
}
.ranking div p {
  font-weight: bold;
  color: #008DAC;
  line-height: 1;
  font-size: 1.8rem;
  margin: 0 auto 0.8em;
}
.ranking div p span {
  font-size: 2.8rem;
}
.ranking div a {
  text-align: left;
  position: relative;
  text-decoration: none;
  display: block;
  background: #008DAC;
  border-radius: 5px;
  color: #fff;
  padding: 8px 0px 8px 20px;
  outline: none;
  transition: ease .2s;
}
.ranking div a:hover {
  background: #0C2878;
}
.ranking div a::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
.ranking div a:hover::after {
  right: 11px;
}
.side_vleague {
  max-width: 220px;
  margin: 0 auto 1.5em;
}
.side_vleague a {
  text-align: left;
  position: relative;
  text-decoration: none;
  display: block;
  background: #000;
  border-radius: 5px;
  color: #fff !important;
  padding: 12px 0px 12px 85px;
  outline: none;
  transition: ease .2s;
}
.side_vleague a::before {
  position: absolute;
  content: '';
  top: 51%;
  left: 20px;
  transform: translate(0%, -50%);
  display: block;
  width: 50px;
  height: 28px;
  background-image: url("/img/common/vleague.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.side_vleague a::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
.side_vleague a:hover::after {
  right: 11px;
}
.archive {
  max-width: 220px;
  margin: auto;
}
.archive_box {
  margin: 0.5em auto 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.archive_box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: #008DAC;
  border-radius: 0 5px 5px 0;
  pointer-events: none;
}
.archive_box::after {
  position: absolute;
  right: 15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  content: '';
  pointer-events: none;
}
.archive_box select {
  appearance: none;
  min-width: 220px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #008DAC;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    padding: 4em 0;
  }
  .mv::before {
    right: 10%;
    width: 240px;
    height: 240px;
  }
  .mv div {
    width: 90%;
    max-width: 1200px;
    font-size: 1.8rem;
  }
  .mv div span {
    font-size: 4rem;
  }
  .games_bg {
    padding: 5em 0 8em;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .games_h2 {
    text-align: left;
    font-size: 1.6rem;
  }
  .games_h2 span {
    font-size: 2rem;
  }
  .games_main {
    margin: 0;
    width: calc(100% - 270px);
  }
  .games_main .ranking {
    display: none;
  }
  .games_list {}
  .games_list > li {
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .games_list > li:first-child {
    margin: 1em auto 0;
  }
  .games_list > li::before {
    position: absolute;
    top: 0;
    right: 200px;
    content: '';
    width: 1px;
    height: 100%;
    background: #D5D5D5;
  }
  .games_detail {
    width: calc(100% - 250px);
    padding: 25px;
  }
  .games_detail_ttl {
    width: 100%;
    padding: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
    align-items: center;
  }
  .games_detail_ttl div {
    width: 90px;
    padding: 3px 0px;
    font-size: 1.6rem;
  }
  .games_detail_ttl p {
    margin: 3px 0 0 20px;
    width: calc(100% - 110px);
    font-size: 1.8rem;
  }
  .games_detail_in {
    margin: 1.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
  }
  .games_detail_day {
    width: 200px;
    text-align: left;
    display: block;
    margin: 0em;
  }
  .games_detail_day p {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1;
  }
  .games_detail_day p span {
    font-size: 2.2rem;
  }
  .games_detail_day div {
    font-size: 1.6rem;
    padding: 5px 0 0 0;
  }
  .games_detail_location {
    width: 140px;
    text-align: left;
    margin: 0 10px 0 0;
  }
  .games_detail_location span {
    display: inline-block;
  }
  .games_detail_battle {
    width: 328px;
    margin: 0;
    justify-content: flex-start;
  }
  .games_detail_battle::before {
    left: 95px;
    transform: translate(0%, -50%);
    font-size: 1.6rem;
  }
  .games_detail_battle li {
    width: 80px;
  }
  .games_detail_battle li:first-child {
    margin: 0 45px 0 0;
  }
  .games_detail_battle li img {
    margin: 0;
    width: 80px;
  }
  .games_detail_battle li:last-child {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .games_detail_battle li:last-child p {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 1.4rem;
  }
  .games_detail_battle li:last-child p span {
    display: block;
  }
  .games_result {
    width: 200px;
    padding: 25px 0;
    border-top: none;
  }
  .games_result > p {
    padding: 3px 40px;
    font-size: 1.7rem;
  }
  .games_result_in {
    display: block;
  }
  .games_result_score {
    width: 100%;
  }
  .games_result_score div {
    width: 40px;
    font-size: 1.2rem;
  }
  .games_result_score div i {
    font-size: 3.5rem;
  }
  .games_result_score p {
    width: 100px;
    font-size: 4.5rem;
  }
  .games_result_in ul {
    width: 100%;
    margin: 1em auto 0;
  }
  .flex-style {
    width: 130px !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
  }
  .flex-style li {
    width: 50%;
  }
  .games_result_report {
    width: 150px;
    margin: 0em auto 0;
  }
  .games_result_report a {
    display: block;
    padding: 5px 0px;
    margin: 10px 0 0;
  }
  .games_sidenav {
    width: 220px;
  }
  .sidenav_stickey {
    /*stickyで固定*/
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    /*固定したい位置*/
    top: 100px;
  }
  .games_sidenav .ranking {
    display: block;
    margin: 0 auto 1em;
  }
  .side_vleague {
    margin: 0 auto 2em;
  }
  .side_vleague a {
    line-height: 1.5;
    border-radius: 10px;
  }
  .archive_box select {
    font-size: 1.5rem;
  }
}