@charset "UTF-8";
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	Keyvisual
-----------------------------*/
#Keyvisual {
  margin-bottom: -40px;
}

@media all and (max-width: 1024px) {
  #Keyvisual {
    margin-bottom: -4vw;
  }
}

/*----------------------------
	Result
-----------------------------*/
#Result .inner .article_content {
  width: 96%;
  margin: 0 auto;
  padding: 40px;
  padding-bottom: 60px;
  background: #fff;
  border-radius: 30px;
  border: solid 3px #e40012;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

#Result .inner .article_content h3 {
  width: 88%;
  margin: 0 auto;
}

#Result .inner .article_content .listbox {
  width: 100%;
  margin-bottom: 80px;
}

#Result .inner .article_content .listbox:last-child {
  margin-bottom: 0;
}

#Result .inner .article_content .listbox .rank1 {
  width: 100%;
  position: relative;
}

#Result .inner .article_content .listbox .rank1 .effect {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#Result .inner .article_content .listbox .rank1 .effect::before, #Result .inner .article_content .listbox .rank1 .effect::after {
  content: "";
  width: 157px;
  height: 278px;
  background: url("../images/result_rank1_effect.png") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 138px;
}

#Result .inner .article_content .listbox .rank1 .effect::before {
  left: calc(50% - 300px);
}

#Result .inner .article_content .listbox .rank1 .effect::after {
  left: calc(50% + 146px);
  transform: scale(-1, 1);
}

#Result .inner .article_content .listbox .rank1 .genre {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
}

#Result .inner .article_content .listbox .rank1 .machine {
  width: 265px;
  margin: 0 auto;
}

#Result .inner .article_content .listbox .rank1 .rank {
  position: absolute;
  width: 130px;
  top: 0;
  left: calc(50% - 230px);
}

#Result .inner .article_content .listbox .rank1 .name {
  width: 580px;
  margin: 5px auto 0 auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}

#Result .inner .article_content .listbox .rank1 .copyright{
  margin: 10px auto 0 auto;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  text-align: center;
}

#Result .inner .article_content .listbox .name a:hover{
  color: #222;
  display: inline;
}

#Result .inner .article_content .listbox .rank1 .votes {
  position: absolute;
  bottom: 80px;
  left: calc(50% + 120px);
}

#Result .inner .article_content .listbox .votes {
  width: 95px;
  height: 95px;
  background: #e40012;
  border-radius: 50%;
  border: solid 3px #fff;
}

#Result .inner .article_content .listbox .votes .votes_box h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

#Result .inner .article_content .listbox .votes .votes_box .number {
  align-items: flex-end;
  margin-top: 2px;
  -webkit-justify-content: center;
  justify-content: center;
}

#Result .inner .article_content .listbox .votes .votes_box .number .num {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
}

#Result .inner .article_content .listbox .votes .votes_box .number .percent {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #fff;
  margin-left: 1px;
}

#Result .inner .article_content .listbox .ranklist {
  width: 600px;
  margin: 50px auto 0 auto;
}

#Result .inner .article_content .listbox .ranklist .rank_group {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}

#Result .inner .article_content .listbox .ranklist .rank_group:last-child {
  margin-bottom: 0;
}

#Result .inner .article_content .listbox .ranklist .rank_group .badge {
  width: 90px;
}

#Result .inner .article_content .listbox .ranklist .rank_group .name {
  width: calc(100% - 190px);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  border-bottom: solid 1px #333;
  padding-bottom: 8px;
}

#Result .inner .article_content .listbox .ranklist .rank_group .votes {
  width: 66px;
  height: 66px;
  border: none;
}

#Result .inner .article_content .listbox .ranklist .rank_group .votes .votes_box h5 {
  font-size: 13px;
  line-height: 13px;
}

#Result .inner .article_content .listbox .ranklist .rank_group .votes .votes_box .number {
  margin-top: 1px;
}

#Result .inner .article_content .listbox .ranklist .rank_group .votes .votes_box .number .num {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
}

#Result .inner .article_content .listbox .ranklist .rank_group .votes .votes_box .number .percent {
  font-size: 12px;
  line-height: 15px;
  margin-left: 1px;
}

#Result .inner .article_content .listbox .writer_space {
  width: 88%;
  margin: 50px auto 0 auto;
  border: solid 3px #e40012;
  position: relative;
  padding: 30px 20px 20px 20px;
}

#Result .inner .article_content .listbox .writer_space .writer_title {
  width: 123px;
  position: absolute;
  top: -15px;
  left: 20px;
}

