<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========================================
*	common
========================================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap");
#__bs_notify__ {
  display: none !important;
}

::selection {
  color: #fff;
  background: #f39800;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #535353;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}

body {
  width: 100%;
}
body.js-hidden {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .pr-footer__nav {
    flex-wrap: wrap;
  }
  .pr-footer__item__top {
    width: 100%;
    margin-bottom: 1.25em;
  }
  .pr-footer__item {
    width: 50%;
    margin-bottom: 1.25em;
  }
}
::selection {
  color: #fff;
  background: #8dbafe;
}

body {
  position: relative;
  color: #0a7ecc;
}
@media only screen and (min-width: 768px) {
  body {
    height: 100%;
    overflow: hidden;
    background: url(../img/vote/bg_pc.png);
    background-size: cover;
  }
}
body a:has(.img-on) {
  position: relative;
}
@media only screen and (min-width: 768px) {
  body a:has(.img-on) .img-on {
    opacity: 0;
    transition: opacity 500ms;
  }
  body a:has(.img-on):hover .img-on {
    opacity: 1;
  }
}
body .img-on {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
body .logo-wrapper {
  position: absolute;
  width: calc(100% - 560px);
  height: 100%;
  right: 0;
  top: 0;
}
body .logo-wrapper img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (max-width: 1200px) {
  body .logo-wrapper {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  body .logo-wrapper img {
    width: 650px;
    max-width: 650px;
    margin-left: 18px;
  }
}
@media (min-width: 1400px) {
  body .logo-wrapper img {
    width: 82.8125vw;
  }
}
@media only screen and (min-width: 1920px) {
  body .logo-wrapper img {
    width: 937px;
  }
}
body .common-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  body .common-wrapper {
    width: 100%;
    padding-left: 80px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1920px) {
  body .common-wrapper {
    padding-left: 160px;
  }
}
body .common-inner {
  position: relative;
  top: -5.2083333333vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  body .common-inner {
    top: -25px;
  }
}
body section:not(.mv) {
  position: relative;
  padding: 0 0 15.625vw;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  body section:not(.mv) {
    padding: 0 0 75px;
  }
}
body section:not(.mv)::before, body section:not(.mv)::after {
  content: "";
  display: block;
  position: absolute;
  width: 21.0416666667vw;
  height: 12.5vw;
  background: url("../img/vote/bg_parts02.png") no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  body section:not(.mv)::before, body section:not(.mv)::after {
    width: 101px;
    height: 60px;
  }
}
body section:not(.mv)::before {
  right: 4.1666666667vw;
  top: 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  body section:not(.mv)::before {
    right: 20px;
    top: 20px;
  }
}
body section:not(.mv)::after {
  background-image: url("../img/vote/bg_parts01.png");
  left: 4.1666666667vw;
  bottom: 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  body section:not(.mv)::after {
    left: 20px;
    bottom: 20px;
  }
}
body section:not(.mv) h2 {
  margin-top: -5.2083333333vw;
}
@media only screen and (min-width: 768px) {
  body section:not(.mv) h2 {
    margin-top: -25px;
  }
}

@keyframes logo_opacity {
  0%, 10%, 100%, 90% {
    opacity: 1;
  }
  40%, 60% {
    opacity: 0;
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: url(../img/vote/bg_loading.jpg) no-repeat center;
  background-size: cover;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .loading {
    background-image: url(../img/vote/bg_loading_pc.jpg);
  }
}
.loading.js--hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 800ms;
}
.loading-txt {
  position: absolute;
  left: 50%;
  top: 50dvh;
  transform: translate3d(-50%, -50%, 0);
  animation: logo_opacity 1.8s infinite 0s linear;
  width: 50vw;
}
@media only screen and (min-width: 768px) {
  .loading-txt {
    width: 400px;
  }
}

.sp-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sp-wrapper {
    position: relative;
    width: 480px;
    height: 100vh;
  }
  .sp-wrapper::after {
    content: "";
    position: absolute;
    width: 20px;
    height: calc(100vh - 20px);
    right: -20px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 1200px) {
  .sp-wrapper {
    margin: 0 auto;
  }
}
.sp-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sp-inner {
    position: relative;
    width: 200vw;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
    left: 50%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 1;
  }
  .sp-inner::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sp-contents {
    position: relative;
    width: 480px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
  }
}
.sp-scroller {
  position: relative;
  z-index: 1;
  padding: 0 5.8333333333vw;
}
@media only screen and (min-width: 768px) {
  .sp-scroller {
    padding: 0 28px;
  }
}
.sp-scroller::before, .sp-scroller::after {
  position: absolute;
  content: "";
  display: block;
  width: 5.9375vw;
  height: 100%;
  top: 0;
  background: url("../data/webp/vote/frame.png.webp") repeat-y center top;
  background-size: 100% auto;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .sp-scroller::before, .sp-scroller::after {
    width: 28px;
  }
}
.sp-scroller::before {
  left: 0vw;
}
.sp-scroller::after {
  right: 0vw;
}
.sp-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../data/webp/vote/bg_fix.jpg.webp") repeat-y center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .sp-bg {
    position: absolute;
  }
}

