@charset "UTF-8";
.logo {
  position: fixed;
  top: 15px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  z-index: 99999;
  max-width: 1040px;
  width: 100%;
}

.logo img:hover {
  opacity: .7 !important;
}

.pst01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1040px;
  width: 100%;
  z-index: 9999;
  text-align: right;
  margin: 0 auto;
}


@media screen and (max-width: 1040px) {

  .pst01 {
    display: none;
  }

}
