.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

.only-section {
  min-height: 100vh;
}

.container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.left-block {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/img_artist_takuya_01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.right-block {
  z-index: 1;
  float: right;
  background-color: #fff;
  width: 45%;
  height: 100%;
  padding: 24px 24px 24px 12px;
}

.moving-text {
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 600px;
  font-weight: 700;
  line-height: 100%;
}

.left-top-block {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px 10px;
  display: flex;
}

.left-mid-block {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.left-bottom-block {
  padding: 10px 28px;
}

.date-flexbox {
  display: none;
}

.date {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-block {
  padding-top: 7px;
  padding-left: 4px;
}

.text-block-2 {
  text-transform: uppercase;
}

.paragraph {
  float: left;
  color: #fff;
  margin-right: 8px;
  line-height: 120%;
}

.paragraph-2 {
  font-size: 30px;
}

.paragraph-3 {
  color: #fff;
  font-size: 13px;
}

.logo-holder {
  color: #fff;
  background-image: url('../images/210205_TS_LOGO_-WH.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.right-block-first {
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.custom-nav-link {
  color: #000;
  background-image: url('../images/Enter-Key_1Enter Key.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 48px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-text {
  margin-top: 6px;
  padding-left: 32px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.contact-button {
  color: #000;
  border-bottom: 3px solid #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-contact-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.first-image {
  width: 100%;
}

.article-title {
  color: #000;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
}

.button {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Double-Arrow_1Double Arrow.png');
  background-position: 103%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-bottom: 3px solid #000;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 24px;
  font-size: 30px;
  font-weight: 500;
}

.movin-text-holder {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.first-article, .second-article {
  margin-bottom: 40px;
  padding-left: 20px;
}

.heading {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.heading.upcoming {
  margin-top: 60px;
  margin-bottom: 32px;
}

.heading.artist {
  margin-top: 60px;
  margin-bottom: 40px;
}

.gig-flexbox {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.artist-flexbox {
  align-items: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.bullet {
  margin-right: 4px;
  font-size: 60px;
}

.club {
  margin-right: 32px;
}

.playlists {
  padding-left: 12px;
}

.gig-details {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.artists {
  padding-left: 12px;
  display: none;
}

.artist-name {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}

.recent-heading {
  line-height: 120%;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.div-block {
  width: 100%;
  height: 30px;
}

.div-block-2 {
  background-image: url('../images/210205_TS_LOGO_BK.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .left-block {
    width: auto;
    position: static;
  }

  .right-block {
    float: none;
    width: auto;
  }

  .moving-text {
    font-size: 400px;
  }

  .left-bottom-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .first-article, .second-article {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .moving-text {
    font-size: 250px;
  }

  .grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .moving-text {
    font-size: 140px;
  }

  .left-bottom-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-holder.w--current {
    width: 150px;
  }

  .club {
    margin-right: 0;
  }

  .gig-details {
    width: 37%;
  }
}


