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

.tadafy__out-0620 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

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

.out-0620__line-w {
  flex: 1;
  height: 100%;
  margin-left: -1px;
  position: relative;
}

.out-0620__line--1 {
  transform-origin: 50% 0;
  border-bottom: 5px solid #000;
  position: absolute;
  inset: 0%;
  transform: skew(0deg, -10deg);
}

.out-0620__line--2 {
  transform-origin: 50% 0;
  border-top: 5px solid #000;
  position: absolute;
  inset: 0%;
  transform: skew(0deg, 10deg);
}

.out-0620__label {
  padding: 20px 24px;
  position: relative;
}

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