/* ============================================================
   MomokoArt Homepage Redesign
   Production release: 2026-06-09
   Version: homepage-redesign-20260609
   ============================================================ */

body.momoko-home-redesign-page .page-title,
body.momoko-home-redesign-page .wd-page-title,
body.momoko-home-redesign-page .title-size-default,
body.momoko-home-redesign-page .entry-header,
body.momoko-home-redesign-page .main-page-wrapper > .page-title {
    display: none !important;
}

body.momoko-home-redesign-page .sidebar-container,
body.momoko-home-redesign-page .wd-sidebar,
body.momoko-home-redesign-page .widget-area,
body.momoko-home-redesign-page aside {
    display: none !important;
}

body.momoko-home-redesign-page .content-layout-wrapper {
    background: transparent !important;
    display: block !important;
}

body.momoko-home-redesign-page .main-page-wrapper .container {
    background: transparent !important;
    max-width: 1240px;
    width: 100%;
}

body.momoko-home-redesign-page .site-content,
body.momoko-home-redesign-page .content-area,
body.momoko-home-redesign-page .wd-content-layout,
body.momoko-home-redesign-page .site-content[class*="col-"],
body.momoko-home-redesign-page .content-area[class*="col-"] {
    background: transparent !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.momoko-home-redesign-page {
    background:
        radial-gradient(circle at 12% 10%, rgba(243, 227, 220, 0.36), rgba(243, 227, 220, 0) 32%),
        linear-gradient(135deg, #f9f2ea 0%, #f3e8de 42%, #eef3ed 100%) !important;
}

body.momoko-home-redesign-page .main-page-wrapper {
    background: linear-gradient(135deg, #f6eee5 0%, #efe3d2 24%, #f3e3dc 48%, #e7ede3 72%, #e8edf0 100%);
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

body.momoko-home-redesign-page .main-page-wrapper::before {
    animation: momoko-home-page-gradient 52s ease-in-out infinite;
    background:
        radial-gradient(circle at 14% 12%, rgba(246, 210, 202, 0.62), rgba(246, 210, 202, 0) 31%),
        radial-gradient(circle at 84% 18%, rgba(237, 201, 164, 0.54), rgba(237, 201, 164, 0) 35%),
        radial-gradient(circle at 76% 78%, rgba(205, 226, 211, 0.6), rgba(205, 226, 211, 0) 37%),
        radial-gradient(circle at 22% 86%, rgba(211, 226, 233, 0.54), rgba(211, 226, 233, 0) 35%),
        linear-gradient(135deg, rgba(246, 238, 229, 0.86) 0%, rgba(239, 227, 210, 0.78) 24%, rgba(243, 227, 220, 0.78) 48%, rgba(231, 237, 227, 0.82) 72%, rgba(232, 237, 240, 0.86) 100%);
    background-position: 0% 0%, 100% 10%, 78% 88%, 15% 100%, 0% 50%;
    background-size: 220% 220%, 210% 210%, 200% 200%, 210% 210%, 280% 280%;
    content: "";
    inset: -18vmax;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

body.momoko-home-redesign-page .main-page-wrapper > * {
    position: relative;
    z-index: 1;
}

body.momoko-home-redesign-page .website-wrapper,
body.momoko-home-redesign-page .main-page-wrapper .container,
body.momoko-home-redesign-page .main-page-wrapper .container-fluid,
body.momoko-home-redesign-page .main-page-wrapper .row {
    background: transparent !important;
    background-color: transparent !important;
}

body.momoko-home-redesign-page .site-content,
body.momoko-home-redesign-page .content-area,
body.momoko-home-redesign-page .wd-content-layout,
body.momoko-home-redesign-page .main-page-wrapper .page,
body.momoko-home-redesign-page .main-page-wrapper article.page,
body.momoko-home-redesign-page .main-page-wrapper article.type-page,
body.momoko-home-redesign-page .main-page-wrapper .entry-content {
    background: transparent !important;
    background-color: transparent !important;
}

body.momoko-home-redesign-page .footer-container,
body.momoko-home-redesign-page .wd-footer,
body.momoko-home-redesign-page .footer-sidebar,
body.momoko-home-redesign-page .copyrights-wrapper,
body.momoko-home-redesign-page .min-footer,
body.momoko-home-redesign-page .main-footer,
body.momoko-home-redesign-page footer {
    background: rgba(248, 248, 246, 0.96) !important;
    background-image: none !important;
    position: relative;
    z-index: 3;
}

.momoko-home {
    --momoko-home-ink: #2d2924;
    --momoko-home-muted: #5f584f;
    --momoko-home-soft: #f8f4ee;
    --momoko-home-soft-2: #eee3d4;
    --momoko-home-line: #e7ddd0;
    --momoko-home-card: #fffdf9;
    --momoko-home-accent: #79654d;
    --momoko-home-green: #2f5b43;
    --momoko-home-radius: 22px;
    --momoko-home-content-max: 1220px;
    --momoko-home-content-gutter: 56px;
    background: transparent;
    color: var(--momoko-home-ink);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    line-height: 1.72;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 16px 58px;
    width: 100%;
}

@keyframes momoko-home-page-gradient {
    0%,
    100% {
        background-position: 0% 0%, 100% 10%, 78% 88%, 15% 100%, 0% 50%;
    }

    33% {
        background-position: 18% 12%, 82% 22%, 68% 78%, 28% 88%, 46% 48%;
    }

    66% {
        background-position: 30% 20%, 92% 36%, 88% 68%, 8% 78%, 92% 54%;
    }
}

.momoko-home-section {
    margin: 0 auto;
    padding: 48px 0 0;
}

.momoko-home .momoko-home-keyword-section {
    padding-top: 38px;
}

.momoko-home-hero {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    margin-top: 8px;
    outline: none;
    overflow: hidden;
    padding: 0;
}

.momoko-home-hero::before,
.momoko-home-hero::after {
    content: none !important;
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    body.momoko-home-redesign-page .main-page-wrapper::before {
        animation: none;
        background-position: 0% 0%, 100% 10%, 78% 88%, 15% 100%, 45% 50%;
    }
}

.momoko-home-hero-inner {
    display: grid;
    gap: 22px;
    padding: 12px 18px 18px;
}

.momoko-home-hero-media {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    order: 1;
    overflow: visible;
    padding: 0;
}

.momoko-home-hero-content {
    order: 2;
    padding: 6px 4px 18px;
}

.momoko-home-hero-image,
.momoko-home-hero-image-placeholder,
.momoko-home-category-image,
.momoko-home-category-image-placeholder,
.momoko-home-product-image,
.momoko-home-product-image-placeholder {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.momoko-home-hero-image {
    background: transparent;
    border-radius: 0;
    filter: drop-shadow(0 18px 28px rgba(60, 45, 35, 0.16));
    height: auto;
    max-height: 438px;
    max-width: 84%;
    object-fit: contain;
    object-position: center center;
    width: auto;
}

.momoko-home-hero-image-placeholder,
.momoko-home-category-image-placeholder,
.momoko-home-product-image-placeholder {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #f5eadc, #d9c7b1);
}

.momoko-home-kicker {
    color: var(--momoko-home-accent);
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.momoko-home-hero-title,
.momoko-home-section-title {
    color: var(--momoko-home-ink);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.25;
    margin: 0;
}

.momoko-home-hero-title {
    font-size: clamp(2rem, 8vw, 4.25rem);
    max-width: 640px;
}

.momoko-home-hero-text {
    color: var(--momoko-home-muted);
    font-size: 1rem;
    margin: 18px 0 0;
    max-width: 560px;
}

.momoko-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.momoko-home-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.92rem;
    justify-content: center;
    min-height: 48px;
    padding: 0 23px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.momoko-home-button:hover {
    transform: translateY(-1px);
}

.momoko-home-button-primary {
    background: var(--momoko-home-ink);
    color: #fff;
}

.momoko-home-button-primary:hover {
    background: #4a4035;
    color: #fff;
}

.momoko-home-button-secondary {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(45, 41, 36, 0.18);
    color: var(--momoko-home-ink);
}

.momoko-home-button-secondary:hover {
    background: #fff;
    color: var(--momoko-home-ink);
}

.momoko-home-section-heading {
    margin: 0 0 22px;
    max-width: 690px;
}

.momoko-home > .momoko-home-section:not(.momoko-home-hero) .momoko-home-section-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.momoko-home > .momoko-home-section:not(.momoko-home-hero) .momoko-home-section-text {
    margin-left: auto;
    margin-right: auto;
}

.momoko-home-section-title {
    font-size: clamp(1.5rem, 5vw, 2.55rem);
}

.momoko-home-section-text {
    color: var(--momoko-home-muted);
    margin: 12px 0 0;
}

.momoko-home-category-grid,
.momoko-home-products,
.momoko-home-news-grid {
    display: grid;
}

.momoko-home-category-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momoko-home-category-section .momoko-home-section-heading {
    margin: 0 auto 26px;
    max-width: 620px;
    text-align: center;
}

.momoko-home-category-section .momoko-home-section-title {
    font-size: clamp(1.42rem, 4.6vw, 2.25rem);
}

.momoko-home-category-section .momoko-home-section-text {
    margin-left: auto;
    margin-right: auto;
}

.momoko-home-category-card {
    background: rgba(255, 253, 249, 0.78);
    border: 1px solid rgba(121, 101, 77, 0.12);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(69, 53, 36, 0.04);
    color: var(--momoko-home-ink);
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.momoko-home-category-card::before {
    content: none;
}

.momoko-home-category-card:hover {
    border-color: rgba(121, 101, 77, 0.2);
    box-shadow: 0 18px 34px rgba(69, 53, 36, 0.08);
    color: var(--momoko-home-ink);
    transform: translateY(-2px);
}

.momoko-home-category-card:hover .momoko-home-category-image {
    transform: scale(1.03);
}

.momoko-home-category-image-wrap {
    aspect-ratio: 4 / 3;
    background: transparent;
    display: block;
    overflow: hidden;
}

.momoko-home-category-body {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    padding: 13px 13px 15px;
    text-align: center;
}

.momoko-home-category-title {
    display: block;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.91rem;
    font-weight: 600;
    line-height: 1.42;
}

.momoko-home-category-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--momoko-home-muted);
    display: -webkit-box;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.74rem;
    line-height: 1.5;
    margin: 5px auto 0;
    max-width: 14em;
    overflow: hidden;
}

.momoko-home-category-image {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.02);
    transition: transform 0.45s ease;
}

.momoko-home-category-more {
    margin-top: 24px;
    text-align: center;
}

.momoko-home-category-more-link {
    color: #7c5734;
    display: inline-block;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-underline-offset: 4px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.momoko-home-category-more-link:hover {
    color: #5f4129;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.momoko-home .momoko-home-keyword-section .momoko-home-section-heading {
    margin: 0 auto 18px;
    max-width: 680px;
    text-align: center;
}

.momoko-home .momoko-home-art-finder {
    padding-top: 42px;
}

.momoko-home .momoko-home-art-finder-panel {
    background: rgba(255, 250, 244, 0.44);
    border: 1px solid rgba(120, 90, 70, 0.1);
    border-radius: 24px;
    margin: 0 auto;
    max-width: 1040px;
    padding: 16px;
}

.momoko-home .momoko-home-art-finder-groups {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.momoko-home .momoko-home-art-finder-group {
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid rgba(156, 128, 96, 0.1);
    border-radius: 18px;
    padding: 14px;
}

.momoko-home .momoko-home-art-finder-group-title {
    color: #6f5542;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.35;
    margin: 0 0 10px;
    text-align: center;
}

.momoko-home .momoko-home-art-finder .momoko-home-keyword-tags {
    gap: 8px;
    max-width: none;
}

.momoko-home .momoko-home-keyword-tags,
.momoko-home .momoko-home-keyword-list {
    display: grid;
    gap: 10px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    list-style: none !important;
    margin: 0 auto !important;
    max-width: 760px;
    padding: 0 !important;
    width: 100%;
}

.momoko-home .momoko-home-keyword-list li,
.momoko-home .momoko-home-keyword-item {
    display: block;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0;
    width: 100%;
}

.momoko-home .momoko-home-keyword-list li::marker,
.momoko-home .momoko-home-keyword-item::marker {
    content: "" !important;
}

.momoko-home .momoko-home-keyword-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(156, 128, 96, 0.2);
    border-radius: 999px;
    color: #3a3029;
    display: inline-flex;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.25;
    min-width: 0;
    overflow: hidden;
    padding: 9px 16px;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    width: 100%;
}

.momoko-home .momoko-home-keyword-link:hover {
    background: rgba(255, 251, 245, 0.86);
    border-color: rgba(156, 128, 96, 0.34);
    box-shadow: 0 6px 14px rgba(69, 53, 36, 0.045);
    color: #3a3029;
    transform: translateY(-2px);
}

.momoko-home .momoko-home-keyword-link.is-fallback-link {
    border-style: solid;
}

.momoko-home-products {
    gap: 18px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momoko-home .momoko-home-select-heading {
    margin-bottom: 18px;
    max-width: none;
}

.momoko-home .momoko-home-select-title-row {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    text-align: left;
}

.momoko-home .momoko-home-select-title-copy {
    min-width: 0;
}

.momoko-home .momoko-home-select-section .momoko-home-section-title {
    font-size: clamp(1.62rem, 7vw, 1.9rem);
    letter-spacing: 0.01em;
    line-height: 1.15;
    white-space: nowrap;
}

.momoko-home .momoko-home-select-title-copy .momoko-home-kicker {
    margin-bottom: 8px;
}

.momoko-home .momoko-home-section-more {
    color: #7c5734;
    flex: 0 0 auto;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 3px;
    text-decoration: none;
    text-underline-offset: 4px;
}

.momoko-home .momoko-home-section-more:hover {
    color: #5f4129;
    text-decoration: underline;
}

.momoko-home .momoko-home-section-more-desktop {
    display: none !important;
}

.momoko-home .momoko-home-section-more-mobile-wrap {
    display: block;
    margin-top: 24px;
    text-align: center;
}

.momoko-home .momoko-home-section-more-mobile {
    display: inline-block;
}

.momoko-home .momoko-home-slider-hint {
    align-items: center;
    display: flex;
    gap: 7px;
    justify-content: center;
    margin: 14px auto 0;
    pointer-events: none;
}

.momoko-home .momoko-home-slider-hint span {
    background: rgba(121, 101, 77, 0.34);
    border-radius: 999px;
    display: block;
    height: 5px;
    width: 5px;
}

.momoko-home .momoko-home-slider-hint span:nth-child(2) {
    opacity: 0.72;
}

.momoko-home .momoko-home-slider-hint span:nth-child(3) {
    opacity: 0.42;
}

.momoko-home .momoko-home-select-section .momoko-home-section-text {
    margin-left: 0;
    margin-right: 0;
    max-width: 560px;
    text-align: left;
}

.momoko-home .momoko-home-select-products {
    display: flex;
    gap: 15px;
    grid-template-columns: none;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 16px 10px;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.momoko-home .momoko-home-select-products::-webkit-scrollbar {
    display: none;
}

.momoko-home .momoko-home-select-products {
    scrollbar-width: none;
}

.momoko-home .momoko-home-select-products .momoko-home-product-card {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(120, 90, 70, 0.11);
    box-shadow: 0 10px 24px rgba(69, 53, 36, 0.035);
    flex: 0 0 42vw;
    max-width: 188px;
    scroll-snap-align: start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.momoko-home .momoko-home-select-products .momoko-home-product-card:hover {
    border-color: rgba(120, 90, 70, 0.18);
    box-shadow: 0 16px 32px rgba(69, 53, 36, 0.075);
    transform: translateY(-2px);
}

.momoko-home .momoko-home-select-products .momoko-home-product-image-wrap {
    aspect-ratio: 3 / 4;
}

.momoko-home .momoko-home-select-products .momoko-home-product-image {
    object-fit: contain;
    object-position: center center;
    transition: transform 0.35s ease;
}

.momoko-home .momoko-home-select-products .momoko-home-product-card:hover .momoko-home-product-image {
    transform: scale(1.025);
}

.momoko-home .momoko-home-select-products .momoko-home-product-price {
    font-size: 12px;
}

.momoko-home .momoko-home-new-section .momoko-home-section-heading {
    margin-bottom: 18px;
}

.momoko-home .momoko-home-new-products {
    display: flex;
    gap: 15px;
    grid-template-columns: none;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 16px 10px;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.momoko-home .momoko-home-new-products::-webkit-scrollbar {
    display: none;
}

.momoko-home .momoko-home-new-products .momoko-home-product-card {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(120, 90, 70, 0.11);
    box-shadow: 0 10px 24px rgba(69, 53, 36, 0.035);
    flex: 0 0 42vw;
    max-width: 188px;
    scroll-snap-align: start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.momoko-home .momoko-home-new-products .momoko-home-product-card:hover {
    border-color: rgba(120, 90, 70, 0.18);
    box-shadow: 0 16px 32px rgba(69, 53, 36, 0.075);
    transform: translateY(-2px);
}

.momoko-home .momoko-home-new-products .momoko-home-product-image-wrap {
    aspect-ratio: 3 / 4;
}

.momoko-home .momoko-home-new-products .momoko-home-product-image {
    object-fit: contain;
    object-position: center center;
    transition: transform 0.35s ease;
}

.momoko-home .momoko-home-new-products .momoko-home-product-card:hover .momoko-home-product-image {
    transform: scale(1.025);
}

.momoko-home .momoko-home-new-products .momoko-home-product-price {
    font-size: 12px;
}

.momoko-home .momoko-home-new-more {
    margin-top: 24px;
    text-align: center;
}

.momoko-home .momoko-home-recent-more {
    margin-top: 24px;
    text-align: center;
}

.momoko-home .momoko-home-category-section .momoko-home-section-heading,
.momoko-home .momoko-home-art-finder .momoko-home-section-heading,
.momoko-home .momoko-home-new-section .momoko-home-section-heading,
.momoko-home .momoko-home-select-section .momoko-home-section-heading,
.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-heading {
    margin: 0 auto 22px;
    max-width: 720px;
    text-align: center;
}

.momoko-home .momoko-home-category-section .momoko-home-kicker,
.momoko-home .momoko-home-art-finder .momoko-home-kicker,
.momoko-home .momoko-home-new-section .momoko-home-kicker,
.momoko-home .momoko-home-select-section .momoko-home-kicker,
.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-kicker {
    color: var(--momoko-home-accent);
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 10px;
}

.momoko-home .momoko-home-category-section .momoko-home-section-title,
.momoko-home .momoko-home-art-finder .momoko-home-section-title,
.momoko-home .momoko-home-new-section .momoko-home-section-title,
.momoko-home .momoko-home-select-section .momoko-home-section-title,
.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-title {
    font-size: clamp(30px, 8vw, 34px);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.2;
    white-space: normal;
}

.momoko-home .momoko-home-category-section .momoko-home-section-text,
.momoko-home .momoko-home-art-finder .momoko-home-section-text,
.momoko-home .momoko-home-new-section .momoko-home-section-text,
.momoko-home .momoko-home-select-section .momoko-home-section-text,
.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-text {
    color: var(--momoko-home-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 12px auto 0;
    max-width: 650px;
    text-align: center;
}

.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-heading {
    margin: 0 auto 22px;
    max-width: 720px;
    text-align: center;
}

.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-kicker {
    margin-bottom: 10px;
}

.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-title {
    font-size: clamp(30px, 8vw, 34px);
    letter-spacing: 0.03em;
    line-height: 1.2;
    white-space: normal;
}

.momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-text {
    margin: 12px auto 0;
    max-width: 650px;
    text-align: center;
}

.momoko-home-product-card {
    background: #fff;
    border: 1px solid var(--momoko-home-line);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 10px;
}

.momoko-home-product-image-link,
.momoko-home-product-title-link {
    color: inherit;
    text-decoration: none;
}

.momoko-home-product-image-wrap {
    aspect-ratio: 3 / 4;
    background: var(--momoko-home-soft);
    border-radius: 12px;
    display: block;
    overflow: hidden;
}

.momoko-home-product-title {
    color: var(--momoko-home-ink);
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin: 10px 0 7px;
}

.momoko-home-product-title-link {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.momoko-home-product-price {
    color: var(--momoko-home-green);
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: auto;
}

.momoko-home-recently-viewed[hidden] {
    display: none !important;
}

.momoko-home-recent-grid {
    display: flex;
    gap: 15px;
    grid-template-columns: none;
    margin-left: -16px;
    margin-right: -16px;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 16px 10px;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.momoko-home-recent-grid::-webkit-scrollbar {
    display: none;
}

.momoko-home-recent-grid .momoko-home-product-card {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(120, 90, 70, 0.11);
    box-shadow: 0 10px 24px rgba(69, 53, 36, 0.035);
    flex: 0 0 42vw;
    max-width: 188px;
    scroll-snap-align: start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.momoko-home-recent-grid .momoko-home-product-card:hover {
    border-color: rgba(120, 90, 70, 0.18);
    box-shadow: 0 16px 32px rgba(69, 53, 36, 0.075);
    transform: translateY(-2px);
}

.momoko-home-recent-grid .momoko-home-product-image-wrap {
    aspect-ratio: 3 / 4;
}

.momoko-home-recent-grid .momoko-home-product-image {
    object-fit: contain;
    object-position: center center;
    transition: transform 0.35s ease;
}

.momoko-home-recent-grid .momoko-home-product-card:hover .momoko-home-product-image {
    transform: scale(1.025);
}

.momoko-home-recent-card .momoko-home-product-price {
    font-size: 12px;
}

.momoko-home-news-grid {
    gap: 16px;
    grid-template-columns: 1fr;
}

.momoko-home-news-card {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(120, 90, 70, 0.12);
    border-radius: 20px;
    box-shadow: 0 12px 26px rgba(69, 53, 36, 0.035);
    overflow: hidden;
    padding-top: 16px;
}

.momoko-home-news-image-link {
    aspect-ratio: 4 / 3;
    background: rgba(255, 250, 244, 0.72);
    border-radius: 14px;
    display: block;
    margin: 0 16px;
    overflow: hidden;
}

.momoko-home-news-image {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.momoko-home-news-body {
    padding: 18px;
}

.momoko-home-news-date {
    color: var(--momoko-home-accent);
    display: block;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.momoko-home-news-title {
    color: var(--momoko-home-ink);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.momoko-home-news-title-link,
.momoko-home-news-link {
    color: inherit;
    text-decoration: none;
}

.momoko-home-news-excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--momoko-home-muted);
    display: -webkit-box;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.88rem;
    line-height: 1.62;
    margin: 10px 0 14px;
    overflow: hidden;
}

.momoko-home-news-link {
    border-bottom: 1px solid currentColor;
    color: var(--momoko-home-accent);
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 0.86rem;
}

.momoko-home-empty {
    background: var(--momoko-home-soft);
    border-radius: var(--momoko-home-radius);
    color: var(--momoko-home-muted);
    margin: 0;
    padding: 20px;
}

@media (prefers-color-scheme: dark) {
    body.momoko-home-redesign-page {
        background:
            radial-gradient(circle at 12% 10%, rgba(92, 72, 63, 0.36), rgba(92, 72, 63, 0) 34%),
            linear-gradient(135deg, #2f2a26 0%, #3a312c 45%, #313830 100%) !important;
    }

    body.momoko-home-redesign-page .main-page-wrapper {
        background: linear-gradient(135deg, #2f2a26 0%, #3a312c 24%, #40352f 48%, #313830 72%, #2f3538 100%);
    }

    body.momoko-home-redesign-page .main-page-wrapper::before {
        background:
            radial-gradient(circle at 14% 12%, rgba(112, 78, 70, 0.48), rgba(112, 78, 70, 0) 31%),
            radial-gradient(circle at 84% 18%, rgba(98, 74, 56, 0.42), rgba(98, 74, 56, 0) 35%),
            radial-gradient(circle at 76% 78%, rgba(58, 80, 66, 0.5), rgba(58, 80, 66, 0) 37%),
            radial-gradient(circle at 22% 86%, rgba(57, 70, 76, 0.44), rgba(57, 70, 76, 0) 35%),
            linear-gradient(135deg, rgba(47, 42, 38, 0.9) 0%, rgba(58, 49, 44, 0.86) 24%, rgba(64, 53, 47, 0.84) 48%, rgba(49, 56, 48, 0.86) 72%, rgba(47, 53, 56, 0.9) 100%);
    }

    body.momoko-home-redesign-page .momoko-home {
        --momoko-home-ink: #f3eadf;
        --momoko-home-muted: #cfc2b6;
        --momoko-home-soft: rgba(255, 255, 255, 0.08);
        --momoko-home-soft-2: rgba(80, 70, 61, 0.46);
        --momoko-home-line: rgba(255, 255, 255, 0.16);
        --momoko-home-card: rgba(55, 48, 43, 0.74);
        --momoko-home-accent: #e1c7ad;
        --momoko-home-green: #bdd0b9;
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-hero-title,
    body.momoko-home-redesign-page .momoko-home-section-title,
    body.momoko-home-redesign-page .momoko-home-product-title,
    body.momoko-home-redesign-page .momoko-home-news-title {
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-hero-text,
    body.momoko-home-redesign-page .momoko-home-section-text,
    body.momoko-home-redesign-page .momoko-home-category-description,
    body.momoko-home-redesign-page .momoko-home-news-excerpt {
        color: var(--momoko-home-muted);
    }

    body.momoko-home-redesign-page .momoko-home-category-card,
    body.momoko-home-redesign-page .momoko-home-product-card,
    body.momoko-home-redesign-page .momoko-home-news-card {
        background: var(--momoko-home-card);
        border-color: var(--momoko-home-line);
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-category-body {
        background: transparent;
        border-color: transparent;
    }

    body.momoko-home-redesign-page .momoko-home-category-more-link {
        color: #e1c7ad;
    }

    body.momoko-home-redesign-page .momoko-home-category-more-link:hover {
        color: #f0dbc1;
    }

    body.momoko-home-redesign-page .momoko-home-keyword-link {
        background: rgba(255, 255, 255, 0.08);
        border-color: var(--momoko-home-line);
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-keyword-link:hover {
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.24);
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-empty {
        background: rgba(255, 255, 255, 0.08);
        border-color: var(--momoko-home-line);
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-slider-hint span {
        background: rgba(225, 199, 173, 0.44);
    }

    body.momoko-home-redesign-page .momoko-home-category-image-wrap,
    body.momoko-home-redesign-page .momoko-home-product-image-wrap,
    body.momoko-home-redesign-page .momoko-home-news-image-link {
        background: rgba(255, 255, 255, 0.08);
    }

    body.momoko-home-redesign-page .momoko-home-hero-media {
        background: transparent;
        box-shadow: none;
    }

    body.momoko-home-redesign-page .momoko-home-hero-image {
        filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
    }

    body.momoko-home-redesign-page .momoko-home-button-primary {
        background: #f3eadf;
        color: #2f2a26;
    }

    body.momoko-home-redesign-page .momoko-home-button-primary:hover {
        background: #fff6eb;
        color: #2f2a26;
    }

    body.momoko-home-redesign-page .momoko-home-button-secondary {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.22);
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-button-secondary:hover {
        background: rgba(255, 255, 255, 0.14);
        color: var(--momoko-home-ink);
    }

    body.momoko-home-redesign-page .momoko-home-product-title-link,
    body.momoko-home-redesign-page .momoko-home-news-title-link {
        color: var(--momoko-home-ink);
    }
}

@media (min-width: 768px) {
    .momoko-home {
        padding-left: 28px;
        padding-right: 28px;
    }

    .momoko-home-section {
        padding-top: 68px;
    }

    .momoko-home .momoko-home-keyword-section {
        padding-top: 48px;
    }

    .momoko-home .momoko-home-art-finder {
        padding-top: 56px;
    }

    .momoko-home .momoko-home-art-finder-panel {
        padding: 18px;
    }

    .momoko-home .momoko-home-art-finder-groups {
        gap: 14px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .momoko-home .momoko-home-art-finder-group {
        padding: 16px 14px;
    }

    .momoko-home .momoko-home-art-finder .momoko-home-keyword-tags {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .momoko-home-hero {
        padding-top: 24px;
    }

    .momoko-home-products {
        gap: 24px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .momoko-home .momoko-home-select-heading {
        margin-left: auto;
        margin-right: auto;
        max-width: 760px;
    }

    .momoko-home .momoko-home-category-grid,
    .momoko-home .momoko-home-art-finder-panel,
    .momoko-home .momoko-home-new-products,
    .momoko-home .momoko-home-select-section,
    .momoko-home .momoko-home-recent-grid,
    .momoko-home .momoko-home-news-grid {
        box-sizing: border-box;
        margin-left: 50%;
        margin-right: 0;
        max-width: min(var(--momoko-home-content-max), calc(100vw - var(--momoko-home-content-gutter)));
        transform: translateX(-50%);
        width: min(var(--momoko-home-content-max), calc(100vw - var(--momoko-home-content-gutter)));
    }

    .momoko-home .momoko-home-select-section {
        max-width: min(var(--momoko-home-content-max), calc(100vw - var(--momoko-home-content-gutter)));
    }

    .momoko-home .momoko-home-select-title-row {
        align-items: center;
        display: grid;
        gap: 14px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .momoko-home .momoko-home-select-title-copy {
        text-align: center;
    }

    .momoko-home .momoko-home-section-more-desktop {
        display: none !important;
    }

    .momoko-home .momoko-home-section-more-mobile-wrap {
        display: block;
    }

    .momoko-home .momoko-home-slider-hint {
        display: none;
    }

    .momoko-home .momoko-home-select-section .momoko-home-section-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 650px;
        text-align: center;
    }

    .momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-heading {
        margin-left: auto;
        margin-right: auto;
        max-width: 760px;
        text-align: center;
    }

    .momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 650px;
        text-align: center;
    }

    .momoko-home .momoko-home-category-section .momoko-home-section-heading,
    .momoko-home .momoko-home-art-finder .momoko-home-section-heading,
    .momoko-home .momoko-home-new-section .momoko-home-section-heading,
    .momoko-home .momoko-home-select-section .momoko-home-section-heading,
    .momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-heading {
        margin-bottom: 24px;
        max-width: 760px;
    }

    .momoko-home .momoko-home-category-section .momoko-home-section-title,
    .momoko-home .momoko-home-art-finder .momoko-home-section-title,
    .momoko-home .momoko-home-new-section .momoko-home-section-title,
    .momoko-home .momoko-home-select-section .momoko-home-section-title,
    .momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-title {
        font-size: clamp(32px, 3vw, 44px);
        line-height: 1.18;
    }

    .momoko-home .momoko-home-category-section .momoko-home-section-text,
    .momoko-home .momoko-home-art-finder .momoko-home-section-text,
    .momoko-home .momoko-home-new-section .momoko-home-section-text,
    .momoko-home .momoko-home-select-section .momoko-home-section-text,
    .momoko-home > .momoko-home-section.momoko-home-recently-viewed .momoko-home-section-text {
        font-size: 1rem;
    }

    .momoko-home .momoko-home-select-products {
        display: grid;
        gap: 24px 16px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    .momoko-home .momoko-home-select-products .momoko-home-product-card {
        flex: initial;
        max-width: none;
        padding: 13px;
        scroll-snap-align: none;
    }

    .momoko-home .momoko-home-new-products {
        display: grid;
        gap: 24px 16px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    .momoko-home .momoko-home-new-products .momoko-home-product-card {
        flex: initial;
        max-width: none;
        padding: 13px;
        scroll-snap-align: none;
    }

    .momoko-home-product-card {
        padding: 12px;
    }

    .momoko-home-product-title {
        font-size: 14px;
    }

    .momoko-home .momoko-home-keyword-tags,
    .momoko-home .momoko-home-keyword-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .momoko-home-recent-grid {
        display: grid;
        gap: 24px 16px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    .momoko-home-recent-grid .momoko-home-product-card {
        flex: initial;
        max-width: none;
        padding: 13px;
        scroll-snap-align: none;
    }

    .momoko-home-news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .momoko-home-hero-inner {
        align-items: center;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
        min-height: 520px;
        padding: 36px 58px 52px;
    }

    .momoko-home-hero-content {
        order: 1;
        padding: 0;
    }

    .momoko-home-hero-media {
        order: 2;
    }

    .momoko-home-hero-image {
        max-height: 504px;
        max-width: 80%;
        width: auto;
    }

    .momoko-home-category-grid {
        gap: 20px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .momoko-home-category-body {
        padding: 15px 14px 17px;
    }

}

@media (min-width: 1080px) {
    .momoko-home-products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .momoko-home .momoko-home-select-products {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .momoko-home .momoko-home-new-products {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .momoko-home-recent-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
