@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family:'Noto Sans JP';
  font-weight:300;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

.displaySp { display: block;}
.displayPc { display: none;}
.invisible {
visibility: hidden;
}
#contents {
  width: 100%;
  padding-bottom: 10%;
  background: top center url("../images/ranking_bg_sp.png");
  background-size: 600px;
  display: block;
}
#contents img {
  width: 100%;
  height: auto;
}

@media screen and (min-width:450px) and (max-width:769px) {
#contents {
  padding-bottom: 45px;
}
}

@media screen and (min-width:769px) {
.displaySp { display: none;}
.displayPc { display: block;}
#contents {
  width: 100%;
  min-width: 769px;
  padding-bottom: 90px;
  background: top center url("../images/ranking_bg_sp.png");
  background-size: 600px;
}
#contents img {
}
}