header#header {
  height: 125px;
}
header#header .bar {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 125px;
  min-width: 1000px;
  padding: 0 33px 0 20px;
  background: #f0f0f0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
}
header#header .bar .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header#header .bar .menu .menu_logo {
  width: 115px;
}
header#header .bar .menu .menu_links > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 382px;
}
header#header .bar .menu .menu_links > ul > li > a {
  padding-left: 20px;
  background-image: url("../../images/common/header/menu_links_icon.svg");
  background-position: left calc(50% + 2px);
  background-size: 12.47px 7.13px;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  position: relative;
}
header#header .app_download {
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
}
header#header .app_download li:nth-child(2) {
  margin-left: 20px;
}
header#header .app_download li:nth-child(3) {
  margin-left: 40px;
  position: relative;
}
header#header .app_download li:nth-child(3)::before {
  content: "";
  width: 1px;
  height: 46px;
  background: #bbbbbb;
  transform: translate(-50%, -50%);
  position: absolute;
  right: calc(100% + 19px);
  top: 50%;
}

@media screen and (max-width: 1024px) {
  header#header .bar {
    padding: 0 20px 0 20px;
  }
  header#header .bar .menu .menu_links > ul {
    width: 340px;
  }
  header#header .app_download {
    margin-left: 10px;
  }
  header#header .app_download li:nth-child(2) {
    margin-left: 10px;
  }
  header#header .app_download li:nth-child(3) {
    margin-left: 20px;
  }
  header#header .app_download li:nth-child(3)::before {
    right: calc(100% + 10px);
  }
}
@media screen and (max-width: 743px) {
  header#header {
    height: 13.3333333333vw;
  }
  header#header .bar {
    height: 13.3333333333vw;
    min-width: 0;
    padding: 0 13.3333333333vw 0 1.7333333333vw;
  }
  header#header .bar .menu .menu_logo {
    width: 18.6666666667vw;
  }
  header#header .bar .menu .menu_logo img {
    width: 9.3333333333vw !important;
    height: auto !important;
  }
  header#header .bar .menu .menu_links > ul {
    width: 66.2666666667vw;
  }
  header#header .bar .menu .menu_links > ul > li > a {
    padding-left: 2.6666666667vw;
    background-position: left calc(50% + 2px);
    background-size: 1.6626666667vw 0.9506666667vw;
    font-size: 3.7333333333vw;
  }
  header#header .app_download {
    display: none;
  }
}

