@charset "UTF-8";

/*-------------------------
  lazyload
---------------------------*/
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

/*-------------------------
  コーナー枠
---------------------------*/
.section {
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.section__inner {
  margin-top: 15px;
  padding: 0 8px;
}

/*-------------------------
  タイトル
---------------------------*/
.heading02 {
  position: relative;
  width: 100%;
  padding: 10px 5px 10px 32px;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 2px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading02::before {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  background: #ce1836;
  bottom: -2px;
  left: 0;
}
.heading02::after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/portal/sports/img/new_sprit_icon.png);
  background-size: 600%;
  background-repeat: no-repeat;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.heading03 {
  margin-top: 15px;
  padding: 3px 10px;
  border-left: 4px solid #404040;
  font-size: 17px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading04 {
  position: relative;
  margin: 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.heading02--schedule::after {
  background-position: 0 0;
}
.heading02--ranking::after {
  background-position: -40px 0;
}
.heading02--home::after {
  background-position: -80px 0;
}
.heading02--player::after {
  background-position: 0 -20px;
}
.heading02--write::after {
  background-position: -40px -20px;
}
.heading02--article::after {
  background-position: -80px -20px;
}
.heading02--movie::after {
  background-position: 0 -40px;
}
.heading02--tile::after {
  background-position: -40px -40px;
}
.heading02--shose::after {
  background-position: -80px -40px;
}
.heading02--field::after {
  background-position: 0 -60px;
}
.heading02--whistle::after {
  background-position: -40px -60px;
}
.heading02--update::after {
  background-position: -80px -60px;
}
.heading02--comment::after {
  background-position: 0 -80px;
}
.heading02--note::after {
  background-position: -40px -80px;
}
.heading02--arrow::after {
  background-position: -80px -80px;
}
.heading02--flag::after {
  background-position: -40px -100px;
}
.heading02--mike::after {
  background-position: 0 -120px;
}
.heading02--photo::after {
  background-position: -40px -120px;
}
.heading02--hose::after {
  background-position: -80px -120px;
}
.heading02--batball::after {
  background-position: 0 -140px;
}
.heading02--baseball::after {
  background-position: -40px -140px;
}
.heading02--helmet::after {
  background-position: -80px -140px;
}
.heading02--soccerball::after {
  background-position: 0 -160px;
}
.heading02--fan::after {
  background-position: -40px -160px;
}
.heading02--rugby::after {
  background-position: -80px -160px;
}
.heading02--tv::after {
  background-position: 0 -180px;
}
.heading02--medal::after {
  background-position: -40px -180px;
}
.heading02--glass::after {
  background-position: -80px -180px;
}
.heading02--cup::after {
  background-position: 0 -200px;
}
.heading02--weather::after {
  background-position: -40px -200px;
}
.heading02--japan::after {
  background-position: -80px -200px;
}
.heading02--racket::after {
  background-position: 0 -220px;
}
.heading02--golf::after {
  background-position: -40px -220px;
}
.heading02--figure::after {
  background-position: -80px -220px;
}
.heading02--beginner::after {
  background-position: 0 -260px;
}
.heading02--antenna::after {
  background-position: -40px -260px;
}
.heading02--config::after {
  background-position: -80px -260px;
}

/*-------------------------
  フローティングナビ
---------------------------*/
.nav-foot {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.nav-foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ce1836;
}
.nav-foot__item {
  position: relative;
}
.nav-foot__list--col3 li {
  width: 33.3333333333%;
}
.nav-foot__list--col4 li {
  width: 25%;
}
.nav-foot__list--col5 li {
  width: 20%;
}
.nav-foot__list--col6 li {
  width: 16.6666666667%;
}
.nav-foot__item.current .nav-foot__link {
  background-color: #fff;
}
.nav-foot__item.current .nav-foot__icon--schedule {
  background-position: -20px 0;
}
.nav-foot__item.current .nav-foot__icon--ranking {
  background-position: -60px 0;
}
.nav-foot__item.current .nav-foot__icon--home {
  background-position: -100px 0;
}
.nav-foot__item.current .nav-foot__icon--player {
  background-position: -20px -20px;
}
.nav-foot__item.current .nav-foot__icon--write {
  background-position: -60px -20px;
}
.nav-foot__item.current .nav-foot__icon--article {
  background-position: -100px -20px;
}
.nav-foot__item.current .nav-foot__icon--movie {
  background-position: -20px -40px;
}
.nav-foot__item.current .nav-foot__icon--field {
  background-position: -20px -60px;
}
.nav-foot__item.current .nav-foot__icon--flag {
  background-position: -60px -100px;
}
.nav-foot__item.current .nav-foot__icon--mike {
  background-position: -20px -120px;
}
.nav-foot__item.current .nav-foot__icon--photo {
  background-position: -60px -120px;
}
.nav-foot__item.current .nav-foot__icon--helmet {
  background-position: -100px -140px;
}
.nav-foot__item.current .nav-foot__icon--fan {
  background-position: -60px -160px;
}
.nav-foot__item.current .nav-foot__icon--medal {
  background-position: -60px -180px;
}
.nav-foot__item.current .nav-foot__icon--japan {
  background-position: -100px -200px;
}
.nav-foot__item.current .nav-foot__icon--beginner {
  background-position: -20px -260px;
}
.nav-foot__item.current .nav-foot__icon--antenna {
  background-position: -60px -260px;
}
.nav-foot__item.current .nav-foot__text {
  color: #ce1836;
}
.nav-foot__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 9px;
  bottom: 9px;
  left: -0.5px;
  width: 1px;
  background: #fff;
}
.nav-foot__item.current::before,
.nav-foot__item.current + .nav-foot__item::before {
  display: none;
}
.nav-foot__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
}
.nav-foot__icon {
  width: 20px;
  height: 20px;
  background-image: url(/portal/sports/img/new_sprit_icon.png);
  background-size: 600%;
}
.nav-foot__icon--schedule {
  background-position: -20px -100px;
}
.nav-foot__icon--ranking {
  background-position: -20px -240px;
}
.nav-foot__icon--home {
  background-position: 0 -240px;
}
.nav-foot__icon--player {
  background-position: 0 -100px;
}
.nav-foot__icon--write {
  background-position: -40px -280px;
}
.nav-foot__icon--article {
  background-position: -80px -240px;
}
.nav-foot__icon--movie {
  background-position: -60px -240px;
}
.nav-foot__icon--field {
  background-position: -100px -280px;
}
.nav-foot__icon--flag {
  background-position: -40px -100px;
}
.nav-foot__icon--mike {
  background-position: -20px -300px;
}
.nav-foot__icon--photo {
  background-position: 0 -280px;
}
.nav-foot__icon--helmet {
  background-position: -20px -280px;
}
.nav-foot__icon--fan {
  background-position: -100px -240px;
}
.nav-foot__icon--medal {
  background-position: -40px -300px;
}
.nav-foot__icon--japan {
  background-position: -100px -100px;
}
.nav-foot__icon--beginner {
  background-position: -60px -280px;
}
.nav-foot__icon--antenna {
  background-position: -40px -260px;
}
.nav-foot__text {
  margin-top: 3px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

/*-------------------------
  タブボタン
---------------------------*/
.tab-nav01,
.tab-nav02,
.tab-nav03,
.tab-nav04 {
  display: grid;
}
.tab-nav01--col2,
.tab-nav02--col2,
.tab-nav03--col2,
.tab-nav04--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.tab-nav01--col3,
.tab-nav02--col3,
.tab-nav03--col3,
.tab-nav04--col3 {
  grid-template-columns: repeat(3, 1fr);
}
.tab-nav01--col4,
.tab-nav02--col4,
.tab-nav03--col4,
.tab-nav04--col4 {
  grid-template-columns: repeat(4, 1fr);
}
.tab-nav01--col5,
.tab-nav02--col5,
.tab-nav03--col5,
.tab-nav04--col5 {
  grid-template-columns: repeat(5, 1fr);
}
.tab-nav01--col6,
.tab-nav02--col6,
.tab-nav03--col6,
.tab-nav04--col6 {
  grid-template-columns: repeat(6, 1fr);
}
.tab-nav01__item,
.tab-nav02__item,
.tab-nav03__item,
.tab-nav04__item {
  background-color: #dadada;
  border-radius: 5px;
}
.tab-nav01__item.current,
.tab-nav02__item.current,
.tab-nav03__item.current,
.tab-nav04__item.current {
  background-color: #ce1836;
}
.tab-nav01__item.current .tab-nav01__link,
.tab-nav02__item.current .tab-nav02__link,
.tab-nav03__item.current .tab-nav03__link,
.tab-nav04__item.current .tab-nav04__link {
  color: #fff;
}
.tab-nav01__item.disabled,
.tab-nav04__item.disabled {
  background-color: #e0e0e0;
}
.tab-nav01__item.disabled .tab-nav01__link,
.tab-nav04__item.disabled .tab-nav04__link {
  color: #999;
  pointer-events: none;
}
.tab-nav01__link,
.tab-nav02__link,
.tab-nav03__link,
.tab-nav04__link {
  display: grid;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 11px 0;
  font-weight: bold;
  box-sizing: border-box;
}

/* タブタイプ01 */
.tab-nav01 {
  margin: 15px 5px;
  gap: 0 6px;
}

/* タブタイプ02 */
.tab-nav02 {
  position: relative;
  margin: 15px 0 0;
  padding: 0 8px;
  gap: 0 8px;
  z-index: 1;
}
.tab-nav02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.16) inset;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.16) inset;
  z-index: -1;
}
.tab-nav02--noborder::before {
  content: none;
}
.tab-nav02__item {
  border-radius: 10px 10px 0 0;
}
.tab-nav02__item .tab-nav02__link {
  padding: 13px 0;
}
.tab-nav02--arrow .tab-nav02__link {
  padding: 8px 0 18px;
}
.tab-nav02--arrow .tab-nav02__link::before {
  position: absolute;
  content: "";
  border: solid 9px #bbb;
  border-color: #bbb transparent transparent transparent;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab-nav02--arrow .tab-nav02__item.current .tab-nav02__link::before {
  border-color: #fff transparent transparent transparent;
}

