@charset "UTF-8";

/* 動画バージョン */

.box-mv.container {
  padding: 0;
  position: relative;
  /*background:#220000*/
}

.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: 800px; */
    height: 600px;
    width: 100%;
    
}

.mv_txt_inner {
    font-size: 6rem;
    margin-bottom: 0;
    /* background:rgba(255,0,0,0.1); */
    text-shadow: 4px 2px 1px #bb0000;
    width: 55%;
}

.box-mv.container video {
    width: 55%;
    vertical-align: top;
    text-align:center;
}
.bg-mv{
    text-align:center;
}
