@charset "UTF-8";
/*
Theme Name: mogmogレシピ
Description: ZOOMY 子テーマ
Author: Qinc.
Author URI: https://www.qinc.co.jp
Template: zoomy_tcd067
Version: 1.0.0
*/

/* body,
body * {
    font-family: kozuka-gothic-pr6n, sans-serif !important;
} */

body,
body * {
    font-family: sans-serif !important;
}

body,
body * {
    color: #3E3A39 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
textarea,
select {
    font-size: 15px !important;
}

.widget_nav_menu ul ul {
    margin: 0;
    padding-left: 0.5em;
}

.p-widget li:not(.p-social-nav__item) {
    margin: 0;
}

.widget_nav_menu ul li a {
    font-size: clamp(12px, calc(12px + (100vw - 320px) * 0.055), 15px);
    padding: 6px 0;
    line-height: 1.35;
    letter-spacing: -0.08em;
    width: fit-content;
    transition: opacity 0.3s ease;
}

.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus {
    opacity: 0.5;
}

.p-footer-widget-area__inner .widget_nav_menu:nth-of-type(3) ul li a {
    padding: 4px 0;
    line-height: 1.32;
}

.p-pagetop,
.js-pagetop {
    display: none !important;
}

/* .l-header__bar - layout.cssに移動済み */

.p-header__bar {
    padding-left: 16px !important;
    padding-right: 12px !important;
}

.p-logo {
    order: 1 !important;
    position: relative !important;
    float: none !important;
    flex-shrink: 0;
}
.p-header__logo {
    order: 1 !important;
    position: relative !important;
    float: none !important;
    flex-shrink: 0;
}
.p-header__logo--mobile {
    order: 1 !important;
    position: relative !important;
    float: none !important;
    flex-shrink: 0;
    padding: 0;
    margin-right: 8px;
}
.p-logo img {
    max-height: 40px;
    width: auto;
}
.p-header__logo img {
    max-width: 185px;
}
.p-logo.p-header__logo--mobile img {
    max-width: clamp(104px, calc(104px + (100vw - 320px) * 0.745), 145px);
}

.p-header-search {
    order: 2 !important;
    position: relative !important;
    float: none !important;
    flex: 0 1 auto !important;
    width: 50% !important;
    max-width: 300px !important;
    margin: 0 !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    display: block !important;
    padding: 0 8px !important;
}

.p-header-search.is-active .p-header-search__form {
    width: 100% !important;
    height: 32px !important;
}

.p-header-search__form {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    height: 32px !important;
    width: 100% !important;
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transition: none !important;
}

.p-header-search__form form {
    display: flex !important;
    align-items: center !important;
    border: 1px solid var(--tcd-secondary-color) !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #FFFFFF !important;
    position: relative !important;
}

.p-header-search__input {
    flex: 1 !important;
    border: none !important;
    padding: 0px 6px !important;
    font-size: 15px !important;
    background-color: #FFFFFF !important;
    color: #3E3A39 !important;
    outline: none !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    line-height: normal !important;
    vertical-align: middle !important;
    margin: 0 !important;
    border-radius: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.p-header-search__input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.p-header-search__input::placeholder {
    color: #999999 !important;
}

.p-header-search__submit {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    background-color: var(--tcd-secondary-color) !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    color: #FFFFFF !important;
    font-size: 0 !important;
    line-height: 0 !important;
    border-radius: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    background: var(--tcd-secondary-color) !important;
    font-family: "design_plus", sans-serif !important;
}

.p-header-search__submit::before {
    content: "" !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#js-header__search {
    display: none !important;
}

.p-header-search__button {
    display: none !important;
}

.p-header-member-menu--mobile-hidden {
    order: 3 !important;
}

.p-menu-button {
    order: 999 !important;
    position: relative !important;
    float: none !important;
    flex-shrink: 0 !important;
    margin-left: 0 !important;
}
.c-menu-button {
    position: relative !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.c-menu-button::before,
.c-menu-button::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    width: 30px !important;
    height: 3px !important;
    background-color: #E60012;
    transition: transform 0.3s ease !important;
    border-radius: 9999px;
}

.c-menu-button::before {
    top: 8px !important;
    left: 8px !important;
    box-shadow: 0 8px 0 #E60012 !important;
}

.c-menu-button::after {
    bottom: 9px !important;
    left: 8px !important;
    width: 26px !important;
}

/* .l-header__bar .p-menu-button - layout.cssに移動済み */

@media only screen and (max-width: 991px) {
    .p-header-member-menu--mobile-hidden {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .p-member-menu {
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        transform: none !important;
    }

    .p-member-menu__inner {
        display: flex !important;
        justify-content: center;
    }

    /* mog-p-member-menu-wrapper - マイページ上部メニュー */
    .mog-p-member-menu-wrapper .p-member-menu__inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0 16px;
    }

    .p-member-menu__item a {
        min-height: 40px;
        padding: 0 4px;
        font-size: 11px;
    }

    .mog-p-member-menu-wrapper .p-member-menu__item a {
        font-size: 14px;
        font-weight: 500;
        height: auto;
        line-height: 1.4;
        padding: 8px 12px;
        min-height: 44px;
    }

    .p-member-menu__item a::after {
        display: none;
    }
}

/* mog-p-member-menu-wrapper レスポンシブ（モバイルファースト） */
/* ベース: ~420px */
.mog-p-member-menu-wrapper .p-member-menu__inner {
    justify-content: flex-start;
    gap: 0 6px;
    width: 320px;
    margin: auto;
}

.mog-p-member-menu-wrapper .p-member-menu__item a {
    font-size: 13px;
    min-height: 36px;
}

.p-member-page-header__title {
    padding: 24px 0 12px;
}

/* 421px~ */
@media only screen and (min-width: 421px) {
    .mog-p-member-menu-wrapper .p-member-menu__inner {
        gap: 0 8px;
        width: 420px;
    }
}

/* 480px~ */
@media only screen and (min-width: 480px) {
    .mog-p-member-menu-wrapper .p-member-menu__inner {
        gap: 0 16px;
        width: 466px;
    }

    .mog-p-member-menu-wrapper .p-member-menu__item a {
        font-size: 14px;
        min-height: 44px;
    }

    .p-member-page-header__title {
        padding: 16px 0 12px;
    }
}

/* 601px~ */
@media only screen and (min-width: 601px) {
    .mog-p-member-menu-wrapper .p-member-menu__inner {
        justify-content: center;
        width: auto;
    }
}

.c-footer2-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); */
    z-index: 9998;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    background: #f4ccab;
}

