.linkBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .linkBtn {
    width: 740px;
  }
}

.linkBtn.isP {
  margin-top: 30px;
}

@media screen and (max-width: 999px) {
  .linkBtn.isP {
    margin-top: 2.66667vw;
  }
}

.linkBtn.confBtn {
  margin-top: 30px;
}

@media screen and (max-width: 999px) {
  .linkBtn.confBtn {
    margin-top: 2.66667vw;
  }
}

.linkBtn.followVoteBtn {
  width: 146px;
  margin: 0;
  padding: 15px 0;
}

@media screen and (max-width: 999px) {
  .linkBtn.followVoteBtn {
    width: 56vw;
    padding: 2.66667vw 0;
  }
}

.linkBtn.voteBack {
  margin-top: 50px;
  width: 300px;
  background: #5a8fe1;
  -webkit-box-shadow: 0px 4px 0px 0px #3f639c;
  box-shadow: 0px 4px 0px 0px #3f639c;
}

@media screen and (max-width: 999px) {
  .linkBtn.voteBack {
    margin-top: 5.33333vw;
    width: 42.66667vw;
  }
}

@media screen and (max-width: 999px) {
  .linkBtn.pc {
    display: none;
  }
}

.linkBtnClose {
  width: 70%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

@media screen and (min-width: 1000px) {
  .linkBtnClose {
    width: 740px;
  }
}

.linkBtnClose.followVoteBtn {
  width: 146px;
  margin: 0;
  padding: 15px 0;
}

@media screen and (max-width: 999px) {
  .linkBtnClose.followVoteBtn {
    width: 56vw;
    padding: 2.66667vw 0;
  }
}

.linkBtnClose.voteBack {
  margin-top: 70px;
  width: 300px;
}

@media screen and (max-width: 999px) {
  .linkBtnClose.voteBack {
    margin-top: 8vw;
    width: 42.66667vw;
  }
}

@media screen and (max-width: 999px) {
  .linkBtnClose.pc {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
}

#vote #wrapCol {
  background-color: #121212;
  color: #ffffff;
}

@media screen and (max-width: 999px) {
  #vote #wrapCol {
    padding-bottom: 0vw;
  }
}

#vote #wrapper {
  position: relative;
}

h2.mvCol {
  height: auto;
}

.mvCol + div.voteCol {
  position: relative;
  margin-top: 0 !important;
  padding-bottom: 60px;
  background-color: #121212;
  color: #ffffff;
}

@media screen and (max-width: 999px) {
  .mvCol + div.voteCol.isSelect {
    padding-bottom: 0vw;
  }
}

.txtCatchCol {
  padding: 0 20px 20px 20px;
  font-size: 30px;
  font-weight: nomal;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 999px) {
  .txtCatchCol {
    padding: 0 2.66667vw 5.33333vw 2.66667vw;
    font-size: 3.73333vw;
  }
}

.txtCatchCol.isP {
  padding: 0 20px 12px 20px;
}

@media screen and (max-width: 999px) {
  .txtCatchCol.isP {
    padding: 0 2.66667vw 1.86667vw 2.66667vw;
  }
}

.txtCatchCol.isConf {
  padding: 40px 20px 12px 20px;
}

@media screen and (max-width: 999px) {
  .txtCatchCol.isConf {
    padding: 5.33333vw 2.66667vw 2.66667vw 2.66667vw;
  }
}

.txtCatchCol.voteInner {
  margin-top: 70px;
}

@media screen and (max-width: 999px) {
  .txtCatchCol.voteInner {
    margin-top: 12vw;
  }
}

@media screen and (max-width: 999px) {
  .imgSelectCol img {
    width: 100%;
  }
}

.voteNotice {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 999px) {
  .voteNotice {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
  }
}

.voteNotice.isMtN {
  margin-top: 0px;
}

.voteNotice li + li {
  margin: 3px 0 0 0;
}

@media screen and (max-width: 999px) {
  .voteNotice li + li {
    margin: 0.8vw 0 0 0;
  }
}

.voteSeriesName {
  background: url(../../images/news/2022/vote_playsheet/bg_series.png) no-repeat center center;
  width: 1000px;
  height: 132px;
  margin: 40px auto 0;
  padding: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 999px) {
  .voteSeriesName {
    background: url(../../images/news/2022/vote_playsheet/bg_series_sp.png) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 16vw;
    margin: 4vw auto 0;
    font-size: 5.86667vw;
  }
}

