.mog-hanbai {
    --mog-hanbai-green: #087c35;
    --mog-hanbai-orange: #f45112;
    --mog-hanbai-blue: #1d93da;
    --mog-hanbai-ink: #282828;
    --mog-hanbai-muted: #687169;
    --mog-hanbai-line: #dfe6e1;
    color: var(--mog-hanbai-ink);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.65;
}

.mog-hanbai *,
.mog-hanbai *::before,
.mog-hanbai *::after {
    box-sizing: border-box;
}

.mog-hanbai img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mog-hanbai a {
    color: inherit;
    text-decoration: none;
}

.mog-hanbai-wrap {
    width: min(1180px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.mog-hanbai-panel {
    background: #fff;
    border: 1px solid var(--mog-hanbai-line);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(35, 67, 46, 0.063);
}

.mog-hanbai-hero {
    position: relative;
    overflow: hidden;
    aspect-ratio: 2048 / 682;
    background: #fffdf5 url('../image/hanbai-tokyo/hero-pc.webp') center / 100% 100% no-repeat;
    border-bottom: 1px solid #dce7e0;
}

.mog-hanbai-hero__inner {
    position: absolute;
    z-index: 2;
    top: 8.6%;
    right: 23.3%;
    bottom: 6.2%;
    left: 24.2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mog-hanbai-hero__kicker,
.mog-hanbai-hero__title,
.mog-hanbai-hero__sub,
.mog-hanbai-hero__badge {
    font-family: "Noto Sans JP", sans-serif;
}

.mog-hanbai-hero__kicker {
    width: 100%;
    margin: 0;
    padding: 0 0 4.6%;
    border-bottom: 2px dashed #7ec8e9;
    color: var(--mog-hanbai-green);
    font-size: clamp(23px, 2.45vw, 38px);
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.18;
    white-space: nowrap;
}

.mog-hanbai-hero__kicker-tail {
    margin-left: 0.16em;
    color: #111;
    font-size: 0.72em;
}

.mog-hanbai-hero__title {
    width: 100%;
    margin: 4.4% 0 0;
    padding: 0 0 4.6%;
    border-bottom: 2px dashed #7ec8e9;
    font-size: clamp(28px, 3.1vw, 48px);
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 1.18;
    white-space: nowrap;
}

.mog-hanbai-text-blue {
    color: #168ed1;
}

.mog-hanbai-text-orange {
    color: #e77a12;
}

.mog-hanbai-hero__sub {
    position: relative;
    margin: 4.5% 0 0;
    color: #111;
    font-size: clamp(23px, 2.55vw, 39px);
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}

.mog-hanbai-hero__sub strong {
    color: var(--mog-hanbai-green);
}

.mog-hanbai-hero__sub::before,
.mog-hanbai-hero__sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 4px;
    background: var(--mog-hanbai-green);
    border-radius: 2px;
}

.mog-hanbai-hero__sub::before {
    right: calc(100% + 18px);
    transform: rotate(55deg);
}

.mog-hanbai-hero__sub::after {
    left: calc(100% + 18px);
    transform: rotate(-55deg);
}

.mog-hanbai-hero__badges {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2.4vw, 38px);
    margin-top: auto;
}

.mog-hanbai-hero__badge {
    display: grid;
    place-items: center;
    width: clamp(88px, 8.2vw, 126px);
    aspect-ratio: 1;
    background: #fff;
    border: 4px solid #68c5ef;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(93, 164, 189, 0.2);
    font-size: clamp(18px, 1.8vw, 28px);
    font-weight: 900;
    line-height: 1.22;
}

.mog-hanbai-sp-break {
    display: inline;
}

.mog-hanbai-breadcrumb {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #e4e9e5;
    color: #707770;
    font-size: 12px;
}

.mog-hanbai-breadcrumb .mog-hanbai-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.mog-hanbai-shortcut {
    padding: 20px 0;
}

.mog-hanbai-shortcut__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.mog-hanbai-shortcut a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #e2e7e3;
    border-radius: 7px;
    box-shadow: 0 3px 10px rgba(31, 61, 45, 0.063);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.mog-hanbai-ico {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--mog-hanbai-green);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-section {
    padding: 32px 0;
}

.mog-hanbai-section-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0 0 15px;
    color: #252925;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.35;
    text-align: center;
}

.mog-hanbai-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #08752f;
    border-radius: 2px;
    transform: translateX(-50%);
}

.mog-hanbai-section-title__icon {
    display: none;
}

.mog-hanbai-section-title__svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-section-lead {
    margin: -7px 0 18px;
    color: var(--mog-hanbai-muted);
    font-size: 14px;
}

.mog-hanbai-btn {
    display: block;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #dbe4dc;
    border-radius: 8px;
    font-weight: 800;
    text-align: center;
}

.mog-hanbai-btn--green {
    background: var(--mog-hanbai-green);
    border-color: var(--mog-hanbai-green);
    color: #fff;
}

.mog-hanbai-btn--orange {
    background: var(--mog-hanbai-orange);
    border-color: var(--mog-hanbai-orange);
    color: #fff;
}

.mog-hanbai-sale {
    padding: 18px;
}

.mog-hanbai-sale-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 180px;
    padding: 12px 20px;
    background-image: var(--mog-hanbai-sale-pc-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
    text-align: center;
}


.mog-hanbai-sale-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 720px;
    min-width: 0;
}

.mog-hanbai-sale-banner__eyebrow {
    margin: 0 0 1px;
    color: #167ab9;
    font-size: clamp(13px, 1.25vw, 16px);
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 1.25;
}

.mog-hanbai-sale-banner__eyebrow::before {
    content: "＼ ";
}

.mog-hanbai-sale-banner__eyebrow::after {
    content: " ／";
}

.mog-hanbai-sale-banner__title {
    margin: 0;
    color: var(--mog-hanbai-green);
    font-size: clamp(30px, 3.2vw, 45px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-wrap: balance;
    white-space: normal;
}

.mog-hanbai-sale-banner__offer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 1px;
    line-height: 1;
}

.mog-hanbai-sale-banner__prefix {
    display: grid;
    place-items: center;
    min-width: 42px;
    min-height: 42px;
    padding: 6px;
    background: #1678b8;
    border-radius: 50%;
    color: #fff;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 900;
}

.mog-hanbai-sale-banner__value {
    color: #ef6810;
    font-size: clamp(43px, 5vw, 64px);
    font-weight: 900;
    letter-spacing: -0.055em;
}

.mog-hanbai-sale-banner__suffix {
    color: #1268a6;
    font-size: clamp(22px, 2.4vw, 31px);
    font-weight: 900;
    letter-spacing: -0.025em;
}

.mog-hanbai-sale-banner__date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 2px 0 0;
    padding: 4px 18px;
    background: #1677b9;
    border-radius: 999px;
    color: #fff;
    font-size: clamp(15px, 1.15vw, 15px);
    font-weight: 900;
    line-height: 1.35;
}

.mog-hanbai-sale-banner__date svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-campaigns-title {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 34px 0 18px;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
}

.mog-hanbai-campaigns-title::before,
.mog-hanbai-campaigns-title::after {
    content: "";
    flex: 1 1 auto;
    height: 2px;
    background: #81b98d;
}

.mog-hanbai-campaigns-title--no-sale {
    margin-top: 0;
}

.mog-hanbai-campaigns {
    display: grid;
    gap: 12px;
}

.mog-hanbai-campaign {
    overflow: hidden;
    background: #fff;
    border: 1px solid #8cbe96;
    border-radius: 10px;
}

.mog-hanbai-campaign summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(260px, auto) 30px;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 12px 16px;
    cursor: pointer;
    list-style: none;
}

.mog-hanbai-campaign summary::-webkit-details-marker {
    display: none;
}

.mog-hanbai-campaign summary::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #8cbe96;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 9l5 5l5-5' fill='none' stroke='%23087c35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat;
    transform: rotate(0deg);
    transition: transform 0.18s ease;
}

.mog-hanbai-campaign[open] summary::after {
    transform: rotate(180deg);
}

.mog-hanbai-campaign__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #d6e7da;
    border-radius: 10px;
    box-shadow: 0 3px 9px rgba(18, 90, 47, 0.07);
}

.mog-hanbai-campaign__icon .mog-hanbai-ico {
    width: 27px;
    height: 27px;
}

.mog-hanbai-campaign__title {
    color: var(--mog-hanbai-green);
    font-size: 19px;
    line-height: 1.4;
}

.mog-hanbai-campaign__target {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    font-size: 15px;
    line-height: 1.45;
}

.mog-hanbai-campaign__target > span {
    flex: 0 0 auto;
    padding: 3px 7px;
    background: var(--mog-hanbai-orange);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.mog-hanbai-campaign__body {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    padding: 20px;
    border-top: 1px solid #dce9df;
}

.mog-hanbai-campaign__body img {
    width: 100%;
    border: 1px solid #dce4de;
}

.mog-hanbai-campaign__copy p {
    margin: 0 0 12px;
}

.mog-hanbai-campaign__copy p:last-child {
    margin-bottom: 0;
}

.mog-hanbai-campaign-notice {
    margin-top: 18px;
    padding: 18px 22px;
    background: #fffaf0;
    border: 1px solid #f0dea8;
    border-radius: 10px;
}

.mog-hanbai-campaign-notice__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--mog-hanbai-green);
}

.mog-hanbai-campaign-notice__title h3 {
    margin: 0;
    font-size: 18px;
}

.mog-hanbai-campaign-notice p {
    margin: 4px 0 0;
}

.mog-hanbai-campaign-notice__important {
    color: #d71919;
    font-weight: 700;
}

.mog-hanbai-service {
    padding: 24px;
}

.mog-hanbai-service__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mog-hanbai-service-card {
    padding: 22px 18px;
    background: #f7fcf8;
    border: 1px solid #d8e9dc;
    border-radius: 13px;
    text-align: center;
}

.mog-hanbai-service-card .mog-hanbai-ico {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
}

.mog-hanbai-service-card h3 {
    margin: 0 0 6px;
    font-size: 21px;
}

.mog-hanbai-service-card p {
    margin: 0;
    font-size: 16px;
}

.mog-hanbai-area {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--mog-hanbai-line);
    border-radius: 12px;
}

