@charset "UTF-8";
/**
 * Created Date: 2022-07-22 14:35:02
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2022-08-05 18:01:05
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2022 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/**
 * Created Date: 2022-02-09 12:47:10
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2025-07-17 15:03:53
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2022 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/*---------------------------------
  Google font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=DotGothic16&family=Yomogi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sigmar&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@font-face {
  font-family: "anton";
  src: url("../font/anton-v23-latin-regular.woff") format("woff"), url("../font/anton-v23-latin-regular.ttf") format("truetype");
}
/*---------------------------------
  カラーパレット
---------------------------------*/
/*---------------------------------
  mq（メディアクエリを呼び出す）
  $name
  $value
---------------------------------*/
/*---------------------------------
  白黒画像背景
  $url
  $coverColor
---------------------------------*/
/*---------------------------------
  影
---------------------------------*/
.shadow00 {
  box-shadow: none !important;
}

.shadow01 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.shadow02 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

html,
body {
  width: 1920px;
  height: 1080px;
}
html #main,
body #main {
  position: absolute;
  width: 100%;
  height: 100%;
}
html #main .contents,
body #main .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*========================================================================
    対戦情報・結果
  ========================================================================*/
  /*========================================================================
    対戦中フレーム
  ========================================================================*/
  /*========================================================================
    ランキング
  ========================================================================*/
  /*========================================================================
    会話中
  ========================================================================*/
}
html #main .contents#battle_info,
body #main .contents#battle_info {
  /* 背景イメージ */
  /* タイトル */
  /* チーム情報 */
  /* マッチ情報 */
}
html #main .contents#battle_info .bg_img,
body #main .contents#battle_info .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
html #main .contents#battle_info .battle_name,
body #main .contents#battle_info .battle_name {
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4E2451;
  font-size: 6rem;
  font-weight: bold;
}
html #main .contents#battle_info .site_name,
body #main .contents#battle_info .site_name {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-family: "anton", sans-serif;
  color: #755f56;
  font-size: 4rem;
}
html #main .contents#battle_info .team_info,
body #main .contents#battle_info .team_info {
  position: absolute;
  top: 305px;
  width: 473px;
  height: 657px;
  overflow: hidden;
  text-align: center;
  z-index: 2;
}
html #main .contents#battle_info .team_info .team_box,
body #main .contents#battle_info .team_info .team_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px;
  padding: 0 33px;
}
html #main .contents#battle_info .team_info .team_box .team_kana,
body #main .contents#battle_info .team_info .team_box .team_kana {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #F4F4F4;
  font-size: 2.4rem;
  line-height: 1;
}
html #main .contents#battle_info .team_info .team_box .team_name,
body #main .contents#battle_info .team_info .team_box .team_name {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "anton", sans-serif;
  color: #F4F4F4;
  font-size: 5rem;
  line-height: 1;
}
html #main .contents#battle_info .team_info .player,
body #main .contents#battle_info .team_info .player {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 33px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #F4F4F4;
  font-size: 3rem;
}
html #main .contents#battle_info .team_info .player.player1,
body #main .contents#battle_info .team_info .player.player1 {
  top: 130px;
}
html #main .contents#battle_info .team_info .player.player2,
body #main .contents#battle_info .team_info .player.player2 {
  top: 238px;
}
html #main .contents#battle_info .team_info .player.player3,
body #main .contents#battle_info .team_info .player.player3 {
  top: 344px;
}
html #main .contents#battle_info .team_info .player.player4,
body #main .contents#battle_info .team_info .player.player4 {
  top: 452px;
}
html #main .contents#battle_info .team_info .player.player5,
body #main .contents#battle_info .team_info .player.player5 {
  top: 562px;
}
html #main .contents#battle_info .team_info.left,
body #main .contents#battle_info .team_info.left {
  left: 113px;
}
html #main .contents#battle_info .team_info.left .team_box,
body #main .contents#battle_info .team_info.left .team_box {
  background-color: #3A5852;
}
html #main .contents#battle_info .team_info.left .player,
body #main .contents#battle_info .team_info.left .player {
  background-color: #558D85;
}
html #main .contents#battle_info .team_info.right,
body #main .contents#battle_info .team_info.right {
  right: 110px;
}
html #main .contents#battle_info .team_info.right .team_box,
body #main .contents#battle_info .team_info.right .team_box {
  background-color: #8A2A33;
}
html #main .contents#battle_info .team_info.right .player,
body #main .contents#battle_info .team_info.right .player {
  background-color: #CB515D;
}
html #main .contents#battle_info .team_info.lose .team_box,
body #main .contents#battle_info .team_info.lose .team_box {
  background-color: #7F7F7F;
}
html #main .contents#battle_info .team_info.lose .team_box .team_name,
html #main .contents#battle_info .team_info.lose .team_box .team_kana,
body #main .contents#battle_info .team_info.lose .team_box .team_name,
body #main .contents#battle_info .team_info.lose .team_box .team_kana {
  color: #b4b4b4;
}
html #main .contents#battle_info .team_info.lose .player,
body #main .contents#battle_info .team_info.lose .player {
  background-color: #A6A6A6;
  color: #7F7F7F;
}
html #main .contents#battle_info .match_info,
body #main .contents#battle_info .match_info {
  position: absolute;
  top: 305px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
  width: 473px;
  height: 656px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
