.container {
  width: 1100px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
a,
a:visited,
a:link {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
body {
  background-color: #000;
  color: #fff;
}
main {
  min-height: calc(100vh - 42px);
}
footer {
  padding: 10px 0;
  background-color: #333;
  font-size: 12px;
  text-align: center;
}
.live main {
  padding: 60px 0;
}
.live h1 {
  padding-left: 20px;
  font-size: 30px;
  border-left: 5px solid #fff;
  line-height: 1.0;
}
.live h2 {
  font-size: 20px;
  padding-top: 30px;
}
.live p {
  padding-top: 30px;
}
.live .link_back {
  padding-top: 80px;
}
.live .link_back a {
  font-size: inherit;
  color: inherit;
  opacity: .8;
}
.live .sns_link {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.live .sns_link li {
  width: 120px;
  text-align: center;
}
.live .sns_link h4 {
  padding: 10px;
}
.live .sns_link .img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .live h1 {
    font-size: 22px;
    line-height: 1.4;
  }
}
