/* ============== .c-underFv ============== */
.c-underFv
{
    position: relative;
    z-index: 0;

    width: 100%;
    height: 24.32292vw;
    margin-top: 100px;
}

@media print, screen and (max-width: 1920px)
{
    .c-underFv
    {
        margin-top: 5.20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .c-underFv
    {
        height: 29.29688vw;
        margin-top: 9.76562vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .c-underFv
    {
        height: 40vw;
        margin-top: 13.33333vw;
    }
}

.c-underFv::before
{
    position: absolute;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/img_under_fv_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    inset: 0;
}

@media print, screen and (max-width: 430px)
{
    .c-underFv::before
    {
        background-image: url(../images/img_under_fv_01_sp.jpg);
    }
}

.c-underFv__TtlBox
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.c-underFv__ttlJa
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;

    letter-spacing: .1em;

    color: #fff;
}

@media print, screen and (max-width: 430px)
{
    .c-underFv__ttlJa
    {
        font-size: 5.33333vw;
    }
}

.c-underFv__ttlEn
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;

    margin-top: 20px;

    letter-spacing: .1em;

    color: #d2c39a;
}

@media print, screen and (max-width: 1920px)
{
    .c-underFv__ttlEn
    {
        margin-top: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .c-underFv__ttlEn
    {
        margin-top: 1.36719vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .c-underFv__ttlEn
    {
        font-size: 3.2vw;

        margin-top: 2.4vw;
    }
}