main {
  background-color: var(--color-background);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  main {
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  main {
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  main {
    background-size: contain;
    background-position: center right;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  main {
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  main {
    background-size: cover;
    background-position: center right;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  main {
    background-size: 50% 100%;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  main {
    background-size: 50% 100%;
  }
}
@media (min-width: 1921px) {
  main {
    background-size: 50% 100%;
  }
}

.nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav {
    display: flex;
    justify-content: center;
  }
  .nav figure img {
    max-width: 9.3125rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav {
    display: flex;
    justify-content: center;
  }
  .nav figure img {
    max-width: 20rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .nav figure img {
    max-width: 14rem;
  }
}

.legalAge {
  height: 100vh;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .legalAge {
    height: 60vh;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge {
    height: 60vh;
  }
}
.legalAge .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .legalAge .content {
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .content {
    grid-template-columns: 1fr;
  }
}
.legalAge .boxContent {
  text-align: right;
  display: flex;
  max-width: 37.375rem;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .legalAge .boxContent {
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .boxContent {
    text-align: center;
    margin: 0 auto;
    max-width: 55rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .legalAge .boxContent {
    max-width: 35rem;
  }
}
.legalAge .boxContent .title {
  font-family: var(--font-main);
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3rem;
  color: var(--color-main);
}
@media only screen and (max-width: 768px) {
  .legalAge .boxContent .title {
    font-size: 2.42rem;
    color: var(--color-background);
    max-width: 286px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .boxContent .title {
    color: var(--color-white);
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .legalAge .boxContent .title {
    color: var(--color-main);
  }
}
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  .legalAge .boxContent .title {
    -moz-column-rule: var(--color-main);
         column-rule: var(--color-main);
  }
}
.legalAge .boxContent span {
  color: var(--color-background-alt);
}
.legalAge .subtitle {
  font-size: 1.625rem;
}
@media only screen and (max-width: 768px) {
  .legalAge .subtitle {
    font-size: 1.375rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .subtitle {
    color: var(--color-white);
    font-size: 2.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .legalAge .subtitle {
    color: var(--color-background-alt);
  }
}
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  .legalAge .subtitle {
    color: var(--color-white);
  }
}
.legalAge .boxContentUnderage {
  text-align: right;
  display: flex;
  max-width: 37.375rem;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .legalAge .boxContentUnderage {
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .boxContentUnderage {
    text-align: center;
    margin: 0 auto;
    max-width: 55rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .legalAge .boxContentUnderage {
    max-width: 35rem;
  }
}
.legalAge .boxContentUnderage .ops {
  font-size: 5rem;
  color: var(--color-main);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .legalAge .boxContentUnderage .ops {
    color: var(--color-white);
    font-size: 6rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .boxContentUnderage .ops {
    color: var(--color-white);
    line-height: 1rem;
  }
}
.legalAge .boxContentUnderage .title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3rem;
  color: var(--color-background-alt) !important;
  max-width: 22rem;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .legalAge .boxContentUnderage .title {
    font-size: 2.42rem;
    color: var(--color-background);
    max-width: 330px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .boxContentUnderage .title {
    color: var(--color-background-alt) !important;
    font-size: 2rem;
    line-height: 3rem;
    max-width: 30rem;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .legalAge .boxContentUnderage .title {
    color: var(--color-main);
  }
}
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  .legalAge .boxContentUnderage .title {
    -moz-column-rule: var(--color-main);
         column-rule: var(--color-main);
  }
}
.legalAge .boxContentUnderage span {
  color: var(--color-background-alt);
}
.legalAge .subtitle {
  font-size: 1.625rem;
  max-width: 27rem;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .legalAge .subtitle {
    font-size: 1.375rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .subtitle {
    color: var(--color-background-alt);
    font-size: 1.6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .legalAge .subtitle {
    color: var(--color-background-alt);
  }
}
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  .legalAge .subtitle {
    color: var(--color-white);
  }
}
.legalAge .boxButton {
  justify-content: right;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .legalAge .boxButton {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .boxButton {
    display: none;
  }
}
.legalAge .boxButtonMob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .legalAge .boxButtonMob {
    justify-content: start;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .legalAge .boxButtonMob {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
  .legalAge .boxButtonMob .ButtonSecond {
    font-size: 2rem;
    padding: 1rem 6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .legalAge .boxButtonMob {
    display: none;
    gap: 1rem;
    justify-content: right;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .legalAge .boxButtonMob .ButtonSecond {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}

.boxAg {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .boxAg {
    justify-content: flex-start;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .boxAg {
    display: none;
  }
}
.boxAg figure img {
  width: 30rem;
  height: 9.9375rem;
  margin-left: 10rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .boxAg figure img {
    display: none;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .boxAg figure img {
    margin-left: 0;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 0;
  background-color: var(--color-background);
  text-align: left;
  font-family: var(--font-secondary);
}
.footer .container {
  padding: 2rem;
}
.footer .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .footer .content {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    gap: 1rem;
  }
}
.footer .content p {
  font-size: 0.875rem;
  height: 2rem;
}
.footer .content a {
  margin-left: auto;
  margin-right: 0;
  color: var(--color-background-alt);
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer .content a {
    margin-left: 0;
  }
}/*# sourceMappingURL=main.css.map */