@charset "UTF-8";
.firstview {
  position: relative;
  height: 100vh;
  margin: calc(84px + 4vh) 0 0 auto;
  color: white;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
  opacity: 0;
  transition: opacity 0.3s;
}
.firstview--black {
  color: black;
}
.firstview--black .firstview__caption:before {
  background-color: black;
}
.firstview.is-show {
  height: auto;
  opacity: 1;
}
.firstview__caption {
  position: absolute;
  right: 48px;
  font-size: 13px;
  opacity: 0.4;
  font-weight: bold;
}
.firstview__caption:before {
  position: absolute;
  top: 0;
  left: -8px;
  width: 2px;
  height: 2px;
  background-color: white;
  content: "";
}
.firstview__information {
  position: relative;
  margin-top: -203px;
  padding: 1px 0;
}
.firstview__information:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: white;
  content: "";
}
.firstview__subtitle {
  margin-top: 20px;
  opacity: 0.4;
  font-size: 13px;
  font-weight: bold;
}
.firstview__title {
  line-height: 1em;
  margin-top: -4px;
  margin-left: -4px;
  font-size: 80px;
  font-family: effra, sans-serif;
  letter-spacing: 0.04em;
}
.firstview__tag {
  margin-top: 18px;
  font-size: 14px;
  font-family: effra, sans-serif;
  opacity: 0.35;
  letter-spacing: 0.1em;
}
.firstview__description {
  line-height: 1.7em;
  margin-top: 14px;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 799px) {
  .firstview {
    margin-top: 132px;
  }
  .firstview__caption {
    right: 22px;
    font-size: 11px;
  }
  .firstview__caption:before {
    top: initial;
    right: -4px;
    bottom: 0;
    left: initial;
  }
  .firstview__information {
    margin-top: -65px;
  }
  .firstview__information:before {
    width: 30px;
  }
  .firstview__subtitle {
    margin-top: 10px;
    margin-left: -2px;
    font-size: 11px;
  }
  .firstview__title {
    margin-top: -2px;
    margin-left: -2px;
    font-size: 45px;
  }
  .firstview__tag {
    margin-top: 10px;
    font-size: 11px;
  }
  .firstview__description {
    padding-right: 16px;
    margin-top: 10px;
  }
  .firstview__description br {
    display: none;
  }
}
