.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero.area {
  background-color: #000000bf;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block {
  z-index: 100;
  width: 50%;
  position: sticky;
  top: 0;
}

.background {
  z-index: -200;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.heading {
  color: #fffdfd;
  background-color: red;
  margin-top: 0;
  margin-bottom: 0;
}

.background-filter {
  opacity: .48;
  filter: saturate(200%);
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow: auto;
}

.area.is-bg-black {
  background-color: #00000080;
}

.area.is-bg-black.artists {
  background-color: #ff0000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.area.gaiyo {
  z-index: 100;
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.area.attention {
  background-color: #ff0000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.area.ticket {
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.artist-logo {
  width: 95%;
  max-width: 600px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  border-bottom: 10px red;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.body {
  font-family: Zen Maru Gothic, sans-serif;
}

.gaiyo-row {
  color: #fff;
  flex-direction: row;
  width: 600px;
  font-size: 18px;
  line-height: 36px;
  display: flex;
}

.gaiyo-row.is-hidden {
  display: none;
}

.gaiyo-title {
  width: 100px;
}

.gaiyo-body {
  width: 500px;
}

.gaiyo-content {
  z-index: 100;
  text-align: left;
  width: 640px;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  top: 0;
}

.heading-3 {
  color: #fff;
  background-color: red;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 5px 9px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
}

.heading-3.is-green {
  background-color: red;
}

.heading-4 {
  color: #ff0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 20px 9px 5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.artist-header {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.vertical-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.text-span {
  color: #000;
  background-color: #ff0;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: #fafafa;
  text-align: center;
  font-size: 10px;
  line-height: 24px;
}

.gaiyo-bg {
  z-index: -1;
  background-image: url('../images/illust.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0, -10%);
}

.gaiyo-bg-filter {
  z-index: 0;
  background-color: #000000e6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block {
  color: #0f2;
  width: 500px;
  font-weight: 700;
}

.maesetsu-logo {
  width: 60%;
  max-width: 180px;
  margin-top: 0;
}

.heading-5 {
  font-size: 18px;
  line-height: 22px;
}

.heading-6 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.div-block-2 {
  background-color: #000;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/illust.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.link {
  color: red;
  font-weight: 700;
}

.text-block-2 {
  font-size: 12px;
  line-height: 12px;
}

.text-span-2 {
  background-image: linear-gradient(to top, red 10%, #0000 10%);
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 80%;
  }

  .area.attention {
    padding-bottom: 100px;
  }

  .area.ticket {
    background-color: #000;
  }

  .gaiyo-body {
    -webkit-text-stroke-color: red;
  }

  .link-block {
    color: red;
  }
}

@media screen and (max-width: 767px) {
  .hero.area {
    z-index: 120;
    background-color: #000000bf;
    position: relative;
  }

  .area.is-bg-black.artists {
    z-index: 100;
  }

  .area.gaiyo {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .area.ticket {
    background-color: #000000e6;
  }

  .gaiyo-row {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
  }

  .gaiyo-body {
    width: 400px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 26px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .gaiyo-bg {
    z-index: -300;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 0%;
  }

  .link-block {
    width: 400px;
  }

  .div-block-2 {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/illust.jpg');
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 98%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .area.gaiyo {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    overflow: visible;
  }

  .area.attention {
    z-index: 100;
    justify-content: center;
    align-items: center;
  }

  .gaiyo-row {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .gaiyo-title {
    width: 100%;
    padding-left: 5px;
    font-weight: 700;
  }

  .gaiyo-body {
    width: 100%;
    padding-left: 1em;
    font-size: 12px;
    line-height: 20px;
  }

  .gaiyo-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block {
    font-size: 8px;
  }

  .gaiyo-bg-filter {
    background-position: 50% 0;
    background-size: contain;
  }

  .maesetsu-logo {
    width: 30%;
  }

  .heading-6 {
    font-size: 12px;
  }

  .div-block-2 {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/illust.jpg');
    background-size: auto, auto;
  }
}


