/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Yuji+Mai&display=swap');
/************************************************************/
:root{
    --kinoko-color:#ffdb15;
    --thin-kinoko-color:#fdf1df;
    --thin-kinoko-color2:#dfdac1;
    --thin-kinoko-color3:#666;
    --thin-kinoko-color4:#383a5a;
    --thin-kinoko-color5:#f6f7fe;
    --thin-kinoko-color6:rgba(255, 229, 228, 0.4);
    --heading-color:#e96661;
    --brown-color:#d07200;
    --h2_p-color:#ffae00;
    --grey-color:#f5f5f5;
    --beige-color:#f8f6ef;
    --font-color:#5a341d;
    --noto-sans:"Noto Sans JP", sans-serif;
    --noto-serif:"Noto Serif JP", serif;
    --yuji-mai:"Yuji Mai", serif;
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-size:16px;
    font-family:var(--noto-sans);
    color:var(--font-color);
}
body a{
    font-family:var(--noto-sans);
    color:var(--font-color);
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:unset;
    width:auto;
    height: auto;
    max-width: 100%;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
.common-padding-tp-bt80{
    padding:80px 0;
}
@media(min-width:992px){
    .common-padding-tp-bt80{
        padding:40px;
    }
    .common-padding-box-frm{
        padding:40px 20px;
        border-radius:20px;
        background:#fff;
    }
}
@media(min-width:1200px){
    .common-padding-box-frm{
        padding:80px 40px;
    }
}
/*==========================================================*/
/* header       											*/
/*==========================================================*/
.site-header-wrap{
    position:fixed;
    height: var(--ptnB-sp-header-height);
    top:0;
    left:0;
    z-index:1950;
    background: var(--header-bk-color);
}
.site-header-inner{
    justify-content:flex-start;
}
.site-header-logo{
    height:100%;
    display:flex;
    align-items:center;
}
.site-header-logo a{
    display:grid;
    line-height:1;
    height:auto;
    grid-template-columns: auto;
    grid-template-rows:auto auto;
}
.site-header-logo a .mainttl{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    white-space:nowrap;
    grid-row:2/3;
    grid-column:1/2;
}
.site-header-logo a img{
    width:auto;
    width:40px;
    margin-right:10px;
}
.site-header-logo a .logo-ttl{
    font-size:20px;
}
.site-header-logo a .subttl{
    font-size:12px;
    line-height:1;
    grid-row:1/2;
    grid-column:1/2;
    font-weight:400;
    letter-spacing:0.1em;
    padding-left:50px;
}
.scrolled .ptnB .site-header-wrap{
    background:var(--thin-kinoko-color5);
}
@media(min-width:992px){
    .site-header-wrap{
        box-shadow:none;
        height: var(--ptnB-pc-header-height);
    }
}
/*==========================================================*/
/* mobilemenu      											*/
/*==========================================================*/
.mobile-navi-btn.right{
    width: 59px;
    height: 59px;
    top: 0;
    right: 0;
    background: var(--burger-bkcolor);
}
.mobile-navi-btn span{
    position: absolute;
    background:#333;
    height:2px;
    width:30px;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.mobile-navi-btn span:nth-child(1){
    top:34%;
}
.mobile-navi-btn span:nth-child(2){
    top:50%;
}
.mobile-navi-btn span:nth-child(3){
    top:66%;
}
.mobile-navi-btn.mobile-navi-open{
    background:var(--burger-bkcolor);
    box-shadow:none;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1){
    transform-origin: top center;
    top:50%;
    left:15px;
    transform: rotate(135deg) translate(0, -50%);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(2){
    opacity: 0;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(3){
    transform-origin: top center;
    left:15px;
    top:50%;
    transform: rotate(45deg) translate(0, -50%);
}
.site-mobile-menu>li>a, .site-mobile-menu>li>button.menu-trigger{
    font-family:var(--noto-sans);
    font-size:17px;
    letter-spacing:0.1em;
}
.site-mobile-nav>div{
    border-radius:10px;
}
/*==========================================================*/
/* globalmenu      											*/
/*==========================================================*/
.site-header-menu > li > a{
    font-weight:500;
    font-size:17px;
    letter-spacing:0.1em;
}
.header-search-area{
    display:none;
}
.header-share-area{
    position:absolute;
    top:50%;
    right:60px;
    translate:0 -50%;
}
@media(min-width:992px){
    .ptnB .container.site-header-container{
        grid-template-columns: 250px 1fr 310px;
        height:100%;
    }
    .ptnB .site-header-nav{
        grid-column: 2 / 3;
    }
    .site-header-menu > li > a{
        padding:0;
        min-width:80px;
        padding-left:20px;
        padding-right:20px;
        height:40px;
        border-radius:20px;
        display:flex;
        justify-content:center;
        align-items:center;
        background:#dca72d;
        color:#fff;
        margin-right:10px;
        font-weight:400;
        font-size:15px;
        transition:0.5s all;
        white-space:nowrap;
        letter-spacing: 0;
    }
    .site-header-menu > li > a::before{
        content:none;
    }
    .site-header-menu > li > a:hover{
        transform:scale(1.1);
    }
    .header-search-area{
        display:flex;
        grid-row: 1 / 2;
        grid-column: 3 / 4;
        align-items:center;
    }
    .header-search-area .header-recipe-search-form__keyword-wrap{
        width:190px;
    }
    .header-search-area .recipe-search-form .accordion-btn{
        width:100px;
        padding:0;
        margin:0;
        height:40px;
        min-height:unset;
        border-radius:20px;
        color:#fff;
        background:var(--thin-kinoko-color4);
        display:flex;
        justify-content: center;
        align-items: center;
        font-size:14px;
        font-weight:400;
        transition:all 0.5s;
        border:none;
    }
    .header-search-area .recipe-search-form .accordion-btn:hover{
        filter:brightness(1.1);
    }
    .header-search-area .recipe-search-form .accordion-btn::before, .header-search-area .recipe-search-form .accordion-btn::after{
        content:none;
    }
    .header-recipe-search-form__bar{
        display:flex;
        flex-flow:row nowrap;
        align-items:center;
        gap:10px;
    }
    .header-search-area .header-recipe-search-form__keyword-wrap{
        display:flex;
        flex-flow:row nowrap;
        align-items:center;
        border-radius:20px;
        overflow:hidden;
        border:solid 1px var(--heading-color);
    }
    .header-search-area .header-recipe-search-form__keyword-input{
        margin:0;
        width:140px;
        height:40px;
        font-size:14px;
        padding-left:20px;
    }
    .header-search-area .header-recipe-search-form__submit{
        width:50px;
        height:40px;
        border:none;
        background:var(--heading-color);
        color:#fff;
        transition:all 0.5s;
    }
    .header-search-area .header-recipe-search-form__submit:hover{
        filter:brightness(1.1);
    }
    .header-search-area .recipe-search-form .recipe-search-form__groups-wrap{
        width:100vw;
        position:fixed;
        top:60px;
        left:0;
        background:var(--beige-color);
        padding:20px 35px 20px 20px;
        margin-top:0;
    }
    .header-search-area .recipe-search-form .recipe-search-form__groups-wrap.is-open{
        margin-top:0;
    }
}
@media(min-width:1200px){
    .site-header-menu > li > a{
        font-size:16px;
        letter-spacing:0.1em;
    }
}
/*==========================================================*/
/* 空白対応   											     */
/*==========================================================*/
.siteContent{
    position:relative;
    overflow:hidden;
}
.siteContent::before{
    content:'';
    width:140%;
    height:140%;
    background: url('./img/logo_bk.svg') left top / 200px 200px repeat;
    position:absolute;
    top:-20%;
    left:-20%;
    z-index:1;
}
.siteContent::after{
    content:'';
    background:var(--thin-kinoko-color);
    opacity:0.96;
    width:140%;
    height:140%;
    position:absolute;
    top:-20%;
    left:-20%;
    z-index:2;
}
.siteContent .container{
    position:relative;
    z-index:3;
}
/*==========================================================*/
/* breadcrumb     											*/
/*==========================================================*/
.section.breadSection{
    background: var(--thin-kinoko-color);
    opacity:0.9;
}
/*==========================================================*/
/* pagination     											*/
/*==========================================================*/
.navigation.pagination{
    margin-top:40px;
}
/*==========================================================*/
/* topslide       											*/
/*==========================================================*/
.topslide-sec{
    padding:0;
}
.topslide-wrap{
    width:100%;
}
.tpslide-featured{
    width:100%;    
}
.tpslide-featured a{
    width:100%;
    display:block;
    position:relative;
    transition:all 0.5s;
    overflow:hidden;
}
.tpslide-featured a>img{
    width:100%;
    aspect-ratio:5/6;
    object-fit:cover;
    transition:all 0.5s;
}
.tpslide-featured a::before{
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.15);
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.tpslide-featured a::after{
    content:'';
    width:140px;
    height:80px;
    background:url(./img/closeup.png) center center / contain no-repeat;
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:3;
}
.tpslide-featured a:hover>img{
    transform:scale(1.1);
}
.tpslide-featured-wrap{
    width:100%;
    position:absolute;
    top:50%;
    left:0;
    translate:0 -50%;
    z-index:5;
}
.tpslide-logo{
    display:flex;
    width:100%;
    justify-content:center;
    padding-bottom:10px;
    position:relative;
    margin-bottom:20px;
}
.tpslide-logo::before{
    content:'';
    width:60px;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:50%;
    translate:-50% 0;
}
.tpslide-logo>div{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
}
.tpslide-logo>div>img{
    width:auto;
    height:30px;
    margin-right:10px;
}
.tpslide-logo>div>p{
    color:#fff;
    font-weight:700;
    font-size:18px;
}
.h2tp_ttl{
    color:#fff;
    text-align:center;
    font-weight:700;
    letter-spacing:0.1em;
    font-size:20px;
    margin:0;
    line-height:1.8;
}
.tpshare-btn-list{
    width:100%;
    display:flex;
    justify-content: flex-end;
    padding:10px 0;
}
.tpshare-btn-list .rishun-share__link{
    background:#fff;
    border:solid 1px #aaa;
    box-shadow:0 0 10px rgba(128,128,128,0.3);
}
@media(min-width:576px){
    .tpslide-featured a>img{
        aspect-ratio:1/1;
    }
}
@media(min-width:768px){
    .tpslide-featured a>img{
        aspect-ratio:4/3;
    }
    .tpslide-logo::before{
        width:120px;
    }
    .tpslide-logo>div>img{
        height:55px;
        margin-right:10px;
    }
    .tpslide-logo>div>p{
        font-size:24px;
    }
    .h2tp_ttl{
        font-size:32px;
    }
    .tpslide-featured a::after{
        width:180px;
    }
}
@media(min-width:992px){
    .topslide-sec{
        padding-top:40px;
        padding-bottom:40px;
    }
    .topslide-wrap{
        max-width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .tpslide-featured{
        padding:0 20px;
    }
    .tpslide-featured a{
        border-radius:10px;
        overflow:hidden;
    }
    .tpslide-featured a>img{
        aspect-ratio:2/1;
    }
    .tpshare-btn-list{
        padding-bottom:0;
    }
}
@media(min-width:1200px){
    .topslide-wrap{
        max-width:1140px;
    }
    .tpslide-featured a{
/*        max-width:1000px;*/
        margin-left:auto;
        margin-right:auto;
    }
    .tpslide-featured a>img{
        width:100%;
        height:500px;
        aspect-ratio:unset;
    }
}
@media(min-width:1400px){
    .topslide-wrap{
        max-width:1320px;
    }
}
/*==========================================================*/
/* kinoko search   											*/
/*==========================================================*/
.recipe-search-sec{
    background:var(--kinoko-color);
}
.recipe-search-wrap{
    width:100%;
    padding:40px 20px;
    border-radius:20px;
    background:#fff;
}
/* form */
.recipe-search-form__keyword-label{
    display:none;
}
input[type='text']{
    width:100%;
    height:60px;
    display:flex;
    align-items:center;
    padding-left:10px;
    border:none;
    outline:solid 1px #ccc;
}
input[type='text']::placeholder{
    color:#bbb;
    letter-spacing:0.1em;
}
.recipe-search-form__item{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    margin-bottom:10px;
}
input[type='checkbox']{
    width:25px;
    height:25px;
    margin-right:10px;
}
.recipe-search-form__keyword-input{
    margin-bottom:30px;
}
.recipe-search-hd{
    width:100%;
    border-bottom:dashed 1px var(--heading-color);
    margin-bottom:20px;
}
.tprecipeh2{
    color:var(--heading-color);
    font-size:24px;
    font-weight:700;
    width:100%;
    height:70px;
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    letter-spacing:0.1em;
    margin-bottom:20px;
}
.recipe-search-hd .tprecipeh2{
    margin-bottom:0;
}
.recipe-search-hd p{
    display:none;
}
.recipe-search-form__submit--keyword, .popup-btn{
    width:280px;
    height:60px;
    border-radius:30px;
    background:var(--heading-color);
    display:flex;
    justify-content: center;
    align-items:center;
    color:#fff;
    border:none;
    letter-spacing:0.1em;
    transition:all 0.5s;
}
.recipe-search-form__submit--keyword:hover{
    filter:brightness(1.2);
    transform:scale(1.05);
}
.popup-btn{
    background:var(--kinoko-color);
    margin-top:20px;
}
.popup-btn:hover{
    filter:brightness(1.2);
    transform:scale(1.1);
}
.recipe-search-form__group{
    margin-bottom:30px;
    padding-left:20px;
    padding-right:20px;
}
.recipe-search-form__group-title{
    font-size:20px;
    margin-bottom:20px;
    border-top:1px dashed #000;
    padding-top:20px;
}
.recipe-search-form__reset{
    color:#fff;
    background:var(--thin-kinoko-color3);
    border:none;
}
.recipe-search-form__submit--filter{
    color:#fff;
    background:var(--thin-kinoko-color4);
    border:none;
}

body.recipe-search-popup-open{
    overflow:hidden;
    position:relative;
    width:100vw;
    height:100vh;
}
body.recipe-search-popup-open::before{
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    position:absolute;
    top:0;
    left:0;
    z-index:3000;
}
.recipe-search-form .accordion-btn{
    display:none;
}
.recipe-search-form__actions button{
    transition:all 0.5s;
}
.recipe-search-form__actions button:hover{
    filter:brightness(1.1);
    transform:scale(1.05);
}
/* popup btn */
@media (max-width:767px){
    .recipe-search-form__actions{
        width:100%;
        padding:15px;
        display:flex;
        justify-content:space-between;
        flex-flow:row nowrap;
        background:var(--thin-kinoko-color2);
        position:absolute;
        bottom:0;
        left:0;
        z-index:10;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .recipe-search-form__actions button{
        width:48%;
        height:60px;
        border-radius:30px;
        border:none;
    }
    .recipe-search-form .popup-btn{
        display:inline-flex;
    }
    .recipe-search-form .close-btn{
        display:flex;
    }
    .recipe-search-form .accordion-btn{
        display:none;
    }
    .recipe-search-form .recipe-search-form__groups-wrap{
        display:none;
    }
    .recipe-search-form .recipe-search-form__groups-wrap.is-open{
        display:block;
        position:fixed;
        width:90vw;
        height:85vh;
        height:85dvh;
        -webkit-overflow-scrolling:touch;
        background:rgba(255,255,255,0.98);
        z-index:9999;
        top:50%;
        left:50%;
        translate:-50% -50%;
        border-radius:20px;
    }
    .recipe-search-form .recipe-search-form__groups-wrap.is-open .recipe-search-form__groups{
        height:calc(100% - 70px);
        overflow-y:auto;
        padding-bottom:90px;
    }
    .recipe-search-form_header{
        width:100%;
        height:70px;
        display:flex;
        flex-flow:row nowrap;
        position:sticky;
        top:0;
        left:0;
        z-index:10;
        justify-content:space-between;
        align-items:center;
        padding-left:20px;
        padding-right:10px;
        background:var(--brown-color);
        border-top-right-radius:20px;
        border-top-left-radius:20px;
    }
    .recipe-search-form_header h3{
        margin:0;
        font-size:20px;
        letter-spacing:0.1em;
        color:#fff;
    }
    .recipe-search-form_header h3 i{
        margin-right:10px;
    }
    .recipe-search-form .recipe-search-form__groups-wrap.is-open .close-btn{
        width:40px;
        height:40px;
        border-radius:50%;
        color:#fff;
        margin-left:auto;
        justify-content:center;
        align-items:center;
        font-size:20px;
    }
}
@media (min-width:768px){
    .tprecipeh2{
        font-size:32px;
    }
    .recipe-search-hd{
        padding-bottom:20px;
    }
    .recipe-search-hd .tprecipeh2{
        margin-bottom:30px;
    }
    .recipe-search-hd p{
        display:block;
        color:var(--heading-color);
        font-weight:700;
        letter-spacing:0.1em;
        font-size:20px;
    }
    .recipe-search-form__submit--keyword{
        margin-left:auto;
        margin-right:auto;
    }
    .recipe-search-form .popup-btn{
        display:none;
    }
    .recipe-search-form .close-btn{
        display:none;
    }
    .recipe-search-form .accordion-btn{
        display:flex;
        align-items:center;
        justify-content:flex-start;
        width:100%;
        min-height:56px;
        background:#fff;
        padding:1em 52px 1em 0;
        margin-top:12px;
        position:relative;
        cursor:pointer;
        letter-spacing:0.1em;
        border:none;
        font-weight:700;
        border-bottom:dotted 1px var(--heading-color);
        color:var(--heading-color);
        font-size:20px;
    }
    .recipe-search-form .accordion-btn::before,
    .recipe-search-form .accordion-btn::after{
        content:'';
        position:absolute;
        right:18px;
        top:50%;
        width:16px;
        height:2px;
        background:var(--heading-color);
        transform-origin:center;
        transition:transform .3s ease, opacity .3s ease;
    }
    .recipe-search-form .accordion-btn::before{
        transform:translateY(-50%);
    }
    .recipe-search-form .accordion-btn::after{
        transform:translateY(-50%) rotate(90deg);
    }
    .recipe-search-form .accordion-btn.is-open::before{
        transform:translateY(-50%) rotate(180deg);
    }
    .recipe-search-form .accordion-btn.is-open::after{
        transform:translateY(-50%) rotate(180deg);
        opacity:0;
    }
    .recipe-search-form .recipe-search-form__groups-wrap{
        display:block;
        --accordion-open-height:0px;
        max-height:0;
        overflow:hidden;
        opacity:0;
        margin-top:0;
        transition:max-height .35s ease, opacity .25s ease, margin-top .25s ease;
    }
    .recipe-search-form .recipe-search-form__groups-wrap.is-open{
        max-height:var(--accordion-open-height);
        opacity:1;
        margin-top:12px;
    }
    .recipe-search-form_header{
        display:none;
    }
    .recipe-search-form__group{
        display:flex;
        flex-flow:row nowrap;
        padding-bottom:20px;
        margin-bottom:20px;
        border-bottom:dotted 1px #000;
    }
    .recipe-search-form__group-title{
        width:200px;
        border-top:none;
        font-size:20px;
    }
    .recipe-search-form__group-items{
        padding-top:20px;
        width:calc(100% - 200px);
    }
    .recipe-search-form__group-items{
        width:100%;
        display:flex;
        flex-flow:row wrap;
    }
    .recipe-search-form__item{
        margin-right:20px;
    }
    .recipe-search-form__actions{
        width:100%;
        display:flex;
        justify-content:space-around;
        padding-top:10px;
        padding-bottom:10px;
    }
    .recipe-search-form__actions button{
        width:280px;
        height:60px;
        border-radius:30px;
        display:flex;
        justify-content: center;
        align-items:center;
        border:none;
        letter-spacing:0.1em;
    }
}
@media(min-width:1200px){
    .recipe-search-wrap{
        padding:40px;
    }
}
/*==========================================================*/
/* recipe ranking                                           */
/*==========================================================*/
.recipe-ranking-sec{
    position:relative;
}
.recipe-ranking-inner{
    width:100%;
}
.hd-style{
    width:fit-content;
    margin-bottom:40px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
.hd-style h2{
    display:table;
    white-space:nowrap;
    margin-left:auto;
    margin-right:auto;
    font-size:24px;
    font-weight:700;
    letter-spacing: 0.1em;
    margin-bottom:10px;
}
.hd-style p{
    display:table;
    white-space: nowrap;
    margin-left:auto;
    margin-right:auto;
    color:var(--h2_p-color);
    font-size:20px;
}
.hd-style p i{
    margin:0 5px;
}
.hd-style::before, .hd-style::after{
    content:'';
    width:1px;
    height:100%;
    background:var(--h2_p-color);
    position:absolute;
    bottom:0;
}
.hd-style::before{
    left:0;
    transform-origin:bottom right;
    transform:rotate(-30deg);
}
.hd-style::after{
    right:0;
    transform-origin:bottom left;
    transform:rotate(30deg);
}
.popular-ingradients-wrap{
    background:#fff;
    margin-bottom:40px;
    border-radius:20px;
    padding:20px;
}
.popular-ingradients-wrap h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}
.ul-popular_ingredients{
    display:flex;
    flex-flow:row wrap;
    margin:0;
    padding:0;
    list-style:none;
    gap:10px;
}
.ul-popular_ingredients li a{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    line-height:1;
    background:var(--thin-kinoko-color);
    height:35px;
    border-radius:18px;
    font-size:14px;
    transition:all 0.5s;
}
.ul-popular_ingredients li a:hover{
    background:var(--kinoko-color);
}
@media(min-width:768px){
    .hd-style h2{
        font-size:32px;
    }
}
@media(min-width:992px){
    .popular-ingradients-wrap h3{
        font-size:24px;
    }
    .popular-ingradients-wrap{
        background:rgb(253, 241, 223, 0.4);
    }
}
/*==========================================================*/
/* recipe ranking shortcode                                 */
/*==========================================================*/
.recipe-ranking-wrap{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.ul-recipe-ranking{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.ul-recipe-ranking li{
    margin:0;
    padding:0;
    width:100%;
    box-sizing:border-box;
}

.ul-recipe-ranking li > a{
    display:block;
    position:relative;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #ececec;
    box-shadow:0 6px 16px rgba(0,0,0,0.08);
    text-decoration:none;
    transition:all 0.5s;
}

.ul-recipe-ranking .pict{
    width:100%;
    background:#f5f5f5;
    overflow:hidden;
}

.ul-recipe-ranking .pict img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    display:block;
    transition:all 0.5s;
}

.ul-recipe-ranking li > a:hover .pict img{
    transform:scale(1.1);
    filter:brightness(1.1);
}

.ul-recipe-ranking .desc{
    padding:12px;
}

.ul-recipe-ranking .desc h3{
    font-size:16px;
    line-height:1.5;
    margin:0 0 10px;
    word-break:break-word;
}

.ul-recipe-ranking .box{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.ul-recipe-ranking .recipe_time,
.ul-recipe-ranking .recipe_calorie,
.ul-recipe-ranking .recipe_carbohydrate{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:2px 4px;
    font-size:13px;
    line-height:1.5;
}

.ul-recipe-ranking .num{
    font-weight:700;
}

.ul-recipe-ranking li > a::before{
    position:absolute;
    top:10px;
    left:10px;
    min-width:48px;
    height:26px;
    border-radius:4px 4px 0 0;
    padding:0 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
    line-height:1;
    z-index:3;
}

.ul-recipe-ranking li > a::after{
    content:'';
    position:absolute;
    top:36px;
    left:10px;
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid rgba(0,0,0,0.35);
    z-index:2;
}

/* rank badge */
.recipe-ranking-item-rank-1 > a::before{ content:'1位'; background:#d4af37; color:#fff; }
.recipe-ranking-item-rank-2 > a::before{ content:'2位'; background:#b6bcc7; color:#fff; }
.recipe-ranking-item-rank-3 > a::before{ content:'3位'; background:#b87333; color:#fff; }
.recipe-ranking-item-rank-4 > a::before{ content:'4位'; background:#cccccc; color:#000; }
.recipe-ranking-item-rank-5 > a::before{ content:'5位'; background:#d3d3d3; color:#000; }
.recipe-ranking-item-rank-6 > a::before{ content:'6位'; background:#dbdbdb; color:#000; }
.recipe-ranking-item-rank-7 > a::before{ content:'7位'; background:#e2e2e2; color:#000; }
.recipe-ranking-item-rank-8 > a::before{ content:'8位'; background:#e8e8e8; color:#000; }
.recipe-ranking-item-rank-9 > a::before{ content:'9位'; background:#ececec; color:#000; }
.recipe-ranking-item-rank-10 > a::before{ content:'10位'; background:#f0f0f0; color:#000; }

@media (min-width:768px){
    .recipe-ranking-wrap{
        gap:24px;
    }

    .ul-recipe-ranking{
        display:grid;
        gap:16px;
    }

    .ul-recipe-ranking li{
        width:auto;
    }

    .ul-recipe-ranking-top{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }

    .ul-recipe-ranking-lower{
        grid-template-columns:repeat(7, minmax(0, 1fr));
        gap:14px;
    }

    .ul-recipe-ranking li > a{
        height:100%;
        display:flex;
        flex-direction:column;
    }

    .ul-recipe-ranking-top li > a{
        box-shadow:0 8px 18px rgba(0,0,0,0.12);
    }

    .ul-recipe-ranking .desc{
        display:flex;
        flex-direction:column;
        flex:1 1 auto;
    }

    .ul-recipe-ranking .desc h3{
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        line-clamp:2;
        overflow:hidden;
        min-height:3em;
        font-size:15px;
    }

    .ul-recipe-ranking .box{
        margin-top:auto;
        gap:4px;
    }

    .ul-recipe-ranking-lower .desc{
        padding:10px 10px 12px;
    }

    .ul-recipe-ranking-lower .desc h3{
        font-size:13px;
        min-height:2.8em;
        margin-bottom:6px;
    }

    .ul-recipe-ranking-lower .recipe_time,
    .ul-recipe-ranking-lower .recipe_calorie,
    .ul-recipe-ranking-lower .recipe_carbohydrate{
        font-size:11px;
    }
}
/*==========================================================*/
/* recipe latest                                            */
/*==========================================================*/
.recipe-latest-sec{
    padding:80px 0;
    background:#fff;
}
.hd-style.bar-none::before, .hd-style.bar-none::after{
    content:none;
}
/*==========================================================*/
/* recipe latest shortcode                                  */
/*==========================================================*/
.ul-recipe-latest{
    padding:0;
    margin:0;
}
.ul-recipe-latest li{
    padding:0 10px;
}
.ul-recipe-latest li a{
    display:block;
    border-radius:10px;
    overflow:hidden;
}
.ul-recipe-latest li .pict{
    width:100%;
    overflow:hidden;
}
.ul-recipe-latest li .pict>img{
    width:100%;
    aspect-ratio:3/2;
    object-fit:cover;
    transition:all 0.5s;
}
.ul-recipe-latest li a:hover .pict>img{
    transform:scale(1.1);
}
.ul-recipe-latest li .desc{
    background:#fff;
    padding:10px;
    transition:all 0.5s;
}
.ul-recipe-latest li .desc h3{
    font-size:14px;
    margin-bottom:10px;
    min-height:60px;
}
.ul-recipe-latest li .desc .box{
    font-size:12px;
}
.ul-recipe-latest li a:hover .desc{
    opacity:0.8;
}
/* slick customize */
.ul-recipe-latest .slick-prev, .slick-next{
    width:60px;
    height:60px;
    transition:all 0.5s;
    z-index:30;
}
.ul-recipe-latest .slick-prev::before, .slick-next::before{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 7 Free";
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    color:var(--font-color);
    font-size:30px;
    transition:all 0.3s;
}
.ul-recipe-latest .slick-prev:before{
    content:"\f053";
}
.ul-recipe-latest .slick-next:before{
    content:"\f054";
}
.ul-recipe-latest .slick-prev:hover::before{
    transform:scale(1.1) rotate(10deg);
    filter:brightness(1.1);
}
.ul-recipe-latest .slick-next:hover::before{
    transform:scale(1.1) rotate(-10deg);
    filter:brightness(1.1);
}
.ul-recipe-latest .slick-prev{
    left:5px;
}
.ul-recipe-latest .slick-next{
    right:5px;
}
.ul-recipe-latest .slick-dots{
    bottom:-40px;
}
.ul-recipe-latest .slick-dots li button{
    width:30px;
    height:30px;
    padding:0;
    transition:all 0.5s;
}
.ul-recipe-latest .slick-dots li button:before{
    content:'\f111';
    width:35px;
    height:35px;
    font-size:18px;
    color:var(--h2_p-color);
    transition:all 0.5s;
    display:flex;
    justify-content:center;
    align-items:center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 7 Free";
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;

}
.ul-recipe-latest.slick-dotted.slick-slider{
    margin:0 0 80px 0;
}
.ul-recipe-latest .slick-list{
    padding-bottom:20px;
}
.viewmore-btn a{
    display:flex;
    width:280px;
    height:60px;
    border-radius:30px;
    justify-content: center;
    align-items: center;
    margin-left:auto;
    margin-right:auto;
    background:var(--heading-color);
    color:#fff;
    transition:all 0.5s;
    position:relative;
}
.viewmore-btn a i{
    position:absolute;
    top:50%;
    right:30px;
    translate:0 -50%;
    transition:right 0.5s;
}
.viewmore-btn a:hover{
    filter:brightness(1.1);
    transform: scale(1.05);
    color:#fff;
}
.viewmore-btn a:hover i{
    right:20px;
}
@media(min-width:768px){
    /* slick slider */
    .ul-recipe-latest .slick-prev{
        left:20px;
    }
    .ul-recipe-latest .slick-next{
        right:20px;
    }
    .ul-recipe-latest .slick-dots{
        bottom:-50px;
    }
    .ul-recipe-latest .slick-dots li{
        width:35px;
        height:35px;
    }
    .ul-recipe-latest li .desc h3{
        min-height:70px;
    }   
}
@media(min-width:992px){
    .ul-recipe-latest.slick-dotted.slick-slider{
        margin-bottom:100px;
    }
    .ul-recipe-latest .slick-dots{
        bottom:-60px;
    }
    .ul-recipe-latest .slick-dots li button:before{
        width:40px;
        height:40px;
        font-size:20px;
    }
    .ul-recipe-latest .slick-dots li{
        width:40px;
        height:40px;
    }
}
/*==========================================================*/
/* featured                                                 */
/*==========================================================*/
.featured-single-sec{
    background:rgba(255,255,255,0.6);
}
.recipe-featured-sec{
    position:relative;
}
.recipe-featured-wrap{
    width:100%;
}
.ul-recipe-featured{
    padding:0;
    margin:0 0 40px 0;
    display:flex;
    flex-flow:row wrap;
    gap:30px;
    list-style:none;
}
.ul-recipe-featured li{
    width:100%;
}
.ul-recipe-featured li a{
    display:block;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    overflow:hidden;
}
.ul-recipe-featured li a .pict{
    width:100%;
    overflow:hidden;
}
.ul-recipe-featured li a .pict>img{
    width:100%;
    aspect-ratio:5/3;
    object-fit:cover;
    transition:all 1s;
}
.ul-recipe-featured li a:hover .pict>img{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.ul-recipe-featured li a .desc{
    padding:20px;
    transition:all 0.5s;
    background:#fff;
}
.ul-recipe-featured li a:hover .desc{
    opacity:0.8;
}
.ul-recipe-featured h3{
    font-size:17px;
    letter-spacing:0.1em;
    line-height:1.7;
    margin-bottom:10px;
}
.ul-recipe-featured p{
    font-size:14px;
    font-weight:400;
    color:#555;
}
@media(min-width:768px){
    .ul-recipe-featured li a{
        display:flex;
        flex-flow:row nowrap;
        width:100%;
    }
    .ul-recipe-featured li a .pict{
        width:200px;
    }
    .ul-recipe-featured li a .desc{
        width:calc(100% - 200px);
    }
    .ul-recipe-featured li a .pict>img{
        aspect-ratio:3/2;
    }
    .ul-recipe-featured h3{
        font-size:20px;
    }
    .ul-recipe-featured p{
        font-size:16px;
    }
}
@media(min-width:992px){
    .ul-recipe-featured li a .pict{
        width:300px;
    }
    .ul-recipe-featured li a .desc{
        width:calc(100% - 300px);
    }
    .ul-recipe-featured li a .pict>img{
        aspect-ratio:4/3;
    }
}
/*==========================================================*/
/* stock                                                    */
/*==========================================================*/
.recipe-stock-sec{
    padding:80px 0;
    background:var(--kinoko-color);
}
.ul-recipe-stock{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
    gap:30px;
}
.ul-recipe-stock li{
    width:100%;
}
.ul-recipe-stock li a{
    width:100%;
    display:block;
    position:relative;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 0 5px rgba(255,255,255,0.4);
}
.ul-recipe-stock li a:before{
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.ul-recipe-stock li a img{
    width:100%;
    aspect-ratio: 5/3;
    object-fit:cover;
    transition:all 0.5s;
}
.ul-recipe-stock li a:hover img{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.recipe-stock-wrap{
    width:100%;
    display:flex;
    justify-content: center;
    position:absolute;
    left:0;
    top:50%;
    translate:0 -50%;
    z-index:10;
}
.recipe-stock-wrap h2{
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:700;
    text-shadow:
    2px 0 5px rgba(0, 0, 0, 0.2),
    -2px 0 5px rgba(0, 0, 0, 0.2),
    0 2px 5px rgba(0, 0, 0, 0.2),
    0 -2px 5px rgba(0, 0, 0, 0.2),
    2px 2px 5px rgba(0, 0, 0, 0.2),
    -2px 2px 5px rgba(0, 0, 0, 0.2),
    2px -2px 5px rgba(0, 0, 0, 0.2),
    -2px -2px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
}
.recipe-stock-wrap p{
    color:#fff;
    text-align:center;
    text-shadow:
    2px 0 5px rgba(0, 0, 0, 0.2),
    -2px 0 5px rgba(0, 0, 0, 0.2),
    0 2px 5px rgba(0, 0, 0, 0.2),
    0 -2px 5px rgba(0, 0, 0, 0.2),
    2px 2px 5px rgba(0, 0, 0, 0.2),
    -2px 2px 5px rgba(0, 0, 0, 0.2),
    2px -2px 5px rgba(0, 0, 0, 0.2),
    -2px -2px 5px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    letter-spacing: 0.1em;
}
@media(min-width:768px){
    .ul-recipe-stock{
        gap:30px;
    }
    .ul-recipe-stock li{
        width:calc( ( 100% - 30px) / 2);
    }
}
@media(min-width:992px){
    .ul-recipe-stock li a img{
        aspect-ratio: unset;
        height:230px;
    }
}
/*==========================================================*/
/* stock                                                    */
/*==========================================================*/
.recipe-instagram-sec{
    position:relative;
}
.recipe-instagram-sec .hd-style p{
    text-align:center;
}
.recipe-instagram-wrap{
    width:100%;
}
@media(min-width:768px){
    .br_sp{
        display:none;
    }
}
.ul-instagram{
    display:flex;
    flex-flow:row wrap;
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:40px;
    gap:20px;
}
.ul-instagram li{
    width:calc((100% - 20px) / 2);
}
.ul-instagram li a{
    display:block;
    width:100%;
}
.ul-instagram li a .pict{
    border-radius:20px;
    width:100%;
    overflow:hidden;
    margin-bottom:4px;
}
.ul-instagram li a .pict>img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:all 0.5s;
}
.ul-instagram li a:hover .pict>img{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.ul-instagram li a .desc{
    width:100%;
}
.ul-instagram li a .desc h3{
    font-size:14px;
    text-align:center;
    color:#555;
    margin-bottom:0;
}
@media(min-width:768px){
    .ul-instagram li a .desc h3{
        font-size:15px;
    }
}
@media(min-width:992px){
    .ul-instagram{
        gap:30px;
    }
    .ul-instagram li{
        width:calc((100% - 90px) / 4);
    }
    .ul-instagram li a .desc h3{
        font-size:16px;
    }
}
@media(min-width:1200px){
    .ul-instagram{
        gap:50px;
    }
    .ul-instagram li{
        width:calc((100% - 150px) / 4);
    }
}
@media(min-width:1200px){
    .ul-instagram{
        gap:60px;
    }
    .ul-instagram li{
        width:calc((100% - 180px) / 4);
    }
}
/*==========================================================*/
/* before footer                                            */
/*==========================================================*/
.before-ft-sec{
    padding:80px 0;
}
.ul-before-ft{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
    gap:40px;
}
.ul-before-ft li{
    width:100%;
}
.dl-before-ft{
    margin:0;
    width:100%;
}
.dl-before-ft dt{
    width:100%;
    margin:0;
}
.dl-before-ft dd{
    width:100%;
    margin:0;
    padding-top:10px;
}
.dl-before-ft dt a{
    width:100%;
    display:block;
    overflow:hidden;
}
.dl-before-ft dt a>img{
    width:100%;
    transition:all 0.5s;
}
.dl-before-ft dt a:hover img{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.dl-before-ft dd h3{
    font-size:20px;
    font-weight:700;
}
.dl-before-ft dd p{
    font-weight:400;
}
@media(min-width:768px){
    .dl-before-ft{
        display:flex;
        flex-flow:row wrap;
    }
    .dl-before-ft dt{
        width:200px;
    }
    .dl-before-ft dd{
        width:calc(100% - 200px);
        padding-top:0;
        padding-left:30px;

    }
}
/*==========================================================*/
/* footer                                                   */
/*==========================================================*/
.footer_widget{
    width:100%;
}
.ft-sec{
    width:100%;
    margin-bottom:40px;
}
.ft-wrap{
    width:100%;
}
.ft-link{
    display:flex;
    width:100%;
    justify-content:center;
}
.ft-link a{
    display:block;
    margin-bottom:20px;
    transition:all 0.5s;
}
.ft-link a:hover{
    filter:brightness(1.1);
}
.ft-link a:first-of-type{
    width:200px;
}
.ft-link a:nth-of-type(2){
    width:240px;
}
.ft-info{
    width:100%;
}
.ft-info address{
    width:100%;
    font-size:16px;
    display:flex;
    justify-content: center;
    letter-spacing:0.1em;
}
.telno-wrap{
    width:100%;
    text-align:center;
    letter-spacing:0.1em;
}
.telnolink{
    position:relative;
    font-weight:700;
}
.telnolink::before{
    content:'';
    width:100%;
    height:1px;
    background:#000;
    transform:scale(0, 1);
    transform-origin:right center;
    transition:transform 0.5s;
    position:absolute;
    bottom:0;
    left:0;
}
.telnolink:hover::before{
    transform:scale(1, 1);
    transform-origin:left center;
}
.faxnolink{
    pointer-events:none;
}
.footerwidget ul>li a{
    font-size:16px;
    font-family:var(--noto-sans);
}
.footerwidget ul.menu{
    padding-left:20px;
    margin:0;
    list-style:none;
    display:flex;
    gap:10px;
    flex-flow:row wrap;
    margin-bottom:40px;
}
.footerwidget ul.menu li{
    width:calc( (100% - 10px) / 2);
}
.footerwidget ul.menu li a{
    position:relative;
}
.footerwidget ul.menu li a::before{
    content:'';
    width:100%;
    height:1px;
    background:#000;
    transform:scale(0, 1);
    transform-origin:right center;
    transition:transform 0.5s;
    position:absolute;
    bottom:0;
    left:0;
}
.footerwidget ul.menu li a:hover::before{
    transform:scale(1, 1);
    transform-origin:left center;
}
.copyright{
    font-weight:400;
    font-size:14px;
}
@media(min-width:768px){
    .telnolink{
        pointer-events:none;
        font-weight:400;
    }
    .footerwidget{
        gap:20px;
    }
    .footer_widget{
        width:calc( ( 100% - 20px ) / 2);
    }
    .ft-link{
        justify-content:flex-start;
    }
    .ft-info address{
        justify-content:flex-start;
    }
    .ft-link a:first-of-type{
        width:150px;
    }
    .ft-link a:nth-of-type(2) {
        width: 180px;
    }
    .telno-wrap{
        text-align:left;
    }
}
@media(min-width:992px){
    .br_zipcode{
        display:none;
    }
}
/*==========================================================*/
/* recipe page                                              */
/*==========================================================*/
.recipe-sec{
    position:relative;
    padding-bottom:80px;
}
.ul-recipelist{
    margin:0 0 40px 0;
    padding:0;
    list-style:none;
    display:flex;
    width:100%;
    flex-flow:row wrap;
    gap:20px;
}
.ul-recipelist li{
    width:calc( (100% - 20px) / 2);
}
.ul-recipelist li a{
    display:block;
    width:100%;
}
.ul-recipelist li a .pict{
    width:100%;
    overflow:hidden;
    border-radius:10px;
    margin-bottom:10px;
}
.ul-recipelist li a .pict>img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    transition:all 0.5s;
}
.ul-recipelist li a:hover .pict>img{
    transform:scale(1.1);
    filter:brightness(1.1);
}
.ul-recipelist li a .desc{
    width:100%;
}
.ul-recipelist li a .desc h3{
    font-size:14px;
    color:#333;
    font-weight:400;
}
.ul-recipelist li a .desc h3 br{
    display:none;
}
@media(min-width:768px){
    .ul-recipelist li{
        width:calc( (100% - 40px) / 3);
    }
}
@media(min-width:992px){
    .ul-recipelist{
        gap:30px;
    }
    .ul-recipelist li{
        width:calc( (100% - 60px) / 3);
    }
}
@media(min-width:1200px){
    .ul-recipelist li{
        width:calc( (100% - 90px) / 4);
    }
}
/*==========================================================*/
/* legacy recipe search form ([legacy_recipe_search_form]) */
/*==========================================================*/
.legacy-recipe-search-form {
    width: 100%;
    box-sizing: border-box;
}
.legacy-recipe-search-form *,
.legacy-recipe-search-form *::before,
.legacy-recipe-search-form *::after {
    box-sizing: border-box;
}
.legacy-recipe-search-form__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    background: #fff4df;
    padding: 18px;
    border-radius:10px;
}
.legacy-recipe-search-form__select,
.legacy-recipe-search-form__keyword {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 0;
    font-family: var(--noto-sans);
    color: #333;
}
.legacy-recipe-search-form__separator {
    display: none;
    color: #777;
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
}
.legacy-recipe-search-form__submit {
    width: 100%;
    min-width: 0;
    height: 60px;
    border: 0;
    background: #dca72d;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 15px;
    font-family: var(--noto-sans);
    font-weight: 500;
    border-radius: 0;
}
.legacy-recipe-search-form__submit:hover {
    opacity: 0.85;
}

@media screen and (min-width: 992px) {
    .legacy-recipe-search-form__inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 18px;
        padding: 22px 28px;
    }
    .legacy-recipe-search-form__select {
        width: auto;
        min-width: 280px;
    }
    .legacy-recipe-search-form__keyword {
        width: auto;
        min-width: 300px;
        max-width: 100%;
        flex: 1 1 200px;
        height: 44px;
    }
    .legacy-recipe-search-form__separator {
        display: inline-block;
    }
    .legacy-recipe-search-form__submit {
        width: auto;
        min-width: 210px;
    }
}

/*==========================================================*/
/* きのこ品種紹介ショートコード [introduction_kinoko]        */
/*==========================================================*/
.intro-kinoko-sec{
    padding:80px 0;
    background:var(--thin-kinoko-color6);
}
.variety__list {
    display: flex;
    width:100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap:10px;
}
.variety__list .variety__unit {
    width:calc((100% - 20px) / 3);
}
.variety__list .variety__unit:nth-of-type(4n) {
    margin-right: 0;
}
.variety__list .variety__unit a {
    display: block;
    text-decoration: none;
}
.variety__list .variety__unit .variety__unit-photo {
    overflow: hidden;
    border-radius: 50%;
}
.variety__list .variety__unit .variety__unit-photo img {
    width: 100%;
    display: block;
}
.variety__list .variety__unit p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 0;
}
.intro-kinoko-sec .hd-style p{
    color:var(--font-color);
}
@media print, screen and (min-width: 768px) {
    .variety__list .variety__unit {
        width:calc((100% - 30px) / 4);
    }
    .variety__list .variety__unit .variety__unit-photo img {
        transition: transform 0.3s linear;
    }
    .variety__list .variety__unit p {
        transition: opacity 0.3s linear;
    }
    .variety__list .variety__unit:hover .variety__unit-photo img {
        transform: scale(1.1);
    }
    .variety__list .variety__unit:hover p {
        opacity: .6;
    }
}
@media(min-width:992px){
    .variety__list{
        gap:20px;
    }
    .variety__list .variety__unit {
        width:calc((100% - 100px) / 6);
    }
    .variety__list .variety__unit .variety__unit-photo{
        background:var(--thin-kinoko-color);
    }    
}
@media(min-width:1200px){
    .variety__list .variety__unit {
        width:calc((100% - 140px) / 8);
    }
}
/*==========================================================*/
/* kinoko taxonomy introduction                             */
/*==========================================================*/
.kinoko-taxonomy-intro-sec{
    background:rgba(255,255,255,0.6);
}
.kinoko-taxonomy-sec{
    background:rgba(255,255,255,0.6);
    padding:80px 0;
}
#introduction {
    margin: 25px 0;
}
#introduction .wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
#introduction .introduction__photo {
    width: 60vw;
    max-width: 400px;
    margin: 0 auto 20px;
}
#introduction .introduction__photo img {
    width: 100%;
    display: block;
    border-radius: 50%;
}
#introduction .introduction__title {
    font-size: 24px;
    color: #e96661;
    font-weight: bold;
    margin: 0;
}
#introduction .introduction__lead {
    font-size: 16px;
    margin: 20px 0 0;
}
#introduction .introduction__text {
    font-size: 16px;
    line-height: 2;
    margin: 15px 0 0;
}

@media (min-width: 768px) {
    #introduction {
        margin: 60px 0 25px;
    }
    #introduction .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #introduction .introduction__photo {
        width: 400px;
        margin: 0 0 0 40px;
        flex-shrink: 0;
    }
    #introduction .introduction__explanation {
        width: 490px;
        max-width: calc(100% - 480px);
    }
    #introduction .introduction__title {
        font-size: 32px;
    }
    #introduction .introduction__lead {
        margin-top: 15px;
    }
    #introduction .introduction__text {
        font-size: 16px;
        line-height: 1.875;
        margin-top: 30px;
    }
}

.ul-kinoko-taxonomy-recipelist {
    --kinoko-taxonomy-recipelist-ready: 1;
}

/*==========================================================*/
/* recipe archive search result summary                     */
/*==========================================================*/
.recipe-search-result {
    margin: 0 0 25px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.recipe-search-result h2 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: bold;
}
.recipe-search-result p {
    margin: 0;
}
.recipe-search-result .hit_count {
    font-size: 16px;
    font-weight: bold;
}
.recipe-search-result .hit_count span {
    font-size: 24px;
    margin-right: 2px;
}
.recipe-search-result .display_range {
    margin-top: 5px;
    font-size: 14px;
}
/*-------------------------------------------*/
/* recipe detail                             */
/*-------------------------------------------*/
.recipe-detail-sec{
    padding-top:20px;
    background:rgba(255,255,255,0.6);
}
.recipe-detail-single-wrap{
    width:100%;
}
.recipe-detail-wrap {
    width: 100%;
}
.recipe-detail-main-photo {
    width: 100%;
}
.recipe-detail-main-photo .pict{
    width: 100%;
    border-radius:5px;
    overflow:hidden;
}
.recipe-detail-main-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.recipe-detail-header {
    padding-top: 20px;
    position:relative;
}
.recipe-detail-header .rishun-share{
    position:absolute;
    top:18px;
    left:0;
}
.recipe-detail-header .rishun-share__link{
    background:#fff;
    border:solid 1px #aaa;
    box-shadow:0 0 10px rgba(128,128,128,0.3);
}
.recipe-detail-header .rishun-recipe-favorite{
    position:absolute;
    top:18px;
    left:159px;
}
.recipe-detail-print {
    display:flex;
    justify-content:center;
    align-items:center;
    height:40px;
    padding:0 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-left:auto;
    background:#379e49;
    color:#fff;
    border:none;
    box-shadow:0 0 5px rbga(0,0,0,0.3);
    transition:all 0.5s;
}
.recipe-detail-print i{
    margin-left:10px;
}
.recipe-detail-print:hover{
    filter:brightness(1.1);
}
.recipe-detail-title {
    margin: 30px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
.recipe-detail-label {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color:#e96661;
}
.recipe-detail-kinoko {
    display:flex;
    flex-flow:row wrap;
    margin-top: 20px;
    align-items:center;
    gap:10px;
}
.ul-recipe-detail-kinoko {
    display: flex;
    flex-flow:row wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items:center;
}
.ul-recipe-detail-kinoko-item a {
    display: flex;
    border-radius: 3px;
    background: #fdf1df;
    color: inherit;
    text-decoration: none;
    padding:0 10px;
    height:35px;
    justify-content:center;
    align-items: center;
}
.recipe-detail-meta {
    margin-top: 20px;
}
.ul-recipe-detail-nutrition {
    display:flex;
    flex-flow:row wrap;
    gap:10px 20px;
    margin:0;
    padding:0;
    list-style:none;
}
.ul-recipe-detail-nutrition-item {
    font-size: 16px;
    line-height: 1.7;
}
.recipe-detail-meta-label {
    font-weight:400;
}
.ul-recipe-detail-nutrition-item .num {
    font-weight: 700;
    color:#e96661;
}
.recipe-detail-material,
.recipe-detail-preparation,
.recipe-detail-make,
.recipe-detail-point {
    margin-top: 40px;
}
.recipe-detail-section-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.recipe-detail-section-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.recipe-detail-material-people {
    margin: 0;
    font-size: 16px;
}
.recipe-detail-material-body {
    margin-top: 14px;
}
.recipe-detail-material-body table{
    width:100%;
    border-top: 1px solid #d2d2d2;
    margin-bottom: 34px;
    background:#fff;
}
.recipe-detail-material-body table tr{
    border-bottom: 1px solid #d2d2d2;    
}
.recipe-detail-material-body table th{
    width: 50%;
    line-height: 1.4;
    padding: 0.5em;
    font-weight:400;
    color:#333;
}
.recipe-detail-material-body table td{
    width: 50%;
    line-height: 1.4;
    padding: 0.5em;
    font-weight:400;
}
.recipe-detail-preparation-group {
    margin-top: 20px;
    border-top: 1px solid #d2d2d2;
    padding-top:20px;
}
.recipe-detail-preparation-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color:#e96661;
}
.recipe-detail-preparation-cards {
    margin-top: 10px;
    display: grid;
    gap: 16px;
}
.recipe-detail-preparation-card {
    border-radius:5px;
}
.recipe-detail-preparation-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.recipe-detail-preparation-text {
    margin-top: 10px;
}
.recipe-detail-make-text-list,
.recipe-detail-make-photo-list {
    display: grid;
    margin-top:20px;
    background:#fff;
    border-top: 1px solid #d2d2d2;
}
.recipe-detail-make-text-item,
.recipe-detail-make-photo-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    align-items: start;
    border-bottom: 1px solid #d2d2d2;
    padding:10px;
}
.recipe-detail-make-photo {
    grid-column: 2 / 3;
}
.recipe-detail-make-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.recipe-detail-step-num span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--heading-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.recipe-detail-point {
    padding: 16px;
    border: 1px solid #e5e5e5;
    background: var(--thin-kinoko-color);
    border-radius:5px;
}
.recipe-detail-point-head span {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color:var(--heading-color);
}
.recipe-detail-point-body {
    margin-top: 12px;
}
.recipe-detail-point-image {
    margin-top: 12px;
}
.recipe-detail-point-image img {
    width: 100%;
    height: auto;
    display: block;
}
.recipe-detail-point-text-only .recipe-detail-point-body {
    margin-top: 10px;
}
.recipe-detail-back {
    margin-top: 30px;
}
.recipe-detail-back a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 6px;
    text-decoration: none;
}
@media(min-width:768px){
    .recipe-detail-title {
        font-size: 32px;
    }
    .recipe-detail-preparation-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .recipe-detail-point-body {
        display: grid;
        grid-template-columns: 1fr 240px;
        gap: 20px;
        align-items: start;
    }
    .recipe-detail-point-text-only .recipe-detail-point-body {
        grid-template-columns: 1fr;
    }
    .recipe-detail-make-text-item, .recipe-detail-make-photo-item{
        padding:20px 10px;
    }    
}
@media(min-width:992px){
    .recipe-detail-sec{
        padding-top:20px;
        background:transparent;
    }
    .recipe-detail-single-wrap .entry-header{
        display:grid;
        grid-template-columns:45% 55%;
        grid-template-rows: auto auto auto;
        margin-bottom:40px;
    }
    .recipe-detail-main-photo{
        grid-column:1/2;
        grid-row:3/4;
        padding-right:10px;
    }
    .recipe-detail-header {
        display: flex;
        justify-content:space-between;
        align-items: center;
        grid-column:1/3;
        grid-row:1/2;
        padding:0;
    }
    .recipe-detail-kinoko{
        grid-column:1/2;
        grid-row:2/3;
        margin-bottom:20px;
    }
    .recipe-detail-meta{
        grid-column:2/3;
        grid-row:2/3;
    }
    .recipe-detail-material{
        grid-column:2/3;
        grid-row:3/4;
        margin-top:0;
        padding-left:10px;
    }
    .share-and-print-btn{
        order:2;
        width:calc(157px + 50px + 125px);
        display:flex;
        justify-content:flex-end;
        align-items:center;
    }
    .recipe-detail-print{
        width:125px;
        margin-left:0;
    }
    .recipe-detail-title {
        order:1;
        margin: 0;
    }
    .recipe-detail-header .rishun-share{
        position:static;
        top:unset;
        left:unset;
        width:152px;
        margin-right:5px;
    }
    .recipe-detail-header .rishun-share__link{
        background: #f5f5f5;
        border:solid 1px #aaa;
        box-shadow:none;
    }
    .recipe-detail-header .rishun-recipe-favorite{
        position:static;
        top:unset;
        left:unset;
        margin-right:5px;
    }
    .recipe-detail-header .rishun-recipe-favorite__button{
        background: #f5f5f5;
        border:solid 1px #aaa;
        box-shadow:none;
    }    
    .recipe-detail-material-body table:last-of-type{
        margin-bottom:0;
    }
    .recipe-detail-preparation-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .recipe-detail-wrap>div:first-of-type{
        margin-top:0;
    }
}
@media(min-width:1200px){
    .recipe-detail-single-wrap .entry-header{
        padding:40px;
    }
    .recipe-detail-single-wrap .entry-body{
        padding:40px;        
    }
}
@media print {
/*-------------------------------------------*/
/* recipe detail print                       */
/*-------------------------------------------*/

    @page recipe-detail-print {
        size: A4 portrait;
        margin: 10mm;
    }

    body.single-recipe {
        page: recipe-detail-print;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        print-color-adjust: economy;
    }

    body.single-recipe .site-header,
    body.single-recipe .header-search-area,
    body.single-recipe .page-header,
    body.single-recipe .breadSection,
    body.single-recipe .sideSection,
    body.single-recipe .site-beforefooter,
    body.single-recipe .site-footer,
    body.single-recipe .recipe-detail-print,
    body.single-recipe #wpadminbar {
        display: none !important;
    }

    body.single-recipe a[href]::after {
        content: "" !important;
    }

    body.single-recipe .siteContent,
    body.single-recipe .container,
    body.single-recipe .row,
    body.single-recipe .mainSection,
    body.single-recipe .entry,
    body.single-recipe .recipe-detail-sec,
    body.single-recipe .recipe-sec,
    body.single-recipe .contains-frm,
    body.single-recipe .contains-wrap,
    body.single-recipe .contains {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        float: none !important;
    }

    body.single-recipe .row {
        display: block !important;
    }

    body.single-recipe .recipe-detail-single-wrap {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.single-recipe .recipe-detail-single-wrap .entry-header,
    body.single-recipe .recipe-detail-single-wrap .entry-body {
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.single-recipe .recipe-detail-single-wrap .entry-header {
        display: grid !important;
        grid-template-columns: 42% 58% !important;
        grid-template-rows: auto auto auto !important;
        column-gap: 6mm !important;
        row-gap: 4mm !important;
        margin-bottom: 8mm !important;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    body.single-recipe .recipe-detail-header {
        display: block !important;
        grid-column: 1 / 3 !important;
        grid-row: 1 / 2 !important;
        padding: 0 !important;
        margin: 0 0 2mm !important;
    }

    body.single-recipe .recipe-detail-title {
        margin: 0 !important;
        font-size: 20pt !important;
        line-height: 1.35 !important;
        color: #000 !important;
    }

    body.single-recipe .recipe-detail-kinoko {
        grid-column: 1 / 2 !important;
        grid-row: 2 / 3 !important;
        margin: 0 !important;
        gap: 2mm !important;
    }

    body.single-recipe .recipe-detail-meta {
        grid-column: 2 / 3 !important;
        grid-row: 2 / 3 !important;
        margin: 0 !important;
    }

    body.single-recipe .recipe-detail-main-photo {
        grid-column: 1 / 2 !important;
        grid-row: 3 / 4 !important;
        padding: 0 !important;
    }

    body.single-recipe .recipe-detail-material {
        grid-column: 2 / 3 !important;
        grid-row: 3 / 4 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.single-recipe .recipe-detail-main-photo .pict {
        border-radius: 0 !important;
        overflow: hidden !important;
    }

    body.single-recipe .recipe-detail-main-photo img,
    body.single-recipe .recipe-detail-preparation-photo img,
    body.single-recipe .recipe-detail-make-photo img,
    body.single-recipe .recipe-detail-point-image img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    body.single-recipe .recipe-detail-section-title {
        margin: 0 0 3mm !important;
        padding: 0 0 1.5mm !important;
        border-bottom: 1px solid #999 !important;
        font-size: 15pt !important;
        line-height: 1.4 !important;
        color: #000 !important;
    }

    body.single-recipe .recipe-detail-material,
    body.single-recipe .recipe-detail-preparation,
    body.single-recipe .recipe-detail-make,
    body.single-recipe .recipe-detail-point {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    body.single-recipe .recipe-detail-preparation,
    body.single-recipe .recipe-detail-make,
    body.single-recipe .recipe-detail-point {
        margin-top: 8mm !important;
    }

    body.single-recipe .recipe-detail-material-body table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin: 0 !important;
        background: #fff !important;
    }

    body.single-recipe .recipe-detail-material-body table tr {
        border-bottom: 1px solid #ccc !important;
    }

    body.single-recipe .recipe-detail-material-body table th,
    body.single-recipe .recipe-detail-material-body table td {
        padding: 2mm !important;
        font-size: 10.5pt !important;
        line-height: 1.5 !important;
        color: #000 !important;
        border: none !important;
    }

    body.single-recipe .recipe-detail-preparation-cards {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 4mm !important;
    }

    body.single-recipe .recipe-detail-preparation-group {
        margin-top: 5mm !important;
        padding-top: 4mm !important;
        border-top: 1px solid #ccc !important;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    body.single-recipe .recipe-detail-preparation-title {
        margin: 0 0 3mm !important;
        font-size: 12pt !important;
        line-height: 1.4 !important;
        color: #000 !important;
    }

    body.single-recipe .recipe-detail-preparation-text,
    body.single-recipe .recipe-detail-make-text,
    body.single-recipe .recipe-detail-point-text {
        font-size: 10.5pt !important;
        line-height: 1.7 !important;
        color: #000 !important;
    }

    body.single-recipe .recipe-detail-make-text-list,
    body.single-recipe .recipe-detail-make-photo-list {
        display: grid !important;
        margin-top: 4mm !important;
        background: #fff !important;
        border-top: 1px solid #ccc !important;
    }

    body.single-recipe .recipe-detail-make-text-item,
    body.single-recipe .recipe-detail-make-photo-item {
        display: grid !important;
        grid-template-columns: 9mm 1fr !important;
        gap: 3mm !important;
        align-items: start !important;
        padding: 3mm 0 !important;
        border-bottom: 1px solid #ccc !important;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    body.single-recipe .recipe-detail-step-num span {
        width: 7mm !important;
        height: 7mm !important;
        font-size: 10pt !important;
        background: #e96661 !important;
        color: #fff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body.single-recipe .recipe-detail-point {
        padding: 4mm !important;
        border: 1px solid #ccc !important;
        background: #fdf1df !important;
        border-radius: 0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body.single-recipe .recipe-detail-point-body {
        display: grid !important;
        grid-template-columns: 1fr 35mm !important;
        gap: 5mm !important;
        align-items: start !important;
        margin-top: 0 !important;
    }

    body.single-recipe .recipe-detail-point-text-only .recipe-detail-point-body {
        display: block !important;
    }

    body.single-recipe .recipe-detail-point-head {
        display: none !important;
    }

    body.single-recipe .ul-recipe-detail-kinoko,
    body.single-recipe .ul-recipe-detail-nutrition {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body.single-recipe .ul-recipe-detail-kinoko-item a {
        color: #000 !important;
        background: #f5f5f5 !important;
        border: 1px solid #ccc !important;
        text-decoration: none !important;
    }

    body.single-recipe .recipe-detail-back {
        display: none !important;
    }
    body.single-recipe .recipe-search-sec{
        display:none !important;
    }
    body.single-recipe .recipe-latest-sec{
        display:none !important;
    }
    body.single-recipe .recipe-instagram-sec{
        display:none !important;
    }
}

/*-------------------------------------------*/
/* The Chef's Recipe page                   */
/*-------------------------------------------*/
.the-chefs-recipe-page-sec{
    padding-top:20px;
    background:rgba(255,255,255,0.6);
}
.the-chefs-recipe-page-sec .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.the-chefs-recipe-page-sec .the-chefs-recipe#featured + #instagram {
    display: none;
}

.the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-img {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    background-color: #333;
}

.the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-img::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('./img/the-chefs-recipe.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}

.the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-img__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    min-height: 260px;
    background-color: transparent;
}

.the-chefs-recipe-page-sec .the-chefs-recipe-main-title {
    display: flex;
    align-items: flex-end;
    margin: 0;
    width: 100%;
    color: #fff;
    font-size:20px;
    text-align:center;
}

.the-chefs-recipe-page-sec .the-chefs-recipe-main-title > span {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0;
    text-indent: 0;
    box-sizing: border-box;
}

.the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-content {
    margin-top:40px;
    margin-bottom: 100px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.the-chefs-recipe-page-sec #individualrecipe {
    padding-bottom: 48px;
}

.the-chefs-recipe-page-sec #individualrecipe .section-title {
    margin: 0 0 24px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.the-chefs-recipe-page-sec .chefs-recipe {
    display: grid;
    gap: 30px;
}

.the-chefs-recipe-page-sec .chefs-recipe__item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    color: inherit;
    text-decoration: none;
}

.the-chefs-recipe-page-sec .chefs-recipe__item + .chefs-recipe__item {
    padding-top: 30px;
    border-top: 1px solid #d2d2d2;
}

.the-chefs-recipe-page-sec .chefs-recipe__thumbnail {
    position: relative;
    width: 100px;
    aspect-ratio: 1 / 1;
    flex: 0 0 100px;
}

.the-chefs-recipe-page-sec .chefs-recipe__thumbnail > p {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: black;
    border-radius: 999px;
    color: white;
    text-align: center;
    line-height: 1.2;
    font-size:11px;
}

.the-chefs-recipe-page-sec .chefs-recipe__thumbnail > p > span {
    font-size: 20px;
}

.the-chefs-recipe-page-sec .chefs-recipe__thumbnail > div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 999px;
}

.the-chefs-recipe-page-sec .chefs-recipe__thumbnail > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition:all 0.5s;
}
.the-chefs-recipe-page-sec .chefs-recipe__item:hover .chefs-recipe__thumbnail > div > img{
    transform:scale(1.1);
}
.the-chefs-recipe-page-sec .chefs-recipe__information {
    flex: 1;
    margin: auto;
}

.the-chefs-recipe-page-sec .chefs-recipe__name {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight:500;
}

.the-chefs-recipe-page-sec .chefs-recipe__title {
    margin: 0;
    font-size: 16px;
    line-height:1.8;
    font-weight:500;
}

@media (min-width: 768px) {
    .the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-img,
    .the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-img__inner {
        min-height: 420px;
        border-radius:10px;
    }
    .the-chefs-recipe-page-sec .the-chefs-recipe-main-title{
        font-size:32px;
    }
    .the-chefs-recipe-page-sec .the-chefs-recipe-main-title {
        align-items: center;
        justify-content: center;
    }

    .the-chefs-recipe-page-sec .the-chefs-recipe-main-title > span {
        width: auto;
        padding: 15px 50px;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .the-chefs-recipe-page-sec .the-chefs-recipe-main-title > span::before {
        content: "";
        position: absolute;
        inset: 5px;
        width: auto;
        border: 1px solid;
    }
}
@media (min-width: 992px) {
    .the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-img,
    .the-chefs-recipe-page-sec .the-chefs-recipe#featured .featured-img__inner {
        min-height: 480px;
    }
    .the-chefs-recipe-page-sec .the-chefs-recipe-main-title{
        font-size:32px;
    }

    .the-chefs-recipe-page-sec .chefs-recipe {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 70px;
    }

    .the-chefs-recipe-page-sec .chefs-recipe__item {
        flex-direction: column;
        align-items: stretch;
    }

    .the-chefs-recipe-page-sec .chefs-recipe__item + .chefs-recipe__item {
        padding-top: 0;
        border-top: none;
    }

    .the-chefs-recipe-page-sec .chefs-recipe__thumbnail {
        width: 100%;
        flex: none;
    }

    .the-chefs-recipe-page-sec .chefs-recipe__thumbnail > p {
        top: 10px;
        left: 10px;
        width: 80px;
        height: 80px;
    }

    .the-chefs-recipe-page-sec .chefs-recipe__information {
        text-align: center;
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .the-chefs-recipe-page-sec .chefs-recipe {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 100px;
    }
}
@media (min-width: 1400px) {
    .the-chefs-recipe-page-sec .chefs-recipe {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 200px;
    }
}
/*-------------------------------------------*/
/* archive featured                          */
/*-------------------------------------------*/
.featured-archive-sec{
    background:rgba(255,255,255,0.6);
}
.featured-archive-ttl{
    font-size:24px;
    text-align:center;
    margin-bottom:40px;
}
.ul-featuredlist{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
    gap:30px 0;
}
.ul-featuredlist li{
    width:100%;
}
.ul-featuredlist li a{
    width:100%;
    display:block;
}
.ul-featuredlist li a .pict{
    width:100%;
    overflow:hidden;
    border-radius:5px;
}
.ul-featuredlist li a .pict>img{
    width:100%;
    aspect-ratio:3/2;
    object-fit: cover;
    transition:all 0.5s;
}
.ul-featuredlist li a:hover .pict>img{
    transform:scale(1.1);
    filter:brightness(1.1);
}
.ul-featuredlist li a div{
    margin-top:8px;
    font-weight:500;
}
@media(min-width:768px){
    .featured-archive-ttl{
        font-size:32px;
    }
    .ul-featuredlist{
        gap:30px;
    }
    .ul-featuredlist li{
        width:calc( ( 100% - 30px ) / 2);
    }
}
@media(min-width:992px){
    .featured-archive-sec{
        padding:80px 0;
    }
    .ul-featuredlist{
        gap:30px;
    }
    .ul-featuredlist li{
        width:calc( ( 100% - 60px ) / 3);
    }
}
@media(min-width:1200px){
    .ul-featuredlist{
        gap:30px;
    }
    .ul-featuredlist li{
        width:calc( ( 100% - 90px ) / 4);
    }
}
/*-------------------------------------------*/
/* featured detail                           */
/*-------------------------------------------*/
.featured-detail-page .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.featured-detail-page .featured-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 5px;
    aspect-ratio: 4 / 3;
    background: #222;
}

.featured-detail-page .featured-img > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-detail-page .featured-img__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 25% 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.featured-detail-page .featured-detail-title {
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: .3em;
    text-indent: .3em;
    font-size: 24px;
    line-height: 1.5;
}

.featured-detail-page .featured-content {
    line-height: 2;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 25px;
}

.featured-detail-page .featured-content span.red {
    color: #de6661;
}

.featured-detail-page .featured-content span.annotation {
    font-size:14px;
}

.featured-detail-page #individualrecipe {
    padding-top: 20px;
}

.featured-detail-page .section-title {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.featured-detail-page .menu .memnu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display:flex;
    width:100%;
    gap:30px 0;
    flex-flow:row wrap;
}

.featured-detail-page .menu .memnu__list .memnu__unit {
    width: 100%;
}

.featured-detail-page .menu .memnu__list .memnu__unit a {
    display:block;
    width:100%;
}
.featured-detail-page .menu .memnu__unit-photo {
    width:100%;
    border-radius:5px;
    overflow:hidden;
}

.featured-detail-page .menu .memnu__unit-photo img {
    width: 100%;
    aspect-ratio:3/2;
    object-fit: cover;
    display: block;
    transition:all 0.5s;
}
.featured-detail-page .menu .memnu__list .memnu__unit a:hover .memnu__unit-photo img{
    transform:scale(1.1);
    filter:brightness(1.1);
}
.featured-detail-page .menu .memnu__unit-menutitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    text-align:center;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .featured-detail-page .featured-img {
        height: 480px;
        aspect-ratio: auto;
        border-radius: 10px;
    }

    .featured-detail-page .featured-img__inner {
        height: 100%;
        padding: 0;
    }

    .featured-detail-page .featured-detail-title {
        font-size: 32px;
    }

    .featured-detail-page .featured-content {
        line-height: 1.875;
    }
    .featured-detail-page #individualrecipe .menu .memnu__list {
        display: flex;
        flex-wrap: wrap;
        gap:30px;
    }

    .featured-detail-page #individualrecipe .menu .memnu__list .memnu__unit {
        width: calc((100% - 30px) / 2);
    }

    .featured-detail-page #individualrecipe .menu .memnu__list .memnu__unit + .memnu__unit {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
    }

    .featured-detail-page .menu .memnu__list .memnu__unit a {
        flex-direction: column;
        align-items: center;
    }

    .featured-detail-page .menu .memnu__unit-photo {
        width: 100%;
        flex: none;
    }

    .featured-detail-page .menu .memnu__unit-menutitle {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .featured-detail-page #individualrecipe .menu .memnu__list {
        gap:70px;
    }
    .featured-detail-page #individualrecipe .menu .memnu__list .memnu__unit {
        width: calc((100% - 70px) / 2);
    }
}
@media (min-width: 1400px) {
    .featured-detail-page #individualrecipe .menu .memnu__list {
        gap:50px;
    }
    .featured-detail-page #individualrecipe .menu .memnu__list .memnu__unit {
        width: calc((100% - 150px) / 4);
    }
}