html #main .contents#battle_info .match_info .match_box,
body #main .contents#battle_info .match_info .match_box {
  width: 100%;
  height: calc((100% - 40px) / 3);
  background-color: #f4f4f4;
  border: 1px solid #56539F;
  overflow: hidden;
}
html #main .contents#battle_info .match_info .match_box .match_title,
body #main .contents#battle_info .match_info .match_box .match_title {
  color: #f4f4f4;
  background-color: #56539F;
  padding: 8px 16px;
  font-size: 2rem;
  min-height: 51px;
}
html #main .contents#battle_info .match_info .match_box .score_box,
body #main .contents#battle_info .match_info .match_box .score_box {
  position: relative;
  height: 152px;
  padding: 24px;
}
html #main .contents#battle_info .match_info .match_box .score_box .score_board,
body #main .contents#battle_info .match_info .match_box .score_box .score_board {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 100px;
  height: calc(100% - 48px);
}
html #main .contents#battle_info .match_info .match_box .score_box .score_board.left_score_board,
body #main .contents#battle_info .match_info .match_box .score_box .score_board.left_score_board {
  left: 24px;
  background-color: #3A5852;
}
html #main .contents#battle_info .match_info .match_box .score_box .score_board.right_score_board,
body #main .contents#battle_info .match_info .match_box .score_box .score_board.right_score_board {
  right: 24px;
  background-color: #8A2A33;
}
html #main .contents#battle_info .match_info .match_box .score_box .score_board .score_num,
body #main .contents#battle_info .match_info .match_box .score_box .score_board .score_num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "anton", sans-serif;
  color: #F4F4F4;
  font-size: 3rem;
}
html #main .contents#battle_info .match_info .match_box .score_box .score_board.lose,
body #main .contents#battle_info .match_info .match_box .score_box .score_board.lose {
  background-color: #7F7F7F;
}
html #main .contents#battle_info .match_info .match_box .score_box .score_board.lose .score_num,
body #main .contents#battle_info .match_info .match_box .score_box .score_board.lose .score_num {
  color: #b4b4b4;
}
html #main .contents#battle_info .match_info .match_box .score_box .map_img,
body #main .contents#battle_info .match_info .match_box .score_box .map_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  height: calc(100% - 48px);
  border: 1px solid #404040;
}
html #main .contents#battle_frame,
body #main .contents#battle_frame {
  background-color: #32cd32;
  /* ゲーム画面 */
  /* 背景イメージ */
  /* タイトル */
  /* チーム情報 */
  /* サポーター情報 */
}
html #main .contents#battle_frame .game_sample,
body #main .contents#battle_frame .game_sample {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
html #main .contents#battle_frame .bg_frame,
body #main .contents#battle_frame .bg_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
html #main .contents#battle_frame .battle_name,
body #main .contents#battle_frame .battle_name {
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #F4F4F4;
  font-weight: bold;
  font-size: 2.4rem;
}
html #main .contents#battle_frame .site_name,
body #main .contents#battle_frame .site_name {
  position: absolute;
  top: 94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-family: "anton", sans-serif;
  color: #C7C7C7;
  -webkit-text-stroke: 1px #404040;
  font-size: 3rem;
}
html #main .contents#battle_frame .team_name,
body #main .contents#battle_frame .team_name {
  position: absolute;
  top: 97px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-family: "anton", sans-serif;
  color: #F2F2F2;
  font-size: 1.6rem;
  padding: 5px 0;
  text-align: center;
  width: 110px;
}
html #main .contents#battle_frame .team_name.defender,
body #main .contents#battle_frame .team_name.defender {
  left: 864px;
}
html #main .contents#battle_frame .team_name.attacker,
body #main .contents#battle_frame .team_name.attacker {
  right: 754px;
}
html #main .contents#battle_frame .supporter_line,
body #main .contents#battle_frame .supporter_line {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 310px;
  display: inline-block;
  z-index: 2;
}
html #main .contents#battle_frame .supporter_line .supporter_info,
body #main .contents#battle_frame .supporter_line .supporter_info {
  position: relative;
  display: inline-block;
  width: 100%;
}
html #main .contents#battle_frame .supporter_line .supporter_info .supporter_img,
body #main .contents#battle_frame .supporter_line .supporter_info .supporter_img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80px;
}
html #main .contents#battle_frame .supporter_line .supporter_info .supporter_board,
body #main .contents#battle_frame .supporter_line .supporter_info .supporter_board {
  position: absolute;
  left: 0;
  padding: 8px 16px;
  background-color: rgba(38, 38, 38, 0.9);
  width: calc(100% - 90px);
  min-width: calc(100% - 90px);
}
html #main .contents#battle_frame .supporter_line .supporter_info .supporter_board .supporter_name,
body #main .contents#battle_frame .supporter_line .supporter_info .supporter_board .supporter_name {
  color: #F2F2F2;
  font-size: 2rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#battle_frame .supporter_line .supporter_info .supporter_board .twitter_id,
