html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #fff;
  color: #231815;
  min-height: 100%;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.8;
}

header {
  width: 100%;
}
header .title {
  width: 100%;
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1399.98px) {
  header .title {
    height: 10.64vw;
  }
}
@media (max-width: 575.98px) {
  header .title {
    height: auto;
    flex-wrap: wrap;
    padding-top: 3vw;
    justify-content: center;
    gap: 42%;
  }
}
header .title .h2 {
  width: 226px;
}
@media (max-width: 1399.98px) {
  header .title .h2 {
    width: 16.14vw;
  }
}
@media (max-width: 575.98px) {
  header .title .h2 {
    width: 24%;
  }
}
header .title .h1 {
  width: 876px;
}
@media (max-width: 1399.98px) {
  header .title .h1 {
    width: 62.57vw;
  }
}
@media (max-width: 575.98px) {
  header .title .h1 {
    width: 94%;
    order: 3;
    margin: 1vw 0 4vw;
  }
}
header .title .h3 {
  width: 216px;
}
@media (max-width: 1399.98px) {
  header .title .h3 {
    width: 15.43vw;
  }
}
@media (max-width: 575.98px) {
  header .title .h3 {
    width: 28%;
  }
}
header nav {
  background: #009fe8;
  width: 100%;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1399.98px) {
  header nav {
    height: 6.21vw;
    gap: 4.29vw;
  }
}
@media (max-width: 575.98px) {
  header nav {
    height: auto;
    padding: 2vw 0;
    gap: 2.5vw;
  }
}
header nav a, header nav button {
  color: #fff;
  font-size: 19px;
  text-align: center;
  border: none;
}
@media (max-width: 1399.98px) {
  header nav a, header nav button {
    font-size: 1.36vw;
  }
}
@media (max-width: 575.98px) {
  header nav a, header nav button {
    font-size: 2.5vw;
  }
}

