header,
footer,
.sticker__spmenu {
  display: none !important;
}

.inviewUp {
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.9s;
  opacity: 0;
}

.inviewUp.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1.0;
}

.inviewUp2 {
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.9s 0.4s;
  opacity: 0;
}

.inviewUp2.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1.0;
}

html {
  height: 100%;
  border: solid 8px #000;
  overflow-y: hidden;
}

html body {
  text-align: center;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}

html body::-webkit-scrollbar {
  display: none;
}

html body h1 {
  flex-basis: 100%;
  font-size: 1.6rem;
  margin: 20px 10px;
  color: #000;
}

html body h1 img {
  display: block;
  margin: 5px auto 0;
  width: 90px;
}

html body img {
  max-width: 100%;
  height: auto;
}

html body .copy {
  flex-basis: 100%;
  margin: 20px 5px;
}

html body section#content_wrapper {
  display: contents;
}

html body .chart__wrap {
  font-size: 1.8rem;
  width: 90%;
}

html body .chart__wrap h2 {
  font-size: 2.2rem;
  margin-bottom: 4%;
  line-height: 1.2;
}

html body .chart__wrap h2 .soccer {
  font-size: 1.25em;
  display: inline-block;
  position: relative;
  top: 2px;
}

html body .chart__wrap h2 .marker {
  background: linear-gradient(transparent 65%, #eee 65%);
  display: inline;
  padding: 0 8px;
}

html body .chart__wrap h2 br {
  display: none;
}

html body .chart__wrap .choice__list {
  display: flex;
  justify-content: center;
}

html body .chart__wrap .choice__list li {
  margin: 2%;
  flex: 1;
}

html body .chart__wrap .choice__list li a {
  display: block;
  color: #000;
  background-color: #ffd900;
  border: solid 4px #ffd900;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  transition: 0.3s;
}

html body .chart__wrap .choice__list li a:hover {
  opacity: 0.5;
  background-color: #ffd900;
  color: #000;
}

html body .chart__wrap .choice__answer {
  max-width: 600px;
  margin: 0 auto;
  border: solid 10px #ffd900;
  padding: 2%;
  text-align: left;
}

html body .chart__wrap .choice__answer a {
  display: block;
  color: #000;
}

html body .chart__wrap .choice__answer a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #000;
}

html body .chart__wrap .choice__answer .catch {
  font-size: 1.5rem;
  background-color: #eee;
  padding: 2px 7px;
  margin-bottom: 10px;
  /* color: #fff; */
}

html body .chart__wrap .choice__answer .modelnumber {
  font-weight: 700;
  font-size: 1.2em;
  /* color: #fff; */
}

html body .return__wrap {
  position: relative;
  font-size: 1.8rem;
  width: 90%;
}

html body .return__wrap .return {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #fff;
  background-color: #000;
  border: solid 4px #000;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  transition: 0.3s;
  margin: 2%;
  width: 30%;
  flex: 1;
}

html body .return__wrap .return:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  html {
    height: 100%;
  }
  html body .chart__wrap h2 {
    margin-bottom: 8%;
  }
  html body .chart__wrap h2 br {
    display: block;
  }
  html body .chart__wrap .choice__list {
    flex-wrap: wrap;
  }
  html body .chart__wrap .choice__list li {
    flex-basis: 100%;
  }
  html body .return__wrap .return {
    width: 96%;
  }
  html body .choice__answer img {
    max-width: 200px;
    margin: 0 auto;
  }
}
