body {
  background: #f20204 url(assets/bg_btm.png) center center / contain fixed;
  font-family: Roboto,Verdana,Meiryo,Hiragino Kaku Gothic ProN,游ゴシック,YuGothic,sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
}

.contents__wrapper {
  display: block;
}

.contentsBody {
  position: relative;
  display: inline-block;
  padding: 30px 20px 10px;
}

.headerLogo {
  margin: 0 0 20px;
  text-align: center;
}

.headerLogo__img {
  height: 60px;
  width: 180px;
}

.contents {
}

.bodyText {
  position: relative;
  font-size: 14px;
  color: #eee;
}

.bodyText__firstBlock {
  margin: 0;
}

.bodyLogo {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
}

.bodyLogo__img {
  height: 100px;
}

.footer {
  position: relative;
  bottom: 10px;
  color: #eee;
  margin: 50px 0 0 0;
  text-align: center;
}

.footer__content {
  position: relative;
  display: inline-block;
}

.footer__trademarkNotice {
  bottom: 6px;
}

.footer__trademarkNotice__en {
  position: relative;
  display: inline-block;
  font-size: 10px;
}

.footer__trademarkNotice__jp {
  position: relative;
  display: inline-block;
  font-size: 10px;
}

.footer__logos__oomiyaLogo {

}

.footer__logos__jamsLogo {

}

.footer__logos__nintendoLogo {
  height: 35px;
  width: 100px;
  margin: 0 0 0 6px;
}

@media screen and (min-width: 1025px) {
  .contents__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -400px;
  }

  .contentsBody {
    width: 50%;
  }

  .headerLogo {
    text-align: inherit;
  }

  .headerLogo__img {
    height: 50px;
    width: 150px;
  }

  .bodyLogo {
    position: relative;
    display: inline-block;
    top: 90px;
    vertical-align: top;
  }

  .bodyLogo__img {
    width: 150px;
    height: auto;
  }

  .bodyText {
    font-size: 16px;
  }

  .footer {
    position: fixed;
    margin: 0;
    text-align: inherit;
  }

  .footer__trademarkNotice__jp {
    margin: 0 0 0 20px;
  }

  .footer__logos {
    margin: 0 0 0 20px;
  }
}
