﻿@charset 'utf-8';

/* -----------------------------------------
　component
------------------------------------------*/



/* -----------------------------------------
　recipe.html
------------------------------------------*/

.l-recipe-top {
    padding: 90px 0 160px;
}
.l-recipe-top .p-recipe-top-history {
    padding-inline: 50px;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 45px 0;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li {
    width: 47.25%;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a {
    display: block;
    position: relative;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a figure {
    margin-bottom: 14px;
    aspect-ratio: 378/252;
    border-radius: 8px;
    overflow: hidden;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a figure img {
    width: 100%;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span {
    position: absolute;
    top: 10px;
    left: 10px;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span img {
    width: 100%;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-hour {
    width: 90px;
    height: 42px;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-week {
    width: 156px;
    height: 42px;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-prep {
    width: 128px;
    height: 42px;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-pick {
    width: 116px;
    height: 42px;
}
.l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a p {
    font-size: 16px;
    line-height: 1.625;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 992px) {
    .l-recipe-top {
        padding: 9.073vw 0 16.13vw;
    }
    .l-recipe-top .p-recipe-top-history {
        padding-inline: 5.041vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list {
        gap: 4.537vw 0;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li:nth-child(3),
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li:nth-child(4) {
        margin-top: 2.319vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a figure {
        margin-bottom: 1.412vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span {
        top: 1.009vw;
        left: 1.009vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-hour {
        width: 9.073vw;
        height: 4.234vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-week {
        width: 15.726vw;
        height: 4.234vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-prep {
        width: 12.904vw;
        height: 4.234vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-pick {
        width: 11.694vw;
        height: 4.234vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a p {
        font-size: 1.613vw;
    }
}
@media screen and (max-width: 767px) {
    .l-recipe-top {
        padding: 12vw 0 18.667vw;
    }
    .l-recipe-top .p-recipe-top-history {
        margin: 0 auto;
        padding-inline: 0;
        width: 91.734vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list {
        gap: 6.4vw 0;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li {
        width: 47.966%;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li:nth-child(3),
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li:nth-child(4) {
        margin-top: 2.134vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a figure {
        margin-bottom: 2.134vw;
        aspect-ratio: 165/110;
        border-radius: 0.8vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span {
        top: 1.6vw;
        left: 1.6vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-hour {
        width: 17.6vw;
        height: 8.534vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-week {
        width: 32vw;
        height: 8.534vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-prep {
        width: 26.4vw;
        height: 8.534vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a span.tag-pick {
        width: 22.4vw;
        height: 8.534vw;
    }
    .l-recipe-top .p-recipe-top-history .p-recipe-top-history__list li a p {
        font-size: 3.2vw;
    }
}


.l-recipe-search {
    padding: 50px 0 80px;
    background: rgb(var(--color-fffbea));
}
.l-recipe-search div:not([class]) {
    padding-inline: 50px;
}
.l-recipe-search div:not([class]) .p-recipe-search__title {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 1.084;
    border-bottom: 2px solid rgb(var(--color-886d30));
}
.l-recipe-search div:not([class]) .p-recipe-search__list {
    display: flex;
    justify-content: space-between;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li {
    width: 47.25%;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 68px;
    font-size: 20px;
    line-height: 1.45;
    color: rgb(var(--color-ff5f3a));
    background: rgb(var(--color-ffffff));
    border: 2px solid rgb(var(--color-ff5f3a));
    border-radius: 50vh;
    transition: var(--transition-2s);
    cursor: pointer;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch.icon1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 38px;
    aspect-ratio: 38/28;
    background: url(/assets/img/recipe/recipe_icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch.icon2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    width: 28px;
    aspect-ratio: 28/28;
    background: url(/assets/img/recipe/recipe_icon02.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 28px;
    aspect-ratio: 28/28;
    background: url(/assets/img/recipe/recipe_icon03.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 0 60px;
    width: 100%;
    max-height: 65vh;
    border-top: 1px solid rgb(var(--color-ffffff));
    background: rgb(var(--color-e3ddd3));
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 1000;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body::-webkit-scrollbar {
    display:none;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .arrows {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin-inline: auto;
    width: 60px;
    height: 60px;
    background: url(/assets/img/recipe/recipe-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner {
    position: relative;
    margin: 0 auto;
    width: 800px;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close {
    position: relative;
    display: block;
    margin-left: auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(11px, 4px) rotate(45deg);
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: rgb(var(--color-886d30));
    transform-origin: left top;
    transition: var(--transition-4s);
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 4px) rotate(-45deg);
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: rgb(var(--color-886d30));
    transform-origin: right top;
    transition: var(--transition-4s);
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__list__visual {
    margin-top: 16px;
    /* max-height: 156px; */
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__list__visual::-webkit-scrollbar {
    display:none;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname {
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    line-height: 2.643;
    color: rgb(var(--color-6e5622));
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname:not(:first-child) {
    margin-top: 28px;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.cook::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 44px;
    aspect-ratio: 44/28;
    background: url(/assets/img/recipe/recipe-listname-cook.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.scene::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 44px;
    aspect-ratio: 44/28;
    background: url(/assets/img/recipe/recipe-listname-scene.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.ingredients::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 44px;
    aspect-ratio: 44/28;
    background: url(/assets/img/recipe/recipe-listname-ingredients.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul li {
    width: 24.25%;
}
.l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    font-size: 14px;
    line-height: 2.643;
    border-radius: 50vh;
    background: rgb(var(--color-ffffff));
}
@media screen and (max-width: 992px) {
    .l-recipe-search {
        padding: 5.041vw 0 8.065vw;
    }
    .l-recipe-search div:not([class]) {
        padding-inline: 5.041vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__title {
        padding-bottom: 1.513vw;
        font-size: 2.42vw;
        border-bottom: 0.202vw solid rgb(var(--color-886d30));
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch {
        height: 6.855vw;
        font-size: 2.017vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch.icon1::before {
        left: 24px;
        width: 3.831vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch.icon2::before {
        left: 28px;
        width: 2.823vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch::after {
        right: 30px;
        width: 2.823vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body {
        padding: 2.017vw 0 6.049vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .arrows {
        bottom: 1.513vw;
        width: 6.049vw;
        height: 6.049vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner {
        width: 80.646vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close {
        width: 3.226vw;
        height: 3.226vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close::before {
        transform: translate(1.109vw, 0.404vw) rotate(45deg);
        width: 3.226vw;
        height: 0.303vw;
        border-radius: 0.303vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close::after {
        transform: translate(0, 0.404vw) rotate(-45deg);
        width: 3.226vw;
        height: 0.303vw;
        border-radius: 0.303vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__list__visual {
        margin-top: 1.613vw;
        /* max-height: 15.726vw; */
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname {
        padding-left: 6.048vw;
        font-size: 1.815vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname:not(:first-child) {
        margin-top: 2.823vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.cook::before {
        width: 4.435vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.scene::before {
        width: 4.435vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.ingredients::before {
        width: 4.435vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul {
        gap: 0.807vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul li a {
        height: 3.73vw;
        font-size: 1.412vw;
    }
}
@media screen and (max-width: 767px) {
    .l-recipe-search {
        padding: 12vw 0 13.867vw;
    }
    .l-recipe-search div:not([class]) {
        margin: 0 auto;
        padding-inline: 0;
        width: 85.334vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__title {
        padding-bottom: 2.667vw;
        font-size: 4.534vw;
        border-bottom: 0.267vw solid rgb(var(--color-886d30));
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list {
        flex-direction: column;
        gap: 3.2vw 0;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li {
        width: 100%;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch {
        height: 52px;
        font-size: 15px;
        border: 2px solid rgb(var(--color-ff5f3a));
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch.icon1::before {
        left: 24px;
        width: 28px;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch.icon2::before {
        left: 28px;
        width: 20px;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .toggle__switch::after {
        right: 22px;
        width: 20px;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body {
        padding: 5.334vw 0 7.467vw;
        max-height: none;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .arrows {
        bottom: 0;
        width: 10.667vw;
        height: 10.667vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner {
        width: 91.734vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close {
        width: 30px;
        height: 30px;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close::before {
        transform: translate(11px, 4px) rotate(45deg);
        width: 30px;
        height: 3px;
        border-radius: 3px;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__body__inner .toggle__body__close::after {
        transform: translate(0, 4px) rotate(-45deg);
        width: 30px;
        height: 3px;
        border-radius: 3px;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .toggle__list__visual {
        margin-top: 2.667vw;
        padding-bottom: 3.2vw;
        /* max-height: 38.934vw; */
        max-height: 65vh;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname {
        padding-left: 9.067vw;
        font-size: 4vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname:not(:first-child) {
        margin-top: 8.534vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.cook::before {
        width: 7.467vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.scene::before {
        width: 7.467vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body .listname.ingredients::before {
        width: 7.467vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul {
        gap: 2.134vw;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul li {
        width: 48.838%;
    }
    .l-recipe-search div:not([class]) .p-recipe-search__list li .accordion .toggle__body ul li a {
        height: 9.334vw;
        font-size: 3.2vw;
        line-height: 2.917;
    }
}


.l-recipe-banner {
    padding-top: 80px;
}
.l-recipe-banner div:not([class]) {
    padding-inline: 50px;
}
@media screen and (max-width: 992px) {
    .l-recipe-banner {
        padding-top: 8.065vw;
    }
    .l-recipe-banner div:not([class]) {
        padding-inline: 5.041vw;
    }
}
@media screen and (max-width: 767px) {
    .l-recipe-banner {
        padding-top: 13.867vw;
    }
    .l-recipe-banner div:not([class]) {
        margin: 0 auto;
        padding-inline: 0;
        width: 91.734vw;
    }
}



/* -----------------------------------------
　recipe-movie.html
------------------------------------------*/

.l-recipe-movie {
    padding: 90px 0 160px;
}
.l-recipe-movie .p-recipe-movie__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px 0;
}
.l-recipe-movie .p-recipe-movie__list::after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.l-recipe-movie .p-recipe-movie__list li {
    width: 30%;
}
.l-recipe-movie .p-recipe-movie__list li a figure {
    margin-bottom: 16px;
    aspect-ratio: 270/180;
    border-radius: 8px;
    overflow: hidden;
}
.l-recipe-movie .p-recipe-movie__list li a figure img {
    width: 100%;
}
.l-recipe-movie .p-recipe-movie__list li a p {
    font-size: 14px;
    line-height: 1.571;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.l-recipe-movie .p-recipe-movie__pager {
    margin-top: 54px;
}
.l-recipe-movie .p-recipe-movie__btn {
    margin-top: 20px;
    width: 200px;
}
@media screen and (max-width: 992px) {
    .l-recipe-movie {
        padding: 9.073vw 0 16.03vw;
    }
    .l-recipe-movie .p-recipe-movie__list {
        gap: 4.839vw 0;
    }
    .l-recipe-movie .p-recipe-movie__list li a figure {
        margin-bottom: 1.613vw;
    }
    .l-recipe-movie .p-recipe-movie__list li a p {
        font-size: 1.412vw;
    }
    .l-recipe-movie .p-recipe-movie__pager {
        margin-top: 5.444vw;
    }
    .l-recipe-movie .p-recipe-movie__btn {
        margin-top: 2.017vw;
        width: 20.162vw;
    }
}
@media screen and (max-width: 767px) {
    .l-recipe-movie {
        padding: 12vw 0 18.667vw;
    }
    .l-recipe-movie .p-recipe-movie__list {
        gap: 6.667vw 0;
        margin: 0 auto;
        width: 91.734vw;
    }
    .l-recipe-movie .p-recipe-movie__list::after {
        width: 47.966%;
    }
    .l-recipe-movie .p-recipe-movie__list li {
        width: 47.966%;
    }
    .l-recipe-movie .p-recipe-movie__list li a figure {
        margin-bottom: 2.134vw;
        aspect-ratio: 165/110;
        border-radius: 0.8vw;
    }
    .l-recipe-movie .p-recipe-movie__list li a p {
        font-size: 3.2vw;
        -webkit-line-clamp: 5;
    }
    .l-recipe-movie .p-recipe-movie__pager {
        margin-top: 11.734vw;
    }
    .l-recipe-movie .p-recipe-movie__btn {
        margin-top: 6.4vw;
        width: 45.334vw;
    }
}



/* -----------------------------------------
　recipe-category.html
------------------------------------------*/

.l-recipe-category {
    padding: 90px 0 160px;
}
.l-recipe-category .p-recipe-category__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px 0;
}
.l-recipe-category .p-recipe-category__list::after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.l-recipe-category .p-recipe-category__list li {
    width: 30%;
}
.l-recipe-category .p-recipe-category__list li a figure {
    margin-bottom: 16px;
    aspect-ratio: 270/180;
    border-radius: 8px;
    overflow: hidden;
}
.l-recipe-category .p-recipe-category__list li a figure img {
    width: 100%;
}
.l-recipe-category .p-recipe-category__list li a p {
    font-size: 14px;
    line-height: 1.571;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.l-recipe-category .p-recipe-category__pager {
    margin-top: 54px;
}
.l-recipe-category .p-recipe-category__btn {
    margin-top: 20px;
    width: 200px;
}
@media screen and (max-width: 992px) {
    .l-recipe-category {
        padding: 9.073vw 0 16.03vw;
    }
    .l-recipe-category .p-recipe-category__list {
        gap: 4.839vw 0;
    }
    .l-recipe-category .p-recipe-category__list li a figure {
        margin-bottom: 1.613vw;
    }
    .l-recipe-category .p-recipe-category__list li a p {
        font-size: 1.412vw;
    }
    .l-recipe-category .p-recipe-category__pager {
        margin-top: 5.444vw;
    }
    .l-recipe-category .p-recipe-category__btn {
        margin-top: 2.017vw;
        width: 20.162vw;
    }
}
@media screen and (max-width: 767px) {
    .l-recipe-category {
        padding: 12vw 0 18.667vw;
    }
    .l-recipe-category .p-recipe-category__list {
        gap: 6.4vw 0;
        margin: 0 auto;
        width: 91.734vw;
    }
    .l-recipe-category .p-recipe-category__list::after {
        width: 47.966%;
    }
    .l-recipe-category .p-recipe-category__list li {
        width: 47.966%;
    }
    .l-recipe-category .p-recipe-category__list li a figure {
        margin-bottom: 2.134vw;
        aspect-ratio: 165/110;
        border-radius: 0.8vw;
    }
    .l-recipe-category .p-recipe-category__list li a p {
        font-size: 3.2vw;
        -webkit-line-clamp: 5;
    }
    .l-recipe-category .p-recipe-category__pager {
        margin-top: 11.734vw;
    }
    .l-recipe-category .p-recipe-category__btn {
        margin-top: 6.4vw;
        width: 45.334vw;
    }
}


/* -----------------------------------------
　recipe-detail.html
------------------------------------------*/

.l-recipe-detail {
    padding: 90px 0 160px;
    background: rgb(var(--color-fffbea));
}
.l-recipe-detail .p-recipe-detail-content {
    padding-block: 0 120px;
    background: rgb(var(--color-ffffff));
    border-radius: 16px;
}
.l-recipe-detail .p-recipe-detail__head {
    position: relative;
    padding-block: 50px 42px;
    background: rgb(var(--color-ff5f3a));
    border-radius: 16px 16px 0 0;
    z-index: 0;
}
.l-recipe-detail .p-recipe-detail__head .heading {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail__title {
    font-size: 24px;
    line-height: 1.459;
    color: rgb(var(--color-ffffff));
    order: 1;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 0;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .tags {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour {
    display: inline-block;
    margin-inline: 0 auto;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour img {
    width: 100%;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-pickup {
    width: 116px;
    height: 42px;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-hour {
    width: 90px;
    height: 42px;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-week {
    width: 156px;
    height: 42px;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-prep {
    width: 128px;
    height: 42px;
}
.l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__time {
    display: inline-block;
    margin-inline: auto 0;
    padding: 4px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(var(--color-000000));
    background: rgb(var(--color-ffffff));
    border-radius: 50vh;
}
.l-recipe-detail .p-recipe-detail__image {
    margin: 40px auto 0;
    width: 600px;
    aspect-ratio: 600/400;
    background: #333333;
}
.l-recipe-detail .p-recipe-detail-data {
    margin-top: 72px;
}
.l-recipe-detail .p-recipe-detail-data .p-recipe-detail-data__title {
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 1.3;
    color: rgb(var(--color-ff5f3a));
    border-bottom: 1px solid rgb(var(--color-ff5f3a));
}
.l-recipe-detail .p-recipe-detail-data .p-recipe-detail-data__list {
    margin-top: 48px;
}
.l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table {
    width: 100%;
}
.l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr {
    display: flex;
    justify-content: space-between;
    gap: 0 1em;
    padding: 14px 50px 18px;
}
.l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr:nth-child(odd) {
    background: rgb(var(--color-f9f9f8));
}
.l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr td:first-of-type {
    width: 60%;
    font-size: 16px;
    line-height: 1.5;
}
.l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr td:last-of-type {
    width: 40%;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
}
.l-recipe-detail .p-recipe-detail-make {
    margin-top: 72px;
}
.l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__title {
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 1.3;
    color: rgb(var(--color-ff5f3a));
    border-bottom: 1px solid rgb(var(--color-ff5f3a));
}
.l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list {
    margin-top: 32px;
}
.l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li {
    position: relative;
    margin-top: 24px;
    padding: 5px 0 5px 60px;
    font-size: 16px;
    line-height: 1.875;
    counter-increment: makeCount decimal;
}
.l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li:first-child {
    margin-top: 0;
}
.l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li::before {
    content: counter(makeCount);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-outfit);
    color: rgb(var(--color-ffffff));
    background: rgb(var(--color-898173));
    border-radius: 50vh;
}
.l-recipe-detail .p-recipe-detail__btn {
    margin-top: 50px;
    width: 200px;
}
@media screen and (max-width: 992px) {
    .l-recipe-detail {
        padding: 9.073vw 0 16.13vw;
        border-radius: 0 0 1.613vw 1.613vw;
    }
    .l-recipe-detail .p-recipe-detail-content {
        padding-block: 0 12.097vw;
        border-radius: 1.613vw;
    }
    .l-recipe-detail .p-recipe-detail__head {
        padding-block: 5.041vw 4.234vw;
        border-radius: 1.613vw 1.613vw 0 0;
    }
    .l-recipe-detail .p-recipe-detail__head .heading {
        gap: 2.017vw 0;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail__title {
        font-size: 2.42vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .tags {
        gap: 0 1.21vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-pickup {
        width: 11.694vw;
        height: 4.234vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-hour {
        width: 9.073vw;
        height: 4.234vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-week {
        width: 15.726vw;
        height: 4.234vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-prep {
        width: 12.904vw;
        height: 4.234vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__time {
        padding: 0.404vw 2.017vw;
        font-size: 1.613vw;
    }
    .l-recipe-detail .p-recipe-detail__image {
        margin: 4.033vw auto 0;
        width: 60.484vw;
    }
    .l-recipe-detail .p-recipe-detail-data {
        margin-top: 7.259vw;
    }
    .l-recipe-detail .p-recipe-detail-data .p-recipe-detail-data__title {
        padding-bottom: 1.613vw;
        font-size: 2.017vw;
        border-bottom: 0.101vw solid rgb(var(--color-ff5f3a));
    }
    .l-recipe-detail .p-recipe-detail-data .p-recipe-detail-data__list {
        margin-top: 4.839vw;
    }
    .l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr {
        padding: 1.412vw 5.041vw 1.815vw;
    }
    .l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr td:first-of-type {
        font-size: 1.613vw;
    }
    .l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr td:last-of-type {
        font-size: 1.613vw;
    }
    .l-recipe-detail .p-recipe-detail-make {
        margin-top: 7.259vw;
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__title {
        padding-bottom: 1.613vw;
        font-size: 2.017vw;
        border-bottom: 0.101vw solid rgb(var(--color-ff5f3a));
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list {
        margin-top: 3.226vw;
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li {
        margin-top: 2.42vw;
        padding: 0.505vw 0 0.505vw 6.049vw;
        font-size: 1.613vw;
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li::before {
        width: 4.033vw;
        height: 4.033vw;
        font-size: 1.613vw;
    }
    .l-recipe-detail .p-recipe-detail__btn {
        margin-top: 5.041vw;
        width: 20.162vw;
    }
}
@media screen and (max-width: 767px) {
    .l-recipe-detail {
        padding: 0 0 18.667vw;
        background: rgb(var(--color-ffffff));
    }
    .l-recipe-detail .p-recipe-detail-content {
        padding-block: 0 0;
        border-radius: 0;
    }
    .l-recipe-detail .c-container-lg {
        max-width: 100%;
    }
    .l-recipe-detail .p-recipe-detail__head {
        position: relative;
        padding-block: 9.6vw 8.8vw;
        border-radius: 0;
    }
    .l-recipe-detail .p-recipe-detail__head::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 100%;
        background: rgb(var(--color-ff5f3a));
        z-index: -1;
    }
    .l-recipe-detail .p-recipe-detail__head .heading {
        gap: 4.8vw 0;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail__title {
        font-size: 3.734vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .tags {
        flex-wrap: wrap;
        gap: 2.134vw;
        max-width: 60%;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour img {
        height: 100%;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-hour {
        width: 17.6vw;
        height: 8.534vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-week {
        width: 32vw;
        height: 8.534vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-prep {
        width: 26.4vw;
        height: 8.534vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__hour.tag-pick {
        width: 22.4vw;
        height: 8.534vw;
    }
    .l-recipe-detail .p-recipe-detail__head .p-recipe-detail-mark .p-recipe-detail-mark__time {
        margin-inline: auto 0;
        padding: 0.534vw 2.667vw;
        font-size: 3.2vw;
    }
    .l-recipe-detail .p-recipe-detail__image {
        margin: 6.4w auto 0;
        width: 88vw;
        aspect-ratio: 330/220;
    }
    .l-recipe-detail .p-recipe-detail-data {
        margin: 12.8vw auto 0;
        width: 100%;
    }
    .l-recipe-detail .p-recipe-detail-data .p-recipe-detail-data__title {
        padding-bottom: 2.667vw;
        font-size: 4.267vw;
        border-bottom: 0.267vw solid rgb(var(--color-ff5f3a));
    }
    .l-recipe-detail .p-recipe-detail-data .p-recipe-detail-data__list {
        margin-top: 4.8vw;
    }
    .l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr {
        gap: 0;
        padding: 3.2vw;
    }
    .l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr td:first-of-type {
        width: 16em;
        font-size: 3.2vw;
    }
    .l-recipe-detail .p-recipe-detail-data .p_recipe_detail_data__table tr td:last-of-type {
        width: 9em;
        font-size: 3.2vw;
    }
    .l-recipe-detail .p-recipe-detail-make {
        margin: 12.8vw auto 0;
        width: 100%;
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__title {
        padding-bottom: 2.667vw;
        font-size: 4.267vw;
        border-bottom: 0.267vw solid rgb(var(--color-ff5f3a));
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list {
        margin-top: 5.334vw;
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li {
        margin-top: 5.334vw;
        padding: 1.334vw 0 1.334vw 10.667vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li:first-child {
        margin-top: 0;
    }
    .l-recipe-detail .p-recipe-detail-make .p-recipe-detail-make__list li::before {
        width: 7.467vw;
        height: 7.467vw;
        font-size: 3.2vw;
    }
    .l-recipe-detail .p-recipe-detail__btn {
        margin-top: 6.4vw;
        width: 45.334vw;
    }
}



/* 20240601 ADD */
.mv h1 {
    text-align: center;
}
.p-recipe-top-history .p-recipe-banner__bnr {
    padding-top: 80px;
}
@media screen and (max-width: 992px) {
    .p-recipe-top-history .p-recipe-banner__bnr {
        padding-top: 8.065vw;
    }
}
@media screen and (max-width: 767px) {
    .p-recipe-top-history .p-recipe-banner__bnr {
        padding-top: 10.667vw;
    }
}