.mog-hanbai-area h3 {
    margin: 0 0 10px;
    color: var(--mog-hanbai-green);
}

.mog-hanbai-area__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mog-hanbai-area__grid p {
    margin: 0;
    padding: 12px;
    background: #fafcf9;
    border-radius: 8px;
    font-size: 16px;
}

.mog-hanbai-note {
    margin: 14px 0 0;
    color: #5f6861;
    font-size: 11px;
}

.mog-hanbai-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mog-hanbai-benefit-card {
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 22px;
    color: var(--mog-hanbai-green);
}

.mog-hanbai-benefit-card__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #7db68a;
}

.mog-hanbai-benefit-card__icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 52px;
    height: 52px;
}

.mog-hanbai-benefit-card__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-benefit-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
}

.mog-hanbai-benefit-card__copy {
    margin: 16px 0 0;
    color: var(--mog-hanbai-ink);
    font-size: 16px;
    line-height: 1.75;
}

.mog-hanbai-benefit-card__copy strong {
    color: var(--mog-hanbai-green);
}

.mog-hanbai-benefit-card__visual {
    margin-top: auto;
    padding-top: 18px;
}

.mog-hanbai-benefit-card__visual svg {
    display: block;
    width: 100%;
    height: 126px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-tips {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding: 22px 24px;
}

.mog-hanbai-tips .mog-hanbai-ico {
    width: 42px;
    height: 42px;
}

.mog-hanbai-tips h3 {
    margin: 0 0 4px;
    color: var(--mog-hanbai-green);
    font-size: 24px;
}

.mog-hanbai-tips p {
    margin: 0;
    font-size: 16px;
}

.mog-hanbai-cashback {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 22px;
}

.mog-hanbai-cashback img {
    width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.mog-hanbai-cashback h2 {
    margin: 0 0 6px;
    font-size: 25px;
    line-height: 1.35;
}

.mog-hanbai-cashback p {
    margin: 0;
    font-size: 16px;
}

.mog-hanbai-updates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
}

.mog-hanbai-update {
    overflow: hidden;
}

.mog-hanbai-update img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.mog-hanbai-update__body {
    padding: 18px;
}

.mog-hanbai-update h3 {
    margin: 0 0 8px;
    color: var(--mog-hanbai-green);
    font-size: 22px;
}

.mog-hanbai-update p {
    margin: 0 0 14px;
    font-size: 16px;
}

.mog-hanbai-store-group {
    margin: 26px 0 14px;
    padding: 10px 14px 10px 18px;
    background: #f0f8f2;
    border-left: 5px solid var(--mog-hanbai-green);
    border-radius: 0 8px 8px 0;
    color: #155f34;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.mog-hanbai-stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mog-hanbai-store {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    overflow: hidden;
}

.mog-hanbai-store > img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}

.mog-hanbai-store--text-only {
    grid-template-columns: 1fr;
}

.mog-hanbai-store__body {
    padding: 20px;
}

.mog-hanbai-store h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.35;
}

.mog-hanbai-store p {
    margin: 0 0 8px;
    font-size: 16px;
}

.mog-hanbai-credit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    color: var(--mog-hanbai-green);
    font-size: 13px;
    font-weight: 800;
}

.mog-hanbai-credit .mog-hanbai-ico {
    width: 17px;
    height: 17px;
}



.mog-hanbai-campaign__art {
    display: grid;
    place-items: center;
    min-height: 190px;
    padding: 18px;
    background: #fbfefc;
    border: 1px solid #d7e7dc;
    border-radius: 12px;
}

.mog-hanbai-campaign__art svg {
    width: min(100%, 310px);
    height: 170px;
    fill: none;
    stroke: var(--mog-hanbai-green);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-campaign__copy h4 {
    margin: 0 0 8px;
    color: var(--mog-hanbai-green);
    font-size: 20px;
    line-height: 1.45;
}

.mog-hanbai-campaign__copy ul {
    margin: 8px 0 0;
    padding-left: 1.3em;
}

.mog-hanbai-campaign__conditions {
    display: flex;
    gap: 12px;
    margin: 14px 0 0;
}

.mog-hanbai-campaign__conditions div {
    min-width: 140px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #d3e6d8;
    border-radius: 8px;
}

.mog-hanbai-campaign__conditions dt {
    color: var(--mog-hanbai-muted);
    font-size: 13px;
    font-weight: 700;
}

.mog-hanbai-campaign__conditions dd {
    margin: 2px 0 0;
    color: var(--mog-hanbai-green);
    font-size: 18px;
    font-weight: 900;
}

.mog-hanbai-store-guide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 18px;
    padding: 18px 22px;
    background: linear-gradient(90deg, #edf8f0, #fff);
    border-left: 5px solid var(--mog-hanbai-green);
    border-radius: 0 10px 10px 0;
}

.mog-hanbai-store-guide h3 {
    margin: 0;
    color: #155f34;
    font-size: 20px;
}

.mog-hanbai-store-guide p {
    margin: 2px 0 0;
    color: var(--mog-hanbai-muted);
}

.mog-hanbai-store-guide > span {
    flex: 0 0 auto;
    padding: 7px 12px;
    color: #155f34;
    background: #fff;
    border: 1px solid #b9d9c1;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.mog-hanbai-store-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.mog-hanbai-store-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d5e5d9;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(35, 67, 46, 0.063);
}

.mog-hanbai-store-card[open] {
    grid-column: 1 / -1;
}

.mog-hanbai-store-card > summary {
    position: relative;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: stretch;
    padding: 16px;
    cursor: pointer;
    list-style: none;
}

.mog-hanbai-store-card > summary::-webkit-details-marker {
    display: none;
}

.mog-hanbai-store-card > summary::after {
    content: "";
    display: block;
    align-self: center;
    width: 28px;
    height: 28px;
    border: 1px solid #8cbe96;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 9l5 5l5-5' fill='none' stroke='%23087c35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat;
    transition: transform 0.18s ease;
}

.mog-hanbai-store-card[open] > summary::after {
    transform: rotate(180deg);
}

.mog-hanbai-store-card__photo {
    overflow: hidden;
    min-height: 150px;
    background: #eef5f0;
    border-radius: 10px;
}

.mog-hanbai-store-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mog-hanbai-store-card__summary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.mog-hanbai-store-card__brand {
    display: inline-flex;
    margin-bottom: 5px;
    padding: 2px 8px;
    color: #fff;
    background: var(--mog-hanbai-green);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.mog-hanbai-store-card__brand--pono {
    max-width: 100%;
    background: #177a8d;
    letter-spacing: 0;
    white-space: nowrap;
}

.mog-hanbai-store-card__summary > strong {
    color: #155f34;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.mog-hanbai-store-card__short {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
}

.mog-hanbai-store-card__full-meta {
    display: grid;
    gap: 2px;
    margin-top: 10px;
    color: #3c4740;
    font-size: 13px;
    line-height: 1.5;
}

.mog-hanbai-store-card__compact-meta,
.mog-hanbai-store-card__open-text {
    display: none;
}

.mog-hanbai-store-card__detail {
    padding: 0 18px 20px;
    border-top: 1px solid #dce9df;
    background: #fbfefc;
}

.mog-hanbai-store-card__basic {
    display: none;
}

.mog-hanbai-store-card__detail-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 14px;
    padding-top: 18px;
}

.mog-hanbai-store-card__detail-grid section {
    padding: 16px;
    background: #fff;
    border: 1px solid #d8e7dc;
    border-radius: 10px;
}

.mog-hanbai-store-card__detail-grid h3 {
    margin: 0 0 8px;
    color: #155f34;
    font-size: 16px;
}

.mog-hanbai-store-card__detail-grid p {
    margin: 0;
    font-size: 14px;
}

.mog-hanbai-store-card__detail-grid a {
    display: inline-block;
    margin-top: 10px;
    color: var(--mog-hanbai-green);
    font-weight: 800;
    text-decoration: underline;
}

.mog-hanbai-store-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.mog-hanbai-store-card__tags span {
    padding: 3px 9px;
    background: #eaf6ed;
    border-radius: 999px;
    color: #155f34;
    font-size: 12px;
    font-weight: 800;
}

.mog-hanbai-store-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
}

.mog-hanbai-store-card__phone {
    color: #155f34;
    border-color: var(--mog-hanbai-green);
}

@media (min-width: 1801px) {
    .mog-hanbai-hero__kicker {
        font-size: 2.111111vw;
    }

    .mog-hanbai-hero__title {
        font-size: 2.666667vw;
    }

    .mog-hanbai-hero__sub {
        font-size: 2.166667vw;
    }

    .mog-hanbai-hero__sub::before,
    .mog-hanbai-hero__sub::after {
        width: 1.388889vw;
        height: 0.222222vw;
    }

    .mog-hanbai-hero__sub::before {
        right: calc(100% + 1vw);
    }

    .mog-hanbai-hero__sub::after {
        left: calc(100% + 1vw);
    }

    .mog-hanbai-hero__badges {
        gap: 2.111111vw;
    }

    .mog-hanbai-hero__badge {
        width: 7vw;
        border-width: 0.222222vw;
        font-size: 1.555556vw;
    }
}

