html,body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  margin: 0px 0px 0px;
  padding: 0px 0px 0px;
  width: 100%;
  height:100%;
  overflow: hidden;
}
a {
  color: #f58ea8;
  text-decoration: none;
}
.tl {
  height: 92% !important;
  width: 400px !important;
}
@media screen and (max-width: 500px) {
  .tl {
    height: 92% !important;
    width: 100% !important;
  }
}
iframe {
  height: 100% !important;
}
.bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0 auto;
  background-image: url("../files/bg.png");
  background-size: cover;
  filter: blur(4px);
}
.bg > img,.bg > video {
  height: 100%;
}
.l2 {
  width: 80%;
  height: 100%;
  position:absolute;
  top:20px;
  left:20px; 
  z-index: 999;
}
.twitter {
  margin: 0px 0px 0px;
  padding: 0px 0px 0px;
}
.at {
  color: #1da1f2;
  display: inline-block;
  margin: 0px 0px 0px;
  padding: 0px 0px 0px;
}