@media screen and (max-width: 450px){
    .breadcrumb-001 {
        display: flex;
        gap: 0 2vw;
        list-style: none;
        font-size: .6em;
        padding-left: 5vw;
    }

    .breadcrumb-001 li {
        display: flex;
        align-items: center;
    }

    .breadcrumb-001 li:not(:last-child)::after {
        display: inline-block;
        transform: rotate(45deg);
        width: .7em;
        height: .7em;
        margin-left: 10px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: '';
    }

    .breadcrumb-001 a {
        text-decoration: none;
    }
    .fv {
        position: relative;
        padding-bottom: 20vw;
    }
    .fv img{
        width: 100%;
    }
    .fv_title {
        position: absolute;
        top: 54vw;
        left: 5vw;
        color: #fff;
    }
    .fv_title h1 {
        font-size: 4vw;
        line-height: 1;
    }
    .fv_title p {
        font-size: 2.5vw;
    }
    .inv {
        color: #000;
    }
}
@media screen and (min-width: 451px){
    .pilates {
        position: relative;
        padding-top: 6vw;
    }
    .breadcrumb-001 {
        position: absolute;
        top: 7vw;
        z-index: 1;
        display: flex;
        gap: 0 1vw;
        list-style: none;
        font-size: .9em;
        padding-left: 5vw;
    }

    .breadcrumb-001 li {
        display: flex;
        align-items: center;
    }

    .breadcrumb-001 li:not(:last-child)::after {
        display: inline-block;
        transform: rotate(45deg);
        width: .7em;
        height: .7em;
        margin-left: 10px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: '';
    }

    .breadcrumb-001 a {
        text-decoration: none;
    }
    .fv {
        position: relative;
        padding-bottom: 8vw;
    }
    .fv img{
        width: 100%;
    }
    .fv_title {
        position: absolute;
        top: 27vw;
        left: 5vw;
    }
    .fv_title h1 {
        font-size: 2.5vw;
        line-height: 1;
    }
    .fv_title p {
        font-size: 1.5vw;
    }

    .inv {
        color: #fff;
    }
}