/*-------------------------------------------------------------------
campaign
-------------------------------------------------------------------*/
.campaign_txt .title_serif {
  font-size: 55px;
  font-size: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .campaign_txt .title_serif {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 3%;
  }
}

.campaign_txt .txt {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .campaign_txt .txt {
    margin-bottom: 3%;
  }
}

.campaign_txt-list {
  margin: 0 auto;
  margin-bottom: 5%;
}

.campaign_txt-list p {
  text-align: left;
  display: inline-block;
}

.campaign_txt-before,
.campaign_txt-after {
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .campaign_txt-after .title_serif {
    font-size: 6.6vw;
  }
}

.cheeringprojec_vote {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .cheeringprojec_vote {
    /* display: block;
    background-color: #000;
    padding-top: 50px; */
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.cheeringprojec_vote-inr {
  background-color: #000;
  width: 33.2%;
}
@media only screen and (max-width: 767px) {
  .cheeringprojec_vote-inr {
    width: 33.1%;
    padding-top: 20px;
  }
}


.cheeringprojec_vote-cap {
  color: #dbb867;
  text-align: center;
  margin: 30px 0 20px;
  line-height: 1.4;
}
.cheeringprojec_vote-txt {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .cheeringprojec_vote-cap {
    margin: 20px 0 0;
    line-height: 1.4;
  }
  .cheeringprojec_vote-txt {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.txt-times {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 24px;
  display: block;
}

.txt-BIZ {
  font-family: "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .txt-times {
    font-size: 3.3vw;
    display: block;
  }
  
  .txt-BIZ {
    font-size: 5vw;
    padding-left: 0;
    display: block;
  }
}

.btn_cheeringprojec_vote {
  color: #dbb867;
  font-family: "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 22px;
  padding: 15px 80px;
  border: solid 1px #dbb867;
  display: block;
  background-size: 300% auto;
  transition: all .2s ease-out !important;
  background-image: -moz-linear-gradient(left, #060405 30%, #816c3c 100%);
  background-image: -webkit-linear-gradient(left, #060405 30%, #816c3c 100%);
  background-image: linear-gradient(to right, #060405 30%, #816c3c 100%);
}
@media only screen and (max-width: 767px) {
  .btn_cheeringprojec_vote {
    font-size: 4vw;
    padding: 6px 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .btn_cheeringprojec_vote:hover {
    opacity: 1;
    color: #dbb867;
    background-position: right center;
    transform: scale(1.06);
  }
}
@media only screen and (max-width: 767px) {
  .btn_cheeringprojec_vote:active {
    opacity: 1;
    color: #dbb867;
    background-position: right center;
    transform: scale(1.06);
  }
}



.result_cheeringprojec_vote {
  font-family: "BIZ UDPMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 22px;
  color: #dbb867;
  line-height: 67px;
}
@media only screen and (max-width: 767px) {
  .result_cheeringprojec_vote {
    line-height: 1.1;
    font-size: 4.6vw;
  }
}
.result_cheeringprojec_vote span {
  font-size: 48px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .result_cheeringprojec_vote span {
    font-size: 6vw;
    letter-spacing: -.05em;
    display: block;
    margin-bottom: 0.1em;
  }
}

.complete{
  display: none !important;
}


.cheeringprojec_vote * {
  transition: all .5s ease-in-out;
}
.vote_comp.cheeringprojec_vote .cheeringprojec_vote-inr{
  background: #dbb867;
}

.vote_comp.cheeringprojec_vote .txt-times,
.vote_comp.cheeringprojec_vote .txt-BIZ,
.vote_comp.cheeringprojec_vote .result_cheeringprojec_vote{
  color:#060405;
}