header { position: relative; height: 130px; }
header a { text-decoration: none; }
header ul { margin: 0px; padding: 0px; list-style-type: none; }
header li { margin: 0px; padding: 0px; }
header .h1z { position: absolute; top: 16px; left: 20px; width: 205px; }
h1 { margin: 0px; padding: 0px; width: 100%; font-size: 1rem; line-height: 100%; }
header .h1z .giin { padding: 0px 0px 12px; font-size: 1rem; line-height: 100%; letter-spacing: 0.05em; }
header .h1z .font_sans { padding: 13px 0px 0px 2px; font-weight: bold; font-size: 1rem; line-height: 100%; color: #aaaaaa; letter-spacing: 0.05em; }
header .bgrmenubtn { position: absolute; top: 9px; right: 9px; width: 72px; cursor: pointer; z-index: 5; border-radius: 50%; }
header .bgrmenubtn img { width: 100%; }
header nav { position: absolute; top: 21px; right: 100px; margin: 0px; padding: 0px; width: 80%; max-width: 600px; font-size: 0.85rem; line-height: 100%; font-weight: bold; display: none; }
header nav ul { width: 100%; display: flex; flex-flow: wrap; justify-content: flex-end; }
header nav li { position: relative; }
header nav li::before { content: ""; position: absolute; top: 5px; right: 0px; width: 0px; height: 17px; border-left: 1px solid #999999; }
header nav li:first-of-type::after { content: ""; position: absolute; top: 5px; left: 0px; width: 0px; height: 17px; border-left: 1px solid #999999; }
header nav li a { display: inline-block; padding: 5px 10px; text-decoration: none; }
.sidebar { position: fixed; top: 60%; right: 0px; margin: 0px; padding: 0px; width: 32px; list-style-type: none; font-size: 0.7rem; line-height: 100%; text-align: center; font-weight: bold; transform: translateY(-50%); }
.sidebar li { margin: 10px 0px 0px; padding: 0px; width: 100%; }
.sidebar a { display: block; width: 100%; white-space: nowrap; text-decoration: none; }
.sidebar a div { margin: 0px auto; padding: 0px 0px 10px; }
@media screen and (max-aspect-ratio: 9 / 10) {
  .sidebar { top: 50%; }
}
@media print, screen and (min-width: 768px) {
  header nav { display: block; font-size: 0.8rem; line-height: 100%; }
}
@media print, screen and (min-width: 850px) {
  header nav { font-size: 0.9rem; line-height: 100%; }
  header nav li a { padding: 5px 15px; }
}
@media screen and (max-width: 1100px) {
  .sidebar { display: none; }
}
@media print {
  header .bgrmenubtn { display: none; }
  header nav { right: 0px; }
  .sidebar { display: none; }
}