@media (max-width: 760px) {
    .mog-hanbai-wrap {
        width: min(calc(100% - 24px), 560px);
    }

    .mog-hanbai {
        font-size: 17px;
    }

    .mog-hanbai-service-card p,
    .mog-hanbai-area__grid p,
    .mog-hanbai-benefit-card__copy,
    .mog-hanbai-tips p,
    .mog-hanbai-cashback p,
    .mog-hanbai-update p {
        font-size: 17px;
        line-height: 1.8;
    }

    .mog-hanbai-section-lead,
    .mog-hanbai-note,
    .mog-hanbai-store p,
    .mog-hanbai-credit {
        font-size: 15px;
        line-height: 1.65;
    }

    .mog-hanbai-hero {
        min-height: 0;
        aspect-ratio: 1024 / 1100;
        background: #fffdf5 url('../image/hanbai-tokyo/hero-sp.webp') center / 100% 100% no-repeat;
    }

    .mog-hanbai-hero::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 25px;
        right: 15px;
        left: 15px;
        height: 225px;
        background: #fffdf5;
    }

    .mog-hanbai-hero__inner {
        top: 42px;
        right: 22px;
        bottom: auto;
        left: 22px;
        height: 198px;
    }

    .mog-hanbai-hero__kicker {
        padding: 0 0 10px;
        font-size: 15px;
        line-height: 1.25;
    }

    .mog-hanbai-hero__title {
        margin: 10px 0 0;
        padding: 0 0 10px;
        font-size: 25px;
        line-height: 1.23;
        white-space: normal;
    }

    .mog-hanbai-sp-break {
        display: block;
    }

    .mog-hanbai-hero__sub {
        margin: 10px 0 0;
        font-size: 17px;
        line-height: 1.25;
    }

    .mog-hanbai-hero__sub::before,
    .mog-hanbai-hero__sub::after {
        display: none;
    }

    .mog-hanbai-hero__badges {
        gap: 8px;
        margin-top: 10px;
    }

    .mog-hanbai-hero__badge {
        width: 68px;
        border-width: 2px;
        box-shadow: 0 3px 8px rgba(93, 164, 189, 0.17);
        font-size: 14px;
        line-height: 1.18;
    }

    .mog-hanbai-shortcut {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mog-hanbai-shortcut__grid {
        width: 840px;
        grid-template-columns: repeat(6, 130px);
    }

    .mog-hanbai-section {
        padding: 25px 0;
    }

    .mog-hanbai-section-title {
        margin-bottom: 19px;
        padding-bottom: 13px;
        font-size: 26px;
    }

    .mog-hanbai-section-title__svg {
        width: 24px;
        height: 24px;
    }

    .mog-hanbai-sale,
    .mog-hanbai-service {
        padding: 16px;
    }


    .mog-hanbai-campaigns-title {
        gap: 12px;
        margin-top: 28px;
        font-size: 21px;
    }

    .mog-hanbai-campaign summary {
        grid-template-columns: auto minmax(0, 1fr) 26px;
        gap: 10px;
        min-height: 0;
        padding: 12px;
    }

    .mog-hanbai-campaign__icon {
        grid-row: 1 / 3;
        width: 44px;
        height: 44px;
    }

    .mog-hanbai-campaign__title {
        font-size: 17px;
    }

    .mog-hanbai-campaign__target {
        grid-column: 2 / 3;
        align-items: flex-start;
        gap: 7px;
        font-size: 15px;
    }

    .mog-hanbai-campaign summary::after {
        grid-column: 3;
        grid-row: 1 / 3;
    }

    .mog-hanbai-campaign__body {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
    }

    .mog-hanbai-campaign-notice {
        padding: 15px;
        font-size: 15px;
        line-height: 1.65;
    }

    .mog-hanbai-service__grid,
    .mog-hanbai-area__grid,
    .mog-hanbai-updates,
    .mog-hanbai-stores {
        grid-template-columns: 1fr;
    }

    .mog-hanbai-benefit-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mog-hanbai-benefit-card {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr) 96px;
        grid-template-areas:
            "icon title visual"
            "copy copy copy";
        align-items: center;
        min-height: 0;
        padding: 16px;
    }

    .mog-hanbai-benefit-card__head {
        display: contents;
    }

    .mog-hanbai-benefit-card__icon {
        grid-area: icon;
        width: 46px;
        height: 46px;
    }

    .mog-hanbai-benefit-card h3 {
        grid-area: title;
        padding: 0 10px 9px 0;
        border-bottom: 1px dashed #7db68a;
        font-size: 17px;
        line-height: 1.45;
    }

    .mog-hanbai-benefit-card__copy {
        grid-area: copy;
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.65;
    }

    .mog-hanbai-benefit-card__visual {
        grid-area: visual;
        align-self: center;
        margin: 0;
        padding: 0;
    }

    .mog-hanbai-benefit-card__visual svg {
        height: 78px;
    }

    .mog-hanbai-tips {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .mog-hanbai-tips .mog-hanbai-btn {
        grid-column: 1 / -1;
    }

    .mog-hanbai-cashback {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .mog-hanbai-cashback img {
        max-width: 180px;
    }

    .mog-hanbai-updates {
        padding: 12px;
    }

    .mog-hanbai-update img {
        height: 190px;
    }

    .mog-hanbai-store-group {
        margin-top: 22px;
        padding: 8px 11px 8px 14px;
        border-left-width: 4px;
        font-size: 20px;
    }

    .mog-hanbai-store {
        grid-template-columns: 135px minmax(0, 1fr);
    }

    .mog-hanbai-store--text-only {
        grid-template-columns: 1fr;
    }

    .mog-hanbai-store__body {
        padding: 14px;
    }

    .mog-hanbai-store h3 {
        font-size: 18px;
    }

    .mog-hanbai-campaign__art {
        min-height: 0;
        padding: 8px;
    }

    .mog-hanbai-campaign__art svg {
        width: 100%;
        height: 130px;
    }

    .mog-hanbai-campaign__copy h4 {
        font-size: 17px;
        line-height: 1.45;
    }

    .mog-hanbai-campaign__copy p,
    .mog-hanbai-campaign__copy li {
        font-size: 15px;
    }

    .mog-hanbai-campaign__conditions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mog-hanbai-campaign__conditions div {
        min-width: 0;
    }

    .mog-hanbai-store-guide {
        display: block;
        margin-bottom: 12px;
        padding: 13px 14px;
    }

    .mog-hanbai-store-guide h3 {
        font-size: 17px;
    }

    .mog-hanbai-store-guide p {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.55;
    }

    .mog-hanbai-store-guide > span {
        display: inline-block;
        margin-top: 8px;
        font-size: 11px;
    }

    .mog-hanbai-store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mog-hanbai-store-card {
        border-radius: 11px;
        box-shadow: 0 5px 16px rgba(20, 76, 40, 0.07);
    }

    .mog-hanbai-store-card[open] {
        grid-column: 1 / -1;
    }

    .mog-hanbai-store-card > summary {
        display: block;
        padding: 8px 8px 38px;
    }

    .mog-hanbai-store-card > summary::after {
        position: absolute;
        right: 9px;
        bottom: 8px;
        width: 24px;
        height: 24px;
    }

    .mog-hanbai-store-card__photo {
        display: block;
        width: 100%;
        height: 88px;
        min-height: 0;
        border-radius: 8px;
    }

    .mog-hanbai-store-card__summary {
        display: block;
        margin-top: 8px;
    }

    .mog-hanbai-store-card__brand {
        margin-bottom: 4px;
        padding: 1px 5px;
        font-size: 9px;
    }

    .mog-hanbai-store-card__summary > strong {
        display: block;
        min-height: 42px;
        font-size: 14px;
        line-height: 1.45;
    }

    .mog-hanbai-store-card__short,
    .mog-hanbai-store-card__full-meta {
        display: none;
    }

    .mog-hanbai-store-card__compact-meta {
        display: block;
        margin-top: 5px;
        color: var(--mog-hanbai-muted);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
    }

    .mog-hanbai-store-card__open-text {
        position: absolute;
        bottom: 10px;
        left: 8px;
        display: block;
        color: var(--mog-hanbai-green);
        font-size: 10px;
        font-weight: 800;
    }

    .mog-hanbai-store-card[open] > summary {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 10px;
        padding: 10px 10px 40px;
    }

    .mog-hanbai-store-card[open] .mog-hanbai-store-card__photo {
        height: 96px;
    }

    .mog-hanbai-store-card[open] .mog-hanbai-store-card__summary {
        margin-top: 0;
    }

    .mog-hanbai-store-card[open] .mog-hanbai-store-card__summary > strong {
        min-height: 0;
        font-size: 17px;
    }

    .mog-hanbai-store-card[open] .mog-hanbai-store-card__short {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.45;
    }

    .mog-hanbai-store-card[open] .mog-hanbai-store-card__compact-meta {
        font-size: 12px;
    }

    .mog-hanbai-store-card__detail {
        padding: 0 10px 12px;
    }

    .mog-hanbai-store-card__basic {
        display: grid;
        gap: 6px;
        padding: 12px 2px 10px;
    }

    .mog-hanbai-store-card__basic p {
        display: grid;
        grid-template-columns: 66px 1fr;
        gap: 8px;
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .mog-hanbai-store-card__basic b {
        color: #155f34;
    }

    .mog-hanbai-store-card__detail-grid {
        grid-template-columns: 1fr;
        gap: 9px;
        padding-top: 0;
    }

    .mog-hanbai-store-card__detail-grid section {
        padding: 12px;
    }

    .mog-hanbai-store-card__detail-grid h3 {
        font-size: 15px;
    }

    .mog-hanbai-store-card__detail-grid p {
        font-size: 13px;
    }

    .mog-hanbai-store-card__actions {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 10px;
    }

}

/* v68: 販売ページのフラットイラスト */
.mog-hanbai-campaign__art svg.mog-hanbai-flat-art,
.mog-hanbai-benefit-card__visual svg.mog-hanbai-flat-art {
    fill: none;
    stroke: none;
    color: inherit;
    overflow: visible;
}

.mog-hanbai-campaign__art svg.mog-hanbai-flat-art {
    width: min(100%, 340px);
    height: 180px;
}

.mog-hanbai-benefit-card__visual svg.mog-hanbai-flat-art {
    height: 126px;
}

.mog-hanbai-flat-art .flat-outline > * {
    stroke: #59665c;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-flat-art .flat-floor {
    fill: #f3eee3;
    stroke: none;
}

.mog-hanbai-flat-art .flat-green {
    fill: #789b58;
}

.mog-hanbai-flat-art .flat-green-light {
    fill: #aebf7c;
}

.mog-hanbai-flat-art .flat-green-pale {
    fill: #dce6bf;
}

.mog-hanbai-flat-art .flat-wood {
    fill: #d8b47a;
}

.mog-hanbai-flat-art .flat-cream {
    fill: #f4efe2;
}

.mog-hanbai-flat-art .flat-white {
    fill: #fafbf8;
}

.mog-hanbai-flat-art .flat-dark {
    fill: #4c5350;
}

.mog-hanbai-flat-art .flat-spark {
    fill: #efc65c;
    stroke: none;
}

.mog-hanbai-flat-art .flat-money {
    fill: #fff;
    stroke: none;
    font-size: 27px;
    font-weight: 900;
    font-family: Arial, sans-serif;
}

/* v68: 全店舗情報をモーダル表示 */
body.mog-hanbai-modal-open {
    overflow: hidden;
}

.mog-hanbai-store-card__trigger {
    position: relative;
    display: grid;
    height: 100%;
    grid-template-columns: 190px minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: stretch;
    width: 100%;
    padding: 16px;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
}

.mog-hanbai-store-card__trigger:hover {
    background: #fbfefc;
}

.mog-hanbai-store-card__trigger:focus-visible {
    outline: 3px solid rgba(8, 124, 53, 0.28);
    outline-offset: -3px;
}

.mog-hanbai-store-card__open-icon {
    display: block;
    align-self: center;
    width: 28px;
    height: 28px;
    border: 1px solid #8cbe96;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 7l5 5l-5 5' fill='none' stroke='%23087c35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat;
}

.mog-hanbai-store-modal {
    width: min(920px, calc(100% - 48px));
    max-width: 920px;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    color: var(--mog-hanbai-ink);
}

.mog-hanbai-store-modal::backdrop {
    background: rgba(20, 28, 23, 0.72);
    backdrop-filter: blur(1.5px);
}

.mog-hanbai-store-modal__shell {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d4e4d8;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(7, 34, 17, 0.28);
}

.mog-hanbai-store-modal__topbar {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
}

.mog-hanbai-store-modal__topbar > strong {
    display: none;
}

.mog-hanbai-store-modal__close {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #155f34;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #b9d9c1;
    border-radius: 50%;
    font: inherit;
    cursor: pointer;
}

.mog-hanbai-store-modal__close span {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-1px);
}

.mog-hanbai-store-modal__close:focus-visible {
    outline: 3px solid rgba(8, 124, 53, 0.28);
    outline-offset: 2px;
}

.mog-hanbai-store-modal__scroll {
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.mog-hanbai-store-modal__hero {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding-right: 46px;
}

.mog-hanbai-store-modal__photo {
    display: block;
    overflow: hidden;
    height: 174px;
    background: #eef5f0;
    border-radius: 12px;
}

.mog-hanbai-store-modal__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mog-hanbai-store-modal__identity h2 {
    margin: 7px 0 6px;
    color: #155f34;
    font-size: 29px;
    line-height: 1.35;
}

.mog-hanbai-store-modal__identity p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.mog-hanbai-store-modal__identity > span:last-child {
    display: block;
    margin-top: 7px;
    color: var(--mog-hanbai-muted);
    font-size: 14px;
    font-weight: 700;
}

.mog-hanbai-store-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.mog-hanbai-store-modal__panel {
    padding: 16px;
    background: #fff;
    border: 1px solid #d8e7dc;
    border-radius: 11px;
}

.mog-hanbai-store-modal__panel h3 {
    margin: 0 0 8px;
    color: #155f34;
    font-size: 17px;
}

.mog-hanbai-store-modal__panel p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.mog-hanbai-store-modal__panel--info {
    display: grid;
    align-content: start;
    padding: 4px 16px;
}

.mog-hanbai-store-modal__info-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 11px 0;
    border-bottom: 1px solid #e5eee7;
}

.mog-hanbai-store-modal__info-row:last-child {
    border-bottom: 0;
}

.mog-hanbai-store-modal__info-icon {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: var(--mog-hanbai-green);
}

.mog-hanbai-store-modal__info-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-store-modal__info-row b {
    display: block;
    color: #155f34;
    font-size: 13px;
}

.mog-hanbai-store-modal__info-row span,
.mog-hanbai-store-modal__info-row a {
    color: var(--mog-hanbai-ink);
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
}

.mog-hanbai-store-modal__map-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #eef3ef;
    border: 1px solid #d9e4dc;
    border-radius: 8px;
}