.c-footer2-wrapper.is-active .c-footer2-nav {
    transform: translateY(0);
}

@media only screen and (max-width: 991px) {
    .p-pagetop {
        transition: bottom 0.3s ease;
    }

    body:has(.c-footer2-wrapper.is-active) .p-pagetop {
        bottom: 75px !important;
    }
}

.c-footer2-nav__list {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.c-footer2-nav__item {
    flex: 1;
    margin: 0;
    padding: 0;
}

.c-footer2-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease, background-color 0.3s ease !important;
    height: 100%;
    min-height: 80px;
    gap: 4px;
}

.c-footer2-nav__link:hover,
.c-footer2-nav__link:focus {
    background-color: #d7531d;
    color: #fff;
}

.c-footer2-nav__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.c-footer2-nav__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.c-footer2-nav__label {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}

/* .c-footer2-wrapper.is-active ~ .l-main - layout.cssに移動済み */

@media (max-width: 360px) {
    .c-footer2-nav__label {
        font-size: 9px;
    }

    .c-footer2-nav__link {
        padding: 6px 2px;
        min-height: 55px;
    }

    .c-footer2-nav__icon {
        width: 20px;
        height: 20px;
    }
}

/*
使用例：
#main-visual a {
    color: var(--tcd-primary-color);
}
*/

