/* ============== 基本レイアウト ============== */
.inner-860 {
    width: min(calc(100% - 2 * var(--gutter)), 86rem);
    margin-inline: auto;
}

/* ============== セクション（表紙） ============== */
.section.menu-top-sec {
    padding-block: 8rem 6rem;
}

.section.menu-sec {
    padding-block: 7rem 6rem;
}

.menu-top__top-box {
    text-align: center;
}

/* ============== メニュー全体 ============== */
.menu {
    background: none;
}

.menu-top__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    row-gap: 6rem;
    margin-top: 8.6rem;
}

.menu__item {
    display: grid;
    grid-template-columns: 1fr;
}

/* タイプ見出し（英字＋和文） */
.menu-top-type {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: flex-end;
    color: #ceb5a2;
    font-size: 73px;
}

.menu__type::after {
    content: "";
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    top: -40rem;
    height: 1px;
    background-color: #EBDADA;
}

.menu__type-sub {
    padding-left: 26px;
    padding-bottom: 5px;
    color: #7e5744;
    font-size: 17px;
    line-height: 1.44;
}

/* リード / 説明 */
.menu-top__text {
    text-align: center;
    font-size: 17px;
    line-height: 1.74;
}

/* ============== カテゴリタブ（上部） ============== */
.menu-top-tabs {
    padding-top: 5rem;
    padding-bottom: 3.2rem;
}

.menu-facial-tabs,
.menu-scalp-tabs,
.menu-waxing-tabs,
.menu-body-tabs {
    padding-bottom: 11rem;
}

.menu-tabs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1.6rem, 2.6vw, 3rem);
    text-align: left;
}

.pill {
    position: relative;
    display: inline-block;
    width: 9.5em;
    padding: .46em 0 .46em .66em;
    border: none;
    border-radius: 4px;
    outline: 1px solid #be867f;
    background: #fff;
    color: #be867f;
    font-size: 16px;
    letter-spacing: .03em;
    transition: background-color .35s ease, opacity .35s ease, transform .25s ease;
}

.pill::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 1px solid #BE867F;
    border-right: 1px solid #BE867F;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: transform .25s ease;
}

.pill:hover,
.pill[aria-current="page"] {
    background-color: #be867f;
    color: #fff;
    opacity: 1;
}

.pill:hover::after,
.pill[aria-current="page"]::after {
    border-top-color: #fff;
    border-right-color: #fff;
    transform: translateX(7px) rotate(45deg);
}

/* ============== カテゴリタブ（下部） ============== */
.bottom__menu-tabs {
    padding-top: 0;
    padding-bottom: var(--space-3xl);
}

.bottom__menu-link__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.6rem;
    color: #8c8888;
    font-size: 19px;
    line-height: 1.34;
}

.bottom__menu-link__title::before,
.bottom__menu-link__title::after {
    content: "";
    width: 88px;
    height: 1px;
    background-color: #bbbbbb;
}

.bottom__menu-link__title::before {
    margin-right: 1em;
}

.bottom__menu-link__title::after {
    margin-left: 1em;
}

.bottom__menu-pill {
    position: relative;
    display: inline-block;
    padding: 1em 0 1em 1em;
    border: none;
    border-radius: 4px;
    outline: none;
    background: #b5756e;
    color: #fff;
    font-size: 17px;
    transition: opacity .35s ease, transform .35s ease;
}

.bottom__menu-pill:hover {
    opacity: .5;
}

.bottom__menu-pill::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: transform .25s ease;
}

/* ============== セクションヘッダ ============== */
.menu-sec__head {
    position: relative;
    display: grid;
    gap: clamp(1rem, 1.5vw, 2rem);
}

.menu-sec__head::before {
    content: "Facial";
    position: absolute;
    top: -0.4em;
    left: -0.5em;
    z-index: -1;
    color: #fcf7f7;
    font-family: "Cormorant", serif;
    font-size: clamp(10rem, 18vw, 26rem);
    font-weight: 500;
    letter-spacing: .02em;
    transform: translateY(-10%);
    pointer-events: none;
}

.scalp-menu-sec__head::before {
    content: "Scalp";
}

.waxing-menu-sec__head::before {
    content: "Waxing";
}

.body-menu-sec__head::before {
    content: "Body";
}

.menu-sec__title {
    color: #6c3c36;
    font-family: var(--font-serif-latin);
    font-size: 36px;
    letter-spacing: .055em;
    line-height: 2.5;
    font-weight: 600;
}