.navi {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .navi {
    position: absolute;
    width: 478px;
    height: calc(100% - 36px);
    top: 18px;
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.navi-menu {
  position: absolute;
  width: 77.0833333333vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 0;
  z-index: 1;
  border-left: 1px solid #fff;
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
  transform: translate3d(101%, 0, 0);
  transition: transform 400ms;
}
@media only screen and (min-width: 768px) {
  .navi-menu {
    width: 370px;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.navi-menu.js--open {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .navi-menu {
    width: 370px;
    border-left: 1px solid #fff;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.navi-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 41.6666666667vw;
  height: 17.7083333333vw;
  left: 0;
  top: 0;
  background: url("../img/top/bg_menu.png") no-repeat center;
  background-size: 100% auto;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .navi-menu::before {
    width: 200px;
    height: 85px;
  }
}
.navi-menu__list {
  padding: 12.5vw 5.2083333333vw 0;
}
@media only screen and (min-width: 768px) {
  .navi-menu__list {
    padding: 60px 25px 0;
  }
}
.navi-menu__list a {
  display: block;
}
.navi-menu__item {
  margin-top: 10.4166666667vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item {
    margin-top: 50px;
  }
}
.navi-menu__item:first-of-type {
  margin-top: 0 !important;
}
.navi-menu__item-top img {
  width: 15.8333333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item-top img {
    width: 76px;
  }
}
.navi-menu__item-intro img {
  width: 64.375vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item-intro img {
    width: 309px;
  }
}
.navi-menu__item-contents img {
  width: 43.0208333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item-contents img {
    width: 206px;
  }
}
.navi-menu__sub {
  padding: 4.375vw 0 0 6.25vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__sub {
    padding: 21px 0 0 30px;
  }
}
.navi-menu__sub-item {
  margin-top: 4.375vw;
  line-height: 4.375vw;
  font-size: 3.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__sub-item {
    margin-top: 21px;
    line-height: 21px;
    font-size: 16px;
  }
}
.navi-menu__sub-item:first-of-type {
  margin-top: 0 !important;
}
.navi-menu__sub-item a {
  color: #25255f;
  font-family: "M PLUS 1p", sans-serif;
}
.navi-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_modal.png") no-repeat center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms;
}
.navi-bg.js--open {
  opacity: 1;
  pointer-events: auto;
}
.navi-btn {
  position: fixed;
  right: 1.5625vw;
  top: 1.5625vw;
  width: 17.7083333333vw;
  height: 17.7083333333vw;
  background: url("../img/top/bg_hamb.png") no-repeat center;
  background-size: 100% auto;
  z-index: 3;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .navi-btn {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 85px;
    height: 85px;
  }
}
.navi-btn.js--open .navi-icon__open {
  display: none;
}
.navi-btn.js--open .navi-icon__close {
  display: block;
}
.navi-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 6.25vw;
  height: 8.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-icon {
    width: 30px;
    height: 40px;
  }
}
.navi-icon__close {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  top: 6.6666666667vw;
  display: none;
}
@media only screen and (min-width: 768px) {
  .navi-icon__close {
    width: 25px;
    height: 25px;
    top: 32px;
  }
}

.footer {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 12.5vw 0 0;
  color: #8a9499;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 0;
  }
}
.footer__bne {
  position: relative;
  z-index: 2;
}
.footer-share {
  position: relative;
  display: flex;
  height: 146.875vw;
  margin: 0;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.footer-share a {
  display: block;
  width: 85.625vw;
  margin-top: -10.4166666667vw;
}
@media only screen and (min-width: 768px) {
  .footer-share a {
    width: 411px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-share {
    height: 705px;
    margin: 0 0 0;
  }
}
.footer-store {
  margin-bottom: 8.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer-store {
    margin-bottom: 40px;
  }
}
.footer-store__item {
  padding: 0;
}
.footer-store__item-name {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
.footer-banner {
  padding: 0 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .footer-banner {
    padding: 0 20px;
  }
}
.footer-banner__list-item {
  width: 38.5416666667vw;
  border: 0.2083333333vw #cfdee6 solid;
}
@media only screen and (min-width: 768px) {
  .footer-banner__list-item {
    width: 185px;
    border: 2px #cfdee6 solid;
  }
}
.footer-attention, .footer-copy {
  padding: 0 4.1666666667vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .footer-attention, .footer-copy {
    padding: 0 20px;
  }
}
.footer-copy {
  padding-bottom: 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .footer-copy {
    padding-bottom: 20px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .modal {
    position: absolute;
  }
}
.modal a {
  display: block;
}
.modal.js--show {
  opacity: 1;
  pointer-events: auto;
}
.modal .js--complete .modal-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0ms;
  transition-delay: 0ms;
}
.modal-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2fbff;
  z-index: 3;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0ms;
  transition-delay: 400ms;
}
.modal-loading svg {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .modal-loading svg {
    width: 40px;
    height: 40px;
  }
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a7ecc;
  opacity: 0.5;
}
.modal-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5.8333333333vw;
}
@media only screen and (min-width: 768px) {
  .modal-wrapper {
    padding: 28px;
  }
}
.modal-scroller {
  width: 100%;
  height: 100%;
  overflow: auto;
  max-height: 100%;
  overscroll-behavior-y: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .modal-scroller {
    position: relative;
    width: 200vw;
    height: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
.modal-scroller::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .modal-contents {
    position: relative;
    width: 424px;
    margin: 0 auto;
  }
}
.modal-input {
  position: relative;
  width: 88.3333333333vw;
  padding: 5.8333333333vw;
  margin: 0 0 5.8333333333vw 0;
  z-index: 1;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .modal-input {
    width: 424px;
    padding: 28px;
    margin: 0 0 28px 0;
  }
}
.modal-detail__title {
  display: flex;
  padding: 3.75vw 0;
  line-height: 5.2083333333vw;
  align-items: center;
  border-bottom: 1px solid #0a7ecc;
  font-size: 4.1666666667vw;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .modal-detail__title {
    padding: 18px 0;
    line-height: 25px;
    font-size: 20px;
  }
}
.modal-detail__text {
  font-size: 2.9166666667vw;
  padding: 3.6458333333vw 0 0;
  line-height: 4.7916666667vw;
  color: #8a9499;
}
@media only screen and (min-width: 768px) {
  .modal-detail__text {
    font-size: 14px;
    padding: 17px 0 0;
    line-height: 23px;
  }
}
.modal-detail__text p {
  margin-top: 3.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .modal-detail__text p {
    margin-top: 16px;
  }
}
.modal-detail__text p:first-of-type {
  margin-top: 0;
}
.modal-detail textarea {
  width: 76.6666666667vw;
  height: 21.6666666667vw;
  margin: 0 auto;
  padding: 2.0833333333vw 3.5416666667vw;
  background: #f2fbff;
  border: 1px solid #cfdee5;
  border-radius: 1.6666666667vw;
  resize: none;
  color: #0a7ecc;
  font-size: 3.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .modal-detail textarea {
    width: 368px;
    height: 154px;
    padding: 10px 17px;
    border-radius: 8px;
    font-size: 16px;
  }
}
.modal-detail textarea::placeholder {
  color: #cfdee5;
}
.modal-detail__count {
  display: flex;
  justify-content: space-between;
  margin-top: 1.875vw;
  color: #8a9499;
  font-size: 2.9166666667vw;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .modal-detail__count {
    margin-top: 9px;
  }
}
.modal-detail__count.js--alert .modal-detail__count-left {
  opacity: 1;
  pointer-events: auto;
}
.modal-detail__count.js--alert .modal-detail__count-num span {
  color: #ff5a5a;
}
.modal-detail__count-left {
  color: #ff5a5a;
  opacity: 0;
  pointer-events: none;
}
.modal-detail__count-right {
  display: flex;
  justify-content: end;
}
.modal-detail__count-num {
  width: 13.9583333333vw;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .modal-detail__count-num {
    width: 55px;
  }
}
.modal-detail__vote {
  width: 100%;
  margin-top: 5.8333333333vw;
}
@media only screen and (min-width: 768px) {
  .modal-detail__vote {
    margin-top: 28px;
  }
}
.modal-detail__vote.js--none a {
  pointer-events: none;
  filter: grayscale(1);
}
.modal-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.modal-close {
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
  width: 10.8333333333vw;
  height: 10.8333333333vw;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}
.modal-close.js--active {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .modal-close {
    right: 12px;
    top: 12px;
    width: 52px;
    height: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-close {
    transition: 500ms;
  }
  .modal-close:hover {
    opacity: 0.7;
  }
}
.modal-video {
  padding: 5.8333333333vw;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .modal-video {
    width: 424px;
    padding: 28px;
  }
}
.modal-video video {
  width: 100%;
}
.modal-video__title {
  color: #0a7ecc;
  margin: 0 auto;
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .modal-video__title {
    font-size: 24px;
  }
}
.modal-video__title::after {
  content: "";
  display: block;
  width: 32.0833333333vw;
  height: 1.875vw;
  margin: 3.125vw auto 4.1666666667vw;
  background: url("../img/vote/deco_title.png") no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .modal-video__title::after {
    width: 154px;
    height: 9px;
    margin: 15px auto 20px;
  }
}
.modal-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 12.5vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .modal-video__play {
    width: 60px;
    transition: 500ms;
    cursor: pointer;
  }
  .modal-video__play:hover {
    opacity: 0.7;
  }
}
.modal-video__play.js--hide {
  display: none;
}
.modal-video__area {
  position: relative;
  margin-top: 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .modal-video__area {
    margin-top: 20px;
  }
}
.modal-video__text {
  margin-top: 3.75vw;
  color: #8a9499;
  font-size: 2.9166666667vw;
  line-height: 4.7916666667vw;
}
@media only screen and (min-width: 768px) {
  .modal-video__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 23px;
  }
}

.campaign {
  margin-bottom: 46.875vw;
}
@media only screen and (min-width: 768px) {
  .campaign {
    margin-bottom: 225px;
  }
}
.campaign h2 {
  width: 62.5vw;
}
@media only screen and (min-width: 768px) {
  .campaign h2 {
    width: 300px;
  }
}
.campaign-contents {
  padding: 0 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .campaign-contents {
    padding: 0 20px;
  }
}
.campaign-text {
  margin-top: 0.625vw;
  font-size: 3.3333333333vw;
  margin-top: 3.125vw;
  line-height: 4.7916666667vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .campaign-text {
    margin-top: 3px;
    font-size: 16px;
    margin-top: 15px;
    line-height: 23px;
  }
}
.campaign-terms {
  height: 112.5vw;
  margin-top: 7.2916666667vw;
  padding: 2.0833333333vw 4.1666666667vw 1.0416666667vw;
  background: #f0faff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: 2px solid #fff;
  z-index: 1;
}
.campaign-terms::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .campaign-terms {
    height: 540px;
    margin-top: 35px;
    padding: 10px 20px 5px;
  }
}
.campaign-terms__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.4583333333vw;
  font-size: 4.1666666667vw;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #0a7ecc;
}
@media only screen and (min-width: 768px) {
  .campaign-terms__title {
    height: 55px;
    font-size: 20px;
  }
}
.campaign-terms__text {
  width: 100%;
  padding: 3.75vw 0;
  color: #8a9499;
  font-size: 2.9166666667vw;
  line-height: 4.375vw;
}
@media only screen and (min-width: 768px) {
  .campaign-terms__text {
    padding: 18px 0;
    font-size: 14px;
    line-height: 21px;
  }
}
.campaign-terms__text p {
  margin-top: 3.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .campaign-terms__text p {
    margin-top: 16px;
  }
}
.campaign-terms__text p:first-of-type {
  margin-top: 0 !important;
}

body section.intro {
  padding-bottom: 0;
}
body section.intro::after {
  display: none;
}

.intro h2 {
  width: 73.4375vw;
}
@media only screen and (min-width: 768px) {
  .intro h2 {
    width: 352px;
  }
}
.intro__text {
  margin-top: 0.8333333333vw;
  font-size: 3.75vw;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  line-height: 7.2916666667vw;
}
@media only screen and (min-width: 768px) {
  .intro__text {
    margin-top: 4px;
    font-size: 18px;
    line-height: 35px;
  }
}
.intro__text span {
  position: relative;
  font-size: 5vw;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .intro__text span {
    font-size: 24px;
  }
}
.intro__text span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.7708333333vw;
  background: #fff200;
  left: 0;
  bottom: 0.3125vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .intro__text span::after {
    height: 8px;
    bottom: 2px;
  }
}
.intro__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78.125vw;
  height: 6.25vw;
  margin: 2.0833333333vw auto 0;
  font-size: 3.75vw;
  background: #0a7ecc;
  color: #fff;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .intro__date {
    width: 375px;
    height: 30px;
    margin: 10px auto 0;
    font-size: 18px;
  }
}

