/* もんげーひなせ EC TOP demo — scoped to the front page. */
:root {
    --mh-navy: #082f49;
    --mh-blue: #145da0;
    --mh-blue-2: #1f6fc0;
    --mh-sky: #eaf4fb;
    --mh-ink: #173042;
    --mh-muted: #5f7280;
    --mh-paper: #fbfaf6;
    --mh-white: #fff;
    --mh-orange: #ee9b22;
    --mh-orange-dark: #d77f0f;
    --mh-gold: #d9aa4e;
    --mh-line: #d9e2e8;
    --mh-radius: 18px;
    --mh-shadow: 0 20px 60px rgba(8, 47, 73, .12);
}

html { scroll-behavior: smooth; }

.front_page {
    color: var(--mh-ink);
    background: var(--mh-paper);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.front_page .ec-layoutRole__header,
.front_page .ec-layoutRole__footer,
.front_page .ec-layoutRole__mainBottom,
.front_page .ec-blockTopBtn { display: none !important; }

.front_page .ec-layoutRole,
.front_page .ec-layoutRole__contents,
.front_page .ec-layoutRole__main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.front_page .ec-layoutRole__main { min-height: 0; }
.front_page * { box-sizing: border-box; }
.front_page img { max-width: 100%; }
.front_page button, .front_page a { -webkit-tap-highlight-color: transparent; }
.front_page a { color: inherit; text-decoration: none; }
.front_page button { font: inherit; }

.mh-site { overflow: hidden; padding-top: 38px; background: var(--mh-paper); }
.mh-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.mh-section { padding: 112px 0; }

.mh-announcement {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 110;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 8px 20px;
    color: var(--mh-white);
    background: var(--mh-navy);
    font-size: 13px;
    letter-spacing: .06em;
}

.mh-announcement strong { color: #ffd78e; margin-left: .35em; }
.mh-announcement__divider { width: 1px; height: 16px; background: rgba(255,255,255,.35); }

.mh-header {
    position: relative;
    z-index: 20;
    height: 84px;
    display: grid;
    grid-template-columns: 250px 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 0 max(24px, calc((100vw - 1180px) / 2));
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(8,47,73,.08);
}

.mh-header__logo { display: inline-flex; width: 190px; }
.mh-header__logo img { width: 100%; height: auto; }
.mh-header__nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); font-size: 14px; font-weight: 700; }
.mh-header__nav a, .mh-header__text-link { position: relative; padding: 30px 0; }
.mh-header__nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--mh-orange); transition: right .25s ease; }
.mh-header__nav a:hover::after { right: 0; }
.mh-header__actions { display: flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 700; }
.mh-cart-link { width: 44px; min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff !important; background: var(--mh-navy); transition: background .2s ease, transform .2s ease; }
.mh-cart-link:hover { background: var(--mh-blue); transform: translateY(-1px); }
.mh-cart-link:focus-visible { outline: 3px solid var(--mh-orange); outline-offset: 3px; }
.mh-cart-link svg { display: block; width: 22px; height: 22px; }