.menu-sec__kv {
    margin-top: var(--space-md);
    aspect-ratio: 1920 / 713;
    overflow: hidden;
    background: #f5f5f5;
}

.menu-sec__kv img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-sec__sub-text {
    font-size: var(--fs-xs);
    line-height: 1.74;
}

.menu-sec__notes {
    color: #8a7a77;
    font-size: 15px;
}

/* ============== カードスタック ============== */
.menu-stack {
    display: grid;
    gap: 8.6rem;
    margin-top: 9.6rem;
}

/* ============== カード外観 ============== */
.mcard {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, var(--card-col-max, 62rem));
    justify-content: center;
    padding: 7rem clamp(1rem, 5vw, 13rem);
    background: #fbf1ee;
    clip-path: polygon(0 0, calc(100% - 6rem) 0, 100% 6rem, 100% 100%, 0 100%);
}

.mcard>* {
    width: 100%;
}

/* カード見出し */
.mcard__head {
    display: block;
    text-align: left;
}

.mcard__title-box {
    display: flex;
}


.mcard__title {
    display: inline-flex;
    align-items: flex-end;
    color: #74403a;
    font-family: var(--font-serif-ja);
    font-size: 29px;
    letter-spacing: .03em;
    line-height: 1.2;
}

.mcard__title-2line {
    line-height: 1.4;
}

.mcard__badge {
    display: inline-block;
    min-width: 9rem;
    width: 18%;
    height: auto;
    margin-left: var(--space-sm);
}

/* タグ */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .8rem;
    margin: clamp(1.9rem, 2vw, 2.2rem) 0 0;
    padding: 0;
    list-style: none;
    color: #bc847b;
    font-size: 13px;
}

.tags li {
    padding: .32em .78em;
    border: 1px solid #d39a92;
    border-radius: 4px;
    background: #fff;
}

/* 本文と区切り */
.mcard__lead {
    max-inline-size: 70rem;
    margin-bottom: var(--space-lg);
    color: #645959;
    font-size: 16px;
    line-height: 1.74;
}

.mcard__rule {
    width: 100%;
    height: 1px;
    margin: var(--space-lg) 0;
    border: 0;
    background: #e9dcdc;
}

.mcard__notes {
    display: grid;
    align-items: center;
    gap: .3em;
    max-inline-size: 70rem;
    margin-bottom: clamp(3.3rem, 3.8vw, 4.8rem);
    padding: 0;
    list-style: none;
}

.mcard__notes li {
    position: relative;
    padding-left: 1.9em;
    color: #8b534d;
    font-size: var(--fs-sm);
    font-weight: 500;
    line-height: 1.6;
}

.mcard__notes .note__line {
    text-decoration: underline;
    text-decoration-color: #e2a49d;
    text-decoration-thickness: 1px;
    text-underline-offset: .3em;
    text-decoration-skip-ink: auto;
}

.mcard__notes .dot {
    position: absolute;
    top: .24em;
    left: 0;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    background: #e2a49d;
}

.mcard__notes .dot::before {
    content: "✓";
    position: absolute;
    top: .4em;
    left: .6em;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.mcard__notes-small {
    font-size: 13px;
}

.mcard__notes-thin {
    color: #dacdcc;
}

/* 価格パネル */
.price.price--panel {
    width: 100%;
    background: #fff;
    overflow: hidden;
    font-family: var(--font-serif-ja);
    font-weight: 500;
}

.waxing__price-head {
    margin-top: var(--space-md);
}

.price__row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: clamp(1.5rem, 3.8vw, 6.4rem);
    padding: clamp(1.6rem, 2.2vw, 2.2rem) clamp(1.6rem, 2vw, 2.2rem);
    color: #834842;
}

.price__row+.price__row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.8rem;
    right: 1.8rem;
    height: 1px;
    background-color: #f0e4e1;
}

.mcard__2rows__price__row {
    gap: clamp(.5rem, 1vw, 2rem);
}

.price__name {
    min-width: 0;
    font-size: 17px;
}

.price__value {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    color: #b46c66;
    font-size: 18px;
}

.treantment-time {
    color: #645959;
    font-family: var(--font-sans-ja);
    font-size: 14px;
}

.option-treatment-time {
    font-size: 13px;
}

.price__desc {
    display: inline-block;
    margin-top: var(--space-xs);
    color: #6d5454;
    font-family: var(--font-sans-ja);
    font-size: 14px;
    line-height: 1.4;
}

