* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
}

a {
  transition: 0.3s all;
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 10;
}

.header_rogo{
    height: 90px;
    margin-left: 58px;
}

.nav_wrap {
  padding: 50px 0;
}

.nav_wrap ul{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 3%;
}

.nav_wrap ul li a{
  color: #b09761;
  font-size: 4.8rem;
}