main {
  width: 100%;
}
main .mv {
  width: 100%;
}
main .mv img {
  width: 100%;
  height: auto;
}
main .about {
  width: 100%;
  height: 941px;
  background-image: url(../img/bg.jpg);
  background-image: image-set(url(../img/bg.jpg) 1x, url(../img/bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bg.jpg) 1x, url(../img/bg@2x.jpg) 2x);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  main .about {
    height: 67.21vw;
  }
}
@media (max-width: 575.98px) {
  main .about {
    height: auto;
  }
}
main .about .title-about {
  width: 100%;
  display: flex;
  justify-content: center;
}
main .about .title-about img {
  width: 572px;
  margin: 91px 0 59px;
}
@media (max-width: 1399.98px) {
  main .about .title-about img {
    width: 40.86vw;
    margin: 6.5vw 0 4.21vw;
  }
}
@media (max-width: 575.98px) {
  main .about .title-about img {
    width: 64%;
    margin: 6vw 0 4vw;
  }
}
main .about .links {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  width: 1214px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  main .about .links {
    width: 86.71vw;
    gap: 3.14vw;
  }
}
@media (max-width: 575.98px) {
  main .about .links {
    width: 100%;
    gap: 3vw;
    padding: 0 3vw 6vw;
  }
}
main .about .links a, main .about .links button {
  width: 375px;
  height: 95px;
  background: #fff;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  transition: 0.4s;
}
@media (max-width: 1399.98px) {
  main .about .links a, main .about .links button {
    width: 26.79vw;
    height: 6.79vw;
  }
}
@media (max-width: 575.98px) {
  main .about .links a, main .about .links button {
    width: 45.5vw;
    height: auto;
    aspect-ratio: 375/95;
  }
}
main .about .links a:hover, main .about .links button:hover {
  opacity: 0.8;
}
main .about .links a span, main .about .links button span {
  display: block;
  width: 130px;
  height: 95px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1399.98px) {
  main .about .links a span, main .about .links button span {
    width: 9.21vw;
    height: 6.79vw;
  }
}
@media (max-width: 575.98px) {
  main .about .links a span, main .about .links button span {
    width: 34.4%;
    height: 100%;
  }
}
main .about .links a span.b1, main .about .links button span.b1 {
  background-image: url(../img/b1.png);
  background-image: image-set(url(../img/b1.png) 1x, url(../img/b1@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b1.png) 1x, url(../img/b1@2x.png) 2x);
}
main .about .links a span.b2, main .about .links button span.b2 {
  background-image: url(../img/b2.png);
  background-image: image-set(url(../img/b2.png) 1x, url(../img/b2@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b2.png) 1x, url(../img/b2@2x.png) 2x);
}
main .about .links a span.b3, main .about .links button span.b3 {
  background-image: url(../img/b3.png);
  background-image: image-set(url(../img/b3.png) 1x, url(../img/b3@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b3.png) 1x, url(../img/b3@2x.png) 2x);
}
main .about .links a span.b4, main .about .links button span.b4 {
  background-image: url(../img/b4.png);
  background-image: image-set(url(../img/b4.png) 1x, url(../img/b4@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b4.png) 1x, url(../img/b4@2x.png) 2x);
}
main .about .links a span.b5, main .about .links button span.b5 {
  background-image: url(../img/b5.png);
  background-image: image-set(url(../img/b5.png) 1x, url(../img/b5@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b5.png) 1x, url(../img/b5@2x.png) 2x);
}
main .about .links a span.b6, main .about .links button span.b6 {
  background-image: url(../img/b6.png);
  background-image: image-set(url(../img/b6.png) 1x, url(../img/b6@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b6.png) 1x, url(../img/b6@2x.png) 2x);
}
main .about .links a span.b7, main .about .links button span.b7 {
  background-image: url(../img/b7.png);
  background-image: image-set(url(../img/b7.png) 1x, url(../img/b7@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b7.png) 1x, url(../img/b7@2x.png) 2x);
}
main .about .links a span.b8, main .about .links button span.b8 {
  background-image: url(../img/b8.png);
  background-image: image-set(url(../img/b8.png) 1x, url(../img/b8@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b8.png) 1x, url(../img/b8@2x.png) 2x);
}
main .about .links a span.b9, main .about .links button span.b9 {
  background-image: url(../img/b9.png);
  background-image: image-set(url(../img/b9.png) 1x, url(../img/b9@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b9.png) 1x, url(../img/b9@2x.png) 2x);
}
main .about .links a span.b10, main .about .links button span.b10 {
  background-image: url(../img/b10.png);
  background-image: image-set(url(../img/b10.png) 1x, url(../img/b10@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b10.png) 1x, url(../img/b10@2x.png) 2x);
}
main .about .links a span.b11, main .about .links button span.b11 {
  background-image: url(../img/b11.png);
  background-image: image-set(url(../img/b11.png) 1x, url(../img/b11@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/b11.png) 1x, url(../img/b11@2x.png) 2x);
}
main .about .links a p, main .about .links button p {
  width: 246px;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 1399.98px) {
  main .about .links a p, main .about .links button p {
    width: 17.5vw;
    font-size: 1.36vw;
  }
}
@media (max-width: 575.98px) {
  main .about .links a p, main .about .links button p {
    width: 66%;
    font-size: 2.5vw;
  }
}
main .voting-period {
  width: 900px;
  background: #009fe8;
  padding: 16px;
  margin: 36px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1399.98px) {
  main .voting-period {
    width: 64.29vw;
    padding: 1.14vw;
    margin: 2.57vw auto;
    gap: 0.57vw;
  }
}
@media (max-width: 575.98px) {
  main .voting-period {
    width: 90%;
    flex-direction: column;
    padding: 1.74vw;
    margin: 6.94vw auto;
    gap: 1.74vw;
  }
}
main .voting-period .period {
  width: 419px;
}
@media (max-width: 1399.98px) {
  main .voting-period .period {
    width: 29.93vw;
  }
}
@media (max-width: 575.98px) {
  main .voting-period .period {
    width: 43.58vw;
  }
}
main .voting-period .days {
  width: 441px;
}
@media (max-width: 1399.98px) {
  main .voting-period .days {
    width: 31.5vw;
  }
}
@media (max-width: 575.98px) {
  main .voting-period .days {
    width: 45.83vw;
  }
}
main .media {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 100px;
  padding: 86px 113px;
}
@media (max-width: 1399.98px) {
  main .media {
    gap: 3.57vw 7.14vw;
    padding: 6.14vw 8.07vw;
  }
}
@media (max-width: 575.98px) {
  main .media {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    padding: 6vw 3vw;
  }
}
main .media .cm, main .media .flyer {
  width: 498px;
}
@media (max-width: 1399.98px) {
  main .media .cm, main .media .flyer {
    width: 35.64vw;
  }
}
@media (max-width: 575.98px) {
  main .media .cm, main .media .flyer {
    width: 90vw;
  }
}
main .media .cm p, main .media .flyer p {
  font-size: 30px;
  color: #004da0;
  margin-bottom: 0.25em;
}
@media (max-width: 1399.98px) {
  main .media .cm p, main .media .flyer p {
    font-size: 2.14vw;
  }
}
@media (max-width: 575.98px) {
  main .media .cm p, main .media .flyer p {
    font-size: 4vw;
  }
}
main .media .kit {
  width: 100%;
}
main .sns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 90px 0;
}
@media (max-width: 1399.98px) {
  main .sns {
    gap: 2.86vw;
    padding: 6.43vw 0;
  }
}
@media (max-width: 575.98px) {
  main .sns {
    gap: 6.94vw;
    padding: 10.42vw 0;
  }
}
main .sns img {
  width: 40px;
  transition: opacity 0.4s;
}
@media (max-width: 1399.98px) {
  main .sns img {
    width: 2.86vw;
  }
}
@media (max-width: 575.98px) {
  main .sns img {
    width: 6.94vw;
  }
}
main .sns img:hover {
  opacity: 0.8;
}

