@charset "utf-8";

/* ARCHIVE */
.recipe-archive-section,
.recipe-single-section{
    background: none;
    background-size: 100%;
}
.recipe-archive-section__ttl{
    text-align: center;
    margin: 0 calc(-1 * (75 * var(--px1)));
    margin-top: calc(-1 * (50 * var(--px1)));
    position: relative;
    z-index: 1;
}
.recipe-archive-section__ttl img{
    width: calc(100% + 42px);
    max-width: calc(100% + 42px);
    margin: 0 auto;
}
.recipe-archive-section__text{
    text-align: center;
    line-height: 2;
    color: #fff;
    margin-top: -4vw;
    position: relative;
    z-index: 1;
    font-size: 0.9375vw;
}
.recipe-archive-section__pickup{
    margin-top: 3.6vw;
}
.recipe-archive-section__pickup-label{
    height: 3.2vw;
    background: url(img/label-bg.webp) no-repeat center center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
    font-size: 1.354vw;
    font-family: var(--font-zenantique);
    margin: 0 0 50px;
}
.recipe-archive-section__pickup-slider-wrap{
    margin: 0 calc(-1 * (75 * var(--px1)));
}
.recipe-archive-section__pickup-slider .slick-track{
    padding-top: 20px;
}
.recipe-archive-section__pickup-slider__item a{
    display: block;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 992px) {
    .recipe-archive-section__pickup-slider__item a:hover .recipe-archive-section__pickup-slider__item-thumb__inner img{
        transform: scale(1.1);
    }
}
.recipe-archive-section__pickup-slider__item{
    width: 15.6vw;
    margin: 0 10px;
    transition: .3s;
}
.recipe-archive-section__pickup-slider__item.slick-current{
    transform: translateY(-20px);
}
.recipe-archive-section__pickup-slider__item-thumb__inner{
    position: relative;
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.recipe-archive-section__pickup-slider__item-thumb__inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.recipe-archive-section__pickup-slider__item-name{
    color: #fff;
    font-size: 1.145vw;
    text-align: center;
    font-family: var(--font-zenantique);
    margin: 15px 0 0;
    line-height: 1.6;
}
.recipe-archive-section__pickup-slider .slick-dots{
    line-height: 1;
    position: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    gap: 0 5px;
}
.recipe-archive-section__pickup-slider .slick-dots li,
.recipe-archive-section__pickup-slider .slick-dots button,
.recipe-archive-section__pickup-slider .slick-dots button::before{
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.recipe-archive-section__pickup-slider .slick-dots button::before{
    content: "";
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    transition: .3s;
}
.recipe-archive-section__pickup-slider .slick-dots .slick-active button::before{
    opacity: 1;
    background-color: #fff;
}
#filter{
    display: block;
    padding-top: 100px;
    margin-top: -40px;
}
.recipe-archive-section__filter{
    background-color: #fff;
    border-radius: 10px;
}
.recipe-archive-section__filter-tab ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-bottom: 1px dashed #DCDCDC;
    padding: 0;
    margin: 0;
}
.recipe-archive-section__filter-tab ul li + li{
    border-left: 1px dashed #DCDCDC;
}
.recipe-archive-section__filter-tab ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-weight: bold;
    gap: 10px;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: .3s;
}
.recipe-archive-section__filter-tab ul li::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
}
.recipe-archive-section__filter-tab ul li.active{
    color: #D42F35;
    pointer-events: none;
}
.recipe-archive-section__filter-tab ul li.active::before{
    opacity: 1;
}
.recipe-archive-section__filter-tab ul li span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1A1A1C;
    position: relative;
    bottom: -1px;
    transition: .3s;
}
.recipe-archive-section__filter-tab ul li.active span{
    background-color: #D42F35;
}
.recipe-archive-section__filter-tab ul li span::before,
.recipe-archive-section__filter-tab ul li span::after{
    content: "";
    width: 40%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
}
.recipe-archive-section__filter-tab ul li span::after{
    transform: translate(-50%,-50%) rotate(-90deg);
}
.recipe-archive-section__filter-tab ul li.active span::after{
    transform: translate(-50%,-50%) rotate(0);
}
.recipe-archive-section__filter-cont{
    padding: 15px 20px 0;
}
.recipe-archive-section__filter-cont ul{
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.recipe-archive-section__filter-cont ul li input{
    display: none;
}
.recipe-archive-section__filter-cont ul li label{
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #D6D6D6;
    padding: 1px 12px;
    line-height: 1;
    transition: .3s;
    cursor: pointer;
}
.recipe-archive-section__filter-cont ul li input:checked + label{
    background-color: #1A1A1C;
    color: #fff;
    border-color: #1A1A1C;
}
.recipe-archive-section__filter-btn{
    padding: 15px 20px;
    text-align: center;
}
.recipe-archive-section__filter-btn input{
    background-color: var(--color-blue);
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--color-blue);
    border-radius: 30px;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
}
@media screen and (min-width: 992px) {
    .recipe-archive-section__filter-btn input:hover{
        background-color: #fff;
        color: var(--color-blue);
    }
}
.recipe-archive-section__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    padding-top: 60px;
}
.recipe-archive-section__list-item a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.recipe-archive-section__list-item__thumb{
    position: relative;
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.recipe-archive-section__list-item__thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
@media screen and (min-width: 992px) {
    .recipe-archive-section__list-item a:hover .recipe-archive-section__list-item__thumb img{
        transform: scale(1.1);
    }
}
.recipe-archive-section__list-item__name{
    margin: 10px 0;
    font-size: 0.9375vw;
    line-height: 1.6;
    font-weight: bold;
}
.recipe-archive-section__list-item__tag{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.recipe-archive-section__list-item__tag li{
    color: #fff;
    list-style: none;
    font-size: 12px;
    border: 1px solid #fff;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 15px;
}


/* SINGLE */
.recipe-single-section__thumb{
    margin: -9vw calc(-1 * (75 * var(--px1))) 0;
}
.recipe-single-section__thumb img{
    width: 100%;
}
.recipe-single-section__header{
    color: #fff;
    margin-top: 50px;
}
.recipe-single-section__header-title{
    font-size: 1.25vw !important;
    font-weight: bold;
    line-height: 1.6;
    text-align: left !important;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DCDCDC;
    color: #fff !important;
}
.recipe-single-section__header-desc{
    font-size: 0.9375vw;
}
.recipe-single-section__header-desc > *:last-child{
    margin: 0;
}
.recipe-single-section__header-meta{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 20px 0;
}
.recipe-single-section__header-meta dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.recipe-single-section__header-meta dl dt{
    background-color: #fff;
    color: var(--color-blue);
    font-weight: bold;
    width: 120px;
    text-align: center;
    border-radius: 20px;
}
.recipe-single-section__header-meta dl dt,
.recipe-single-section__header-meta dl dd{
    margin: 0;
}
.recipe-single-section__header-tag{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.recipe-single-section__header-tag li{
    color: #fff;
    list-style: none;
    font-size: 12px;
    border: 1px solid #fff;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 15px;   
}
.recipe-single-section__material{
    border-radius: 20px;
    background-color: #fff;
    border: 3px solid #DFC55C;
    margin-top: 75px;
    position: relative;
    padding: 2.8vw 3.125vw 2.6vw;
}
.recipe-single-section__material-title{
    position: absolute;
    background-color: #DFC55C;
    width: max-content;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 0;
    left: 50%;
    z-index: 1;
    margin: 0;
    color: var(--color-blue);
    font-size: 0.9375vw;
    padding: 8px 50px;
    border-radius: 25px;
}
.recipe-single-section__material dl{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    justify-content: space-between;
    border-top: 1px dashed #DCDCDC;
    padding: 1.04vw 0;
}
.recipe-single-section__material dl:last-child{
    border-bottom: 1px dashed #DCDCDC;
}
.recipe-single-section__material dl dt,
.recipe-single-section__material dl dd{
    margin: 0;
    font-size: 0.9375vw;
}
.recipe-single-section__material dl dt a{
    text-decoration: underline;
    color: #1A1A1C;
}
.recipe-single-section__material dl dd{
    white-space: nowrap;
}
.recipe-single-section__make{
    margin-top: 50px;
}
.recipe-single-section__make-title{
    height: 3.2vw;
    background: url(img/label-bg.webp) no-repeat center center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
    font-size: 1.354vw;
    font-family: var(--font-zenantique);
    margin: 0 0 20px;
}
.recipe-single-section__make-list{
    counter-reset: step;
    padding: 0;
    margin: 0;
}
.recipe-single-section__make-list li{
    position: relative;
    list-style: none;
    font-size: 0.9375vw;
    color: #fff;
    min-height: 2.08vw;
    padding: 1.2vw 0 1.2vw 3vw;
    border-bottom: 1px dashed #DCDCDC;
}
.recipe-single-section__make-list li::before{
    content: counter(step);
    counter-increment: step;
    position: absolute;
    left: 0;
    top: 1vw;
    width: 2.08vw;
    height: 2.08vw;
    background-color: #D42F35;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0;
    font-size: 1.04vw;
}
.recipe-single-section__product{
    background-color: #fff;
    border: 3px solid #DFC55C;
    border-radius: 20px;
    margin-top: 50px;
    padding: 34px 2.6vw 2.6vw 2.6vw;
    position: relative;
}
.recipe-single-section__product-crab{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 0;
    left: 50%;
}
.recipe-single-section__product-title{
    color: #D42F35;
    font-size: 1.1458vw;
    text-align: center;
    font-family: var(--font-zenantique);
    margin: 0;
}
.recipe-single-section__product-title::after{
    content: "";
    width: 86px;
    height: 9px;
    background: url(img/line01.svg) no-repeat center center / contain;
    display: block;
    margin: 20px auto;
}
.recipe-single-section__product-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.recipe-single-section__product-grid__img{
    padding-right: 20px;
}
.recipe-single-section__product-grid__img img{
    width: 100%;
    border-radius: 10px;
}
.recipe-single-section__product-grid__box-name{
    margin: 0 0 10px;
    font-size: 0.9375vw;
    font-weight: bold;
    line-height: 1.6;
}
.recipe-single-section__product-grid__box-text{
    font-size: 0.83vw;
    line-height: 1.6;
    margin: 0;
}
.recipe-single-section__other{
    margin-top: 80px;
}
.recipe-single-section__other-title{
    font-size: 1.1458vw;
    font-family: var(--font-zenantique);
    margin: 0;
    padding-left: 4.5vw;
    color: #fff;
    height: 2.239vw;
    margin-bottom: 35px;
    background: url(img/line02.svg) no-repeat left bottom / contain;
}
.recipe-single-section__other-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.recipe-single-section__other-list__item a{
    display: block;
    color: #fff;
    text-decoration: none;
}
.recipe-single-section__other-list__item-thumb__inner{
    position: relative;
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.recipe-single-section__other-list__item-thumb__inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
@media screen and (min-width: 992px) {
    .recipe-single-section__other-list__item a:hover .recipe-single-section__other-list__item-thumb__inner img{
        transform: scale(1.1);
    }
}
.recipe-single-section__other-list__item-name{
    margin: 0;
    padding: 0;
}
.recipe-single-section__back{
    margin-top: 60px;
}
.recipe-single-section__back a{
    width: 100%;
    display: block;
    max-width: 330px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 8px 0;
    font-size: 1.1458vw;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    margin: 0 auto;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .recipe-single-section__back a:hover{
        background-color: #fff;
        color: var(--color-blue);
    }
}
.recipe-single-section__product-grid__box-link{
    text-align: center;
}
.recipe-single-section__product-grid__box-link a{
    display: inline-block;
    border: 1px solid #1A1A1C;
    background-color: #1A1A1C;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: 6px 24px;
    text-decoration: none;
    transition: .3s;
}
@media screen and (min-width: 992px) {
    .recipe-single-section__product-grid__box-link a:hover{
        background-color: #fff;
        color: #1A1A1C;
    }
}
.recipe-single-section__make-list__text > *:first-child{
    margin-top: 0;
}
.recipe-single-section__make-list__text > *:last-child{
    margin-bottom: 0;
}


/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    margin: 0;
    border: none !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    letter-spacing: -0.04em;
    transition: all 0.3s;
    border-radius: 50%;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
    background-color: #D42F35;
    color: #fff;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    background-color: #D42F35;
    color: #fff;
    opacity: 1;
}
.wp-pagenavi a.previouspostslink{
    margin-right: 6px;
}
.wp-pagenavi a.nextpostslink{
    margin-left: 6px;
}
/* .wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before{
    content: "";
    width: 19px;
    height: 17px;
    display: block;
    background: url(img/arrow.svg) no-repeat center center / contain;
    -webkit-filter: brightness(0) grayscale(100%) invert(1);
    -moz-filter: brightness(0) grayscale(100%) invert(1);
    -o-filter: brightness(0) grayscale(100%) invert(1);
    -ms-filter: brightness(0) grayscale(100%) invert(1);
    filter: brightness(0) grayscale(100%) invert(1);
}
.wp-pagenavi a.previouspostslink::before{
    transform: scaleX(-1);
} */

.recipe-archive,
.recipe-single{
    position: relative;
    z-index: 0;
}
.recipe-archive__bg,
.recipe-single__bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1);
    border-radius: 100vh;
    overflow: clip;
}
.recipe-archive__bg img,
.recipe-single__bg img{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


@media screen and (max-width: 991px) {
    .recipe-archive-section__list{
        grid-template-columns: repeat(1,1fr);
    }
    .recipe-single-section__other-list{
        gap: 10px;
    }
}


@media screen and (max-width: 767px) {
    .designedpage{
        overflow: clip;
    }
    .main-ovalsection{
        padding-top: 50px;
    }
    .recipe-archive__bg, .recipe-single__bg{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


    /* ARCHIVE */
    .recipe-archive-section__ttl{
        margin-top: 0;
        overflow: hidden;
    }
    .recipe-archive-section__ttl img{
        width: 95%;
        max-width: 100%;
        transform: translateX(3%);
    }
    .recipe-archive-section__text{
        font-size: 14px;
        text-align: left;
        margin-bottom: 40px;
    }
    .recipe-archive-section__text br{
        display: none;
    }
    .recipe-archive-section__pickup-label,
    .recipe-single-section__make-title{
        font-size: 4vw;
        height: 9vw;
    }
    .recipe-archive-section__pickup-slider__item{
        width: 160px;
    }
    .recipe-archive-section__pickup-slider__item-name{
        font-size: 13px;
        margin-top: 10px;
        line-height: 1.4;
    }
    .recipe-archive-section__filter-tab ul li{
        font-size: 11px;
        gap: 5px;
        height: 45px;
    }
    .recipe-archive-section__filter-tab ul li span{
        width: 16px;
        height: 16px;
    }
    .recipe-archive-section__filter-tab ul li span::before,
    .recipe-archive-section__filter-tab ul li span::after{
        height: 1px;
    }
    .recipe-archive-section__filter-cont ul li label{
        font-size: 12px;
    }
    .recipe-archive-section__filter-btn input{
        font-size: 12px;
        padding: 4px 20px;
    }
    .recipe-archive-section__list{
        grid-template-columns: repeat(2,1fr);
        gap: 20px 14px;
    }
    .recipe-archive-section__list-item__name{
        font-size: 12px;
        margin: 10px 0;
    }
    .recipe-archive-section__list-item__tag li{
        font-size: 10px;
        padding: 3px 8px;
    }
    .wp-pagenavi{
        margin-top: 50px;
    }
    .wp-pagenavi a, .wp-pagenavi span{
        width: 40px;
        height: 40px;
    }
    .recipe-single-section__thumb{
        margin: 0;
    }
    .recipe-single-section__thumb img{
        border-radius: 10px;
        vertical-align: bottom;
    }
    .recipe-single-section__header{
        margin-top: 40px;
    }
    .recipe-single-section__header-title{
        font-size: 18px !important;
    }
    .recipe-single-section__header-desc{
        font-size: 14px;
    }
    .recipe-single-section__header-meta{
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
    }
    .recipe-single-section__material-title{
        font-size: 12px;
        padding: 4px 30px;
    }
    .recipe-single-section__material dl dt, .recipe-single-section__material dl dd{
        font-size: 12px;
    }
    .recipe-single-section__material{
        border-radius: 10px;
        border-width: 2px;
        padding: 30px 20px 20px;
        margin-top: 60px;
    }
    .recipe-single-section__make-list li{
        font-size: 14px;
        padding: 15px 0 15px 40px;
        min-height: 30px;
    }
    .recipe-single-section__make-list li::before{
        width: 26px;
        height: 26px;
        font-size: 12px;
        top: 15px;
    }
    .recipe-single-section__product-title{
        font-size: 16px;
    }
    .recipe-single-section__product-grid__box-name{
        font-size: 16px;
    }
    .recipe-single-section__product-grid__box-text{
        font-size: 13px;
    }
    .recipe-single-section__product-grid{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .recipe-single-section__product-grid__img{
        padding-right: 0;
        text-align: center;
    }
    .recipe-single-section__product-grid__box-link{
        margin-top: 15px;
    }
    .recipe-single-section__product-grid__box-link a{
        padding: 5px 0;
        display: block;
        text-align: center;
    }
    .recipe-single-section__other{
        margin-top: 60px;
    }
    .recipe-single-section__other-title{
        font-size: 16px;
        height: auto;
        padding-left: 50px;
        padding-bottom: 5px;
    }
    .recipe-single-section__other-list{
        grid-template-columns: repeat(2,1fr);
    }
    .recipe-single-section__other-list__item-name{
        font-size: 13px;
        line-height: 1.5;
        margin-top: 8px;
    }
    .recipe-single-section__back a{
        font-size: 14px;
    }
    .recipe-single-section__back{
        margin-top: 30px;
    }
    .recipe-archive-section__list{
        padding-top: 20px;
    }
}