/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media not all and (max-width: 899px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 899px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background: #000;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-footer {
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding-top: 54px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  bottom: -120%;
  right: -30%;
  width: 70%;
  max-width: 1000px;
  padding-top: 70%;
  background: url(../img/bg/deco_grd_blue.png) center center no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .l-footer::before {
    bottom: -30%;
    width: 100%;
    padding-top: 100%;
  }
}
@media not all and (max-width: 899px) {
  .l-footer__container {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media not all and (max-width: 899px) {
  .l-footer__share {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__share {
    margin-bottom: 21px;
  }
}
.l-footer__share-ttl {
  font-family: "Fredoka", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media not all and (max-width: 899px) {
  .l-footer__share-ttl {
    margin-right: 15px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__share-ttl {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
  }
}
.l-footer__share-list {
  display: flex;
}
@media screen and (max-width: 899px) {
  .l-footer__share-list {
    justify-content: center;
  }
}
.l-footer__share-item + .l-footer__share-item {
  margin-left: -8px;
}
@media screen and (max-width: 899px) {
  .l-footer__share-item + .l-footer__share-item {
    margin-left: -3px;
  }
}
.l-footer__share-link {
  display: block;
  width: 68px;
  height: 68px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .l-footer__share-link {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__share-link:hover {
    transform: scale(1.1);
  }
}
.--x .l-footer__share-link {
  background-image: url(../img/footer/frame/frame_x.png);
}
.--x .l-footer__share-link img {
  width: 25px;
}
.--fb .l-footer__share-link {
  background-image: url(../img/footer/frame/frame_fb.png);
}
.--fb .l-footer__share-link img {
  width: 26px;
}
.--line .l-footer__share-link {
  background-image: url(../img/footer/frame/frame_line.png);
}
.--line .l-footer__share-link img {
  width: 26px;
}
.l-footer__links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .l-footer__links {
    justify-content: center;
  }
}
.l-footer__links-item + .l-footer__links-item {
  margin-left: 19px;
}
@media screen and (max-width: 899px) {
  .l-footer__links-item + .l-footer__links-item {
    margin-left: 16px;
  }
}
.l-footer__links-inner {
  display: block;
}
@media (hover: hover) {
  .l-footer__links-inner {
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__links-inner:hover {
    opacity: 0.5;
  }
}
.--official .l-footer__links-inner {
  width: 200px;
}
@media screen and (max-width: 899px) {
  .--official .l-footer__links-inner {
    width: 140px;
  }
}
.--10th .l-footer__links-inner {
  width: 161px;
}
@media screen and (max-width: 899px) {
  .--10th .l-footer__links-inner {
    width: 112px;
  }
}

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  background: url(../img/bg/bg_pattern.jpg) center center repeat-y;
  background-size: 100% auto;
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  position: relative;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, 0, 0);
  background: url(../img/bg/bg_filter_pc.png) center center no-repeat;
  background-size: 100% auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 899px) {
  .l-bg {
    background-image: url(../img/bg/bg_filter_sp.png);
    background-size: cover;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media not all and (max-width: 899px) {
  .p-hero {
    min-height: 100vh;
  }
}
.p-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../img/line_yellow.png) center center repeat-x;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-hero::after {
    height: 25px;
  }
}
.p-hero__wrap {
  position: relative;
  width: 100%;
}
@media not all and (max-width: 899px) {
  .p-hero__wrap {
    min-height: 96vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .is-high .p-hero__wrap {
    min-height: 85vh;
  }
}
@media screen and (max-width: 899px) {
  .p-hero__wrap {
    padding: 9.5% 0 5%;
  }
}
.p-hero__ttl {
  position: relative;
  width: 38.8%;
  margin: 0 auto;
  transform: translateY(15%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__ttl {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-hero__ttl {
    width: 74.8%;
    margin-bottom: 6%;
  }
}
.p-hero__chara {
  position: relative;
  padding-bottom: 10vh;
}
@media screen and (max-width: 899px) {
  .p-hero__chara {
    padding-bottom: 7%;
  }
}
.p-hero__chara::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 44%;
  background: #220501;
}
@media screen and (max-width: 899px) {
  .p-hero__chara::before {
    bottom: 0;
  }
}
.p-hero__chara-list {
  position: relative;
  width: 61.5%;
  margin: 0 auto;
  max-width: 1720px;
}
@media not all and (max-width: 899px) {
  .is-high .p-hero__chara-list {
    width: 80%;
  }
}
@media screen and (max-width: 899px) {
  .p-hero__chara-list {
    width: 100%;
  }
}
.p-hero__chara-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(15%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__chara-item {
  transform: translateY(0px);
  opacity: 1;
}
.p-hero__chara-item:first-child {
  position: relative;
}
.p-hero__chara-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-hero__chara-item:nth-child(2) {
  transition-delay: 0.3s;
}
.p-hero__chara-item:nth-child(3) {
  transition-delay: 0.4s;
}
.p-hero__chara-item:nth-child(4) {
  transition-delay: 0.5s;
}
.p-hero__chara-item:nth-child(5) {
  transition-delay: 0.6s;
}
.p-hero__chara-item:nth-child(6) {
  transition-delay: 0.7s;
}
.p-hero__light {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 106%;
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  mix-blend-mode: screen;
}
@media screen and (max-width: 899px) {
  .p-hero__light {
    bottom: 0;
  }
}
.p-hero__light-item {
  width: 9%;
}
.p-hero__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__curtain::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4vh;
  background: url(../img/kv/curtain_top_pc.png) center center repeat-x;
  background-size: auto 100%;
}
@media not all and (max-width: 899px) {
  .p-hero__curtain::after {
    min-height: 32px;
  }
}
@media screen and (max-width: 899px) {
  .p-hero__curtain::after {
    height: 0;
    padding-top: 4.1860465116%;
    background: url(../img/kv/curtain_top_sp.png) center center no-repeat;
    background-size: 100% auto;
  }
}
.p-hero__curtain-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-hero__curtain-inner::before, .p-hero__curtain-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  z-index: 1;
  width: 18%;
  height: 100%;
  background: url(../img/kv/curtain_pc.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-hero__curtain-inner::before, .p-hero__curtain-inner::after {
    left: 0;
    width: 100%;
    background: url(../img/kv/curtain_sp.png) top center no-repeat;
    background-size: 100% auto;
  }
}
.p-hero__curtain-inner::after {
  left: auto;
  right: -2%;
  transform: scaleX(-1);
}
@media screen and (max-width: 899px) {
  .p-hero__curtain-inner::after {
    content: none;
  }
}

.p-hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-hero_bg {
    height: calc(100% - 17px);
  }
}
.p-hero_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.p-hero_bg__container {
  transform: scale(1.4);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero_bg__container {
  transform: scale(1);
}
.p-hero_bg__list {
  position: relative;
  display: flex;
  width: 100%;
}
.p-hero_bg__list-item {
  flex-shrink: 0;
  animation: bg_loop 30s linear infinite;
}
.p-hero_bg__list:nth-child(odd) .p-hero_bg__list-item {
  animation-direction: reverse;
}
@media not all and (max-width: 899px) {
  .p-hero_bg__list-item {
    width: 102.1428571429%;
  }
  .is-high .p-hero_bg__list-item {
    width: 142.8571428571%;
  }
}
@media screen and (max-width: 899px) {
  .p-hero_bg__list-item {
    width: 185.3333333333%;
  }
}
.p-hero_bg__list-item img {
  width: 100%;
  height: auto;
}

@keyframes bg_loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-schedule {
  position: relative;
  padding-top: 58px;
  padding-bottom: 139px;
}
@media screen and (max-width: 899px) {
  .p-schedule {
    padding-top: 41px;
    padding-bottom: 92px;
  }
}
.p-schedule::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../img/line_pink.png) center center repeat-x;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-schedule::after {
    height: 25px;
  }
}
.p-schedule__bg {
  position: absolute;
  width: 70%;
  max-width: 1000px;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-schedule__bg {
    width: 100%;
  }
}
.p-schedule__bg.--bg1 {
  top: -43%;
  left: -26%;
}
@media screen and (max-width: 899px) {
  .p-schedule__bg.--bg1 {
    top: -20%;
    left: -38%;
  }
}
.p-schedule__bg.--bg2 {
  top: -23%;
  right: -29%;
}
@media screen and (max-width: 899px) {
  .p-schedule__bg.--bg2 {
    top: auto;
    bottom: -3%;
    right: -34%;
  }
}
.p-schedule__deco {
  position: absolute;
  animation: neon 4.6s linear infinite;
}
.p-schedule__deco.--deco1 {
  bottom: 15.4%;
  left: 7%;
  width: 40px;
}
@media screen and (max-width: 899px) {
  .p-schedule__deco.--deco1 {
    bottom: 7%;
    left: 8.5%;
    width: 25px;
  }
}
.p-schedule__deco.--deco2 {
  bottom: 38%;
  right: -1.5%;
  width: 74px;
  animation-delay: 1s;
}
@media screen and (max-width: 899px) {
  .p-schedule__deco.--deco2 {
    top: 22%;
    bottom: auto;
    right: 3%;
    width: 40px;
  }
}
.p-schedule__container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-schedule__container {
    width: 100%;
    max-width: 750px;
  }
}
.p-schedule__lead {
  margin-bottom: 56px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .p-schedule__lead {
    margin-bottom: 45px;
  }
}
.p-schedule__lead-main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-schedule__lead-main span {
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-schedule.is-active .p-schedule__lead-main span {
  transform: translateY(0px);
  opacity: 1;
}
.p-schedule__lead-main::before {
  content: "";
  position: absolute;
  top: -21px;
  right: -194px;
  width: 75px;
  padding-top: 81.1643835616px;
  background: url(../img/bg/bg_deco/bg_deco_1.png) center center no-repeat;
  background-size: contain;
  animation: neon 5s linear infinite;
}
@media screen and (max-width: 899px) {
  .p-schedule__lead-main::before {
    top: -31px;
    right: -41px;
    width: 45px;
    padding-top: 48.698630137px;
  }
}
@media not all and (max-width: 899px) {
  .p-schedule__lead-main {
    font-size: 21px;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__lead-main {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.p-schedule__lead-sub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-schedule__lead-sub span {
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-schedule.is-active .p-schedule__lead-sub span {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 899px) {
  .p-schedule__lead-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__lead-sub {
    font-size: 13px;
  }
}
.p-schedule__lead-sub::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -116px;
  width: 66px;
  padding-top: 66px;
  background: url(../img/bg/bg_deco/bg_deco_2.png) center center no-repeat;
  background-size: contain;
  animation: neon 4s linear 0.5s infinite;
}
@media screen and (max-width: 899px) {
  .p-schedule__lead-sub::before {
    top: auto;
    bottom: -39%;
    left: -52px;
    width: 41px;
    padding-top: 41px;
  }
}
.p-schedule__inner {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-schedule.is-active .p-schedule__inner {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 899px) {
  .p-schedule__ttl {
    position: absolute;
    top: 1.6%;
    left: 0%;
    width: 16%;
  }
}
@media not all and (max-width: 899px) {
  .p-schedule__box {
    width: 85.8%;
    margin-left: auto;
    flex-grow: 1;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__box {
    margin-top: -4.4%;
  }
  .p-schedule__box::after {
    content: "";
    position: absolute;
    bottom: -11%;
    right: 14%;
    width: 30%;
    max-width: 180px;
    padding-top: 33.6923076923%;
    background: url(../img/bg/bg_deco/bg_deco_5.png) center center no-repeat;
    background-size: contain;
  }
}
.p-schedule__box-wrap {
  background: url(../img/schedule/frame/frame_center_pc.png) center center repeat-y;
  background-size: 100% auto;
  display: flex;
}
@media not all and (max-width: 899px) {
  .p-schedule__box-wrap {
    padding: 57px 0;
    padding-left: 10.5%;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__box-wrap {
    padding: 0 11% 3%;
    background-image: url(../img/schedule/frame/frame_center_sp.png);
  }
}
.p-schedule__box-header {
  margin-right: 45px;
}
@media screen and (max-width: 899px) {
  .p-schedule__box-header {
    margin-right: 9px;
  }
}
@media not all and (max-width: 899px) {
  .p-schedule__box-step {
    width: 63px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__box-step {
    width: 54px;
  }
}
.p-schedule__box-inner {
  position: relative;
  flex-grow: 1;
}
@media not all and (max-width: 899px) {
  .p-schedule__box-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13.5%;
    width: 22%;
    padding-top: 24.7076923077%;
    background: url(../img/bg/bg_deco/bg_deco_5.png) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 1100px) {
    .p-schedule__box-inner::before {
      right: 8%;
    }
  }
}
.p-schedule__box-list-item {
  line-height: 1.6;
}
.p-schedule__box-list-item + .p-schedule__box-list-item {
  margin-top: 47px;
}
@media screen and (max-width: 899px) {
  .p-schedule__box-list-item + .p-schedule__box-list-item {
    margin-top: 25px;
  }
}
.p-schedule__box-list-item .p-in-txt {
  letter-spacing: 0.02rem;
}
@media not all and (max-width: 899px) {
  .p-schedule__box-list-item .p-in-txt {
    font-size: 18px;
  }
}
.p-schedule__box-list-item .p-in-big {
  color: #2dbf3e;
  letter-spacing: 0.02rem;
}
@media not all and (max-width: 899px) {
  .p-schedule__box-list-item .p-in-big {
    font-size: 22px;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__box-list-item .p-in-big {
    font-size: 16px;
  }
}

.p-vote {
  position: relative;
  padding-bottom: 13px;
  padding-top: 97px;
}
@media screen and (max-width: 899px) {
  .p-vote {
    padding-top: 63px;
    padding-bottom: 32px;
  }
}
.p-vote__bg {
  position: absolute;
  max-width: 1000px;
  opacity: 0.5;
  pointer-events: none;
  width: 70%;
}
@media screen and (max-width: 899px) {
  .p-vote__bg {
    width: 100%;
  }
}
.p-vote__bg.--bg1 {
  top: -43%;
  left: -26%;
}
@media screen and (max-width: 899px) {
  .p-vote__bg.--bg1 {
    top: 4%;
  }
}
.p-vote__bg.--bg2 {
  top: -23%;
  right: -29%;
}
@media screen and (max-width: 899px) {
  .p-vote__bg.--bg2 {
    top: 39%;
    right: -37%;
  }
}
.p-vote__bg.--bg3 {
  bottom: 0;
  left: 0%;
}
.p-vote__deco {
  position: absolute;
  animation: neon 5s linear infinite;
}
.p-vote__deco.--deco1 {
  top: 84px;
  left: 14.5%;
  width: 43px;
}
@media screen and (max-width: 899px) {
  .p-vote__deco.--deco1 {
    top: 53%;
    left: 5%;
    width: 27px;
  }
}
.p-vote__deco.--deco2 {
  bottom: -0.5%;
  right: 1.9%;
  width: 46px;
  animation-duration: 5.4s;
  animation-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .p-vote__deco.--deco2 {
    bottom: 21.5%;
    right: 5.5%;
    width: 46px;
  }
}
.p-vote__ttl {
  position: relative;
}
@media not all and (max-width: 899px) {
  .p-vote__ttl {
    width: 496px;
    margin: 0 auto 43px;
  }
}
@media screen and (max-width: 899px) {
  .p-vote__ttl {
    width: 88%;
    max-width: 496px;
    margin: 0 auto 42px;
  }
  .is-end .p-vote__ttl {
    margin-bottom: 30px;
  }
}
.p-vote__ttl img {
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-vote.is-active .p-vote__ttl img {
  transform: translateY(0px);
  opacity: 1;
}
.p-vote__ttl::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: -53px;
  width: 40px;
  padding-top: 49.756097561px;
  background: url(../img/bg/bg_deco/bg_deco_7.png) center center no-repeat;
  background-size: contain;
  animation: neon 4.6s linear infinite;
}
@media screen and (max-width: 899px) {
  .p-vote__ttl::before {
    bottom: -37%;
    left: 1px;
    width: 30px;
    padding-top: 37.3170731707px;
  }
}
.p-vote__ttl::after {
  content: "";
  position: absolute;
  top: -19px;
  right: -145px;
  width: 78px;
  height: 78px;
  background: url(../img/bg/bg_deco/bg_deco_6-1.png) center center no-repeat;
  background-size: contain;
  animation: neon 5s linear 1s infinite;
}
@media screen and (max-width: 899px) {
  .p-vote__ttl::after {
    top: -49%;
    right: 2.5%;
    width: 41px;
    height: 41px;
  }
}
.p-vote__end {
  position: relative;
  margin-bottom: 34px;
  display: none;
}
@media screen and (max-width: 899px) {
  .p-vote__end {
    margin-bottom: 22px;
  }
}
.is-end .p-vote__end {
  display: block;
}
@media not all and (max-width: 899px) {
  .p-vote__end::after {
    content: "";
    position: absolute;
    top: -13px;
    right: 10.5%;
    width: 40px;
    padding-top: 49.756097561px;
    background: url(../img/bg/bg_deco/bg_deco_6.png) center center no-repeat;
    background-size: contain;
    animation: neon 5.6s linear 0.5s infinite;
  }
}
.p-vote__end-inner {
  width: 36%;
  width: 500px;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-vote.is-active .p-vote__end-inner {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-vote__end-inner {
    width: 84%;
    max-width: 500px;
  }
}
.p-vote__list {
  position: relative;
}
@media not all and (max-width: 899px) {
  .p-vote__list {
    width: 88%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    gap: 0px 1%;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-vote__list::after {
    content: "";
    position: absolute;
    top: -29%;
    right: 4.5%;
    width: 50px;
    height: 50px;
    background: url(../img/bg/bg_deco/bg_deco_6.png) center center no-repeat;
    background-size: contain;
    animation: neon 5s linear 0.6s infinite;
  }
}
@media screen and (max-width: 899px) {
  .p-vote__list {
    width: 83%;
    max-width: 598px;
    margin: 0 auto;
  }
  .p-vote__list::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 14%;
    width: 25px;
    height: 25px;
    background: url(../img/bg/bg_deco/bg_deco_3.png) center center no-repeat;
    background-size: contain;
    animation: neon 4.6s linear infinite;
  }
}
.is-end .p-vote__list {
  opacity: 0.6;
  pointer-events: none;
}
.p-vote__list-item {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-vote.is-active .p-vote__list-item {
  transform: translateY(0px);
  opacity: 1;
}
.p-vote__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-vote__list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.p-vote__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.p-vote__list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.p-vote__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.p-vote__list-item:nth-child(6) {
  transition-delay: 0.7s;
}
@media screen and (max-width: 899px) {
  .p-vote__list-item + .p-vote__list-item {
    margin-top: 37px;
  }
}
.p-vote__list-item:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: -7%;
  width: 40px;
  height: 40px;
  background: url(../img/bg/bg_deco/bg_deco_2.png) center center no-repeat;
  background-size: contain;
  animation: neon 4.6s linear infinite;
}
@media not all and (max-width: 899px) {
  .p-vote__list-item:nth-child(1)::before {
    bottom: auto;
    top: -8%;
    left: -37%;
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 899px) {
  .p-vote__list-item:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -17%;
    right: -7%;
    width: 35px;
    height: 35px;
    background: url(../img/bg/bg_deco/bg_deco_6.png) center center no-repeat;
    background-size: contain;
    animation: neon 5s linear 0.6s infinite;
  }
}
.p-vote__cap {
  position: relative;
  z-index: 1;
  width: 71%;
  margin: 0 auto;
}
.p-vote__img {
  margin-top: -13%;
}
.p-vote__btn {
  width: 200px;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (max-width: 899px) {
  .p-vote__btn {
    width: 210px;
    margin-top: 9px;
  }
}
.p-vote__btn-inner {
  position: relative;
  display: block;
  padding: 16px 0;
  text-align: center;
  background: #4162c1;
  border-radius: 99px;
  font-size: 13px;
}
@media (hover: hover) {
  .p-vote__btn-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-vote__btn-inner:hover {
    transform: scale(1.1);
  }
}
.p-vote__btn-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 12px;
  height: 100%;
  background: url(../img/vote/arrow.png) center center no-repeat;
  background-size: contain;
}
@keyframes neon {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#acmncopy {
  position: relative;
}