@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-1
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-block-1 {
    position: relative;
    overflow: hidden;
}
.l-wrapper.restaurant-plus .c-block-1__inner {
    margin-inline: auto;
    padding: 80px calc(var(--contents-side-padding) * 1px) 61px;
    display: flex;
    justify-content: space-between;
    gap: calc(30 / var(--design-width) * 100vw);
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-1__inner {
        max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__inner {
        padding: 44px 10px;
        flex-direction: column;
        gap: 0;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-1--reverse .c-block-1__inner {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-1__txt-wrap {
        max-width: 542px;
        min-width: 500px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__txt-wrap {
        display: contents;
    }
}
.l-wrapper.restaurant-plus .c-block-1__ttl-sub {
    color: var(--color-white-1);
    display: block;
    font-size: calc(27 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    letter-spacing: 3%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__ttl-sub {
        font-size: calc(22 / var(--root-fz) * 1rem);
        line-height: 1.3727272727;
        text-align: center;
    }
}
.l-wrapper.restaurant-plus .c-block-1__ttl-main {
    margin-top: -3px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--color-white-1);
    font-size: calc(69.71 / var(--root-fz) * 1rem);
    letter-spacing: 0.03em;
    font-family: var(--ff-ls-eb);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__ttl-main {
        margin-top: -4px;
        justify-content: center;
        font-size: calc(44.73 / var(--root-fz) * 1rem);
        gap: 8px;
        transform: translateX(-6px);
    }
}
.l-wrapper.restaurant-plus .c-block-1__ttl-main .ls-1 {
    margin-left: -13px;
    letter-spacing: -0.6em;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__ttl-main .ls-1 {
        margin-left: -6px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__ttl-main-small {
        font-size: calc(42.15 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-block-1__ttl-main-circle {
    display: grid;
    place-items: center;
    width: 80px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    font-size: calc(25.26 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    text-align: center;
    letter-spacing: 0.03em;
    background-color: var(--color-theme-1);
    border-radius: 50%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__ttl-main-circle {
        width: 53px;
        font-size: calc(16.6 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-block-1__ttl-main-circle-txt {
    display: block;
    margin-right: -0.1em;
    transform: translateY(1.5px);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__ttl-main-circle-txt {
        transform: translateY(1px);
    }
}
.l-wrapper.restaurant-plus .c-block-1__txt {
    margin-top: 10px;
    margin-left: 9px;
    color: var(--color-white-1);
    font-size: calc(32 / var(--root-fz) * 1rem);
    letter-spacing: 0.03em;
    line-height: 1.1875;
    font-family: var(--ff-ls-eb);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__txt {
        margin-top: 22px;
        font-size: calc(32 / var(--root-fz) * 1rem);
        line-height: 1.5;
        text-align: center;
        order: 3;
    }
}
.l-wrapper.restaurant-plus .c-block-1__txt-small {
    display: block;
    margin-bottom: 10px;
    font-size: calc(22 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    line-height: 1.4545454545;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__txt-small {
        margin-bottom: -3px;
        font-size: calc(22 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-block-1__note {
    margin-top: 32px;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-1__note {
        margin-left: 8px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__note {
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        margin-top: 19px;
        padding-inline: 12px;
        order: 4;
    }
}
.l-wrapper.restaurant-plus .c-block-1__img-wrap {
    max-width: 594px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(24 / var(--design-width) * 100vw, 24px);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__img-wrap {
        max-width: 355px;
        margin-inline: auto;
        margin-top: 10px;
        gap: 9px;
        order: 2;
    }
}
.l-wrapper.restaurant-plus .c-block-1__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.l-wrapper.restaurant-plus .c-block-1__bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-black-1-rgb), 0.65);
    position: absolute;
    inset: 0;
    z-index: 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__bg::before {
        background-color: rgba(var(--color-black-1-rgb), 0.5);
    }
}
.l-wrapper.restaurant-plus .c-block-1__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-1__bg img {
        -o-object-position: top;
           object-position: top;
    }
}

/* ---------------------------------------------
*   c-block-2
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-block-2 {
    margin-inline: auto;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-2 {
        max-width: 970px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2 {
        max-width: calc(var(--contents-width) * 1px);
    }
}
.l-wrapper.restaurant-plus .c-block-2__item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(24 / var(--contents-width) * 100%);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__item-wrap {
        display: block;
    }
}
.l-wrapper.restaurant-plus .c-block-2__txt-status {
    display: inline-block;
    padding: 6px 16.75px 4px;
    color: var(--color-white-1);
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    border-radius: 50em;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__txt-status {
        padding: 4.5px 12.5px 2.5px;
        font-size: calc(12 / var(--root-fz) * 1rem);
        top: -13px;
        left: 21px;
        transform: none;
    }
}
.l-wrapper.restaurant-plus .c-block-2__txt-status--before {
    background-color: var(--color-theme-1);
}
.l-wrapper.restaurant-plus .c-block-2__txt-status--after {
    background-color: var(--color-theme-2);
}
.l-wrapper.restaurant-plus .c-block-2__item {
    padding: 33px 46px 25px;
    border-radius: 14px;
    background-color: var(--color-gray-3);
    position: relative;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__item {
        padding: 22px 24px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__item--1 {
        padding-bottom: 19px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__item:not(:first-of-type) {
        margin-top: 42px;
        position: relative;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__item:not(:first-of-type)::before {
        content: "";
        display: block;
        width: 24px;
        aspect-ratio: 24/13;
        background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_arrow-2.svg) no-repeat center/contain;
        position: absolute;
        bottom: calc(100% + 14px);
        left: 50%;
        transform: translateX(-50%);
    }
}
.l-wrapper.restaurant-plus .c-block-2__ttl {
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__ttl {
        font-size: calc(18 / var(--root-fz) * 1rem);
        text-align: left;
    }
}
.l-wrapper.restaurant-plus .c-block-2__img {
    flex-shrink: 0;
}
.l-wrapper.restaurant-plus .c-block-2__img--1 {
    width: 51px;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-2__img--1 {
        margin-right: 4px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__img--1 {
        width: 39px;
        transform: translate(-8px, -20px);
    }
}
.l-wrapper.restaurant-plus .c-block-2__img--2 {
    width: 66px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__img--2 {
        width: 44px;
        transform: translate(-2px, -18px);
    }
}
.l-wrapper.restaurant-plus .c-block-2__body {
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-2__body {
        margin-top: 7px;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-2__body--2 {
        margin-top: 23px;
    }
}

/* ---------------------------------------------
*   c-block-3
--------------------------------------------- */
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-3 {
        padding-block: calc(171 / var(--design-width) * 100vw) calc(48 / var(--design-width) * 100vw);
        border-top-width: 2px;
        position: relative;
        overflow: hidden;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-3__txt-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--color-black-6);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-3__txt-wrap {
        position: relative;
        z-index: 1;
    }
}
.l-wrapper.restaurant-plus .c-block-3__txt {
    color: var(--color-white-1);
    font-size: calc(32 / var(--root-fz) * 1rem);
    line-height: 1.4375;
    text-align: center;
    font-family: var(--ff-ls-eb);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-3__txt {
        font-size: calc(30 / var(--root-fz) * 1rem);
        line-height: 1.4;
    }
}
.l-wrapper.restaurant-plus .c-block-3__btn {
    width: 100%;
    max-width: 338px;
    margin-top: 48px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-3__btn {
        margin-top: 16px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-3__img {
        position: absolute;
        inset: 0;
    }
}

/* ---------------------------------------------
*   c-block-4
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-4__card {
        transform: translateX(-5.5px);
    }
}
.l-wrapper.restaurant-plus .c-block-4__card--1 {
    max-width: 656px;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-4__card--1 {
        max-width: 351px;
        width: 111.4285714286%;
    }
}
.l-wrapper.restaurant-plus .c-block-4__card--2, .l-wrapper.restaurant-plus .c-block-4__card--3 {
    max-width: 592px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-4__card--2, .l-wrapper.restaurant-plus .c-block-4__card--3 {
        max-width: 326px;
        width: 103.4920634921%;
    }
}
.l-wrapper.restaurant-plus .c-block-4__card-wrap {
    display: flex;
    gap: 16px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-4__card-wrap {
        flex-direction: column;
        gap: 29px;
    }
}
.l-wrapper.restaurant-plus .c-block-4__txt {
    margin-block: 9px;
    display: grid;
    grid-template-columns: 64px max-content 64px;
    justify-content: center;
    align-items: center;
    gap: 45px;
    font-size: calc(32 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-4__txt {
        margin-block: 11px 16px;
        grid-template-columns: 38px max-content 38px;
        gap: 12px;
        font-size: calc(24 / var(--root-fz) * 1rem);
        line-height: 1.2083333333;
    }
}
.l-wrapper.restaurant-plus .c-block-4__txt::before, .l-wrapper.restaurant-plus .c-block-4__txt::after {
    content: "";
    display: block;
    aspect-ratio: 64/70;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_arrow-3.svg) no-repeat center/contain;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-4__txt::before, .l-wrapper.restaurant-plus .c-block-4__txt::after {
        aspect-ratio: 38/75;
        background-image: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/sp/ico_arrow-3.svg);
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-block-4__txt::after {
        transform: translateX(-16px);
    }
}
.l-wrapper.restaurant-plus .c-block-4__txt-inner {
    display: block;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-block-4__txt-inner {
        margin-top: 8px;
    }
}

/* ---------------------------------------------
*   c-block-banner
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-block-banner {
    max-width: 336px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100%;
    z-index: 1000;
    box-shadow: 4px 6px 12px rgba(var(--color-black-1-rgb), 0.25);
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .l-wrapper.restaurant-plus .c-block-banner {
        width: calc(336 / var(--design-width) * 100vw);
        max-width: initial;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
    }
}
.l-wrapper.restaurant-plus .c-block-banner__link {
    display: block;
    position: relative;
    will-change: opacity;
    overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.restaurant-plus .c-block-banner__link {
        transition: opacity var(--hover-duration);
    }
    .l-wrapper.restaurant-plus .c-block-banner__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.l-wrapper.restaurant-plus .c-block-banner__link::before {
    content: "";
    display: inline-block;
    width: 300%;
    height: 100%;
    animation: linkAnimation 5s 5s ease-in-out infinite;
    background-color: var(--color-white-1);
    opacity: 0;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
@keyframes linkAnimation {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-45deg);
    }
    30% {
        opacity: 0.5;
        transform: scale(0) rotate(-45deg);
    }
    30.375% {
        opacity: 1;
        transform: scale(2) rotate(-45deg);
    }
    37.5% {
        opacity: 0;
        transform: scale(8) rotate(-45deg);
    }
    /* 停止 */
    100% {
        opacity: 0;
        transform: scale(8) rotate(-45deg);
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-btn-1 {
    display: block;
    width: 100%;
    padding: 16px 0.5em 14px;
    color: var(--color-white-1);
    font-size: calc(19.57 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    text-align: center;
    background-color: var(--color-theme-2);
    border-radius: 50em;
    gap: 14px;
    border: 3px solid transparent;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-btn-1 {
        padding-block: 13.5px 11.5px;
        font-size: calc(18 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-btn-1--shadow {
    box-shadow: 0px 5px 25px rgba(var(--color-theme-2-rgb), 0.15);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-btn-1--shadow {
        box-shadow: 0px 4px 20px rgba(var(--color-theme-2-rgb), 0.15);
    }
}
.l-wrapper.restaurant-plus .c-btn-1--large {
    padding-block: 20.5px;
    font-size: calc(22.5 / var(--root-fz) * 1rem);
}
.l-wrapper.restaurant-plus .c-btn-1--large::before {
    width: 27px;
}
.l-wrapper.restaurant-plus .c-btn-1__txt {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-left: 35.6px;
    position: relative;
}
.l-wrapper.restaurant-plus .c-btn-1__txt::before, .l-wrapper.restaurant-plus .c-btn-1__txt::after {
    content: "";
    display: block;
    width: 22px;
    aspect-ratio: 22/20;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_message-2.svg) no-repeat center/contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.l-wrapper.restaurant-plus .c-btn-1__txt::before {
    background-image: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_message-2.svg);
}
.l-wrapper.restaurant-plus .c-btn-1__txt::after {
    background-image: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_message-2-hover.svg);
    opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.restaurant-plus .c-btn-1:hover {
        color: var(--color-theme-2);
        background-color: var(--color-white-1);
        border-color: var(--color-theme-2);
    }
    .l-wrapper.restaurant-plus .c-btn-1:hover .c-btn-1__txt::before {
        opacity: 0;
    }
    .l-wrapper.restaurant-plus .c-btn-1:hover .c-btn-1__txt::after {
        opacity: 1;
    }
}

/* ---------------------------------------------
*   ページ下部ボタン
--------------------------------------------- */
.service-backBtn {
    margin-block: 0 !important;
    padding-block: 60px !important;
}
@media screen and (max-width: 1023px) {
    .service-backBtn {
        padding-block: 40px !important;
    }
}

/* ---------------------------------------------
*   c-card-1
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-card-1 {
    padding-top: 28px;
    background-color: var(--color-gray-3);
    border-radius: 4px;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-card-1 {
        height: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-card-1 {
        padding: 0 0 0 24px;
        display: grid;
        grid-template-columns: max-content 1fr;
        align-items: center;
        border-radius: 8px;
    }
}
.l-wrapper.restaurant-plus .c-card-1__txt {
    font-size: calc(18 / var(--root-fz) * 1rem);
    line-height: 1.6111111111;
    font-family: var(--ff-ls-b);
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-card-1__txt {
        font-size: calc(14 / var(--root-fz) * 1rem);
        line-height: 1.5;
        text-align: left;
    }
}
.l-wrapper.restaurant-plus .c-card-1__img {
    margin-top: 12px;
    margin-inline: auto;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-card-1__img {
        margin-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-card-1__img--1 {
        width: 142px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-card-1__img--2 {
        width: 147px;
        transform: translateX(3px);
    }
}
.l-wrapper.restaurant-plus .c-card-1__img--3 {
    width: 65.6201749871%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-card-1__img--3 {
        width: 156px;
        transform: translateX(-6px);
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-cassette-1 {
    /*  モバイルオーダー
    --------------------------------------------- */
    /*  POS
    --------------------------------------------- */
    /*  メッセージ配信
    --------------------------------------------- */
    /*  売上・効果分析
    --------------------------------------------- */
    /*  外部連携
    --------------------------------------------- */
}
.l-wrapper.restaurant-plus .c-cassette-1:not(:first-of-type) {
    margin-top: 96px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1:not(:first-of-type) {
        margin-top: 71px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl {
    display: flex;
    align-items: center;
    color: var(--color-theme-1);
    font-size: calc(30 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__ttl {
        font-size: calc(24 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl::before {
    content: "";
    display: block;
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl--mobile::before {
    width: 16px;
    aspect-ratio: 16/24;
    margin-right: 6px;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_mobile.svg) no-repeat center/contain;
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl--pos::before {
    width: 25px;
    aspect-ratio: 25/23;
    margin-right: 9px;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_pos.svg) no-repeat center/contain;
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl--message::before {
    width: 25px;
    aspect-ratio: 25/23;
    margin-right: 8.5px;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_message.svg) no-repeat center/contain;
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl--sales::before {
    width: 34px;
    aspect-ratio: 34/21;
    margin-right: 6.8px;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_sales.svg) no-repeat center/contain;
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl--coordination::before {
    width: 30px;
    aspect-ratio: 30/26;
    margin-right: 9.3px;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_coordination.svg) no-repeat center/contain;
}
.l-wrapper.restaurant-plus .c-cassette-1__ttl-small {
    margin-top: 0.25em;
    font-size: calc(24 / var(--root-fz) * 1rem);
    line-height: 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__ttl-small {
        font-size: calc(18 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__txt-main {
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__txt-main {
        line-height: 1.525;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__txt {
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__txt {
        margin-top: 16px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__txt:first-child {
    margin-top: 14px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__txt:first-child {
        margin-top: 8px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__body {
    margin-top: 12px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__body {
        margin-top: 8px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__img--1 {
    max-width: 941px;
    margin-inline: auto;
    margin-block: 32px -46px;
    transform: translateX(37px);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__img--1 {
        width: 326px;
        margin-block: 42px -32px;
        transform: translateX(6px);
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__img--4 {
    margin-block: -74px -40px;
    display: flex;
    justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-cassette-1__img--4 img {
        display: block;
        width: calc(1395 / var(--contents-width) * 100%);
        max-width: initial;
        transform: translateX(50px);
        flex-shrink: 0;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__img--5 {
        max-width: 352px;
        width: 111.746031746%;
        margin-block: 19px -36px;
        transform: translateX(-6px);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__img--6 {
        width: min(448 / var(--design-width) * 100vw, 448px);
        margin-top: 13px;
        transform: translateX(-15%);
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__note-bottom {
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__note-bottom {
        margin-top: 46px;
        margin-right: -21px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__note {
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__note {
        margin-top: 14px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__item + .c-cassette-1__item {
    margin-top: 82px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__item + .c-cassette-1__item {
        margin-top: 64px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1__item--flex {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1__item--flex {
        display: block;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img-wrap {
    margin-block: -40px -10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img-wrap {
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        margin-top: 34px;
        gap: 14px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img--2, .l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img--3 {
    max-width: 201px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img--2, .l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img--3 {
        max-width: 144px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img-item {
    max-width: 201px;
    aspect-ratio: 201/273;
}
.l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img-item--border-radius {
    border-radius: 7px;
    overflow: hidden;
}
.l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img-item--border-radius img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img-txt {
    display: inline-block;
    margin-inline: auto;
    margin-top: 18px;
    padding: 4px 12px 2px;
    color: var(--color-black-1);
    font-size: calc(14 / var(--root-fz) * 1rem);
    text-align: center;
    font-family: var(--ff-ls-b);
    border: 1px solid;
    border-radius: 50em;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__img-txt {
        margin-top: 14px;
        font-size: calc(12 / var(--root-fz) * 1rem);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--mobile .c-cassette-1__note-bottom.c-cassette-1__note-bottom--2 {
        margin-top: 34px;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-cassette-1--pos:not(:first-of-type) {
        margin-top: -4px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--pos .c-cassette-1__list {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 17px;
}
@media screen and (max-width: 1200px) {
    .l-wrapper.restaurant-plus .c-cassette-1--pos .c-cassette-1__list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--pos .c-cassette-1__list {
        margin-top: 15px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 8px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--pos .c-cassette-1__list-item {
    min-height: 66px;
    padding: 15px 14px 13px;
    display: grid;
    place-items: center;
    font-size: calc(13 / var(--root-fz) * 1rem);
    text-align: center;
    line-height: 1.4615384615;
    font-family: var(--ff-ls-b);
    background-color: var(--color-gray-3);
    border-radius: 6px;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--pos .c-cassette-1__list-item {
        padding: 6px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--pos .c-cassette-1__list-item:first-of-type {
        grid-area: 1/1/2/4;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--pos .c-cassette-1__note-bottom {
        margin-top: 33px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--message:not(:first-of-type) {
    margin-top: 46px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--message:not(:first-of-type) {
        margin-top: 82px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--message .c-cassette-1__block {
    margin-top: 38px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--message .c-cassette-1__block {
        margin-top: 28px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--sales:not(:first-of-type) {
        margin-top: 80px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--sales .c-cassette-1__list {
    margin-top: 50px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--sales .c-cassette-1__list {
        margin-top: 24px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--coordination:not(:first-of-type) {
    margin-top: 48px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--coordination:not(:first-of-type) {
        margin-top: 52px;
    }
}
.l-wrapper.restaurant-plus .c-cassette-1--coordination .c-cassette-1__block {
    margin-block: 48px -10px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-cassette-1--coordination .c-cassette-1__block {
        margin-block: 24px 0;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.l-wrapper.restaurant-plus {
    /*  パンくずリスト
    --------------------------------------------- */
}
.l-wrapper.restaurant-plus .c-kv {
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/kv_bg.png) no-repeat 0 0/100% auto;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv {
        background-image: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/sp/kv_bg.png);
    }
}
.l-wrapper.restaurant-plus .c-kv__inner {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin-inline: auto;
    padding: 17px calc(var(--contents-side-padding) * 1px) 8px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__inner {
        max-width: -moz-max-content;
        max-width: max-content;
        padding: calc(31 / var(--design-width) * 100vw) 9px 0;
    }
}
.l-wrapper.restaurant-plus .c-kv__contents {
    margin-top: 7px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 1em;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: none;
        aspect-ratio: 1023/570;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__txt-wrap {
        margin-top: -16px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__txt-wrap {
        scale: 0.8;
    }
}
.l-wrapper.restaurant-plus .c-kv__txt-sub {
    width: 186px;
    margin-top: -28px;
    margin-left: -6px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__txt-sub {
        width: 137px;
        margin-top: -22px;
        margin-left: 3px;
    }
}
.l-wrapper.restaurant-plus .c-kv__ttl {
    margin-top: 5px;
    font-feature-settings: "palt" 1;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__ttl {
        margin-left: -4px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__ttl {
        margin-top: -3px;
    }
}
.l-wrapper.restaurant-plus .c-kv__ttl-small {
    display: block;
    margin-top: 30px;
    font-size: calc(28 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__ttl-small {
        margin-left: 4px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__ttl-small {
        margin-top: 17px;
        font-size: calc(18 / var(--root-fz) * 1rem);
        text-align: center;
    }
}
.l-wrapper.restaurant-plus .c-kv__ttl-txt {
    display: block;
    font-size: calc(36 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
    line-height: 1.3;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__ttl-txt {
        font-size: calc(28 / var(--root-fz) * 1rem);
        text-align: center;
    }
}
.l-wrapper.restaurant-plus .c-kv__ttl-logo {
    display: block;
    width: 516px;
    margin-top: 20px;
    margin-left: 4px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__ttl-logo {
        width: 329px;
        margin-top: 10px;
    }
}
.l-wrapper.restaurant-plus .c-kv__img {
    position: relative;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__img {
        max-width: 617px;
        margin-inline: auto 0;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__img {
        width: calc(357 / var(--design-width) * 100vw);
        margin-top: calc(-34 / var(--design-width) * 100vw);
    }
}
.l-wrapper.restaurant-plus .c-kv__img-item {
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
    animation: fadeUp 0.8s forwards;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.l-wrapper.restaurant-plus .c-kv__note {
    font-size: calc(10 / var(--root-fz) * 1rem);
    color: var(--color-black-3);
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__note {
        position: absolute;
        right: 0;
        bottom: min(45 / var(--design-width) * 100vw, 45px);
    }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__note {
        bottom: calc(14 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__note {
        margin-top: 25px;
        font-size: calc(8 / var(--root-fz) * 1rem);
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__breadcrumb {
        max-width: calc((1240 + var(--contents-side-padding) * 2) * 1px);
        margin-inline: auto;
    }
}
.l-wrapper.restaurant-plus .c-kv__banner-link {
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.restaurant-plus .c-kv__banner-link {
        transition: opacity var(--hover-duration);
    }
    .l-wrapper.restaurant-plus .c-kv__banner-link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.l-wrapper.restaurant-plus .c-kv__banner-link img {
    filter: drop-shadow(4px 6px 12px rgba(var(--color-black-1-rgb), 0.25));
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__banner {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__banner {
        width: 100%;
        margin-top: 7px;
    }
}
.l-wrapper.restaurant-plus .c-kv__btn {
    width: 100%;
    max-width: 361px;
    margin-top: 42px;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-kv__btn {
        margin-left: -6px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-kv__btn {
        max-width: 338px;
        margin-block: calc(-38 / var(--design-width) * 100vw) 24px;
        margin-inline: auto;
    }
}
.l-wrapper.restaurant-plus .c-kv .ls-1 {
    letter-spacing: -0.06em;
}
.l-wrapper.restaurant-plus .p-kvList {
    display: flex;
    gap: 24px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .p-kvList {
        display: none;
    }
}
.l-wrapper.restaurant-plus .p-kvList__item {
    display: inline-block;
    font-size: calc(12 / var(--root-fz) * 1rem);
    position: relative;
}
.l-wrapper.restaurant-plus .p-kvList__item:not(:first-of-type)::before {
    border-right: 1px solid var(--color-black-3);
    border-top: 1px solid var(--color-black-3);
    content: "";
    display: block;
    height: 4px;
    left: -15px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 4px;
}
.l-wrapper.restaurant-plus .p-kvList__txt {
    color: var(--color-black-3);
    font-family: var(--ff-ls-b);
}
.l-wrapper.restaurant-plus .p-kvList__txt[href] {
    font-family: var(--ff-ls-r);
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.restaurant-plus .p-kvList__txt[href]:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-list-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(17 / var(--contents-width) * 100%);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-list-1 {
        width: 100%;
        margin-inline: auto;
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-list-2 {
        display: flex;
        align-items: flex-end;
        gap: 4px 18px;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-list-2--2 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.l-wrapper.restaurant-plus .c-list-2__item {
    padding-left: 0.8em;
    font-size: calc(16 / var(--root-fz) * 1rem);
    line-height: 1.625;
    font-family: var(--ff-ls-b);
    position: relative;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-list-2__item {
        display: flex;
        flex-wrap: wrap;
        font-size: calc(13 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-list-2__item::before {
    content: "";
    display: block;
    width: 5px;
    aspect-ratio: 1/1;
    background-color: var(--color-theme-1);
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 1px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-list-2__item::before {
        width: 4px;
        top: 8px;
    }
}
.l-wrapper.restaurant-plus .c-list-2--color-theme-2 .c-list-2__item::before {
    background-color: var(--color-theme-2);
}

@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-list-2__item:not(:first-of-type) {
        margin-top: 4px;
    }
}

/* ---------------------------------------------
*   c-list-3
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-list-3 {
    display: flex;
    gap: 23px;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-list-3 {
        gap: 14px;
    }
}
.l-wrapper.restaurant-plus .c-list-3__item {
    width: calc(291 / var(--contents-width) * 100%);
    aspect-ratio: 291/125;
    display: grid;
    place-items: center;
    font-size: calc(18 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    text-align: center;
    border: 1.5px solid var(--color-gray-4);
    border-radius: 9.3px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-list-3__item {
        width: min(100%, 147px);
        font-size: calc(13 / var(--root-fz) * 1rem);
        min-height: 80px;
    }
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-section-1 {
    padding-top: 42px;
    background-color: var(--color-theme-1);
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-section-1 {
        border-bottom: 10px solid var(--color-black-1);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1 {
        padding-top: 32px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__head {
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
        padding-inline: 36px;
    }
}
.l-wrapper.restaurant-plus .c-section-1__ttl {
    color: var(--color-white-1);
    display: block;
    font-size: calc(40 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__ttl {
        font-size: calc(32 / var(--root-fz) * 1rem);
        line-height: 1.25;
        text-align: left;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__ttl-small {
        font-size: calc(24 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-section-1__txt {
    margin-top: 10px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__txt {
        margin-top: 17px;
    }
}
.l-wrapper.restaurant-plus .c-section-1__body {
    margin-top: 34px;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__body {
        margin-top: 32px;
    }
}
.l-wrapper.restaurant-plus .c-section-1__img {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__img {
        width: min(100%, 375px);
        margin-inline: auto;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-section-1__note {
        width: -moz-max-content;
        width: max-content;
        height: min(74 / var(--design-width) * 100vw, 74px);
        margin-inline: auto;
        display: grid;
        place-items: center;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__note {
        padding: 10px 17px 8px;
        background-color: var(--color-black-1);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-1__note-inner {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-section-2 {
    margin-inline: auto;
    padding: 59px calc(var(--contents-side-padding) * 1px) 72px;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-section-2 {
        max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-2 {
        padding: 40px 0;
    }
}
.l-wrapper.restaurant-plus .c-section-2__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: calc(91 / var(--contents-width) * 100%);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-2__container {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-section-2__head {
        max-width: 463px;
        margin-top: 14px;
    }
}
.l-wrapper.restaurant-plus .c-section-2__ttl {
    font-size: calc(40 / var(--root-fz) * 1rem);
    line-height: 1.4375;
    font-family: var(--ff-ls-eb);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-2__ttl {
        font-size: calc(32 / var(--root-fz) * 1rem);
        text-align: center;
        line-height: 1.375;
    }
}
.l-wrapper.restaurant-plus .c-section-2__txt {
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-2__txt {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-inline: auto;
        margin-top: 24px;
        padding-inline: 36px;
    }
}
.l-wrapper.restaurant-plus .c-section-2__note {
    margin-top: 48px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-2__note {
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 22px;
        margin-inline: auto;
        padding-inline: 18px;
    }
}
.l-wrapper.restaurant-plus .c-section-2__body {
    width: calc(633 / var(--contents-width) * 100%);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-2__body {
        max-width: 367px;
        width: 100%;
        margin-inline: auto;
        margin-top: 36px;
    }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-section-3--gray {
    background-color: var(--color-gray-1);
}
.l-wrapper.restaurant-plus .c-section-3__container {
    margin-inline: auto;
    padding: 76px calc(var(--contents-side-padding) * 1px) 16px;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-section-3__container {
        max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3__container {
        margin-inline: auto;
        padding: 50px 6px 8px;
    }
}
.l-wrapper.restaurant-plus .c-section-3--introduction .c-section-3__container {
    padding-bottom: 26px;
}

.l-wrapper.restaurant-plus .c-section-3__ttl {
    font-size: calc(40 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3__ttl {
        font-size: calc(32 / var(--root-fz) * 1rem);
        line-height: 1.375;
    }
}
.l-wrapper.restaurant-plus .c-section-3__txt {
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3__txt {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-top: 24px;
        margin-inline: auto;
        padding-inline: 30px;
    }
}
.l-wrapper.restaurant-plus .c-section-3__body {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3__body {
        margin-top: 42px;
    }
}
.l-wrapper.restaurant-plus .c-section-3--introduction .c-section-3__body {
    margin-top: 80px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3--introduction .c-section-3__body {
        margin-top: 45px;
    }
}

@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-section-3__img {
        max-width: 1096px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3__img {
        width: 361px;
        margin-inline: auto;
        transform: translateX(4px);
    }
}
.l-wrapper.restaurant-plus .c-section-3__note {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3__note {
        margin-top: 1px;
        padding-inline: 11px;
    }
}
.l-wrapper.restaurant-plus .c-section-3--introduction .c-section-3__note {
    margin-top: 67px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-3--introduction .c-section-3__note {
        margin-top: 17px;
    }
}

/* ---------------------------------------------
*   c-section-4
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-section-4__container {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin-inline: auto;
    padding: 76px calc(var(--contents-side-padding) * 1px) 60px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-4__container {
        max-width: 375px;
        padding: 50px 30px;
    }
}
.l-wrapper.restaurant-plus .c-section-4__ttl {
    font-size: calc(40 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-4__ttl {
        font-size: calc(32 / var(--root-fz) * 1rem);
        line-height: 1.375;
    }
}
.l-wrapper.restaurant-plus .c-section-4__body {
    margin-top: 38px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-section-4__body {
        margin-top: 28px;
    }
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-txt-1 {
    font-size: calc(16 / var(--root-fz) * 1rem);
    line-height: 1.6;
    font-family: var(--ff-ls-b);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-txt-1 {
        font-size: calc(14 / var(--root-fz) * 1rem);
    }
}

/* ---------------------------------------------
*   c-txt-note
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-txt-note {
    color: var(--color-black-3);
    font-size: calc(10 / var(--root-fz) * 1rem);
    line-height: 1.6;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-txt-note {
        font-size: calc(8 / var(--root-fz) * 1rem);
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .c-txt-note--small-pc {
        font-size: calc(8 / var(--root-fz) * 1rem);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-txt-note--medium-sp {
        font-size: calc(9 / var(--root-fz) * 1rem);
        line-height: 1.6666666667;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-txt-note--large-sp {
        font-size: calc(10 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.restaurant-plus .c-txt-note--lh-2 {
    line-height: 1.3;
}

/* ---------------------------------------------
*   c-txt-reference
--------------------------------------------- */
.l-wrapper.restaurant-plus .c-txt-reference {
    display: inline-block;
    position: relative;
}
.l-wrapper.restaurant-plus .c-txt-reference sup {
    font-size: calc(10 / var(--root-fz) * 1rem);
    position: absolute;
    top: -12px;
    right: -8px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-txt-reference sup {
        font-size: calc(7 / var(--root-fz) * 1rem);
        top: -6px;
        right: -3px;
    }
}
.l-wrapper.restaurant-plus .c-txt-reference--type2 sup {
    top: -5px;
    right: -2px;
}
.l-wrapper.restaurant-plus .c-txt-reference--small sup {
    font-size: calc(8.6 / var(--root-fz) * 1rem);
    top: -8px;
    right: -4px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .c-txt-reference--small sup {
        font-size: calc(6 / var(--root-fz) * 1rem);
        top: -4.5px;
        right: -3px;
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   display
--------------------------------------------- */
.display-inline-block {
    display: inline-block !important;
}

@media screen and (min-width: 1024px) {
    .display-inline-block-pc {
        display: inline-block !important;
    }
}

/* ---------------------------------------------
*   color
--------------------------------------------- */
.fc-theme {
    color: var(--color-theme-1) !important;
}

.fc-theme-2 {
    color: var(--color-theme-2) !important;
}

.fc-white {
    color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-family: var(--ff-root) !important;
}

.fw-bold {
    font-family: var(--ff-ls-b) !important;
}

.fw-extra-bold {
    font-family: var(--ff-ls-eb) !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

@media screen and (min-width: 1024px) {
    .txt-al-center-pc {
        text-align: center !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-center-sp {
        text-align: center !important;
    }
}

.txt-al-right {
    text-align: right !important;
}

@media screen and (min-width: 1024px) {
    .txt-al-right-pc {
        text-align: right !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-right-sp {
        text-align: right !important;
    }
}

.txt-al-left {
    text-align: left !important;
}

@media screen and (min-width: 1024px) {
    .txt-al-left-pc {
        text-align: left !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-left-sp {
        text-align: left !important;
    }
}

/* ---------------------------------------------
*   既存パーツ
--------------------------------------------- */
body:has(.l-wrapper.restaurant-plus) .wrap > main {
    overflow: clip;
}

.topicpath__list > li {
    font-family: var(--ff-M);
}

/* ---------------------------------------------
*   l-breadcrumb-sp
--------------------------------------------- */
.l-breadcrumb-sp {
    display: block;
}

@media (min-width: 1024px) {
    .l-breadcrumb-sp {
        display: none;
    }
}
/*  l-breadcrumb-sp__topicpath
--------------------------------------------- */
.l-breadcrumb-sp__topicpath {
    display: block;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 20px;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

/*  l-breadcrumb-sp__list
--------------------------------------------- */
.l-breadcrumb-sp__list {
    display: block;
    padding-block: 12px 13px;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0;
}

/*  l-breadcrumb-sp__list > li
--------------------------------------------- */
.l-breadcrumb-sp__list > li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #404040;
    font-family: "UD新ゴ M";
    font-size: 1.2rem;
}

.l-breadcrumb-sp__list > li:first-child {
    padding-left: 0;
}

.l-breadcrumb-sp__list > li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    transform: rotate(45deg);
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    color: #fff;
}

.l-breadcrumb-sp__list > li:first-child:before {
    content: normal;
}

/*  l-breadcrumb-sp__list > li > a
--------------------------------------------- */
.l-breadcrumb-sp__list > li > a {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    text-decoration: none;
}
.l-breadcrumb-sp__list > li > a:hover {
    text-decoration: underline !important;
}

span.c-kvE1List__txt {
    font-family: "UD新ゴ B", sans-serif !important;
}

.sp-menu-wrap,
.lyb-fixed-pagetop {
    display: none !important;
}

/* ---------------------------------------------
*   20260203追加分
--------------------------------------------- */
#lyb-header .sp-menu-wrap {
    display: flex !important;
}

@media screen and (max-width: 1023px) {
    .sp-menu-wrap--clone {
        display: none !important;
    }
    #lyb-header .sp-menu-wrap {
        display: none !important;
    }
}
/* ---------------------------------------------
*   js-banner
--------------------------------------------- */
.l-wrapper.restaurant-plus .js-banner {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}
.l-wrapper.restaurant-plus .js-banner.is-hidden {
    opacity: 0;
    visibility: hidden;
}

/* ---------------------------------------------
*   フェードアップ
--------------------------------------------- */
.l-wrapper.restaurant-plus .js-fadein {
    opacity: 0;
}
.l-wrapper.restaurant-plus .js-fadein.is-active {
    opacity: 1;
    transition: opacity 1s;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.restaurant-plus .js-fadein-pc {
        opacity: 0;
    }
    .l-wrapper.restaurant-plus .js-fadein-pc.is-active {
        opacity: 1;
        transition: opacity 1s;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.restaurant-plus .js-fadein-sp {
        opacity: 0;
    }
    .l-wrapper.restaurant-plus .js-fadein-sp.is-active {
        opacity: 1;
        transition: opacity 1s;
    }
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 1023px), screen and (max-width: 1023px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 1023px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 5px !important;
    }
    .mgt-sp--10 {
        margin-top: 10px !important;
    }
    .mgt-sp--15 {
        margin-top: 15px !important;
    }
    .mgt-sp--20 {
        margin-top: 20px !important;
    }
    .mgt-sp--25 {
        margin-top: 25px !important;
    }
    .mgt-sp--30 {
        margin-top: 30px !important;
    }
    .mgt-sp--35 {
        margin-top: 35px !important;
    }
    .mgt-sp--40 {
        margin-top: 40px !important;
    }
    .mgt-sp--45 {
        margin-top: 45px !important;
    }
    .mgt-sp--50 {
        margin-top: 50px !important;
    }
    .mgt-sp--55 {
        margin-top: 55px !important;
    }
    .mgt-sp--60 {
        margin-top: 60px !important;
    }
    .mgt-sp--65 {
        margin-top: 65px !important;
    }
    .mgt-sp--70 {
        margin-top: 70px !important;
    }
    .mgt-sp--75 {
        margin-top: 75px !important;
    }
    .mgt-sp--80 {
        margin-top: 80px !important;
    }
    .mgt-sp--85 {
        margin-top: 85px !important;
    }
    .mgt-sp--90 {
        margin-top: 90px !important;
    }
    .mgt-sp--95 {
        margin-top: 95px !important;
    }
    .mgt-sp--100 {
        margin-top: 100px !important;
    }
    .mgt-sp--105 {
        margin-top: 105px !important;
    }
    .mgt-sp--110 {
        margin-top: 110px !important;
    }
    .mgt-sp--115 {
        margin-top: 115px !important;
    }
    .mgt-sp--120 {
        margin-top: 120px !important;
    }
    .mgt-sp--125 {
        margin-top: 125px !important;
    }
    .mgt-sp--130 {
        margin-top: 130px !important;
    }
    .mgt-sp--135 {
        margin-top: 135px !important;
    }
    .mgt-sp--140 {
        margin-top: 140px !important;
    }
    .mgt-sp--145 {
        margin-top: 145px !important;
    }
    .mgt-sp--150 {
        margin-top: 150px !important;
    }
    .mgt-sp--155 {
        margin-top: 155px !important;
    }
    .mgt-sp--160 {
        margin-top: 160px !important;
    }
    .mgt-sp--165 {
        margin-top: 165px !important;
    }
    .mgt-sp--170 {
        margin-top: 170px !important;
    }
    .mgt-sp--175 {
        margin-top: 175px !important;
    }
    .mgt-sp--180 {
        margin-top: 180px !important;
    }
    .mgt-sp--185 {
        margin-top: 185px !important;
    }
    .mgt-sp--190 {
        margin-top: 190px !important;
    }
    .mgt-sp--195 {
        margin-top: 195px !important;
    }
    .mgt-sp--200 {
        margin-top: 200px !important;
    }
    .mgt-sp--205 {
        margin-top: 205px !important;
    }
    .mgt-sp--210 {
        margin-top: 210px !important;
    }
    .mgt-sp--215 {
        margin-top: 215px !important;
    }
    .mgt-sp--220 {
        margin-top: 220px !important;
    }
    .mgt-sp--225 {
        margin-top: 225px !important;
    }
    .mgt-sp--230 {
        margin-top: 230px !important;
    }
    .mgt-sp--235 {
        margin-top: 235px !important;
    }
    .mgt-sp--240 {
        margin-top: 240px !important;
    }
    .mgt-sp--245 {
        margin-top: 245px !important;
    }
    .mgt-sp--250 {
        margin-top: 250px !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 1023px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--10 {
        margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--15 {
        margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--20 {
        margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--25 {
        margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--30 {
        margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--35 {
        margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--40 {
        margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--45 {
        margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--50 {
        margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--55 {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--60 {
        margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--65 {
        margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--70 {
        margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--75 {
        margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--80 {
        margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--85 {
        margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--90 {
        margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--95 {
        margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--100 {
        margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--105 {
        margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--110 {
        margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--115 {
        margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--120 {
        margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--125 {
        margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--130 {
        margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--135 {
        margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--140 {
        margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--145 {
        margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--150 {
        margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--155 {
        margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--160 {
        margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--165 {
        margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--170 {
        margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--175 {
        margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--180 {
        margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--185 {
        margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--190 {
        margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--195 {
        margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--200 {
        margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--205 {
        margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--210 {
        margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--215 {
        margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--220 {
        margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--225 {
        margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--230 {
        margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--235 {
        margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--240 {
        margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--245 {
        margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--250 {
        margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
    }
}