@keyframes animation-mv {
  0% {
    transform: translate3d(0, 100dvh, 0);
  }
  100% {
    transform: translate3d(0, -100dvh, 0);
  }
}
.mv {
  position: relative;
  height: 144.7916666667vw;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .mv {
    height: 695px;
  }
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4.1666666667vw;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .mv::before {
    height: 20px;
  }
}
.mv h1 {
  position: relative;
  width: 100%;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
}
.mv h1 img {
  position: relative;
  width: 95.3125vw;
  max-width: none;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 768px) {
  .mv h1 img {
    width: 457px;
  }
}
.mv h1.js--show {
  opacity: 1;
  transition: opacity 1000ms;
  transition-delay: 800ms;
}
.mv-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
.mv-wrapper {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 768px) {
  .mv-wrapper {
    position: absolute;
    width: 100%;
  }
}
.mv-item {
  position: absolute;
  width: 20.8333333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item {
    width: 100px;
  }
}
.mv-item:nth-of-type(3n+1) {
  width: 41.6666666667vw;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(3n+1) {
    width: 200px;
  }
}
.mv-item:nth-of-type(3n+2) {
  width: 31.25vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(3n+2) {
    width: 150px;
  }
}
.mv-item:nth-of-type(3n) {
  width: 20.8333333333vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(3n) {
    width: 100px;
  }
}
.mv-item:nth-of-type(1) {
  left: 8.4375vw;
  top: 3.8541666667vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(1) {
    left: 40px;
    top: 18px;
  }
}
.mv-item:nth-of-type(2) {
  left: 0vw;
  top: 35.5208333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(2) {
    left: 0;
    top: 170px;
  }
}
.mv-item:nth-of-type(3) {
  left: 23.9583333333vw;
  top: 92.0833333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(3) {
    left: 115px;
    top: 442px;
  }
}
.mv-item:nth-of-type(4) {
  left: 58.3333333333vw;
  top: 12.6041666667vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(4) {
    left: 280px;
    top: 60px;
  }
}
.mv-item:nth-of-type(5) {
  left: 51.0416666667vw;
  top: 94.375vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(5) {
    left: 245px;
    top: 453px;
  }
}
.mv-item:nth-of-type(6) {
  left: 70.8333333333vw;
  top: 166.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(6) {
    left: 340px;
    top: 800px;
  }
}
.mv-item:nth-of-type(7) {
  left: 10.4166666667vw;
  top: 97.8125vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(7) {
    left: 50px;
    top: 469px;
  }
}
.mv-item:nth-of-type(8) {
  left: 0vw;
  top: 159.8958333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(8) {
    left: 0;
    top: 767px;
  }
}
.mv-item:nth-of-type(9) {
  left: 5.2083333333vw;
  top: 124.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(9) {
    left: 25px;
    top: 596px;
  }
}
.mv-item:nth-of-type(10) {
  left: 19.7916666667vw;
  top: 191.4583333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(10) {
    left: 95px;
    top: 919px;
  }
}
.mv-item:nth-of-type(11) {
  left: 62.5vw;
  top: 136.0416666667vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(11) {
    left: 300px;
    top: 653px;
  }
}
.mv-item:nth-of-type(12) {
  left: 40.625vw;
  top: 59.2708333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(12) {
    left: 195px;
    top: 284px;
  }
}
.mv-item:nth-of-type(13) {
  left: 3.125vw;
  top: 65.4166666667vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(13) {
    left: 15px;
    top: 314px;
  }
}
.mv-item:nth-of-type(14) {
  left: 47.9166666667vw;
  top: 41.3541666667vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(14) {
    left: 230px;
    top: 199px;
  }
}
.mv-item:nth-of-type(15) {
  left: 20.8333333333vw;
  top: 76.1458333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(15) {
    left: 100px;
    top: 365px;
  }
}
.mv-item:nth-of-type(16) {
  left: 34.375vw;
  top: 148.0208333333vw;
}
@media only screen and (min-width: 768px) {
  .mv-item:nth-of-type(16) {
    left: 165px;
    top: 710px;
  }
}