/* 価格注記・ボタン */
.mcard__price-note {
    margin-top: .8rem;
    text-align: right;
    color: #9a8f8c;
    font-size: 13px;
    line-height: 1.5;
}

.mcard__action,
.button__area {
    display: block;
    text-align: center;
    margin-top: var(--space-xl);
}

.mcard__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 32px);
    width: max-content;
    height: 3.1em;
}

/* ============== おすすめ枠 ============== */
.recommend {
    max-inline-size: 70rem;
    margin-top: var(--space-lg);
    padding: 2rem 1.4rem;
    border: 1px solid #ede0dd;
    border-radius: 8px;
    background-color: #fffbf8;
}

.recommend-dot {
    padding: clamp(1.6rem, 2vw, 2.2rem) clamp(1.4rem, 6vw, 18rem);
}

.recommend__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6rem;
    color: #74403a;
    font-family: var(--font-serif-ja);
    font-size: 16px;
    letter-spacing: .05em;
    text-align: center;
}

.recommend__title::before,
.recommend__title::after {
    content: "";
    width: 23%;
    height: 1px;
    background-color: #e9d9d9;
}

.recommend__title::before {
    margin-right: 1.4em;
}

.recommend__title::after {
    margin-left: 1.4em;
}

.effect__recommend {
    border-radius: 8px 8px 0 0;
}

.prohibited__recommend {
    margin-top: 0;
    border-radius: 0 0 8px 8px;
    border-top: 0px;
    background-color: #F9F9F9;
}

.checks-box {
    display: flex;
    justify-content: center;
}

.checks {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.checks li {
    position: relative;
    padding-left: 1.8em;
    color: #645959;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

.checks li::before {
    content: "✓";
    position: absolute;
    top: 6px;
    left: .2em;
    color: #e8beb8;
    font-weight: 500;
    line-height: 1;
}

/* ============== Waxing / Body 特有 ============== */
.mcard__2rows {
    display: flex;
    gap: clamp(.8rem, 1.2vw, 1.6rem);
}

.mcard__2rows .price__name {
    font-size: 16px;
}

.mcard__2rows .price__value {
    font-size: 17px;
}

.mcard__2rows .treantment-time {
    display: inline-block;
    margin-top: .6rem;
    font-size: 13px;
    line-height: 1.4;
}

.waxing__title-small {
    font-size: 18px;
}

/* オプション行（2段） */
.option-price__row {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-areas:
        "badge  badge"
        "name   value";
    gap: 0 2.2rem;
}

.option-price__row .price__option-tag {
    grid-area: badge;
    justify-self: start;
    align-self: start;
    width: max-content;
    padding: .3em .7em;
    border-radius: 9999px;
    background-color: #efe6dd;
    color: #645959;
    font: 400 1rem var(--font-sans-ja-noto);
}

.option-price__row .price__name {
    grid-area: name;
    margin-top: clamp(.4rem, .6vw, .8rem);
    overflow-wrap: anywhere;
}

.option-price__row .price__value {
    grid-area: value;
    justify-self: end;
    white-space: nowrap;
}

.space__option-tag {
    margin-left: clamp(.8rem, 1.6vw, 2.4rem);
}

.magnetic__price__option-row {
    gap: 0 clamp(1.5rem, 4vw, 7.4rem);
}

.magnetic__price__option-tag {
    display: inline-block;
    padding: .12em .6em .008em;
    font-size: .9em;
    color: #645959;
    border-radius: 10em;
    background-color: #eee3d9;
    position: relative;
}

/* “+美容磁気棒” タグ下線（見た目維持用） */
.magnetic__price__option-tag::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e2a49d;
}

/* 2行価格（Waxing） */
.waxing__price__desc {
    display: inline-block;
    margin-top: var(--space-xs);
    color: #645959;
    font-family: var(--font-sans-ja);
    font-size: 13px;
}

.price__row--2lines {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "name name"
        "desc value";
    column-gap: clamp(1.5rem, 3.8vw, 6.4rem);
    row-gap: 20px;
    padding: clamp(2.2rem, 2.9vw, 3.2rem) clamp(1.6rem, 1.8vw, 2.2rem);
}

.price__row--2lines .price__name {
    grid-area: name;
    min-width: 0;
    line-height: 1.4;
}

.price__row--2lines .waxing__price__desc {
    grid-area: desc;
    margin-top: 0;
    color: #645959;
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.price__row--2lines .price__value {
    grid-area: value;
    justify-self: end;
    align-self: end;
}

/* ローマピンク（表形式） */
.rome-pink-price__row {
    display: grid;
    grid-template-columns: 1fr minmax(9ch, auto) 24px minmax(9ch, auto);
    align-items: center;
    column-gap: clamp(.6rem, 2vw, 1.6rem);
}

.rome-pink-price__row .price__name {
    min-width: 0;
    line-height: 1.4;
}

.rome-pink-price__row .original-price,
.rome-pink-price__row .price__value {
    justify-self: end;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.rome-pink-price__row .original-price {
    font-size: var(--fs-sm);
}

.rome-pink-price__row .arrow {
    position: relative;
    justify-self: center;
    width: 26px;
    height: 2px;
    border-radius: 9999px;
    background-color: #d4bfbd;
}

.rome-pink-price__row .arrow::before,
.rome-pink-price__row .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 2px;
    border-radius: 9999px;
    background-color: inherit;
    transform-origin: calc(100% - 1px) 50%;
}

.rome-pink-price__row .arrow::before {
    transform: rotate(28deg);
}

.rome-pink-price__row .arrow::after {
    transform: rotate(-28deg);
}

.rome-pink__price__1line {
    background: #d6a79f;
}

.rome-pink-price__row.rome-pink__price__1line {
    padding: clamp(.2rem, .5vw, .7rem) clamp(1.6rem, 2vw, 2.2rem);
}

.rome-pink__price__1line .original-price,
.rome-pink__price__1line .price__value {
    justify-self: end;
    color: #fff;
    font-family: var(--font-sans-ja);
    font-size: 1.4rem;
    font-weight: 200;
    padding: 4px;
}

.rome-pink__price__1line .original-price {
    grid-column: 2;
}

.rome-pink__price__1line .price__value {
    grid-column: 4;
}

.rome-pink__price__1line .arrow {
    background-color: #d6a79f;
}

.rome-pink__note {
    display: block;
    margin-bottom: clamp(.8rem, 1.2vw, 1.3rem);
    font-size: clamp(1.1rem, 1rem + .5vw, 1.5rem);
    font-weight: 500;
}

.rome-pink__note span {
    color: #c94444;
}

.rome-pink__note .brown {
    color: #8b534d;
}

.rome-pink__mcard__price-note {
    margin-top: clamp(2.4rem, 2.6vw, 2.8rem);
}

/* プラスアイコン */
.plus-icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 3rem auto;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    background-color: #83554a;
    border-radius: 2px;
}

.plus-icon::before {
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
}

.plus-icon::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
}

