a:focus {
  outline: none; }

@property --cover {
  syntax: "<number>";
  inherits: false;
  initial-value: 1; }
#closers-main {
  width: 100%;
  overflow-x: clip;
  font-family: "Inter", sans-serif;
  color: #333; }
  #closers-main section {
    position: relative;
    width: 100%; }

.news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 6.72px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase; }
  .news-tag.tag-notice {
    background-color: #f49a9a; }
  .news-tag.tag-event {
    background-color: #29a15e; }
  .news-tag.tag-update {
    background-color: #f5cc00; }
  .news-tag.tag-shop {
    background-color: #ff8a00; }
  .news-tag.tag-gmnote {
    background-color: #1c6dc9; }
  .news-tag.tag-winners {
    background-color: #282aae; }

.main-hero {
  height: min(56.25vw, 100vh);
  background-color: #000;
  color: #fff;
  overflow: hidden;
  --hero-scale: clamp(0.5, min(tan(atan2(100vw, 1920px)), tan(atan2(100vh, 1080px))), 2); }
  @supports (scale: calc(1px / 1px)) {
    .main-hero {
      --hero-scale: clamp(0.5, min(100vw / 1920px, 100vh / 1080px), 2); } }
  .main-hero .hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden; }
    .main-hero .hero-bg .hero-fallback,
    .main-hero .hero-bg .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .main-hero .hero-bg .hero-light {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: screen;
      opacity: 0.55;
      pointer-events: none;
      animation: hero-light-pulse 6s ease-in-out infinite; }
  .main-hero .hero-stage {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1920px;
    height: 1080px;
    z-index: 2;
    transform: translate(-50%, -50%) scale(var(--hero-scale)); }
  .main-hero .hero-logo {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 2;
    width: calc(804px * max(1, var(--hero-scale)));
    max-width: 60%; }
    .main-hero .hero-logo img {
      width: 100%;
      height: auto;
      display: block; }
  .main-hero .hero-cards {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px; }
  .main-hero .hero-cover {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1920px;
    height: 1080px;
    transform: translate(-50%, -50%) scale(var(--cover));
    --cover: tan(atan2(100vw, 1920px));
    pointer-events: none; }
    @supports (scale: calc(1px / 1px)) {
      .main-hero .hero-cover {
        --cover: calc(100vw / 1920px); } }
  .main-hero .hero-char {
    position: absolute;
    height: auto;
    display: block;
    will-change: transform;
    animation: hero-char-float var(--dur, 4.5s) ease-in-out infinite;
    animation-delay: var(--delay, 0s); }
  .main-hero .hero-char--luna {
    left: 548px;
    top: 155px;
    width: 300px;
    --dur: 4.0s;
    --delay: -0.9s;
    --float: 13px; }
  .main-hero .hero-char--seha {
    left: 71px;
    top: 422px;
    width: 830px;
    --dur: 4.6s;
    --delay: -0.3s;
    --pulse: 1.05;
    animation-name: hero-char-pulse; }
  .main-hero .hero-char--mois {
    left: 560px;
    top: 55px;
    width: 1180px;
    --dur: 5.4s;
    --delay: -1.6s;
    --float: 22px; }
  .main-hero .hero-char--mois > img {
    display: block;
    width: 100%;
    height: auto; }
  .main-hero .mois-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    -webkit-mask: var(--mask) center/100% 100% no-repeat;
    mask: var(--mask) center/100% 100% no-repeat;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.5) 46%, #ffffff 50%, rgba(255, 255, 255, 0.5) 54%, transparent 62%);
    background-repeat: no-repeat;
    background-size: 240% 100%;
    mix-blend-mode: screen;
    filter: drop-shadow(0 0 4px rgba(255, 240, 200, 0.9));
    opacity: 0;
    animation: mois-shine-sweep 4.5s ease-in-out infinite;
    will-change: background-position, opacity; }
@keyframes mois-shine-sweep {
  0% {
    background-position: 120% 0;
    opacity: 0; }
  12% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    background-position: -20% 0;
    opacity: 0; }
  100% {
    background-position: -20% 0;
    opacity: 0; } }
@keyframes hero-char-float {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(calc(var(--float, 20px) * -1)); } }
@keyframes hero-char-pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(var(--pulse, 1.04)); } }
@keyframes hero-light-pulse {
  0%, 100% {
    opacity: 0.45; }
  50% {
    opacity: 0.7; } }
  @media (prefers-reduced-motion: reduce) {
    .main-hero .hero-char,
    .main-hero .hero-light,
    .main-hero .mois-shine {
      animation: none; } }
  .main-hero .card-viewport {
    width: 1498px;
    max-width: 100%;
    overflow: hidden;
    padding: 40px 0;
    margin: -40px 0; }
  .main-hero .card-list {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    will-change: transform;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none; }
    .main-hero .card-list:active {
      cursor: grabbing; }
  @media (prefers-reduced-motion: reduce) {
    .main-hero .card-list {
      transition: none !important; } }
  .main-hero .hero-card {
    flex: 0 0 auto;
    width: 490px;
    height: 225px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; }
    .main-hero .hero-card .card-inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
      height: 100%;
      box-sizing: border-box;
      padding: 38px 43px;
      text-decoration: none;
      color: #fff;
      background: rgba(0, 0, 0, 0.2);
      transition: background 0.22s ease; }
    .main-hero .hero-card .card-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 190px;
      height: 36px;
      padding: 0 46px 0 19px;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 100% 100%;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.48;
      text-transform: uppercase;
      letter-spacing: -0.36px;
      color: #fff;
      white-space: nowrap; }
    .main-hero .hero-card .card-title {
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 26.64px;
      line-height: 1.2;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .main-hero .hero-card .card-date {
      font-family: "Inter", sans-serif;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: -0.48px;
      line-height: 1.4;
      margin-top: -10px; }
    .main-hero .hero-card .card-more {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fffd72; }
      .main-hero .hero-card .card-more .card-more-arrow {
        width: 14px;
        height: 14px;
        transition: transform 0.22s ease; }
    @media (hover: hover) {
      .main-hero .hero-card:hover {
        transform: translateY(-6px);
        border-color: #fdd55e;
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.4); }
        .main-hero .hero-card:hover .card-inner {
          background: rgba(0, 0, 0, 0.05); }
        .main-hero .hero-card:hover .card-more .card-more-arrow {
          transform: translateX(4px); } }
  .main-hero .hero-card--skeleton {
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.04) 75%);
    background-size: 200% 100%;
    animation: hero-card-shimmer 1.4s ease-in-out infinite; }
    @media (prefers-reduced-motion: reduce) {
      .main-hero .hero-card--skeleton {
        animation: none; } }
