@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  background-color: #222;
}
body {
  position: relative;
  color: #FFF; 
  font-family: "filson-pro", sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  margin: 0;
}
a:hover {
  opacity: 0.5;
}
.top-wrapper {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.video,
.music,
.contact,
.kenshiro {
  position: fixed;
  z-index: 9998;
  font-family: grad, serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing : 0.2rem;
}
.video a,
.music a,
.contact a,
.kenshiro a {
  color: #FFF;
  text-decoration: none;
}
.kenshiro {
  top: 20px;
  left: 20px;
}
.music {
  top: 20px;
  right: 20px;
}
.contact {
  bottom: 20px;
  right: 20px;
}
.video {
  bottom: 20px;
  left: 20px;
}
.logo-wrapper img {
  position: fixed;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
@media(max-width:374px) {
  .top {
  display: none;
}
.bottom {
  display: none;
}
  .kenshiro {
  top: 15px;
  left: 15px;
}
.music {
  top: 15px;
  right: 15px;
}
.contact {
  bottom: 15px;
  right: 15px;
}
.video {
  bottom: 15px;
  left: 15px;
}
}
@media(min-width:768px) {
.video,
.music,
.contact,
.kenshiro,
.live-info__flier p {
  font-size: 1.8rem;
}
  .logo-wrapper img {
  width: 350px;
}
}
@media(min-width:1024px) {
.video,
.music,
.contact,
.kenshiro,
.live-info__flier p{
  font-size: 2.0rem;
}
.logo-wrapper img {
  width: 450px;
} 
}
@media (orientation: landscape) and (max-width: 812px) {
.video,
.music,
.contact,
.kenshiro {
  font-size: 1.6rem;
}
.top {
  display: none;
}
.bottom {
  display: none;
}
}