body #main .contents#battle_frame .supporter_line .supporter_info .supporter_board .twitter_id {
  color: #D9D9D9;
  font-size: 1.6rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#battle_frame .supporter_line .supporter_info.announcer .supporter_img,
html #main .contents#battle_frame .supporter_line .supporter_info.announcer .supporter_board,
body #main .contents#battle_frame .supporter_line .supporter_info.announcer .supporter_img,
body #main .contents#battle_frame .supporter_line .supporter_info.announcer .supporter_board {
  bottom: 80px;
  border: 1px solid #61D5F5;
}
html #main .contents#battle_frame .supporter_line .supporter_info.commentary .supporter_img,
html #main .contents#battle_frame .supporter_line .supporter_info.commentary .supporter_board,
body #main .contents#battle_frame .supporter_line .supporter_info.commentary .supporter_img,
body #main .contents#battle_frame .supporter_line .supporter_info.commentary .supporter_board {
  bottom: 0;
  border: 1px solid #9BC648;
}
html #main .contents#rank,
body #main .contents#rank {
  /* 背景イメージ */
  /* 1day順位表 */
  /* 優勝・準優勝 */
  /* 大会結果 */
}
html #main .contents#rank .bg_img,
body #main .contents#rank .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
html #main .contents#rank.rank_a .team_data, html #main .contents#rank.rank_b .team_data, html #main .contents#rank.rank_c .team_data, html #main .contents#rank.rank_d .team_data,
body #main .contents#rank.rank_a .team_data,
body #main .contents#rank.rank_b .team_data,
body #main .contents#rank.rank_c .team_data,
body #main .contents#rank.rank_d .team_data {
  position: absolute;
  left: 260px;
  width: 1040px;
  height: 210px;
  padding: 16px 28px;
  z-index: 2;
}
html #main .contents#rank.rank_a .team_data.team_1, html #main .contents#rank.rank_a .team_data.team_2, html #main .contents#rank.rank_a .team_data.team_3, html #main .contents#rank.rank_b .team_data.team_1, html #main .contents#rank.rank_b .team_data.team_2, html #main .contents#rank.rank_b .team_data.team_3, html #main .contents#rank.rank_c .team_data.team_1, html #main .contents#rank.rank_c .team_data.team_2, html #main .contents#rank.rank_c .team_data.team_3, html #main .contents#rank.rank_d .team_data.team_1, html #main .contents#rank.rank_d .team_data.team_2, html #main .contents#rank.rank_d .team_data.team_3,
body #main .contents#rank.rank_a .team_data.team_1,
body #main .contents#rank.rank_a .team_data.team_2,
body #main .contents#rank.rank_a .team_data.team_3,
body #main .contents#rank.rank_b .team_data.team_1,
body #main .contents#rank.rank_b .team_data.team_2,
body #main .contents#rank.rank_b .team_data.team_3,
body #main .contents#rank.rank_c .team_data.team_1,
body #main .contents#rank.rank_c .team_data.team_2,
body #main .contents#rank.rank_c .team_data.team_3,
body #main .contents#rank.rank_d .team_data.team_1,
body #main .contents#rank.rank_d .team_data.team_2,
body #main .contents#rank.rank_d .team_data.team_3 {
  display: block !important;
}
html #main .contents#rank.rank_a .team_data.team_1, html #main .contents#rank.rank_b .team_data.team_1, html #main .contents#rank.rank_c .team_data.team_1, html #main .contents#rank.rank_d .team_data.team_1,
body #main .contents#rank.rank_a .team_data.team_1,
body #main .contents#rank.rank_b .team_data.team_1,
body #main .contents#rank.rank_c .team_data.team_1,
body #main .contents#rank.rank_d .team_data.team_1 {
  top: 232px;
}
html #main .contents#rank.rank_a .team_data.team_2, html #main .contents#rank.rank_b .team_data.team_2, html #main .contents#rank.rank_c .team_data.team_2, html #main .contents#rank.rank_d .team_data.team_2,
body #main .contents#rank.rank_a .team_data.team_2,
body #main .contents#rank.rank_b .team_data.team_2,
body #main .contents#rank.rank_c .team_data.team_2,
body #main .contents#rank.rank_d .team_data.team_2 {
  top: 490px;
}
html #main .contents#rank.rank_a .team_data.team_3, html #main .contents#rank.rank_b .team_data.team_3, html #main .contents#rank.rank_c .team_data.team_3, html #main .contents#rank.rank_d .team_data.team_3,
body #main .contents#rank.rank_a .team_data.team_3,
body #main .contents#rank.rank_b .team_data.team_3,
body #main .contents#rank.rank_c .team_data.team_3,
body #main .contents#rank.rank_d .team_data.team_3 {
  top: 749px;
}
html #main .contents#rank.rank_a .team_data .team_kana, html #main .contents#rank.rank_b .team_data .team_kana, html #main .contents#rank.rank_c .team_data .team_kana, html #main .contents#rank.rank_d .team_data .team_kana,
body #main .contents#rank.rank_a .team_data .team_kana,
body #main .contents#rank.rank_b .team_data .team_kana,
body #main .contents#rank.rank_c .team_data .team_kana,
body #main .contents#rank.rank_d .team_data .team_kana {
  color: #303030;
  font-size: 2rem;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#rank.rank_a .team_data .team_name, html #main .contents#rank.rank_b .team_data .team_name, html #main .contents#rank.rank_c .team_data .team_name, html #main .contents#rank.rank_d .team_data .team_name,
