/*****************************************************************************
CSS only for result 2024-25
*****************************************************************************/

/* GameDetail
-----------------------------------------*/
.GameDetail {
  padding: 90px 0 100px;
  background: transparent url("/game/result/assets/img/bg_result.jpg") repeat top left;
}
@media screen and (max-width: 767px) {
  .GameDetail {
    padding: 45px 0 50px 0;
  }
}
.GameDetail__inner {
  margin: 0 auto;
  max-width: 976px;
  color: #FFF;
}
@media screen and (max-width: 976px) {
  .GameDetail__inner {
    margin: 0 20px;
  }
}

/* Heading
-----------------------------------------*/
.Heading {
  text-align: center;
  color: #fff;
}
.Heading__league {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  display: block;
}
@media screen and (max-width: 767px) {
  .Heading__league {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Heading__match {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .Heading__match {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* GameInfo
-----------------------------------------*/
.GameInfo {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .GameInfo {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.GameInfo__date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.325;
}
@media screen and (max-width: 767px) {
  .GameInfo__date {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.GameInfo__date > span {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .GameInfo__date > span {
    font-size: 40px;
    font-size: 4rem;
  }
}
.GameInfo__tag {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0C56A6;
  display: inline-block;
  padding: 3.5px 21px;
  margin: 8px 0 6px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .GameInfo__tag {
    padding: 3px 11.5px;
  }
}
.GameInfo__tag--away {
  color: #666;
  background-color: #FFF;
}
.GameInfo__place {
  line-height: 1.5;
}

/* GameDetail__data
-----------------------------------------*/
.GameDetail__data {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .GameDetail__data {
    margin-top: 20px;
  }
}
.GameDetail__data + .GameDetail__data {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .GameDetail__data + .GameDetail__data {
    margin-top: 50px;
  }
}

.GameDetail__data table {
  width: 100%;
  border-top: solid 2px #FFF;
}
.GameDetail__data table th {
  position: relative;
  padding: 14px 5px 18px 5px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: solid 1px #FFF;
}
@media screen and (max-width: 767px) {
  .GameDetail__data table th {
    padding: 14px 0 18px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.GameDetail__data table th::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  content: "";
  border-bottom: solid 1px #FFF;
}

.GameDetail__data table th:nth-child(2) {
  width: 13%;
  border-right: solid 1px #FFF;
  border-left: solid 1px #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.GameDetail__data table tr:nth-child(2) td {
  width: 43%;
  padding: 36px 10px 0 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .GameDetail__data table tr:nth-child(2) td {
    padding: 0px 10px 0 10px;
  }
}

.GameDetail__data table tr:nth-child(2) td:nth-child(2) {
  width: 13%;
  text-align: center;
  white-space: nowrap;
  border-right: solid 1px #FFF;
  border-left: solid 1px #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.GameDetail__data table tr:nth-child(3) td {
  padding: 10px 30px 16px 30px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .GameDetail__data table tr:nth-child(3) td {
    padding: 10px 0;
  }
}

.GameDetail__total {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .GameDetail__total {
    flex-direction: column;
  }
}
.GameDetail__totalLogo {
  padding: 0 20px;
  max-width:220px;
}
@media screen and (max-width: 767px) {
  .GameDetail__totalLogo {
    padding: 0 15px;
  }
}
.GameDetail__totalLogo img {
  max-width: 100%;
  height: auto;
}
.GameDetail__totalScore {
  text-align:center;
  padding: 0 40px;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 767px) {
  .GameDetail__totalScore {
    font-size: 60px;
    font-size: 6rem;
    padding: 0 20px;
  }
}

.GameDetail__total--reverse .GameDetail__totalLogo {
  order: 1;
}
@media screen and (max-width: 767px) {
  .GameDetail__total--reverse .GameDetail__totalLogo {
    order: 2;
  }
}

.GameDetail__total--reverse .GameDetail__totalScore {
  order: 2;
}
@media screen and (max-width: 767px) {
  .GameDetail__total--reverse .GameDetail__totalScore {
    order: 1;
  }
}

ul.GameDetail__score li:not(:last-child){
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  ul.GameDetail__score li{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ul.GameDetail__score li span{
  display: inline-block;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  ul.GameDetail__score li span{
    margin: 0 6px;
  }
}

/* GameMember
-----------------------------------------*/
.GameMember {
  margin-top: 60px;
}
.GameMember__inner {
  margin: 0 auto;
  max-width: 976px;
}
@media screen and (max-width: 976px) {
  .GameMember__inner {
    margin: 0 10px;
  }
}
.GameMember__reserve {
  margin-top: 20px;
}

/* BoxHeading
-----------------------------------------*/
.BoxHeading {
  text-align: center;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid;
  border-color: #efcc29;
  border-image: linear-gradient(to right, #655715 0% 13%, #efcc29 19% 41%, #fef1b2 45% 55%, #efcc29 59% 81%, #655715 87% 100%);
  border-image-slice: 1;
  border-radius: 4px 4px 0 0;
}
.BoxHeading--starter > h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: .5625em .42em;
}
@media screen and (max-width: 767px) {
  .BoxHeading--starter > h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.BoxHeading--reserve > h3 {
  font-size: 20px;
  font-size: 2rem;
  padding: .325em .5em;
}
@media screen and (max-width: 767px) {
  .BoxHeading--reserve > h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* MemberList
-----------------------------------------*/
.Starter {
  background: url("/game/result/assets/img/bg_starter.jpg") no-repeat center center / cover;
}
.Reserve {
  background: url("/game/result/assets/img/bg_reserve.jpg") no-repeat top left / cover;
}

.MemberList {
  border-radius: 0 0 4px 4px;
}
.MemberList__inner {
  max-width: 816px;
  margin: 0 auto;
  overflow: hidden;
}
.Starter .MemberList__inner {
  padding: 71px 45px 40px;
}
@media screen and (max-width: 767px) {
  .Starter .MemberList__inner {
    padding: 56px 10px 30px;
  }
}
.Reserve .MemberList__inner {
  padding: 40px 45px;
}
@media screen and (max-width: 767px) {
  .Reserve .MemberList__inner {
    padding: 30px 10px;
  }
}

.MemberList__wrap {
  display: flex;
  flex-wrap: wrap;
}
.Starter .MemberList__wrap {
  justify-content: center;
  margin: 0 -3.2% -14px 0;
}
@media screen and (max-width: 767px) {
  .Starter .MemberList__wrap {
    margin: 0 -2.3% -14px 0;
  }
}
.Reserve .MemberList__wrap {
  margin: 0 -3.2% -20px 0;
}
@media screen and (max-width: 767px) {
  .Reserve .MemberList__wrap {
    margin: 0 -2.3% -20px 0;
  }
}

.MemberList__item {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .MemberList__item {
    width: 31%;
  }
}
.Starter .MemberList__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 3.2% 14px 0;
}
@media screen and (max-width: 767px) {
  .Starter .MemberList__item {
    margin: 0 2.3% 14px 0;
  }
}
.Reserve .MemberList__item {
  margin: 0 3.2% 20px 0;
}
@media screen and (max-width: 767px) {
  .Reserve .MemberList__item {
    margin: 0 2.3% 20px 0;
  }
}

.MemberList__link {
  display: inline-block;
  width: 100%;
}
.Starter .MemberList__link {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .Starter .MemberList__link {
    padding-bottom: 0;
  }
}

.MemberList__item .MemberList__link:link    { color: #004ea2; text-decoration: none; }
.MemberList__item .MemberList__link:visited { color: #004ea2; text-decoration: none; }
.MemberList__item .MemberList__link:hover   { color: #004ea2; text-decoration: none; opacity: .9;}
.MemberList__item .MemberList__link:focus   { color: #004ea2; text-decoration: none; }
.MemberList__item .MemberList__link:active  { color: #004ea2; text-decoration: none; }

.MemberList__img {
  text-align: center;
  height: 185px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .MemberList__img {
    height: 135px;
  }
}
.MemberList__img img {
  max-width: 100%;
  height: auto;
}

.MemberList__detail {
  background-color: #fff;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 6px;
  padding: 7px 5px 7px 0;
  overflow: hidden;
}
@media screen and (max-width: 976px) {
  .MemberList__detail {
    padding: 5px 3px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .MemberList__detail {
    padding: 5px 3px 5px 0;
  }
}
.Starter .MemberList__detail {
  position: absolute;
  bottom: 0;
}
.MemberList__detail::before {
  content: '';
  background-color: #004ea2;
  position: absolute;
  top: 0;
  left: -14px;
  width: 31.5%;
  height: 100%;
  transform: skewX(-22deg);
}
@media screen and (max-width: 976px) {
  .MemberList__detail::before {
    width: 28%;
    left: -10px;
    transform: skewX(-16deg);
  }
}
@media screen and (max-width: 767px) {
  .MemberList__detail::before {
    width: 25%;
    left: -4px;
    transform: skewX(-8deg);
  }
}
.MemberList__num {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
  width: 31.5%;
  display: flex;
  align-items: center;
  padding-left: 12px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 976px) {
  .MemberList__num {
    width: 28%;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .MemberList__num {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    width: 25%;
    padding-left: 3px;
  }
}
.MemberList__num span {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .MemberList__num span {
    font-size: 6px;
    font-size: .6rem;
    margin-right: 0;
  }
}
.MemberList__text {
  font-weight: bold;
  text-align: left;
  color: #004ea2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.MemberList__text span {
  display: block;
}
.MemberList__name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 976px) {
  .MemberList__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .MemberList__name {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.MemberList__kana {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .MemberList__kana {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 8px;
    font-size: .8rem;
  }
}

/* GameContent
-----------------------------------------*/
.GameContent {
  margin: 0 auto;
  max-width: 976px;
  padding: 96px 0 80px 0;
}
@media screen and (max-width: 976px) {
  .GameContent {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .GameContent {
    padding: 55px 0;
  }
}
.GameContent__title {
  margin-bottom: 1.1em;
  padding-bottom: 33px;
  color: #004ea2;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: solid 1px #d6d6d6;
}
@media screen and (max-width: 767px) {
  .GameContent__title {
    margin-bottom: 0.6em;
  }
}

/* GameNews
-----------------------------------------*/
.GameNews {
  margin: 0 auto;
  max-width: 816px;
  /* padding: 0 80px; */
}
@media screen and (max-width: 767px) {
  .GameNews {
    padding: 0;
  }
}
.GameNews p {
  line-height: 1.9;
  margin-bottom: 2.2em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .GameNews p {
    margin-bottom: 1.2em;
  }
}
.GameNews__title {
  margin: 3em 0 1.4em 0;
  position: relative;
  padding: 2px 0;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .GameNews__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.GameNews__subTitle {
  margin: 3em 0 1.4em 0;
  position: relative;
  padding: 2px 0 2px 19px;
  font-size: 20px;
  font-size: 2rem;
}
.GameNews__subTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  background-color: #004ea2;
}
.GameNews__img {
  text-align: center;
  margin: 2.2em 0;
}
@media screen and (max-width: 767px) {
  .GameNews__img {
    margin: 1.2em 0;
  }
}
.GameNews__img img {
  max-width: 100%;
  height: auto;
}

/* GameQuery
-----------------------------------------*/
.GameQuery{
  display: flex;
}
@media screen and (max-width: 767px) {
  .GameQuery {
    flex-direction: column;
  }
}
.GameQuery + .GameQuery{
  margin-top: 30px;
}
.GameQuery__img{
  width: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .GameQuery__img {
    align-self: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.GameQuery__img img{
  width: 120px;
}
.GameQuery__img--player{
  height: 150px;
  position: relative;
  overflow: hidden;
}
.GameQuery__img--player img {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 0);
  max-width: initial;
}

.GameQuery__img a:hover {
  opacity: .8;
}

.GameQuery__text{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .GameQuery__text{
    margin-left: 0;
    width: 100%;
  }
}
.GameQuery__img + .GameQuery__text{
  width: 826px;
}
@media screen and (max-width: 767px) {
  .GameQuery__img + .GameQuery__text{
    width: 100%;
  }
}
.GameQuery__text > p {
  margin-bottom: 1.2em;
}
.GameQuery__title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5em;
}
.GameQuery__title::before {
  content: "";
  background-color: #000;
  width: 24px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
}

/* GameLink
-----------------------------------------*/
.GameLink {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .GameLink {
    margin-top: 50px;
  }
}

/* GamePhoto
-----------------------------------------*/
.GamePhoto {
  padding-bottom: 60px;
  background-color: #FFF;
}
.GamePhoto__inner {
  margin: 0 auto;
  max-width: 976px;
  padding: 91px 0 70px 0;
}
@media screen and (max-width: 976px) {
  .GamePhoto__inner {
    max-width: 810px;
  }
}
@media screen and (max-width: 810px) {
  .GamePhoto__inner {
    max-width: 644px;
    padding: 45px 0 30px 0;
  }
}
@media screen and (max-width: 644px) {
  .GamePhoto__inner {
    max-width: 478px;
  }
}
@media screen and (max-width: 478px) {
  .GamePhoto__inner {
    max-width: 312px;
  }
}
.GamePhoto__title {
  margin-bottom: 31px;
  color: #004ea2;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.GamePhoto__list {
  position: relative;
  overflow: hidden;
}
.GamePhoto__list ul,
.GamePhoto__more ul {
  margin-right: -20px;
}
.GamePhoto__list ul:after,
.GamePhoto__more ul:after {
  content: "";
  display: block;
  clear: both;
}
.GamePhoto__list ul li,
.GamePhoto__more ul li {
  float: left;
  width: 146px;
  height: 146px;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.GamePhoto__list ul li a,
.GamePhoto__more ul li a {
  position: relative;
  display: block;
}
.GamePhoto__list ul li a img,
.GamePhoto__more ul li a img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 146px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
