.menuPage {
    background: var(--theme);
}
.pizza .inner {
    max-width: 1408px;
    margin: 0 auto;
    padding-bottom: 5rem;
}
.caption {
    font-size: 1.8rem;
    letter-spacing: -0.25px;
    color: #887b76;
    text-align: right;
    margin-top: 8.5rem;
}
.menuList {
    position: relative;
    padding-top: 2.5rem;
}
.pattern {
    width: 100%;
    height: 9.2rem;
    margin-bottom: 4.8rem;
}
.menuList .pattern {
    position: absolute;
    display: none;
}
.menuList .list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.5rem;
    padding-top: 14rem;
    padding-bottom: 16.5rem;
    overflow: hidden;
}
.menuList li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* width: 42.1rem; */
    width: calc((100% - 4.5rem * 2) / 3);
    padding: 3.4rem 2.4rem 2.4rem;
    background: var(--white);
    text-align: center;
}
.menuList li:nth-child(n + 4) {
    margin-top: 30.4rem;
}
.menuList li:nth-child(3n - 2) .pattern {
    display: block;
    left: 0;
    top: -14rem;
    width: 100vw;
    background: url(/view/assets/images/common/pattern02.png) repeat-x 0 0 /
        contain;
}
.menuList li:nth-child(6n - 2) .pattern {
    background-image: url(/view/assets/images/common/pattern03.png);
}
.menuList .name {
    color: #4f2c16;
    line-height: 1.8;
}
.menuList .name img {
    height: 4.3rem;
}
.menuList .img {
    position: relative;
    height: 34.6rem;
    margin: 2.7rem 0 2rem;
}
.menuList .badge {
    position: absolute;
    left: -5px;
    width: 8.4rem;
    z-index: 1;
}
.menuList .img > img {
    max-width: 34.5rem;
    transform: translateX(1rem);
}
.menuList .detail {
    color: #887b76;
    font-size: 1.9rem;
    font-variation-settings: "wght" 500;
    line-height: 1.52;
    margin-bottom: 2rem;
    word-break: keep-all;
}
.menuList .price {
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    font-size: 2.5rem;
    font-variation-settings: "wght" 600;
    color: #4f2c16;
    padding-top: 1.5rem;
    border-top: 3px solid var(--red);
}
.menuList .price span {
    color: #887b76;
}

.etc {
    background: var(--red);
    padding: 39.2rem 0;
}
.etc .pattern {
    position: absolute;
    margin-bottom: 0;
    background-size: auto 102%;
}
.etc .top {
    top: 0;
}
.etc .bottom {
    bottom: 0;
    background-color: var(--white);
    background-position: 0 100%;
}
.etc .inner > div {
    display: flex;
    gap: 4.5rem;
    width: 145.2rem;
    margin: 0 auto;
    background: var(--white);
    border-radius: 30px;
    padding: 6.5rem 9.5rem 5.8rem;
}
.etc .subject {
    font-size: 4.5rem;
    padding-bottom: 2rem;
    color: var(--red);
    border-bottom: 4px solid var(--red);
}
.etc .inner .foods {
    margin-bottom: 8rem;
}
.foods > div {
    width: 50%;
}
.foods .list li {
    position: relative;
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
}
.foods .img {
    flex-shrink: 0;
    position: relative;
}
.foods .img img {
    object-fit: contain;
}
.foods .info {
    width: 100%;
}
.foods .name {
    border-bottom: 2px solid var(--red);
}
.foods .name div {
    display: flex;
    justify-content: space-between;
}
.foods .name img {
    height: 7.2rem;
}
.foods .name .nowrap {
    height: 3.5rem;
}
.foods .name .price {
    font-size: 2.1rem;
    color: #4f2c16;
    font-variation-settings: "wght" 600;
    letter-spacing: -0.25px;
}
.foods .name > p {
    padding: 1.4rem 0;
    line-height: 1.2;
}
.foods .detail {
    font-size: 1.8rem;
    color: #887b76;
    line-height: 1.5;
    font-variation-settings: "wght" 500;
    letter-spacing: -0.2px;
    word-break: keep-all;
    margin-top: 1.4rem;
}
.pasta .img {
    width: 28.3rem;
}
.side .img {
    width: 22.8rem;
}
.potato.img {
    height: 22.5rem;
}
.potato img {
    position: absolute;
    top: -2rem;
    left: -5.5rem;
    width: 32.2rem;
    max-width: 32.2rem;
}

