/* MediaQuery */

/* Color */

/* judge */

article.sub-judge-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.sub-judge-article section.sub-judge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 0 200px;
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_top.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_bottom.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_center.jpg");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top center, bottom center, center center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    height: auto;
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_top.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_bottom.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_center.jpg");
  }
}

article.sub-judge-article section.sub-judge .sub-label-judge {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 140px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-label-judge {
    width: 40%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }

  article.sub-judge-article section.sub-judge .sub-label-judge img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-note.season2 {
    width: 80%;
    margin-top: 15px;
  }
}

article.sub-judge-article section.sub-judge #particles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

article.sub-judge-article section.sub-judge p {
  color: #141414;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 180%;
  word-break: break-all;
}

article.sub-judge-article section.sub-judge .sub-judge-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  margin: auto;
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_main_.png");
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    height: auto;
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_main_.png");
    background-size: contain;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_main.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents.season2 {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    height: auto;
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_frame.png");
    background-size: contain;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-note p {
  position: absolute;
  text-align: center;
  margin: 300px 0 0 0;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-note p {
    margin: 0;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character {
  margin: 466px 0 0 2px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character {
    position: relative;
    margin: 0;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character.season2 {
  margin: 458px 0 0 2px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character.season2 {
    margin: 0;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1006px;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg {
    width: 100vw;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg svg {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 750px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg svg {
    left: -1px;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg svg path {
  fill: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg svg path {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg svg path:hover {
    fill: rgba(0, 0, 0, 0.5);
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg svg rect {
  fill: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-svg svg rect:hover {
    fill: rgba(0, 0, 0, 0.5);
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask {
  position: absolute;
  top: 0;
  margin: 467px 0 0 0;
  z-index: 50;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask {
    margin: 0;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask.season2 {
  margin: 457px 0 0 -1px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask.season2 {
    margin: 0;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask img {
    width: 100vw;
    height: auto;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div {
  position: absolute;
  top: 0;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-01 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_01.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-01 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_01.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-01.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_001.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-01.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_001.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-02 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_02.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-02 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_02.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-02.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_002.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-02.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_002.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-03 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_03.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-03 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_03.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-03.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_003.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-03.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_003.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-04 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_04.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-04 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_04.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-04.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_004.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-04.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_004.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-05 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_05.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-05 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_05.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-05.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_005.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-05.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_005.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-06 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_06.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-06 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_06.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-06.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_006.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-06.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_006.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-07 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_07.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-07 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_07.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-07.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_007.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-07.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_007.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-08 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_08.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-08 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_08.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-08.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_008.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-08.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_008.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-09 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_09.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-09 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_09.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-09.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_009.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-09.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_009.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-10 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_bg_10.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-10 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_bg_10.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-10.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_bg_010.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.comingsoon.sub-judge-character-mask-10.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_bg_010.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-01 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_01.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-01 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_01.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-01.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_001.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-01.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_001.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-02 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_02.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-02 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_02.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-02.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_002.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-02.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_002.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-03 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_03.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-03 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_03.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-03.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_003.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-03.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_003.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-04 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_04.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-04 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_04.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-04.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_004.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-04.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_004.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-05 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_05.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-05 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_05.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-05.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_005.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-05.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_005.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-06 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_06.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-06 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_06.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-06.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_006.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-06.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_006.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-07 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_07.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-07 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_07.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-07.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_007.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-07.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_007.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-08 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_08.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-08 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_08.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-08.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_008.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-08.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_008.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-09 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_09.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-09 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_09.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-09.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_009.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-09.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_009.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-10 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_guilty_bg_10.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-10 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_guilty_bg_10.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-10.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_guilty_bg_010.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.guilty.sub-judge-character-mask-10.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_guilty_bg_010.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-01 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_01.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-01 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_01.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-01.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_001.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-01.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_001.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-02 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_02.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-02 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_02.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-02.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_002.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-02.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_002.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-03 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_03.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-03 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_03.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-03.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_003.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-03.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_003.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-04 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_04.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-04 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_04.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-04.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_004.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-04.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_004.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-05 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_05.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-05 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_05.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-05.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_005.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-05.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_005.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-06 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_06.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-06 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_06.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-06.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_006.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-06.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_006.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-07 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_07.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-07 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_07.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-07.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_007.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-07.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_007.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-08 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_08.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-08 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_08.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-08.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_008.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-08.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_008.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-09 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_09.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-09 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_09.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-09.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_009.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-09.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_009.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-10 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_character_mask_innocent_bg_10.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-10 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_character_mask_innocent_bg_10.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-10.season2 {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_pc_character_mask_innocent_bg_010.png");
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-mask > div.not_guilty.sub-judge-character-mask-10.season2 {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/judge/sub_judge_sp_character_mask_innocent_bg_010.png");
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-btn {
  position: absolute;
  top: 0;
  margin: 467px 0 0 0;
  z-index: 1;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-btn {
    margin: 0;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-btn.season2 {
  width: 1006px;
  height: 706px;
  margin: 457px 0 0 -1px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-btn.season2 {
    margin: 0;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-btn img {
    width: 100vw;
    height: auto;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-character .sub-judge-character-btn img:hover {
  opacity: 0.1;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info {
  position: relative;
  margin: 220px auto 0;
  z-index: 99;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info {
    margin: 20vw auto 0;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info.season2 {
    margin-top: 19px;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info ::-webkit-scrollbar {
  width: 10px;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info ::-webkit-scrollbar-track {
  background: #6e1215;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #ea1016;
          box-shadow: inset 0 0 2px #ea1016;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info ::-webkit-scrollbar-thumb {
  background: #ea1016;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(1) {
  margin-right: 3px;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(2) {
  margin-left: 3px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(2) {
    margin-left: 0px;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result {
  position: relative;
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result a {
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-btn-result a {
    display: block;
    width: 80vw;
    margin: auto;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-regulation {
  position: relative;
  width: 1080px;
  height: 200px;
  margin: 90px auto 0;
  overflow-y: auto;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-regulation {
    width: 80%;
    height: 87vw;
    margin: 10vw auto 0;
  }
}

article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-regulation p {
  font-size: 12px;
  text-align: left;
  margin: 0 0 1.5em;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-article section.sub-judge .sub-judge-contents .sub-judge-info .sub-judge-regulation p {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 749px) {
  .modaal-inner-wrapper {
    padding: 0;
  }
}

.modaal-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1087px;
  max-width: 1087px;
  height: 752px;
  margin: auto;
  padding: 0 0 200px;
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_account_top.png"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_account_bottom.png"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_account_center.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, bottom center, center center;
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 749px) {
  .modaal-container {
    max-width: 100vw;
    min-width: 300px;
    width: 100vw;
    height: 100%;
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_account_top.png"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_account_bottom.png"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_account_center.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 100% auto;
    padding: 0;
  }
}

.modaal-container .modaal-content-container {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

@media only screen and (max-width: 749px) {
  .modaal-container .modaal-content-container {
    width: auto;
  }
}

@media only screen and (max-width: 749px) {
  .judge_modal .modaal-container {
    min-height: 120vh;
  }
}

.sub-judge-modal {
  width: 869px;
  height: 515px;
  margin: 110px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal {
    width: 89vw;
    height: auto;
    margin: 20vw 0 0;
    background-size: contain;
  }
}

.sub-judge-modal svg {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal svg {
    width: 100vw;
  }
}

.sub-judge-modal svg rect {
  fill: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.sub-judge-modal svg rect:hover {
  fill: rgba(0, 0, 0, 0.5);
}

.sub-judge-modal svg circle {
  fill: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.sub-judge-modal svg circle:hover {
  fill: rgba(0, 0, 0, 0.5);
}

.sub-judge-modal.sub-judge-modal-001 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_001.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-001 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_001.png");
  }
}

.sub-judge-modal.sub-judge-modal-002 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_002.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-002 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_002.png");
  }
}

.sub-judge-modal.sub-judge-modal-003 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_003.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-003 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_003.png");
  }
}

.sub-judge-modal.sub-judge-modal-004 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_004.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-004 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_004.png");
  }
}

.sub-judge-modal.sub-judge-modal-005 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_005.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-005 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_005.png");
  }
}

.sub-judge-modal.sub-judge-modal-006 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_006.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-006 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_006.png");
  }
}

.sub-judge-modal.sub-judge-modal-007 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_007.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-007 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_007.png");
  }
}

.sub-judge-modal.sub-judge-modal-008 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_008.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-008 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_008.png");
  }
}

.sub-judge-modal.sub-judge-modal-009 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_009.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-009 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_009.png");
  }
}

.sub-judge-modal.sub-judge-modal-010 {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_modal_bg_010.png");
}

@media only screen and (max-width: 749px) {
  .sub-judge-modal.sub-judge-modal-010 {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_modal_bg_010.png");
  }
}

.sub-judge-account-head {
  margin: 120px auto 0;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-head {
    margin: 20vw auto 0;
  }
}

.sub-judge-account-head img {
  display: inline-block;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-head img {
    width: auto;
    height: 8vw;
  }
}

.sub-judge-account-note {
  margin: 20px auto 0;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-note {
    margin: 3vw auto 0;
  }
}

.sub-judge-account-note img {
  display: inline-block;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-note img {
    width: auto;
    height: 3vw;
  }
}

.sub-judge-account-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub-judge-account-btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-btn li {
    margin: 5vw;
  }
}

.sub-judge-account-btn li a {
  margin: 0 0 20px;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-btn li a {
    margin: 0 0 3vw;
  }
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-btn li a img {
    width: auto;
    height: 25vw;
  }
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-btn li span img {
    width: auto;
    height: 3vw;
  }
}

.sub-judge-account-text {
  font-size: 12px;
  -webkit-clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0% 90%, 0% 10%);
          clip-path: polygon(2% 0, 98% 0, 100% 10%, 100% 90%, 98% 100%, 2% 100%, 0% 90%, 0% 10%);
  background: #141414;
  color: #ea1016;
  width: 866px;
  height: 150px;
  padding: 22px 0;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-text {
    width: 80vw;
    height: 25vw;
    padding: 2vw 0;
    margin: 4vw auto 0;
  }
}

.sub-judge-account-text div {
  width: 820px;
  height: 100px;
  overflow-y: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-text div {
    width: 76vw;
    height: 21vw;
  }
}

.sub-judge-account-text div p {
  padding: 0 1em 0 0;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-text div p {
    font-size: 1.5vw;
  }
}

.sub-judge-account-text ::-webkit-scrollbar {
  width: 10px;
}

.sub-judge-account-text ::-webkit-scrollbar-track {
  background: #6e1215;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #ea1016;
          box-shadow: inset 0 0 2px #ea1016;
}

.sub-judge-account-text ::-webkit-scrollbar-thumb {
  background: #ea1016;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sub-judge-account-btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5vw 0 0;
}

.sub-judge-account-btn-close a img {
  width: auto;
  height: 8vw;
}

.sub-judge-account-btn-voted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 300px auto 0;
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-btn-voted {
    margin: 50vw auto 30vw;
  }
}

@media only screen and (max-width: 749px) {
  .sub-judge-account-btn-voted img {
    width: auto;
    height: 25vw;
  }
}

/* judge */

article.sub-judge-result-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.sub-judge-result-article > section {
  position: relative;
}

article.sub-judge-result-article > section.sub-judge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 0 200px;
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_top.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_bottom.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_pc_bg_center.jpg");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top center, bottom center, center center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    height: auto;
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_top.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_bottom.jpg"), url("../../../../../cdn.milgram.jp/media/judge/sub_judge_sp_bg_center.jpg");
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h1 {
  margin: 0 0 40px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h1 {
    margin: 0 0 10vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h1 img {
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h1 img {
    height: 25vw;
    width: auto;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h2 {
  margin: 0 0 40px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h2 {
    margin: 0 0 5vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h2 img {
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-contents > h2 img {
    height: 9vw;
    width: auto;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1088px;
  margin: 80px auto 50px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents {
    width: 85vw;
    margin: 0 auto 9vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::before,
article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::after {
  content: "";
  width: 1088px;
  height: 91px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::before,
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::after {
    width: 85vw;
    height: 5vw;
    background-size: 100% auto;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::before {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_account_pc_bg_result_top.png");
  background-position: top center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::before {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_account_sp_bg_result_top.png");
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::after {
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_account_pc_bg_result_bottom.png");
  background-position: bottom center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents::after {
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_account_sp_bg_result_bottom.png");
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div {
  width: 1088px;
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_account_pc_bg_result_center.png");
  background-repeat: repeat-y;
  background-position: center center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div {
    width: 85vw;
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_account_sp_bg_result_center.png");
    background-size: 100% auto;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div h3 {
  margin: 0 0 30px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div h3 {
    margin: 0 0 5vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div h3 img {
  width: auto;
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div h3 img {
    height: 14vw;
    width: auto;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul {
  width: 946px;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul {
    width: 72vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #141414;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 2px solid #ea1016;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li {
    font-size: 2vw;
    margin: 0 0 5vw;
    padding: 0 0 5vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.comming-soon::before {
  position: absolute;
  content: "";
  width: 1024px;
  height: 100%;
  margin: 25px 0 0;
  background-color: rgba(20, 20, 20, 0.8);
  background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_result_pc_text_comingsoon.png");
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.comming-soon::before {
    width: 83vw;
    margin: -2.5vw 0 0;
    background-image: url("../../../../../cdn.milgram.jp/media/judge/sub_judge_result_sp_text_comingsoon.png");
    background-size: 60% auto;
    top: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.comming-soon:last-child::before {
    margin-top: 0;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(1) {
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(1) {
    padding: 0 3vw 0 0;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(1) img {
    height: 14vw;
    width: auto;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) {
  width: 760px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) {
    width: 55vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) p {
  margin: 0 0 10px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) p {
    margin: 0 0 1.5vw;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) p picture:nth-child(1) {
    display: block;
    width: 20vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) p picture:nth-child(1) img {
  height: 5.5vw;
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) > div > div {
    padding: 1vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) > div > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) > div > div div > * {
  margin: 3px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) > div > div div > * {
    margin: 0.5vw;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li > div:nth-child(2) > div > div div > * img {
    height: 3vw;
    width: auto;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent,
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty {
    padding: 0 0 1.2vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(2) p,
article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(2) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(2) p picture:nth-child(1),
article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(2) p picture:nth-child(1) {
  width: 150px;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(2) p picture:nth-child(1),
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(2) p picture:nth-child(1) {
    width: 20vw;
    margin: 0 1vw 0 0;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(2) p picture:nth-child(2),
article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(2) p picture:nth-child(2) {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(2) p picture:nth-child(2),
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(2) p picture:nth-child(2) {
    width: 18vw;
    margin: 0 1vw 0 0;
  }
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(2) p picture:nth-child(3),
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(2) p picture:nth-child(3) {
    width: 15vw;
  }

  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(2) p picture:nth-child(3) img,
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(2) p picture:nth-child(3) img {
    height: 5vw;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(3),
article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 13px 0 0;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(3),
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(3) {
    padding: 0;
  }
}

article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(3) p,
article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(3) p {
  color: #ea1016;
  font-size: 13px;
  margin: 0;
}

@media only screen and (max-width: 749px) {
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.innocent > div:nth-child(3) p,
  article.sub-judge-result-article > section.sub-judge .sub-judge-result-contents > div ul li.guilty > div:nth-child(3) p {
    font-size: 1.2vw;
    margin: 0.5vw 0 0;
  }
}

article.sub-judge-result-article > section.sub-judge #particles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sub-judge-accept-contents {
  position: relative;
  z-index: 99;
}

.sub-judge-accept-contents p {
  color: #141414;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 749px) {
  .sub-judge-accept-contents p {
    font-size: 2.5vw;
  }
}

.sub-judge-accept-contents .sub-judge-btn-result {
  margin: 50px 0;
}

@media only screen and (max-width: 749px) {
  .sub-judge-accept-contents .sub-judge-btn-result img {
    height: 14vw;
    width: auto;
  }
}

.sub-judge-accept-contents.season2 .sub-judge-btn-result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.sub-judge-accept-contents.season2 .sub-judge-btn-result-wrapper .sub-judge-btn-result {
  margin: 0 auto;
}

.sub-judge-accept-contents.season2 .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(1) {
  margin-right: 3px;
}

.sub-judge-accept-contents.season2 .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(2) {
  margin-left: 3px;
}

@media only screen and (max-width: 749px) {
  .sub-judge-accept-contents.season2 .sub-judge-btn-result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sub-judge-accept-contents.season2 .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .sub-judge-accept-contents.season2 .sub-judge-btn-result-wrapper .sub-judge-btn-result:nth-child(2) {
    margin-left: 0px;
  }
}

.sub-judge-result-more {
  position: relative;
}

.sub-judge-result-more h2 {
  margin: 0 0 40px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more h2 {
    margin: 0 0 9vw;
  }
}

.sub-judge-result-more h2 img {
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more h2 img {
    height: 7vw;
    width: auto;
  }
}

.sub-judge-result-more p {
  color: #141414;
  text-align: center;
  font-weight: bold;
  margin: 0 0 40px;
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more p {
    font-size: 2.5vw;
    margin: 0 0 9vw;
  }
}

.sub-judge-result-more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-judge-result-more ul.not_voted {
  opacity: 0.5;
  pointer-events: none;
}

.sub-judge-result-more ul li {
  margin: 0 40px;
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more ul li {
    margin: 0 1vw;
  }
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more ul li img {
    height: 12vw;
    width: auto;
  }
}

.sub-judge-result-more h3 {
  margin: 85px 0 25px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more h3 {
    margin: 10vw 0 5vw;
  }
}

.sub-judge-result-more h3 img {
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more .sub-judge-result-share li {
    margin: 0 5vw;
  }
}

@media only screen and (max-width: 749px) {
  .sub-judge-result-more .sub-judge-result-share li img {
    height: 20vw;
    width: auto;
  }
}

/* mq */

@media only screen and (max-width: 749px) {
  .only-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .only-sp {
    display: none !important;
  }
}

