.sports-header__logo {
  width: 1024px;
  margin: 0 auto;
  height: 200px;
  display: flex;
  overflow: hidden;
  background: url("../images/bg_header_pc.png") no-repeat;
  background-size: cover;
}

.sports-header__logo__title {
  width: 525px;
  position: relative;
}

.sports-header__logo__title::before {
  display: block;
  content: '';
  width: 373px;
  height: 67px;
  background: url("../images/logo_soccer.png") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  margin: auto;
}

.rugby-header__logo__kishi {
  background: url("../images/rugby.png") no-repeat;
  width: 525px;
  height: 118px;
  animation: run 2.5s steps(17) infinite;
  margin-top: 41px;
  background-size: 524px auto;
  position: relative;
  z-index: 1;
}

@keyframes run {
  to {
    background-position: 0 100%;
  }
}

.sports-top-main {
  overflow: hidden;
}

.sports-top-box__title {
  color: #073268;
}

.sports-top-box__title span {
  color: #073268;
}

.sports-top-schedule__list__item__right {
  width: calc(100% - 233px);
}

.sports-top-schedule__list__item__link {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}

.sports-top-schedule__list__item__link span {
  display: block;
  position: relative;
  padding: 10px 0;
}

.sports-top-schedule__list__item__link span::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  transform: rotate(45deg);
}

.sports-top-schedule__list__item__link.isKCP {
  color: #fff !important;
  background: #0025c2;
  border: 1px solid #e70000;
}

.sports-top-schedule__list__item__link.isKCP span {
  border-bottom: 3px solid #e70000;
}

.sports-top-schedule__list__item__link.isKCP
  .sports-top-schedule__list__item__link__bottom {
  height: 9px;
  position: relative;
}

.sports-top-schedule__list__item__link.isKCP
  .sports-top-schedule__list__item__link__bottom::before,
.sports-top-schedule__list__item__link.isKCP
  .sports-top-schedule__list__item__link__bottom::after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  background: #e70000;
}

.sports-top-schedule__list__item__link.isKCP
  .sports-top-schedule__list__item__link__bottom::before {
  height: 2px;
  top: 3px;
}

.sports-top-schedule__list__item__link.isKCP
  .sports-top-schedule__list__item__link__bottom::after {
  height: 1px;
  top: 7px;
}

