@charset "utf-8";

#header {
  padding-bottom: 0;
}

#header img {
  display: none;
  background-repeat: no-repeat;
}
  #header-logo {
    display: none;
  }

.w80 {
  width: 80%;
}

.sub-button {
  padding-top: 1em;
  padding-bottom: .9em;
}

.mono-box-main .sub-button {
  width: 80%;
}

.character-select {
  display: flex;
  align-items: center;
}
  .character-select label {
    cursor: pointer;
  }
  .character-select label:first-of-type {
    width: 40%;
  }

@media screen and (min-width: 641px) {
  #header {
    background-image: url(../../img/collabo/rivals2/pc_bg.jpg);
    background-color: #32141e;
  }
  .tbl-head {
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }
  .character-select input[type=radio] {
    margin-right: 40px;
    width: 20px;
    height: 20px;
  }

  .about-rivalsace {
    background-image: url(../../img/collabo/rivals2/top/about_rivalsace_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffe0a2;
  }
}
@media screen and (max-width: 640px) {
  #header {
    padding-top: 29.83%;
    background-image: url(../../img/collabo/rivals2/sp_bg.jpg);
    background-size: contain;
  }
  .tbl-head {
    color: #000;
    font-weight: bold;
    font-size: 1em;
  }
  .character-select input[type=radio] {
    margin-right: 20px;
    width: 20px;
    height: 20px;
  }
}