#Result .inner .article_content .listbox .writer_space .writer_image {
  width: 168px;
}

#Result .inner .article_content .listbox .writer_space .writer_comment {
  width: calc(100% - 168px);
  padding-left: 20px;
}

#Result .inner .article_content .listbox .writer_space .writer_comment h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#Result .inner .article_content .listbox .writer_space .writer_comment p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}

@media all and (max-width: 1024px) {
  #Result .inner .article_content {
    padding: 5.33333vw;
    border-radius: 4vw;
    border: solid 3px #e40012;
    -webkit-box-shadow: 0px 0px 4vw rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4vw rgba(0, 0, 0, 0.3);
  }
  #Result .inner .article_content h3 {
    width: 100%;
    margin-bottom: 1.33333vw;
  }
  #Result .inner .article_content .listbox {
    margin-bottom: 10vw;
  }
  #Result .inner .article_content .listbox .rank1 .effect::before, #Result .inner .article_content .listbox .rank1 .effect::after {
    width: 17.06667vw;
    height: 34vw;
    top: 19.5vw;
  }
  #Result .inner .article_content .listbox .rank1 .effect::before {
    left: calc(50% - 35vw);
  }
  #Result .inner .article_content .listbox .rank1 .effect::after {
    left: calc(50% + 17.5vw);
  }
  #Result .inner .article_content .listbox .rank1 .genre {
    font-size: 3.5vw;
    line-height: 3.5vw;
    margin-bottom: 2.5vw;
  }
  #Result .inner .article_content .listbox .rank1 .machine {
    width: 32vw;
  }
  #Result .inner .article_content .listbox .rank1 .rank {
    width: 13.33333vw;
    top: 0;
    left: calc(50% - 26.5vw);
  }
  #Result .inner .article_content .listbox .rank1 .name {
    width: 100%;
    margin: 1.5vw auto 0 auto;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  #Result .inner .article_content .listbox .rank1 .copyright{
    margin: 2vw auto 0 auto;
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
  #Result .inner .article_content .listbox .rank1 .votes {
    bottom: 16vw;
    left: calc(50% + 14vw);
  }
  #Result .inner .article_content .listbox .votes {
    width: 13.86667vw;
    height: 13.86667vw;
    border: solid 2px #fff;
  }
  #Result .inner .article_content .listbox .votes .votes_box h5 {
    font-size: 2.6vw;
    line-height: 2.6vw;
  }
  #Result .inner .article_content .listbox .votes .votes_box .number {
    margin-top: .5vw;
  }
  #Result .inner .article_content .listbox .votes .votes_box .number .num {
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: 0.1vw;
  }
  #Result .inner .article_content .listbox .votes .votes_box .number .percent {
    font-size: 2.6vw;
    line-height: 2.6vw;
  }
  #Result .inner .article_content .listbox .ranklist {
    width: 100%;
    margin: 8vw auto 0 auto;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group {
    margin-bottom: 2.66667vw;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group:last-child {
    margin-bottom: 0;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group .badge {
    width: 12vw;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group .name {
    width: calc(100% - 25vw);
    font-size: 2.7vw;
    line-height: 3.4vw;
    padding-bottom: 1vw;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group .votes {
    width: 10vw;
    height: 10vw;
    border: none;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group .votes .votes_box h5 {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group .votes .votes_box .number .num {
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: 0;
    margin-top: .2vw;
  }
  #Result .inner .article_content .listbox .ranklist .rank_group .votes .votes_box .number .percent {
    font-size: 2.6vw;
    line-height: 2.8vw;
  }
  #Result .inner .article_content .listbox .writer_space {
    width: 100%;
    margin: 8vw auto 0 auto;
    border: solid 2px #e40012;
    padding: 5.33333vw 2.66667vw 2.66667vw 2.66667vw;
  }
  #Result .inner .article_content .listbox .writer_space .writer_title {
    width: 21.33333vw;
    top: -2.66667vw;
    left: 2.66667vw;
  }
  #Result .inner .article_content .listbox .writer_space .writer_image {
    width: 32vw;
    margin: 0 auto;
  }
  #Result .inner .article_content .listbox .writer_space .writer_comment {
    width: 100%;
    padding-left: 0;
    margin-top: 2vw;
  }
  #Result .inner .article_content .listbox .writer_space .writer_comment h5 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  #Result .inner .article_content .listbox .writer_space .writer_comment p {
    font-size: 3vw;
    line-height: 4.5vw;
  }
}
