@charset "UTF-8";
/* スマホ*/
.sp-Flex {
  display: flex;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  margin: auto;
}
header .Header {
  flex-direction: row-reverse;
  margin: 1rem 5%;
  justify-content: space-between;
}
header .Header .Header-Info {
  display: none;
}
header .Header nav.Nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  max-height: 100vh;
  background-color: #fff;
  padding: 5vw;
  box-sizing: border-box;
  text-align: center;
  overflow: scroll;
  display: none;
}

/*---タブレット---*/
@media screen and (min-width: 768px) {
  .Header-Info {
    display: block;
  }
}
/*---PC---*//*# sourceMappingURL=common.css.map */