.Internal-Menubar {
  margin-top: 1.5625vw;
}
.LogoLeft img {
  width: 100%;
  height: auto;
  padding-left: 1.8359375vw;
  transition: all 0.5s ease-out;
}
.LogoLeft img:hover {
  opacity: 0.5;
}
.LogoLeft {
  display: inline-block;
  width: 29%;
}
.CenterEmptyArea {
  display: inline-block;
  width: 40%;
}
.LogoMobile {
  display: none;
}
.MenuRight {
  display: inline-block;
  width: 30%;
  vertical-align: top;
 font-family:'Times NR MT W01 Regular';
}
img {
  width: 100%;
  height: auto;
}

.MenuList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.8359375vw;
}
.MenuList a {
  text-decoration: none;
 font-family:'Times NR MT W01 Regular';
  font-size: 1.0546875vw;
  color: #ffffff;
}
.MenuList a:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .LogoLeft {
    display: none;
  }
  .LogoMobile {
    display: block;
    width: 76%;
    margin: 0 auto;
    margin-top: 35px;
    margin-top: 35px;
  }
  .MenuRight {
    display: block;
    width: 87%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .MenuList a {
    font-size: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
  .LogoMobile {
    width: 46%;
  }
}
body.tourPage a.int-tour,
body.musicPage a.int-music {
  text-decoration: underline;
}
