.br-sp {
    display: none;
}

.mv {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
}

.mv picture,
.mv img {
    display: block;
    width: 100%;
    height: auto;
}

.peach {
    color: #fff5e9;
    background-color: #121f32;
}

.peach__inner {
    width: 90%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
}

.peach__intro {
    padding: 160px 0 151px;
    text-align: center;
}

.peach__intro-inner {
    width: 90%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.peach__lead {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.6;
}

.peach__description {
    margin-top: 36px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.peach__section-title {
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.peach__section-title span {
    display: block;
    margin-left: 18px;
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1;
    vertical-align: 0.45em;
}

.peach__section-title::after {
    display: block;
    width: 80px;
    margin: 34px auto 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.8);
    content: "";
}

.peach-menu__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 93px;
}

.peach-menu__item,
.peach-menu__pasta {
    width: 47.6190476%;
    margin-bottom: 80px;
}

.peach-menu__list > :nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.peach-menu__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.peach-menu__photo {
    width: 42.5%;
}

.peach-menu__photo img {
    display: block;
    width: 100%;
    height: auto;
}

.peach-menu__content {
    width: 52.5%;
    min-width: 0;
}

.peach-menu__logo {
    display: flex;
    align-items: center;
    height: 48px;
}

.peach-menu__logo img {
    display: block;
    width: 120px;
    max-width: 100%;
    height: 48px;
    object-fit: contain;
    object-position: left center;
}

.peach-menu__title {
    margin-top: 15px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}

.peach-menu__title-en {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.peach-menu__text {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.peach-menu__text + .peach-menu__text {
    margin-top: 8px;
}

.peach-menu__price {
    margin-top: 24px;
    padding: 13px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.55);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.55);
    font-size: 1.6rem;
    line-height: 1.4;
}

.peach-menu__price small {
    margin-left: 8px;
}

.peach-menu__term {
    padding: 13px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.55);
    font-size: 1.2rem;
    line-height: 1.8;
}

.peach-menu__shop {
    padding: 14px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.55);
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.peach-menu__shop a {
    display: inline;
    color: currentColor;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    transition: 0.8s;
}

.peach-menu__pasta {
    align-self: start;
    padding: 40px 80px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    text-align: center;
}

.peach-menu__pasta img {
    display: block;
    width: 100%;
    height: auto;
}

.peach-menu__pasta-content {
    padding: 26px 0 0;
}

.peach-menu__pasta h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
}

.peach-menu__pasta p {
    margin-top: 12px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.peach-grower {
    padding: 160px 0;
    text-align: center;
}

.peach-grower__photo {
    width: 470px;
    max-width: 100%;
    margin: 56px auto 0;
}

.peach-grower__photo img {
    display: block;
    width: 100%;
    height: auto;
}

.peach-grower__content {
    max-width: 1300px;
    margin: 40px auto 0;
    font-size: 1.5rem;
    line-height: 1.8;
}

.l-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 0;
    padding: 44px 5%;
    background-color: #121f32;
    background-image: none;
}

.l-footer__copy {
    position: static;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    transform: none;
}

@media (min-width: 813px) {
    .peach-menu__shop a:hover {
        animation: 0.5s borderMulti linear;
    }
}

@media (min-width: 813px) and (max-width: 1024px) {
    .peach-menu__list {
        display: block;
    }

    .peach-menu__item,
    .peach-menu__pasta {
        width: 100%;
        max-width: 800px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .peach-menu__item + .peach-menu__item,
    .peach-menu__pasta {
        margin-top: 80px;
    }

}

@media (max-width: 812px) {
    .br-sp {
        display: block;
    }
    
    .mv {
        overflow: visible;
    }

    .peach__inner {
        width: 90%;
    }

    .peach__intro {
        padding: 90px 0 100px;
        text-align: left;
    }

    .peach__lead {
        font-size: 2rem;
        line-height: 1.6;
        text-align: center;
    }

    .peach__description {
        margin-top: 30px;
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .peach__section-title {
        font-size: 3.7rem;
        line-height: 1.2;
    }

    .peach__section-title span {
        margin-left: 10px;
        font-size: 1.1rem;
        vertical-align: 0.4em;
    }

    .peach__section-title::after {
        width: 60px;
        margin-top: 24px;
    }

    .peach-menu__list {
        display: block;
        margin-top: 65px;
    }

    .peach-menu__item {
        display: block;
    }

    .peach-menu__item,
    .peach-menu__pasta {
        width: 100%;
        margin-bottom: 0;
    }

    .peach-menu__photo,
    .peach-menu__content {
        width: 100%;
    }

    .peach-menu__item + .peach-menu__item,
    .peach-menu__pasta {
        margin-top: 90px;
    }

    .peach-menu__content {
        margin-top: 34px;
    }

    .peach-menu__logo {
        justify-content: center;
        height: 42px;
    }

    .peach-menu__logo img {
        width: 108px;
        height: 42px;
        object-position: center;
    }

    .peach-menu__title {
        margin-top: 24px;
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: center;
    }

    .peach-menu__title-en {
        margin-top: 8px;
        font-size: 1.2rem;
        text-align: center;
    }

    .peach-menu__text {
        margin-top: 22px;
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .peach-menu__price {
        margin-top: 24px;
        font-size: 1.6rem;
    }

    .peach-menu__term {
        font-size: 1.2rem;
    }

    .peach-menu__shop {
        font-size: 1.3rem;
    }

    .peach-menu__pasta {
        padding: 18px;
    }

    .peach-menu__pasta-content {
        padding: 26px 8px 12px;
    }

    .peach-menu__pasta h3 {
        font-size: 1.8rem;
    }

    .peach-menu__pasta p {
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .peach-grower {
        padding: 100px 0 100px;
    }

    .peach-grower__photo {
        margin-top: 60px;
    }

    .peach-grower__content {
        margin-top: 55px;
        font-size: 1.3rem;
        line-height: 1.8;
        text-align: left;
    }

    .l-footer {
        padding: 30px 5%;
    }

}
