.menu {
    padding-top: 200px;
    position: relative
}
@media screen and (max-width: 767px) {
    .menu {
        padding-top: 100px
    }
}
.menu .heading-lv2 {
    position: relative
}
.menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 165px 55px;
    justify-items: center
}
@media screen and (max-width: 1023px) {
    .menu__list {
        gap: 100px 30px
    }
}
@media screen and (max-width: 767px) {
    .menu__list {
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px
    }
}
@media(width < 450px) {
    .menu__list {
        grid-template-columns: 1fr
    }
}
.menu__item {
    display: grid
}
.menu__item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 15px;
    max-width: 330px;
    width: 100%
}
.menu__img.mt {
    margin-top: -32px
}
@media screen and (max-width: 767px) {
    .menu__img.mt {
        margin-top: 0
    }
}
.menu__season {
    font-weight: 700;
    padding-left: 10px;
    position: relative;
    top: 16px
}
@media screen and (max-width: 767px) {
    .menu__season {
        top: 12px
    }
}
.menu__season span {
    font-family: "Prompt", sans-serif;
    font-size: 1.6875rem;
    line-height: 1.2
}
@media screen and (max-width: 767px) {
    .menu__season span {
        font-size: 1.25rem
    }
}
.menu .ribbon {
    --r: 0.8em;
    padding-right: calc(var(--r) + 1.25em);
    -webkit-clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    -o-border-image: conic-gradient(#FFD833 0 0) 0;
    border-image: conic-gradient(#FFD833 0 0) fill 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.menu .ribbon--orange {
    -o-border-image: conic-gradient(#FFBA69 0 0) 0;
    border-image: conic-gradient(#FFBA69 0 0) fill 0
}
.menu__category {
    background-color: #eaeaea;
    border-radius: 0 0 10px 10px;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 6px
}
.menu__category li {
    background-color: #fff4b2;
    border: 1px solid #fff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
    height: 44px;
    line-height: 1.2;
    padding: 0 8px;
    text-align: center
}
@media screen and (max-width: 767px) {
    .menu__category li {
        font-size: 0.75rem
    }
}
.menu__category li.sm {
    font-size: 0.6875rem
}
.menu__body {
    display: flex;
    flex-direction: column;
    height: 270px
}
@media screen and (max-width: 767px) {
    .menu__body {
        height: initial
    }
}
.menu__name {
    line-height: 1.3;
    height: 72px;
    margin-bottom: 10px
}
@media screen and (max-width: 767px) {
    .menu__name {
        height: initial
    }
}
.menu__name+div {
    margin-top: auto
}
.menu__size {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 15px
}
.menu__send {
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 16px
}
.menu__send p {
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 15px
}
.menu__send p:first-child {
    border: 1px solid #9f9886;
    color: #9f9886
}
.menu__send p+p {
    background-color: #40320d;
    color: #fff
}
.menu__price {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px
}
.menu__price p {
    font-size: 0.875rem;
    font-weight: 700
}
@media screen and (max-width: 767px) {
    .menu__price p {
        font-size: 0.75rem
    }
}
.menu__price p:last-child span {
    font-family: "Prompt", sans-serif;
    font-size: 2.25rem
}
@media screen and (max-width: 767px) {
    .menu__price p:last-child span {
        font-size: 1.875rem
    }
}
.menu__link a {
    background-color: #fd944b;
    border-radius: 30px;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    margin-inline: auto;
    width: 200px;
    height: 40px
}
.header {
    background-color: #fff
}
.main-visual {
    margin-top: 130px
}
@media screen and (max-width: 767px) {
    .main-visual {
        margin-top: 70px
    }
}
.main-visual img {
    width: 100%
}
.message {
    background: url('./bg-message.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px
}
@media screen and (max-width: 767px) {
    .message.section {
        padding-top: 0
    }
}
.message .section__text {
    font-size: 1.25rem;
    text-align: center
}
@media screen and (max-width: 767px) {
    .message .section__text {
        font-size: 1rem;
        text-align: left
    }
}
.influence {
    background: url('./bg-influence.png') no-repeat;
    background-position: top;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 180px
}
@media screen and (max-width: 767px) {
    .influence {
        padding-bottom: 80px
    }
}
.influence .list {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 20px;
    justify-content: center
}
@media screen and (max-width: 767px) {
    .influence .list {
        flex-direction: column;
        gap: 40px
    }
}
.influence .list__item {
    width: calc((100% - 40px) / 3)
}
@media screen and (max-width: 1023px) {
    .influence .list__item {
        width: calc((100% - 40px) / 2)
    }
}
@media screen and (max-width: 767px) {
    .influence .list__item {
        width: 100%
    }
}
.ranking {
    background: url('./bg-ranking.png') no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 140px
}
@media screen and (max-width: 767px) {
    .ranking {
        padding-top: 0;
        padding-bottom: 0
    }
}
.ranking__list {
    gap: 55px;
    justify-content: center;
  display: flex
}
@media(width < 1260px) {
    .ranking__list {
        gap: 40px
    }
}
@media screen and (max-width: 1023px) {
    .ranking__list {
        flex-direction: column
    }
}
.ranking__item {
    margin-inline: auto;
    max-width: 330px
}
.ranking__item:nth-child(1) {
    position: relative;
    top: -30px
}
@media screen and (max-width: 1023px) {
    .ranking__item:nth-child(1) {
        top: 0
    }
}
.ranking__item:nth-child(3) {
    position: relative;
    top: 30px
}
@media screen and (max-width: 1023px) {
    .ranking__item:nth-child(3) {
        top: 0
    }
}
.ranking__img {
    position: relative
}
.ranking__category {
    display: flex;
    gap: 5px;
    position: absolute;
    right: 5px;
    bottom: 5px
}
.ranking__category li {
    background-color: #fff4b2;
    border: 1px solid #fff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 8px;
    text-align: center
}
@media screen and (max-width: 767px) {
    .ranking__category li {
        font-size: 0.75rem
    }
}
.ranking__body {
    padding-top: 15px
}
.ranking__season {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 11px
}
@media screen and (max-width: 767px) {
    .ranking__season {
        font-size: 1rem
    }
}
.ranking__season span {
    font-family: "Prompt", sans-serif;
    font-size: 2.125rem
}
@media screen and (max-width: 767px) {
    .ranking__season span {
        font-size: 1.875rem
    }
}
.ranking .ribbon {
    --r: 0.8em;
    padding-right: calc(var(--r) + 1.25em);
    -webkit-clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    -o-border-image: conic-gradient(#FFD833 0 0) 0;
    border-image: conic-gradient(#FFD833 0 0) fill 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.ranking .ribbon--orange {
    -o-border-image: conic-gradient(#FFBA69 0 0) 0;
    border-image: conic-gradient(#FFBA69 0 0) fill 0
}
.ranking__name {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 10px
}
@media screen and (max-width: 767px) {
    .ranking__name {
        font-size: 1.5rem
    }
}
.ranking__size {
    font-weight: 700;
    margin-bottom: 8px
}
.ranking__row {
    display: flex;
    gap: 8px
}
.ranking__send {
    background-color: #fff;
    border: 1px solid #9f9886;
    border-radius: 5px;
    color: #9f9886;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 3px 28px;
    text-align: center
}
.ranking__sale {
    background-color: #e02828;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 3px 28px;
    text-align: center
}
.ranking__price {
    font-weight: 700;
    margin-bottom: 24px
}
.ranking__price dl {
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}
.ranking__price dl:has(.ranking__price-bottom) {
    align-items: baseline
}
.ranking__price dl:last-child {
    border-bottom: 1px solid #ddd
}
.ranking__price dt {
    font-size: 0.875rem
}
.ranking__price dd {
    font-weight: 700;
    text-align: right
}
.ranking__price dd .strikethrough {
    font-size: 1.125rem;
    text-decoration: line-through
}
.ranking__price dd .sale .yen {
    font-size: 1.125rem
}
.ranking__price dd .sale__price {
    color: #e02828;
    font-family: "Prompt", sans-serif;
    font-size: 1.5rem
}
.ranking__price dd .sale+.tax {
    color: #e02828;
    margin-left: 5px
}
.ranking__price-upper {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.ranking__price-upper .yen {
    font-family: "Prompt", sans-serif;
    font-size: 1.5rem;
    margin-right: 5px
}
@media screen and (max-width: 767px) {
    .ranking__price-upper .yen {
        font-size: 1.25rem
    }
}
.ranking__price-upper .tax {
    font-size: 0.75rem
}
.ranking__price-bottom {
    font-size: 0.75rem;
    line-height: 1
}
.ranking__price-bottom span:nth-child(1) {
    font-size: 1rem
}
.ranking__price-bottom span:last-child {
    font-size: 0.625rem
}
.ranking__price-bottom .strikethrough {
    font-size: 0.85rem !important
}
.ranking__price-bottom .sale__price {
    font-size: 1rem !important
}
.ranking__price-bottom.sale span:last-child {
    color: #e02828
}

.recommend {
    background: url('./bg-recommend.png') no-repeat;
    background-color: #fffbe8;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative
}
@media screen and (max-width: 767px) {
    .recommend {
        padding-top: 180px;
        padding-bottom: 40px
    }
}
.recommend .heading-lv2 {
    background-color: #fff;
    border-radius: 50%;
    padding-top: 35px;
    width: 507px;
    height: 267px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}
@media screen and (max-width: 767px) {
    .recommend .heading-lv2 {
        width: 300px;
        height: 180px;
        top: 90px
    }
}
.recommend__box {
    background-color: #fff;
    border-radius: 10px;
    padding: 100px 84px 64px;
    position: relative
}
@media screen and (max-width: 767px) {
    .recommend__box {
        padding: 100px 20px 40px
    }
}
.recommend__box::before {
    background: url('./icon-voice.svg') no-repeat;
    background-size: contain;
    content: "";
    width: 147px;
    height: 86px;
    position: absolute;
    top: -75px;
    left: 0
}
.recommend__box .grid {
    gap: 31px;
    position: relative;
    z-index: 1
}
@media screen and (max-width: 767px) {
    .recommend__box .grid {
        flex-direction: column
    }
}
.recommend__box .grid li img {
    margin-inline: auto
}
.menu::before {
    background: url('./bg-menu.png') no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 257px;
    position: absolute;
    top: 0
}
.solution {
    padding-bottom: 120px
}
@media screen and (max-width: 767px) {
    .solution {
        padding-bottom: 60px
    }
}
.solution__lead {
    margin-bottom: 66px;
    position: relative
}
.solution__lead::after {
    background: url('./bg-solution.png') no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 925px;
    position: absolute;
    top: 0;
    z-index: -1
}
@media screen and (max-width: 767px) {
    .solution__lead::after {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .solution__lead {
        margin-bottom: 40px
    }
}
.solution img {
    margin-inline: auto
}
.solution__answer {
    position: relative
}
.solution__answer::after {
    background: url('./bg-solution02.png') no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: -115px;
    z-index: -1
}
.solution__answer p {
    margin-inline: auto;
    max-width: 750px;
    position: relative
}
.solution__answer p::before,
.solution__answer p::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: -50px
}
@media(width < 1700px) {
    .solution__answer p::before,
    .solution__answer p::after {
        background-size: 75%
    }
}
@media(width < 1300px) {
    .solution__answer p::before,
    .solution__answer p::after {
        background-size: 50%
    }
}
@media screen and (max-width: 1023px) {
    .solution__answer p::before,
    .solution__answer p::after {
        display: none
    }
}
.solution__answer p::before {
    background-image: url('./ill01.svg');
    width: 503px;
    height: 453px;
    right: 100%
}
@media(width < 1700px) {
    .solution__answer p::before {
        background-position: right
    }
}
.solution__answer p::after {
    background-image: url('./ill02.svg');
    width: 503px;
    height: 441px;
    left: 105%
}
@media(width < 1700px) {
    .solution__answer p::after {
        background-position: left
    }
}
.feature {
    background: url('./bg-feature.png') no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 26px
}
@media screen and (max-width: 767px) {
    .feature__content {
        display: none
    }
}
.feature__list {
    display: none
}
@media screen and (max-width: 767px) {
    .feature__list {
        display: block
    }
}
.feature__list li+li {
    margin-top: 30px
}
.feature__list img {
    margin-inline: auto
}
.voice {
    background: url('./bg-voice.png') no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 49px;
    position: relative
}
.voice .heading-lv2 {
    background-color: #fffbe8;
    border-radius: 50%;
    padding-top: 35px;
    width: 507px;
    height: 267px;
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}
@media screen and (max-width: 767px) {
    .voice .heading-lv2 {
        width: 300px;
        height: 180px;
        top: 140px
    }
}
.voice__content {
    background-color: #fffbe8;
    border-radius: 30px;
    padding: 150px 85px 90px;
    position: relative
}
@media screen and (max-width: 1023px) {
    .voice__content {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 60px
    }
}
@media screen and (max-width: 767px) {
    .voice__content {
        padding: 185px 20px 40px
    }
}
.voice__content::before {
    background: url('./icon-voice.svg') no-repeat;
    background-size: contain;
    content: "";
    width: 147px;
    height: 86px;
    position: absolute;
    top: -75px;
    left: 0
}
.voice__content .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px 30px;
    position: relative;
    z-index: 1
}
@media screen and (max-width: 767px) {
    .voice__content .grid {
        grid-template-columns: 1fr
    }
}
.voice__item {
    margin-inline: auto;
    max-width: 450px;
    position: relative
}
.voice__user {
    margin-inline: auto;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%)
}
.voice__body {
    background-color: #fff;
    border-radius: 35px;
    height: 100%;
    outline: 3px dotted #ffd833;
    outline-offset: -10px;
    padding: 60px 40px 50px
}
.voice__text {
    line-height: 2.2
}
.faq {
    background: url('./bg-faq.png') no-repeat;
    background-size: contain;
    padding-top: 186px;
    padding-bottom: 41px
}
@media screen and (max-width: 767px) {
    .faq {
        padding-top: 100px
    }
}
.faq__content {
    margin-inline: auto;
    max-width: 820px
}
.faq__content dl {
    border-bottom: 1px solid #e5d9c1;
    padding: 16px 0
}
.faq__content dl:first-child {
    border-top: 1px solid #e5d9c1
}
.faq__content dt {
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative
}
@media screen and (max-width: 767px) {
    .faq__content dt {
        font-size: 1.125rem;
        padding-right: 40px
    }
}
.faq__content dt::after {
    background-image: url('./plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}
@media screen and (max-width: 767px) {
    .faq__content dt::after {
        right: 0
    }
}
.faq__content dt.open::after {
    background-image: url('./minus.svg');
    height: 4px
}
.faq__content dd {
    display: none;
    padding-top: 26px
}
.faq__heading {
    display: flex;
    align-items: center;
    gap: 50px
}
@media screen and (max-width: 767px) {
    .faq__heading {
        gap: 20px
    }
}
.faq__icon {
    flex-shrink: 0
}
.faq__answer {
    display: flex;
    gap: 50px
}
@media screen and (max-width: 767px) {
    .faq__answer {
        gap: 20px
    }
}
.faq__text {
    line-height: 1.6
}
.faq__text+.faq__text,
.faq__text.mt {
    margin-top: 1em
}
@media screen and (max-width: 767px) {
    .faq__text li.indent {
        padding-left: 16px;
        text-indent: -15px
    }
}
.faq .indent {
    padding-left: 21px;
    text-indent: -20px
}
.faq__button {
    margin-top: 49px;
    text-align: center
}
.news {
    background: url('./bg-news.png') no-repeat;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 40px
}
.news__inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 52px
}
@media screen and (max-width: 1023px) {
    .news__inner {
        padding: 30px 40px
    }
}
@media screen and (max-width: 767px) {
    .news__inner {
        flex-direction: column;
        gap: 0;
        padding: 30px
    }
}
.news__inner .grid {
    justify-content: flex-start;
    gap: 120px
}
@media screen and (max-width: 1023px) {
    .news__inner .grid {
        gap: 80px
    }
}
@media screen and (max-width: 767px) {
    .news__inner .grid {
        flex-direction: column;
        gap: 0
    }
}
.news .heading-lv3 {
    flex-shrink: 0;
    margin-top: 24px
}
@media screen and (max-width: 767px) {
    .news .heading-lv3 {
        margin-top: 0
    }
}
.news__content {
    max-width: 770px;
    min-width: 0
}
.news__item:first-child {
    border-top: 1px solid #e1dcdc
}
.news__item a {
    border-bottom: 1px solid #e1dcdc;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0
}
@media screen and (max-width: 767px) {
    .news__item a {
        gap: 20px;
        padding: 20px 0
    }
}
.news__thumb {
    flex-shrink: 0
}
.news__body {
    max-width: 610px;
    min-width: 0
}
.news__date {
    color: #fd944b;
    font-family: "Prompt", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 14px
}
@media screen and (max-width: 767px) {
    .news__date {
        font-size: 1rem
    }
}
.news__text {
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
@media screen and (max-width: 767px) {
    .news__text {
        font-size: 1.125rem
    }
}
.news__button {
    margin-top: 25px;
    text-align: right
}
@media screen and (max-width: 767px) {
    .news__button {
        text-align: center
    }
}
.column {
    background: url('./bg-column.png') no-repeat;
    background-size: contain;
    padding-top: 183px
}
@media screen and (max-width: 767px) {
    .column {
        padding-top: 100px;
        padding-bottom: 40px
    }
}
.column .heading-lv2 {
    margin-bottom: 0
}
.column__slide {
    margin: 0 25px;
    max-width: 360px
}
@media screen and (max-width: 767px) {
    .column__slide {
        max-width: 340px
    }
}
.column__body {
    padding-top: 26px
}
@media screen and (max-width: 767px) {
    .column__body {
        padding-top: 15px
    }
}
.column__date {
    color: #fd944b;
    font-family: "Prompt", sans-serif;
    font-size: 1.125rem;
    margin-bottom: 10px
}
@media screen and (max-width: 767px) {
    .column__date {
        font-size: 1rem
    }
}
.column__lead {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
@media screen and (max-width: 767px) {
    .column__lead {
        font-size: 1.25rem
    }
}
.column__text {
    line-height: 1.6
}
.column .slider__inner {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 20px
}
.column .slider__container {
    position: relative;
    width: calc(100% +(100vw - 100%) / 2)
}
.column .prev-arrow,
.column .next-arrow {
    cursor: pointer;
    position: absolute;
    top: 17%;
    z-index: 1
}
.column .prev-arrow {
    left: -100px
}
@media(width < 1300px) {
    .column .prev-arrow {
        left: -15px
    }
}
@media screen and (max-width: 767px) {
    .column .prev-arrow {
        left: -30px
    }
}
.column .next-arrow {
    right: 40px
}
@media(width < 1300px) {
    .column .next-arrow {
        right: 15px
    }
}
.column__button {
    margin-bottom: 40px;
    text-align: right
}
@media screen and (max-width: 767px) {
    .column__button {
        text-align: center
    }
}
.sns {
    background: url('./bg-sns.png') no-repeat;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 63px
}
.sns .grid {
    gap: 60px
}
@media screen and (max-width: 1023px) {
    .sns .grid {
        gap: 40px
    }
}
@media screen and (max-width: 767px) {
    .sns .grid {
        flex-direction: column
    }
}
.sns__heading {
    font-family: "Prompt", sans-serif;
    font-size: 1.75rem;
    margin-bottom: 35px;
    text-align: center
}
@media screen and (max-width: 767px) {
    .sns__heading {
        font-size: 1.5625rem;
        margin-bottom: 20px
    }
}
@media screen and (max-width: 767px) {
    .sns .instagram,
    .sns .youtube {
        margin-inline: auto
    }
}
.sns .youtube li+li {
    margin-top: 17px
}
@media screen and (max-width: 767px) {
    .sns .youtube iframe {
        width: 320px
    }
}
.footer {
    background: #fff5b4 url('./bg-up.png') no-repeat
}
@media screen and (max-width: 1023px) {
    .footer {
        background-position: top
    }
}
@media screen and (max-width: 767px) {
    .footer {
        background-size: contain
    }
}
@media screen and (min-width: 768px){
  .section.price{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .section.price a{
    width: 46%;
    display: block;
  }
}

@media screen and (max-width: 767px){
    .section.price a + a{
    margin-top: 10px;
    display: block;
  }
}

.menu {
    position: relative
}
.menu .heading-lv2 {
    position: relative
}
.menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 165px 55px;
    justify-items: center
}
@media screen and (max-width: 1023px) {
    .menu__list {
        gap: 100px 30px
    }
}
@media screen and (max-width: 767px) {
    .menu__list {
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px
    }
}
@media(width < 450px) {
    .menu__list {
        grid-template-columns: 1fr
    }
}
.menu__item {
    display: grid
}
.menu__item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 15px;
    max-width: 330px;
    width: 100%
}
.menu__item.mt {
    margin-top: 14px
}
.menu__item.mt .menu__name {
    height: initial
}
.menu__item .m0 {
    margin: 0
}
.menu__item .mt0 {
    margin-top: 0
}
.menu__img.mt {
    margin-top: -32px
}
@media screen and (max-width: 767px) {
    .menu__img.mt {
        margin-top: 0
    }
}
.menu__season {
    font-weight: 700;
    padding-left: 10px;
    position: relative;
    top: 16px
}
@media screen and (max-width: 767px) {
    .menu__season {
        top: 12px
    }
}
.menu__season span {
    font-family: "Prompt", sans-serif;
    font-size: 1.6875rem;
    line-height: 1.2
}
@media screen and (max-width: 767px) {
    .menu__season span {
        font-size: 1.25rem
    }
}
.menu .ribbon {
    --r: 0.8em;
    padding-right: calc(var(--r) + 1.25em);
    -webkit-clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    -o-border-image: conic-gradient(#FFD833 0 0) 0;
    border-image: conic-gradient(#FFD833 0 0) fill 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.menu .ribbon--orange {
    -o-border-image: conic-gradient(#FFBA69 0 0) 0;
    border-image: conic-gradient(#FFBA69 0 0) fill 0
}
.menu__category {
    background-color: #eaeaea;
    border-radius: 0 0 10px 10px;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 6px
}
.menu__category li {
    background-color: #fff4b2;
    border: 1px solid #fff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
    height: 44px;
    line-height: 1.2;
    padding: 0 8px;
    text-align: center
}
@media screen and (max-width: 767px) {
    .menu__category li {
        font-size: 0.75rem
    }
}
.menu__category li.sm {
    font-size: 0.6875rem
}
.menu__body {
    display: flex;
    flex-direction: column;
    height: 270px
}
@media screen and (max-width: 767px) {
    .menu__body {
        height: initial
    }
}
.menu__name {
    font-size: 1rem;
    line-height: 1.3;
    height: 72px;
    margin-bottom: 16px
}
@media screen and (max-width: 767px) {
    .menu__name {
        height: initial
    }
}
.menu__name+div {
    margin-top: auto
}
.menu__size {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 15px
}
.menu__send {
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 16px
}
.menu__send p {
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 15px
}
.menu__send p:first-child {
    border: 1px solid #9f9886;
    color: #9f9886
}
.menu__send .free {
    background-color: #40320d;
    color: #fff
}
.menu__send .sale {
    background-color: #e02828;
    color: #fff
}
.menu__price {
    font-weight: 700;
    margin-bottom: 24px
}
.menu__price dl {
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}
.menu__price dl:has(.ranking__price-bottom) {
    align-items: baseline
}
.menu__price dl:last-child {
    border-bottom: 1px solid #ddd
}
.menu__price dt {
    font-size: 0.875rem
}
.menu__price dd {
    font-weight: 700;
    text-align: right
}
.menu__price dd .strikethrough {
    font-size: 1.125rem;
    text-decoration: line-through
}
.menu__price dd .sale .yen {
    font-size: 1.125rem
}
.menu__price dd .sale__price {
    color: #e02828;
    font-family: "Prompt", sans-serif;
    font-size: 1.5rem
}
.menu__price dd .sale+.tax {
    color: #e02828;
    margin-left: 5px
}
.menu__price-upper {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.menu__price-upper .yen {
    font-family: "Prompt", sans-serif;
    font-size: 1.5rem;
    margin-right: 5px
}
@media screen and (max-width: 767px) {
    .menu__price-upper .yen {
        font-size: 1.25rem
    }
}
.menu__price-upper .tax {
    font-size: 0.75rem
}
.menu__price-bottom {
    font-size: 0.75rem;
    line-height: 1
}
.menu__price-bottom span:nth-child(1) {
    font-size: 1rem
}
.menu__price-bottom span:last-child {
    font-size: 0.625rem
}
.menu__price-bottom .strikethrough {
    font-size: 0.85rem !important
}
.menu__price-bottom .sale__price {
    font-size: 1rem !important
}
.menu__price-bottom.sale span:last-child {
    color: #e02828
}
.menu__link a {
    background-color: #fd944b;
    border-radius: 30px;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    margin-inline: auto;
    width: 200px;
    height: 40px
}

.ranking__price-bottom {
    font-size: .75rem;
    line-height: 1;
}


.menu__price .ranking__price-bottom span:nth-child(1) {
    font-size: 1rem;
}

.menu__price .ranking__price-upper .tax {
    font-size: .75rem;
}

.menu__price .ranking__price-bottom span:last-child {
    font-size: .625rem;
}

.menu__price p:last-child span {
    font-family: "Prompt", sans-serif;
    font-size: 2.25rem;
}

.menu__price .ranking__price-upper .yen {
    font-family: "Prompt", sans-serif;
    font-size: 1.5rem;
    margin-right: 5px;
}

.one_price{
  color:#e02828;
      font-family: "Prompt", sans-serif;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
.menu__list.meta{
    grid-template-columns: 1fr 1fr;
    gap: 165px 0px;
    justify-items: center;
    width: 800px;
    margin: 0 auto;
}
.menu__list.meta li{

max-height: 550px; 
overflow-y: auto;"
    
}
}
@media screen and (max-width: 767px) {
    .menu__list.meta li{

max-height: 550px; 
overflow-y: auto;"
    
}
.menu__list .menu__item:first-child{
    margin-top:10px;

}

}


/*# sourceMappingURL=top.min.css.map */