/*-------------------------------------------*/
/* rishun share buttons                      */
/*-------------------------------------------*/
.rishun-share {
    line-height: 1;
    width:fit-content;
}

.rishun-share__list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rishun-share__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
    background: #f5f5f5;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rishun-share__link:hover {
    opacity: 0.75;
    transform: translateY(-1px);
}

.rishun-share__link i {
    font-size: 20px;
    line-height: 1;
}

.rishun-share__link--x {
    color: #000;
}

.rishun-share__link--facebook {
    color: #1877f2;
}

.rishun-share__link--line {
    color: #06c755;
}

/*-------------------------------------------*/
/* rishun recipe favorite                    */
/*-------------------------------------------*/
.rishun-recipe-favorite {
    line-height: 1;
    width: fit-content;
}

.rishun-recipe-favorite__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    color: #d07200;
    background: #f5f5f5;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rishun-recipe-favorite__button:hover {
    opacity: 0.75;
    transform: translateY(-1px);
}

.rishun-recipe-favorite__button i {
    font-size: 20px;
    line-height: 1;
}

.rishun-recipe-favorite__button.is-active {
    color: var(--heading-color);
    border-color:var(--heading-color);
}

.rishun-recipe-favorite__button {
    background: #fff;
    border: solid 1px #aaa;
    box-shadow: 0 0 10px rgba(128,128,128,0.3);
}