.select {
  margin-bottom: 0vw;
}
.select h2 {
  width: 32.5vw;
}
@media only screen and (min-width: 768px) {
  .select h2 {
    width: 156px;
  }
}
.select-read {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 5vw;
  margin: 6.875vw auto 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .select-read {
    font-size: 24px;
    margin: 33px auto 0;
  }
}
.select-read::after {
  content: "";
  display: block;
  width: 32.0833333333vw;
  height: 1.875vw;
  margin: 3.125vw auto 4.1666666667vw;
  background: url("../img/vote/deco_title.png") no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .select-read::after {
    width: 154px;
    height: 9px;
    margin: 15px auto 20px;
  }
}
.select-contents {
  padding: 0 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .select-contents {
    padding: 0 20px;
  }
}
.select-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.select-item {
  width: 25.2083333333vw;
  height: 14.1666666667vw;
  margin: 2.0833333333vw 0 0 0;
}
@media only screen and (min-width: 768px) {
  .select-item {
    width: 121px;
    height: 68px;
    margin: 10px 0 0 0;
    transition: background 500ms;
    cursor: pointer;
  }
}
.select-item img {
  height: 100%;
}
.select-item:hover:nth-of-type(1), .select-item.js--current:nth-of-type(1) {
  background: rgba(255, 246, 141, 0.5);
}
.select-item:hover:nth-of-type(2), .select-item.js--current:nth-of-type(2) {
  background: rgba(133, 57, 152, 0.5);
}
.select-item:hover:nth-of-type(3), .select-item.js--current:nth-of-type(3) {
  background: rgba(250, 131, 51, 0.5);
}
.select-item:hover:nth-of-type(4), .select-item.js--current:nth-of-type(4) {
  background: rgba(255, 105, 158, 0.5);
}
.select-item:hover:nth-of-type(5), .select-item.js--current:nth-of-type(5) {
  background: rgba(175, 1, 28, 0.5);
}
.select-item:hover:nth-of-type(6), .select-item.js--current:nth-of-type(6) {
  background: rgba(56, 77, 152, 0.5);
}
.select-item:hover:nth-of-type(7), .select-item.js--current:nth-of-type(7) {
  background: rgba(0, 142, 116, 0.5);
}
.select-item:hover:nth-of-type(8), .select-item.js--current:nth-of-type(8) {
  background: rgba(12, 12, 12, 0.5);
}
.select-item:hover:nth-of-type(9), .select-item.js--current:nth-of-type(9) {
  background: rgba(141, 186, 254, 0.5);
}
.select-item:nth-of-type(-n+3) {
  margin-top: 0;
}
.select-banners {
  width: 100%;
  margin: 7.2916666667vw 0 0;
  padding: 0 4.1666666667vw;
  display: none;
}
@media only screen and (min-width: 768px) {
  .select-banners {
    margin: 35px 0 0;
    padding: 0 20px;
  }
}
.select-banners.js--show {
  display: block;
}
.select-banners__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2.0833333333vw;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .select-banners__item {
    margin-top: 10px;
  }
}
.select-banners__item:first-of-type {
  margin-top: 0;
}
.select-banners__item:first-of-type::before {
  display: none;
}
.select-banners__item:last-of-type::after {
  display: none;
}
.select-banners__item::before, .select-banners__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.2083333333vw;
  height: 50%;
  left: 1.1458333333vw;
  background: #0a7ecc;
}
@media only screen and (min-width: 768px) {
  .select-banners__item::before, .select-banners__item::after {
    width: 1px;
    height: 50%;
    left: 6px;
  }
}
.select-banners__item::before {
  top: -1.0416666667vw;
}
@media only screen and (min-width: 768px) {
  .select-banners__item::before {
    top: -5px;
  }
}
.select-banners__item::after {
  bottom: -1.0416666667vw;
}
@media only screen and (min-width: 768px) {
  .select-banners__item::after {
    bottom: -5px;
  }
}
.select-banners__item-date {
  display: flex;
  align-items: center;
  width: 29.1666666667vw;
  font-size: 3.75vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .select-banners__item-date {
    width: 140px;
    font-size: 18px;
  }
}
.select-banners__item-date::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 2.0833333333vw;
  background: #0a7ecc;
}
@media only screen and (min-width: 768px) {
  .select-banners__item-date::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}