@keyframes hero-card-shimmer {
  0% {
    background-position: 150% 0; }
  100% {
    background-position: -150% 0; } }
  .main-hero .hero-arrow {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fdd55e;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .main-hero .hero-arrow img {
      width: 18px;
      height: 18px; }
    .main-hero .hero-arrow.prev img {
      transform: rotate(180deg); }
    .main-hero .hero-arrow:hover {
      background-color: #fdd55e;
      border-color: #fff; }
  .main-hero .hero-dots {
    display: none; }
  @media screen and (max-width: 991px) {
    .main-hero {
      height: auto;
      min-height: 0; }
      .main-hero .hero-bg {
        position: relative;
        height: 0;
        padding-bottom: 83.33%; }
        .main-hero .hero-bg .hero-fallback,
        .main-hero .hero-bg .hero-video {
          position: absolute;
          inset: 0; }
      .main-hero .hero-stage {
        display: contents; }
      .main-hero .hero-cover {
        --cover: tan(atan2(100vw, 1296px)); }
        @supports (scale: calc(1px / 1px)) {
          .main-hero .hero-cover {
            --cover: calc(100vw / 1296px); } }
      .main-hero .hero-logo {
        width: 91%;
        top: 60.83vw;
        filter: drop-shadow(0 3.98px 3.98px rgba(0, 0, 0, 0.6)); }
      .main-hero .hero-cards {
        position: static;
        transform: none;
        bottom: auto;
        flex-direction: column;
        align-items: center;
        padding: 10px 15px;
        gap: 10px;
        background-color: #f8f8f8; }
      .main-hero .hero-arrow {
        display: none; }
      .main-hero .card-viewport {
        width: 100%; }
      .main-hero .card-list {
        width: 100%;
        gap: 0;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        touch-action: pan-y; }
        .main-hero .card-list:active {
          cursor: grabbing; }
      .main-hero .hero-card {
        flex: 0 0 100%;
        width: 100%;
        height: 142px;
        border: 0.651px solid #fff;
        border-radius: 13px; }
        .main-hero .hero-card .card-inner {
          padding: 20px 27px;
          gap: 4px; }
        .main-hero .hero-card .card-tag {
          width: 120px;
          height: 23px;
          font-size: 13px;
          padding: 0 29px 0 12px;
          letter-spacing: -0.52px; }
        .main-hero .hero-card .card-title {
          font-size: 16px;
          font-weight: 700; }
        .main-hero .hero-card .card-date {
          font-size: 14px;
          letter-spacing: -0.33px;
          margin-top: -2px; }
        .main-hero .hero-card .card-more {
          font-size: 14px;
          gap: 6px;
          margin-top: 12px; }
          .main-hero .hero-card .card-more .card-more-arrow {
            width: 9px;
            height: 9px; }
      .main-hero .hero-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin: 0;
        padding: 0;
        list-style: none; }
        .main-hero .hero-dots li {
          display: flex; }
        .main-hero .hero-dots button {
          width: 8px;
          height: 8px;
          padding: 0;
          border: 0;
          -webkit-appearance: none;
          appearance: none;
          border-radius: 50%;
          background-color: rgba(0, 0, 0, 0.2);
          cursor: pointer; }
          .main-hero .hero-dots button.active {
            background-color: #fdd55e; } }

.main-news {
  padding: 51px 0 130px;
  background-color: #ffd21f;
  overflow: hidden; }
  .main-news .news-bg-deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 880px;
    max-width: 62%;
    mix-blend-mode: luminosity;
    pointer-events: none;
    z-index: 0; }
    .main-news .news-bg-deco img {
      width: 100%;
      height: auto;
      display: block;
      transform: scaleY(-1) rotate(179.9deg); }
  .main-news::after {
    content: "CLOSERS";
    position: absolute;
    right: 24px;
    top: 0;
    font-family: "Anton", sans-serif;
    font-size: 210px;
    letter-spacing: 8px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
    writing-mode: vertical-rl;
    pointer-events: none;
    z-index: 0; }
  .main-news .news-inner {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    --news-scale: clamp(0.62, tan(atan2(100vw - 40px, 1500px)), 1);
    height: calc(550px * var(--news-scale)); }
    @supports (scale: calc(1px / 1px)) {
      .main-news .news-inner {
        --news-scale: clamp(0.62, (100vw - 40px) / 1500px, 1); } }
  .main-news .news-card {
    flex: 0 0 auto;
    width: 1460px;
    height: 550px;
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transform: scale(var(--news-scale));
    transform-origin: top center; }
  .main-news .news-banner-box {
    display: contents; }
  .main-news .news-banner {
    position: relative;
    flex: 0 0 725px;
    background-color: #f3c34a; }
    .main-news .news-banner .banner-slide {
      position: absolute;
      inset: 0;
      display: block;
      background-size: cover;
      background-position: center; }
    .main-news .news-banner .banner-arrows {
      position: absolute;
      right: 8px;
      bottom: 18px;
      display: flex;
      gap: 9px;
      z-index: 2; }
  .main-news .news-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fdd55e;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .main-news .news-arrow img {
      width: 18px;
      height: 18px; }
    .main-news .news-arrow.prev img {
      transform: rotate(180deg); }
    @media (hover: hover) {
      .main-news .news-arrow:hover {
        background-color: #fdd55e;
        border-color: #fff; } }
  .main-news .news-content {
    flex: 1;
    min-width: 0;
    padding: 31px 47px;
    box-sizing: border-box; }
  .main-news .news-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .main-news .news-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.64px;
    color: #333; }
  .main-news .news-more {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #f5a623;
    text-decoration: none; }
    .main-news .news-more .more-arrow {
      width: 14.5px;
      height: 14.5px; }
    .main-news .news-more .more-view {
      display: none; }
  .main-news .news-list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .main-news .news-row-link {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    transition: transform 0.18s ease; }
    .main-news .news-row-link .news-row-title {
      transition: color 0.18s ease; }
    @media (hover: hover) {
      .main-news .news-row-link:hover {
        transform: translateX(6px); }
        .main-news .news-row-link:hover .news-row-title {
          color: #000;
          text-decoration: underline; } }
  .main-news .news-row-title {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.1;
    color: #333;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .main-news .news-row-date {
    margin-left: auto;
    flex: 0 0 auto;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 1.4;
    color: #787878; }
  .main-news .news-list .news-tag {
    min-width: 94px;
    box-sizing: border-box;
    flex-shrink: 0; }
  @media screen and (min-width: 992px) {
    .main-news .news-list .news-tag {
      min-width: 130px; } }
  .main-news .banner-dots {
    display: none; }
  @media screen and (max-width: 991px) {
    .main-news {
      padding: 18px 0 24px;
      background-color: #fff; }
      .main-news::after {
        display: none; }
      .main-news .news-bg-deco {
        display: none; }
      .main-news .news-inner {
        padding: 0 15px;
        display: block;
        height: auto; }
      .main-news .news-card {
        width: 100%;
        transform: none;
        flex-direction: column;
        height: auto;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        gap: 18px;
        overflow: visible; }
      .main-news .news-banner-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin: 0 -15px;
        padding: 10px 15px;
        background-color: #fcf4ce; }
      .main-news .news-banner {
        flex: none;
        width: 100%;
        height: 0;
        padding-bottom: 72%;
        overflow: hidden; }
        .main-news .news-banner .banner-arrows {
          display: none; }
      .main-news .banner-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin: 0;
        padding: 0;
        list-style: none; }
        .main-news .banner-dots li {
          display: flex; }
        .main-news .banner-dots button {
          width: 8px;
          height: 8px;
          padding: 0;
          border: 0;
          -webkit-appearance: none;
          appearance: none;
          border-radius: 50%;
          background-color: rgba(0, 0, 0, 0.2);
          cursor: pointer; }
          .main-news .banner-dots button.active {
            background-color: #fdd55e; }
      .main-news .news-content {
        padding: 0; }
      .main-news .news-head {
        align-items: center; }
      .main-news .news-title {
        font-size: 20px; }
      .main-news .news-more {
        font-size: 14px; }
        .main-news .news-more .more-view {
          display: inline; }
      .main-news .news-list {
        margin-top: 16px;
        gap: 16px; }
        .main-news .news-list .news-row:nth-child(n+4) {
          display: none; }
      .main-news .news-row-link {
        align-items: flex-start;
        gap: 10px; }
      .main-news .news-row-title {
        font-size: 16px;
        line-height: 1.3;
        white-space: nowrap; }
      .main-news .news-row-date {
        font-size: 14px;
        padding-top: 1px; }
      .main-news .news-tag {
        height: 22px;
        font-size: 14px;
        padding: 0 9px;
        border-radius: 5px;
        min-width: 0; } }

.main-playguide {
  background-color: #ffd21f;
  padding: 0; }
  .main-playguide .playguide-band {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 351px;
    background-color: #111;
    --char-left: clamp(15px, 24.8vw - 231px, 151px); }
  .main-playguide .playguide-band-bg {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none; }
  .main-playguide .playguide-chars {
    position: absolute;
    left: var(--char-left);
    bottom: 0;
    width: 612px;
    z-index: 2;
    pointer-events: none; }
    .main-playguide .playguide-chars .sd {
      position: absolute;
      bottom: 0;
      height: auto;
      display: block; }
    .main-playguide .playguide-chars .sd-front {
      left: 0;
      width: 442px;
      z-index: 2; }
    .main-playguide .playguide-chars .sd-back {
      left: 214px;
      width: 398px;
      z-index: 1; }
  .main-playguide .playguide-content {
    position: absolute;
    left: calc(var(--char-left) + 608px);
    top: 50%;
    z-index: 1;
    width: 955px;
    --pg-scale: clamp(0.15, tan(atan2(100vw - var(--char-left) - 668px, 955px)), 1);
    transform: translateY(-50%) scale(var(--pg-scale));
    transform-origin: left center;
    display: flex;
    flex-direction: column;
    gap: 28px; }
    @supports (scale: calc(1px / 1px)) {
      .main-playguide .playguide-content {
        --pg-scale: clamp(0.15, (100vw - var(--char-left) - 668px) / 955px, 1); } }
  .main-playguide .playguide-title {
    margin: 0;
    font-family: "Anton", sans-serif;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0.78px; }
    .main-playguide .playguide-title .t-closers {
      color: #fff; }
    .main-playguide .playguide-title .t-guide {
      color: #fdd55e; }
  .main-playguide .playguide-buttons {
    display: flex;
    gap: 25px;
    flex-wrap: wrap; }
  .main-playguide .pg-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    width: 465px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 19px 41px;
    border-radius: 16.8px;
    box-shadow: 0 4.8px 2.4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: background 0.15s, color 0.15s; }
    .main-playguide .pg-btn .pg-ico {
      position: absolute;
      left: 41px;
      top: 50%;
      transform: translateY(-50%);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40.8px;
      height: 40.8px;
      flex: 0 0 auto;
      border-radius: 50%;
      border: 2.4px solid;
      font-size: 19px; }
    .main-playguide .pg-btn .pg-label {
      flex: 1;
      text-align: center;
      font-family: "Anton", sans-serif;
      font-size: 34px;
      letter-spacing: 1.02px;
      text-transform: uppercase;
      line-height: 1; }
    .main-playguide .pg-btn--new {
      background: #fff; }
      .main-playguide .pg-btn--new .pg-ico {
        border-color: #f0b100;
        color: #f0b100; }
      .main-playguide .pg-btn--new .pg-label {
        color: #f0b100; }
      @media (hover: hover) {
        .main-playguide .pg-btn--new:hover {
          background: linear-gradient(to bottom, #f5a623, #fdd55e); }
          .main-playguide .pg-btn--new:hover .pg-ico {
            border-color: #fff;
            color: #fff; }
          .main-playguide .pg-btn--new:hover .pg-label {
            color: #fff; } }
    .main-playguide .pg-btn--return {
      background: #fff; }
      .main-playguide .pg-btn--return .pg-ico {
        border-color: #f0b100;
        color: #f0b100; }
      .main-playguide .pg-btn--return .pg-label {
        color: #f0b100; }
      @media (hover: hover) {
        .main-playguide .pg-btn--return:hover {
          background: linear-gradient(to bottom, #f5a623, #fdd55e); }
          .main-playguide .pg-btn--return:hover .pg-ico {
            border-color: #fff;
            color: #fff; }
          .main-playguide .pg-btn--return:hover .pg-label {
            color: #fff; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .main-playguide .playguide-content {
      width: 704px;
      --pg-scale: clamp(0.3, tan(atan2(100vw - var(--char-left) - 668px, 704px)), 1); }
      @supports (scale: calc(1px / 1px)) {
        .main-playguide .playguide-content {
          --pg-scale: clamp(0.3, (100vw - var(--char-left) - 668px) / 704px, 1); } }
    .main-playguide .playguide-title {
      white-space: nowrap; }
    .main-playguide .playguide-buttons {
      flex-direction: column;
      align-items: flex-start; } }
  @media screen and (max-width: 991px) {
    .main-playguide {
      padding: 0; }
      .main-playguide .playguide-band {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding: 16px 15px 18px;
        border-radius: 0; }
      .main-playguide .playguide-chars {
        display: none; }
      .main-playguide .playguide-content {
        position: static;
        transform: none;
        left: auto;
        top: auto;
        width: 100%;
        padding: 0;
        gap: 14px;
        align-items: stretch; }
      .main-playguide .playguide-title {
        font-size: 28px;
        text-align: center;
        letter-spacing: 0.37px; }
      .main-playguide .playguide-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: stretch; }
      .main-playguide .pg-btn {
        position: relative;
        width: 100%;
        height: 45px;
        gap: 0;
        padding: 0;
        justify-content: center;
        border-radius: 8.4px; }
        .main-playguide .pg-btn .pg-ico {
          position: absolute;
          left: 20%;
          top: 50%;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          font-size: 10px;
          border-width: 1.2px; }
        .main-playguide .pg-btn .pg-label {
          font-size: 17px;
          letter-spacing: 0.51px;
          text-align: center; } }

.main-character {
  position: relative;
  background-color: #f5c518;
  overflow: hidden; }
  .main-character .char-inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 1080px; }
  .main-character .char-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none; }
    .main-character .char-bg .char-bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
@keyframes char-art-slide-right {
  0% {
    transform: translateX(200px);
    opacity: 0; }
  22% {
    opacity: 1; }
  58% {
    transform: translateX(-12px); }
  73% {
    transform: translateX(6px); }
  86% {
    transform: translateX(-2.5px); }
  93% {
    transform: translateX(0.8px); }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes char-art-slide-up {
  from {
    transform: translateY(12px) scale(1.3);
    opacity: 0; }
  to {
    transform: translateY(0) scale(1.3);
    opacity: 1; } }
  .main-character .char-art {
    position: absolute;
    left: 186px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    pointer-events: none; }
    .main-character .char-art img {
      height: 100%;
      width: auto;
      object-fit: contain;
      display: block;
      animation: char-art-slide-right 0.5s ease-out both; }
  .main-character .team-selector {
    position: absolute;
    left: 230px;
    top: 180px;
    width: 127px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 3; }
  .main-character .team-item {
    position: relative;
    width: 125px;
    margin-bottom: 12px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    font: inherit; }
    .main-character .team-item .team-btn-img {
      display: block;
      width: 100%;
      height: auto; }
    .main-character .team-item .team-btn-img--hover {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.2s; }
    @media (hover: hover) {
      .main-character .team-item:hover .team-btn-img--hover {
        opacity: 1; } }
    .main-character .team-item.active .team-btn-img--hover {
      opacity: 1; }
  .main-character .character-block {
    position: absolute;
    left: 405px;
    top: 180px;
    height: 636px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    width: 390px; }
  .main-character .character-text-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 390px; }
  .main-character .character-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 237px; }
  .main-character .character-name {
    margin: 0;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 130px;
    line-height: 0.99;
    letter-spacing: 6.5px;
    color: #000;
    white-space: nowrap;
    -webkit-text-stroke: 3px #f8ca00;
    paint-order: stroke fill; }
  .main-character .role-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 52px;
    padding: 3px 36px 2px;
    border-radius: 7.808px;
    background-color: #000;
    box-sizing: border-box; }
    .main-character .role-tag span {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 32px;
      line-height: 1.48;
      letter-spacing: -0.64px;
      color: #fdd55e;
      white-space: nowrap; }
  .main-character .character-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    width: 100%;
    color: #333; }
    .main-character .character-desc .desc-info,
    .main-character .character-desc .desc-affiliation {
      -webkit-text-stroke: 3px #f8ca00;
      paint-order: stroke fill; }
    .main-character .character-desc .desc-info {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.48;
      letter-spacing: -0.4px; }
    .main-character .character-desc .desc-affiliation {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 22px;
      line-height: 1.34;
      letter-spacing: -0.44px;
      white-space: pre-line; }
  .main-character .view-detail-btn {
    display: flex;
    align-items: center;
    margin-top: auto;
    width: 383px;
    padding: 20px 77px;
    border-radius: 16.8px;
    background-color: #fff;
    box-shadow: 0 4.8px 2.4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    text-decoration: none;
    transition: background 0.2s, color 0.2s; }
    @media (hover: hover) {
      .main-character .view-detail-btn:hover {
        background: linear-gradient(to bottom, #f5a623, #fdd55e); }
        .main-character .view-detail-btn:hover .btn-text {
          color: #fff; }
        .main-character .view-detail-btn:hover .btn-arrow {
          border-color: #fff; }
        .main-character .view-detail-btn:hover .btn-arrow img {
          filter: brightness(0) invert(1); } }
    .main-character .view-detail-btn .btn-text {
      width: 193px;
      font-family: "Anton", sans-serif;
      font-weight: 400;
      font-size: 34px;
      line-height: 1;
      letter-spacing: 1.02px;
      text-transform: uppercase;
      text-align: center;
      color: #f0b100; }
    .main-character .view-detail-btn .btn-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40.8px;
      height: 40.8px;
      border: 2.4px solid #f0b100;
      border-radius: 50%;
      box-sizing: border-box; }
      .main-character .view-detail-btn .btn-arrow img {
        width: 14.4px;
        height: 28.8px;
        display: block; }
  .main-character .char-thumbs {
    position: absolute;
    left: 228px;
    bottom: 50px;
    z-index: 3;
    width: 980px;
    box-sizing: border-box;
    padding: 20px 41px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #050505;
    border-radius: 40px;
    box-shadow: 0 25px 30px rgba(0, 0, 0, 0.35); }
  .main-character .thumb-arrow {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fdd55e;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .main-character .thumb-arrow img {
      width: 18px;
      height: 18px; }
    .main-character .thumb-arrow.prev img {
      transform: rotate(180deg); }
    @media (hover: hover) {
      .main-character .thumb-arrow:hover {
        background-color: #fdd55e;
        border-color: #fff; } }
  .main-character .thumb-list {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: grab;
    user-select: none; }
    .main-character .thumb-list img {
      -webkit-user-drag: none;
      user-drag: none; }
    .main-character .thumb-list:active {
      cursor: grabbing; }
  .main-character .thumb-item {
    display: block;
    width: 170px;
    height: 139px;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid transparent;
    background-color: rgba(255, 255, 255, 0.08); }
    .main-character .thumb-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .main-character .thumb-item.active {
      border-color: #ffd500; }
  @media screen and (max-width: 991px) {
    .main-character {
      min-height: 0;
      padding: 0;
      --ms: min(1.2, tan(atan2(100vw, 360px)));
      height: calc(575px * var(--ms)); }
      @supports (scale: calc(1px / 1px)) {
        .main-character {
          --ms: min(1.2, 100vw / 360px); } }
      .main-character .char-inner {
        position: absolute;
        left: 50%;
        top: 0;
        width: 360px;
        height: 575px;
        margin: 0;
        transform: translateX(-50%) scale(var(--ms));
        transform-origin: top center; }
      .main-character .char-bg-img {
        object-position: right; }
      .main-character .char-art {
        position: absolute;
        left: 80px;
        right: 0;
        bottom: 86px;
        top: auto;
        height: 388px;
        width: 100%;
        display: block;
        overflow: hidden; }
        .main-character .char-art img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center top;
          transform: scale(1.3);
          transform-origin: top center;
          animation: char-art-slide-up 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
        .main-character .char-art.char-art--tina {
          left: 40px; }
      .main-character .team-selector {
        display: flex;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 10px;
        width: auto;
        margin: 0;
        gap: 9px; }
        .main-character .team-selector li {
          flex: 1;
          min-width: 0; }
      .main-character .team-item {
        display: block;
        width: 100%;
        min-height: 0;
        height: auto;
        margin-bottom: 0; }
      .main-character .character-block {
        position: absolute;
        left: 15px;
        top: 152px;
        width: 62%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 312px;
        gap: 16px; }
      .main-character .character-text-part {
        width: 100%;
        gap: 20px; }
      .main-character .character-heading {
        width: auto;
        gap: 2px; }
      .main-character .character-name {
        font-size: 28px;
        letter-spacing: 0.37px; }
      .main-character .role-tag {
        width: 100%;
        height: 23px;
        border-radius: 4.874px;
        padding: 2px 10px; }
        .main-character .role-tag span {
          font-size: 17px; }
      .main-character .character-desc {
        gap: 6px;
        color: #000;
        filter: drop-shadow(0 0 2px #fff);
        text-wrap: pretty; }
        .main-character .character-desc .desc-info {
          font-size: 14px;
          text-shadow: 0 10px 10px #fff;
          -webkit-text-stroke-color: #fff; }
        .main-character .character-desc .desc-affiliation {
          font-size: 14px;
          text-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
          -webkit-text-stroke-color: #fff; }
      .main-character .view-detail-btn {
        position: static;
        margin-top: auto;
        width: 159px;
        height: 39px;
        padding: 0 16px;
        border-radius: 8px; }
        .main-character .view-detail-btn .btn-text {
          width: auto;
          font-size: 16px; }
        .main-character .view-detail-btn .btn-arrow {
          width: 18px;
          height: 18px;
          border-width: 1.5px; }
          .main-character .view-detail-btn .btn-arrow img {
            width: 7px;
            height: 13px; }
      .main-character .char-thumbs {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 15px;
        gap: 8px;
        border-radius: 0;
        justify-content: space-between; }
      .main-character .thumb-list {
        flex: 1;
        gap: 8px;
        justify-content: center; }
      .main-character .thumb-item {
        width: 76px;
        height: 62px;
        border-radius: 8px;
        border-width: 2px; }
        .main-character .thumb-item:nth-child(n+4) {
          display: none; }
      .main-character .thumb-arrow {
        width: 24px;
        height: 24px; }
        .main-character .thumb-arrow img {
          width: 12px;
          height: 12px; } }

@media (min-width: 992px) {
  .main-character {
    --cs: min(1, tan(atan2(100vw, 1920px)));
    height: calc(1080px * var(--cs)); }
    @supports (scale: calc(1px / 1px)) {
      .main-character {
        --cs: min(1, 100vw / 1920px); } }

  .main-character .char-bg {
    z-index: 0; }

  .main-character .char-inner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    max-width: none;
    margin: 0;
    z-index: 1;
    transform: translateX(-50%) scale(var(--cs));
    transform-origin: top center; } }
@media (min-width: 992px) {
  .main-hero .hero-card {
    border: 1px solid #ffffff; }
    .main-hero .hero-card .card-inner {
      gap: 6px; }
    .main-hero .hero-card .card-date {
      margin-top: -3px; }
    .main-hero .hero-card .card-more {
      margin-top: 20px; } }
.main-hero .hero-arrow {
  background-color: #ffffff; }

.main-character {
  background-color: #fcca03; }
  .main-character .thumb-item.active {
    border-width: 10px; }
  @media screen and (max-width: 991px) {
    .main-character .thumb-item.active {
      border-width: 4.5px; } }

.social-float {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 21px;
  background-color: #fff;
  border: 3px solid #ffd700;
  border-radius: 60px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px); }
  .social-float .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #111;
    transition: background-color 0.15s; }
    .social-float .social-icon img {
      display: block;
      object-fit: contain; }
    .social-float .social-icon.discord img {
      width: 36px;
      height: 36px; }
    .social-float .social-icon.facebook img {
      width: 27.35px;
      height: 48.89px; }
    .social-float .social-icon.x img {
      width: 27px;
      height: 27px; }
    .social-float .social-icon.tiktok img {
      width: 32.3px;
      height: 35.89px; }
    .social-float .social-icon.youtube img {
      width: 30px;
      height: 21.14px; }
    @media (hover: hover) {
      .social-float .social-icon:hover {
        background-color: #f5cc00; } }
  @media screen and (max-width: 991px) {
    .social-float {
      display: none; } }

/*# sourceMappingURL=home.css.map */
