.nd-sidebar {
  z-index: 12;
  display: none;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 0.5s ease;
}

.nd-sidebar.show {
  display: block;
}

.nd-sidebar.open {
  top: 0;
}

@media screen and (min-width: 960px) {
  .nd-sidebar {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 100;
    width: 200px;
    transform: translateX(0);
    transition: transform var(--spectrum-global-animation-duration-200) ease-in-out;
  }
  .nd-sidebar.menuOpen {
    transform: translateX(100%);
  }
}

@media screen and (min-width: 1280px) {
  .nd-sidebar {
    width: 256px;
  }
}

.spectrumSidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.nd-sidebar-header {
  display: none;
}

@media screen and (min-width: 768px) {
  .spectrumSidebar {
    background-color: var(--spectrum-global-color-gray-75);
  }
  .nd-sidebar-header {
    display: block;
    padding: 16px 24px 0px 24px;
    width: 200px;
  } 
}

@media screen and (min-width: 960px) {
  .nd-sidebar-header {
    display: block;
    padding: 8px 24px 0px 24px;
    width: 200px;
  } 
}

@media screen and (min-width: 1280px) {
  .nd-sidebar-header {
    display: block;
    padding: 8px 24px 0px 24px;
    width: 256px;
  } 
}

.nd-sidebar-logoContainer {
  outline: none;
  padding: 1px 2px 2px 2px;
  border-radius: 4px;
  margin-top: -2px;
}

.nd-sidebar-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nd-sidebar-headerLink {
  text-decoration-line: none !important;
}

.nd-sidebar-logo {
  width: 100%;
  height: auto;
  display: block;
}

.nd-sidebar-titleText {
  display: flex;
  flex-direction: row;
}

.spectrum:lang(ja) .spectrum-Heading3.nd-sidebar-titleText {
  letter-spacing: 0;
}

.nd-sidebar-navigation {
  padding: 24px 24px 64px 24px;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch；
}

@media screen and (min-width: 768px) {
  .nd-sidebar-navigation {
    padding: 0px 24px;
    height: auto;
    flex: 1;
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.nd-sidebar-searchContainer {
  margin-top: 24px;
}

.nd-sidebar-searchContainer .spectrum-Search {
  width: 100%;
}

.nd-sidebar-searchContainer .spectrum-Search-input {
  padding-left: var(--spectrum-global-dimension-size-450);
  width: var(--spectrum-global-dimension-size-2400);
}

.app-bar .spectrum-Button + .spectrum-Button {
  margin-left: 0;
}

.spectrum-SideNav-item.nd-SideNav-item {
  padding-bottom: 4px;
  border-bottom: solid 1px rgb(211, 211, 211);
}

@media screen and (min-width: 960px) {
  .spectrum-SideNav-item.nd-SideNav-item {
    padding-bottom: 2px;
    border-bottom: none;
  }
}

.spectrum-SideNav-itemLink {
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .spectrum-SideNav-itemLink {
    font-weight: normal;
  }
}
