: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
  ------------------------------ */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
@keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
@media screen and (min-width: 320px) {
  .topSection {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 600px) {
  .topSection {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 320px) {
  .topSection .topHead {
    padding: 0 5vw;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 600px) {
  .topSection .topHead {
    padding: 0 5vw;
    margin-bottom: 24px;
  }
}

.topHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHead__title {
  line-height: 1;
  padding-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .topHead__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topHead__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 320px) {
  .topHead__icon {
    margin: 0 16px 0 6px;
  }
}
@media screen and (min-width: 600px) {
  .topHead__icon {
    margin: 0 16px 0 6px;
  }
}
.topHead__icon svg {
  display: block;
}
@media screen and (min-width: 320px) {
  .topHead__icon svg {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHead__icon svg {
    width: 4rem;
    height: 4rem;
  }
}
.topHead__en {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 320px) {
  .topHead__en {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topHead__en {
    font-size: 2.4rem;
  }
}

.topFv {
  width: 100%;
}
.topFv__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 320px) {
  .topFv__inner {
    padding: calc(10rem + 16px) 0 16px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__inner {
    padding: calc(10rem + 16px) 0 16px;
  }
}
.topFv__carousel {
  width: 100%;
  height: 100%;
}
.topFv__carouselLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topFv__carouselLink {
    border-radius: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__carouselLink {
    border-radius: 16px;
  }
}
.topFv__carouselFigure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: gray;
}
.topFv__en {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1.14;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .topFv__en {
    inset: auto auto 16px 0;
    font-size: 11.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__en {
    inset: auto auto 16px 0;
    font-size: 11.4rem;
  }
}

.topSearch__vid {
  background: rgba(var(--color-pk)/0.12);
}
@media screen and (min-width: 320px) {
  .topSearch__vid {
    border-radius: 16px 0 0 16px;
  }
}
@media screen and (min-width: 600px) {
  .topSearch__vid {
    border-radius: 32px 0 0 32px;
  }
}/*# sourceMappingURL=top.css.map */