body {
  background-image: url("assets/CTRP_ACB_bkgd01_ad_big.png");
  background-size: cover;
  background-color: #666;
  font-family: Roboto,Verdana,Meiryo,Hiragino Kaku Gothic ProN,游ゴシック,YuGothic,sans-serif;
  font-weight: 400;
  margin: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

.contents__wrapper {
  display: block;
}

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

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

.headerLogo__img {
  width: 250px;
}

.contents {
}

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

.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;
  text-align: center;
  margin: 50px 0 0 0;
}

.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%;
  }

  .bodyText {
    position: relative;
    font-size: 16px;
    color: #fff;
  }

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

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

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

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

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

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