.mh-hero { position: relative; min-height: 680px; display: flex; align-items: center; color: #fff; background: var(--mh-navy); }
.mh-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.mh-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,31,49,.94) 0%, rgba(4,42,66,.76) 45%, rgba(4,42,66,.24) 73%, rgba(4,42,66,.1) 100%); }
.mh-hero__inner { position: relative; z-index: 2; padding: 80px 0 104px; }
.mh-eyebrow { margin: 0 0 16px; color: var(--mh-blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.mh-eyebrow--light { color: #cce6f5; }
.mh-eyebrow--gold { color: #f0c979; }
.mh-hero h1, .mh-section h2, .mh-award h2, .mh-final h2 {
    margin: 0;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 600;
    letter-spacing: .04em;
}
.mh-hero h1 { max-width: 730px; font-size: clamp(54px, 7vw, 92px); line-height: 1.14; text-shadow: 0 4px 30px rgba(0,0,0,.25); }
.mh-hero__lead { max-width: 620px; margin: 28px 0 34px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 2; }
.mh-hero__buttons, .mh-final__buttons { display: flex; flex-wrap: wrap; gap: 14px; }

.mh-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: .04em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mh-button:hover { transform: translateY(-2px); }
.mh-button--primary { color: #162d3b !important; background: var(--mh-orange); box-shadow: 0 10px 30px rgba(238,155,34,.25); }
.mh-button--primary:hover { background: #f5ab3e; }
.mh-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.mh-button--outline { color: var(--mh-navy); border-color: var(--mh-navy); background: #fff; }

.mh-hero__notes { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: 12px; }
.mh-hero__notes li::before { content: "✓"; margin-right: 7px; color: #ffd78e; }
.mh-hero__season { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 28px; padding: 10px 16px; color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 12px; backdrop-filter: blur(8px); }

.mh-trustbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-bottom: 1px solid var(--mh-line);
}
.mh-trustbar > div { min-height: 92px; display: grid; grid-template-columns: 34px auto; grid-template-rows: auto auto; align-content: center; column-gap: 10px; padding: 18px; border-right: 1px solid var(--mh-line); }
.mh-trustbar > div:last-child { border-right: 0; }
.mh-trustbar span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; color: var(--mh-blue); background: var(--mh-sky); border-radius: 50%; font-weight: 800; }
.mh-trustbar strong { font-size: 13px; }
.mh-trustbar small { color: var(--mh-muted); font-size: 10px; }

.mh-section-head { margin-bottom: 46px; }
.mh-section-head h2, .mh-producer h2, .mh-video-section h2, .mh-faq h2 { color: var(--mh-navy); font-size: clamp(32px, 3.6vw, 48px); line-height: 1.25; }
.mh-section-head > p:last-child { margin: 18px 0 0; color: var(--mh-muted); line-height: 1.9; }
.mh-section-head--split { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.mh-section-head--split > p { max-width: 420px; margin: 0 !important; }
.mh-section-head--center { text-align: center; }
.mh-section-head--light h2 { color: #fff; }
.mh-section-head--light > p:last-child { color: rgba(255,255,255,.72); }

.mh-products { background: #f4f8fa; }
.mh-scroll-hint { display: none; }
.mh-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 22px; }
.mh-product-card { position: relative; overflow: hidden; background: #fff; border: 1px solid #dce6ec; border-radius: 0; box-shadow: 0 12px 34px rgba(8,47,73,.07); }
.mh-product-card--featured { z-index: 2; border: 2px solid var(--mh-blue); transform: translateY(-12px); box-shadow: var(--mh-shadow); }
.mh-product-card__flag { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 8px 14px; color: #fff; background: var(--mh-blue); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.mh-product-card__image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #edf2f5; }
.mh-product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease; }
.mh-product-card:hover .mh-product-card__image img { transform: none; }
.mh-product-card__image > span { position: absolute; right: 14px; bottom: 14px; padding: 7px 12px; color: #fff; background: rgba(8,47,73,.82); border-radius: 999px; font-size: 11px; font-weight: 700; }
.mh-product-card__body { padding: 28px; }
.mh-product-card__weight { margin: 0 0 6px; color: var(--mh-blue); font-size: 28px; font-weight: 900; line-height: 1; }
.mh-product-card h3 { margin: 0; color: var(--mh-navy); font-size: 20px; }
.mh-product-card__purpose { margin: 10px 0 20px; color: var(--mh-muted); font-size: 13px; }
.mh-product-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 14px 0; border-top: 1px solid var(--mh-line); border-bottom: 1px solid var(--mh-line); }
.mh-product-card dl > div + div { border-left: 1px solid var(--mh-line); padding-left: 18px; }
.mh-product-card dt { color: var(--mh-muted); font-size: 10px; }
.mh-product-card dd { margin: 5px 0 0; font-weight: 800; }
.mh-product-card__price { display: flex; align-items: baseline; gap: 4px; margin: 20px 0 2px; color: var(--mh-navy); }
.mh-product-card__price strong { font-size: 34px; letter-spacing: -.04em; }
.mh-product-card__price span { font-size: 12px; }
.mh-product-card__shipping { margin: 0 0 18px; color: var(--mh-blue); font-size: 11px; font-weight: 700; }
.mh-product-card .mh-button { width: 100%; }
.mh-caption { margin: 20px 0 0; color: var(--mh-muted); font-size: 11px; text-align: center; }

.mh-voices { background: #fff; }
.mh-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mh-review-card { margin: 0; padding: 30px; background: var(--mh-paper); border-radius: var(--mh-radius); border: 1px solid #ebe9e2; }
.mh-stars { color: #efaa28; letter-spacing: .12em; }
.mh-review-card blockquote { min-height: 120px; margin: 20px 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 16px; line-height: 1.9; }
.mh-review-card > p { margin: 0; color: var(--mh-muted); font-size: 11px; }
.mh-center { margin-top: 32px; text-align: center; }
.mh-text-link { color: var(--mh-blue) !important; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }

.mh-award { padding: 88px 0; background: var(--mh-paper); }
.mh-award__inner { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 54px; }
.mh-award__mark { display: grid; place-items: center; }
.mh-award__mark img { width: min(100%, 440px); height: auto; max-height: 275px; object-fit: contain; }
.mh-award__eyebrow-break { display: none; }
.mh-award h2 { color: var(--mh-navy); font-size: clamp(30px, 3.4vw, 44px); line-height: 1.25; }
.mh-award__inner > div > p:not(.mh-eyebrow) { margin: 18px 0 0; }
.mh-award__note { max-width: 760px; color: var(--mh-muted); font-size: 13px; line-height: 1.8; }
.mh-award__facts { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.mh-award__facts li { display: grid; grid-template-columns: 5.5em 1fr; gap: 10px; padding: 10px 12px; background: #fff; border: 1px solid var(--mh-line); border-radius: 9px; }
.mh-award__facts span { color: var(--mh-muted); font-size: 11px; font-weight: 700; }
.mh-award__facts strong { color: var(--mh-navy); font-size: 13px; line-height: 1.5; }
.mh-award__sources { margin-top: 14px; color: var(--mh-muted); font-size: 10px; }
.mh-award__sources a { color: var(--mh-blue); text-decoration: underline; }

.mh-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mh-category-card { position: relative; aspect-ratio: 1 / 1; min-height: 0; overflow: hidden; border-radius: var(--mh-radius); background: var(--mh-navy); }
.mh-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,31,49,.9), rgba(3,31,49,.05) 65%); }
.mh-category-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mh-category-card:hover img { transform: scale(1.05); }
.mh-category-card span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; color: #fff; }
.mh-category-card strong { display: block; font-family: "Yu Mincho", serif; font-size: 24px; }
.mh-category-card small { display: block; margin-top: 4px; color: rgba(255,255,255,.7); }

.mh-guide { background: var(--mh-sky); }
.mh-guide__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.mh-guide__intro > p:not(.mh-eyebrow) { color: var(--mh-muted); line-height: 1.9; }
.mh-guide__recommendation { display: flex; align-items: flex-end; gap: 12px; margin-top: 28px; }
.mh-guide__mascot { flex: 0 0 88px; width: 88px; height: auto; margin: 0; object-fit: contain; }
.mh-guide__result { position: relative; flex: 1; margin: 0; padding: 20px 22px; color: var(--mh-navy); background: #fff; border: 2px solid var(--mh-navy); border-radius: 16px 16px 16px 4px; box-shadow: 0 10px 20px rgba(3,31,49,.10); }
.mh-guide__result::before { content: ""; position: absolute; left: -10px; bottom: 20px; width: 18px; height: 18px; background: #fff; border-left: 2px solid var(--mh-navy); border-bottom: 2px solid var(--mh-navy); transform: rotate(45deg); }
.mh-guide__result small, .mh-guide__result strong, .mh-guide__result a { display: block; }
.mh-guide__result small { color: var(--mh-blue); }
.mh-guide__result strong { margin: 7px 0 14px; font-size: 18px; }
.mh-guide__result a { color: var(--mh-blue); font-size: 12px; font-weight: 800; }
.mh-guide__choices { display: grid; gap: 18px; }
.mh-guide fieldset { margin: 0; padding: 24px; border: 0; background: #fff; border-radius: 14px; }
.mh-guide legend { float: left; width: 100%; margin-bottom: 15px; color: var(--mh-navy); font-weight: 800; }
.mh-guide fieldset > div { clear: both; display: flex; flex-wrap: wrap; gap: 8px; }
.mh-guide button { flex: 1; min-width: 110px; padding: 12px 16px; color: var(--mh-navy); background: #fff; border: 1px solid #bed2de; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 700; }
.mh-guide button:hover, .mh-guide button.is-active { color: #fff; background: var(--mh-blue); border-color: var(--mh-blue); }

.mh-producer { background: #fff; }
.mh-producer__layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.mh-producer__image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px; }
.mh-producer__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 60% center; }
.mh-producer__image span { position: absolute; top: 16px; left: 16px; padding: 10px 14px; color: #fff; background: var(--mh-blue); border-radius: 10px; font-size: 11px; font-weight: 800; line-height: 1.55; text-align: center; }
.mh-producer__image--mobile { display: none; }
.mh-producer__copy > p:not(.mh-eyebrow):not(.mh-producer__name) { color: var(--mh-muted); line-height: 2; }
.mh-producer__name { display: flex; align-items: baseline; gap: 14px; margin: 28px 0; padding-bottom: 20px; border-bottom: 1px solid var(--mh-line); }
.mh-producer__name strong { color: var(--mh-navy); font-family: "Yu Mincho", serif; font-size: 28px; letter-spacing: .08em; }
.mh-producer__name span { color: var(--mh-muted); font-size: 12px; }
.mh-producer__quote { margin-top: 28px; padding: 20px 24px; border-left: 3px solid var(--mh-orange); background: var(--mh-paper); font-family: "Yu Mincho", serif; font-size: 18px; line-height: 1.8; }

.mh-video-section { background: #eff4f6; }
.mh-video-section__layout { display: grid; grid-template-columns: 1fr minmax(300px, 380px); gap: 70px; align-items: center; }
.mh-video-section__copy > p:not(.mh-eyebrow):not(.mh-video-section__meta) { color: var(--mh-muted); line-height: 2; }
.mh-video-section__meta { margin-top: 24px; color: var(--mh-blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.mh-video { position: relative; justify-self: end; width: 100%; overflow: hidden; aspect-ratio: 9 / 16; background: var(--mh-navy); border-radius: var(--mh-radius); box-shadow: var(--mh-shadow); }
.mh-video__poster { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; cursor: pointer; border: 0; background: transparent; }
.mh-video__poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,31,49,.72), rgba(3,31,49,.08)); }
.mh-video__poster img { width: 100%; height: 100%; object-fit: cover; }
.mh-video__play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 76px; height: 76px; display: grid; place-items: center; transform: translate(-50%,-50%); color: var(--mh-navy); background: var(--mh-orange); border-radius: 50%; font-size: 24px; text-indent: 4px; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.mh-video__label { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: #fff; font-weight: 800; }
.mh-video iframe { width: 100%; height: 100%; border: 0; background: #fff; }

.mh-process { position: relative; color: #fff; background: linear-gradient(rgba(3,31,49,.93),rgba(3,31,49,.93)), url('../img/mongee/boat.webp') center / cover; }
.mh-process__video { position: relative; width: min(100%, 360px); margin: 36px auto 0; overflow: hidden; aspect-ratio: 9 / 16; background: #031f31; border: 1px solid rgba(255,255,255,.2); border-radius: var(--mh-radius); box-shadow: var(--mh-shadow); }
.mh-process__video iframe { display: block; width: 100%; height: 100%; border: 0; }
.mh-process__steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 50px 0 0; padding: 0; list-style: none; }
.mh-process__steps li { position: relative; min-height: 150px; padding: 24px 16px; text-align: center; border: 1px solid rgba(255,255,255,.2); border-right: 0; }
.mh-process__steps li:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.mh-process__steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -10px; color: #f0c979; transform: translateY(-50%); }
.mh-process__steps span, .mh-process__steps strong, .mh-process__steps small { display: block; }
.mh-process__steps span { color: #8ebfdb; font-size: 11px; letter-spacing: .14em; }
.mh-process__steps strong { margin: 18px 0 7px; font-size: 16px; }
.mh-process__steps small { color: rgba(255,255,255,.63); }

.mh-delivery { background: #fff; }
.mh-delivery__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 14px; }
.mh-delivery figure { position: relative; overflow: hidden; margin: 0; border-radius: 14px; background: #e9eef1; }
.mh-delivery__large { grid-row: 1 / 3; }
.mh-delivery figure:nth-child(4) { grid-column: 2 / 4; }
.mh-delivery img { width: 100%; height: 100%; object-fit: cover; }
.mh-delivery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; color: #fff; background: rgba(8,47,73,.75); border-radius: 999px; font-size: 10px; }

.mh-commerce { background: var(--mh-paper); border-top: 1px solid #ebe9e2; border-bottom: 1px solid #ebe9e2; }
.mh-commerce__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--mh-line); border: 1px solid var(--mh-line); }
.mh-commerce__grid > div { min-height: 150px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 14px; padding: 28px; background: #fff; }
.mh-commerce__grid span { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--mh-blue); border-radius: 50%; font-weight: 800; }
.mh-commerce__grid strong { font-size: 14px; }
.mh-commerce__grid small { margin-top: 4px; color: var(--mh-muted); font-size: 10px; }

.mh-recipes { background: #f2f7f9; }
.mh-recipe-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.mh-recipe-grid a { position: relative; min-height: 380px; overflow: hidden; border-radius: var(--mh-radius); background: var(--mh-navy); }
.mh-recipe-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,31,49,.85), transparent 65%); }
.mh-recipe-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mh-recipe-grid a:hover img { transform: scale(1.04); }
.mh-recipe-grid span { position: absolute; z-index: 2; left: 24px; bottom: 24px; color: #fff; }
.mh-recipe-grid small, .mh-recipe-grid strong { display: block; }
.mh-recipe-grid small { margin-bottom: 5px; color: rgba(255,255,255,.7); }
.mh-recipe-grid strong { font-family: "Yu Mincho", serif; font-size: 24px; }

.mh-faq { background: #fff; }
.mh-faq__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.mh-faq__intro > p:last-child { color: var(--mh-muted); }
.mh-faq__items { border-top: 1px solid var(--mh-line); }
.mh-faq details { border-bottom: 1px solid var(--mh-line); }
.mh-faq summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; color: var(--mh-navy); font-weight: 800; }
.mh-faq summary::-webkit-details-marker { display: none; }
.mh-faq summary::after { content: "+"; position: absolute; right: 8px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--mh-blue); background: var(--mh-sky); border-radius: 50%; font-size: 20px; font-weight: 400; }
.mh-faq details[open] summary::after { content: "−"; }
.mh-faq details p { margin: 0; padding: 0 52px 24px 0; color: var(--mh-muted); font-size: 13px; line-height: 1.9; }

.mh-final { position: relative; padding: 110px 0; color: #fff; text-align: center; background: var(--mh-navy); }
.mh-final__image { position: absolute; inset: 0; background: linear-gradient(rgba(3,31,49,.86),rgba(3,31,49,.92)), url('../img/mongee/sea.webp') center / cover; }
.mh-final__inner { position: relative; }
.mh-final h2 { font-size: clamp(40px, 5vw, 68px); line-height: 1.25; }
.mh-final__inner > p:not(.mh-eyebrow) { color: rgba(255,255,255,.78); }
.mh-final__lead { max-width: 780px; margin: 24px auto 0; line-height: 1.9; }
.mh-final__lead strong { color: #fff; }
.mh-final__sizes { max-width: 720px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 34px auto; }
.mh-final__sizes a { padding: 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 12px; background: rgba(255,255,255,.06); }
.mh-final__sizes a.is-emphasis { border-color: var(--mh-orange); background: rgba(238,155,34,.16); }
.mh-final__sizes strong, .mh-final__sizes span { display: block; }
.mh-final__sizes strong { font-size: 24px; }
.mh-final__sizes span { margin-top: 4px; color: rgba(255,255,255,.7); font-size: 10px; }
.mh-final__buttons { justify-content: center; margin-top: 32px; }
.mh-final__inner > small { display: block; margin-top: 20px; color: rgba(255,255,255,.55); }

.mh-footer { padding: 54px 0 42px; background: #fff; }
.mh-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.mh-footer img { width: 180px; }
.mh-footer p { margin: 8px 0 0; color: var(--mh-muted); font-size: 11px; }
.mh-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: 11px; }
.mh-footer__copy { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--mh-line); text-align: right; }
.mh-mobile-cta { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: 360px; height: 220px; display: block; color: var(--mh-navy) !important; background: transparent; }
.mh-mobile-cta > img { position: absolute; right: 0; bottom: 0; width: 126px; height: 126px; object-fit: contain; filter: drop-shadow(0 10px 14px rgba(3,31,49,.18)); }
.mh-mobile-cta__bubble { position: absolute; right: 92px; bottom: 104px; width: 224px; min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 12px; box-sizing: border-box; padding: 12px 18px; color: var(--mh-navy); background: #fff; border: 2px solid var(--mh-navy); border-radius: 16px 16px 4px 16px; box-shadow: 0 10px 24px rgba(3,31,49,.16); font-size: 15px; font-weight: 900; letter-spacing: .03em; }
.mh-mobile-cta__bubble::after { content: ""; position: absolute; right: 24px; bottom: -10px; width: 18px; height: 18px; background: #fff; border-right: 2px solid var(--mh-navy); border-bottom: 2px solid var(--mh-navy); transform: rotate(45deg); }
.mh-mobile-cta__bubble b { position: relative; z-index: 1; font-size: 19px; line-height: 1; }
body.mongee-product-page .mongee-product-floating-cta__button { -webkit-appearance: none; appearance: none; font-family: inherit; cursor: pointer; }
body.mongee-product-page .mongee-product-floating-cta__button:focus-visible { outline: 3px solid var(--mh-orange); outline-offset: 3px; }
body.mongee-product-page .mongee-product-floating-cta--unavailable .mongee-product-floating-cta__unavailable { color: var(--mh-muted); border-color: var(--mh-line); background: #f8fbfc; box-shadow: 0 10px 24px rgba(3,31,49,.12); }
body.mongee-product-page .mongee-product-floating-cta--unavailable .mongee-product-floating-cta__unavailable::after { background: #f8fbfc; border-color: var(--mh-line); }

@media (max-width: 980px) {
    .mh-section { padding: 88px 0; }
    .mh-header { grid-template-columns: 1fr auto; height: 74px; }
    .mh-header__nav { display: none; }
    .mh-product-grid { gap: 14px; }
    .mh-product-card__body { padding: 22px; }
    .mh-category-grid { grid-template-columns: repeat(3, 1fr); }
    .mh-category-card { min-height: 0; }
    .mh-guide__layout, .mh-video-section__layout { gap: 42px; }
    .mh-producer__layout { gap: 50px; }
    .mh-process__steps { grid-template-columns: repeat(3, 1fr); }
    .mh-process__steps li:nth-child(3) { border-right: 1px solid rgba(255,255,255,.2); }
    .mh-process__steps li:nth-child(3)::after { display: none; }
    .mh-commerce__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .mh-site { padding-top: 48px; }
    .mh-award__eyebrow-break { display: block; }
    .front_page { padding-bottom: 96px; }
    .mh-shell { width: min(100% - 32px, 1180px); }
    .mh-section { padding: 72px 0; }
    .mh-announcement { flex-direction: column; gap: 2px; padding: 7px 12px; font-size: 10px; line-height: 1.5; text-align: center; }
    .mh-announcement__divider { display: none; }
    .mh-header { height: 66px; padding-inline: 16px; }
    .mh-header__logo { width: 152px; }
    .mh-header__text-link { display: none; }
    .mh-cart-link { width: 40px; min-width: 40px; height: 40px; }
    .mh-hero { min-height: 650px; align-items: end; }
    .mh-hero__image { object-position: 54% center; }
    .mh-hero__shade { background: linear-gradient(0deg, rgba(3,31,49,.96) 0%, rgba(3,31,49,.67) 62%, rgba(3,31,49,.15) 100%); }
    .mh-hero__inner { padding: 72px 0 105px; }
    .mh-hero h1 { font-size: 52px; }
    .mh-hero__lead { margin: 20px 0 26px; font-size: 13px; line-height: 1.8; }
    .mh-hero__buttons { display: grid; grid-template-columns: 1fr 1fr; }
    .mh-button { min-height: 50px; padding: 0 18px; font-size: 12px; }
    .mh-hero__notes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; margin-top: 24px; }
    .mh-hero__season { left: 16px; right: auto; bottom: 22px; max-width: calc(100% - 32px); font-size: 9px; }
    .mh-trustbar { overflow: visible; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mh-trustbar > div { min-height: 86px; grid-template-columns: 28px minmax(0, 1fr); column-gap: 8px; padding: 13px 12px; border-bottom: 1px solid var(--mh-line); }
    .mh-trustbar > div:nth-child(2n) { border-right: 0; }
    .mh-trustbar > div:nth-last-child(-n + 2) { border-bottom: 0; }
    .mh-trustbar span { width: 28px; height: 28px; font-size: 11px; }
    .mh-trustbar strong { font-size: 12px; line-height: 1.35; }
    .mh-trustbar small { margin-top: 3px; font-size: 9px; line-height: 1.35; }
    .mh-section-head { margin-bottom: 30px; }
    .mh-section-head--split { display: block; }
    .mh-section-head--split > p { margin-top: 14px !important; }
    .mh-scroll-hint { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: -16px 0 8px; color: var(--mh-muted); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
    .mh-scroll-hint span { color: var(--mh-blue); font-size: 16px; line-height: 1; }
    .mh-section-head h2, .mh-producer h2, .mh-video-section h2, .mh-faq h2 { font-size: 30px; }
    .mh-product-grid { display: flex; overflow-x: auto; align-items: stretch; gap: 14px; margin-right: -16px; padding: 14px 16px 24px 0; scroll-snap-type: x mandatory; }
    .mh-product-grid, .mh-review-grid, .mh-recipe-grid { scrollbar-width: none; }
    .mh-product-grid::-webkit-scrollbar, .mh-review-grid::-webkit-scrollbar, .mh-recipe-grid::-webkit-scrollbar { display: none; }
    .mh-product-card { flex: 0 0 84vw; max-width: 350px; scroll-snap-align: start; }
    .mh-product-card--featured { order: -1; transform: none; }
    .mh-review-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: -16px; padding-right: 16px; scroll-snap-type: x mandatory; }
    .mh-review-card { flex: 0 0 84vw; scroll-snap-align: start; }
    .mh-award { padding: 62px 0; }
    .mh-award__inner { grid-template-columns: 1fr; gap: 28px; }
    .mh-award__mark { width: 100%; }
    .mh-award__mark img { width: min(100%, 300px); }
    .mh-category-grid { display: flex; overflow-x: auto; gap: 10px; margin-right: -16px; padding: 0 16px 10px 0; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
    .mh-category-grid::-webkit-scrollbar { display: none; }
    .mh-category-card { flex: 0 0 min(78vw, 320px); min-height: 0; aspect-ratio: 1 / 1; scroll-snap-align: start; }
    .mh-category-card span { left: 16px; right: 16px; bottom: 16px; }
    .mh-category-card strong { font-size: 18px; }
    .mh-guide__layout, .mh-producer__layout, .mh-video-section__layout, .mh-faq__layout { grid-template-columns: 1fr; gap: 38px; }
    .mh-guide__recommendation { gap: 8px; margin-top: 22px; }
    .mh-guide__mascot { flex-basis: 72px; width: 72px; }
    .mh-guide__result { padding: 17px 18px; }
    .mh-guide__result::before { left: -8px; bottom: 17px; width: 14px; height: 14px; }
    .mh-guide__result strong { font-size: 16px; }
    .mh-guide fieldset { padding: 20px; }
    .mh-guide button { min-width: 90px; padding-inline: 11px; }
    .mh-producer__image { order: 2; }
    .mh-producer__image--desktop { display: none; }
    .mh-producer__image--mobile { display: block; margin: 22px 0 26px; }
    .mh-producer__image { aspect-ratio: 1 / 1; border-radius: 12px; }
    .mh-producer__image span { top: 10px; left: 10px; }
    .mh-video-section__copy h2 br { display: none; }
    .mh-video { justify-self: stretch; aspect-ratio: 9 / 16; }
    .mh-process__heading-line, .mh-process__copy-line { display: block; }
    .mh-process__steps { grid-template-columns: 1fr 1fr; }
    .mh-process__video { width: min(100%, 320px); margin-top: 28px; }
    .mh-process__steps li:nth-child(3) { border-right: 0; }
    .mh-process__steps li:nth-child(3)::after { display: block; }
    .mh-process__steps li:nth-child(2n) { border-right: 1px solid rgba(255,255,255,.2); }
    .mh-process__steps li:nth-child(2n)::after { display: none; }
    .mh-delivery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 290px 180px 180px; }
    .mh-delivery__large { grid-column: 1 / 3; grid-row: auto; }
    .mh-delivery figure:nth-child(4) { grid-column: 1 / 3; }
    .mh-commerce__grid { grid-template-columns: 1fr; }
    .mh-commerce__grid > div { min-height: 112px; }
    .mh-recipe-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: -16px; padding-right: 16px; scroll-snap-type: x mandatory; }
    .mh-recipe-grid a { flex: 0 0 78vw; min-height: 330px; scroll-snap-align: start; }
    .mh-final { padding: 84px 0; }
    .mh-final h2 { font-size: 42px; }
    .mh-final__sizes { gap: 6px; }
    .mh-final__sizes a { padding: 13px 6px; }
    .mh-final__sizes strong { font-size: 19px; }
    .mh-footer__inner { grid-template-columns: 1fr; }
    .mh-footer nav { justify-content: flex-start; }
    .mh-footer__copy { text-align: left; }
    .mh-mobile-cta { right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); width: 270px; height: 156px; }
    .mh-mobile-cta > img { width: 84px; height: 84px; }
    .mh-mobile-cta__bubble { right: 52px; bottom: 68px; width: 178px; min-height: 52px; padding: 10px 14px; border-radius: 13px 13px 3px 13px; font-size: 13px; }
    .mh-mobile-cta__bubble::after { right: 18px; bottom: -8px; width: 14px; height: 14px; }
    .mh-mobile-cta__bubble b { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .front_page *, .front_page *::before, .front_page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Product list/detail pages: shares the TOP brand system without changing TOP layout. */
body.product_page { margin: 0; color: var(--mh-ink); background: var(--mh-paper); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; }
body.product_page .ec-layoutRole,
body.product_page .ec-layoutRole__contents,
body.product_page .ec-layoutRole__main { width: 100%; max-width: none; margin: 0; padding: 0; }
.mongee-product-site { min-height: 100vh; padding-top: 38px; overflow: hidden; background: var(--mh-paper); }
.mongee-product-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.mongee-product-list, .mongee-product-detail { padding: 84px 0 112px; }
.mongee-breadcrumb { margin: 0 0 28px; color: var(--mh-muted); font-size: 12px; }
.mongee-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mongee-breadcrumb li { display: inline-flex; align-items: center; gap: 8px; }
.mongee-breadcrumb li + li::before { content: '/'; color: var(--mh-line); }
.mongee-breadcrumb a { color: var(--mh-blue); text-decoration: underline; text-underline-offset: 3px; }
.mongee-product-intro { margin-bottom: 36px; }
.mongee-product-intro h1 { margin: 0; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(38px, 5vw, 64px); font-weight: 600; letter-spacing: .04em; line-height: 1.2; }
.mongee-product-intro > p:last-child { max-width: 820px; margin: 18px 0 0; color: var(--mh-muted); line-height: 1.9; }
.mongee-product-intro__lead { max-width: 820px; margin: 18px 0 0 !important; color: var(--mh-navy) !important; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.35 !important; }
.mongee-product-intro__shipping { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: baseline; max-width: 820px; margin: 22px 0 0 !important; color: var(--mh-blue) !important; font-size: 14px; }
.mongee-product-intro__shipping small { color: var(--mh-muted); font-size: 11px; }
.mongee-product-intro__selection { max-width: 820px; margin: 16px 0 0; padding: 14px 18px; color: var(--mh-muted); border-left: 3px solid var(--mh-blue); background: #fff; font-size: 14px; line-height: 1.9; }
.mongee-product-intro__selection strong { color: var(--mh-navy); }
.mongee-product-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 64px; }
.mongee-product-nav a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 22px; color: var(--mh-navy); border: 1px solid var(--mh-navy); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 800; }
.mongee-product-nav a:hover { color: #fff; background: var(--mh-navy); }
.mongee-product-group { scroll-margin-top: 28px; margin-top: 70px; }
.mongee-product-group__head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--mh-line); }
.mongee-product-group__head h2 { margin: 0; padding-bottom: 12px; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(26px, 3vw, 36px); font-weight: 600; }
.mongee-product-group__head p { margin: 0 0 12px; color: var(--mh-muted); font-size: 13px; }
.mongee-product-group__label { margin: 0 0 6px !important; color: var(--mh-blue) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .08em; }
.mongee-product-group__catch { margin: 0 0 12px !important; color: var(--mh-navy) !important; font-size: 16px !important; font-weight: 700; }
.mongee-product-group__body { max-width: 760px; margin: 0 0 24px; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-product-scroll-hint { margin: -12px 0 10px; color: var(--mh-blue); font-size: 12px; line-height: 1.5; text-align: right; }
.mongee-product-grid { display: flex; overflow-x: auto; gap: 22px; margin-right: -8px; padding: 4px 8px 24px 0; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
.mongee-product-grid::-webkit-scrollbar { display: none; }
.mongee-product-card { overflow: hidden; border: 1px solid #dce6ec; background: #fff; box-shadow: 0 12px 34px rgba(8,47,73,.07); }
.mongee-product-card { flex: 0 0 min(31vw, 340px); scroll-snap-align: start; }
.mongee-product-card__link { display: block; color: inherit; text-decoration: none; }
.mongee-product-card__media { aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: #edf2f5; }
.mongee-product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.mongee-product-card__media--placeholder { color: var(--mh-muted); font-size: 13px; letter-spacing: .08em; }
.mongee-product-card__body { padding: 22px; }
.mongee-product-card__category { margin: 0 0 8px; color: var(--mh-blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.mongee-product-card h3 { min-height: 2.8em; margin: 0; color: var(--mh-navy); font-size: 18px; line-height: 1.4; }
.mongee-product-card__packaging, .mongee-product-detail__packaging { display: block; margin-top: 5px; color: var(--mh-muted); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; font-size: .58em; font-weight: 700; letter-spacing: .02em; line-height: 1.5; }
.mongee-product-card__price { margin: 18px 0 4px; color: var(--mh-navy); font-size: 28px; font-weight: 900; letter-spacing: -.03em; }
.mongee-product-card__price small, .mongee-product-detail__price small { font-size: 11px; font-weight: 700; letter-spacing: 0; }
.mongee-product-card__shipping { margin: 0 0 18px; color: var(--mh-blue); font-size: 12px; font-weight: 800; line-height: 1.7; }
.mongee-product-card__shipping small, .mongee-product-detail__shipping small { color: var(--mh-muted); font-size: 10px; font-weight: 500; }
.mongee-product-card__cta, .mongee-product-detail__cta { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; color: #162d3b; background: var(--mh-orange); font-size: 13px; font-weight: 800; }
.mongee-product-card__cta b { font-size: 17px; }
.mongee-product-card__cart-cta { display: flex; width: calc(100% - 44px); min-height: 48px; align-items: center; justify-content: center; margin: 0 22px 22px; padding: 10px 16px; border: 1px solid #dce6ec; color: #72818a; background: #f1f4f6; font: inherit; font-size: 13px; font-weight: 800; opacity: 1; cursor: not-allowed; }
.mongee-product-empty { padding: 28px 20px; color: var(--mh-muted); border: 1px dashed var(--mh-line); background: #fff; font-size: 13px; }
.mongee-product-pager { margin-top: 48px; }
.mongee-product-flow { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 42px; align-items: center; margin-top: 92px; padding: 42px; color: var(--mh-navy); background: #eff4f6; }
.mongee-product-flow h2, .mongee-product-notes h2 { margin: 0 0 12px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(24px, 3vw, 34px); font-weight: 600; }
.mongee-product-flow p, .mongee-product-notes p { margin: 0; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-product-flow ol { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.mongee-product-flow li { min-height: 112px; padding: 16px 12px; border: 1px solid #d6e2e8; background: #fff; }
.mongee-product-flow li b { display: block; color: var(--mh-blue); font-size: 12px; }
.mongee-product-flow li span { display: block; margin-top: 16px; color: var(--mh-navy); font-size: 13px; font-weight: 800; line-height: 1.5; }
.mongee-product-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 24px; }
.mongee-product-notes > div { padding: 26px; border: 1px solid var(--mh-line); background: #fff; }
.mongee-product-detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 64px; align-items: start; }
.mongee-product-detail__media { aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; margin: 0; background: #edf2f5; }
.mongee-product-detail__media img { width: 100%; height: 100%; object-fit: contain; }
.mongee-product-detail__media--placeholder { color: var(--mh-muted); font-size: 14px; letter-spacing: .08em; }
.mongee-product-detail__summary h1 { margin: 0; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(30px, 4vw, 48px); font-weight: 600; line-height: 1.35; }
.mongee-product-detail__price { margin: 24px 0 4px; color: var(--mh-navy); font-size: 36px; font-weight: 900; }
.mongee-product-detail__shipping { margin: 0 0 28px; color: var(--mh-blue); font-size: 13px; font-weight: 800; line-height: 1.8; }
.mongee-product-detail__content { margin: 28px 0; padding: 20px 0; border-top: 1px solid var(--mh-line); border-bottom: 1px solid var(--mh-line); }
.mongee-product-detail__content h2, .mongee-product-detail__sections h2 { margin: 0 0 10px; color: var(--mh-navy); font-size: 18px; }
.mongee-product-detail__content p, .mongee-product-detail__sections p { margin: 0; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-product-detail__catch { margin: 18px 0 0; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 22px; font-weight: 600; line-height: 1.5; }
.mongee-product-detail__lead { margin: 12px 0 0; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-product-detail__badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px; padding: 0; list-style: none; }
.mongee-product-detail__badges li { padding: 8px 12px; color: var(--mh-blue); border: 1px solid #c8dce6; background: #f4f8fa; font-size: 12px; font-weight: 800; }
.mongee-product-detail__quantity { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 13px; font-weight: 800; }
.mongee-product-detail__quantity input { width: 88px; min-height: 42px; padding: 8px 10px; border: 1px solid var(--mh-line); }
.mongee-product-detail__cta { width: 100%; border: 0; cursor: pointer; font: inherit; }
.mongee-product-detail__soldout { padding: 14px; color: var(--mh-muted); background: #f4f8fa; text-align: center; }
.mongee-product-detail__sections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 72px; }
.mongee-product-detail__sections section { padding: 24px; background: #fff; border: 1px solid var(--mh-line); }
.mongee-detail-enhanced { margin-top: 72px; padding: 36px; border: 1px solid var(--mh-line); background: #fff; }
.mongee-detail-enhanced__heading { max-width: 780px; }
.mongee-detail-enhanced__heading h2 { margin: 0 0 14px; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(26px, 3vw, 38px); font-weight: 600; line-height: 1.4; }
.mongee-detail-enhanced__heading p:not(.mh-eyebrow) { margin: 0; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-detail-enhanced--split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 38px; align-items: center; }
.mongee-detail-enhanced__points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.mongee-detail-enhanced__points li { padding: 18px; color: var(--mh-navy); background: #eff4f6; font-size: 14px; font-weight: 700; line-height: 1.6; }
.mongee-detail-enhanced__image { margin: 0; }
.mongee-detail-enhanced__image img { display: block; width: 100%; max-height: 420px; object-fit: contain; background: #edf2f5; }
.mongee-detail-enhanced__image figcaption { margin-top: 8px; color: var(--mh-muted); font-size: 11px; line-height: 1.6; }
.mongee-detail-enhanced__dishes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.mongee-detail-enhanced__dishes span { padding: 12px 18px; color: var(--mh-navy); border: 1px solid #c8dce6; background: #f4f8fa; font-weight: 800; }
.mongee-detail-wash-guide { margin-top: 28px; padding: 24px; border: 1px solid var(--mh-line); border-radius: 12px; background: #f8fbfc; }
.mongee-detail-wash-guide__heading { max-width: 780px; }
.mongee-detail-wash-guide__heading .mh-eyebrow { margin: 0 0 10px; }
.mongee-detail-wash-guide__heading h3 { margin: 0 0 12px; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(20px, 2.2vw, 26px); font-weight: 600; line-height: 1.5; }
.mongee-detail-wash-guide__intro, .mongee-detail-wash-guide__note { margin: 0; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-detail-wash-guide__intro + .mongee-detail-wash-guide__intro { margin-top: 10px; }
.mongee-detail-wash-guide__player { position: relative; width: 100%; max-width: 360px; aspect-ratio: 9 / 16; margin: 24px auto; overflow: hidden; border-radius: 14px; background: #0b2638; box-shadow: 0 12px 30px rgba(15, 45, 62, .12); }
.mongee-detail-wash-guide__player iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
.mongee-detail-wash-guide__heat { margin: 14px 0 0; padding: 14px 16px; color: var(--mh-navy); border-left: 3px solid var(--mh-orange); background: #fff; font-size: 13px; font-weight: 700; line-height: 1.8; }
.mongee-detail-wash-guide__heat a { color: var(--mh-blue); text-decoration: underline; text-underline-offset: .18em; }
.mongee-detail-enhanced__steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.mongee-detail-enhanced__steps li { min-height: 92px; padding: 14px 12px; border: 1px solid #d6e2e8; background: #f8fbfc; }
.mongee-detail-enhanced__steps b { display: block; color: var(--mh-blue); font-size: 12px; }
.mongee-detail-enhanced__steps span { display: block; margin-top: 14px; color: var(--mh-navy); font-size: 13px; font-weight: 800; line-height: 1.5; }
.mongee-detail-scroll-hint { display: none; margin: 18px 0 0; color: var(--mh-blue); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.mongee-detail-quantity__visual { display: grid; gap: 16px; }
.mongee-detail-quantity__photo { overflow: hidden; margin: 0; border: 1px dashed #b8cbd5; background: #edf2f5; }
.mongee-detail-quantity__photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.mongee-detail-heating-feature__photo { display: block; width: 100%; max-width: 420px; margin: 22px auto 24px; overflow: hidden; border: 1px solid var(--mh-line); border-radius: 8px; background: #edf2f5; }
.mongee-detail-heating-feature__photo img { display: block; width: 100%; height: auto; object-fit: contain; }
.mongee-detail-heating-feature--id3 .mongee-detail-heating-feature__photo, .mongee-detail-heating-feature--shell .mongee-detail-heating-feature__photo { max-width: 500px; }
.mongee-detail-heating-feature--id15 .mongee-detail-heating-feature__photo { max-width: 360px; aspect-ratio: 4 / 3; border-radius: 0; }
.mongee-detail-heating-feature--id15 .mongee-detail-heating-feature__photo img { height: 100%; object-fit: cover; object-position: center 56%; }
.mongee-detail-shell-gallery { margin-top: 22px; }
.mongee-detail-shell-gallery__hint { margin: 0 0 10px; color: var(--mh-blue); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.mongee-detail-shell-gallery__track { display: flex; gap: 16px; width: 100%; overflow-x: auto; padding: 0 2px 10px; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.mongee-detail-shell-gallery__track:focus-visible { outline: 2px solid var(--mh-blue); outline-offset: 3px; }
.mongee-detail-shell-gallery__slide { flex: 0 0 min(500px, 100%); width: 100%; margin: 0; scroll-snap-align: start; }
.mongee-detail-heating-feature__photo.mongee-product-detail__media--placeholder { display: grid; place-items: center; color: var(--mh-muted); }
.mongee-detail-heating-feature__body { max-width: 780px; }
.mongee-detail-heating-feature__body p { margin: 0; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-detail-heating-feature__body p + p { margin-top: 10px; }
.mongee-detail-quantity__photo figcaption { padding: 9px 12px; color: var(--mh-muted); background: #f8fbfc; font-size: 11px; line-height: 1.6; }
.mongee-detail-quantity__facts { display: grid; gap: 10px; }
.mongee-detail-quantity__facts > div { padding: 18px 20px; border: 1px solid #d6e2e8; background: #f8fbfc; }
.mongee-detail-quantity__facts strong, .mongee-detail-quantity__facts span { display: block; }
.mongee-detail-quantity__facts strong { color: var(--mh-navy); font-size: 18px; }
.mongee-detail-quantity__facts span { margin-top: 5px; color: var(--mh-muted); font-size: 12px; line-height: 1.6; }
.mongee-detail-producer__layout { display: grid; grid-template-columns: minmax(220px, .82fr) 1.18fr; gap: 34px; align-items: center; margin-top: 28px; }
.mongee-detail-producer__image { aspect-ratio: 4 / 3; overflow: hidden; margin: 0; background: #edf2f5; }
.mongee-detail-producer__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.mongee-detail-producer__name { display: flex; align-items: baseline; gap: 14px; margin: 0 0 18px; padding-bottom: 16px; border-bottom: 1px solid var(--mh-line); }
.mongee-detail-producer__name strong { color: var(--mh-navy); font-family: "Yu Mincho", serif; font-size: 26px; letter-spacing: .08em; }
.mongee-detail-producer__name span { color: var(--mh-muted); font-size: 12px; }
.mongee-detail-producer__layout > div > p:not(.mongee-detail-producer__name):not(.mongee-detail-producer__quote) { margin: 0; color: var(--mh-muted); font-size: 14px; line-height: 1.9; }
.mongee-detail-producer__quote { margin: 18px 0 0; padding: 16px 18px; border-left: 3px solid var(--mh-orange); background: var(--mh-paper); color: var(--mh-navy); font-family: "Yu Mincho", serif; font-size: 15px; line-height: 1.8; }
.mongee-detail-video { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center; }
.mongee-detail-video__link { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--mh-navy); }
.mongee-detail-video__link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,31,49,.76), rgba(3,31,49,.04)); }
.mongee-detail-video__link img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mongee-detail-video__link span { position: absolute; z-index: 1; left: 18px; bottom: 16px; color: #fff; font-size: 13px; font-weight: 800; }
.mongee-detail-reviews .mh-review-grid { margin-top: 26px; }
.mongee-detail-reviews .mh-review-card { padding: 22px; }
.mongee-detail-reviews .mh-review-card blockquote { min-height: 0; margin: 14px 0; font-size: 14px; }
.mongee-detail-spec__table { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--mh-line); }
.mongee-detail-spec__table > div { display: grid; grid-template-columns: 9em 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--mh-line); }
.mongee-detail-spec__table dt { color: var(--mh-muted); font-size: 12px; font-weight: 800; }
.mongee-detail-spec__table dd { margin: 0; color: var(--mh-navy); font-size: 13px; line-height: 1.7; }
.mongee-detail-final-cta { margin-top: 72px; padding: 34px 36px; color: var(--mh-navy); background: #eff4f6; text-align: center; }
.mongee-detail-final-cta h2 { margin: 8px 0 10px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(24px, 3vw, 36px); font-weight: 600; }
.mongee-detail-final-cta p:not(.mh-eyebrow) { margin: 0 0 20px; color: var(--mh-muted); font-size: 13px; }
.mongee-detail-final-cta p strong { color: var(--mh-navy); font-size: 24px; }
.mongee-detail-final-cta a { display: inline-flex; align-items: center; gap: 12px; padding: 14px 26px; color: var(--mh-navy); background: var(--mh-orange); font-size: 13px; font-weight: 800; text-decoration: none; }
.mongee-detail-award { margin-top: 72px; padding: 48px 36px; background: var(--mh-paper); }
.mongee-detail-award__inner { display: block; }
.mongee-detail-award__top { display: flex; align-items: center; gap: 28px; margin-bottom: 28px; }
.mongee-detail-award__mark { flex: 0 0 260px; display: grid; place-items: center; }
.mongee-detail-award__mark img { width: min(100%, 260px); height: auto; max-height: 175px; object-fit: contain; }
.mongee-detail-award__top .mh-eyebrow { margin: 0; }
.mongee-detail-award h2 { margin: 0; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.3; }
.mongee-detail-award__note { max-width: 760px; margin: 18px 0 0; color: var(--mh-muted); font-size: 13px; line-height: 1.8; }
.mongee-detail-award__facts { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.mongee-detail-award__facts li { display: grid; grid-template-columns: 5.5em 1fr; gap: 10px; padding: 10px 12px; background: #fff; border: 1px solid var(--mh-line); border-radius: 9px; }
.mongee-detail-award__facts span { color: var(--mh-muted); font-size: 11px; font-weight: 700; }
.mongee-detail-award__facts strong { color: var(--mh-navy); font-size: 13px; line-height: 1.5; }
.mongee-detail-award__source { margin: 14px 0 0; color: var(--mh-muted); font-size: 10px; }
.mongee-detail-award__source a { color: var(--mh-blue); text-decoration: underline; }
.mongee-detail-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.mongee-detail-faq .mongee-detail-enhanced__heading { grid-column: 1 / -1; }
.mongee-detail-faq details { border-top: 1px solid var(--mh-line); }
.mongee-detail-faq summary { padding: 16px 0; color: var(--mh-navy); cursor: pointer; font-size: 14px; font-weight: 800; }
.mongee-detail-faq details p { margin: 0 0 16px; color: var(--mh-muted); font-size: 13px; line-height: 1.8; }
.mongee-detail-compare__grid { display: flex; overflow-x: auto; gap: 12px; margin-top: 24px; padding-bottom: 8px; scrollbar-width: none; }
.mongee-detail-compare__grid::-webkit-scrollbar { display: none; }
.mongee-detail-compare__grid a { flex: 0 0 220px; padding: 18px; color: inherit; border: 1px solid var(--mh-line); background: #f8fbfc; text-decoration: none; }
.mongee-detail-compare__grid a strong { display: block; color: var(--mh-navy); font-size: 14px; line-height: 1.6; }
.mongee-detail-compare__grid a span { display: block; margin-top: 12px; color: var(--mh-blue); font-size: 13px; font-weight: 800; }
.mongee-detail-compare__current { display: inline-block; margin-top: 14px !important; padding: 7px 11px; color: var(--mh-blue) !important; background: #f4f8fa; font-size: 12px !important; font-weight: 800; }

@media (max-width: 767px) {
    /* The fixed mobile announcement is 63px tall; keep the header below it. */
    .mongee-product-site { padding-top: 48px; }
    .mongee-product-shell { width: min(100% - 32px, 600px); }
    .mongee-product-list, .mongee-product-detail { padding: 56px 0 78px; }
    .mongee-product-intro h1 { max-width: 100%; font-size: clamp(32px, 8.6vw, 38px); line-height: 1.35; letter-spacing: .01em; text-wrap: balance; }
    .mongee-product-nav { gap: 8px; margin-bottom: 46px; }
    .mongee-product-nav a { flex: 1 1 calc(50% - 8px); padding: 0 10px; font-size: 12px; }
    .mongee-product-nav--categories a { flex: 1 1 calc(33.333% - 6px); padding-inline: 5px; font-size: 11px; white-space: nowrap; }
    .mongee-product-group { margin-top: 48px; }
    .mongee-product-group__head { display: block; }
    .mongee-product-group__head h2 { font-size: 28px; }
    .mongee-product-group__head p { margin-top: 8px; }
    .mongee-product-grid { gap: 14px; margin-right: -16px; padding-right: 16px; }
    .mongee-product-card { flex-basis: 84vw; max-width: 350px; }
    .mongee-product-card__body { padding: 20px; }
    .mongee-product-flow { display: block; margin-top: 64px; padding: 28px 20px; }
    .mongee-product-flow ol { display: flex; overflow-x: auto; gap: 10px; margin-top: 24px; padding-bottom: 8px; scrollbar-width: none; }
    .mongee-product-flow ol::-webkit-scrollbar { display: none; }
    .mongee-product-flow li { flex: 0 0 132px; }
    .mongee-product-notes { grid-template-columns: 1fr; gap: 12px; }
    .mongee-product-detail__grid { grid-template-columns: 1fr; gap: 30px; }
    .mongee-product-detail__media { aspect-ratio: auto; width: 100%; height: auto; }
    .mongee-product-detail__media img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; }
    .mongee-product-detail__summary h1 { font-size: 32px; }
    .mongee-product-detail__sections { grid-template-columns: 1fr; gap: 12px; margin-top: 48px; }
    .mongee-product-detail__catch { font-size: 20px; }
    .mongee-detail-enhanced { margin-top: 48px; padding: 24px 20px; }
    .mongee-detail-heating-feature__photo { max-width: 300px; }
    .mongee-detail-heating-feature--id3 .mongee-detail-heating-feature__photo, .mongee-detail-heating-feature--shell .mongee-detail-heating-feature__photo { max-width: 400px; }
    .mongee-detail-shell-gallery { margin-right: -20px; }
    .mongee-detail-shell-gallery__slide { flex-basis: min(400px, calc(100% - 28px)); }
    .mongee-detail-heating-feature--id15 .mongee-detail-heating-feature__photo { max-width: 360px; }
    .mongee-detail-wash-guide { margin-top: 24px; padding: 18px 16px; }
    .mongee-detail-wash-guide__heading h3 { font-size: 20px; }
    .mongee-detail-wash-guide__player { max-width: 320px; margin: 20px auto; }
    .mongee-detail-enhanced--split { display: block; }
    .mongee-detail-enhanced__points { grid-template-columns: 1fr; gap: 8px; }
    .mongee-detail-quantity__visual { margin-top: 24px; }
    .mongee-detail-producer__layout { grid-template-columns: 1fr; gap: 22px; margin-top: 24px; }
    .mongee-detail-producer__image { aspect-ratio: 4 / 3; }
    .mongee-detail-producer__name strong { font-size: 23px; }
    .mongee-detail-video { display: block; }
    .mongee-detail-video__link { margin-top: 24px; }
    .mongee-detail-reviews .mh-review-grid { margin-right: -20px; padding-right: 20px; }
    .mongee-detail-spec__table > div { grid-template-columns: 6.5em 1fr; gap: 12px; }
    .mongee-detail-final-cta { margin-top: 48px; padding: 28px 20px; }
    .mongee-detail-award { margin-top: 48px; padding: 32px 20px; }
    .mongee-detail-award__top { gap: 16px; margin-bottom: 24px; }
    .mongee-detail-award__mark { flex-basis: 190px; }
    .mongee-detail-award__mark img { width: min(100%, 210px); max-height: 140px; }
    .mongee-detail-award__top .mh-eyebrow { font-size: 11px; line-height: 1.65; letter-spacing: .12em; }
    .mongee-detail-enhanced__steps { display: flex; overflow-x: auto; gap: 10px; margin-right: -20px; padding-right: 20px; scrollbar-width: none; }
    .mongee-detail-enhanced__steps::-webkit-scrollbar { display: none; }
    .mongee-detail-enhanced__steps li { flex: 0 0 130px; }
    .mongee-detail-scroll-hint { display: block; }
    .mongee-detail-faq { display: block; }
    .mongee-detail-faq details { margin-top: 4px; }
}

/* Guest checkout flow: scoped to cart and shopping screens. */
body.mongee-flow-page { min-height: 100vh; color: var(--mh-ink); background: var(--mh-paper); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; }
body.mongee-flow-page .ec-layoutRole__contents { width: min(1180px, calc(100% - 48px)); max-width: none; margin-inline: auto; }
body.mongee-flow-page .ec-layoutRole__main { width: 100%; max-width: none; }
body.mongee-flow-page .ec-pageHeader { margin: 56px 0 28px; padding: 0; border: 0; }
body.mongee-flow-page .ec-pageHeader h1 { margin: 0; color: var(--mh-navy); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(30px, 4vw, 48px); font-weight: 600; letter-spacing: .04em; }
.mongee-flow-lead { margin: 12px 0 0; color: var(--mh-muted); font-size: 14px; line-height: 1.8; }
.mongee-flow-note { margin: 12px 0; color: var(--mh-blue); font-size: 13px; font-weight: 800; line-height: 1.8; }
.mongee-flow-note small { color: var(--mh-muted); font-size: 10px; font-weight: 500; }
body.mongee-flow-page .ec-blockBtn--action { color: #162d3b; background: var(--mh-orange); border-color: var(--mh-orange); font-weight: 800; }
body.mongee-flow-page .ec-blockBtn--action:hover { background: #f5ab3e; }
body.mongee-flow-page .ec-progress { margin-bottom: 32px; }
.mongee-flow-login { align-items: start; }
.mongee-flow-login .ec-grid3__cell2 { order: 2; }
.mongee-flow-guest { order: 1; padding: 24px; border: 2px solid var(--mh-navy); background: var(--mh-sky); }
.mongee-flow-guest p { margin: 0 0 18px; color: var(--mh-navy); font-size: 14px; font-weight: 700; line-height: 1.8; }
.mongee-flow-guest .ec-blockBtn--action { display: flex; align-items: center; justify-content: center; min-height: 54px; }
body.mongee-flow-page .ec-cartRole__actions { gap: 14px; }
body.mongee-flow-page .ec-cartRole__actions .mongee-flow-note { flex-basis: 100%; order: -1; }
body.mongee-flow-page .ec-cartRole__totalAmount, body.mongee-flow-page .ec-totalBox__price { color: var(--mh-navy); }
body.mongee-flow-page input, body.mongee-flow-page select, body.mongee-flow-page textarea { max-width: 100%; box-sizing: border-box; }
body.mongee-flow-page .ec-borderedDefs dd { min-width: 0; }
body.mongee-flow-page .ec-orderRole__summary { min-width: 0; }
body.mongee-flow-page .ec-layoutRole { display: flex; min-height: 100vh; flex-direction: column; }
body.mongee-flow-page .ec-layoutRole__contents { flex: 1 0 auto; }
.mongee-flow-header { box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(1180px, calc(100% - 48px)); min-height: 82px; margin: 0 auto; border-bottom: 1px solid var(--mh-line); }
.mongee-flow-header__logo { display: inline-flex; width: min(190px, 48vw); }
.mongee-flow-header__logo img { display: block; width: 100%; height: auto; }
.mongee-flow-header__continue { color: var(--mh-navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.mongee-flow-header__continue:hover { color: var(--mh-blue); text-decoration: underline; text-underline-offset: 4px; }
.mongee-flow-eyebrow { display: block; margin-bottom: 8px; color: var(--mh-orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.mongee-flow-footer { box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1180px, calc(100% - 48px)); margin: 48px auto 0; padding: 20px 0 28px; border-top: 1px solid var(--mh-line); color: var(--mh-muted); }
.mongee-flow-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.mongee-flow-footer a { color: var(--mh-navy); font-size: 12px; text-decoration: none; }
.mongee-flow-footer a:hover { text-decoration: underline; text-underline-offset: 3px; }
.mongee-flow-footer small { font-size: 10px; }
body.mongee-flow-page .ec-cartRole__cart,
body.mongee-flow-page .ec-customerRole,
body.mongee-flow-page .ec-orderRole__detail,
body.mongee-flow-page .ec-orderRole__summary,
body.mongee-flow-page .ec-registerRole,
body.mongee-flow-page .ec-addressRole { color: var(--mh-ink); }
body.mongee-flow-page .ec-cartTable,
body.mongee-flow-page .ec-orderRole__summary,
body.mongee-flow-page .ec-orderAccount,
body.mongee-flow-page .ec-orderDelivery,
body.mongee-flow-page .ec-orderPayment,
body.mongee-flow-page .ec-orderConfirm,
body.mongee-flow-page .ec-addressList__item,
body.mongee-flow-page .ec-customerRole .ec-borderedDefs,
body.mongee-flow-page .ec-registerRole .ec-borderedDefs { border-color: var(--mh-line); border-radius: 12px; }
body.mongee-flow-page .ec-cartTable,
body.mongee-flow-page .ec-orderRole__summary,
body.mongee-flow-page .ec-orderAccount,
body.mongee-flow-page .ec-orderDelivery,
body.mongee-flow-page .ec-orderPayment,
body.mongee-flow-page .ec-orderConfirm { background: var(--mh-white); }
body.mongee-flow-page .ec-cartHeader { color: var(--mh-navy); background: var(--mh-sky); }
body.mongee-flow-page .ec-cartRow,
body.mongee-flow-page .ec-orderDelivery__address,
body.mongee-flow-page .ec-orderDelivery__actions { border-color: var(--mh-line); }
body.mongee-flow-page .ec-orderRole__summary { padding: 20px; }
body.mongee-flow-page .ec-totalBox__total,
body.mongee-flow-page .ec-totalBox__paymentTotal { color: var(--mh-navy); border-color: var(--mh-line); }
body.mongee-flow-page input:not([type="checkbox"]):not([type="radio"]),
body.mongee-flow-page select,
body.mongee-flow-page textarea { min-height: 44px; border: 1px solid #b7c7d1; border-radius: 7px; color: var(--mh-ink); background: #fff; }
body.mongee-flow-page input:focus,
body.mongee-flow-page select:focus,
body.mongee-flow-page textarea:focus { outline: 3px solid rgba(31, 111, 192, .18); border-color: var(--mh-blue); }
body.mongee-flow-page .ec-blockBtn--action,
body.mongee-flow-page .ec-blockBtn--primary { min-height: 52px; border-radius: 8px; }
body.mongee-flow-page .ec-alert-warning { color: #72561d; border: 1px solid #e9c88f; border-radius: 8px; background: #fff8e7; }
body.mongee-flow-page .ec-alert-warning__inner { background: transparent; }
body.mongee-flow-page .ec-alert-warning__icon { flex: 0 0 28px; }
body.mongee-flow-page .ec-alert-warning__text { color: #72561d; }
body.mongee-flow-page .ec-pageHeader { padding-bottom: 18px; border-bottom: 1px solid var(--mh-line); }
body.mongee-flow-page #AmazonBanner { box-sizing: border-box; width: 100%; max-width: 720px; margin: 18px auto 0; padding: 14px 16px; overflow: hidden; border: 1px solid var(--mh-line); border-radius: 12px; background: var(--mh-white); }
body.mongee-flow-page #AmazonBanner img { display: block; width: 100%; max-width: 640px; height: auto; margin-inline: auto; }

@media (max-width: 767px) {
    body.mongee-flow-page .ec-layoutRole__contents { width: calc(100% - 32px); }
    .mongee-flow-header { width: calc(100% - 32px); min-height: 68px; }
    .mongee-flow-footer { width: calc(100% - 32px); align-items: flex-start; flex-direction: column; }
    .mongee-flow-footer nav { gap: 10px 16px; }
    body.mongee-flow-page .ec-pageHeader { margin-top: 40px; }
    body.mongee-flow-page .ec-pageHeader h1 { font-size: 34px; line-height: 1.3; }
    body.mongee-flow-page .ec-progress { overflow-x: auto; white-space: nowrap; }
    .mongee-flow-login { display: flex; flex-direction: column; gap: 20px; }
    .mongee-flow-login .ec-grid3__cell2, .mongee-flow-guest { width: 100%; order: initial; }
    .mongee-flow-guest { order: -1; }
    body.mongee-flow-page .ec-halfInput { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    body.mongee-flow-page .ec-zipInput, body.mongee-flow-page .ec-telInput { max-width: 100%; flex-wrap: wrap; }
    body.mongee-flow-page .ec-zipInput input { width: min(100%, 180px); }
    body.mongee-flow-page .ec-orderRole { display: block; }
    body.mongee-flow-page .ec-orderRole__summary { margin-top: 24px; }
    body.mongee-flow-page .ec-totalBox { position: static; }
    body.mongee-flow-page .ec-cartRow__contentColumn { min-width: 0; }
    body.mongee-flow-page .ec-cartRow__name { overflow-wrap: anywhere; }
    body.mongee-flow-page .ec-orderRole__summary { padding: 16px; }
    body.mongee-flow-page .ec-cartRole__actions .ec-blockBtn--action,
    body.mongee-flow-page .ec-registerRole__actions .ec-blockBtn--action { width: 100%; }
    body.mongee-flow-page #AmazonBanner { padding: 10px; }
}
/* Legal and contact pages */
body.mongee-legal-page {
  background: #f7f8fb;
  color: #10295b;
}
.mongee-legal-shell {
  box-sizing: border-box;
  width: min(100% - 32px, 920px);
  margin: 0 auto;
  padding: 56px 0 88px;
}
.mongee-legal-shell h1 {
  margin: 0 0 36px;
  color: #10295b;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.45;
  letter-spacing: .04em;
}
.mongee-legal-eyebrow {
  margin: 0 0 10px;
  color: #8a6b35;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.mongee-legal-defs {
  margin: 0;
  border-top: 1px solid #dbe1ec;
}
.mongee-legal-defs dt,
.mongee-legal-defs dd {
  box-sizing: border-box;
  margin: 0;
  padding: 17px 18px;
  border-bottom: 1px solid #dbe1ec;
  line-height: 1.85;
}
.mongee-legal-defs dt {
  width: 30%;
  float: left;
  clear: left;
  color: #10295b;
  font-weight: 700;
  background: #eef2f8;
}
.mongee-legal-defs dd {
  min-height: 62px;
  margin-left: 30%;
  background: #fff;
}
.mongee-legal-shell a { color: #10295b; text-decoration: underline; text-underline-offset: 3px; }
.mongee-legal-note {
  margin-top: 34px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dbe1ec;
  border-radius: 8px;
}
.mongee-legal-note h2 {
  margin: 0 0 12px;
  color: #10295b;
  font-size: 1.2rem;
  line-height: 1.5;
}
.mongee-legal-note p { margin: 0 0 12px; line-height: 1.9; }
.mongee-legal-note p:last-child { margin-bottom: 0; }
.mongee-legal-list {
  margin: 0;
  padding: 24px 28px 24px 48px;
  background: #fff;
  border: 1px solid #dbe1ec;
  border-radius: 8px;
}
.mongee-legal-list li { margin: 0 0 12px; line-height: 1.8; }
.mongee-legal-list li:last-child { margin-bottom: 0; }
.mongee-legal-contact { margin-top: 28px; line-height: 1.8; }
.mongee-contact-info {
  margin: 0 0 28px;
  padding: 18px 20px;
  color: #10295b;
  background: #f2f5fa;
  border-left: 4px solid #10295b;
  line-height: 1.8;
}
.mongee-contact-info p { margin: 0 0 4px; }
.mongee-contact-info p:last-child { margin-bottom: 0; }
@media (max-width: 600px) {
  .mongee-legal-shell { width: min(100% - 24px, 920px); padding: 36px 0 60px; }
  .mongee-legal-shell h1 { margin-bottom: 26px; font-size: 1.45rem; }
  .mongee-legal-defs dt, .mongee-legal-defs dd { float: none; width: 100%; min-height: 0; margin-left: 0; padding: 12px 14px; }
  .mongee-legal-defs dt { border-bottom: 0; padding-bottom: 4px; }
  .mongee-legal-defs dd { padding-top: 4px; }
  .mongee-legal-note { margin-top: 24px; padding: 18px; }
  .mongee-legal-list { padding: 18px 18px 18px 34px; }
}

/* Product-list floating category shortcuts */
.mongee-list-floating-cta {
  position: fixed;
  z-index: 101;
  right: 18px;
  bottom: 18px;
  width: 320px;
  height: 306px;
  pointer-events: none;
}
.mongee-list-floating-cta__bubble {
  position: absolute;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 10px 12px;
  color: var(--mh-navy) !important;
  background: #fff;
  border: 2px solid var(--mh-navy);
  border-radius: 15px 15px 4px 15px;
  box-shadow: 0 8px 22px rgba(3,31,49,.17);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.35;
  text-decoration: none !important;
  white-space: nowrap;
  pointer-events: auto;
}
.mongee-list-floating-cta__bubble:nth-child(1) { bottom: 240px; }
.mongee-list-floating-cta__bubble:nth-child(2) { bottom: 180px; }
.mongee-list-floating-cta__bubble:nth-child(3) { bottom: 120px; }
.mongee-list-floating-cta__bubble::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: -9px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 2px solid var(--mh-navy);
  border-bottom: 2px solid var(--mh-navy);
  transform: rotate(45deg);
}
.mongee-list-floating-cta__bubble b { position: relative; z-index: 1; font-size: 18px; line-height: 1; }
.mongee-list-floating-cta__bubble:hover { color: #fff !important; background: var(--mh-navy); }
.mongee-list-floating-cta__bubble:hover::after { background: var(--mh-navy); }
.mongee-list-floating-cta__bubble:focus-visible { outline: 3px solid var(--mh-orange); outline-offset: 3px; }
.mongee-list-floating-cta > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(3,31,49,.18));
  pointer-events: none;
}
@media (max-width: 767px) {
  .mongee-list-floating-cta {
    right: 6px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: min(300px, calc(100vw - 12px));
    height: 264px;
  }
  .mongee-list-floating-cta__bubble {
    right: 0;
    width: fit-content;
    max-width: 100%;
    min-height: 50px;
    padding: 9px 10px;
    border-radius: 13px 13px 3px 13px;
    font-size: 12px;
  }
  .mongee-list-floating-cta__bubble:nth-child(1) { bottom: 208px; }
  .mongee-list-floating-cta__bubble:nth-child(2) { bottom: 150px; }
  .mongee-list-floating-cta__bubble:nth-child(3) { bottom: 92px; }
  .mongee-list-floating-cta__bubble::after { right: 18px; bottom: -7px; width: 10px; height: 10px; }
  .mongee-list-floating-cta__bubble b { font-size: 16px; }
  .mongee-list-floating-cta > img { width: 84px; height: 84px; }
}

/* Compact photo category cards on the full product list */
.mongee-product-category-nav { margin: 0 0 52px; }
.mongee-product-category-nav__hint { display: none; }
.mongee-product-category-nav__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 4px 12px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.mongee-product-category-nav__track::-webkit-scrollbar { display: none; }
.mongee-product-category-nav__card {
  position: relative;
  flex: 0 0 210px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  color: #fff !important;
  border-radius: var(--mh-radius);
  background: var(--mh-navy);
  scroll-snap-align: start;
  text-decoration: none !important;
}
.mongee-product-category-nav__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,31,49,.9), rgba(3,31,49,.04) 72%);
}
.mongee-product-category-nav__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.mongee-product-category-nav__card:hover img { transform: scale(1.04); }
.mongee-product-category-nav__card span {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: #fff;
}
.mongee-product-category-nav__card strong {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.35;
}
.mongee-product-category-nav__card small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 700;
}
.mongee-product-category-nav__card:focus-visible { outline: 3px solid var(--mh-orange); outline-offset: 3px; }
@media (max-width: 767px) {
  .mongee-product-category-nav { margin: 0 0 44px; }
  .mongee-product-category-nav__track {
    gap: 10px;
    margin-right: -16px;
    padding: 2px 16px 10px 0;
  }
  .mongee-product-category-nav__card { flex-basis: min(42vw, 168px); border-radius: 10px; }
  .mongee-product-category-nav__card span { right: 10px; bottom: 10px; left: 10px; }
  .mongee-product-category-nav__card strong { font-size: 15px; }
  .mongee-product-category-nav__card small { font-size: 10px; }
}
@media (max-width: 540px) {
  .mongee-product-category-nav__hint {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin: 0 0 6px;
    color: var(--mh-blue);
    font-size: 11px;
    font-weight: 700;
  }
  .mongee-product-category-nav__hint span { font-size: 15px; line-height: 1; }
}

/* Keep the end of product pages scrollable above the fixed mobile CTA. */
@media (max-width: 767px) {
  body.mongee-product-detail-page .ec-layoutRole__main {
    padding-bottom: calc(156px + 8px + 16px + env(safe-area-inset-bottom, 0px));
  }
}