.beverage .drink {
    flex-shrink: 0;
    width: 65%;
}
.beverage .sauce {
    width: 30%;
}
.beverage .img img {
    height: 20.2rem;
}
.beverage .half img,
.beverage .half + ul {
    height: 8.9rem;
}
.beverage .table {
    display: flex;
    justify-content: space-between;
}
.beverage .price_table {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    padding-top: 5.7rem;
}
.beverage .price_table ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.6rem 0;
}
.beverage .price_table li {
    color: #4f2c16;
    font-size: 2.1rem;
    font-variation-settings: "wght" 600;
    text-align: right;
}

@media (max-width: 1500px) {
    .menuList .list {
        gap: 2.5rem;
    }
    .menuList li {
        width: calc((100% - 2.5rem * 2) / 3);
    }
    .menuList li:nth-child(n + 4) {
        margin-top: 24rem;
    }
    .menuList .name img {
        height: 3.3rem;
    }
    .menuList .name {
        font-size: 1.4rem;
    }
    .menuList .img {
        height: auto;
    }
    .menuList .img > img {
        max-width: 28rem;
        width: 100%;
        height: auto;
    }
    .menuList .badge {
        width: 7rem;
    }
    .menuList .detail {
        font-size: 1.6rem;
    }
    .menuList .price {
        font-size: 2rem;
    }

    .etc {
        padding: 28rem 0;
    }
    .etc .subject {
        font-size: 3.2rem;
    }
    .etc .inner > div {
        width: 100%;
        padding: 6rem 2.4rem 5rem;
    }
    .foods .list li {
        align-items: flex-start;
    }
    .foods .name img {
        height: 6rem;
    }
    .foods .name .nowrap {
        height: 2.8rem;
    }
    .foods .name > p {
        font-size: 1.4rem;
    }
    .foods .detail {
        font-size: 1.6rem;
    }
    .pasta .img {
        width: 30%;
    }
    .side li:nth-child(n + 2) {
        margin-top: 7rem;
    }
    .side .img {
        width: 30%;
    }
    .potato.img {
        height: inherit;
    }
    .potato img {
        position: static;
        width: 100%;
    }
    .beverage .img img {
        height: 11.33vw;
    }
    .beverage .half img,
    .beverage .half + ul {
        height: 5.6vw;
    }
    .beverage .price_table ul {
        padding: 0;
    }
    .beverage .price_table li {
        font-size: 1.4vw;
    }
}
@media (max-width: 1200px) {
    .menuList li {
        padding: 3rem 1.6rem 1.6rem;
    }
    .menuList .name {
        width: 100%;
    }
    .menuList .name img {
        width: 100%;
        height: auto;
        max-height: 2.3rem;
        object-fit: contain;
    }
}
@media (max-width: 1000px) {
    .menuList .list {
        gap: 4rem;
    }
    .menuList li {
        width: calc((100% - 4rem) / 2);
    }
    .menuList li:nth-child(n + 3) {
        margin-top: 20rem;
    }
    .menuList li:nth-child(3n - 2) .pattern {
        display: none;
    }
    .menuList li:nth-child(odd) .pattern {
        display: block;
        left: 0;
        top: -14rem;
        width: 100vw;
        background: url(/view/assets/images/common/pattern02.png) repeat-x 0 0 /
            contain;
    }
    .menuList li:nth-child(even) .pattern {
        display: none;
    }
    .menuList li:nth-child(4n - 1) .pattern {
        background-image: url(/view/assets/images/common/pattern03.png);
    }
    .menuList .name img {
        max-height: none;
        height: 3rem;
    }

    .etc {
        padding: 22rem 0;
    }
    .etc .inner > div {
        flex-direction: column;
    }
    .foods > div {
        width: 100%;
    }
    .side li:nth-child(n + 2) {
        margin-top: 4rem;
    }
    .beverage .drink,
    .beverage .sauce {
        width: 100%;
    }
    .beverage .table {
        justify-content: flex-start;
        gap: 6rem;
    }
    .beverage .img img {
        height: 16rem;
    }
    .beverage .half img,
    .beverage .half + ul {
        height: 7rem;
    }
    .beverage .price_table ul {
        padding: 0.2rem 0;
    }
    .beverage .price_table li {
        font-size: 2rem;
    }
}

