
/* --------MVここから-------- */

.sub_page_mv{
    position: relative;
}

/* MV背景の写真 */
.sub_page_mv img{
    width: 100%;
}

/* MV上のナビゲーション */
.sub_page_mv_navigate{
    position: absolute;
    top: 2.19%;
    left: 5.21%;
    color: #404040;
    font-size: 0.836vw;
}
@media screen and (max-width: 450px){
    .sub_page_mv_navigate{
        font-size: 2vw;
    }
}

/* TOPにaタグ */
.sub_page_mv_navigate a{
    text-decoration: none;
    color: #404040;
    font-family: "YuGothic";
}

/* MVのタイトル */
.sub_page_mv_title{
    position: absolute;
    top:55%;
    left: 20%;
    -ms-transform: translate(-50%,-50%);/
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #000;
    margin: 0!important;/*文字がずれている場合や*/
    padding: 0!important;/*文字が折り返される場合*/
}

/* MVタイトル英語 */
.sub_page_mv_title h4{
    font-size: 7.8125vw;
    font-family:
	"游ゴシック体",YuGothic,sans-serif;
    font-weight: 500;
    margin: 0;
}

/* MVタイトル日本語 */
.sub_page_mv_title p{
    font-size: 2.5vw;
    font-family: "YuMincho",
	"Hiragino Mincho ProN",
	serif;
    font-weight: 600;
    margin-top: -2.6041vw;
    text-align: center;
}

/* --------MVここまで-------- */
