/* reset */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
/* h1, */
/* h2, */
/* h3, */
/* h4, */
/* h5, */
/* h6 { */
/*   font-size: inherit; */
/*   font-weight: inherit; */
/*   margin: 0; */
/* } */

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/* button, */
/* input, */
/* optgroup, */
/* select, */
/* textarea { */
/*   -webkit-appearance: none; */
/*   1 */
/*   appearance: none; */
/*   vertical-align: middle; */
/*   color: inherit; */
/*   font: inherit; */
/*   background: transparent; */
/*   padding: 0; */
/*   margin: 0; */
/*   border-radius: 0; */
/*   text-align: inherit; */
/*   text-transform: inherit; */
/*   2 */
/* } */

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
/* table { */
/*   border-color: inherit; */
/*   1 */
/*   border-collapse: collapse; */
/* } */

caption {
  text-align: left;
}

/* td, */
/* th { */
/*   vertical-align: top; */
/*   padding: 0; */
/* } */

/* th { */
/*   text-align: left; */
/*   font-weight: bold; */
/* } */

html {
  font-size: 62.5%;
/*   word-break: break-all; */
}

body {
  background: #111114;
}

.btn {
	border: none;
}

body .l-main,
body .l-header,
body .l-footer {
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

a:active, a:hover {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

:root {
  --color-bg: #27272A;
  --color-bg-btn: #3C3C41;
  --color-bg-hover: #46464D;
}

@keyframes open {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes close {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.l-wrapper {
  position: relative;
}

.l-header {
  background-color: #18181A;
}

.l-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
}

.l-header__logo {
  margin-right: auto;
  z-index: 100;
}

.l-gnavi__menu {
  margin-right: -9px;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 100;
}
.l-gnavi__menu::before, .l-gnavi__menu::after,
.l-gnavi__menu span::before {
  border-bottom: 2px solid #AEAEB3;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transition: .15s ease;
}
.l-gnavi__menu::before {
  margin-top: -8px;
}
.l-gnavi__menu span::before {
  margin-top: -1px;
}
.l-gnavi__menu::after {
  margin-top: 6px;
}

.is-gnavi-open .l-gnavi__menu::before {
  transform: translateY(8px) rotate(-45deg);
}
.is-gnavi-open .l-gnavi__menu span::before {
  opacity: 0;
}
.is-gnavi-open .l-gnavi__menu::after {
  transform: translateY(-6px) rotate(45deg);
}

@media screen and (min-width: 1000px) {
  .l-gnavi__menu {
    display: none;
  }
}
.l-gnavi__link {
  display: block;
  opacity: .75;
}

@media screen and (max-width: 999px) {
  .l-gnavi {
    background: #18181A;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    height: 100dvh;
    padding-top: 72px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }

  .is-gnavi-open {
    overflow: hidden;
  }
  .is-gnavi-open .l-gnavi {
    opacity: 1;
    visibility: visible;
    animation: open .2s ease forwards;
  }

  .is-gnavi-close .l-gnavi {
    opacity: 0;
    visibility: hidden;
    animation: close .2s ease forwards;
  }

  .l-gnavi__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 16px;
  }

  .l-gnavi__btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .l-gnavi__link {
    padding: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-gnavi__content {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .l-gnavi__list {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .l-gnavi__link {
    font-size: 14px;
  }

  .l-gnavi__btn {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .l-gnavi__btn--login,
  .l-gnavi__btn--register {
    min-width: 146px;
    flex-shrink: 0;
  }
  .l-gnavi__btn--login .c-button,
  .l-gnavi__btn--register .c-button {
    font-size: 14px;
    min-height: 38px;
  }
}
@media (hover: hover) {
  .l-gnavi__link:hover {
    opacity: 1;
  }
}
.l-main__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 20px;
  padding-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .l-main__inner {
    gap: 56px;
    padding-top: 40px;
    padding-bottom: 96px;
  }
}
.l-section__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.l-section__title {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .l-section__header {
    margin-bottom: 18px;
  }

  .l-section__title {
    font-size: 26px;
  }
}
.l-footer {
  background-color: #202020;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.l-footer__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.l-footer__logo {
  text-align: center;
}

.l-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
}

.l-footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 300px;
}

.l-footer-nav__tit {
  margin-bottom: 2px;
  opacity: .75;
}

.l-footer__copy {
  display: block;
  font-size: 11px;
  text-align: center;
  opacity: .55;
}

@media screen and (min-width: 1000px) {
  .l-footer__section,
  .l-footer-nav {
    flex-direction: row;
    gap: min(calc(104vw*100/1920),104px);
  }

  .l-footer-nav {
    flex-wrap: nowrap;
  }

  .l-footer-nav__list {
    min-width: auto;
  }

  .l-footer__copy {
    text-align: right;
  }
}
@media (hover: hover) {
  .l-footer-nav__link:hover {
    text-decoration: underline;
  }
}
.c-button {
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  padding: 0 .5em;
}

.c-button--login {
  background: var(--color-bg-btn);
}

.c-button--register {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c-button--register::before {
  background: linear-gradient(to right, #4104E5, #E8679E);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (hover: hover) {
  .c-button--login {
    transition: background .2s;
  }
  .c-button--login:hover {
    background: var(--color-bg-hover);
  }

  .c-button--register::before {
    transition: left .5s;
  }
  .c-button--register:hover::before {
    left: -50%;
  }
}
.c-arrow {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 100;
  transition: opacity .25s;
  pointer-events: none;
}
.c-arrow.c-arrow__prev {
  left: 10px;
}
.c-arrow.c-arrow__next {
  right: 10px;
}

.c-arrow__btn {
  background-color: #FFFFFF;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.5%22%20height%3D%2216.136%22%3E%3Cpath%20fill%3D%22%23111114%22%20d%3D%22M1.432%2016.136%200%2014.7l6.636-6.636L0%201.432%201.432%200%209.5%208.068Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.c-arrow__prev .c-arrow__btn {
  transform: scale(-1, 1);
}

.swiper-button-disabled {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .c-arrow.c-arrow__prev {
    left: calc(16px + 10px);
  }
  .c-arrow.c-arrow__next {
    right: calc(16px + 10px);
  }
}
@media (hover: hover) {
  .c-card:hover .c-arrow,
  .c-rank:hover .c-arrow {
    opacity: 1;
    pointer-events: auto;
  }

  .c-arrow__btn {
    transition: background .2s;
  }
  .c-arrow__btn:hover {
    background-color: #dadada;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-arrow.c-arrow__prev {
    left: calc(16px + 10px);
  }
  .c-arrow.c-arrow__next {
    right: calc(16px + 10px);
  }
}
.c-link--more {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210.191%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m.9%2010.191-.9-.9L4.191%205.1%200%20.9.9%200%206%205.1Z%22%2F%3E%3C%2Fsvg%3E);
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 44px;
  height: 26px;
}

.c-link--more-txt {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-link--more {
    background-color: var(--color-bg-btn);
    background-image: none;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 11px;
    padding: .6em 2.2em;
    margin-left: auto;
  }

  .c-link--more-txt {
    display: inline;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-link--more {
    transition: background .2s;
  }
  .c-link--more:hover {
    background: var(--color-bg-hover);
  }
}
.c-card {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  z-index: 0;
}
.c-card .c-arrow {
  padding-top: calc(calc(186px / 2) - calc(44px / 2));
}

.c-card__container {
  width: 100%;
  height: 100%;
}

.c-card__item {
  width: 213px;
}

.c-card__link {
  display: block;
}

.c-card__header {
  position: relative;
  height: 186px;
}

.c-card__image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-card__image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__image::after {
  background: linear-gradient(transparent 50%, #000);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
}

.c-card__header-info {
  padding: 8px 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.c-card__header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.c-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.c-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.c-card__date {
  font-size: 14px;
}

.c-card__content-info {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.c-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 10px;
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .c-card {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-card {
    margin-bottom: calc(-10px - 17px);
    margin-top: -10px;
  }
  .c-card .c-arrow {
    padding-top: calc(calc(186px / 2) - calc(44px / 2) + 10px);
  }

  .c-card__link {
    padding: 10px 0;
  }
  .c-card__link img {
    transition: transform .2s;
  }

  .c-card__header {
    z-index: 0;
  }
  .c-card__header:before {
    border: 4px solid transparent;
    background: linear-gradient(to bottom right, #4104E5, #E8679E) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    border-radius: 22px;
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    opacity: 0;
    transform: scale(0.96);
    transition-duration: .2s;
    transition-property: opacity,transform;
  }

  .c-card__content {
    transition: transform .2s;
  }

  .c-card__content-info {
    padding-bottom: 17px;
  }

  .c-card__link:hover img {
    transform: scale(1.05);
  }
  .c-card__link:hover .c-card__description {
    -webkit-line-clamp: 2;
  }
  .c-card__link:hover .c-card__header:before {
    opacity: 1;
    transform: scale(1);
  }
  .c-card__link:hover .c-card__content {
    transform: translateY(6px);
  }
  .c-card__link:hover .c-card__content-info {
    padding-bottom: 0;
  }
}
.c-icon {
  line-height: 1;
}

.c-icon--points {
  background: linear-gradient(to right, #F4926A, #E4639C);
  border-radius: 100px;
  font-size: 10px;
  padding: .3em .7em;
  flex-shrink: 0;
}

.c-icon--prize {
  background-color: #3D3D41;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: bold;
  flex-shrink: 0;
  padding: .5em .7em;
  position: relative;
}
.c-icon--prize::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.649%22%20height%3D%2212.132%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.08%201.517h-2.464V.569A.567.567%200%200%200%2010.047%200H3.6a.567.567%200%200%200-.569.569v.948H.569A.567.567%200%200%200%200%202.085v1.327A3.092%203.092%200%200%200%201.467%205.8a5.551%205.551%200%200%200%202.607.988%205.242%205.242%200%200%200%201.613%201.743v1.706H4.55a1.367%201.367%200%200%200-1.517%201.327v.284a.285.285%200%200%200%20.284.284h7.014a.285.285%200%200%200%20.284-.284v-.284A1.367%201.367%200%200%200%209.1%2010.237H7.962V8.531a5.242%205.242%200%200%200%201.614-1.744%205.532%205.532%200%200%200%202.606-.987%203.1%203.1%200%200%200%201.467-2.386V2.085a.567.567%200%200%200-.569-.568ZM2.353%204.569a1.743%201.743%200%200%201-.836-1.156v-.38h1.521a8.511%208.511%200%200%200%20.3%202.043%203.819%203.819%200%200%201-.985-.507Zm9.779-1.156a1.821%201.821%200%200%201-.832%201.156%203.834%203.834%200%200%201-.99.507%208.511%208.511%200%200%200%20.3-2.043h1.524Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
}

.c-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  white-space: normal;
  padding: 0 20px 0 0;
}

.c-scroll::-webkit-scrollbar {
  width: 4px;
}

.c-scroll::-webkit-scrollbar-track {
  background-color: #2D2D2D;
  border-color: #111114;
  border-style: solid;
  border-width: 0 1px;
}

.c-scroll::-webkit-scrollbar-thumb {
  background-color: #5C5C62;
}

.c-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #7f7f86;
}

@media screen and (min-width: 768px) {
  .c-scroll {
    padding-right: 40px;
  }
}
.c-sponsor-card {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.c-sponsor-card__item {
  width: 100px;
}

.c-sponsor-card__link {
  display: block;
}

.c-sponsor-card__logo {
  background-color: var(--color-bg);
  border-radius: 12px;
  overflow: hidden;
}

.c-sponsor-card__name {
  font-size: 10px;
  opacity: .75;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .c-sponsor-card {
    gap: 16px 21px;
  }

  .c-sponsor-card__item {
    width: 161px;
  }

  .c-sponsor-card__name {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (hover: hover) {
  .c-sponsor-card__logo {
    transition: background .2s;
  }
  .c-sponsor-card__logo:hover {
    background-color: var(--color-bg-hover);
  }

  .c-sponsor-card__name:hover {
    text-decoration: underline;
  }
}
.c-news__scroll {
  max-height: 224px;
}

.c-news {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-news__category {
  background-color: #313131;
  display: inline-block;
  font-size: 10px;
  padding: .2em;
  text-align: center;
  min-width: 89px;
  margin-right: 8px;
}

.c-news__date {
  display: inline-block;
  font-size: 12px;
}

.c-news__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .c-news__scroll {
    max-height: 134px;
  }

  .c-news {
    gap: 10px;
  }

  .c-news__content {
    display: flex;
    align-items: center;
  }

  .c-news__category {
    font-size: 12px;
    min-width: 100px;
  }

  .c-news__date {
    font-size: 14px;
    order: 1;
    margin-left: auto;
  }

  .c-news__description {
    font-size: 14px;
    margin-top: 2px;
  }
}
@media (hover: hover) {
  .c-news__description:hover {
    text-decoration: underline;
  }
}
.c-rank {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  z-index: 0;
}
.c-rank .c-arrow {
  padding-top: calc(calc(206px / 2) - calc(44px / 2));
}

.c-rank__container {
  width: 100%;
  height: 100%;
}

.c-rank__item {
  width: 294px;
  position: relative;
}
.c-rank__item:not(:last-child)::after {
  border-right: 1px solid #2D2D2D;
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
}

.c-rank__link {
  display: block;
}

.c-rank__header {
  height: 206px;
}

.c-rank__image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-rank__image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-rank__content {
  margin-top: 10px;
}

.c-rank__period {
  font-size: 10px;
  margin-bottom: 5px;
}

.c-rank__title {
  font-size: 18px;
  font-weight: bold;
}

.c-rank__scoreboard {
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .c-rank {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-rank .c-arrow {
    padding-top: calc(calc(232px / 2) - calc(44px / 2));
  }

  .c-rank__item {
    width: 335px;
  }
  .c-rank__item:not(:last-child)::after {
    right: -16px;
  }

  .c-rank__header {
    height: 232px;
  }

  .c-rank__content {
    margin-top: 18px;
  }

  .c-rank__period {
    font-size: 12px;
  }

  .c-rank__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-rank {
    margin-bottom: -10px;
    margin-top: -10px;
  }
  .c-rank .c-arrow {
    padding-top: calc(calc(232px / 2) - calc(44px / 2) + 10px);
  }

  .c-rank__link {
    padding: 10px 0;
  }
  .c-rank__link img {
    transition: transform .2s;
  }

  .c-rank__header {
    position: relative;
    z-index: 0;
  }
  .c-rank__header:before {
    border: 4px solid transparent;
    background: linear-gradient(to bottom right, #4104E5, #E8679E) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    border-radius: 22px;
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    opacity: 0;
    transform: scale(0.96);
    transition-duration: .2s;
    transition-property: opacity,transform;
  }

  .c-rank__details {
    transition: transform .2s;
  }

  .c-rank__link:hover img {
    transform: scale(1.05);
  }
  .c-rank__link:hover .c-rank__header:before {
    opacity: 1;
    transform: scale(1);
  }
  .c-rank__link:hover .c-rank__details {
    transform: translateY(6px);
  }
}
.c-scoreboard {
  width: 100%;
}

.c-scoreboard__head .c-scoreboard__header {
  font-size: 10px;
}
.c-scoreboard__head .c-scoreboard__row {
  min-height: 36px;
}

.c-scoreboard__header {
  opacity: .46;
}

.c-scoreboard__row {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  padding: 10px;
  padding-left: 5px;
  min-height: 32px;
  overflow: hidden;
}

.c-scoreboard__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-scoreboard__body .c-scoreboard__row {
  background-color: var(--color-bg);
  border-radius: 12px;
  position: relative;
  z-index: 0;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(1):before, .c-scoreboard__body .c-scoreboard__row:nth-child(2):before, .c-scoreboard__body .c-scoreboard__row:nth-child(3):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(140*100%/294);
  opacity: .24;
  z-index: -1;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__rank, .c-scoreboard__body .c-scoreboard__row:nth-child(2) .c-scoreboard__rank, .c-scoreboard__body .c-scoreboard__row:nth-child(3) .c-scoreboard__rank {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__rank::before, .c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__rank::after, .c-scoreboard__body .c-scoreboard__row:nth-child(2) .c-scoreboard__rank::before, .c-scoreboard__body .c-scoreboard__row:nth-child(2) .c-scoreboard__rank::after, .c-scoreboard__body .c-scoreboard__row:nth-child(3) .c-scoreboard__rank::before, .c-scoreboard__body .c-scoreboard__row:nth-child(3) .c-scoreboard__rank::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.027%22%20height%3D%2215.082%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.023%2014.849a2.608%202.608%200%200%200-1.348-.845%202.364%202.364%200%200%200-1.423-.014%204.083%204.083%200%200%200%201.191%201.019%202.786%202.786%200%200%200%201.58-.16Zm-.212-.839a1.863%201.863%200%200%201-.695-1%202.785%202.785%200%200%201%20.122-1.469%206.486%206.486%200%200%201%20.588%201.257%203.02%203.02%200%200%201-.017%201.207ZM3.53%2012.198a2.521%202.521%200%200%201-.5-1.26%201.4%201.4%200%200%201%20.353-1.031%204.243%204.243%200%200%201%20.343%201.065%204.459%204.459%200%200%201-.191%201.225Zm-.238.565a2.834%202.834%200%200%200-1.433-1.066%203.1%203.1%200%200%200-1.073-.171%203.691%203.691%200%200%200%201.11%201.312%201.91%201.91%200%200%200%201.4-.075ZM2.364%2010.2a2.63%202.63%200%200%201-.092-1.353%201.334%201.334%200%200%201%20.622-.859%204.415%204.415%200%200%201%20.005%201.118%204.365%204.365%200%200%201-.53%201.093Zm-.419.362A3.052%203.052%200%200%200%20.934%209.116a2.721%202.721%200%200%200-.939-.5%203.74%203.74%200%200%200%20.641%201.57%201.859%201.859%200%200%200%201.314.373Zm-.129-2.565a2.464%202.464%200%200%201%20.235-1.244%201.188%201.188%200%200%201%20.76-.609%204.1%204.1%200%200%201-.258%201.009%203.933%203.933%200%200%201-.73.844Zm.068-2.112a1.984%201.984%200%200%201%20.489-.9.96.96%200%200%201%20.734-.281%203.308%203.308%200%200%201-.448.711%203.144%203.144%200%200%201-.77.47Zm-.507%202.246a2.668%202.668%200%200%200-.606-1.423%202.172%202.172%200%200%200-.7-.6A3.408%203.408%200%200%200%20.35%207.569a1.594%201.594%200%200%200%201.032.562Zm.853-3.85a2.017%202.017%200%200%201%20.495-.927.945.945%200%200%201%20.752-.274%203.327%203.327%200%200%201-.455.733%203.111%203.111%200%200%201-.786.468Zm-.393.073a2.006%202.006%200%200%200-.038-1.264%202.629%202.629%200%200%200-.347-.678%202.769%202.769%200%200%200-.217%201.187%201.356%201.356%200%200%200%20.608.755Zm-.4%201.573a2.063%202.063%200%200%200-.368-1.246%202.74%202.74%200%200%200-.521-.584%202.846%202.846%200%200%200%20.094%201.236%201.4%201.4%200%200%200%20.802.593Zm1.327-3.292a1.606%201.606%200%200%201%20.63-.593.768.768%200%200%201%20.662%200%202.643%202.643%200%200%201-.548.45%202.445%202.445%200%200%201-.737.142Zm-.437.427a1.608%201.608%200%200%200%20.3-1.019%203.093%203.093%200%200%200-.1-.644%202.27%202.27%200%200%200-.48.883%201.21%201.21%200%200%200%20.287.777Zm1.2-1.521A1.049%201.049%200%200%201%204%201.208a.525.525%200%200%201%20.444.074%201.7%201.7%200%200%201-.406.246%201.636%201.636%200%200%201-.504.013Zm-.483.168a1.1%201.1%200%200%200%20.332-.638%202.314%202.314%200%200%200%20.021-.445%201.484%201.484%200%200%200-.434.518.856.856%200%200%200%20.088.565Zm.9-.96a.708.708%200%200%201%20.227-.563.863.863%200%200%201%20.634-.181%201.432%201.432%200%200%201-.328.485%201.62%201.62%200%200%201-.532.258Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 5px;
  height: 15px;
  z-index: -1;
  pointer-events: none;
  flex-shrink: 0;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__rank::after, .c-scoreboard__body .c-scoreboard__row:nth-child(2) .c-scoreboard__rank::after, .c-scoreboard__body .c-scoreboard__row:nth-child(3) .c-scoreboard__rank::after {
  transform: scale(-1, 1);
}
.c-scoreboard__body .c-scoreboard__row:nth-child(1) {
  min-height: 40px;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(1)::before {
  background: linear-gradient(to right, #ffbf00, rgba(255, 191, 0, 0) 50%);
}
.c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__player,
.c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__score {
  font-size: 11px;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(2) {
  min-height: 36px;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(2)::before {
  background: linear-gradient(to right, #cacacb, rgba(202, 202, 203, 0) 50%);
}
.c-scoreboard__body .c-scoreboard__row:nth-child(3) {
  min-height: 36px;
}
.c-scoreboard__body .c-scoreboard__row:nth-child(3)::before {
  background: linear-gradient(to right, #ffac7e, rgba(255, 172, 126, 0) 50%);
}

.c-scoreboard__rank {
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  width: calc(36*100%/294);
  flex-shrink: 0;
}

.c-scoreboard__player {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  width: calc(120*100%/294);
  flex-shrink: 0;
}

.c-scoreboard__score {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: right;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .c-scoreboard__row {
    padding-left: 0;
    min-height: 36px;
  }

  .c-scoreboard__body .c-scoreboard__row:nth-child(1) {
    min-height: 46px;
  }
  .c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__player,
  .c-scoreboard__body .c-scoreboard__row:nth-child(1) .c-scoreboard__score {
    font-size: 14px;
  }
  .c-scoreboard__body .c-scoreboard__row:nth-child(2) {
    min-height: 42px;
  }
  .c-scoreboard__body .c-scoreboard__row:nth-child(3) {
    min-height: 42px;
  }

  .c-scoreboard__rank {
    font-size: 16px;
    width: calc(36*100%/294);
  }

  .c-scoreboard__player {
    font-size: 12px;
    width: calc(120*100%/294);
  }

  .c-scoreboard__score {
    font-size: 12px;
  }
}
.c-language__btn {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 20px auto;
}
.c-language__btn::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2020a9.722%209.722%200%200%201-3.871-.785%2010.08%2010.08%200%200%201-5.343-5.344A9.7%209.7%200%200%201%200%2010a9.691%209.691%200%200%201%20.785-3.883A10.121%2010.121%200%200%201%206.129.785%209.722%209.722%200%200%201%2010%200a9.686%209.686%200%200%201%203.882.785%2010.152%2010.152%200%200%201%205.333%205.332A9.694%209.694%200%200%201%2020%2010a9.722%209.722%200%200%201-.785%203.871%2010.118%2010.118%200%200%201-5.333%205.344A9.686%209.686%200%200%201%2010%2020m-2.507-5.651a12.98%2012.98%200%200%200%20.849%202.276%2014.031%2014.031%200%200%200%201.231%202.051l.427.593.426-.592a13.967%2013.967%200%200%200%201.231-2.052%2013.048%2013.048%200%200%200%20.852-2.276l.181-.665H7.312Zm6.154-.26a15.081%2015.081%200%200%201-.573%201.868%2014.108%2014.108%200%200%201-.8%201.736l-.634%201.158%201.257-.4A8.112%208.112%200%200%200%2015.7%2016.9a9.329%209.329%200%200%200%202.022-2.426l.458-.791h-4.438Zm-11.365.385A9.319%209.319%200%200%200%204.3%2016.9a8.1%208.1%200%200%200%202.8%201.546l1.253.4-.629-1.156a14.037%2014.037%200%200%201-.8-1.737%2015.263%2015.263%200%200%201-.573-1.868l-.1-.405H1.823Zm11.777-6.5a12.527%2012.527%200%200%201%20.153%202.025%2013.465%2013.465%200%200%201-.153%202.026l-.092.605h4.6l.1-.4a9.779%209.779%200%200%200%20.209-1.1%209.284%209.284%200%200%200%200-2.267%209.824%209.824%200%200%200-.209-1.1l-.1-.4h-4.6Zm-7.054-.157a14.573%2014.573%200%200%200-.122%203.289c.027.354.068.713.122%201.077l.067.448h5.853l.068-.447A14.134%2014.134%200%200%200%2013.157%2010a13.669%2013.669%200%200%200-.164-2.184l-.068-.447H7.073Zm-5.673-.051a9.582%209.582%200%200%200-.209%201.1%209.267%209.267%200%200%200%200%202.265%209.626%209.626%200%200%200%20.209%201.1l.1.4h4.6l-.091-.6q-.076-.507-.114-1C5.8%2010.7%205.789%2010.355%205.789%2010s.013-.7.038-1.026.063-.663.114-1l.091-.6h-4.6Zm10.943-5.461a14.13%2014.13%200%200%201%20.8%201.738%2015.093%2015.093%200%200%201%20.572%201.868l.1.4h4.435l-.458-.791A9.3%209.3%200%200%200%2015.7%203.1a8.133%208.133%200%200%200-2.8-1.547l-1.257-.4Zm-2.7-.982a13.9%2013.9%200%200%200-1.232%202.051%2012.921%2012.921%200%200%200-.851%202.278l-.181.664h5.378l-.181-.665a13.08%2013.08%200%200%200-.852-2.276%2013.857%2013.857%200%200%200-1.231-2.052L10%20.733ZM7.1%201.552A8.109%208.109%200%200%200%204.3%203.1a9.291%209.291%200%200%200-2.019%202.425l-.458.791h4.435l.1-.4a15.167%2015.167%200%200%201%20.573-1.869%2014.111%2014.111%200%200%201%20.8-1.738l.629-1.155Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
}

.c-language__btn-txt {
  opacity: .75;
}

.c-language__back {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-language__back::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210.191%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m5.1%2010.191.9-.9L1.809%205.1%206%20.9%205.1%200%200%205.1Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 6px;
  height: 10px;
}

.c-language__link {
  display: block;
}

@media screen and (max-width: 999px) {
  .c-language__dropdown {
    background: #18181A;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    height: 100dvh;
    padding-top: 72px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }

  .is-language-open {
    overflow: hidden;
  }
  .is-language-open .c-language__dropdown {
    opacity: 1;
    visibility: visible;
    animation: open .2s ease forwards;
  }

  .is-language-close .c-language__dropdown {
    opacity: 0;
    visibility: hidden;
    animation: close .2s ease forwards;
  }

  .c-language__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 16px;
  }

  .c-language__link {
    padding: 14px;
    text-align: center;
    opacity: .75;
  }
  .c-language__link.is-current {
    opacity: .38;
  }
}
@media screen and (min-width: 1000px) {
  .c-language {
    position: relative;
  }

  .c-language__dropdown {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .c-language__btn {
    position: relative;
    z-index: 0;
  }

  .c-language__btn-txt {
    display: none;
  }

  .c-language__back {
    display: none;
  }

  .c-language__content {
    position: absolute;
    right: 0;
    bottom: -40px;
  }

  .c-language__list {
    background-color: var(--color-bg);
    border-radius: 12px;
    padding: 4px;
    min-width: 60px;
  }

  .c-language__link {
    border-radius: 100px;
    font-size: 14px;
    padding: 2px 6px;
  }
  .c-language__link.is-current {
    opacity: .5;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .c-language__btn:hover::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -20px;
    right: -10px;
    bottom: -24px;
    z-index: -1;
  }
  .c-language__btn:hover + .c-language__dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .c-language__dropdown {
    transition: opacity .2s;
  }
  .c-language__dropdown:hover {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .c-language__link {
    transition: background .2s;
  }
  .c-language__link:not(.is-current):hover {
    background-color: var(--color-bg-hover);
  }
}
.p-ongoing .l-section__container {
  background-color: var(--color-bg);
  border-radius: 16px;
  padding: 20px;
}
.p-ongoing .c-card {
  margin-left: -20px;
  margin-right: -20px;
}
.p-ongoing .c-card .c-arrow {
  padding-top: calc(calc(206px / 2) - calc(44px / 2));
}
.p-ongoing .c-card__item {
  width: 274px !important;
}
.p-ongoing .c-card__header {
  height: 206px;
}
.p-ongoing .c-card__date {
  font-size: 12px;
}
.p-ongoing .c-icon--prize {
  background: linear-gradient(to right, #4104E5, #E8679E);
}
.p-ongoing .c-arrow.c-arrow__prev {
  left: -6px;
}
.p-ongoing .c-arrow.c-arrow__next {
  right: -6px;
}

@media screen and (min-width: 768px) {
  .p-ongoing .l-section__container {
    padding: 32px 60px 48px;
  }
  .p-ongoing .c-card {
    margin-left: -60px;
    margin-right: -60px;
  }
  .p-ongoing .c-card .c-arrow {
    padding-top: calc(calc(252px / 2) - calc(44px / 2));
  }
  .p-ongoing .c-card__item {
    width: 336px !important;
  }
  .p-ongoing .c-card__header {
    height: 252px;
  }
  .p-ongoing .c-card__header-info {
    padding: 10px 16px;
  }
  .p-ongoing .c-card__content {
    margin-top: 14px;
  }
  .p-ongoing .c-card__title {
    font-size: 18px;
  }
  .p-ongoing .c-icon--prize {
    font-size: 14px;
  }
  .p-ongoing .c-icon--points {
    font-size: 12px;
  }
  .p-ongoing .c-arrow.c-arrow__prev {
    left: calc(16px + 60px);
  }
  .p-ongoing .c-arrow.c-arrow__next {
    right: calc(16px + 60px);
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-ongoing .c-card .c-arrow {
    padding-top: calc(calc(252px / 2) - calc(44px / 2) + 10px);
  }
}
.p-free .l-section__container {
  background-color: var(--color-bg);
  border-radius: 12px;
  padding: 20px;
}
.p-free .c-card {
  margin-left: -20px;
  margin-right: -20px;
}
.p-free .c-card__title {
  font-size: 14px;
}
.p-free .c-arrow.c-arrow__prev {
  left: -6px;
}
.p-free .c-arrow.c-arrow__next {
  right: -6px;
}

@media screen and (min-width: 768px) {
  .p-free .l-section__container {
    padding: 32px 40px 40px 40px;
  }
  .p-free .c-card {
    margin-left: -40px;
    margin-right: -40px;
  }
  .p-free .c-arrow.c-arrow__prev {
    left: 16px;
  }
  .p-free .c-arrow.c-arrow__next {
    right: 16px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-free .c-card {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 768px) {
  .p-sponsor {
    margin-top: 20px;
  }
}
.u-inner {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .u-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .u-inner:not(.l-header__inner) {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1440px + calc(24px * 2));
    width: 100%;
  }
  .u-inner.p-ongoing {
    max-width: calc(1560px + calc(24px * 2));
  }
}
