html, body, #main {
  background: #100;
  color: #fff;
}

#header::after {
  background: rgba(0, 0, 0, 0.5);
}

#footer::after {
  background: transparent;
}

#header .nav {
  filter: drop-shadow(0 0.1em 0.25em rgba(0, 0, 0, 0.5)) drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.5));
  max-width: 16.66667em;
}

#footer {
  filter: drop-shadow(0 0 0.2em #000);
  padding-bottom: 1em;
}
#footer .foot-league {
  display: inline-block;
  width: 5em;
  height: 2em;
  margin: 0 0.25em;
  background: url(../_img/icon_league.png?v=20230727) center/contain no-repeat;
}

.logo-slogan {
  align-self: flex-end;
  margin: auto auto 0.25em 0.25em;
  height: 0.6em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.social-links a:hover, .social-links a:active {
  filter: drop-shadow(0.01em 0.02em 0.02em rgba(0, 0, 64, 0.3));
}

.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;
  pointer-events: none;
  background: #100;
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===================*/
/* MAIN PAGE CONTENT */
.dl-btn-container {
  display: block;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-bottom: 1px;
}
.dl-btn-container > * {
  display: inline-block;
  vertical-align: top;
}

.dl-btn, .play-btn, .station-btn {
  display: block;
  position: absolute;
  bottom: 0;
  width: 7.65em;
  padding-top: 3.35em;
  border-radius: 1.35em;
  transition: filter 0.3s 0.2s;
}
.dl-btn:hover, .dl-btn:focus, .dl-btn:active, .play-btn:hover, .play-btn:focus, .play-btn:active, .station-btn:hover, .station-btn:focus, .station-btn:active {
  background-position: bottom;
}

.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;
}

/*==============*/
/* PAGE CONTENT */
img {
  max-width: 100%;
  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;
  text-align: center;
  width: 32em;
  top: 0;
  left: calc(50% - 16em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 6.75em 0 0;
  min-height: 8em;
}

.title-01 {
  display: inline-block;
  margin: 0em auto 0;
  width: 7.5em;
  margin-right: 2.5em;
}

.title-02 {
  display: inline-block;
  margin: -3.8em auto 0em;
  width: 7.5em;
  margin-right: 0.5em;
}

.title-03 {
  margin: -2em auto 0;
  width: 13.5em;
  position: relative;
  z-index: 1;
}

.border {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 2.75em auto 0.75em;
  color: #f7d9af;
  text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.border img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.15em;
}
.border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 102, 0.5));
  -o-border-image: url(../_img/border.png?v=20230727) 60 fill/0.5em/0.15em;
     border-image: url(../_img/border.png?v=20230727) 60 fill/0.5em/0.15em;
  pointer-events: none;
}
.border .video {
  display: block;
  width: 15em;
  height: 8.1em;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.border h2 {
  font-size: 1em;
  margin: 0.5em 0 0;
}
.border p, .border 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 {
  font-size: larger;
  line-height: 1.333;
  color: #c50000;
}
.border a img {
  transition: filter 0.2s;
}
.border a img:hover, .border a img:active {
  filter: brightness(1.2);
}

.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;
}

a {
  color: inherit;
}

:visited {
  color: inherit;
}

.text-hilight {
  color: #ff0297;
}

.text-yellow {
  color: #fffa68;
}

.text-blue {
  color: #68fdff;
}

.text-center {
  text-align: center;
}

#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;
}

.btn-link {
  font-size: inherit;
  position: relative;
  z-index: 2;
  display: block;
  font-size: 0.65em;
  line-height: 2;
  margin: -0.5em auto 0.15em;
  border: none;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #68fdff;
  background: none;
  cursor: pointer;
}

