/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
html.isLocked,
body.isLocked {
  overflow: hidden;
}

.visuallyHidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topFv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100svh;
}
@media screen and (min-width: 320px) {
  .topFv {
    padding: 7.5rem 2.5vw 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv {
    padding: 5.8svh 1.2vw 2.7svh;
  }
}

.fvLogo {
  display: block;
}
@media screen and (min-width: 320px) {
  .fvLogo {
    width: 14rem;
    margin-left: 0.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .fvLogo {
    width: 42rem;
    margin-left: 1.4vw;
  }
}

@media screen and (min-width: 320px) {
  .fvDate {
    width: 34rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvDate {
    width: 71.5rem;
    margin-bottom: -2rem;
  }
}

.fvCountdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .fvCountdown {
    padding: 0;
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvCountdown {
    padding: 0 1.3vw;
    gap: 4rem;
  }
}
.fvCountdown .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.087;
}
@media screen and (min-width: 320px) {
  .fvCountdown .text {
    font-size: 2.2rem;
    padding-bottom: 0.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvCountdown .text {
    font-size: 4.6rem;
    padding-bottom: 1.4rem;
  }
}
.fvCountdown .text .bottom {
  font-size: 70%;
}
.fvCountdown .timeWrapper {
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .fvCountdown .timeWrapper {
    font-size: 4rem;
    letter-spacing: 0.12rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvCountdown .timeWrapper {
    font-size: 11rem;
    letter-spacing: 0.25rem;
  }
}
.fvCountdown .time {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 320px) {
  .fvCountdown .time {
    padding-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvCountdown .time {
    padding-bottom: 2.6rem;
  }
}
.fvCountdown .time::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20%;
}
.fvCountdown .time:nth-child(1)::before {
  content: "DAYS";
}
.fvCountdown .time:nth-child(2)::before {
  content: "HOURS";
}
.fvCountdown .time:nth-child(3)::before {
  content: "MINS";
}
.fvCountdown .time:nth-child(4)::before {
  content: "SEC";
}

@-webkit-keyframes scrollLineAnim {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollLineAnim {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.scrollDown {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .scrollDown {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .scrollDown:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 320px) {
  .scrollDown {
    right: 2.5vw;
    gap: 0 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollDown {
    right: 12.7vw;
    gap: 0 1.7rem;
  }
}

.scrollDownText {
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .scrollDownText {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollDownText {
    font-size: 1.4rem;
  }
}

.scrollDownLine {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 320px) {
  .scrollDownLine {
    width: 0.4rem;
    height: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollDownLine {
    width: 0.8rem;
    height: 18.2rem;
  }
}
.scrollDownLine::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
  -webkit-animation: scrollLineAnim 2s ease infinite;
          animation: scrollLineAnim 2s ease infinite;
}

.fvImgWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100svh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  overflow-x: clip;
}
@media screen and (min-width: 320px) {
  .fvImgWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .fvImgWrapper {
    width: 72%;
  }
}

.trophyImg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  -webkit-filter: brightness();
          filter: brightness();
}
@media screen and (min-width: 320px) {
  .trophyImg {
    bottom: 20%;
    height: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .trophyImg {
    bottom: 0;
    height: 100%;
  }
}

.playerImg {
  position: absolute;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 320px) {
  .playerImg {
    bottom: 6rem;
    height: 46%;
  }
}
@media screen and (min-width: 1025px) {
  .playerImg {
    bottom: -9rem;
    height: 81.6%;
  }
}

.copyImg {
  position: absolute;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 320px) {
  .copyImg {
    top: 20%;
    height: 64%;
  }
}
@media screen and (min-width: 1025px) {
  .copyImg {
    top: 52%;
    height: 88%;
  }
}

.topAbout {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topAbout {
    padding: 10rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topAbout {
    padding: 17.4rem 12.5vw 0 2.5vw;
  }
}

.aboutCopy {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.867;
}
@media screen and (min-width: 320px) {
  .aboutCopy {
    font-size: 2rem;
    margin: 0 5vw 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .aboutCopy {
    font-size: 3rem;
    margin: 0 5.5vw 0 auto;
  }
}

.aboutCopyEn {
  font-family: "Helvetica Neue Cyr", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .aboutCopyEn {
    font-size: 4.8rem;
    margin-top: -9rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutCopyEn {
    font-size: 15rem;
    margin-top: -15.8rem;
  }
}
.aboutCopyEn .bottom {
  display: block;
  text-align: right;
}

@media screen and (min-width: 320px) {
  .aboutText {
    font-size: 1.3rem;
    margin: 8rem 0 0;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .aboutText {
    font-size: 1.8rem;
    margin: -0.8rem 0 0 7.5vw;
    line-height: 1.778;
    text-align: left;
  }
}

.aboutImg {
  position: absolute;
  right: 0;
  z-index: -1;
  mix-blend-mode: hard-light;
}
@media screen and (min-width: 320px) {
  .aboutImg {
    top: 16rem;
    width: 44rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutImg {
    top: 14rem;
    width: 126rem;
  }
}

.topNewsList {
  max-width: calc(1200px + 10vw);
}
@media screen and (min-width: 320px) {
  .topNewsList {
    margin: 0 auto;
    padding: 8rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsList {
    margin: 0 18.5vw 0 auto;
    padding: 14.7rem 0 0 10vw;
  }
}

.topNewsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid;
}
@media screen and (min-width: 320px) {
  .topNewsItem {
    padding: 1.4rem 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsItem {
    padding: 1.4rem 0 3.2rem 0;
  }
  .topNewsItem:hover .itemTitle {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5rem;
  }
  .topNewsItem:hover .itemTextWrapper::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.topNewsItem:nth-child(1) {
  border-top: 1px solid;
}
@media screen and (min-width: 320px) {
  .topNewsItem .itemTime {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsItem .itemTime {
    width: 8%;
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }
}
.topNewsItem .itemTextWrapper {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topNewsItem .itemTextWrapper {
    width: 100%;
    padding: 1rem 9% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsItem .itemTextWrapper {
    width: 92%;
    padding: 0 8% 0 0;
  }
}
.topNewsItem .itemTextWrapper::before {
  position: absolute;
  content: "";
  right: 0;
  background: currentColor;
  -webkit-mask: url("../images/arrow-up-right.svg") no-repeat center/100% 100%;
          mask: url("../images/arrow-up-right.svg") no-repeat center/100% 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 320px) {
  .topNewsItem .itemTextWrapper::before {
    top: 0.7rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsItem .itemTextWrapper::before {
    top: 0.4rem;
    width: 7.2rem;
    height: 7.2rem;
  }
}
.topNewsItem .itemTitle {
  line-height: 1.563;
}
@media screen and (min-width: 320px) {
  .topNewsItem .itemTitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsItem .itemTitle {
    font-size: 3.2rem;
  }
}
.topNewsItem .itemDesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topNewsItem .itemDesc {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topNewsItem .itemDesc {
    font-size: 2rem;
    margin-top: 1.7rem;
  }
}

.loadingWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .loadingWrapper {
    padding-right: 15px;
  }
}
.loadingWrapper.isDone {
  opacity: 0;
  pointer-events: none;
  padding-right: 0;
}

.loadingText, .loadingPercent {
  position: absolute;
  top: 50%;
  color: #b67f22;
  -webkit-transform: translateY(-68%);
          transform: translateY(-68%);
  font-family: "Helvetica Neue Cyr", sans-serif;
}
@media screen and (min-width: 320px) {
  .loadingText, .loadingPercent {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .loadingText, .loadingPercent {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 320px) {
  .loadingText {
    left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .loadingText {
    left: 17.2%;
  }
}

@media screen and (min-width: 320px) {
  .loadingPercent {
    right: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .loadingPercent {
    right: 17.6%;
  }
}

@media screen and (min-width: 320px) {
  #loadingSvg {
    height: 63%;
    margin-top: -4svh;
  }
}
@media screen and (min-width: 1025px) {
  #loadingSvg {
    height: 86.3%;
    margin-top: 4svh;
  }
}
#loadingSvg .cls-1 {
  stroke-width: 52px;
}
#loadingSvg .cls-1, #loadingSvg .cls-2, #loadingSvg .cls-3, #loadingSvg .cls-4, #loadingSvg .cls-5, #loadingSvg .cls-6, #loadingSvg .cls-7, #loadingSvg .cls-8, #loadingSvg .cls-9, #loadingSvg .cls-10, #loadingSvg .cls-11, #loadingSvg .cls-12, #loadingSvg .cls-13, #loadingSvg .cls-14, #loadingSvg .cls-15, #loadingSvg .cls-16 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#loadingSvg .cls-2 {
  stroke-width: 76px;
}
#loadingSvg .cls-3 {
  stroke-width: 67px;
}
#loadingSvg .cls-4 {
  stroke-width: 64px;
}
#loadingSvg .cls-5 {
  stroke-width: 62px;
}
#loadingSvg .cls-6 {
  stroke-width: 71px;
}
#loadingSvg .cls-7 {
  stroke-width: 86px;
}
#loadingSvg .cls-8 {
  stroke-width: 81px;
}
#loadingSvg .cls-9 {
  stroke-width: 80px;
}
#loadingSvg .cls-10 {
  stroke-width: 38px;
}
#loadingSvg .cls-11 {
  stroke-width: 32px;
}
#loadingSvg .cls-12 {
  stroke-width: 44px;
}
#loadingSvg .cls-13 {
  stroke-width: 54px;
}
#loadingSvg .cls-14 {
  stroke-width: 49px;
}
#loadingSvg .cls-15 {
  stroke-width: 60px;
}
#loadingSvg .cls-16 {
  stroke-width: 61px;
}/*# sourceMappingURL=top.css.map */