#page {
  max-width: 800px;
  width: 100%;
  padding: 2em;
  margin: 0 auto;
}
#page a {
  text-decoration: underline;
}
#page h1 {
  display: block;
  background: #E85298;
  color: #fff;
  font-size: 36px;
  padding: 0.5em;
  margin: 0 0 1em;
  text-align: center;
  border-radius: 48px;
}
@media (max-width: 1399.98px) {
  #page h1 {
    font-size: 2.57vw;
    border-radius: 3.43vw;
  }
}
@media (max-width: 575.98px) {
  #page h1 {
    font-size: 5.5vw;
    border-radius: 7vw;
  }
}
#page h2 {
  font-size: 30px;
  margin: 0 0 0.5em;
}
@media (max-width: 1399.98px) {
  #page h2 {
    font-size: 2.14vw;
  }
}
@media (max-width: 575.98px) {
  #page h2 {
    font-size: 4.5vw;
  }
}
#page p {
  font-size: 19px;
}
@media (max-width: 1399.98px) {
  #page p {
    font-size: 1.36vw;
  }
}
@media (max-width: 575.98px) {
  #page p {
    font-size: 3.25vw;
  }
}
#page .about1 {
  display: block;
  width: 50%;
  margin: 0 auto 3em;
}
@media (max-width: 575.98px) {
  #page .about1 {
    width: 75%;
  }
}
#page table {
  width: 100%;
  border: 1px solid #ccc;
}
#page table th, #page table td {
  font-weight: 500;
  font-size: 19px;
  padding: 1em;
  border: 1px solid #ccc;
}
@media (max-width: 1399.98px) {
  #page table th, #page table td {
    font-size: 1.36vw;
  }
}
@media (max-width: 575.98px) {
  #page table th, #page table td {
    font-size: 2.75vw;
  }
}
#page table th {
  text-align: center;
}
#page .zaigaiimg {
  display: block;
  margin: 0 auto 3em;
}
#page .graph {
  display: block;
  margin: 0 auto 3em;
}

