@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.mv {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
@media all and (max-width: 896px) {
  .mv {
    display: flex;
  }
}
.mv small {
  display: block;
  width: 100%;
  margin-top: 2px;
  padding-inline: 5px;
  text-align: left;
}
.mv h1 {
  margin-block: 5px -20px;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: right;
}
.mv h1 span {
  font-size: 3.2rem;
}
.mv .voting-date {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-top: -8px;
  color: #c1272d;
  font-weight: 900;
}
.mv .voting-date .label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 0;
  width: 104px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 18px;
  background: #c1272d;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3px;
}
.mv .voting-date em {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mv .voting-date .year {
  font-size: 2.6rem;
}
.mv .voting-date .year em {
  font-size: 5rem;
}
.mv .voting-date .day {
  font-size: 2.8rem;
}
.mv .voting-date .day em {
  font-size: 10rem;
  letter-spacing: -0.04em;
}
.mv .voting-date .day em i {
  position: relative;
  top: -3px;
  margin-left: -12px;
  font-style: normal;
  font-weight: 400;
}
.mv .period {
  margin-top: -54px;
  font-size: 2.2rem;
  font-weight: 700;
}
.mv .period em {
  position: relative;
  top: 3px;
  font-size: 4rem;
  font-style: normal;
}
.mv .note {
  width: calc(100% - 20px);
  margin: 5px 10px 0;
  padding: 10px;
  border-radius: 20px;
  background: #c1272d;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}
.mv .note strong {
  color: #fff100;
}

.project {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 15px 20px;
  background: radial-gradient(circle at 70% 10%, #fff, #fff200, #ffea00);
}
.project h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 185px;
  height: 60px;
  margin-left: 11px;
  padding: 5px;
  border: 3px solid #c1272d;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0 4px #fff;
  color: #c1272d;
  font-size: 3.3rem;
  font-weight: 900;
}
.project h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -103px;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c1272d;
  color: #fff100;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
}
.project dl {
  margin-block: 30px;
}
.project dl dt {
  margin-bottom: 20px;
  color: #c1272d;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
.project section {
  width: 100%;
  padding-block: 20px;
  border-radius: 16px;
  background: #fff;
}
.project section + section {
  margin-top: 20px;
}
.project section .box {
  padding-inline: 15px;
}
.project section h4 {
  display: inline-flex;
  margin-block: 15px;
  padding-inline: 20px;
  border-radius: 14px;
  background: #fff100;
  font-size: 2.4rem;
  font-weight: 900;
}
.project section .attention {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
.project section ol li {
  position: relative;
  margin-top: 20px;
}
.project section ol li::before, .project section ol li::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 105px;
  height: 35px;
  font-weight: 900;
  transform: translateX(-50%);
}
.project section ol li .step {
  width: 105px;
  margin: 0 auto 10px;
  padding-top: 2px;
  font-size: 1.7rem;
  font-weight: 900;
  border-radius: 14px;
  background: #fff100;
}
.project section ol li .step strong {
  position: relative;
  top: -3px;
  margin-left: 2px;
  font-size: 2.5rem;
  font-weight: 900;
  vertical-align: middle;
}
.project section ol li span {
  display: block;
  font-size: 1.2rem;
}
.project section ol li img {
  margin-top: 20px;
}
.project section a {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-block: 10px 15px;
  border-radius: 100px;
  background: #c1272d;
  color: #fff100;
  font-size: 3rem;
  font-weight: 700;
}

/*# sourceMappingURL=top.css.map */