.p-cb__item-headline.p-cb__item-headline-bg-image {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    background-image: url('img/logo_spoon.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    padding-right: 42px;
    padding-bottom: 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    transform: translateX(20px);
}

.p-cb__item-button {
    margin-top: 32px;
    text-align: right;
}

/* .l-inner - layout.cssに移動済み */

/* #popular-recipes - front-page.cssに移行済み */

.p-cb__item.has-bg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-cb__item + .p-cb__item {
    margin-top: 0;
}

/* #new-recipes - front-page.cssに移行済み */

/* #columns - front-page.cssに移行済み */

#search-form {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
    #search-form {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    #search-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.p-search-form {
    max-width: 550px;
    margin: 0 auto;
    min-width: 180px;
    width: 50%;
}
.p-search-form__wrapper {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--tcd-secondary-color);
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 2px;
}
.p-search-form__button {
    width: 32px;
    height: 32px;
    background-color: var(--tcd-secondary-color);
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.p-search-form__button::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.p-search-form__input {
    flex: 1;
    border: none;
    padding: 0px 6px;
    font-size: 15px;
    background-color: #FFFFFF;
    color: #3E3A39 !important;
    outline: none;
    box-sizing: border-box;
    min-width: 0;
}
.p-search-form__input:focus {
    outline: none;
    box-shadow: none;
}
.p-search-form__input::placeholder {
    color: #999999;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:root {
    --ad-gap: 8px;
}

.p-index-ad--2ads {
    display: flex;
    flex-direction: column;
    gap: var(--ad-gap);
}
.p-index-ad__item:nth-child(2) {
    margin-top: 0 !important;
}

.p-cb__item--ad + .p-cb__item--ad {
    margin-top: var(--ad-gap);
}
.p-index-archive.p-blog-archive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

.p-blog-archive__item {
    margin: 0;
}
.p-blog-archive__item > a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.p-blog-archive__item > a.u-clearfix::after {
    display: none;
}
.p-blog-archive__item-thumbnail {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}
.p-blog-archive__item-thumbnail__inner {
    width: 100%;
    height: auto;
    aspect-ratio: 29 / 16;
    overflow: hidden;
}
.p-blog-archive__item-thumbnail__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

/* ホバー効果 */
.p-blog-archive__item > a {
    transition: opacity 0.3s ease;
}

.p-blog-archive__item > a:hover .p-blog-archive__item-thumbnail__inner img {
    transform: scale(1.05);
}

.p-blog-archive__item > a:hover .p-blog-archive__item-title,
.p-blog-archive__item > a:hover .p-article__title {
    opacity: 0.7;
}

.p-float-category {
    display: none;
}
.p-category-item {
    font-size: 11px;
    padding: 2px 8px;
}

.p-blog-archive__item-thumbnail_meta {
    display: none;
}

.p-blog-archive__item-title {
    margin: auto 0 0;
}
.p-article__title {
    display: none;
    grid-area: overlap;
    z-index: 2;
    color: #FFFFFF !important;
    padding: 5.33% 6% 4%;
    font-size: 14px;
    font-weight: 400;
    background: black;
    background: #878787;
    background: linear-gradient(0deg,rgba(140, 140, 140, 1) 0%, rgba(208, 208, 208, 0.6) 90%, rgba(255, 255, 255, 0) 100%);
    max-height: unset;
}

.p-blog-archive__item-author {
    display: none;
}

.p-blog-archive__item-counts {
    display: none;
}

.p-hover-effect__image {
    height: inherit;
    padding-top: unset;
}

@media (min-width: 768px) {
    /* å…±é€šè¦ç´  */

}

@media (min-width: 992px) {
    /* å…±é€šè¦ç´  */

    
    /* ========================================
    ======================================== */
    /* body,
    body * {
        font-family: kozuka-gothic-pr6n, sans-serif !important;
    } */

    body,
    body * {
        font-family: sans-serif !important;
    }
    
    /* ========================================
    ======================================== */
    body,
    body * {
        color: #3E3A39 !important;
    }
    
    /* ========================================
    ======================================== */
    .p-pagetop,
    .js-pagetop {
        display: none !important;
    }
    
    /* ========================================
    ======================================== */
    
    /* 992px以上でも991px以下と同じ見た目を維持（重複削除済み） */
    
    /* ========================================
    ======================================== */
    /*
    使用例：
    #main-visual a {
        color: var(--tcd-primary-color);
    }
    */
    
    /* ========================================
    ======================================== */
    
    .p-cb__item-headline.p-cb__item-headline-bg-image {
        font-size: 18px;
        font-weight: 400;
        position: relative;
        background-image: url('img/logo_spoon.svg');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto 100%;
        padding-right: 42px;
        padding-bottom: 4px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        transform: translateX(20px);
    }
    
    
    .p-cb__item-button {
        margin-top: 32px;
        text-align: right;
    }

    /* #search-form, .p-search-form - 基本スタイルで定義済み */

    .p-search-form__button {
        width: 32px;
        height: 32px;
        background-color: var(--tcd-secondary-color);
        border: none;
        padding: 0;
        cursor: pointer;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .p-search-form__button::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .p-search-form__input {
        flex: 1;
        border: none;
        padding: 0px 6px;
        font-size: 15px;
        background-color: #FFFFFF;
        color: #3E3A39 !important;
        outline: none;
        box-sizing: border-box;
        min-width: 0;
    }
    .p-search-form__input:focus {
        outline: none;
        box-shadow: none;
    }
    .p-search-form__input::placeholder {
        color: #999999;
    }
    .screen-reader-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    
    /* ========================================
    ======================================== */
    :root {
        --ad-gap: 8px;
    }
    
    .p-index-ad--2ads {
        display: flex;
        flex-direction: column;
        gap: var(--ad-gap);
    }
    .p-index-ad__item:nth-child(2) {
        margin-top: 0 !important;
    }
    
    .p-cb__item--ad + .p-cb__item--ad {
        margin-top: var(--ad-gap);
    }
    
    /* ========================================
    ======================================== */
    .p-index-archive.p-blog-archive {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
    }
    
    /* ========================================
    ======================================== */
    .p-blog-archive__item {
        margin: 0;
    }
    .p-blog-archive__item > a {
        display: block;
        overflow: hidden;
        border-radius: 4px;
    }

    .p-blog-archive__item > a.u-clearfix::after {
        display: none;
    }


    /* ========================================
    ======================================== */
    .p-blog-archive__item-thumbnail {
        overflow: hidden;
        border-radius: 4px;
        border: 1px solid #e0e0e0;
    }
    .p-blog-archive__item-thumbnail__inner {
        width: 100%;
        height: auto;
        aspect-ratio: 29 / 16;
        overflow: hidden;
    }
    .p-blog-archive__item-thumbnail__inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
    }

    /* ホバー効果 */
    .p-blog-archive__item > a {
        transition: opacity 0.3s ease;
    }

    .p-blog-archive__item > a:hover .p-blog-archive__item-thumbnail__inner img {
        transform: scale(1.05);
    }

    .p-blog-archive__item > a:hover .p-blog-archive__item-title,
    .p-blog-archive__item > a:hover .p-article__title {
        opacity: 0.7;
    }

    /* ========================================
    ======================================== */
    .p-float-category {
        display: none;
    }
    .p-category-item {
        font-size: 11px;
        padding: 2px 8px;
    }
    
    /* ========================================
    ======================================== */
    .p-blog-archive__item-thumbnail_meta {
        display: none;
    }
    
    /* ========================================
    ======================================== */
    .p-blog-archive__item-title {
        margin: auto 0 0;
    }
    .p-article__title {
        display: none;
        grid-area: overlap;
        z-index: 2;
        color: #FFFFFF !important;
        padding: 5.33% 6% 4%;
        font-size: 14px;
        font-weight: 400;
        background: black;
        background: #878787;
        background: linear-gradient(0deg,rgba(140, 140, 140, 1) 0%, rgba(208, 208, 208, 0.6) 90%, rgba(255, 255, 255, 0) 100%);
        max-height: unset;
    }
    
    /* ========================================
    ======================================== */
    .p-blog-archive__item-author {
        display: none;
    }
    
    /* ========================================
    ======================================== */
    .p-blog-archive__item-counts {
        display: none;
    }
    
    /* ========================================
    ======================================== */
    .p-hover-effect__image {
        height: inherit;
        padding-top: unset;
    }
    
    /* ========================================
    ======================================== */
    
    /* ========================================
    ======================================== */
    @media (min-width: 768px) {
        /* å…±é€šè¦ç´  */
    
    
    
    
    
        .p-index-archive.p-blog-archive {
            grid-template-columns: repeat(4, 1fr);
        }
    
    }
    
    /* ========================================
    ======================================== */
    @media (min-width: 992px) {
        /* å…±é€šè¦ç´  */
    
    
    
    
    
    
    }
    
    /* ========================================
    ======================================== */
    
    
    
    
    .p-footer-widget-area__inner {padding: 0 20px !important;}
    
    
    .p-footer-widget-area .p-widget {
        padding: 0;
    }
    
    .p-footer-custom {
        padding: 24px 0;
        width: 100%;
    }
    
    .p-footer-custom__catchphrase {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 20px;
        color: #3E3A39 !important;
    }
    
    .p-footer-custom__logo-area {
        display: flex;
        align-items: center;
    }
    
    .p-footer-custom__logo {
        flex-shrink: 0;
    }
    
    .p-footer-custom__logo a {
        display: block;
        text-decoration: none;
        transition: opacity 0.3s ease;
    }

    .p-footer-custom__logo a:hover,
    .p-footer-custom__logo a:focus {
        opacity: 0.5;
    }
    
    .p-footer-custom__logo img {
        height: 48px;
        width: auto;
    }
    
    .p-footer-custom__logo-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        color: #3E3A39 !important;
    }
    
    .p-footer-custom__site-name {
        font-size: 18px;
        line-height: 1.35;
        color: #3E3A39 !important;
        transform: translateX(-14px);
    }
    
    .p-footer-custom__nav {
        display: flex;
        gap: 30px;
    }
    
    .p-footer-custom__nav-item {
        font-size: 14px;
        line-height: 1.5;
        color: #3E3A39 !important;
        text-decoration: none;
    }
    
    .p-footer-custom__nav-item:hover {
        text-decoration: underline;
    }


}