footer {
  text-align: center;
  padding: 20px 0 60px;
}
@media (max-width: 1399.98px) {
  footer {
    padding: 1.43vw 0 4.29vw;
  }
}
@media (max-width: 575.98px) {
  footer {
    padding: 3.47vw 0 10.42vw;
  }
}
footer .sns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 70px 0 90px;
}
@media (max-width: 1399.98px) {
  footer .sns {
    gap: 2.86vw;
    padding: 5vw 0 6.43vw;
  }
}
@media (max-width: 575.98px) {
  footer .sns {
    gap: 6.94vw;
    padding: 10.42vw 0;
  }
}
footer .sns img {
  width: 40px;
  transition: opacity 0.4s;
}
@media (max-width: 1399.98px) {
  footer .sns img {
    width: 2.86vw;
  }
}
@media (max-width: 575.98px) {
  footer .sns img {
    width: 6.94vw;
  }
}
footer .sns img:hover {
  opacity: 0.8;
}
footer h6 {
  font-size: 19px;
}
@media (max-width: 1399.98px) {
  footer h6 {
    font-size: 1.36vw;
  }
}
@media (max-width: 575.98px) {
  footer h6 {
    font-size: 3.5vw;
  }
}
footer p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  footer p {
    font-size: 1.14vw;
  }
}
@media (max-width: 575.98px) {
  footer p {
    font-size: 3vw;
  }
}

.open-modal {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: 1120px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .modal-content {
    width: 80vw;
    padding: 1.43vw;
    border-radius: 0.57vw;
  }
}
.modal-content h2 {
  display: block;
  background: #E85298;
  color: #fff;
  font-size: 30px;
  padding: 0.5em;
  margin: 0 0 1em;
  text-align: center;
  border-radius: 38px;
}
@media (max-width: 1399.98px) {
  .modal-content h2 {
    font-size: 2.14vw;
    border-radius: 2.71vw;
  }
}
.modal-content h3 {
  font-size: 28px;
  margin: 0 0 1em;
}
@media (max-width: 1399.98px) {
  .modal-content h3 {
    font-size: 2vw;
  }
}
.modal-content p {
  font-size: 19px;
}
@media (max-width: 1399.98px) {
  .modal-content p {
    font-size: 1.36vw;
  }
}
.modal-content ul {
  list-style-type: disc;
  font-size: 16px;
  margin-bottom: 1em;
  padding-left: 20px;
}
@media (max-width: 1399.98px) {
  .modal-content ul {
    font-size: 1.14vw;
    padding-left: 1.43vw;
  }
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .close {
    right: 0.71vw;
    top: 0.71vw;
    font-size: 1.71vw;
  }
}

.vote-styles {
  width: 100%;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.vote-styles h3 {
  font-size: 36px;
  display: block;
  text-align: center;
  color: #009fe8;
  background: #fff100;
  padding: 0.25em;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .vote-styles h3 {
    font-size: 2.57vw;
  }
}
.vote-styles .date-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #009fe8;
  border-bottom: 2px solid #009fe8;
  padding: 0.5em;
  margin-bottom: 1em;
}
.vote-styles .date-time .date {
  font-weight: 700;
  font-size: 40px;
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .vote-styles .date-time .date {
    font-size: 2.86vw;
  }
}
.vote-styles .date-time .date small {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .vote-styles .date-time .date small {
    font-size: 1.07vw;
  }
}
.vote-styles .date-time .time {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .vote-styles .date-time .time {
    font-size: 1.5vw;
  }
}
.vote-styles .date-time .time small {
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .vote-styles .date-time .time small {
    font-size: 0.79vw;
  }
}
.vote-styles h4 {
  font-size: 26px;
  color: #009fe8;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media (max-width: 1399.98px) {
  .vote-styles h4 {
    font-size: 1.86vw;
  }
}
.vote-styles p {
  font-size: 19px;
}
@media (max-width: 1399.98px) {
  .vote-styles p {
    font-size: 1.36vw;
  }
}
.vote-styles .kijitsumae {
  width: calc(49% - 1em);
}
.vote-styles .fuzai {
  width: calc(51% - 1em);
}
.vote-styles img.process {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.pk {
  color: #E85298;
}

.bl {
  color: #009fe8;
}

.disable {
  opacity: 0.8;
  cursor: auto;
}
.disable:hover {
  opacity: 0.8 !important;
}

.text-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
}
.video iframe {
  width: 100%;
  height: 100%;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}/*# sourceMappingURL=style.css.map */