@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Yantramanav:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

html{
  font-size: 10px;
}

body {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.blind {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.ir_pm {
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}

.svg{
  width: 100%;
  height: 100%;
}

.nav {
  font-family: 'Marcellus', serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D4CCC2;
  display: none;
  z-index: 99;
}

.vd_t{
  font-family: 'Marcellus', serif;
}
