@charset "UTF-8";

#header .flex .header_nav ul {
  align-items: center;
}

.site-title {
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  border-radius: 100vh;
  background-color: #c70025;
}

@media only screen and (min-width: 1171px) {
  .site-title-sp {
    display: none;
  }
}

@media only screen and (max-width: 1170px) {
  .header_nav .site-title {
    display: none;
  }

  .site-title-sp {
    position: absolute;
    top: 15px;
    right: 65px;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    border-radius: 100vh;
    background-color: #c70025;
  }
}