.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;
}

.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;
  }
}
.campaign__entry {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .campaign__entry {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 319px) {
  .campaign__caution {
    padding-top: 1em;
  }
}

.entry__btn {
  border-radius: 10px;
  background-color: #6c2c2f;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: 600px;
  height: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .entry__btn {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    width: 77.3333333333vw;
    height: 8vw;
  }
}
.entry__btn::before {
  content: "";
  background-image: url(/assets/images/campaign/220425/icon-btn-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 40px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .entry__btn::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.entry__btn.closed {
  opacity: 0.25;
  background-color: #000000;
}
.entry__closed-text {
  color: rgb(210, 0, 0);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .entry__closed-text {
    font-size: 3.2vw;
  }
}

.method__steps {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .method__steps {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
.method__step {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 45.1219512195%;
}
@media screen and (max-width: 767px) {
  .method__step {
    width: 100%;
    flex-direction: column;
  }
}
.method__step-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c2c2f;
  color: #ffffff;
  line-height: 1;
  width: 21.6216216216%;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .method__step-head {
    width: 100%;
    min-height: 40px;
  }
}
.method__step-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #faf5f0;
  font-size: 1.4rem;
  line-height: 2;
  width: 78.3783783784%;
  padding: 10px 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .method__step-content {
    width: 100%;
    box-sizing: border-box;
    padding: 2.6666666667vw;
    min-height: 75px;
  }
}
.method__step-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .method__step-text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.method__step-caution {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  margin: 5px 10px;
}
@media screen and (max-width: 767px) {
  .method__step-caution {
    font-size: 1.2rem;
    margin-left: 0;
    white-space: nowrap;
  }
}
.method__step-arrow {
  display: flex;
  align-items: center;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .method__step-arrow {
    margin: 4.6666666667vw;
    width: 8.8vw;
  }
}

.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/220425/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;
  }
}

.float.closed {
  display: none;
}
.float .entry__area {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .float .entry__area {
    padding: 2.6666666667vw;
  }
}

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