@font-face {
  font-family: Pixel Gothic Font;
  src: url('../fonts/Pixel-Gothic-Font.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmondwest;
  src: url('../fonts/PPMondwest-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/PPNeueMontreal-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #202020;
  background-color: #e7e7e7;
  font-family: Ppneuemontreal, Arial, sans-serif;
  line-height: 1;
}

.container {
  background-color: #fff;
  border-radius: .5rem;
  height: calc(100svh - 2.5rem);
  display: flex;
  position: relative;
  overflow: clip;
}

.line_wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 4fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  position: absolute;
  inset: 0;
}

.line_el {
  opacity: .2;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
}

.line_el.is--1 {
  border-left-style: none;
}

.line_el.is--2 {
  border-left-style: none;
  border-right-style: none;
}

.line_el.is--3 {
  border-right-style: none;
}

.content_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1rem auto 1rem;
  grid-template-columns: 1fr 2fr 4fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.25rem;
  display: grid;
}

.content_wrap {
  grid-area: span 1 / span 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content_wrap.is--left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-area: 1 / 2 / span 3 / span 1;
  min-height: calc(100svh - 2.5rem);
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
  position: relative;
  overflow: hidden;
  transform: translate(-50%)rotate(-4deg)scale(1);
  -webkit-mask-image: linear-gradient(#0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 10% 90%, #0000 100%);
}

.content_wrap.is--t-4 {
  flex-flow: column;
  grid-area: 1 / 4 / span 1 / span 1;
  justify-content: flex-start;
  align-items: flex-end;
}

.content_wrap.is--t-5 {
  grid-column: 5 / span 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.content_wrap.is--b-4 {
  grid-area: 3 / 4 / span 1 / span 1;
  justify-content: flex-start;
  align-items: flex-end;
}

.content_wrap.is--b-3 {
  text-align: center;
  grid-area: 3 / 3 / span 1 / span 1;
  justify-content: center;
  align-items: flex-start;
}

.content_wrap.is--mid {
  grid-area: 2 / 3 / span 2 / span 2;
  justify-content: flex-end;
  align-items: flex-end;
}

.content_wrap.is--b-5 {
  grid-area: 3 / 5 / span 1 / span 1;
  justify-content: flex-end;
  align-items: flex-end;
}

.nav_ico {
  width: 1rem;
}

.nav_text {
  font-family: Ppmondwest, Arial, sans-serif;
  font-size: .88rem;
  line-height: 1;
  display: inline-flex;
}

.content_text-wrap {
  grid-column-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content_wrap-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.marquee-list {
  flex-flow: column;
  flex: none;
  display: flex;
}

.marquee-filter {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #e7e7e754;
  height: 8rem;
  position: absolute;
  left: -1rem;
  right: -1rem;
  -webkit-mask-image: linear-gradient(#000 0%, #0000 100%);
  mask-image: linear-gradient(#000 0%, #0000 100%);
}

.marquee-filter.is--top {
  top: 0;
}

.marquee-filter.is--btm {
  bottom: 0;
  transform: rotate(180deg);
}

.marquee-filter.is--top-alt {
  opacity: .4;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  height: 30rem;
  top: 0;
  -webkit-mask-image: linear-gradient(#000 0%, #0000 45.4%);
  mask-image: linear-gradient(#000 0%, #0000 45.4%);
}

.marquee-filter.is--btm-alt {
  opacity: .4;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  height: 30rem;
  bottom: 0;
  transform: rotate(180deg);
  -webkit-mask-image: linear-gradient(#000 0%, #0000 45.4%);
  mask-image: linear-gradient(#000 0%, #0000 45.4%);
}

.h1_logo {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: clamp(3.8rem, .9138rem + 4.6552vw, 6.5rem);
  line-height: .5;
}

.h1_logo-alt {
  letter-spacing: 0;
  margin-left: .25rem;
  margin-right: -.13rem;
  font-family: Pixel Gothic Font, Arial, sans-serif;
}

.scene {
  z-index: 4;
  filter: invert();
  mix-blend-mode: exclusion;
  background-color: #000;
  border: 1px #000;
  border-radius: .5rem;
  outline-style: none;
  flex: 1;
  width: calc(100vw - 2.5rem);
  height: calc(100svh - 2.5rem);
  position: absolute;
  inset: 0;
  overflow: clip;
}

.pageload {
  z-index: 10;
  pointer-events: none;
  background-color: #e7e7e7;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .content_wrap.is--left {
    margin-right: -97px;
  }

  .content_wrap.is--mid {
    grid-area: 2 / 3 / span 1 / span 3;
  }

  .content_wrap.is--b-5 {
    grid-column: 4 / span 1;
  }
}

@media screen and (max-width: 767px) {
  .content_wrap.is--left {
    margin-right: -199px;
    transform: translate(-29%)rotate(-4deg)scale(1);
  }

  .content_wrap.is--mid {
    grid-column: 2 / span 4;
    position: relative;
  }

  .h1_logo {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: calc(100svh - 2rem);
  }

  .line_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content_grid {
    padding: 1rem;
  }

  .content_wrap.is--left {
    transform: translate(-26%)rotate(-4deg)scale(1);
  }

  .content_wrap.is--t-4 {
    grid-column: 3 / span 3;
  }

  .content_wrap.is--mid {
    grid-area: 2 / 1 / span 2 / span 5;
  }

  .content_wrap.is--b-5 {
    grid-column: 5 / span 1;
    display: none;
  }

  .h1_logo {
    font-size: 1.8rem;
  }

  .h1_logo-alt {
    margin-left: .1rem;
  }

  .scene {
    flex: none;
    width: calc(100vw - 2rem);
    height: calc(100svh - 2rem);
  }
}


@font-face {
  font-family: 'Pixel Gothic Font';
  src: url('../fonts/Pixel-Gothic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}