.btn-1, .btn-2 {
  font-size: inherit;
  display: inline-block;
  margin: 0 auto 0;
  position: relative;
  margin: -0.25em;
  z-index: 1;
  width: 8.75em;
  height: 3em;
  border-radius: 0.75em;
  border: none;
  cursor: pointer;
}
.btn-1::after, .btn-1::before, .btn-2::after, .btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../_img/btn-01.png?v=20230727) top/100% auto;
  border-radius: inherit;
  animation: btnPlay1 2.4s infinite ease-in-out;
  pointer-events: none;
}
.btn-1::after, .btn-2::after {
  background-position: 0 100%;
  animation: btnPlay2 2.4s infinite ease-in-out;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
}
.btn-1:hover, .btn-1:active, .btn-2:hover, .btn-2:active {
  filter: brightness(1.1) drop-shadow(0 0 0.25em rgba(204, 170, 255, 0.5));
}
.btn-1:hover::before, .btn-1:hover::after, .btn-1:hover b, .btn-1:active::before, .btn-1:active::after, .btn-1:active b, .btn-2:hover::before, .btn-2:hover::after, .btn-2:hover b, .btn-2:active::before, .btn-2:active::after, .btn-2:active b {
  opacity: 1;
  animation: none;
}

.btn-2 {
  margin-top: -0.2em;
}
.btn-2::before, .btn-2::after {
  background-image: url(../_img/btn-02.png?v=20230727);
}

@keyframes btnPlay {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(30deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
@keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#event1 .content-01 {
  padding-top: 12em;
  filter: drop-shadow(0 0 0.5em #000);
}
#event1 .content-01 img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10.25em);
  width: 20.5em;
  height: 12.55em;
  max-width: none;
}

#rules {
  color: #551a00;
  margin-top: 0;
  text-shadow: 0 0 0.25em #ff6152, 0 0 0.25em #ff6152, 0 0 0.25em #ff6152, 0 0 0.25em #ff6152;
  padding: 0 0.5em;
  --outline: #ff6152;
}
#rules h2 {
  font-size: 0.6em;
  text-align: center;
  line-height: 1.2;
  margin: 0.25em auto;
  padding-left: 0.75em;
}
#rules ul, #rules ol {
  text-align: justify;
  font-size: 0.5em;
  font-weight: 700;
  padding-left: 2em;
  padding-right: 1em;
  margin: 0.35em auto;
  line-height: 1.3333;
}
#rules li + li {
  margin-top: 0.5em;
}
#rules button {
  color: #f43228;
}

/*==============*/
/* MODAL STYLES */
.modal {
  font: 400 60px/1.5 Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal .mask {
  position: fixed;
  top: -50vh;
  left: -50vw;
  bottom: -50vh;
  right: -50vw;
  background: rgba(0, 0, 0, 0.75);
}
@supports ((-webkit-backdrop-filter: blur(0.1rem)) or (backdrop-filter: blur(0.1rem))) {
  .modal .mask {
    -webkit-backdrop-filter: blur(0.15rem);
            backdrop-filter: blur(0.15rem);
    background: rgba(8, 8, 8, 0.8);
    transition: -webkit-backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out, -webkit-backdrop-filter 0.5s ease-out;
  }
}
.modal .btn-close {
  font: inherit;
  font-size: 0.9em;
  font-weight: 700;
  display: block;
  position: absolute;
  z-index: 2;
  right: -0.5em;
  top: -1em;
  width: 2em;
  height: 2em;
  background: url(../_img/btn-close.png?v=20230727) center/contain;
  border: none;
  outline: none;
  cursor: pointer;
  transition: filter 0.2s;
}
.modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active {
  filter: brightness(1.1) drop-shadow(0 0.1em 0.05em rgba(24, 8, 24, 0.5));
}

.modal-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100vh;
  scrollbar-width: none;
}
.modal-overflow::-webkit-scrollbar {
  width: 0px;
}

.modal-window {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 90%;
  max-width: 14em;
  min-height: 4em;
  margin: 1em auto 0.5em;
  line-height: 1.4;
  animation: pop 0.3s;
}

/* ==================== */
/* JS ANIMATION CLASSES */
.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;
  }
  #footer {
    font-size: 5vw;
  }
  .title-02, .title-01 {
    font-size: 1.5em;
  }
  .title-02 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .title-01 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .dl-btn-container {
    font-size: 1.5em;
  }
}
@media (max-width: 420px) {
  .modal-window {
    max-width: 96%;
  }
}/*# sourceMappingURL=main.css.map */