body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__out-0630 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.out-0630__wrap {
  flex: none;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.out-0630__line {
  background-image: none;
  border-top: 1px solid #01f59d;
  border-bottom: 1px solid #01f59d;
  flex: 0 33.3333%;
  height: 100%;
  transform: skew(0deg, -10deg);
}

.out-0630__line.line-1 {
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.out-0630__line.line-2 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.out-0630__label {
  padding: 28px 0;
  position: relative;
}

@media screen and (max-width: 240px) {
  .tadafy__out-0630 {
    transform: scale(.7);
  }
}