/* ============== Responsive: 960px ============== */
@media (max-width: 960px) {
    .menu-sec__title {
        font-size: 30px;
    }

    .menu-top-type {
        font-size: 70px;
    }

    .menu-top__text {
        font-size: 15px;
    }

    .menu-sec__notes {
        font-size: 13px;
    }

    .menu-stack {
        gap: 7.2rem;
        margin-top: 9rem;
    }

    .mcard__title {
        font-size: 27px;
    }

    .pill {
        font-size: 15px;
    }

    .mcard__notes li {
        font-size: 15px;
    }

    .menu__type {
        font-size: 62px;
    }

    .menu__type-sub {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .treantment-time {
        font-size: 12px;
    }

    .price__row--2lines .waxing__price__desc {
        font-size: 12px;
    }

    .recommend__title {
        font-size: 15px;
    }

    .waxing__title-small {
        font-size: 15px;
    }

    .mcard__2rows .price__name {
        font-size: 15px;
    }

    .mcard__2rows .price__value {
        font-size: 15px;
    }

    .bottom__menu-tabs {
        padding-top: 0;
        padding-bottom: var(--space-3xl);
    }

    .bottom__menu-link__title {
        margin-bottom: 3.2rem;
    }

    .price.price--panel {
        max-width: none;
    }

    .price__sp-none {
        display: none;
    }
}

/* ============== Responsive: 768px ============== */
@media (max-width: 768px) {
    .section.menu-top-sec {
        padding-block: 4.6rem;
    }

    .section.menu-sec {
        padding-block: 5rem;
    }

    .menu-facial-tabs,
    .menu-scalp-tabs,
    .menu-waxing-tabs,
    .menu-body-tabs {
        padding-bottom: 6rem;
    }

    .menu-sec__notes {
        font-size: 11px;
    }

    .menu-stack {
        gap: 4.8rem;
        margin-top: 6rem;
    }

    .menu-top-type {
        grid-template-columns: 1fr;
    }

    .menu-top__text {
        color: #645959;
        font-size: 13px;
    }

    .menu-top-tabs {
        padding-top: var(--space-xl);
        padding-bottom: 0;
    }

    .menu-top__container {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 4rem;
        margin-top: 6rem;
    }

    .menu-tabs__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(auto, 133px));
        grid-auto-rows: auto;
        justify-content: center;
    }

    .pill {
        font-size: 14px;
        font-weight: 600;
    }

    .menu__item {
        grid-template-columns: 1fr;
    }

    .menu__text-box-inner {
        position: relative;
        padding: 6% 6% 3%;
    }

    .menu__type {
        font-size: 44px;
    }

    .menu__type-sub {
        padding-bottom: 3px;
        padding-left: 2px;
        font-size: 14px;
    }

    .menu-top__content {
        color: #645959;
        font-size: 13px;
        line-height: 1.7;
    }

    .mcard {
        padding: 3rem 2.2rem;
        clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 0 100%);
    }

    .mcard__title {
        font-size: 20px;
        font-weight: 500;
    }

    .mcard__title-box {
        flex-direction: column-reverse;
    }

    .mcard__badge {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .tags {
        font-size: 11px;
    }

    .mcard__lead {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
    }

    .mcard__notes li {
        font-size: 14px;
        padding-left: 1.71em;
    }

    .mcard__notes .dot {
        top: .30em;
        width: 1.25em;
        height: 1.25em;
    }

    .mcard__notes .dot::before {
        top: .2em;
        left: .4em;
    }

    .mcard__notes-small {
        font-size: 11px;
    }

    .price__value {
        font-size: 15px;
    }

    .price__name {
        font-size: 14px;
    }

    .treantment-time {
        font-size: 11px;
    }

    .price__desc {
        font-size: 12px;
    }

    .price__row--2lines .waxing__price__desc {
        font-size: 11px;
    }

    .recommend__title {
        font-size: 14px;
    }

    .checks li::before {
        top: 2px;
    }

    .mcard__2rows .treantment-time {
        font-size: 11px;
    }

    .mcard__2rows .price__value {
        font-size: 14px;
    }

    .waxing__title-small {
        font-size: 13px;
    }

    .waxing__price__desc {
        font-size: 11px;
    }

    .mcard__2rows .price__name {
        font-size: 13px;
    }

    .mcard__price-note {
        margin-top: .3rem;
        font-size: 11px;
    }

    .rome-pink__mcard__price-note {
        margin-top: 2.2rem;
    }

    .mcard__2rows {
        display: block;
    }

    .option-treatment-time {
        font-size: 11px;
    }

    .magnetic__price__option-tag {
        padding: 0.027em .7em;
    }

    .price__row--2lines {
        row-gap: 13px;
    }

    .recommend__title {
        font-weight: 600;
        margin-bottom: 1.3rem;
    }

    .recommend__title::before {
        display: none;
    }

    .recommend__title::after {
        display: none;
    }

    .checks {
        gap: 1rem 0;
    }

    .checks li {
        font-size: 12px;
        line-height: 1.4;
    }

    .option-price__row .price__option-tag {
        padding: .2em .6em;
    }

    .rome-pink-price__row {
        grid-template-columns: 1fr minmax(8ch, auto) 24px minmax(8ch, auto);
        column-gap: .6rem;
    }

    .rome-pink-price__row .arrow {
        width: 22px;
        height: 2px;
    }

    .rome-pink-price__row .arrow::before,
    .rome-pink-price__row .arrow::after {
        top: calc(50% - 1px);
        width: 8px;
        height: 2px;
        transform-origin: calc(100% - 1px) 50%;
    }

    .rome-pink-price__row .original-price {
        font-size: 1.2rem;
    }

    .rome-pink__price__1line .original-price,
    .rome-pink__price__1line .price__value {
        font-size: 13px;
        text-align: center;
    }

    .menu-sec__title {
        font-size: 22px;
    }

    .menu-sec__sub-text {
        color: #645959;
        font-size: 14px;
        line-height: 1.7;
    }

    .bottom__menu-tabs {
        padding-top: 0;
        padding-bottom: var(--space-3xl);
    }

    .bottom__menu-link__title {
        font-size: 17px;
        margin-bottom: 2.6rem;
    }

    .bottom__menu-link__title::before,
    .bottom__menu-link__title::after {
        width: 60px;
    }
}