body #main .contents#rank.rank_a .team_data .team_name,
body #main .contents#rank.rank_b .team_data .team_name,
body #main .contents#rank.rank_c .team_data .team_name,
body #main .contents#rank.rank_d .team_data .team_name {
  font-family: "anton", sans-serif;
  color: #303030;
  line-height: 1.2;
  font-size: 6rem;
  margin-top: 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#rank.rank_a .team_data .team_players, html #main .contents#rank.rank_b .team_data .team_players, html #main .contents#rank.rank_c .team_data .team_players, html #main .contents#rank.rank_d .team_data .team_players,
body #main .contents#rank.rank_a .team_data .team_players,
body #main .contents#rank.rank_b .team_data .team_players,
body #main .contents#rank.rank_c .team_data .team_players,
body #main .contents#rank.rank_d .team_data .team_players {
  margin-top: 48px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4e4e4e;
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#rank.rank_e .team_data,
body #main .contents#rank.rank_e .team_data {
  position: absolute;
  top: 232px;
  width: 830px;
  height: 727px;
  padding: 30px 38px 0;
  z-index: 2;
}
html #main .contents#rank.rank_e .team_data.team_1, html #main .contents#rank.rank_e .team_data.team_2,
body #main .contents#rank.rank_e .team_data.team_1,
body #main .contents#rank.rank_e .team_data.team_2 {
  display: block !important;
}
html #main .contents#rank.rank_e .team_data.team_1,
body #main .contents#rank.rank_e .team_data.team_1 {
  left: 112px;
}
html #main .contents#rank.rank_e .team_data.team_2,
body #main .contents#rank.rank_e .team_data.team_2 {
  right: 110px;
}
html #main .contents#rank.rank_e .team_data .team_kana,
body #main .contents#rank.rank_e .team_data .team_kana {
  color: #303030;
  font-size: 2rem;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#rank.rank_e .team_data .team_name,
body #main .contents#rank.rank_e .team_data .team_name {
  font-family: "anton", sans-serif;
  color: #303030;
  line-height: 1.2;
  font-size: 6rem;
  margin-top: 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#rank.rank_e .team_data .team_players,
body #main .contents#rank.rank_e .team_data .team_players {
  margin-top: 48px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 3rem;
  line-height: 2.4;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
