@charset "UTF-8";
a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
main,
mark,
menu,
meter,
nav,
object,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  cursor: pointer;
}

img, object {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/*------------- 共通設定 -------------*/
html {
  font-size: 62.5%;
}

body {
  color: #3e3a39;
  font-size: 1rem;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  min-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

section {
  position: relative;
}

main {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0 5vw;
  }
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  p, th, td, dt, dd, li, input, button, textarea {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
  color: #3e3a39;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}
/*------------- パーツ -------------*/
.flex {
  display: flex;
  justify-content: space-between;
}

/*------------- ヘッダー -------------*/
.header {
  padding-bottom: 80px;
}
.header_inner {
  height: 550px;
  padding-top: 110px;
  background: url("../img/img_top.jpg") top center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding-top: 20vw;
    height: auto;
    aspect-ratio: 52/37;
    background: url("../img/img_top_sp.jpg") top center/contain no-repeat;
  }
}
.header_inner::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #FFF, transparent);
}
@media screen and (max-width: 768px) {
  .header_inner::before {
    height: 12vh;
  }
}
.header .vote_title {
  width: 486px;
  margin: 0 auto;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header .vote_title {
    animation-name: fadein_sp;
  }
  @keyframes fadein_sp {
    0% {
      opacity: 0;
      transform: translateX(-50%) translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
}
@media screen and (max-width: 768px) {
  .header .vote_title {
    width: 75%;
    position: absolute;
    top: 18vw;
    left: 50%;
  }
}
.header .vote_title_inner {
  text-align: center;
  background-color: #ffeff3;
  padding: 20px 65px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .vote_title_inner {
    padding: 2vw 10vw 8vw;
  }
}
.header .vote_title_inner::before {
  content: "";
  display: block;
  width: 140px;
  height: 93px;
  background: url("../img/icon_check.svg") center/contain no-repeat;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header .vote_title_inner::before {
    width: 22vw;
    height: 22vw;
    top: -25vw;
  }
}
.header .vote_title::before {
  content: "";
  width: 100%;
  height: 100px;
  border-bottom: 100px solid #ffeff3;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .vote_title::before {
    height: 10vw;
    border-bottom: 15vw solid #ffeff3;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
  }
}
.header .vote_copy {
  font-size: 3rem;
  font-weight: bold;
  color: #5f6963;
  letter-spacing: 0.35rem;
  line-height: 1.6;
  margin: 3.5rem auto;
}
@media screen and (max-width: 768px) {
  .header .vote_copy {
    font-size: 18px;
    font-size: 4.6153846154vw;
    letter-spacing: 0.1rem;
    margin: 2rem auto;
  }
}
.header .vote_text {
  width: 360px;
  margin: 0 auto;
  font-size: 1.7rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header .vote_text {
    width: 100%;
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.header .result_title {
  position: relative;
}
.header .result_title_inner {
  width: 513px;
  height: 513px;
  border-radius: 50%;
  padding: 75px 65px 50px;
  margin: 0 auto;
  background-color: #d1b63c;
  text-align: center;
  position: relative;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header .result_title_inner {
    width: 90%;
    height: auto;
    padding: 8vw 12vw;
    position: absolute;
    top: 0;
    left: 50%;
    animation-name: fadein_sp;
  }
  @keyframes fadein_sp {
    0% {
      opacity: 0;
      transform: translateX(-50%) translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
}
.header .result_title_inner::before {
  position: absolute;
  border: 1px solid #fff;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .header .result_title_inner::before {
    top: 2vw;
    bottom: 2vw;
    left: 2vw;
    right: 2vw;
  }
}
.header .result_title_inner .result_arrow {
  width: 17px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .header .result_title_inner .result_arrow {
    width: 3vw;
    margin: 3vw auto 0;
  }
}
.header .result_title_head {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .header .result_title_head {
    margin-bottom: 2rem;
  }
}
.header .result_title_head_icon {
  width: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header .result_title_head_icon {
    width: 8vw;
  }
}
.header .result_title_head_text {
  width: 155px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header .result_title_head_text {
    width: 27vw;
  }
}
.header .result_copy {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .header .result_copy {
    margin-top: 1rem;
  }
}
.header .result_text {
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .header .result_text {
    font-size: 12px;
    font-size: 3.0769230769vw;
    letter-spacing: 0;
    margin-top: 1.5rem;
  }
}

/*------------- フッター -------------*/
footer {
  padding-top: 150px;
  padding-bottom: 20px;
  margin-top: 75px;
  background: url("../img/img_bottom.jpg") top center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    background: url("../img/img_bottom_sp.jpg") top center/cover no-repeat;
    padding-top: 25vw;
    padding-bottom: 3vw;
    margin-top: 12vw;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #FFF, transparent);
}
@media screen and (max-width: 768px) {
  footer::before {
    height: 12vh;
  }
}
footer .vote_web_link {
  width: 460px;
  margin: 0 auto;
  aspect-ratio: 115/39;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .vote_web_link {
    width: 82%;
  }
}
footer .vote_web_link a {
  background: url("../img/bg_web_link.svg") center/contain no-repeat;
  width: 100%;
  display: block;
  padding: 46px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .vote_web_link a {
    padding: 8vw 0;
  }
}
footer .vote_web_link a img {
  width: 243px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .vote_web_link a img {
    width: 47vw;
  }
}
footer .vote_web_link a:hover {
  opacity: 1;
  background: #FFF;
}
footer .vote_web_link a:hover img {
  opacity: 0.8;
}
footer .vote_web_link a:hover::before {
  background: url("../img/icon_link_hover.svg") center/contain no-repeat;
}
footer .vote_web_link a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/icon_link.svg") center/contain no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer .vote_web_link a::before {
    width: 5vw;
    height: 5vw;
    right: 6vw;
  }
}
footer small {
  display: block;
  text-align: center;
  margin: 115px auto 0;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 9px;
    font-size: 2.3076923077vw;
    margin: 15vw auto 0;
  }
}

.page-ranking .vote_list {
  width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_list {
    margin-top: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_list {
    width: 100%;
  }
}
.page-ranking .vote_list > .flex {
  flex-wrap: wrap;
  justify-content: center;
}
.page-ranking .vote_list_item {
  width: calc(50% - 40px);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_list_item {
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .page-ranking .vote_list_item:nth-child(even) {
    margin-left: 80px;
  }
}
@media screen and (min-width: 769px) {
  .page-ranking .vote_list_item:nth-child(5), .page-ranking .vote_list_item:last-child {
    border-bottom: none;
  }
}
.page-ranking .vote_list_item .flex {
  justify-content: flex-start;
  align-items: center;
}
.page-ranking .vote_list_item_image {
  width: 120px;
  height: 120px;
  background-color: #ffeff3;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_list_item_image {
    width: 24vw;
    height: 24vw;
  }
}
.page-ranking .vote_list_item_text {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_list_item_text {
    margin-left: 8vw;
  }
}
.page-ranking .vote_list_item_text input[type=checkbox],
.page-ranking .vote_list_item_text input[type=radio] {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #5f6963;
  vertical-align: -0.5rem;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_list_item_text input[type=checkbox],
  .page-ranking .vote_list_item_text input[type=radio] {
    width: 5vw;
    height: 5vw;
  }
}
.page-ranking .vote_list_item_text input[type=checkbox]:checked:before,
.page-ranking .vote_list_item_text input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: url("../img/btn_check.png") center/contain no-repeat;
}
.page-ranking .vote_list_item_text label {
  font-size: 2.2rem;
  font-weight: bold;
  cursor: pointer;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_list_item_text label {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.page-ranking .vote_button {
  width: 460px;
  margin: 40px auto 0;
  aspect-ratio: 230/61;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_button {
    width: 90%;
  }
}
.page-ranking .vote_button_inner {
  position: relative;
  background: url("../img/bg_btn.svg") center/contain no-repeat;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_button_inner {
    padding: 7vw 0;
  }
}
.page-ranking .vote_button_inner input:focus {
  color: #fff;
}
.page-ranking .vote_button_inner:hover {
  background: #5f6963;
}
.page-ranking .vote_button_inner:hover input {
  background: #5f6963;
  color: #fff !important;
}
.page-ranking .vote_button_inner::before {
  content: "";
  width: 34px;
  height: 24px;
  background: url("../img/icon_ranking.svg") center/contain no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 140px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_button_inner::before {
    width: 6vw;
    height: 4.5vw;
    left: 24vw;
  }
}
.page-ranking .vote_button_text {
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  text-indent: 6rem;
  cursor: pointer;
  background: transparent;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_button_text {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.page-ranking .vote_button_arrow {
  width: 34px;
  height: 24px;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_button_arrow {
    width: 8vw;
    height: 6vw;
    vertical-align: -0.5rem;
  }
}
.page-ranking .vote_button_arrow img {
  display: block;
}
.page-ranking .vote_ranking_link {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_ranking_link {
    line-height: 1.4;
  }
}
.page-ranking .vote_ranking_link a {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #5f6963;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_ranking_link a {
    font-size: 16px;
    font-size: 4.1025641026vw;
    position: relative;
  }
}
.page-ranking .vote_ranking_link a:hover {
  opacity: 1;
  color: #8f9692;
}
.page-ranking .vote_ranking_link a:hover::after {
  background: url("../img/icon_link_hover.svg") center/contain no-repeat;
}
.page-ranking .vote_ranking_link a::after {
  content: "";
  width: 28px;
  height: 28px;
  margin-left: 1rem;
  vertical-align: -0.5rem;
  background: url("../img/icon_link.svg") center/contain no-repeat;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-ranking .vote_ranking_link a::after {
    width: 5vw;
    height: 5vw;
    display: block;
    position: absolute;
    top: 50%;
    right: -10vw;
    transform: translateY(-50%);
  }
}

.page-ranking .result_list {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
  width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list {
    width: 100%;
    margin: 35vw auto 0;
  }
}
.page-ranking .result_list_item:not(:last-child) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item:not(:last-child) {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item:last-child {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
.page-ranking .result_list_item .flex {
  justify-content: flex-start;
}
.page-ranking .result_list_item_image {
  width: 200px;
  margin-right: 45px;
  background: #ffeff3;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_image {
    width: 24vw;
    margin-right: 6vw;
  }
}
.page-ranking .result_list_item_textarea {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea {
    position: relative;
    width: calc(100% - 30vw);
  }
}
.page-ranking .result_list_item_textarea .flex {
  align-items: center;
}
.page-ranking .result_list_item_textarea_ranking {
  width: 137px;
  height: 52px;
  padding: 2px 12px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  background: url("../img/bg_ranking_number02.svg") center/contain no-repeat;
  color: #5f6963;
  font-family: "Zen Antique", serif;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_ranking {
    width: 18vw;
    height: 7vw;
    font-size: 12px;
    font-size: 3.0769230769vw;
    padding: 0.6vw 1.5vw;
    margin-bottom: 1.2vw;
  }
}
.page-ranking .result_list_item_textarea_ranking::before {
  content: "";
  width: 27px;
  height: 20px;
  margin-right: 10px;
  background: url("../img/icon_ranking_result02.svg") center/contain no-repeat;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_ranking::before {
    width: 3.5vw;
    height: 3vw;
    margin-right: 1vw;
    vertical-align: -0.15rem;
  }
}
.page-ranking .result_list_item_textarea_ranking::after {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) " "; /* 表示形式を指定 */
}
.page-ranking .result_list_item_textarea_text {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_text {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.page-ranking .result_list_item_textarea_link {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_link {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.page-ranking .result_list_item_textarea_link a {
  background-color: #5f6963;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
  padding: 4px 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_link a {
    font-size: 9px;
    font-size: 2.3076923077vw;
    padding: 1vw 2vw 1vw 3vw;
  }
}
.page-ranking .result_list_item_textarea_link a:hover {
  opacity: 1;
  background-color: #8f9692;
}
.page-ranking .result_list_item_textarea_link a:hover::after {
  background: url("../img/icon_ranking_link_hover.svg") center/contain no-repeat;
}
.page-ranking .result_list_item_textarea_link a::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/icon_ranking_link.svg") center/contain no-repeat;
  display: inline-block;
  vertical-align: -0.15rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_link a::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 0.8rem;
  }
}
.page-ranking .result_list_item_textarea_votes {
  margin-top: 20px;
}
.page-ranking .result_list_item_textarea_votes .flex {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_votes {
    margin-top: 1.5vw;
  }
}
.page-ranking .result_list_item_textarea_votes_text {
  font-weight: bold;
  font-size: 2.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_votes_text {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.page-ranking .result_list_item_textarea_votes_bar {
  height: 53px;
  background-color: #ffeff3;
  position: absolute;
  z-index: -1;
  left: 4.5em;
}
@media screen and (max-width: 768px) {
  .page-ranking .result_list_item_textarea_votes_bar {
    height: 7vw;
    left: 2.2em;
    transform: scaleX(0.84);
    transform-origin: left;
  }
}

.result_list_item:first-of-type .result_list_item_textarea_ranking {
  color: #FFF;
  background: url("../img/bg_ranking_number01.svg") center/contain no-repeat;
}
.result_list_item:first-of-type .result_list_item_textarea_ranking::before {
  background: url("../img/icon_ranking_result01.svg") center/contain no-repeat;
}

.btn_back {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_back {
    margin-top: 12vw;
  }
}
.btn_back a {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  color: #5f6963;
}
@media screen and (max-width: 768px) {
  .btn_back a {
    font-size: 16px;
    font-size: 4.1025641026vw;
    letter-spacing: 0.05rem;
  }
}
.btn_back a:hover {
  color: #8f9692;
  opacity: 1;
}
.btn_back a:hover::before {
  background: url("../img/icon_link_hover.svg") center/contain no-repeat;
}
.btn_back a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/icon_link.svg") center/contain no-repeat;
  display: inline-block;
  vertical-align: -0.5rem;
  margin-right: 2rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .btn_back a::before {
    width: 5vw;
    height: 5vw;
    vertical-align: -0.4rem;
    margin-right: 1rem;
  }
}

.page-ranking .wp-polls-loading img {
  width: auto;
}

.custom-message {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .custom-message {
    padding-top: 8rem;
  }
}
.custom-message h2 {
  font-size: 3rem;
  padding: 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .custom-message h2 {
    font-size: 1.6rem;
  }
}

.vote_list_item_image,
.vote_list,
.custom-message,
.result_list {
  animation-name: fadeinpoll;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes fadeinpoll {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .vote_list_item_image,
  .vote_list,
  .custom-message,
  .result_list {
    animation-name: fadeinpoll_sp;
  }
  @keyframes fadeinpoll_sp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}/*# sourceMappingURL=style.css.map */