@charset "UTF-8";

.vote-wrap {
  padding: 4rem 0 3rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/vote-bg.png);
}

.vote-title {
  position: relative;
  width: 56%;
  margin: 0 auto 2rem;
}

.vote_chara {
  position: relative;
  width: 360px;
  margin: 0 auto 1rem;
  padding: 1.5rem;
  border: #7e9989 4px solid;
  background-color: #000;
  font-feature-settings: "palt";
}

.thumb {
  width: 100%;
}

.thumb img {
  width: 100%;
}

.chara-name {
  width: 100%;
  padding: 0.6em 0;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  background-color: #7e9989;
}

.chara-explain {
  padding: 0.8em 0 0;
  color: #fff;
  font-size: 16px;
}

.chara-explain p.note {
  padding: .3em 0 0;
  font-size: 12px;
}

.vote-btn {
  position: relative;
  width: 280px;
  aspect-ratio: 1 / 0.24;
  margin: 0 auto 2rem;
  background-image: url(../img/btn_off.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 0;
}

.vote-btn a {
  display: block;
  pointer-events: auto;
}

/*
.vote-btn img {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}
*/
.thanks-btn {
  position: relative;
  width: 280px;
  aspect-ratio: 1 / 0.24;
  margin: 0 auto 2rem;
  background-image: url(../img/btn_tweet.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 0;
}

button.disabled img {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0);
}

.back-btn {
  width: 200px;
  margin: 0 auto;
}

textarea {
  width: 100%;
  height: 10em;
  text-align: 14px;
  margin: 0;
  padding: 1em;
  line-height: 1.4;
}

.footer-bg {
  background-color: transparent;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .vote-wrap {
    padding: 3rem 0 1rem;
  }

  .vote-title {
    width: 100%;
    margin: 0 auto 1.5rem;
  }

  .vote_chara {
    width: 70%;
    margin: 0 auto 1rem;
    padding: 1rem;
  }

  .chara-name {
    font-size: 3.73vw;
  }

  .chara-explain {
    font-size: 3.2vw;
  }

  .chara-explain p.note {
    font-size: 2.8vw;
  }

  .vote-btn {
    width: 70%;
    margin: 0 auto 1.5rem;
  }

  .back-btn {
    width: 50%;
  }

  .thanks-btn {
    width: 70%;
    margin: 0 auto 1.5rem;
  }

  .textarea-area {
    font-size: 16px;
  }

  .free-area {
    display: block;
    width: 100%;
    height: 6em;
    padding: 1em;
    margin: 0 0 1rem;
    border-radius: 6px;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .vote-title {
    width: 70%;
    margin: 0 auto 2rem;
  }

  .vote-btn {
    width: 34%;
    margin: 0 auto 2rem;
  }

  .back-btn {
    width: 26%;
  }

  .thanks-btn {
    width: 34%;
    margin: 0 auto 2rem;
  }

  .vote_chara {
    width: 40%;
    padding: 1.5rem;
  }

  .chara-name {
    padding: 0.6em 0;
    font-size: 2.22vw;
  }

  .chara-explain {
    padding: 1em 0 0;
    font-size: 1.98vw;
  }

}

@media screen and (min-width: 1025px) {}