* { 
font-family: "M PLUS Rounded 1c"
}
.toolbar {
    background-color: #111;
}
.center {
    text-align: center; 
}
.toolbar__title {
    color: #fff;
/*    text-align: center; */
}

.ons-icon {
    color: #fff;
   
}

.mode_icon {
    width: 100%;
    background-size: cover;
    height: 75px;
}

.page__content  h3 {
    margin: 0;
}

.tabbar {
    background-color: #111;
}
.tabbar__label {
    color: #fff;
}

#win_lose {
    color: #fff;
    text-align: center;
    padding-top: 15px;
    height: 90px;
    object-fit: cover;
    background-image: url('https://www.engineerwalker.com/images/bg_blue.png');
}
#win_lose_a  {
    color: #fff;
    text-align: center;
    padding-top: 25px;
    height: 70px;
    object-fit: cover;
}
#win {
    font-size: 34px;
}
#win2 {
    font-size: 30px;
}
#lose {
    font-size: 22px;
}
.result_bg {
    padding: 5px 50px 5px 60px;
    background-color: rgba(0, 0, 0, 0.8);
}


.page__background {
    background-color: #333 !important;
}

.list {
    background-color: #444;
    margin: 2px 10px 4px 10px;
    border-radius: 6px;
}

.list-reset {
    background-color: transparent;
    margin: 2px 10px 4px 10px;
}
.list-title {
    color: #fff;
}
.list-item {
    color: #fff;
}

.list-item-reset {
    background-color: transparent;
    border: none;
}
.result_win {
    text-align: left;
    width: 60px;
    color: #FF0;
}
.result_lose {
    text-align: left;
    width: 60px;
}
.brawler {
      margin: 0 5px;
      border-radius: 20%;
      width: 30px;
      height: 30px;
}
.icon_trophy {
      margin: 0 5px;
      width: 30px;
      height: 30px;
}
.battleTime {
    padding: 10px;
    color: #fff;
}
.result_team {
    margin-top: 15px;
    font-size: 18px;
}
/* home */
.home-content {
    width: 29%;
    height: 100px; 
    background-color:#000;
    position: relative;
    margin: 5px 5px 20px 5px;
    border-radius: 40%;
} 
.home-content-img {
    top:25px;
    position: relative;
}
.home-content-img-img{
    width: 50px;
    height; 50px;
    top: 50px;
}

.home-content-text {
    margin-top: 55px;
}

//
.rank {
    width: 150px;
}

.player_name {
    width: 130px;
    text-align: left;
}
.player_tag {
    width: 100px;
    text-decoration:underline;
}
.card__title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.list-item__center {
    background-image: none !important;
}
