.knife2020-notice .action a, .btn {
  display: block;
  border-radius: 10px;
  padding: 1rem 1.4rem;
  font-style: italic;
  text-align: center;
  background-color: #00ff05;
  color: #740ac9;
  border-radius: 10px;
  max-width: 300px;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
}
.knife2020-notice .action a:hover, .btn:hover {
  background-color: #81ff84;
  text-decoration: none;
}

.btn--alt {
  color: #00ff05;
  background-color: transparent;
  border: 2px #00ff05 solid;
}
.btn--alt:hover {
  color: #740ac9;
}

@font-face {
  font-family: "Tschick-Bold";
  src: url("../fonts/Tschick-Bold.woff2") format("woff2"), url("../fonts/Tschick-Bold.woff") format("woff");
}
.knife2020-notice-wrapper {
  position: fixed;
  overflow: hidden auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 255, 5, 0.5);
  color: #00ff05;
}

.knife2020-notice-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.knife2020-notice-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 20px 20px 20px;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  height: auto;
}

.knife2020-notice__close-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.knife2020-notice__close__button {
  pointer-events: none;
}

.knife2020-notice {
  overflow: hidden auto;
  padding: 40px;
  max-width: 760px;
  background-color: #740ac9;
}
.knife2020-notice a:hover {
  text-decoration: underline;
}
.knife2020-notice__close {
  cursor: pointer;
  position: relative;
  bottom: 20px;
  left: 20px;
}
.knife2020-notice__close:hover {
  opacity: 0.6;
}
.knife2020-notice__close svg {
  display: block;
}
.knife2020-notice .section__title {
  margin: 0 auto 20px auto;
}
.knife2020-notice section img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 480px;
  width: 100%;
}
.knife2020-notice section + section {
  margin-top: 60px;
}
.knife2020-notice ul.sections {
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
}
@media (min-width: 39.375rem) {
  .knife2020-notice ul.sections {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4.75rem;
       -moz-column-gap: 4.75rem;
            column-gap: 4.75rem;
  }
}
.knife2020-notice ul.sections li {
  page-break-inside: avoid;
  /* For Firefox. */
  column-break-inside: avoid;
  /* For Chrome & friends. */
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  /* For standard browsers like IE. :-) */
}
.knife2020-notice ul.sections li + li {
  margin-top: 3.75rem;
}
.knife2020-notice video {
  margin: 0 auto 20px auto;
}
.knife2020-notice li + li {
  margin-top: 0;
}
.knife2020-notice li.section span.holder {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.knife2020-notice li.section img {
  display: block;
  margin: 0 auto 20px auto;
}
.knife2020-notice .action {
  margin-top: 20px;
  display: block;
}
.knife2020-notice .action a + a {
  margin-top: 20px;
}
.knife2020-notice h1,
.knife2020-notice h2,
.knife2020-notice h3,
.knife2020-notice h4,
.knife2020-notice h5 {
  font-family: "Tschick-Bold", Arial, sans-serif;
  text-align: center;
}
.knife2020-notice h1 {
  font-size: 2.4rem;
  font-size: clamp(1.2rem, 6vw, 2.8rem);
}
@media (min-width: 43.75rem) {
  .knife2020-notice h1 {
    font-size: 2.6rem;
    font-size: clamp(2rem, 4vw, 2.6rem);
  }
}
.knife2020-notice .section__title h1 {
  margin-left: auto;
  margin-right: auto;
}
.knife2020-notice h2,
.knife2020-notice h3,
.knife2020-notice h4 {
  font-size: 1.5rem;
  font-size: clamp(1rem, 3vw, 1.5rem);
}
.knife2020-notice li.section > * + * {
  margin-top: 1.25rem;
}

html.page-new-york-vid-test {
  background: url(../img/ny3-bg.jpg?86c);
  background-color: #111;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html.page-new-york-vid-test main {
  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;
  height: 100vh;
}

.ny-video-wrapper {
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (orientation: landscape) {
  .ny-video-wrapper {
    width: 100vh;
    padding: 0;
  }
}

.notice-footer {
  margin: 80px 0 0 0;
}
.notice-footer button {
  width: 100%;
  max-width: 280px;
}

figure {
  padding: 0;
  margin: 0;
}
figure figcaption {
  font-size: small;
  text-align: center;
}
/*# sourceMappingURL=202020-revised.css.map */