.mog-hanbai-store-modal__map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.mog-hanbai-store-modal__panel--map > p {
    margin-top: 8px;
    color: var(--mog-hanbai-muted);
    font-size: 13px;
}

.mog-hanbai-store-modal__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

.mog-hanbai-store-modal__actions .mog-hanbai-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
}

@media (max-width: 760px) {
    .mog-hanbai-campaign__art svg.mog-hanbai-flat-art {
        height: 138px;
    }

    .mog-hanbai-benefit-card__visual svg.mog-hanbai-flat-art {
        height: 80px;
    }

    .mog-hanbai-store-card__trigger {
        display: block;
        padding: 8px 8px 38px;
    }

    .mog-hanbai-store-card__open-icon {
        position: absolute;
        right: 9px;
        bottom: 8px;
        width: 24px;
        height: 24px;
    }

    .mog-hanbai-store-modal {
        width: calc(100% - 16px);
        max-width: none;
        max-height: calc(100vh - 12px);
        max-height: calc(100dvh - 12px);
        margin: auto 8px 8px;
    }

    .mog-hanbai-store-modal__shell {
        border-radius: 18px 18px 10px 10px;
    }

    .mog-hanbai-store-modal__topbar {
        position: sticky;
        top: 0;
        right: auto;
        z-index: 4;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 64px;
        padding: 12px 64px 10px;
        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid #dce9df;
    }

    .mog-hanbai-store-modal__topbar::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 50%;
        width: 62px;
        height: 5px;
        background: #b9bdb9;
        border-radius: 999px;
        transform: translateX(-50%);
    }

    .mog-hanbai-store-modal__topbar > strong {
        display: block;
        color: #155f34;
        font-size: 20px;
        line-height: 1.35;
        text-align: center;
    }

    .mog-hanbai-store-modal__close {
        position: absolute;
        top: 14px;
        right: 12px;
        width: 40px;
        height: 40px;
    }

    .mog-hanbai-store-modal__scroll {
        max-height: calc(100vh - 76px);
        max-height: calc(100dvh - 76px);
        padding: 12px 12px 18px;
    }

    .mog-hanbai-store-modal__hero {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-right: 0;
    }

    .mog-hanbai-store-modal__photo {
        height: 180px;
        border-radius: 10px;
    }

    .mog-hanbai-store-modal__identity h2 {
        margin: 5px 0 5px;
        font-size: 18px;
    }

    .mog-hanbai-store-modal__identity p {
        font-size: 13px;
        line-height: 1.45;
    }

    .mog-hanbai-store-modal__identity > span:last-child {
        margin-top: 5px;
        font-size: 12px;
    }

    .mog-hanbai-store-modal__grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 12px;
    }

    .mog-hanbai-store-modal__panel {
        padding: 13px;
    }

    .mog-hanbai-store-modal__panel h3 {
        font-size: 16px;
    }

    .mog-hanbai-store-modal__panel p {
        font-size: 13px;
    }

    .mog-hanbai-store-modal__panel--info {
        padding: 2px 12px;
    }

    .mog-hanbai-store-modal__info-row {
        grid-template-columns: 26px 74px minmax(0, 1fr);
        gap: 8px;
        align-items: center;
        padding: 10px 0;
    }

    .mog-hanbai-store-modal__info-row > div {
        display: contents;
    }

    .mog-hanbai-store-modal__info-row b,
    .mog-hanbai-store-modal__info-row span,
    .mog-hanbai-store-modal__info-row a {
        font-size: 13px;
    }

    #store-modal-musashikoyama .mog-hanbai-store-modal__info-row:last-child a {
        pointer-events: none;
    }

    .mog-hanbai-store-modal__map-frame {
        aspect-ratio: auto;
        height: 300px;
    }

    .mog-hanbai-store-modal__actions {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 10px;
    }

    .mog-hanbai-store-modal__actions .mog-hanbai-btn {
        min-height: 48px;
        padding: 11px 13px;
        font-size: 14px;
    }
}

.mog-hanbai-store-modal__actions .mog-hanbai-btn--green {
    color: #fff;
}

@media (max-width: 760px) {
    .mog-hanbai-benefit-card {
        grid-template-columns: 52px minmax(0, 1fr);
        grid-template-areas:
            "icon title"
            "copy copy"
            "visual visual";
    }

    .mog-hanbai-benefit-card__visual {
        width: 100%;
        margin-top: 12px;
    }

    .mog-hanbai-benefit-card__visual svg.mog-hanbai-flat-art {
        width: 100%;
        height: 92px;
    }
}

/* v70: 承認済みイラスト（案1再調整） */
.mog-hanbai-approved-illust {
    display: block;
    width: 100%;
    height: auto;
    border: 0 !important;
    box-shadow: none;
}

.mog-hanbai-approved-illust--campaign {
    width: min(100%, 536px);
}

.mog-hanbai-approved-illust--benefit {
    width: min(100%, 298px);
    margin-inline: auto;
}

.mog-hanbai-benefit-card__visual {
    display: grid;
    align-items: end;
}

@media (max-width: 767px) {
    .mog-hanbai-approved-illust--campaign {
        width: min(100%, 500px);
    }

    .mog-hanbai-approved-illust--benefit {
        width: min(100%, 286px);
    }
}

/* 販売ページ：掘り出しもの案内・導線・SP店舗情報調整 */
.mog-hanbai-discovery {
    margin-top: 18px;
    padding: 26px 28px;
}

.mog-hanbai-discovery__head {
    margin-bottom: 18px;
}

.mog-hanbai-discovery__head > p {
    margin: 0 0 6px;
    color: var(--mog-hanbai-orange);
    font-size: 13px;
    font-weight: 900;
}

.mog-hanbai-discovery__head > h3 {
    margin: 0;
    color: var(--mog-hanbai-green);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.35;
}

.mog-hanbai-discovery__head > span {
    display: block;
    margin-top: 6px;
    color: var(--mog-hanbai-muted);
    font-size: 15px;
    line-height: 1.8;
}

.mog-hanbai-discovery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mog-hanbai-discovery__item {
    padding: 18px 14px;
    background: #fbfcfa;
    border: 1px solid #d8e2d6;
    border-radius: 16px;
    text-align: center;
}

.mog-hanbai-discovery__icon {
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0 auto 12px;
    place-items: center;
    color: var(--mog-hanbai-green);
    background: #f4faf5;
    border-radius: 18px;
}

.mog-hanbai-discovery__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-discovery__item h4 {
    margin: 0 0 4px;
    color: #20303a;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.4;
}