/* .l-footer - layout.cssに移動済み */

#js-footer-widget {
    padding-left: clamp(20px, calc(20px + (100vw - 480px) * 0.125), 56px);
    padding-right: clamp(20px, calc(20px + (100vw - 480px) * 0.125), 56px);
}
.p-footer-widget-area__inner {
}

.p-widget.p-widget-footer.widget_nav_menu {
    padding: 4px 0;
}

/* 空のウィジェットを非表示 */
.p-widget.p-widget-footer:empty,
.p-widget.p-widget-footer.u-hidden-sm:empty {
    display: none !important;
}

/* PC時のフッターウィジェットレイアウト */
@media (min-width: 820px) {
    .p-footer-widget-area__inner.l-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 20px;
    }

    .p-footer-custom {
        flex: 0 0 auto;
        width: auto;
        max-width: 360px;
        margin-right: auto;
    }

    .p-widget.p-widget-footer.widget_nav_menu {
        flex: 0 0 auto;
        min-width: 100px;
        max-width: 165px;
        padding-top: 24px;
    }

    /* 空のウィジェット（中身がない場合も含む） */
    .p-widget.p-widget-footer:not(:has(*)),
    .p-widget.p-widget-footer.u-hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .p-footer-widget-area__inner.l-inner {
        gap: 20px 40px;
    }
}

