@charset "UTF-8";

/* 動画バージョン */

.box-mv.container {
  padding: 0;
  position: relative;
}

.mv_txt {
  width: 900px;
  position: absolute;
  top: 50%;
  left: calc(50% - 450px);
  text-align: center;
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.txt_s{
  font-size: 3rem;
  font-weight: normal;
}

.box-mv.container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(40 40 40 / 30%);
  top: 0;
  position: absolute;
}

/*----------------------------
20210520 MVテキスト周り修正：武田（動画サイト用）
----------------------------*/
.mv_txt.box {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 98px;
    left: 0;
    height: calc(62.4vw - 98px);
    width: 100%;
}

.mv_txt_inner {
    font-size: 6rem;
    margin-bottom: 0;
}

.box-mv.container video {
    width: 100%;
    vertical-align: top;
}