.mog-hanbai-discovery__item p {
    margin: 0;
    color: var(--mog-hanbai-orange);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.mog-hanbai-tips .mog-hanbai-btn--green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.mog-hanbai-tips .mog-hanbai-btn__arrow {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-benefit-card__visual {
    justify-items: center;
    overflow: visible;
}

.mog-hanbai-approved-illust--benefit {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    .mog-hanbai-benefit-card__visual {
        min-height: 144px;
        align-items: center;
    }
}

@media (max-width: 760px) {
    .mog-hanbai-discovery {
        padding: 16px 14px;
        border-radius: 18px;
    }

    .mog-hanbai-discovery__head {
        margin-bottom: 14px;
    }

    .mog-hanbai-discovery__head > p {
        font-size: 11px;
    }

    .mog-hanbai-discovery__head > h3 {
        font-size: 22px;
    }

    .mog-hanbai-discovery__head > span {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.7;
    }

    .mog-hanbai-discovery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mog-hanbai-discovery__item {
        padding: 14px 10px;
        border-radius: 14px;
    }

    .mog-hanbai-discovery__icon {
        width: 58px;
        height: 58px;
        margin-bottom: 10px;
        border-radius: 14px;
    }

    .mog-hanbai-discovery__icon svg {
        width: 30px;
        height: 30px;
    }

    .mog-hanbai-discovery__item h4 {
        font-size: 15px;
    }

    .mog-hanbai-discovery__item p {
        font-size: 18px;
    }

    .mog-hanbai-benefit-card__visual {
        min-height: 126px;
        margin-top: 14px;
        align-items: center;
    }

    .mog-hanbai-store-card__short {
        display: block;
        margin-top: 4px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.4;
    }
}


/* v71: 管理画面連動セールバナー（SP） */
@media (max-width: 760px) {
    .mog-hanbai-sale {
        padding: 12px;
    }

    .mog-hanbai-sale-banner {
        min-height: 260px;
        padding: 20px 12px;
        background-image: var(--mog-hanbai-sale-sp-image);
        background-position: center;
    }


    .mog-hanbai-sale-banner__content {
        width: 100%;
        max-width: 300px;
    }

    .mog-hanbai-sale-banner__eyebrow {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.4;
    }

    .mog-hanbai-sale-banner__title {
        font-size: clamp(24px, 7.2vw, 27px);
        line-height: 1.12;
        text-wrap: balance;
        white-space: normal;
    }

    .mog-hanbai-sale-banner__offer {
        gap: 5px;
        margin-top: 5px;
    }

    .mog-hanbai-sale-banner__prefix {
        min-width: 40px;
        min-height: 40px;
        font-size: 13px;
    }

    .mog-hanbai-sale-banner__value {
        font-size: clamp(44px, 14vw, 54px);
    }

    .mog-hanbai-sale-banner__suffix {
        font-size: clamp(21px, 7vw, 27px);
    }

    .mog-hanbai-sale-banner__date {
        margin-top: 6px;
        padding: 5px 15px;
        font-size: 15px;
    }
}

/* v72: PCセールバナーの情報密度・可読性調整 */
@media (min-width: 761px) {
    .mog-hanbai-sale-banner {
        min-height: 190px;
        padding: 8px 20px;
    }

    .mog-hanbai-sale-banner__content {
        width: min(100%, 780px);
        max-width: 780px;
        margin-inline: auto;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .mog-hanbai-sale-banner__eyebrow {
        margin-bottom: 1px;
        font-size: 20px;
        line-height: 1.2;
    }

    .mog-hanbai-sale-banner__title {
        font-size: clamp(42px, 4vw, 48px);
        line-height: 1;
        text-shadow:
            0 0 2px #fff,
            1px 1px 0 #fff,
            -1px 1px 0 #fff,
            1px -1px 0 #fff,
            -1px -1px 0 #fff;
    }

    .mog-hanbai-sale-banner__offer {
        gap: 9px;
        margin-top: 1px;
    }

    .mog-hanbai-sale-banner__prefix {
        min-width: 48px;
        min-height: 48px;
        font-size: 17px;
    }

    .mog-hanbai-sale-banner__value {
        font-size: clamp(64px, 5.8vw, 72px);
        line-height: 0.96;
        text-shadow:
            0 0 2px #fff,
            1px 1px 0 #fff,
            -1px 1px 0 #fff,
            1px -1px 0 #fff,
            -1px -1px 0 #fff;
    }

    .mog-hanbai-sale-banner__suffix {
        font-size: clamp(31px, 2.9vw, 36px);
        line-height: 1;
    }

    .mog-hanbai-sale-banner__date {
        min-width: 360px;
        margin-top: 3px;
        padding: 5px 28px;
        font-size: 20px;
        line-height: 1.25;
    }

    .mog-hanbai-sale-banner__date svg {
        width: 20px;
        height: 20px;
    }
}

/* v72: 店舗カードは既存のPC2列構成を維持し、文字だけ拡大 */
@media (min-width: 761px) {
    .mog-hanbai-store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mog-hanbai-store-guide h3 {
        font-size: 22px;
    }

    .mog-hanbai-store-guide > span {
        font-size: 14px;
    }

    .mog-hanbai-store-card__brand {
        font-size: 12px;
    }

    .mog-hanbai-store-card__summary > strong {
        font-size: 21px;
    }

    .mog-hanbai-store-card__short {
        font-size: 15px;
        line-height: 1.5;
    }

    .mog-hanbai-store-card__full-meta {
        font-size: 14px;
        line-height: 1.55;
    }
}

/* v72: SP店舗カードの可読性調整（2列構成は維持） */
@media (max-width: 760px) {
    .mog-hanbai-store-guide h3 {
        font-size: 19px;
    }

    .mog-hanbai-store-guide > span {
        font-size: 13px;
    }

    .mog-hanbai-store-card__trigger {
        padding: 10px 10px 46px;
    }

    .mog-hanbai-store-card__photo {
        height: 100px;
    }

    .mog-hanbai-store-card__summary {
        margin-top: 9px;
    }

    .mog-hanbai-store-card__brand {
        margin-bottom: 5px;
        padding: 2px 6px;
        font-size: 11px;
        line-height: 1.35;
    }

    .mog-hanbai-store-card__brand--pono {
        white-space: normal;
    }

    .mog-hanbai-store-card__summary > strong {
        min-height: 48px;
        font-size: 17px;
        line-height: 1.4;
    }

    .mog-hanbai-store-card__short {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
    }

    .mog-hanbai-store-card__compact-meta {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.45;
    }

    .mog-hanbai-store-card__open-text {
        bottom: 11px;
        left: 10px;
        font-size: 14px;
    }

    .mog-hanbai-store-card__open-icon {
        right: 10px;
        bottom: 9px;
        width: 26px;
        height: 26px;
    }
}

/* v102: 店舗カード1列化・文字可読性・取扱商品タグ・店舗モーダル調整 */
.mog-hanbai-store-card__product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.mog-hanbai-store-card__product-tags > span {
    padding: 5px 11px;
    color: #155f34;
    background: #eaf6ed;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.mog-hanbai-store-modal__panel--wide {
    grid-column: 1 / -1;
}

.mog-hanbai-store-modal__shipping {
    padding: 16px;
}

.mog-hanbai-store-modal__shipping > h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.mog-hanbai-store-modal__shipping-lead,
.mog-hanbai-store-modal__shipping-area-list {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.mog-hanbai-store-modal__shipping-lead strong,
.mog-hanbai-store-modal__shipping-area-list strong {
    color: #155f34;
}

.mog-hanbai-store-modal__shipping-lead span + span::before {
    content: " ";
}

.mog-hanbai-store-modal__shipping-area-list {
    margin-top: 8px;
}

.mog-hanbai-store-modal__shipping-separator {
    white-space: pre;
}

.mog-hanbai-store-modal__shipping-note {
    margin: 8px 0 0 !important;
    padding-top: 8px;
    border-top: 1px solid #e5eee7;
    color: #5f6861;
    font-size: 12px !important;
    line-height: 1.6 !important;
}

@media (max-width: 760px) {
    .mog-hanbai-store-modal__shipping {
        padding: 13px;
    }

    .mog-hanbai-store-modal__shipping > h3 {
        font-size: 16px;
    }

    .mog-hanbai-store-modal__shipping-lead,
    .mog-hanbai-store-modal__shipping-area-list {
        font-size: 13px;
    }

    .mog-hanbai-store-modal__shipping-note {
        font-size: 11px !important;
    }
}

.mog-hanbai-store-modal__panel h3 {
    font-size: 18px;
}

.mog-hanbai-store-modal__panel p,
.mog-hanbai-store-modal__info-row span,
.mog-hanbai-store-modal__info-row a,
.mog-hanbai-store-modal__panel--map > p {
    font-size: 16px;
}

.mog-hanbai-store-modal__info-row b {
    font-size: 15px;
}

.mog-hanbai-store-modal__identity > span:last-child {
    font-size: 16px;
}

.mog-hanbai-store-modal .mog-hanbai-store-card__tags span {
    padding: 5px 11px;
    font-size: 14px;
    line-height: 1.3;
}

.mog-hanbai-store-modal__actions .mog-hanbai-btn {
    font-size: 16px;
}


.mog-hanbai-store-modal__pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.mog-hanbai-store-modal__pill-list > span {
    padding: 5px 11px;
    color: #155f34;
    background: #eaf6ed;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.mog-hanbai-store-modal__pill-list--station > span {
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 761px) {
    .mog-hanbai-store-card__trigger {
        grid-template-columns: 190px minmax(0, 1fr);
        padding-bottom: 62px;
    }

    .mog-hanbai-store-card__brand {
        font-size: 14px;
    }

    .mog-hanbai-store-card__summary > strong {
        font-size: 23px;
    }

    .mog-hanbai-store-card__short,
    .mog-hanbai-store-card__full-meta {
        font-size: 16px;
    }

    .mog-hanbai-store-card__open-text {
        position: absolute;
        right: 58px;
        bottom: 16px;
        left: 224px;
        display: block;
        padding-top: 11px;
        color: var(--mog-hanbai-green);
        border-top: 1px solid #dce9df;
        font-size: 16px;
        font-weight: 900;
    }

    .mog-hanbai-store-card__open-icon {
        position: absolute;
        right: 16px;
        bottom: 14px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 760px) {
    .mog-hanbai-store-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mog-hanbai-store-card__trigger {
        display: block;
        padding: 11px 11px 10px;
    }

    .mog-hanbai-store-card__photo {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 828 / 520;
        border-radius: 9px;
    }

    .mog-hanbai-store-card__summary {
        display: flex;
        margin-top: 11px;
    }

    .mog-hanbai-store-card__brand {
        margin-bottom: 6px;
        padding: 3px 8px;
        font-size: 14px;
    }

    .mog-hanbai-store-card__summary > strong {
        min-height: 0;
        font-size: 20px;
        line-height: 1.4;
    }

    .mog-hanbai-store-card__short {
        margin-top: 6px;
        font-size: 16px;
        line-height: 1.52;
    }

    .mog-hanbai-store-card__compact-meta {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.45;
    }

    .mog-hanbai-store-card__full-meta {
        display: none;
    }

    .mog-hanbai-store-card__product-tags {
        margin-top: 12px;
    }

    .mog-hanbai-store-card__open-text {
        position: static;
        display: block;
        margin-top: 13px;
        padding: 11px 42px 0 0;
        color: var(--mog-hanbai-green);
        border-top: 1px solid #dce9df;
        font-size: 16px;
        font-weight: 900;
    }

    .mog-hanbai-store-card__open-icon {
        right: 11px;
        bottom: 10px;
        width: 30px;
        height: 30px;
    }

    .mog-hanbai-store-modal__identity h2 {
        font-size: 20px;
    }

    .mog-hanbai-store-modal__identity p,
    .mog-hanbai-store-modal__identity > span:last-child,
    .mog-hanbai-store-modal__panel p,
    .mog-hanbai-store-modal__info-row b,
    .mog-hanbai-store-modal__info-row span,
    .mog-hanbai-store-modal__info-row a,
    .mog-hanbai-store-modal__panel--map > p {
        font-size: 16px;
    }

    .mog-hanbai-store-modal__panel h3 {
        font-size: 18px;
    }

    .mog-hanbai-store-modal__actions .mog-hanbai-btn {
        min-height: 50px;
        font-size: 16px;
    }
}

/* v104: 店舗カードCTAの視認性・操作箇所明示 */
@media (min-width: 761px) {
    .mog-hanbai-store-card__trigger {
        padding-bottom: 82px;
    }

    .mog-hanbai-store-card__open-text {
        right: 16px;
        bottom: 14px;
        left: 16px;
        min-height: 52px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 13px 56px 13px 18px;
        background: var(--mog-hanbai-green);
        border: 2px solid var(--mog-hanbai-green);
        border-radius: 12px;
        box-shadow: 0 5px 14px rgba(8, 124, 53, 0.18);
        color: #fff;
        font-size: 17px;
    }

    .mog-hanbai-store-card__open-icon {
        right: 28px;
        bottom: 23px;
        width: 34px;
        height: 34px;
        border: 2px solid rgba(255, 255, 255, 0.9);
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 7l5 5l-5 5' fill='none' stroke='%23087c35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px 20px no-repeat;
    }
}

@media (max-width: 760px) {
    .mog-hanbai-store-card__open-text {
        min-height: 54px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 14px 54px 14px 15px;
        background: var(--mog-hanbai-green);
        border: 2px solid var(--mog-hanbai-green);
        border-radius: 11px;
        box-shadow: 0 5px 14px rgba(8, 124, 53, 0.18);
        color: #fff;
    }

    .mog-hanbai-store-card__open-icon {
        right: 23px;
        bottom: 20px;
        width: 34px;
        height: 34px;
        border: 2px solid rgba(255, 255, 255, 0.9);
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 7l5 5l-5 5' fill='none' stroke='%23087c35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 20px 20px no-repeat;
    }
}

/* v106: 店舗情報・地図を見るを一部入荷情報と同色化 */
.mog-hanbai-store-card__trigger:hover .mog-hanbai-store-card__open-text,
.mog-hanbai-store-card__trigger:focus-visible .mog-hanbai-store-card__open-text {
    background: #076f31;
    border-color: #076f31;
    color: #fff;
}


/* v105: 店舗情報終了後の出張買取・店頭買取導線 */
.mog-hanbai-purchase-actions {
    width: 100%;
    padding: 28px 0 32px;
    background: #fff;
    border-top: 1px solid #edf1ee;
}

.mog-hanbai-purchase-actions__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: min(880px, calc(100% - 40px));
    margin: 0 auto;
}

.mog-hanbai-purchase-action {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
    min-height: 205px;
    padding: 18px 20px 14px;
    color: #111 !important;
    background: #fff;
    border: 1px solid #f1b496;
    border-radius: 14px;
    box-shadow: 0 2px 9px rgba(0, 75, 31, 0.055);
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mog-hanbai-purchase-action:hover,
.mog-hanbai-purchase-action:focus-visible {
    color: #111 !important;
    border-color: var(--mog-hanbai-orange);
    box-shadow: 0 7px 18px rgba(0, 75, 31, 0.13);
    text-decoration: none !important;
    transform: translateY(-2px);
}

.mog-hanbai-purchase-action__lead {
    display: block;
    min-height: 1.5em;
    margin: 0 0 8px;
    color: var(--mog-hanbai-orange);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.mog-hanbai-purchase-action__main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: var(--mog-hanbai-orange);
}

.mog-hanbai-purchase-action__icon {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    margin-right: 18px;
}

.mog-hanbai-purchase-action__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mog-hanbai-purchase-action__title {
    color: var(--mog-hanbai-orange);
    font-size: clamp(28px, 2.15vw, 38px);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.mog-hanbai-purchase-action__description {
    display: block;
    margin: 8px 0 12px;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.mog-hanbai-purchase-action__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: auto;
    color: #fff;
    background: #f05a17;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

.mog-hanbai-purchase-action__arrow {
    margin-left: 0.65em;
    font-size: 1.15em;
    line-height: 1;
}

@media (max-width: 760px) {
    .mog-hanbai-purchase-actions {
        padding: 20px 0 24px;
    }

    .mog-hanbai-purchase-actions__inner {
        grid-template-columns: 1fr;
        gap: 12px;
        width: min(calc(100% - 24px), 560px);
    }

    .mog-hanbai-purchase-action {
        min-height: 0;
        padding: 18px 16px 15px;
        border-radius: 13px;
    }

    .mog-hanbai-purchase-action:hover,
    .mog-hanbai-purchase-action:focus-visible {
        transform: none;
    }

    .mog-hanbai-purchase-action__lead {
        margin-bottom: 7px;
        font-size: 15px;
    }

    .mog-hanbai-purchase-action__icon {
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }

    .mog-hanbai-purchase-action__title {
        font-size: 30px;
    }

    .mog-hanbai-purchase-action__description {
        margin: 7px 0 12px;
        font-size: 16px;
    }

    .mog-hanbai-purchase-action__button {
        min-height: 42px;
        font-size: 16px;
    }
}

@media (max-width: 359px) {
    .mog-hanbai-purchase-action__icon {
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }

    .mog-hanbai-purchase-action__title {
        font-size: 27px;
    }
}

/* v108：商品販売ページ「只今の激安商品・店頭速報！」 */
.mog-hanbai-flash-section {
    padding-top: 0;
    padding-bottom: 0;
}

.mog-hanbai-flash {
    overflow: hidden;
    background: #fffdf7;
    border: 2px solid #e4a04a;
    border-radius: 12px;
    box-shadow: 0 5px 16px rgba(111, 72, 24, 0.08);
}

.mog-hanbai-flash > summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: linear-gradient(90deg, #fff3c9 0%, #fff9e9 58%, #fffdf7 100%);
    cursor: pointer;
    list-style: none;
}

.mog-hanbai-flash > summary::-webkit-details-marker {
    display: none;
}

.mog-hanbai-flash__icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #efc27e;
    border-radius: 50%;
    color: #c76022;
}

.mog-hanbai-flash__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-flash__heading {
    color: #333027;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.mog-hanbai-flash__heading span {
    color: #b94a25;
}

.mog-hanbai-flash__toggle {
    position: relative;
    width: 28px;
    height: 28px;
    color: #a55525;
}

.mog-hanbai-flash__toggle::before,
.mog-hanbai-flash__toggle::after {
    content: "";
    position: absolute;
    top: 13px;
    width: 13px;
    height: 3px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.2s ease;
}

.mog-hanbai-flash__toggle::before {
    left: 3px;
    transform: rotate(45deg);
}

.mog-hanbai-flash__toggle::after {
    right: 3px;
    transform: rotate(-45deg);
}

.mog-hanbai-flash[open] .mog-hanbai-flash__toggle::before {
    transform: rotate(-45deg);
}

.mog-hanbai-flash[open] .mog-hanbai-flash__toggle::after {
    transform: rotate(45deg);
}

.mog-hanbai-flash__body {
    padding: 22px;
    background: #fff;
    border-top: 1px solid #f0d6ac;
}

.mog-hanbai-flash__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mog-hanbai-flash-card {
    display: grid;
    grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
    overflow: hidden;
    min-width: 0;
    background: #fffdfa;
    border: 1px solid #ead4b2;
    border-radius: 10px;
}

.mog-hanbai-flash-card__photo {
    min-height: 236px;
    background: #f3eee6;
}

.mog-hanbai-flash-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mog-hanbai-flash-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 20px;
}

.mog-hanbai-flash-card__store {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 4px 11px;
    background: #fff0eb;
    border: 1px solid #efc0af;
    border-radius: 999px;
    color: #a84624;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.mog-hanbai-flash-card h3 {
    margin: 0 0 10px;
    color: #a63f20;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
}

.mog-hanbai-flash-card__description {
    margin: 0 0 8px;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

.mog-hanbai-flash-card__condition {
    margin: 0 0 16px;
    color: #b33f24;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
}

.mog-hanbai-flash-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    margin-top: auto;
    padding: 10px 14px;
    background: #bf542e;
    border: 1px solid #a94726;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

.mog-hanbai-flash-card__cta:hover,
.mog-hanbai-flash-card__cta:focus-visible {
    background: #a94726;
}

@media (max-width: 1080px) {
    .mog-hanbai-flash__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .mog-hanbai-flash > summary {
        grid-template-columns: 36px minmax(0, 1fr) 24px;
        gap: 12px;
        padding: 16px;
    }

    .mog-hanbai-flash__icon {
        width: 36px;
        height: 36px;
    }

    .mog-hanbai-flash__icon svg {
        width: 21px;
        height: 21px;
    }

    .mog-hanbai-flash__heading {
        font-size: 20px;
        line-height: 1.45;
    }

    .mog-hanbai-flash__body {
        padding: 14px;
    }

    .mog-hanbai-flash__grid {
        gap: 14px;
    }

    .mog-hanbai-flash-card {
        grid-template-columns: 1fr;
    }

    .mog-hanbai-flash-card__photo {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .mog-hanbai-flash-card__body {
        padding: 17px 15px;
    }

    .mog-hanbai-flash-card h3 {
        font-size: 22px;
    }

    .mog-hanbai-flash-card__description,
    .mog-hanbai-flash-card__cta {
        font-size: 16px;
    }
}

/* v111：速報が1件だけの時はカードを横幅いっぱいに表示 */
.mog-hanbai-flash__grid > .mog-hanbai-flash-card:only-child {
    grid-column: 1 / -1;
}

/* /hanbai-tokyo/ 一部入荷情報 */
.mog-hanbai-arrival-section {
    padding-top: 0;
}

.mog-hanbai-store-grid {
    display: block;
}

.mog-hanbai-store-pair {
    display: grid;
    gap: 14px;
}

.mog-hanbai-store-pair + .mog-hanbai-store-pair {
    margin-top: 18px;
}

.mog-hanbai-store-pair__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.mog-hanbai-store-entry {
    min-width: 0;
}

.mog-hanbai-store-entry > .mog-hanbai-store-card {
    height: 100%;
}

.mog-hanbai-store-card--has-arrival {
    display: flex;
    flex-direction: column;
}

.mog-hanbai-store-card--has-arrival .mog-hanbai-store-card__trigger {
    flex: 1 1 auto;
    height: auto;
}

.mog-hanbai-arrival-card-trigger {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    padding: 16px 58px 16px 18px;
    border: 2px solid var(--mog-hanbai-green);
    border-radius: 12px;
    background: var(--mog-hanbai-green);
    box-shadow: 0 5px 14px rgba(8, 124, 53, 0.18);
    color: #fff;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mog-hanbai-arrival-card-trigger:hover {
    background: #076f31;
}

.mog-hanbai-arrival-card-trigger:focus-visible {
    outline: 3px solid rgba(8, 124, 53, 0.24);
    outline-offset: 0;
}

.mog-hanbai-arrival-card-trigger[aria-expanded="true"] {
    border-color: #076f31;
    background: #076f31;
    box-shadow: 0 5px 14px rgba(8, 124, 53, 0.2);
}

.mog-hanbai-arrival-card-trigger strong {
    display: block;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    color: #fff;
}

.mog-hanbai-arrival-card-trigger__icon,
.mog-hanbai-arrival__toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.mog-hanbai-arrival-card-trigger__icon::before,
.mog-hanbai-arrival-card-trigger__icon::after,
.mog-hanbai-arrival__toggle::before,
.mog-hanbai-arrival__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #2f8c45;
    content: "";
    transform-origin: center;
}

.mog-hanbai-arrival-card-trigger__icon::before,
.mog-hanbai-arrival__toggle::before {
    transform: translate(-7px, -1px) rotate(45deg);
}

.mog-hanbai-arrival-card-trigger__icon::after,
.mog-hanbai-arrival__toggle::after {
    transform: translate(-1px, -1px) rotate(-45deg);
}

.mog-hanbai-arrival-card-trigger[aria-expanded="true"] .mog-hanbai-arrival-card-trigger__icon::before,
.mog-hanbai-arrival[open] .mog-hanbai-arrival__toggle::before {
    transform: translate(-7px, -1px) rotate(-45deg);
}

.mog-hanbai-arrival-card-trigger[aria-expanded="true"] .mog-hanbai-arrival-card-trigger__icon::after,
.mog-hanbai-arrival[open] .mog-hanbai-arrival__toggle::after {
    transform: translate(-1px, -1px) rotate(45deg);
}

.mog-hanbai-store-card > .mog-hanbai-arrival {
    display: none;
}

.mog-hanbai-store-pair__panels {
    display: block;
}

.mog-hanbai-arrival-panel {
    overflow: hidden;
    border: 1px solid #d9ded8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(34, 55, 38, 0.06);
}

.mog-hanbai-arrival-list {
    display: grid;
    gap: 14px;
}

.mog-hanbai-arrival {
    overflow: hidden;
    border: 2px solid var(--mog-hanbai-green);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(8, 124, 53, 0.14);
}

.mog-hanbai-arrival > summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 66px;
    padding: 16px 58px 16px 22px;
    cursor: pointer;
    list-style: none;
    color: #fff;
    background: var(--mog-hanbai-green);
}

.mog-hanbai-arrival > summary::-webkit-details-marker {
    display: none;
}

.mog-hanbai-arrival > summary strong {
    font-size: 19px;
    line-height: 1.45;
    font-weight: 800;
    color: #fff;
}

.mog-hanbai-arrival__body {
    padding: 0 22px 22px;
    border-top: 1px solid #edf0ec;
}

.mog-hanbai-arrival__products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-top: 20px;
}

.mog-hanbai-arrival__products--pc-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: auto;
    overscroll-behavior-inline: contain;
    cursor: grab;
}

.mog-hanbai-arrival__products--pc-scroll.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.mog-hanbai-arrival__products--pc-scroll::-webkit-scrollbar {
    height: 14px;
}

.mog-hanbai-arrival__products--pc-scroll::-webkit-scrollbar-track {
    background: #edf1ee;
    border-radius: 999px;
}

.mog-hanbai-arrival__products--pc-scroll::-webkit-scrollbar-thumb {
    background: #97aa9d;
    border: 3px solid #edf1ee;
    border-radius: 999px;
}

.mog-hanbai-arrival__products--pc-scroll .mog-hanbai-arrival-card {
    flex: 0 0 calc((100% - 42px) / 4.25);
    scroll-snap-align: start;
}

.mog-hanbai-arrival-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e0e4df;
    border-radius: 9px;
    background: #fff;
}

.mog-hanbai-arrival-card__photo {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f3f5f2;
}

.mog-hanbai-arrival-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mog-hanbai-arrival-card__body {
    padding: 12px 13px 14px;
}

.mog-hanbai-arrival-card__info {
    display: -webkit-box;
    overflow: hidden;
    color: #25322a;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mog-hanbai-arrival__note {
    margin: 15px 0 12px;
    color: #68716b;
    font-size: 12px;
    line-height: 1.6;
}

.mog-hanbai-arrival__contact,
.mog-hanbai-arrival__contact:link,
.mog-hanbai-arrival__contact:visited,
.mog-hanbai-arrival__contact span {
    color: #fff !important;
}

.mog-hanbai-arrival__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 7px;
    background: #ef6c00;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.mog-hanbai-arrival__contact:hover,
.mog-hanbai-arrival__contact:focus-visible {
    color: #fff !important;
    text-decoration: none;
    filter: brightness(0.96);
}

@media (max-width: 767px) {
    .mog-hanbai-store-pair {
        display: block;
    }

    .mog-hanbai-store-pair + .mog-hanbai-store-pair {
        margin-top: 12px;
    }

    .mog-hanbai-store-pair__cards {
        display: block;
    }

    .mog-hanbai-store-entry + .mog-hanbai-store-entry {
        margin-top: 12px;
    }

    .mog-hanbai-arrival-card-trigger,
    .mog-hanbai-store-pair__panels {
        display: none;
    }

    .mog-hanbai-store-card > .mog-hanbai-arrival {
        display: block;
        margin: 12px 11px 11px;
    }

    .mog-hanbai-arrival {
        border-radius: 9px;
    }

    .mog-hanbai-arrival > summary {
        min-height: 58px;
        padding: 13px 48px 13px 16px;
    }

    .mog-hanbai-arrival > summary strong {
        font-size: 16px;
    }

    .mog-hanbai-arrival__toggle {
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .mog-hanbai-arrival__body {
        padding: 0 14px 16px;
    }

    .mog-hanbai-arrival__products,
    .mog-hanbai-arrival__products--pc-scroll {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-top: 14px;
        padding-bottom: 10px;
        scroll-snap-type: x proximity;
        scrollbar-width: auto;
        overscroll-behavior-inline: contain;
        cursor: auto;
    }

    .mog-hanbai-arrival__products .mog-hanbai-arrival-card,
    .mog-hanbai-arrival__products--pc-scroll .mog-hanbai-arrival-card {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .mog-hanbai-arrival-card__body {
        padding: 10px 11px 12px;
    }

    .mog-hanbai-arrival-card__info {
        font-size: 14px;
    }

    .mog-hanbai-arrival__note {
        margin-top: 12px;
        font-size: 11px;
    }

    .mog-hanbai-arrival__contact {
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
        box-sizing: border-box;
    }
}


/* v107: 高齢者向け可読性改善（指定見出しのみ） */
.mog-hanbai-campaigns-title {
    color: #203429;
    font-size: 30px;
    line-height: 1.4;
}

.mog-hanbai-service-card h3 {
    color: #203429;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
}

.mog-hanbai-area h3 {
    color: var(--mog-hanbai-green);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
}

.mog-hanbai-benefit-card h3 {
    color: #203429;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .mog-hanbai-campaigns-title {
        font-size: 24px;
        line-height: 1.45;
    }

    .mog-hanbai-service-card h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .mog-hanbai-area h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .mog-hanbai-benefit-card h3 {
        font-size: 20px;
        line-height: 1.45;
    }
}

/* v108: 店舗ブランドタグのフォントサイズ指定 */
@media (min-width: 761px) {
    .mog-hanbai-store-card__brand {
        font-size: 17px;
    }
}

@media (max-width: 760px) {
    .mog-hanbai-store-card__brand {
        font-size: 18px;
    }
}


/* v134: SPヒーローコピー可読性・ベージュ面追従 */
@media (max-width: 760px) {
    .mog-hanbai-hero::before {
        display: none;
    }

    .mog-hanbai-hero__inner {
        height: auto;
    }

    .mog-hanbai-hero__inner::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -17px;
        right: -7px;
        bottom: -10px;
        left: -7px;
        background: #fffdf5;
        pointer-events: none;
    }

    .mog-hanbai-hero__title {
        font-size: 29px;
    }

    .mog-hanbai-hero__sub {
        font-size: 21px;
    }
}

/* v148: PC店舗カードのサムネイルを横長上部配置へ変更 */
@media (min-width: 761px) {
    .mog-hanbai-store-card__trigger {
        display: block;
        padding: 16px 16px 82px;
    }

    .mog-hanbai-store-card__photo {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 6;
    }

    .mog-hanbai-store-card__summary {
        margin-top: 14px;
    }
}


/* v149: PC一部入荷情報の左右スクロールボタン */
@media (min-width: 768px) {
    .mog-hanbai-arrival__products-frame {
        position: relative;
    }

    .mog-hanbai-arrival__scroll-button {
        position: absolute;
        z-index: 2;
        top: 50%;
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        color: var(--mog-hanbai-green);
        background: #fff;
        border: 2px solid var(--mog-hanbai-green);
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(8, 124, 53, 0.18);
        font: inherit;
        cursor: pointer;
        transform: translateY(-50%);
    }

    .mog-hanbai-arrival__scroll-button--prev {
        left: -12px;
    }

    .mog-hanbai-arrival__scroll-button--next {
        right: -12px;
    }

    .mog-hanbai-arrival__scroll-button span {
        display: block;
        font-size: 34px;
        font-weight: 700;
        line-height: 1;
        transform: translateY(-2px);
    }

    .mog-hanbai-arrival__scroll-button:hover:not(:disabled),
    .mog-hanbai-arrival__scroll-button:focus-visible:not(:disabled) {
        background: #f2faf4;
    }

    .mog-hanbai-arrival__scroll-button:focus-visible {
        outline: 3px solid rgba(8, 124, 53, 0.24);
        outline-offset: 2px;
    }

    .mog-hanbai-arrival__scroll-button:disabled {
        opacity: 0.28;
        cursor: default;
    }
}

@media (max-width: 767px) {
    .mog-hanbai-arrival__scroll-button {
        display: none;
    }
}

/* v211: ヒーロー直下 中古家電・中古家具の品揃え訴求 */
.mog-hanbai-sales-proof {
    padding-top: 32px;
    padding-bottom: 0;
}

.mog-hanbai-sales-proof__panel {
    padding: 26px 28px;
}

.mog-hanbai-sales-proof__highlight {
    margin: 0 0 22px;
    color: #df2713;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
}

.mog-hanbai-sales-proof__copy p {
    margin: 0;
    color: #333;
    font-size: 18px;
    line-height: 1.75;
}

.mog-hanbai-sales-proof__inventory {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #dce7de;
}

.mog-hanbai-sales-proof__inventory h3 {
    margin: 0 0 18px;
    color: #d52d18;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
}

.mog-hanbai-sales-proof__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.mog-hanbai-sales-proof__tags span {
    padding: 7px 14px;
    background: #f4e1b4;
    border-radius: 999px;
    color: #4b3d18;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .mog-hanbai-sales-proof {
        padding-top: 25px;
    }

    .mog-hanbai-sales-proof__panel {
        padding: 18px 16px;
    }

    .mog-hanbai-sales-proof__highlight {
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 1.45;
    }

    .mog-hanbai-sales-proof__copy p {
        font-size: 16px;
        line-height: 1.7;
    }

    .mog-hanbai-sales-proof__inventory {
        margin-top: 20px;
        padding-top: 18px;
    }

    .mog-hanbai-sales-proof__inventory h3 {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .mog-hanbai-sales-proof__tags {
        gap: 8px;
    }

    .mog-hanbai-sales-proof__tags span {
        padding: 7px 11px;
        font-size: 13px;
    }
}

/* v213: v206で確定した店舗SPアコーディオン・送料無料対応地域アコーディオンを復元 */
.mog-hanbai-store-delivery-summary {
    margin: 14px 0 18px;
    padding: 16px;
    background: #f7fbf8;
    border: 1px solid #d5e5d9;
    border-radius: 12px;
}

.mog-hanbai-store-delivery-summary > strong {
    display: block;
    color: #155f34;
    font-size: 18px;
    font-weight: 900;
}

.mog-hanbai-store-delivery-summary > p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.7;
}

.mog-hanbai-store-delivery-area {
    margin-top: 14px;
}

.mog-hanbai-store-delivery-area > summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 13px 58px 13px 18px;
    color: #fff;
    background: var(--mog-hanbai-green);
    border: 2px solid var(--mog-hanbai-green);
    border-radius: 11px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.mog-hanbai-store-delivery-area > summary::-webkit-details-marker {
    display: none;
}

.mog-hanbai-store-delivery-area[open] > summary {
    border-radius: 11px 11px 0 0;
}

.mog-hanbai-store-delivery-area__icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.mog-hanbai-store-delivery-area__icon::before,
.mog-hanbai-store-delivery-area__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #2f8c45;
    content: "";
    transform-origin: center;
}

