* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    /*
    font-family: -apple-system, BlinkMacSystemFont, "hiragino-mincho-pron", "Lato", "游ゴシック体", "YuGothic", "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    */
    background: #F6F2EB;
}
/*
li {
    list-style-type: none;
}
*/
a {
    text-decoration: none;
    /* display: block; */
    color: #111;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}
main {
    background-color: #fff;
}
.recipe-topbunner {
    margin-bottom: 80px;
}
.recipe-topbunner img {
    width: 100%;
}
.recipe-main {
    text-align: center;
}
.recipe-lead {
    font-size: 1.6rem;
    line-height: 2.4;
    margin-bottom: 80px;
    letter-spacing: 0.08em;
}
.recipe-section-title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 50px;
}
.recipe-dotted-line {
    border-bottom: 1px #E8E5E2 solid;
    width: 350px;
    margin: 0 auto 50px auto;
}
.recipe-flex-product {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 80px;
}
.recipe-product-box {
    width: 200px;
    height: 150px;
    transition: all 0.3s ease-in-out;
}
.recipe-product-box:hover {
    opacity: .6;
}
.recipe-product-img {
    width: 200px;
    height: 130px;
    display: flex;
    align-items: center;
}
.recipe-flex-product .igirisu,
.recipe-flex-product .weizenbrod {
    width: 100%;
}
.recipe-product-name {
    font-size: 1.6rem;
    
}
.recipe-flex-keyword {
    color: #501717;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
}
.recipe-keyword {
    font-size: 1.6rem;
    padding: 5px 30px;
    background-color: #F3ECE2;
    transition: all 0.3s ease-in-out;
}
.recipe-keyword:hover {
    opacity: .6;
}

/* 　レシピ一覧　　*/
.block-pagecategory-page-list--page {
    width:calc(100% / 3);
    padding: 40px;
}
/*
.block-pagecategory-page-list--date {
    display: none;
}
*/
.block-pagecategory-page-list a {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}


/*  レシピ一覧に戻る　*/
.recipe-button-box {
    text-align: center;
}
.recipe-button {
    width: 280px;
    height: 80px;
    background-color: #F3ECE2;
    position: relative;
    margin-bottom: 100px;
    color: #000;
    font-size: 1.6rem;
    font-family: "YuGothic";
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
}
.recipe-button:hover {
    opacity: .6;
}
.recipe-button::before {
    background-image: url(../../img/usr/recipe/arrow.png);
    background-size: contain;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 40px;
    top: 42%;
}


/* レシピ一覧　*/
.block-pagecategory-page-list--date {
    visibility: hidden;
    margin-top: 10px;
    font-size: 0px;
}
.block-pagecategory-page-list--auto-new {
    visibility: visible;
}
.block-pagecategory-subcategory-list {
    display: none;
}

/* TOPタイトル　*/
.h1 {
    text-align: center;
}

.block-pagecategory--pager-top {
    margin-top: 0;
}