.p-footer-widget-area__inner .widget_nav_menu:nth-of-type(2) .menu-item > a {
    position: relative;
}

.p-footer-widget-area__inner .widget_nav_menu:nth-of-type(2) .menu-item > a::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
}

.p-footer-widget-area__inner .widget_nav_menu:nth-of-type(2) .sub-menu .menu-item > a::after {
    display: none;
}

.p-footer-custom {
    padding: 24px 0;
    width: 100%;
}

.p-footer-custom__catchphrase {
    font-size: clamp(15px, calc(15px + (100vw - 320px) * 0.055), 18px);
    line-height: 1.35;
    margin-bottom: 16px;
    color: #3E3A39 !important;
    letter-spacing: -0.01em;
}

.p-footer-custom__logo-area {
    display: flex;
    align-items: center;
}

.p-footer-custom__logo {
    flex-shrink: 0;
}

.p-footer-custom__logo a {
    display: block;
    text-decoration: none;
}

.p-footer-custom__logo img {
    max-width: clamp(136px, calc(136px + (100vw - 320px) * 0.44), 160px);
    height: auto;
    width: 100%;
}

.p-footer-custom__logo-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #3E3A39 !important;
}

.p-footer-custom__site-name {
    font-size: clamp(16px, calc(16px + (100vw - 320px) * 0.036), 18px);
    line-height: 1.35;
    color: #3E3A39 !important;
    letter-spacing: -0.01em;
    transform: translateX(-14px);
}