.voteSeriesName span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.2;
}

.voteSelectListCol {
  width: 990px;
  margin: 38px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol {
    width: 96vw;
    margin: 4vw auto 0;
  }
}

.voteSelectListCol .voteSelectCol {
  width: 280px;
  margin: 0 25px;
  padding: 3px 0 0;
  background: #838990;
  cursor: pointer;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol .voteSelectCol {
    width: 30.4vw;
    margin: 0 0.8vw;
    padding: 1.06667vw 0 0;
  }
}

.voteSelectListCol .voteSelectCol .checkBoxCol {
  width: 274px;
  margin: 0 auto;
  padding: 0;
  background: #121212;
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol .voteSelectCol .checkBoxCol {
    width: 28.53333vw;
    padding: 0;
  }
}

.voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"] {
  display: none;
}

.voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 7px 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"] + label {
    padding: 0.93333vw 0;
    height: 5.06667vw;
  }
}

.voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #838990;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"] + label::before {
    width: 5.06667vw;
    height: 5.06667vw;
    top: 0.93333vw;
  }
}

.voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"]:checked + label::before {
  background: #fe8a01;
}

.voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: 3px;
  left: 47%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #ffffff;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol .voteSelectCol .checkBoxCol input[type="checkbox"]:checked + label::after {
    width: 4.26667vw;
    height: 2.13333vw;
    margin-top: 0.8vw;
    left: 42%;
    border-bottom: 0.8vw solid;
    border-left: 0.8vw solid;
  }
}

.voteSelectListCol .voteSelectCol .playSheetImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 192px;
  background: #838990;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol .voteSelectCol .playSheetImg {
    min-height: 22.4vw;
  }
}

