html, body, #main {
  background: linear-gradient(#5c266e, #25104d 80%);
  color: #fff;
}

#header::after {
  background: transparent;
}

#footer::after {
  background: transparent;
}

#header {
  position: absolute;
  height: 1.8em;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  color: #fff;
}
#header .nav {
  display: block;
  align-items: center;
  width: 100%;
  max-width: 16.66667em;
  height: 100%;
  margin: 0 auto;
  padding: 0.2em;
  filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
}
#header .nav-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.2em;
}
#header .nav-item {
  list-style: none;
  display: block;
}
#header .nav-space {
  list-style: none;
  flex: 1 1 auto;
}
#header .nav-link {
  transition: filter 0.15s;
}
#header .nav-link:hover, #header .nav-link:active {
  filter: drop-shadow(0.01em 0.08em 0.05em rgba(0, 0, 0, 0.5)) brightness(1.1);
}
#header .nav-icon {
  display: block;
  width: auto;
  color: inherit;
  border: 0 solid;
  border-radius: 100%;
  box-shadow: inset 0 0 0 currentColor, inset 0 0 0 0.05em currentColor;
  transition: color 0.15s, background 0.15s, box-shadow 0s;
}
#header .nav-icon:hover, #header .nav-icon:active {
  color: #00B900;
  background: #fff;
  box-shadow: inset 0 0 0 0.065em currentColor, 0 0 0.1em currentColor;
}
#header .nav-yt:hover, #header .nav-yt:active {
  color: #FF0000;
}
#header .nav-fb:hover, #header .nav-fb:active {
  color: #0866FF;
}
#header .nav-ig:hover, #header .nav-ig:active {
  color: #E4007F;
}
#header .nav-line:hover, #header .nav-line:active {
  color: #00B900;
}
#header img, #header svg {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 1.4em;
}

#main {
  display: flow-root;
  padding-top: 0.1px;
}

#footer {
  filter: drop-shadow(0 0.1em 0.25em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(32, 0, 0, 0.5));
  padding-bottom: 1em;
}

.foot {
  padding-right: 1em;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  z-index: -5;
  width: 32em;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(#5c266e, #25104d 80%);
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.aside-container {
  position: fixed;
  bottom: 0.6em;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
  padding: 0 0.5em;
  pointer-events: none;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
.btn-play {
  position: relative;
  z-index: 1;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: -1.65em 0 -2.65em auto;
  width: 4em;
  height: 4em;
  background: url(../_img/btn-play.png) top/100% auto no-repeat;
  animation: btnPlay 1s infinite step-end;
  transition: transition 1s, opacity 1s, filter 0.1s;
}
.btn-play:hover, .btn-play:active {
  animation: none;
  background-position: bottom;
  filter: brightness(1.1) drop-shadow(0 0 0.1em #fa0);
}

@keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
/*==============*/
/* PAGE CONTENT */
#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 16em;
  max-width: 960px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

iframe {
  width: 960px;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 92%;
  max-width: 920px;
  margin: 0 auto;
}

.head-title {
  display: block;
  position: relative;
  width: 16em;
  top: 0;
  left: calc(50% - 8em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 6.5em;
  min-height: 2em;
}

.logo {
  width: 11.1333em;
  height: auto;
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 1.5em auto 0.5em;
  color: #192873;
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: drop-shadow(0 0 0.05em #fff) drop-shadow(0 0 0.05em #fd0) drop-shadow(0 0 0.15em #fa0);
  -o-border-image: url(../_img/border%EF%B9%96v=20230731.png) 90 105 45 fill/1.5em 1.5em 0.75em/1.5em 1.5em 0.75em;
     border-image: url(../_img/border%EF%B9%96v=20230731.png) 90 105 45 fill/1.5em 1.5em 0.75em/1.5em 1.5em 0.75em;
  pointer-events: none;
}
.border .video, .border .video-preview, .border2 .video, .border2 .video-preview {
  display: block;
  width: 15em;
  height: 8.1em;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.border .video-preview, .border2 .video-preview {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(0, 0, 0, 0.5);
}
.border img, .border2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.border h2, .border2 h2 {
  font-size: 1em;
  margin: 0.5em 0 0;
}
.border p, .border ol, .border2 p, .border2 ol {
  font-size: 0.66667em;
  line-height: 1.5;
  padding: 0 1em;
  margin: 0.75em auto 0.75em;
  text-align: center;
}
.border p b, .border ol b, .border2 p b, .border2 ol b {
  font-size: larger;
  line-height: 1.333;
  color: #c50000;
}
.border a img, .border2 a img {
  transition: filter 0.2s;
}
.border a img:hover, .border a img:active, .border2 a img:hover, .border2 a img:active {
  filter: brightness(1.2);
}

.border2 {
  margin-top: 1em;
}
.border2::after {
  -o-border-image: none;
     border-image: none;
  border: 0 solid transparent;
  border-radius: 0.05em;
  -o-border-image: linear-gradient(#ffdc38, #ff9c1c) 5/0.1em;
     border-image: linear-gradient(#ffdc38, #ff9c1c) 5/0.1em;
  box-shadow: 0 0 0 0.06em #fff;
  filter: drop-shadow(0 0 0.2em #000);
}

a.border2 img {
  transition: filter 0.2s, transform 0.3s;
}
a.border2 img:hover {
  transform: scale(1.005);
  filter: brightness(1.1) drop-shadow(0 0 0.25em #000);
}

.title {
  font-size: 0.8em;
  margin: 0 auto 0.5em;
  padding: 0.15em 0.65em;
  text-align: center;
  text-shadow: 0.025em 0.05em 0.05em #000;
  background: linear-gradient(67.5deg, #8000f3 6%, #bb5ffe 6.1%, #bb5ffe 8%, #8000f3 8%, #8000f3 9.9%, #bb5ffe 10%, #bb5ffe 19.9%, #8000f3 20%);
  box-shadow: inset 0.05em 0.1em 0.15em rgba(255, 255, 255, 0.25), inset -0.05em -0.1em 0.15em rgba(0, 0, 0, 0.35);
  border-top-left-radius: 0.15em;
  border-top-right-radius: 0.15em;
}

.fade-up {
  transform: translate(0, 1em);
  position: relative;
}

.fade-up, .fade-left, .fade-right, .fade-down, .fade-in {
  opacity: 0;
  transition: opacity 1.6s, transform 1s;
}
.fade-up.faded, .fade-left.faded, .fade-right.faded, .fade-down.faded, .fade-in.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translate(0, 1em);
}

.fade-down {
  transform: translate(0, -1em);
}

.fade-left {
  transform: translate(1em, 0);
}

.fade-right {
  transform: translate(-1em, 0);
}

.bg-area.fade-up, .bg-area .fade-up {
  transform: none;
}

.anim-float {
  animation: floating 10s infinite ease-in-out;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
@keyframes blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -0.2em);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@media (max-height: 720px) {
  .modal {
    font-size: 6vmin;
  }
}
@media (max-width: 666px) {
  #main, .modal {
    font-size: 6vw;
  }
}
@media (max-width: 420px) {
  #rules {
    font-size: 27px;
    padding: 0 0;
  }
  .modal-window {
    max-width: 96%;
  }
}/*# sourceMappingURL=main.css.map */