.mog-hanbai-store-delivery-area__icon::before {
    transform: translate(-7px, -1px) rotate(45deg);
}

.mog-hanbai-store-delivery-area__icon::after {
    transform: translate(-1px, -1px) rotate(-45deg);
}

.mog-hanbai-store-delivery-area[open] .mog-hanbai-store-delivery-area__icon::before {
    transform: translate(-7px, -1px) rotate(-45deg);
}

.mog-hanbai-store-delivery-area[open] .mog-hanbai-store-delivery-area__icon::after {
    transform: translate(-1px, -1px) rotate(45deg);
}

.mog-hanbai-store-delivery-area__body {
    padding: 16px;
    background: #fff;
    border: 2px solid var(--mog-hanbai-green);
    border-top: 0;
    border-radius: 0 0 11px 11px;
}

.mog-hanbai-store-delivery-area__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mog-hanbai-store-delivery-area__grid section {
    padding: 12px;
    background: #f8fbf8;
    border: 1px solid #dce9df;
    border-radius: 9px;
}

.mog-hanbai-store-delivery-area__grid h3 {
    margin: 0 0 6px;
    color: #155f34;
    font-size: 16px;
}

.mog-hanbai-store-delivery-area__grid p,
.mog-hanbai-store-delivery-area__note {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.mog-hanbai-store-delivery-area__note {
    margin-top: 12px;
    color: #5b675f;
}

.mog-hanbai-store-card__sp-detail {
    display: none;
}

@media (max-width: 760px) {
    .mog-hanbai-store-delivery-summary {
        margin: 12px 0 14px;
        padding: 14px 12px;
    }

    .mog-hanbai-store-delivery-summary > strong {
        font-size: 17px;
    }

    .mog-hanbai-store-delivery-summary > p {
        font-size: 15px;
    }

    .mog-hanbai-store-delivery-area > summary {
        padding: 13px 54px 13px 15px;
        font-size: 16px;
    }

    .mog-hanbai-store-delivery-area__body {
        padding: 12px;
    }

    .mog-hanbai-store-delivery-area__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mog-hanbai-store-card__trigger[aria-expanded="true"] .mog-hanbai-store-card__open-text {
        border-radius: 11px 11px 0 0;
        box-shadow: none;
    }

    .mog-hanbai-store-card__open-icon {
        position: absolute;
        right: 26px;
        bottom: 22px;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(255, 255, 255, 0.9);
        background: #fff;
    }

    .mog-hanbai-store-card__open-icon::before,
    .mog-hanbai-store-card__open-icon::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        border-radius: 2px;
        background: #2f8c45;
        content: "";
        transform-origin: center;
    }

    .mog-hanbai-store-card__open-icon::before {
        transform: translate(-7px, -1px) rotate(45deg);
    }

    .mog-hanbai-store-card__open-icon::after {
        transform: translate(-1px, -1px) rotate(-45deg);
    }

    .mog-hanbai-store-card__trigger[aria-expanded="true"] .mog-hanbai-store-card__open-icon::before {
        transform: translate(-7px, -1px) rotate(-45deg);
    }

    .mog-hanbai-store-card__trigger[aria-expanded="true"] .mog-hanbai-store-card__open-icon::after {
        transform: translate(-1px, -1px) rotate(45deg);
    }

    .mog-hanbai-store-card__sp-detail:not([hidden]) {
        display: block;
        margin: -10px 11px 12px;
        padding: 15px 13px;
        background: #fff;
        border: 2px solid var(--mog-hanbai-green);
        border-top: 0;
        border-radius: 0 0 11px 11px;
    }

    .mog-hanbai-store-card__sp-detail-section + .mog-hanbai-store-card__sp-detail-section {
        margin-top: 16px;
        padding-top: 15px;
        border-top: 1px solid #dce9df;
    }

    .mog-hanbai-store-card__sp-detail-section h3 {
        margin: 0 0 8px;
        color: #155f34;
        font-size: 18px;
        line-height: 1.4;
    }

    .mog-hanbai-store-card__sp-detail-section p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .mog-hanbai-store-card__sp-map-frame {
        overflow: hidden;
        width: 100%;
        height: 230px;
        margin-bottom: 9px;
        background: #eef3ef;
        border: 1px solid #d9e4dc;
        border-radius: 8px;
    }

    .mog-hanbai-store-card__sp-map-frame iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .mog-hanbai-store-card__sp-stations {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .mog-hanbai-store-card__sp-stations span {
        padding: 4px 9px;
        color: #155f34;
        background: #eaf6ed;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
    }
}

/* Store payment methods */
.mog-hanbai-store-payment {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 18px 0;
    padding: 20px 24px;
    border: 1px solid #b8d3bf;
    border-radius: 14px;
    background: #f7fbf8;
}

.mog-hanbai-store-payment__icon {
    display: inline-flex;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef8f0;
    color: var(--mog-hanbai-green);
}

.mog-hanbai-store-payment__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-hanbai-store-payment__body {
    min-width: 0;
}

.mog-hanbai-store-payment__body strong {
    display: block;
    color: var(--mog-hanbai-green);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.mog-hanbai-store-payment__body p {
    margin: 6px 0 0;
    color: var(--mog-hanbai-ink);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 760px) {
    .mog-hanbai-store-payment {
        gap: 12px;
        margin: 14px 0;
        padding: 16px;
        border-radius: 12px;
    }

    .mog-hanbai-store-payment__icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .mog-hanbai-store-payment__icon svg {
        width: 26px;
        height: 26px;
    }

    .mog-hanbai-store-payment__body strong {
        font-size: 16px;
    }

    .mog-hanbai-store-payment__body p {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.55;
    }
}