.voteSelectListCol .voteSelectCol .playSheetImg img {
  display: block;
  width: 238px;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.voteSelectListCol .voteSelectCol .playSheetImg img.lazyloaded {
  opacity: 1;
}

@media screen and (max-width: 999px) {
  .voteSelectListCol .voteSelectCol .playSheetImg img {
    width: 28.53333vw;
  }
}

.voteSelectListCol .voteSelectCol.checked {
  background: #fec001;
}

.voteSelectListCol .voteSelectCol.checked .playSheetImg {
  background: #fec001;
}

.btnPopup {
  cursor: pointer;
  display: block;
  clear: both;
  width: 180px;
  padding: 10px;
  margin: 20px auto 55px;
  border-radius: 8px;
  background: #5a96e1;
  -webkit-box-shadow: 0px 4px 0px 0px #3965b6;
  box-shadow: 0px 4px 0px 0px #3965b6;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  letter-spacing: normal;
  color: #FFF;
}

@media screen and (max-width: 999px) {
  .btnPopup {
    width: 26.66667vw;
    padding: 2.66667vw 1.33333vw;
    margin: 2.66667vw auto 8vw;
    border-radius: 1.06667vw;
    -webkit-box-shadow: 0px 1.06667vw 0px 0px #3965b6;
    box-shadow: 0px 1.06667vw 0px 0px #3965b6;
    font-size: 3.2vw;
  }
}

.btnPopup:link, .btnPopup:active, .btnPopup:visited {
  color: #FFF;
}

@media screen and (min-width: 1000px) {
  .btnPopup:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

.btnPopup span {
  display: inline-block;
  padding-left: 25px;
  min-height: 24px;
  position: relative;
  background: url(../../images/news/2022/vote_playsheet/ico_wide.png) no-repeat center left;
}

@media screen and (max-width: 999px) {
  .btnPopup span {
    background-size: contain;
    padding-left: 4.53333vw;
    min-height: 3.73333vw;
  }
}

.followNaviCol {
  width: 650px;
  position: fixed;
  float: right;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  bottom: 30px;
  z-index: 999;
}

@media screen and (max-width: 999px) {
  .followNaviCol {
    width: 100%;
    float: none;
    -webkit-transform: none;
    transform: none;
    bottom: 0px;
    background: #ffffff;
  }
  .followNaviCol.stop {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.followNaviCol .followVoteBtnInner {
  position: relative;
  width: 320px;
  padding: 40px 0 30px;
  border: 4px solid #38b8fc;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 0 rgba(56, 184, 252, 0.8);
  box-shadow: 0px 0px 24px 0 rgba(56, 184, 252, 0.8);
  text-align: center;
}

@media screen and (max-width: 999px) {
  .followNaviCol .followVoteBtnInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    padding: 2.66667vw 0 2.66667vw;
    background: none;
  }
}

@media screen and (min-width: 1000px) {
  .followNaviCol .followVoteBtnInner .followVoteBtnCol {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 999px) {
  .followNaviCol .followVoteBtnInner .followVoteBtnCol {
    margin-bottom: 1.33333vw;
  }
}

@media screen and (max-width: 999px) {
  .followNaviCol .followVoteBtnInner .voteCountResetCol {
    width: 25%;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .followNaviCol .followVoteBtnInner .voteResetCol {
    margin: 30px auto 0;
    padding-top: 25px;
    width: 240px;
    border-top: 1px solid #838990;
  }
}

.followNaviCol .followVoteBtnInner .voteReset {
  display: inline-block;
  padding-bottom: 1px;
  cursor: pointer;
  color: #838990;
  font-size: 20px;
  border-bottom: 1px solid #838990;
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .followNaviCol .followVoteBtnInner .voteReset:hover {
    color: #38b8fc;
    border-bottom: 1px solid #38b8fc;
  }
}

@media screen and (max-width: 999px) {
  .followNaviCol .followVoteBtnInner .voteReset {
    padding-top: 0.8vw;
    padding-bottom: 0.26667vw;
    font-size: 3.2vw;
  }
}

.voteCountNumCol {
  position: relative;
  width: 64px;
  background: #121212 url(../../images/news/2022/vote_playsheet/bg_slash.png) no-repeat center center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .voteCountNumCol {
    height: 64px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 999px) {
  .voteCountNumCol {
    width: 100%;
    padding: 1.33333vw 0;
    background: #121212 url(../../images/news/2022/vote_playsheet/bg_slash_sp.png) no-repeat center center;
    background-size: contain;
    font-size: 5.33333vw;
  }
}

@media screen and (min-width: 1000px) {
  .voteCountNumCol span {
    display: block;
    position: absolute;
  }
  .voteCountNumCol span.voteCountNum {
    top: 12px;
    left: 12px;
  }
  .voteCountNumCol span.voteCountNum.is2 {
    left: 4px;
  }
  .voteCountNumCol span.voteMaxNum {
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .voteCountNumCol span {
    display: inline-block;
  }
  .voteCountNumCol span.voteCountNum {
    padding-right: 1em;
  }
  .voteCountNumCol span.voteCountNum.is2 {
    margin-left: -0.5em;
  }
}

#end {
  position: relative;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 999px) {
  #end {
    height: 21.33333vw;
  }
}

.playSheetListCol .qes_area_option .qes_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 844px;
  margin: 10px auto 40px;
}

@media screen and (max-width: 999px) {
  .playSheetListCol .qes_area_option .qes_option {
    margin: 0 auto 0;
    width: 91.73333vw;
  }
}

.playSheetListCol .qes_area_option .qes_option img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px;
}

@media screen and (max-width: 999px) {
  .playSheetListCol .qes_area_option .qes_option img {
    margin: 1.06667vw 1.6vw;
    width: 32vw;
  }
}

.voteCaution {
  width: 720px;
  background: #d10000;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 20px;
}

.voteCaution.off {
  display: none;
}

@media screen and (max-width: 999px) {
  .voteCaution {
    display: none;
  }
}

.voteCaution.isTop {
  margin-top: 20px;
}

@media screen and (max-width: 999px) {
  .voteCaution.isTop {
    display: block;
    width: 90%;
    margin-top: 2.66667vw;
    padding: 1.33333vw 0.66667vw;
    font-size: 3.73333vw;
  }
}

.loadingCol {
  position: relative;
  display: none;
  clear: both;
  width: 740px;
  height: 51px;
  padding: 0px;
  margin: 20px auto 0;
  border-radius: 8px;
  background: #e15a63;
  -webkit-box-shadow: 0px 4px 0px 0px #b4212b;
  box-shadow: 0px 4px 0px 0px #b4212b;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  color: #FFF;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 999px) {
  .loadingCol {
    width: 70%;
    height: 12.66667vw;
  }
}

.loadingCol #loading {
  position: absolute;
  top: 10%;
  left: 47.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 6px solid #ffffff;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@media screen and (max-width: 999px) {
  .loadingCol #loading {
    width: 6.66667vw;
    height: 6.66667vw;
    border-radius: 13.33333vw;
    top: 11%;
    left: 42.7%;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2;
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
