/* copy and paste from here */

.nav2 {
  position: fixed;
  top: 56px;
  margin: 0 auto;
  background: #fff;
  z-index: 9;
  height: initial;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  width: 400px;
  left: 50%;
  margin-left: -200px;
}

.isMobile {
text-align: left;
font-weight: bold;
font-size: 16px;
line-height: 25px;
margin: 5px 0 5px 10px;
height: 40px;
padding: 5px 12px;
border: 1px solid transparent;
float: left;
border-radius: 10px;
}

.nav2 a, .nav2 a.active{
display: block !important;
clear: both;
width: 100%;
text-align: left;
margin: 0;
padding: 16px 25px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0;
color: #000;
height: auto;
color: var(--gondola);
font-family: var(--font-family-kozukagothic_pr6n-b);
font-size: var(--font-size-m);
font-style: normal;
font-weight: 400;
}

/* till here */

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/617a24e5aeaa14544428f5ed.617a24e7a070cc6a85bb0519.xvLCYm9.hcp.png");

@font-face {
  font-family: "KozukaGothic Pr6N-R";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KozGoPr6NRegular.otf") format("opentype");
}
@font-face {
  font-family: "CenturyGothic";
  font-style: normal;
  font-weight: 1 1000;
  src: url("../fonts/Century Gothic.ttf") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.align-self-flex-start {
  align-self: flex-start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

input:focus {
  outline: none;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