.sports-top-schedule__list__item__link.isACL {
  border: 1px solid #757575;
  color: #464646 !important;
  background: linear-gradient(to bottom, #fff 0%, #e8e8e8 100%);
}

.sports-top-schedule__list__item__link.isACL span {
  border-bottom: 2px solid #00a8ea;
}

.sports-top-schedule__list__item__link.isACL span::after {
  border-top-color: #464646;
  border-right-color: #464646;
}

.sports-top-schedule__list__item__link.isACL
  .sports-top-schedule__list__item__link__bottom {
  border-top: 2px solid #e72418;
  border-bottom: 2px solid #fabe00;
}

.sports-top-bnr {
  margin-bottom: 40px;
}

.sports-top-bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sports-result-main {
  padding: 60px 20px;
}

.sports-result-list ~ .sports-result-list {
  margin-top: 60px;
}

.sports-result-list__title {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  padding: 3px 10px;
  font-style: italic;
}

.sports-result-list__contents {
  margin-top: 16px;
  background: #fff;
  padding: 30px 50px 20px;
  color: #000;
}

.sports-result-list__contents__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

.sports-result-list__contents__title span {
  display: block;
  font-size: 1.8rem;
}

.sports-result-list__contents__match {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
}

.sports-result-list__contents__match__left figure img,
.sports-result-list__contents__match__right figure img {
  width: 100%;
  height: auto;
}

.sports-result-list__contents__match__left figure img.flagborder,
.sports-result-list__contents__match__right figure img.flagborder {
  border: 1px solid #e3e3e3;
  margin: -1px;
}

.sports-result-list__contents__match__score {
  font-size: 5.2rem;
}

.sports-result-list__contents__match__score span {
  margin: 0 60px;
}

.sports-result-list__contents__scorers {
  margin-top: 20px;
  width: 100%;
  font-size: 1.6rem;
}

.sports-result-list__contents__scorers td {
  width: 35%;
}

.sports-result-list__contents__scorers td:first-of-type {
  text-align: right;
}

.sports-result-list__contents__scorers td:nth-of-type(2) {
  width: 25%;
  text-align: center;
}

.sports-result-list__contents__member img,
.sports-result-list__contents__formation img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sports-result-list__contents__member {
  margin-top: 20px;
}

.sports-result-list__contents__formation {
  margin-top: 30px;
}

.sports-result-list__contents__txt {
  margin-top: 20px;
  font-size: 1.8rem;
}

.sports-movie-main {
  padding: 30px 20px;
  background: #fff;
}

.sports-movie-list {
  padding: 40px 0 60px;
}

.sports-movie-list__thumb {
  margin-top: 20px;
}

.sports-movie-list__thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sports-movie-list__btn {
  border: none;
  margin-top: 20px;
  font-size: 20px;
  background: #e70000;
  color: #fff;
  font-weight: bold;
}

.sports-movie-list__txt {
  font-size: 18px;
  margin: 20px auto 0;
}

.twitter-quiz-main {
  background: #fff;
}

@media only screen and (width <= 992px) {
  .sports-header__logo__title::before {
    width: 82%;
    height: 0;
    padding-top: 14.5%;
  }

  .sports-header__logo__title {
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 32%;
    top: 0;
    left: 0;
  }

  .sports-header__logo {
    width: 100%;
    height: 0;
    padding-top: 32%;
    background: url("../images/bg_header_sp.png") no-repeat;
    background-size: cover;
    position: relative;
  }

  .rugby-header__logo__kishi {
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 22%;
    inset: 0;
    margin: auto;
    background-size: 100% auto;
    background-position: 0 0;
  }

  .sports-top-schedule__list__item__thumb img {
    max-width: 116px;
  }

  .sports-top-schedule__list__item__right {
    width: 100%;
  }

  .sports-top-bnr {
    margin-bottom: 20px;
  }

  .sports-result-main {
    padding: 30px 10px;
  }

  .sports-result-list ~ .sports-result-list {
    margin-top: 30px;
  }

  .sports-result-list__title {
    font-size: 1.2rem;
  }

  .sports-result-list__contents {
    margin-top: 8px;
    padding: 15px 25px 10px;
  }

  .sports-result-list__contents__title {
    font-size: 1.4rem;
  }

  .sports-result-list__contents__title span {
    font-size: 1rem;
  }

  .sports-result-list__contents__match {
    margin-top: 12px;
  }

  .sports-result-list__contents__match__left figure,
  .sports-result-list__contents__match__right figure {
    width: 50px;
  }

  .sports-result-list__contents__match__left figure figcaption,
  .sports-result-list__contents__match__right figure figcaption {
    font-size: 1rem;
  }

  .sports-result-list__contents__match__score {
    font-size: 2.6rem;
  }

  .sports-result-list__contents__match__score span {
    margin: 0 30px;
  }

  .sports-result-list__contents__scorers {
    margin-top: 10px;
    font-size: 1rem;
  }

  .sports-result-list__contents__member {
    margin-top: 10px;
  }

  .sports-result-list__contents__formation {
    margin-top: 15px;
  }

  .sports-result-list__contents__txt {
    margin-top: 10px;
    font-size: 1rem;
  }

  .sports-movie-main {
    padding: 30px 10px;
  }

  .sports-movie-list {
    padding: 20px 0 30px;
  }

  .sports-movie-list__btn {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .sports-movie-list__txt {
    font-size: 1.6rem;
    margin: 10px auto 0;
  }
}
