.js-modal {
  position: relative;
}
.js-modal__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9001;
}
.js-modal__bg-enter-active {
  transition: all 0.2s ease-in-out;
}
.js-modal__bg-leave-active {
  transition: all 0.2s ease-in-out;
}
.js-modal__bg-enter, .js-modal__bg-leave-to {
  opacity: 0;
}
.js-modal__target {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9002;
  overflow: hidden;
}
.js-modal__target-enter-active {
  transition: all 0.3s ease-in-out;
}
.js-modal__target-leave-active {
  transition: all 0.3s ease-in-out;
}
.js-modal__target-enter, .js-modal__target-leave-to {
  opacity: 0;
}
.js-modal__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}
.js-modal__close img {
  display: block;
  width: 20px;
}
.js-modal__close img:hover {
  cursor: pointer;
}
.js-modal__area--landscape {
  width: min(90vw, 1024px);
}
.js-modal__area--landscape img {
  width: 100% !important;
  height: auto !important;
}
.js-modal__area--portrait {
  height: min(80vh, 1024px);
}
.js-modal__area--portrait img {
  height: 100% !important;
  width: auto !important;
}

.campaign__date {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .campaign__date {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

a {
  color: #0086d3;
}

body {
  color: #202020;
}

.campaign__top-img img {
  width: 100%;
}
.campaign__date {
  text-indent: -5em;
  padding-left: 5em;
  white-space: nowrap;
}
.campaign__pre-title {
  color: #6c2c2f;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.7em;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .campaign__pre-title {
    font-size: 3.2vw;
    margin-top: -4vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 319px) {
  .campaign__caution {
    padding-top: 1em;
  }
}

.vote .campaign__container {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .vote .campaign__container {
    margin-bottom: 18.6666666667vw;
  }
}
.vote__text {
  color: #6c2c2f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
  margin-bottom: 60px;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .vote__text {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.vote__caution {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0.5em;
}
.vote__list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .vote__list {
    width: 78.6666666667vw;
    margin: auto;
  }
}
.vote__item {
  width: 28.125%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .vote__item {
    width: 44.0677966102%;
    margin-bottom: 6.6666666667vw;
  }
}
.vote__name {
  color: #6c2c2f;
  text-align: left;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .vote__name {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.vote__comment {
  color: #6c2c2f;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5833333333;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .vote__comment {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.vote__hashtag {
  color: #1da1f3;
}
.vote__image {
  margin-top: auto;
}
.vote__btn {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .vote__btn {
    margin-top: 4vw;
  }
}
.vote__btn.closed {
  opacity: 0.4;
}

.method__text {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2857142857;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .method__text {
    font-size: 1.5rem;
  }
}
.method__caution {
  width: 100%;
  font-size: 1rem;
  text-align: left;
  line-height: 1.9;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .method__caution {
    line-height: 1.5;
  }
}

.process__item {
  background-color: #faf5f0;
  text-align: left;
  padding: 15px 9.3023255814%;
}
@media screen and (max-width: 767px) {
  .process__item {
    padding: 4vw 5.3333333333vw;
  }
}
.process__item:not(:last-child) {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .process__item:not(:last-child) {
    margin-bottom: 18.6666666667vw;
  }
}
.process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/campaign/220520/icon-down-arrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .process__item:not(:last-child)::after {
    width: 45px;
    height: 18px;
    transform: translateY(30px);
  }
}
@media screen and (max-width: 767px) {
  .process__item:not(:last-child)::after {
    width: 6vw;
    height: 2.4vw;
    transform: translateY(8vw);
  }
}
.process__name {
  color: #6c2c2f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .process__name {
    font-size: 2rem;
    margin-bottom: 1.3333333333vw;
  }
}
.process__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .process__text {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.6666666667;
  }
}

.prize__list {
  text-align: left;
  clear: left;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .prize__list dt {
    float: left;
    clear: left;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .prize__list dt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) {
  .prize__list dd {
    margin-left: 14em;
    font-size: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .prize__list dd {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 1.5em;
  }
}

.announcement .campaign__listitem {
  margin-top: 30px;
}
.announcement .campaign__listitem li {
  font-size: 1.4rem;
  line-height: 1.5;
}

.caution ol {
  margin-top: 1em;
}
.caution ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.menseki ol {
  margin-top: 1em;
}
.menseki ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.contact .campaign__content {
  max-width: 480px;
  margin: 80px auto 170px auto;
}
@media screen and (max-width: 1439px) {
  .contact .campaign__content {
    margin-top: 5.5555555556vw;
    margin-bottom: 11.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .contact .campaign__content {
    max-width: 80vw;
    margin: 12vw auto 14.6666666667vw auto;
  }
}
.contact .content__title {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .contact .content__title {
    margin-top: 13.3333333333vw;
  }
}
.contact__twitter-img {
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact__twitter-img {
    margin-top: 8vw;
    width: 63.3333333333vw;
  }
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}