.hero {
    width: 100%;
    padding: 0 16px;
}

@media screen and (min-width: 801px) {
    .hero {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .hero {
        padding: 0 120px;
    }
}

.hero__bg {
    width: 100vw;
    height: 380px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media screen and (min-width: 801px) {
    .hero__bg {
        width: 77.431vw;
        height: 35.486vw;
    }
}
@media screen and (min-width: 1440px) {

    .hero__bg {
        width: 1115px;
        height: 511px;
    }
}

.hero__container {
    width: 100%;
    padding: 160px 0 16px;
}

@media screen and (min-width: 801px) {
    .hero__container {
        padding: 20.833vw 0 4.44vw;
    }
}

@media screen and (min-width: 1440px) {
    .hero__container {
        padding: 300px 0 64px;
    }
}

.hero__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 64px;
}

@media screen and (min-width: 801px) {
    .hero__row {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
}

.hero__breadcrumb {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 801px) {
    .hero__breadcrumb {
        gap: 0.694vw;
        margin-bottom: 0.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .hero__breadcrumb {
        gap: 10px;
        margin-bottom: 8px;
    }
}

.hero__breadcrumb-separator {
    font-size: 12px;
}

@media screen and (min-width: 801px) {
    .hero__breadcrumb-separator {
        font-size: 0.833vw;
    }
}

@media screen and (min-width: 1440px) {
    .hero__breadcrumb-separator {
        font-size: 12px;
    }
}

.hero__breadcrumb-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .hero__breadcrumb-item {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__breadcrumb-item {
        font-size: 14px;
    }
}

span.hero__breadcrumb-item {
    opacity: 0.5;
}

a.hero__breadcrumb-item {
    color: unset;
    text-decoration: none;
}

.hero__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .hero__title-wrap {
        width: fit-content;
        gap: 2.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__title-wrap {
        gap: 40px;
    }
}

.hero__title {
    width: fit-content;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .hero__title {
        font-size: 6.667vw;
    }
}
@media screen and (min-width: 1440px) {
    .hero__title {
        font-size: 96px;
    }
}

.hero__title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

.fv {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 801px) {
    .fv {
        width: 100%;
        height: 37.5vw;
    }
}

.menu-section {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 24px;
}

@media screen and (min-width: 801px) {
    .menu-section {
        padding: 0;
    }
}

@media screen and (min-width: 1440px) {
    .menu-section {
        padding: 0;
    }
}

.menu-section__container {
    width: 100%;
    padding: 24px 0;
}

@media screen and (min-width: 801px) {
    .menu-section__container {
       padding: 3.889vw 0;
    }
}

@media screen and (min-width: 1440px) {
    .menu-section__container {
        padding: 56px 0;
    }
}

.menu-section__row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
}

@media screen and (min-width: 801px) {
    .menu-section__row {
        width: fit-content;
        justify-content: unset;
        gap: 4.652vw;
        row-gap: unset;
    }
}

@media screen and (min-width: 1440px) {
    .menu-section__row {
        gap: 67px;
    }
}