* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f4f0eb !important;
    font-family: "fot-tsukuardgothic-std", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2vw;
    line-height: 1.5;
}

h1 {
    font-size: 3.6em;
    line-height: 1.5;
}

h2 {
    font-size: 2.4em;
    line-height: 1.5;
}

h3 {
    font-size: 1.2em;
    line-height: 1.5;
}

body.menu-open .menu-sliders:nth-child(2) {
    flex: 0 0 0%;
  }

body.menu-open .menu {
    transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
  }