.p-footer-custom__nav {
    display: flex;
    gap: 30px;
}

.p-footer-custom__nav-item {
    font-size: 14px;
    line-height: 1.5;
    color: #3E3A39 !important;
    text-decoration: none;
}

.p-footer-custom__nav-item:hover {
    text-decoration: underline;
}

.p-siteinfo__image.p-siteinfo__logo img {
    max-width: 255px;
}

.p-copyright {
    border: unset;
}

.c-share--color .c-share__btn--line a {
    background-color: #06C755;
}
.c-share--color .c-share__btn--line a:hover {
    background-color: #05a847;
}

.mog-sns-share-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.mog-sns-share-popup.is-active {
    display: block;
}

.mog-sns-share-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.mog-sns-share-popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 360px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.mog-sns-share-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.mog-sns-share-popup__close::before,
.mog-sns-share-popup__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #666;
    border-radius: 1px;
}

.mog-sns-share-popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mog-sns-share-popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mog-sns-share-popup__close:hover::before,
.mog-sns-share-popup__close:hover::after {
    background: #333;
}

.mog-sns-share-popup__header {
    padding: 20px 20px 10px;
    text-align: center;
}

.mog-sns-share-popup__title {
    font-size: 16px;
    font-weight: bold;
    color: #333 !important;
}

.mog-sns-share-popup__body {
    padding: 10px 20px 24px;
}

.mog-sns-share-popup__list {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}

.mog-sns-share-popup__list .c-share__btn {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.mog-sns-share-popup__list .c-share__btn a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 20px !important;
    border-radius: 8px;
    color: #fff !important;
}

.mog-sns-share-popup__list .c-share__icn {
    font-size: 20px;
    margin-right: 10px;
    color: #ffffff !important;
}

.mog-sns-share-popup__list .c-share__title {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
}

/* .l-secondary .mog-p-recipes-archive-filter__* - layout.cssに移動済み */

.mog-sidebar-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.mog-sidebar-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

/* .l-secondary .mog-p-sidemenu-recipe-categories__header - layout.cssに移動済み */

.mog-sidebar-section__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

/* .l-secondary .mog-p-sidemenu-recipe-categories__headline - layout.cssに移動済み */

/* 一覧へリンク */
.mog-sidebar-section__archive-link {
    display: block;
    font-size: 12px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.mog-sidebar-section__archive-link:hover {
    opacity: 0.5;
}

span.mog-sidebar-section__archive-link-inner:after {
    content: ' →';
}

.mog-sidebar-section__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mog-sidebar-section__item {
    margin-bottom: 15px;
}

.mog-sidebar-section__item:last-child {
    margin-bottom: 0;
}

.mog-sidebar-section__link {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
}

.mog-sidebar-section__link:hover {
    opacity: 0.7;
}

.mog-sidebar-section__thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 12px;
    overflow: hidden;
}

