body {
  margin: 20px 260px;
  font-family: 'RocknRoll One', sans-serif;
  background-color: #1d1d1d;
  color: white;
}
.character-float {
  display: flex;
}
.character-image img {
  height: 614.4px;
  width: 460.8px;
  padding-right: 60px;
}
.character-chart {
  font-size: 22px;
  text-align: left;
	display: block;
  white-space: nowrap;
}
.character-chart .left {
  display: inline-block;
}
.character-chart .hidari {
  text-align: left;
}
.character-chart h1 {
  font-size: 38px;
}
.character-chart p {
  line-height: 28px;
}
.character-chart a {
  font-size: 22px;
  color: orange;
}
.character-chart a:hover {
  font-size: 22px;
  color: orange;
  opacity: 0.6;
}
.info {
  margin: 60px 200px;
  font-size: 20px;
  text-align: left;
  display: block;
  white-space: nowrap;
}
.info a {
  font-size: 20px;
  color: orange;
}

.disabled{
  pointer-events: none;
}

@media only screen and (max-width: 1100px) {
  body {
    margin: 20px 0;
    font-family: 'RocknRoll One', sans-serif;
    background-color: #1d1d1d;
    color: white;
    text-align: center;
  }
  .character-float {
    display:block;
  }
  .character-image img {
    height: 614.4px;
    width: 460.8px;
    padding-right: 0;
  }
  .character-chart {
    font-size: 33px;
    text-align: center;
  	display: inline;

  }
  .character-chart h1 {
    font-size: 60px;
  }
  .character-chart p {
    line-height: 34px;
  }
  .character-chart a {
    font-size: 34px;
    color: orange;
  }
  .character-chart a:hover {
    font-size: 34px;
    color: orange;
    opacity: 0.6;
  }
  .br-sp {
    display: none;
  }
  p {
    white-space: nowrap;
  }
}


.text-girl {
  background: -webkit-linear-gradient(top, #FF91A9 0%, #FF91A9 55%, #F26181 56%, #F26181 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-boy {
  background: -webkit-linear-gradient(top, #9AD9F1 0%, #9AD9F1 55%, #64B5D4 56%, #64B5D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-neutral {
  background: -webkit-linear-gradient(top, #FFF57B 0%, #FFF57B 55%, #E5BA41 56%, #E5BA41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-none {
  background: -webkit-linear-gradient(top, #EEE 0%, #EEE 55%, #C8C8C8 56%, #C8C8C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-free {
  background: -webkit-linear-gradient(top, #F0D880 0%, #F0D880 55%, #CCB359 56%, #CCB359 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-opacity {
  opacity: 0.2;
  font-size: 16px;
}
