@charset "UTF-8";

@media screen and (min-width: 769px) {
  .global-header {
    background: #e6e6e6;
  }
  .global-header__inner {
    display: block;
    max-width: 1000px;
    position: relative;
    padding: 20px 0;
    margin: 0 auto;
  }
  .global-header__sitename {
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: none;
    padding: 0;
    margin-bottom: 40px;
  }
  .global-header__sitename a {
    height: 100%;
    display: block;
    background: var(--logo);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  .global-header__nav ul {
    display: flex;
    justify-content: space-between;
  }
  .global-header__nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .header-search,
  .global-header__nav__sub {
    display: none;
  }
}