@media (max-width: 768.99px) {
    .pattern {
        height: 6rem;
        margin-bottom: 0;
    }
    .caption {
        font-size: 1.6rem;
    }
    .menuList .list {
        gap: 2rem;
        padding-bottom: 8rem;
    }
    .menuList li {
        width: calc((100% - 2rem) / 2);
    }
    .menuList li:nth-child(n + 3) {
        margin-top: 15rem;
    }
    .menuList .name {
        font-size: 1.2rem;
    }
    .menuList .name img {
        max-height: 2.4rem;
        height: auto;
    }
    .menuList li:nth-child(odd) .pattern {
        top: -10rem;
    }
    .menuList .badge {
        width: 5rem;
        top: 0;
        left: 0;
    }
    .menuList .img {
        margin: 1.5rem 0;
    }
    .menuList .img > img {
        width: 22rem;
        transform: translate(0);
    }
    .menuList .detail {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .menuList .price {
        padding-top: 1rem;
        font-size: 1.4rem;
    }

    .etc {
        padding: 15rem 0;
    }
    .foods .name > p {
        font-size: 1.2rem;
    }
    .foods .name .price {
        font-size: 1.8rem;
    }
    .foods .detail {
        font-size: 1.4rem;
    }
    .beverage .table {
        flex-direction: column;
        gap: 1rem;
    }
    .etc .beverage .subject {
        margin-bottom: 3rem;
    }
    .beverage .price_table {
        padding-top: 1rem;
    }
}
@media (max-width: 550.99px) {
    .caption {
        margin-top: 4rem;
        font-size: 1.2rem;
        text-align: center;
    }

    .menuList .pattern {
        display: none !important;
    }
    .menuList .list {
        flex-direction: column;
        padding-top: 4rem;
    }
    .menuList li {
        width: 100%;
    }
    .menuList li:nth-child(n + 3) {
        margin-top: 0;
    }

    .etc .inner .foods {
        padding: 4rem 1.6rem;
    }
    .etc .subject {
        font-size: 2.4rem;
    }
    .foods .list li {
        flex-direction: column;
    }
    .pasta .img {
        width: 70%;
        max-width: 25rem;
    }
    .foods .name img {
        height: 5rem;
    }
    .foods .name .nowrap {
        height: 2.3rem;
    }
    .foods .name .price {
        font-size: 1.5rem;
    }
    .side .img {
        width: 70%;
        max-width: 25rem;
    }
    .potato.img {
        width: 75%;
        max-width: 27rem;
        transform: translateX(-1.5rem);
    }
    .etc .inner .beverage {
        padding: 4rem 1.6rem;
    }
    .etc .beverage .subject {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
    .beverage .table {
        gap: 0;
    }
    .beverage .img img {
        width: 16.8rem;
        height: auto;
    }
    .beverage .price_table li {
        font-size: 1.4rem;
    }
    .beverage .half img,
    .beverage .half + ul {
        height: 4.6rem;
    }
}