.select-banners__item-img {
  width: 41.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .select-banners__item-img {
    width: 200px;
    transition: 500ms;
    cursor: pointer;
  }
  .select-banners__item-img:hover {
    opacity: 0.7;
  }
}
.select-present {
  position: relative;
  background: #f0faff;
  margin: 0 4.1666666667vw;
  padding: 6.25vw 4.5833333333vw;
}
@media only screen and (min-width: 768px) {
  .select-present {
    margin: 0 20px;
    padding: 30px 22px;
  }
}
.select-present::before {
  content: "";
  display: block;
  position: absolute;
  right: -2.2916666667vw;
  bottom: -8.3333333333vw;
  width: 44.7916666667vw;
  height: 25.4166666667vw;
  background: url("../img/vote/tit_present.png") no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .select-present::before {
    right: -11px;
    bottom: -40px;
    width: 215px;
    height: 122px;
  }
}
.select-present__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-present__img {
  width: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .select-present__img {
    width: 60px;
  }
}
.select-present__read {
  font-size: 4.375vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .select-present__read {
    font-size: 21px;
  }
}
.select-present__bottom {
  margin-top: 3.5416666667vw;
}
@media only screen and (min-width: 768px) {
  .select-present__bottom {
    margin-top: 17px;
  }
}
.select-present__text {
  text-align: center;
  color: #5c6366;
  font-size: 3.3333333333vw;
  line-height: 4.7916666667vw;
  margin-bottom: 3.75vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .select-present__text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 18px;
  }
}
.select-present__link a {
  display: block;
  width: 36.25vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .select-present__link a {
    width: 174px;
    transition: 500ms;
    cursor: pointer;
  }
  .select-present__link a:hover {
    opacity: 0.7;
  }
}

