header .header-left a img {
  display: none;
}

header .header-left a::after {
  content: "";
  background-image: url(/img/usr/common/sitelogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  width: 208.91px;
  display: block;
}

.bland-header {
  height: 110px;
  padding: 10px 0 10px 72px;
  display: flex;
  gap: 80px;
  align-items: center;
  background-color: #F9F9F9;
}

.bland-header.is-fixed {
  position: sticky;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  top: 80px;
  left: 0;
  right: 0;
  z-index: 100;
}

.bland-header>a {
  height: 90px;
  width: auto;
  min-width: fit-content;
}

.bland-header img {
  height: 100%;
}

.bland-header .gnav {
  display: flex;
  gap: 80px;
  overflow-x: auto;
  padding-right: 80px;
}

.bland-header .gnav::-webkit-scrollbar-track {
  background: #F9F9F9;
  box-shadow: none;
}

.bland-header .gnav a {
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.bland-header .gnav a.en {
  font-family: "Montserrat", sans-serif;
}

.page-genre .bland-header {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}

.page-genre .pane-topic-path {
  margin-top: 100px;
}

.page-genre .bland-header.is-fixed {
  position: fixed;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  top: 80px;
  left: 0;
  right: 0;
  z-index: 100;
}

@media screen and (max-width:767px) {
  header .header-left a img {
    display: none;
  }

  header .header-left a::after {
    content: "";
    background-image: url(/img/usr/common/sitelogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 14px;
    width: 146.23px;
    display: block;
  }

  .bland-header {
    height: 70px;
    padding: 10px 0 10px 15px;
    display: flex;
    gap: 25px;
    align-items: center;
    background-color: #F9F9F9;
  }

  .bland-header.is-fixed {
    position: sticky;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    top: 40px;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .bland-header>a {
    display: contents;
    height: 50px;
    width: 100%;
  }

  .bland-header img {
    height: 100%;
  }

  .bland-header .gnav {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-right: 25px;
  }

  .bland-header .gnav::-webkit-scrollbar-track {
    background: #F9F9F9;
    box-shadow: none;
  }

  .bland-header .gnav a {
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    font-size: 3.4vw;
  }

  .bland-header .gnav a.en {
    font-family: "Montserrat", sans-serif;
  }

  .block-genre-page {
    display: flex;
    flex-direction: column;
  }

  .block-genre-page .bland-header {
    order: -1;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
  }

  .page-genre .pane-topic-path {
    margin-top: 10px;
  }

  .page-genre .bland-header.is-fixed {
    position: sticky;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    top: 40px;
    left: 0;
    right: 0;
    z-index: 100;
  }
}