button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #ddd;
  border: 0;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #b1b1b1;
    color: #000; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  margin: 0;
  height: 100%;
  background-color: #000; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

body {
  color: #fff;
  font-family: "arial", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  text-decoration: none;
  transition: color 150ms ease;
  color: #fff;
  cursor: pointer; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

main {
  height: 100%; }
  main .age-check-overlay-wrapper {
    background-color: #000;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 3; }
  main .age-check-overlay {
    z-index: 4;
    background-color: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    opacity: 0.7;
    font-size: 1.2em;
    text-transform: uppercase; }
    main .age-check-overlay .main-title {
      display: block;
      filter: blur(3px);
      opacity: 0.3;
      width: 70%;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 4; }
    main .age-check-overlay .age-check-area {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding: 40px;
      border-radius: 15px;
      width: 100%;
      z-index: 4; }
      main .age-check-overlay .age-check-area label {
        display: block; }
  main #legal-age {
    display: none; }
    main #legal-age:checked ~ section.page {
      display: block;
      filter: none; }
    main #legal-age:checked ~ #title-page {
      display: none; }
    main #legal-age:checked ~ .age-check-overlay-wrapper {
      display: none; }
  main .agree-button {
    display: inline-block;
    width: 100px;
    margin: 0 auto;
    cursor: pointer;
    background: #000;
    border: 1px solid #fff;
    margin-top: 20px; }
  main section {
    display: none; }
    main section.page {
      min-height: 100vh;
      margin: auto;
      padding: 40px 0 0 40px;
      position: relative;
      z-index: 1; }
    main section#menu-page {
      background: black;
      z-index: 3; }
      main section#menu-page ul > li {
        margin: 0 0 20px 0;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 4px; }
    main section#video-page .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      main section#video-page .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 95%;
        height: 95%; }
    main section#stills-page {
      width: 90%;
      overflow: hidden;
      padding: 40px 0 0 0; }
      @media (min-width: 900px) {
        main section#stills-page {
          padding: 40px 0 0 40px; } }
      main section#stills-page .images {
        width: 100%;
        float: left;
        text-align: center; }
        main section#stills-page .images div {
          margin-right: 20px;
          display: inline-block; }
          main section#stills-page .images div:last-child {
            margin-right: 0; }
          main section#stills-page .images div:nth-child(2) {
            margin-right: 0; }
            @media (min-width: 900px) {
              main section#stills-page .images div:nth-child(2) {
                margin-right: 20px; } }
          main section#stills-page .images div:nth-child(n+2) {
            margin-top: 20px; }
          main section#stills-page .images div img {
            max-height: 30vh;
            height: auto;
            min-height: 3px;
            background-color: #050505; }
    main section#links-page .links {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      main section#links-page .links a {
        display: block;
        text-transform: uppercase;
        font-size: 20px;
        padding: 15px 0; }
        @media (min-width: 600px) {
          main section#links-page .links a {
            font-size: 25px; } }
        @media (min-width: 900px) {
          main section#links-page .links a {
            display: inline;
            padding: 0 25px;
            letter-spacing: 4px;
            font-size: 20px; } }

.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 30px;
  z-index: 2;
  transition: padding-bottom 1s; }
  .scroll-top:hover {
    padding-bottom: 10px; }