body section.result {
  padding: 3.75vw 0 12.5vw;
  margin-bottom: 46.875vw;
}
@media only screen and (min-width: 768px) {
  body section.result {
    padding: 18px 0 60px;
    margin-bottom: 225px;
  }
}
body section.result::before {
  display: none;
}

.result a {
  display: block;
}
.result-read {
  margin: 0 4.1666666667vw;
  padding: 4.1666666667vw 0;
  font-size: 3.75vw;
  line-height: 5.8333333333vw;
  border: 0.2083333333vw solid #0a7ecc;
  color: #0a7ecc;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: -0.0520833333vw;
}
@media only screen and (min-width: 768px) {
  .result-read {
    margin: 0 20px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #0a7ecc;
    letter-spacing: -0.25px;
  }
}
.result-top {
  margin-top: 6.25vw;
  padding: 0 4.1666666667vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .result-top {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.result-top__item {
  margin-top: 5.2083333333vw;
}
@media only screen and (min-width: 768px) {
  .result-top__item {
    margin-top: 25px;
  }
}
.result-top__item:first-of-type {
  margin-top: 0;
}
.result-top__item-1 {
  color: #ffcf33;
}
.result-top__item-2 {
  color: #b0b0b0;
}
.result-top__item-3 {
  color: #cc933d;
}
.result-top__img {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .result-top__img {
    transition: opacity 500ms;
  }
  .result-top__img:hover {
    opacity: 0.7;
  }
}
.result-top__text {
  margin-top: 2.5vw;
  font-size: 3.75vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .result-top__text {
    margin-top: 12px;
    font-size: 18px;
  }
}
.result-middle {
  padding: 5.2083333333vw 4.1666666667vw;
  font-size: 3.75vw;
  color: #0a7ecc;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .result-middle {
    padding: 25px 20px;
    font-size: 18px;
  }
}
.result-middle ul {
  display: flex;
  justify-content: space-between;
}
.result-middle__item {
  width: 37.9166666667vw;
}
@media only screen and (min-width: 768px) {
  .result-middle__item {
    width: 182px;
  }
}
.result-middle__img {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .result-middle__img {
    transition: opacity 500ms;
  }
  .result-middle__img:hover {
    opacity: 0.7;
  }
}
.result-middle__text {
  margin-top: 3.125vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .result-middle__text {
    margin-top: 15px;
  }
}
.result-unit {
  padding: 5.2083333333vw 4.1666666667vw 0;
  border-top: #0a7ecc solid 0.2083333333vw;
}
@media only screen and (min-width: 768px) {
  .result-unit {
    padding: 25px 20px 0;
    border-top: #0a7ecc solid 1px;
  }
}
.result-unit__title {
  font-size: 4.1666666667vw;
  line-height: 5.625vw;
  color: #0a7ecc;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .result-unit__title {
    font-size: 20px;
    line-height: 27px;
  }
}
.result-unit__title span {
  position: relative;
}
.result-unit__title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.7708333333vw;
  background: #fff200;
  left: 0;
  bottom: 0.3125vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .result-unit__title span::after {
    height: 8px;
    bottom: 2px;
  }
}
.result-unit ul {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .result-unit ul {
    margin-top: 30px;
  }
}
.result-unit__item {
  display: flex;
  margin-top: 2.0833333333vw;
}
@media only screen and (min-width: 768px) {
  .result-unit__item {
    margin-top: 10px;
  }
}
.result-unit__item:first-of-type {
  margin-top: 0;
}
.result-unit__img {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .result-unit__img {
    transition: opacity 500ms;
  }
  .result-unit__img:hover {
    opacity: 0.7;
  }
}
.result-unit__icon {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 35.625vw;
  height: 16.6666666667vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .result-unit__icon {
    width: 171px;
    height: 80px;
  }
}
.result-unit__img {
  width: 41.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .result-unit__img {
    width: 200px;
  }
}
/*# sourceMappingURL=../maps/vote.css.map */
</pre></body></html>