html #main .contents#rank.rank_f .team_data,
body #main .contents#rank.rank_f .team_data {
  position: absolute;
  width: 830px;
  height: 727px;
  padding: 30px 38px 0;
  z-index: 2;
}
html #main .contents#rank.rank_f .team_data.team_1, html #main .contents#rank.rank_f .team_data.team_2, html #main .contents#rank.rank_f .team_data.team_3, html #main .contents#rank.rank_f .team_data.team_4,
body #main .contents#rank.rank_f .team_data.team_1,
body #main .contents#rank.rank_f .team_data.team_2,
body #main .contents#rank.rank_f .team_data.team_3,
body #main .contents#rank.rank_f .team_data.team_4 {
  display: block !important;
}
html #main .contents#rank.rank_f .team_data.team_1,
body #main .contents#rank.rank_f .team_data.team_1 {
  top: 232px;
  left: 112px;
  height: 297px;
}
html #main .contents#rank.rank_f .team_data.team_2,
body #main .contents#rank.rank_f .team_data.team_2 {
  top: 232px;
  right: 110px;
  height: 270px;
}
html #main .contents#rank.rank_f .team_data.team_3,
body #main .contents#rank.rank_f .team_data.team_3 {
  top: 528px;
  right: 110px;
  height: 204px;
}
html #main .contents#rank.rank_f .team_data.team_4,
body #main .contents#rank.rank_f .team_data.team_4 {
  top: 755px;
  right: 110px;
  height: 204px;
}
html #main .contents#rank.rank_f .team_data .team_kana,
body #main .contents#rank.rank_f .team_data .team_kana {
  color: #303030;
  font-size: 2rem;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#rank.rank_f .team_data .team_name,
body #main .contents#rank.rank_f .team_data .team_name {
  font-family: "anton", sans-serif;
  color: #303030;
  line-height: 1.2;
  font-size: 6rem;
  margin-top: 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html #main .contents#rank.rank_f .team_data .team_players,
body #main .contents#rank.rank_f .team_data .team_players {
  margin-top: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4;
}
html #main .contents#rank.rank_f .team_data.team_1 .team_players,
body #main .contents#rank.rank_f .team_data.team_1 .team_players {
  font-size: 2.5rem;
}
html #main .contents#rank.rank_f .team_data.team_3, html #main .contents#rank.rank_f .team_data.team_4,
body #main .contents#rank.rank_f .team_data.team_3,
body #main .contents#rank.rank_f .team_data.team_4 {
  padding: 20px 38px 0;
}
html #main .contents#rank.rank_f .team_data.team_3 .team_name, html #main .contents#rank.rank_f .team_data.team_4 .team_name,
body #main .contents#rank.rank_f .team_data.team_3 .team_name,
body #main .contents#rank.rank_f .team_data.team_4 .team_name {
  font-size: 4rem;
  margin-top: 0;
}
html #main .contents#rank.rank_f .team_data.team_3 .team_players, html #main .contents#rank.rank_f .team_data.team_4 .team_players,
body #main .contents#rank.rank_f .team_data.team_3 .team_players,
body #main .contents#rank.rank_f .team_data.team_4 .team_players {
  margin-top: 18px;
}
html #main .contents#talk,
body #main .contents#talk {
  /* 背景イメージ */
  /* タイトル */
  /* サポーター情報 */
}
html #main .contents#talk .bg_img,
body #main .contents#talk .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
html #main .contents#talk .site_name,
body #main .contents#talk .site_name {
  position: absolute;
  top: 110px;
  width: 1090px;
  text-align: center;
  right: 110px;
  z-index: 2;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4E2451;
  font-size: 6rem;
  font-weight: bold;
}
html #main .contents#talk .supporter_info,
body #main .contents#talk .supporter_info {
  position: absolute;
  bottom: 44px;
  width: 400px;
  padding: 20px 28px;
  height: 560px;
  z-index: 2;
  text-align: center;
}
html #main .contents#talk .supporter_info .supporter_img,
body #main .contents#talk .supporter_info .supporter_img {
  width: 80%;
  border: 1px solid #282828;
}
html #main .contents#talk .supporter_info .supporter_name,
body #main .contents#talk .supporter_info .supporter_name {
  width: 100%;
  max-width: 100%;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #dadada;
  font-size: 4.5rem;
  margin-top: 130px;
  text-align: left;
}
html #main .contents#talk .supporter_info .twitter_id,
body #main .contents#talk .supporter_info .twitter_id {
  width: 100%;
  max-width: 100%;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #949494;
  font-size: 2.5rem;
  margin-top: 20px;
  text-align: left;
}
html #main .contents#talk .supporter_info.announcer,
body #main .contents#talk .supporter_info.announcer {
  left: 70px;
}
html #main .contents#talk .supporter_info.commentary,
body #main .contents#talk .supporter_info.commentary {
  right: 70px;
}/*# sourceMappingURL=_stream_202208_ele_wind.css.map */