@charset "UTF-8";
/*----------------------------
ベース
----------------------------*/
/*----------------------------
カラー
----------------------------*/
/*----------------------------
フォント
----------------------------*/
.page_mv {
  height: 300px;
  margin-top: 80px;
}
.page_mv::before {
  content: "";
  position: absolute;
  margin-top: 80px;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000, transparent);
}
.page_mv_img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_ttl {
  position: relative;
}
.page_ttl_txt {
  position: absolute;
  display: inline-block;
  height: 135px;
  font-size: 2.5rem;
  top: 85px;
  left: 8%;
  color: #fff;
  writing-mode: vertical-rl;
}
/*# sourceMappingURL=page.css.map */