@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
.dialog_drop{
	font-weight:bold;
}
.Fv.fv-high{
	height:450px;
}
.Fv:after {
	/*display:none !important;*/
    background-color: #000000 !important;
}
.GlobalNavi__item.vctr_pc_none{
display:none;
}
.Fv.fv-high::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(55, 55, 55, .05) !important;
}


@media screen and (max-width: 768px)
{

}

@media screen and (max-width: 768px) and (max-width: 811px)
{
.PanelC__metaItem.-title
    {
        font-size: 5vw;
    }
.Fv.fv-high{ /*VISIONページのFV高さ調整*/
	height:250px !important;
}
.GlobalNavi__item.vctr_pc_none{
display:inline-block;
}
.Prologue{
    overflow: hidden;
    height: 70%;
    min-height: 450px;
    max-height: 750px;
}
}

@media screen and (max-width: 580px)
{
}