/* タブタイプ03 */
.tab-nav03 {
  margin: 15px 8px;
}
.tab-nav03__item {
  height: 40px;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
}
.tab-nav03__item:first-child {
  border-radius: 8px 0 0 8px;
}
.tab-nav03__item:last-child {
  border-radius: 0 8px 8px 0;
}
.tab-nav03__item:not(:last-child) {
  border-right: solid 1px #ddd;
}
.tab-nav03__link {
  padding: 3px 0;
  font-size: 13px;
}
.tab-nav03__item.current .tab-nav03__link::before {
  position: absolute;
  content: "";
  border: solid 6px #fff;
  border-color: #fff transparent transparent transparent;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab-nav03--bottom .tab-nav03__item.current .tab-nav03__link::before {
  top: -3px;
  bottom: auto;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 358px) {
  .tab-nav03__item.current .tab-nav03__link--lines::before {
    content: none;
  }
}

/* タブタイプ03 非活性時 */
.tab-nav03__item.disabled {
  background-color: #e0e0e0;
}
.tab-nav03__item.disabled:not(:last-child) {
  border-right: solid 1px #ccc;
}
.tab-nav03__item.disabled .tab-nav03__link {
  color: #999;
  pointer-events: none;
}

/* タブタイプ03 アンカーリンク */
.tab-nav03--light {
  border: solid 1px #ddd;
  border-radius: 8px;
}
.tab-nav03--light .tab-nav03__item {
  background-color: #fff;
}
.tab-nav03--light .tab-nav03__link {
  color: #404040;
}
.tab-nav03--light .tab-nav03__link::before {
  position: absolute;
  content: "";
  border: solid 6px #bbb;
  border-color: #bbb transparent transparent transparent;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab-nav03--light.tab-nav03--bottom .tab-nav03__link::before {
  top: -3px;
  bottom: auto;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

/* タブタイプ04 */
.tab-nav04 {
  margin: 12px 5px;
  gap: 6px;
}

/* タブタイプ05 */
.tab-nav05 {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 6px 5px 8px;
  gap: 0 4px;
  box-sizing: border-box;
}
.tab-nav05__item,
.tab-nav05__item.current {
  display: flex;
  flex: 1;
  background-color: transparent;
  border-radius: 4px;
}
.tab-nav05__link {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 38px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.tab-nav05__item.current .tab-nav05__link {
  background-color: #ce1836;
  border: none;
  color: #fff;
}

@media screen and (max-width: 359px) {
  .tab-nav05 {
    gap: 0 2px;
    box-sizing: border-box;
  }
  .tab-nav05__text-narrow {
    transform: scaleX(0.92);
  }
}

/*-------------------------
  リンク
---------------------------*/
/* チームリンク */
.team-link-layout {
  margin-top: 15px;
}
.team-link-layout__item {
  border-top: solid 1px #ddd;
}
.team-link {
  display: block;
  padding: 10px 5px;
}
.team-link__details {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.team-link__logo {
  width: 30px;
  height: 30px;
}
.team-link__name {
  font-weight: bold;
}

/*-------------------------
  動画
---------------------------*/
/* サムテキ */
.movie-link-layout__item:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.movie-link {
  display: grid;
  grid-template-columns: 135px 1fr;
  column-gap: 8px;
  align-items: center;
  padding: 8px 4px;
}
.movie-link--large {
  grid-template-columns: 1fr;
  row-gap: 5px;
}
.movie-link__thumb {
  position: relative;
  margin: 0;
}
.movie-link__thumb::before,
.movie-link__thumb::after {
  content: "";
  position: absolute;
  top: 50%;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.movie-link__thumb::before {
  left: calc(50% + 5px);
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 13px #fff;
  opacity: 0.7;
  z-index: 26;
}
.movie-link--large .movie-link__thumb::before {
  left: calc(50% + 10px);
  border: solid 12px transparent;
  border-left: solid 19.5px #fff;
}
.movie-link__thumb::after {
  left: 50%;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 20px;
  opacity: 0.5;
  z-index: 25;
}
.movie-link--large .movie-link__thumb::after {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.movie-link--large .movie-link__thumb {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.movie-link--large .movie-link__thumb img {
  width: 100%;
  height: auto;
}
.movie-link--large .movie-link__details {
  max-width: 450px;
  margin: 0 auto;
}
.movie-link__title {
  font-size: 16px;
}
.movie-link__source {
  margin-top: 2px;
  font-size: 11px;
  color: #969696;
}

/* ページネーション */
.pagination {
  border-top: 1px dotted #aaa;
}
.pagination__list {
  display: grid;
  grid-template-columns: 29% 42% 29%;
  align-items: center;
}
.pagination__item--page {
  position: relative;
  padding: 11px 2px;
  text-align: center;
}
.pagination__item--page::before,
.pagination__item--page::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  background: #ddd;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pagination__item--page::before {
  left: 0;
}
.pagination__item--page::after {
  right: 0;
}
.pagination__button {
  display: block;
  width: 100%;
  text-align: center;
  color: #888;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 0;
}
.pagination__button:visited {
  color: #888;
}

/* 動画詳細 */
.movie-details {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 12px 0;
}
.movie-details__title {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto 8px;
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.movie-details__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 100%;
  left: 0;
  background-color: #333;
}
.movie-details__provide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}
.movie-details__provide-data {
  margin: 0;
}
.movie-details__date {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.movie-details__thumb {
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.movie-details__thumb--youtube {
  padding-top: 56.25%;
}
.movie-details__note {
  margin-top: 12px;
}
.movie-details__provide-img {
  height: 22px;
}
.movie-details .movie-details__provide-link {
  color: #007bbb;
}

/* 動画バナー */
.movie-banner {
  width: 100%;
  max-width: 610px;
  margin: 15px auto;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.movie-banner__link {
  display: block;
  width: 100%;
}

/*-------------------------
  日程・結果
---------------------------*/
.game-info-title {
  margin: 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.game-info {
  display: block;
  padding: 15px 0;
  border-top: solid 1px #ddd;
}
.game-info--live {
  background-color: #fffbe3;
}
.game-info__contents {
  display: grid;
  grid-template-columns: 28% 44% 28%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1%;
}
.game-info__player {
  text-align: center;
  font-size: 12px;
}
.game-info__player:first-child {
  grid-area: 1 / 1 / 2 / 2;
}
.game-info__player:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
.game-info__logo {
  text-align: center;
}
.game-info__logo img {
  width: 50px;
  height: auto;
}
.game-info__team-name {
  text-align: center;
  font-weight: bold;
}
.game-info__place {
  text-align: center;
}
.game-info__data {
  margin-top: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.game-info__data--score {
  display: grid;
  grid-template-columns: 1fr calc(10% * 2 + 11px) 1fr;
}
.game-info__score:first-child {
  text-align: right;
}
.game-info__score:last-child {
  text-align: left;
}
.game-info__hyphen {
  margin: 0 10%;
}
.game-info__label-wrap {
  text-align: center;
}
.game-info__label {
  display: inline-block;
  margin: 0 8px;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  color: #fff;
}
.game-info__label--red {
  background-color: #ce1836;
  -webkit-animation: flash 2s ease-in-out infinite;
  animation: flash 2s ease-in-out infinite;
}
.game-info__label--black {
  background-color: #2a2a2a;
}
.game-info__label--blue {
  background-color: #397cdc;
}
.game-info__word {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
}
.game-info__word + .game-info__word {
  margin-left: 0.5em;
}
.game-info__word--red {
  color: #ce1836;
}
@media screen and (min-width: 768px) {
  .game-info__logo img {
    width: 65px;
  }
  .game-info__place {
    font-size: 16px;
  }
  .game-info__data,
  .game-info__score {
    font-size: 30px;
  }
  .game-info__team-name {
    font-size: 18px;
  }
  .game-info__player {
    font-size: 14px;
  }
  .game-info__label,
  .game-info__word {
    font-size: 13px;
  }
}
@media screen and (max-width: 369px) {
  .game-info__contents {
    grid-template-columns: 30% 40% 30%;
  }
}
@media screen and (max-width: 345px) {
  .game-info__team-name {
    font-size: 12px;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

/*-------------------------
  その他
---------------------------*/
/* 注釈文 */
.notice {
  display: block;
  margin: 10px 0;
}
.notice--indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* アプリ訴求バナー */
.app_banner {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.app_banner_link {
  padding: 8px;
}
.app_banner_img {
  width: 60px;
}
.app_banner_text {
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold;
}

/*-------------------------
  flex
---------------------------*/
.section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-grid__col2 {
  width: 50%;
}
.section-grid__col3 {
  width: 33.3333333333%;
}
.section-grid__col4 {
  width: 25%;
}
.section-grid__col5 {
  width: 20%;
}
.section-grid__col6 {
  width: 16.6666666667%;
}
.section-grid__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-grid--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.section-grid--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section-grid--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section-grid--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-grid--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.section-grid--start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-grid--start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-grid--start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-grid--start-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-grid--start-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section-grid--start-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.section-grid--end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-grid--end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-grid--end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-grid--end-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-grid--end-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section-grid--end-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.section-grid--center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-grid--center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-grid--center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-grid--center-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-grid--center-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section-grid--center-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.section-grid--stretch-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-grid--stretch-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-grid--stretch-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-grid--stretch-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-grid--stretch-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section-grid--stretch-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.section-grid--baseline-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-grid--baseline-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-grid--baseline-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-grid--baseline-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-grid--baseline-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section-grid--baseline-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/*-------------------------
  ユーティリティ
---------------------------*/
/* show/hide */
.block {
  display: block !important;
}

.hidden {
  display: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* margin */
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-17 {
  margin: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.m-auto {
  margin: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

/* padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

/* background */
.bg-red {
  background-color: #ce1836 !important;
}

.bg-link {
  background-color: #0d7dd9 !important;
}

/* border */
.border-link {
  border-color: #0d7dd9 !important;
}

.border-gray {
  border-color: #ddd !important;
}

.border-red {
  border-color: #ce1836 !important;
}

/* font */
.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-bold {
  font-weight: bold !important;
}

/* text */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-link {
  color: #0d7dd9 !important;
}

.text-red {
  color: #ce1836 !important;
}

/*-------------------------
  ダークモード
---------------------------*/
@media (prefers-color-scheme: dark) {
  html.dmenu_sports_app .movie-details__title::before {
    background-color: #fff !important;
  }
  html.dmenu_sports_app .game-info__label--black {
    background-color: #1a1a1a !important;
  }
  html.dmenu_sports_app .section,
  html.dmenu_sports_app .tab-nav__item {
    background-color: #2a2a2a !important;
  }
  html.dmenu_sports_app .tab-nav-type02__item {
    background-color: #3a3a3a !important;
  }
  html.dmenu_sports_app .tab-nav__item.current {
    background-color: #ce1836 !important;
  }
  html.dmenu_sports_app .tab-nav-type04__item.current {
    background-color: #2a2a2a !important;
  }
  html.dmenu_sports_app .game-info--live {
    background-color: #585442 !important;
  }
  html.dmenu_sports_app .heading03,
  html.dmenu_sports_app .movie-details__title {
    border-color: #fff !important;
  }
  html.dmenu_sports_app .game-info,
  html.dmenu_sports_app .tab-nav-type03__item,
  html.dmenu_sports_app .tab-nav-type04__item {
    border-color: #666 !important;
  }
  html.dmenu_sports_app .heading02,
  html.dmenu_sports_app .heading03,
  html.dmenu_sports_app .heading04,
  html.dmenu_sports_app .movie-link__title,
  html.dmenu_sports_app .movie-details__title,
  html.dmenu_sports_app .pagination__item,
  html.dmenu_sports_app .pagination__button,
  html.dmenu_sports_app .movie-details__provide-title,
  html.dmenu_sports_app .movie-details__date,
  html.dmenu_sports_app .movie-details__note,
  html.dmenu_sports_app .game-info__team-name,
  html.dmenu_sports_app .game-info__word,
  html.dmenu_sports_app .game-info__place,
  html.dmenu_sports_app .game-info__score,
  html.dmenu_sports_app .game-info__data,
  html.dmenu_sports_app .game-info__player,
  html.dmenu_sports_app .tab-nav__link,
  html.dmenu_sports_app .notice {
    color: #fff !important;
  }
  html.dmenu_sports_app .game-info__word--red {
    color: #ce1836 !important;
  }
  html.dmenu_sports_app .heading02::after {
    background-image: url(/portal/sports/img/new_sprit_icon_w.png);
  }
  html.dmenu_sports_app .text-link {
    color: #7ac8ff !important;
  }
  html.dmenu_sports_app .border-link {
    border-color: #7ac8ff !important;
  }
  html.dmenu_sports_app .border-gray {
    border-color: #666 !important;
  }
  html.dmenu_sports_app .bg-link {
    background-color: #7ac8ff !important;
  }

  /* リンク */
  html.dmenu_sports_app .team-link__name {
    color: #fff !important;
  }
  html.dmenu_sports_app .team-link-layout__item {
    border-top: solid 1px #666 !important;
  }

  /* タブ */
  html.dmenu_sports_app .tab-nav01__item,
  html.dmenu_sports_app .tab-nav03__item,
  html.dmenu_sports_app .tab-nav04__item,
  html.dmenu_sports_app .tab-nav05__link {
    background-color: #2a2a2a !important;
  }
  html.dmenu_sports_app .section .tab-nav01__item {
    background-color: #3a3a3a !important;
  }
  html.dmenu_sports_app .tab-nav01__item.disabled .tab-nav01__link {
    color: #666 !important;
  }
  html.dmenu_sports_app .tab-nav03__item,
  html.dmenu_sports_app .tab-nav04__item {
    border-color: #666 !important;
  }
  html.dmenu_sports_app .tab-nav01__item.current,
  html.dmenu_sports_app .tab-nav02__item.current,
  html.dmenu_sports_app .tab-nav03__item.current,
  html.dmenu_sports_app .tab-nav04__item.current {
    background-color: #ce1836 !important;
  }
  html.dmenu_sports_app .tab-nav01__link,
  html.dmenu_sports_app .tab-nav02__link,
  html.dmenu_sports_app .tab-nav03__link,
  html.dmenu_sports_app .tab-nav04__link,
  html.dmenu_sports_app .tab-nav05__link {
    color: #fff !important;
  }

  /* タブタイプ02 */
  html.dmenu_sports_app .tab-nav02__item {
    background-color: #3a3a3a !important;
  }

  /* タブタイプ03 */
  html.dmenu_sports_app .tab-nav03__item.disabled .tab-nav03__link {
    color: #666 !important;
  }

  /* タブタイプ03（tab-nav03--light）*/
  html.dmenu_sports_app .tab-nav03--light {
    border: solid 1px #666 !important;
  }
  html.dmenu_sports_app .tab-nav03--light .tab-nav03__item.current {
    background-color: #2a2a2a !important;
  }
  html.dmenu_sports_app
    .tab-nav03--light
    .tab-nav03__item.current
    .tab-nav03__link {
    color: #fff !important;
  }

  /* タブタイプ05 */
  html.dmenu_sports_app .tab-nav05__item.current .tab-nav05__link {
    background-color: #ce1836 !important;
    border: none;
  }

  /* 動画 */
  html.dmenu_sports_app .movie-link-layout__item:not(:last-child) {
    border-bottom: solid 1px #666 !important;
  }
}
