@charset "UTF-8";

/*MV下部テキスト*/
#news + div > .content_wrapper {
  margin-top: 0;
}
#mv_bottom + .contents_box01 .mv_bottom-main {
    line-height: 1.1;
    letter-spacing: 0.3rem;
    font-weight: 600;
    font-size: 3.8rem !important;
    position: relative;
    margin-bottom: 10px;
    color: var(--i_txt_color);
    text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 25px #fff;
}
#mv_bottom + .contents_box01 .mv_bottom-sub {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    color: var(--i_txt_color);
    position: relative;
    text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 25px #fff;
}
#mv_bottom + .contents_box01 .mv_bottom-sub span {
    font-size: 4.5rem !important;
    padding: 0 3px;
    color: #daa800;
}
@media screen and (max-width: 800px) {
    #mv_bottom + .contents_box01 .mv_bottom-main {
        font-size: 4.5vw !important;
    }
    #mv_bottom + .contents_box01 .mv_bottom-sub {
        font-size: 3.5vw !important;
    }
    #mv_bottom + .contents_box01 .mv_bottom-sub span {
        font-size: 5vw !important;
    }
}

/*MV動画調整*/
@media screen and (max-width: 1023px) {
    #mv.mv_mp4_cover {
        height: calc(100vw* 562.5 / 1000) !important;
    }
}
.mv_mp4_cover .mv_mp4 {
    height: calc(100vw* 562.5 / 1000) !important;
}
.mv_mp4 video {
    height: calc(100vw * 562.5/1000)!important;
    object-position: left bottom;
}
