:root {
  --color-main: #ba152d;
  --color-accent: #3a3f8e;
  --color-accent-dark: #1c2652;
}

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

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBold.eot");
  src: local("Neue Plak Wide Bold"), local("NeuePlak-WideBold"), url("../fonts/NeuePlak-WideBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBold.woff2") format("woff2"), url("../fonts/NeuePlak-WideBold.woff") format("woff"), url("../fonts/NeuePlak-WideBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBlack.eot");
  src: local("Neue Plak Wide Black"), local("NeuePlak-WideBlack"), url("../fonts/NeuePlak-WideBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBlack.woff2") format("woff2"), url("../fonts/NeuePlak-WideBlack.woff") format("woff"), url("../fonts/NeuePlak-WideBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAMES
  ------------------------------ */
@keyframes loopCl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopClRv {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loopClY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loopClYRv {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes scrbarY {
  0% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: center top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}
@keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
.topHero {
  position: relative;
}
.topHero__inner {
  width: 100%;
  height: auto;
}
.topHero__kv img {
  width: 100%;
  height: auto;
}
.topHero__logo {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 320px) {
  .topHero__logo {
    padding: 0 2.5vw 11rem;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .topHero__logo {
    padding: 2.5vw;
    align-items: flex-start;
  }
}
.topHero__logo .img:first-child {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topHero__logo .img:first-child {
    opacity: 0;
  }
}
@media screen and (min-width: 600px) {
  .topHero__logo .img:first-child {
    opacity: 0.72;
  }
}
.topHero__logo .img:last-child {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 320px) {
  .topHero__logo .img:last-child {
    width: 72%;
  }
}
@media screen and (min-width: 600px) {
  .topHero__logo .img:last-child {
    width: 32%;
  }
}
.topHero__texture {
  position: sticky;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topHero__texture {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topHero__texture {
    display: flex;
  }
}
.topHero__texture .img {
  width: 100%;
  transform: scaleY(-1);
}
.topHero__date {
  inset: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topHero__date {
    position: relative;
    padding: 5vw;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .topHero__date {
    position: absolute;
    padding: 0.75vw 0.75vw 4vw;
    height: 100vh;
  }
}
@media screen and (min-width: 320px) {
  .topHero__date .img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topHero__date .img {
    width: 48%;
  }
}
.topHero__logo2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .topHero__logo2 {
    padding: 0 2.5vw 11.4rem;
    align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .topHero__logo2 {
    padding: 2.5vw;
    align-items: flex-start;
  }
}
.topHero__logo2 ul {
  display: flex;
}
@media screen and (min-width: 320px) {
  .topHero__logo2 ul {
    gap: 12px;
  }
}
@media screen and (min-width: 600px) {
  .topHero__logo2 ul {
    gap: 32px;
  }
}
.topHero__logo2 img {
  width: auto;
}
@media screen and (min-width: 320px) {
  .topHero__logo2 img {
    height: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__logo2 img {
    height: 5.6rem;
  }
}

.countdown {
  position: fixed;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .countdown {
    inset: auto auto 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .countdown {
    inset: auto auto 0 1.75vw;
    width: auto;
  }
}
.countdown.--isNew {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .countdown.--isNew {
    inset: 56vh auto auto auto;
  }
}
@media screen and (min-width: 600px) {
  .countdown.--isNew {
    inset: 75vh 1.75vw auto auto;
  }
}
@media screen and (min-width: 320px) {
  .countdown.--isNew .countdown__inner {
    border-radius: 10px;
  }
}
@media screen and (min-width: 600px) {
  .countdown.--isNew .countdown__inner {
    border-radius: 10px;
  }
}

.countdown__inner {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 320px) {
  .countdown__inner {
    padding: 4px 6px 4px 4px;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .countdown__inner {
    padding: 6px 8px 6px 6px;
    border-radius: 10px 10px 0 0;
  }
}

.countdown__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(var(--color-bl));
  color: rgb(var(--color-wh));
  border-radius: 4px;
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .countdown__icon {
    width: 9.6vw;
    height: 9.6vw;
    font-size: 3.24vw;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) {
  .countdown__icon {
    width: 3.2vw;
    height: 3.2vw;
    font-size: 1.24vw;
    margin-right: 10px;
  }
}

.countdown__eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  opacity: 0.75;
}

.countdown__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 14px);
}

.countdown__item {
  display: flex;
  align-items: flex-end;
  min-width: clamp(64px, 11vw, 92px);
  text-align: center;
}

.countdown__num {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
@media screen and (min-width: 320px) {
  .countdown__num {
    font-size: 5.2vw;
  }
}
@media screen and (min-width: 600px) {
  .countdown__num {
    font-size: 2.4vw;
  }
}

.countdown__label {
  margin: 0 0 0 4px;
  font-family: sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .countdown__label {
    font-size: 2.24vw;
  }
}
@media screen and (min-width: 600px) {
  .countdown__label {
    font-size: 0.84vw;
  }
}

.countdown__sep {
  font-size: clamp(18px, 3vw, 28px);
  opacity: 0.35;
  transform: translateY(-6px);
}

.countdown__note {
  margin: 12px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-align: center;
}

.topLetter {
  position: relative;
  overflow: hidden;
}
.topLetter__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .topLetter__inner {
    padding: 24px 2.5vw;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__inner {
    padding: 64px 2.5vw;
    align-items: center;
  }
}
.topLetter__head {
  font-family: serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .topLetter__head {
    font-size: 16px;
    margin: 24px auto 16px;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__head {
    font-size: 22px;
    margin: 0 auto 48px;
  }
}
.topLetter__head span {
  display: inline-block;
  background: rgb(var(--color-bl));
  color: rgb(var(--color-wh));
  line-height: 1;
  border-radius: 100px;
}
@media screen and (min-width: 320px) {
  .topLetter__head span {
    padding: 10px 22px;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__head span {
    padding: 10px 22px;
  }
}
.topLetter__desc {
  text-align: center;
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .topLetter__desc {
    font-size: 1.3rem;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__desc {
    font-size: 2.2rem;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__desc .sp {
    display: none;
  }
}
.topLetter__title {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topLetter__title {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__title {
    width: 56%;
    margin-bottom: 24px;
  }
}
.topLetter__title .pin {
  position: absolute;
  inset: 0 0 auto auto;
}
@media screen and (min-width: 320px) {
  .topLetter__title .pin {
    width: 10rem;
    transform: translateX(85%);
  }
}
@media screen and (min-width: 600px) {
  .topLetter__title .pin {
    width: 18rem;
    transform: translateX(100%);
  }
}
.topLetter__title .logo {
  position: absolute;
  transform: translateX(-112%);
}
@media screen and (min-width: 320px) {
  .topLetter__title .logo {
    width: 10rem;
    inset: 0 auto auto 0;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__title .logo {
    width: 35rem;
    inset: 0 auto auto 0;
  }
}
@media screen and (min-width: 320px) {
  .topLetter__subtitle {
    width: 78%;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__subtitle {
    width: 51%;
    margin-bottom: 64px;
  }
}
.topLetter__msgs {
  display: grid;
}
@media screen and (min-width: 320px) {
  .topLetter__msgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 600px) {
  .topLetter__msgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.topLetter .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.topTenugui__inner {
  padding: 0 5vw;
}/*# sourceMappingURL=top.css.map */