.mog-sidebar-section__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mog-sidebar-section__item-title {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* サイドバー共通スタイル（食べるコラム・商品・お知らせ） */
.mog-sidebar-section__thumbnail--photo,
.mog-sidebar-section__thumbnail--product,
.mog-sidebar-section__thumbnail--information {
    width: 90px;
    aspect-ratio: 3 / 2;
    height: auto;
}

.mog-sidebar-section__thumbnail--photo img,
.mog-sidebar-section__thumbnail--product img,
.mog-sidebar-section__thumbnail--information img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mog-sidebar-section__post-info,
.mog-sidebar-section__product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.mog-sidebar-section__post-info .mog-sidebar-section__item-title,
.mog-sidebar-section__product-info .mog-sidebar-section__item-title {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.mog-sidebar-section__product-info .mog-sidebar-section__item-title {
    margin-bottom: 4px;
}

.mog-sidebar-section__product-price {
    font-size: 14px;
    font-weight: 600;
    color: #3E3A39;
}

.mog-sidebar-section__product-tax {
    font-size: 11px;
    font-weight: 400;
    color: #666;
}

.mog-header-pc-nav {
    display: none;
}

@media only screen and (min-width: 992px) {
    /* .l-header__bar - layout.cssに移動済み */

    .mog-header-pc-nav {
        display: block;
        order: 1;
        padding: 0 8px;
    }

    .p-header__logo,
    .mog-p-header__logo {
        order: 2;
        margin-left: 0;
        padding-right: 8px;
    }

    .mog-header-pc-menu {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 2px;
        flex-wrap: wrap;
    }

    .mog-header-pc-menu li {
        margin: 0;
    }

    .mog-header-pc-menu a {
        display: block;
        padding: 8px 4px;
        font-size: 14px;
        text-decoration: none;
        color: #3E3A39 !important;
        white-space: nowrap;
        transition: opacity 0.3s;
    }

    .mog-header-pc-menu a:hover {
        opacity: 0.7;
    }
}

@media only screen and (min-width: 992px) {
    #js-menu-button {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .p-sidemnu,
    .mog-p-sidemenu,
    #js-sidemenu-overlay {
        display: none !important;
    }

    body.show-sidemenu {
        position: static !important;
        overflow: auto !important;
    }
}

.p-header-member-menu__item a {
    display: block;
    height: 70px;
    line-height: 70px;
    min-width: 100px;
    padding: 0 0;
    text-align: center;
}

.p-header-member-menu__item .p-header-member-menu__item-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    gap: 4px;
}

/* ヘッダーインナー（.mog-l-header__inner）
   .l-header__bar, .p-header__bar等の宣言を継承 */
.mog-l-header__inner {
    /* 幅とmax-width */
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

    /* .l-header__bar から */
    

    /* .p-header__bar から */
    display: flex;
    align-items: center;
    height: 70px;
    

    /* 子テーマ .l-header__bar から */
    flex-wrap: nowrap;
    justify-content: space-between;

    /* 子テーマ .p-header__bar から */
}

@media only screen and (max-width: 991px) {
    .mog-l-header__inner {
        height: 60px;
    }
}

/* ヘッダー会員サムネイル画像（円形・1:1比率） */
.p-header-member-menu__item--author .p-header-member-menu__item-author_thumbnail {
    position: relative !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    /* 古いWebkitバグ対策 */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-right: 0;
}

.p-header-member-menu__item--author .p-header-member-menu__item-author_thumbnail.p-hover-effect__image {
    background: none !important;
    transition: none !important;
}

.p-header-member-menu__item--author .p-header-member-menu__item-author_thumbnail img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 50% !important;
    display: block !important;
    /* transformの干渉をリセット */
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    margin: 0 !important;
}

@media only screen and (max-width: 991px) {
    .p-header-member-menu__item--author .p-header-member-menu__item-author_thumbnail {
        width: 30px !important;
        height: 30px !important;
    }
}

/* ==========================================
   p-member-page-headerの調整
   992px以上でmog-p-member-menu-wrapperと被らないようにする
   ========================================== */
@media screen and (min-width: 992px) {
  .p-member-page-header {
    margin-top: -32px;
  }
}

/* .l-secondary（991px以下で非表示） - layout.cssに移動済み */

/* 必須マーク */
.p-membership-form__required {
    color: #e60012 !important;
    font-size: 0.85em;
    font-weight: normal;
    margin-left: 0.25em;
}

/* 食材番号: 768px以上で縦並び */
@media (min-width: 768px) {
    .p-membership-form__ingredient-number {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .p-membership-form__ingredient-number .p-membership-form__required {
        margin-left: 0;
    }
    /* 食材メインの番号幅を統一（1.（必須）に合わせる） */
    .p-membership-form__ingredients-list--main .p-membership-form__ingredient-number {
        min-width: 3.5em;
    }
}

/* ==========================================
   モーダル閉じるボタン（文字化け修正）
   親テーマのアイコンフォントを使わずCSSで×を描画
   ========================================== */

.p-modal__close {
    font-size: 0 !important;
    font-family: inherit !important;
}

.p-modal__close::before,
.p-modal__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #666;
    border-radius: 1px;
}

.p-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__close:hover::before,
.p-modal__close:hover::after {
    background: #333;
}