/* SP MO商品一覧（Figma 2024:60 / 390px基準） */

body.sp-catalog-renewal-body {
    background: #fff;
}

body.sp-catalog-renewal-body .wrrp {
    background: #fff;
}

body.sp-catalog-renewal-body .hset .shopinfo,
body.sp-catalog-renewal-body .hset nav,
body.sp-catalog-renewal-body .search_allcol .search {
    display: none;
}

body.sp-catalog-renewal-body .head_col {
    border-bottom: 1px solid #e94b65;
    margin-bottom: 8px;
}

body.sp-catalog-renewal-body hr.line5 {
    display: none;
}

/* --- 店舗情報バー（Figma 2025:165 2219:* 準拠） --- */
.sp-catalog-renewal__shop-wrap {
    box-sizing: border-box;
    color: #222;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 8px;
    width: 100%;
}

.sp-catalog-renewal__shop-bar {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.sp-catalog-renewal__shop-bar-body {
    flex: 1 1 auto;
    min-width: 0;
}

.sp-catalog-renewal__shop-name {
    border-bottom: 1px solid #222;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
    max-width: 100%;
    padding-bottom: 2px;
}

.sp-catalog-renewal__shop-meta {
    font-size: 11px;
    line-height: 1.55;
    margin: 0;
}

.sp-catalog-renewal__shop-meta-row {
    display: flex;
    gap: 4px;
    margin: 0;
}

.sp-catalog-renewal__shop-meta-row + .sp-catalog-renewal__shop-meta-row {
    margin-top: 2px;
}

.sp-catalog-renewal__shop-meta dt {
    flex: 0 0 auto;
    font-weight: 400;
    margin: 0;
}

.sp-catalog-renewal__shop-meta dd {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    word-break: break-all;
}

.sp-catalog-renewal__map-link {
    color: #1a73e8;
    margin-left: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.sp-catalog-renewal__shop-tel-link {
    color: #1a73e8;
    text-decoration: none;
}

.sp-catalog-renewal__shop-actions {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: flex-end;
    max-width: 176px;
    padding-top: 0;
}

.sp-catalog-renewal__shop-action {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    flex: 0 0 40px;
    line-height: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

.sp-catalog-renewal__shop-action img {
    display: block;
    height: 40px;
    margin: 0 auto;
    object-fit: contain;
    object-position: top center;
    width: 40px;
}

.sp-catalog-renewal__shop-action--instagram {
    flex: 0 0 40px;
    width: 40px;
}

.sp-catalog-renewal__shop-action--instagram img {
    height: 40.3px;
    object-position: bottom center;
    width: 40.3px;
}

.sp-catalog-renewal__shop-action-mark--hp {
    border: 1px solid #454545;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

body.sp-catalog-renewal-body .tl_h2 {
    display: none;
}

.sp-catalog-renewal {
    box-sizing: border-box;
    color: #111;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 8px 32px;
    width: 100%;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sp-catalog-renewal__toolbar {
    align-items: flex-start;
    border-bottom: 1px solid #e94b65;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 6px;
}

.sp-catalog-renewal__filter-summary {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 4px 6px;
    min-height: 24px;
    min-width: 0;
}

.sp-catalog-renewal__filter-summary-empty {
    color: #999;
    font-size: 11px;
    line-height: 1.35;
}

.sp-catalog-renewal__filter-tag {
    background: #fce8ec;
    border-radius: 999px;
    color: #e94b65;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    max-width: 100%;
    overflow: hidden;
    padding: 3px 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-catalog-renewal__filter-btn {
    align-items: center;
    color: #111;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    line-height: 1.2;
    margin-left: auto;
    padding: 2px 0;
    text-decoration: none;
    white-space: nowrap;
}

.sp-catalog-renewal__filter-btn svg {
    color: #e94b65;
    flex: 0 0 12px;
    height: 8px;
    width: 12px;
}

.sp-catalog-renewal__meta {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 14px;
}

.sp-catalog-renewal__notice {
    flex: 1 1 200px;
    font-size: 9px;
    line-height: 1.45;
    margin: 0;
    min-width: 0;
}

.sp-catalog-renewal__chips {
    flex: 0 0 auto;
}

.sp-catalog-renewal__chips .filter__group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.sp-catalog-renewal__chips .chip {
    margin: 0;
}

.sp-catalog-renewal__chips .chip__btn {
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 21px;
    padding: 3px 10px;
}

.sp-catalog-renewal__chip--limited .chip__btn {
    border-color: #e94b65;
    color: #111;
}

.sp-catalog-renewal__chip--limited .chip__input:checked + .chip__btn {
    background: #fff;
    border-color: #e94b65;
    color: #111;
}

.sp-catalog-renewal__chip--premium .chip__btn {
    border-color: #c9a227;
    color: #111;
}

.sp-catalog-renewal__chip--premium .chip__input:checked + .chip__btn {
    background: #fff;
    border-color: #c9a227;
    color: #111;
}

.sp-catalog-renewal__count {
    font-size: 11px;
    margin: 0 0 10px;
    text-align: center;
}

.sp-catalog-renewal__empty {
    font-size: 13px;
    margin: 24px 0;
    text-align: center;
}

.sp-catalog-renewal__grid {
    display: grid;
    gap: 14px 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp-catalog-renewal__item {
    margin: 0;
    min-width: 0;
}

.sp-catalog-renewal__card {
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
}

.sp-catalog-renewal__thumb {
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sp-catalog-renewal__thumb::before {
    content: "";
    display: block;
    padding-top: 66%;
}

.sp-catalog-renewal__thumb img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.sp-catalog-renewal__badge {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e94b65;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 700;
    left: 6px;
    line-height: 1.2;
    padding: 2px 6px;
    position: absolute;
    top: 6px;
    z-index: 2;
}

.sp-catalog-renewal__soldout {
    align-items: center;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 3;
}

.sp-catalog-renewal__soldout img {
    height: auto;
    max-width: 70%;
    object-fit: contain;
    position: static;
    width: auto;
}

.sp-catalog-renewal__name {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    word-break: break-word;
}

body.sp-catalog-renewal-body .pgn {
    margin-top: 20px;
}

body.sp-catalog-renewal-body .pgn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.sp-catalog-renewal-body .pgn li a,
body.sp-catalog-renewal-body .pgn li b.current {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    min-width: 28px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}

body.sp-catalog-renewal-body .pgn li b.current {
    background: #222;
    border-color: #222;
    color: #fff;
}

/* --- プレゼント一覧（3列・現行枠サイズ / 見た目はリニューアル） --- */
.sp-benefits-renewal .sp-catalog-renewal__grid {
    align-items: stretch;
    gap: 12px 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-benefits-renewal .sp-catalog-renewal__item {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* 現行 frmsub 相当の枠幅 */
.sp-benefits-renewal__frame {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0 auto;
    max-width: 110px;
    width: 100%;
}

.sp-benefits-renewal .sp-catalog-renewal__card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
}

/* 現行 frmsub: 110×110 */
.sp-benefits-renewal .sp-catalog-renewal__thumb::before {
    padding-top: 100%;
}

.sp-benefits-renewal .sp-catalog-renewal__name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 10px;
    line-height: 1.35;
    /* 2行分の高さを確保してボタン位置を揃える */
    min-height: calc(1.35em * 2);
    overflow: hidden;
    word-break: break-word;
}

.sp-benefits-renewal__title {
    border-bottom: 2px solid #cfcfcf;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.35;
    margin: 0 0 12px;
    padding: 0 0 6px;
}

.sp-benefits-renewal__status {
    color: #444;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.sp-benefits-renewal__select-btn {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #222;
    border-radius: 4px;
    color: #111;
    cursor: pointer;
    display: block;
    flex: 0 0 auto;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    margin: auto 0 0;
    padding: 8px 6px;
    text-align: center;
    width: 100%;
}

.sp-benefits-renewal__select-btn:active {
    background: #111;
    color: #fff;
}

.sp-benefits-renewal__soldout-label {
    color: #888;
    display: block;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    margin: auto 0 0;
    text-align: center;
}

/* --- 商品詳細（Figma 2025:165） --- */
body.sp-catalog-renewal-body:has(.sp-detail-renewal) .brdl {
    display: none;
}

.sp-detail-renewal {
    padding-bottom: 40px;
}

.sp-detail-renewal__media {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.sp-detail-renewal__side {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.sp-detail-renewal__spec {
    background: #fff;
    border: 1px solid #d8d8d8;
    flex: 1 1 auto;
    font-size: 8px;
    line-height: 1.35;
    margin: 0;
    min-height: 0;
}

.sp-detail-renewal__spec-row {
    border-bottom: 1px dotted #bdbdbd;
    display: flex;
    gap: 2px;
    margin: 0;
    padding: 2px 4px;
}

.sp-detail-renewal__spec-row:last-child {
    border-bottom: 0;
}

.sp-detail-renewal__spec-row:nth-child(odd) {
    background: #f3f3f3;
}

.sp-detail-renewal__spec-row:nth-child(even) {
    background: #fff;
}

.sp-detail-renewal__spec dt {
    flex: 0 0 auto;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
}

.sp-detail-renewal__spec dd {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    word-break: break-all;
}

.sp-detail-renewal__main-image {
    flex: 0 0 45%;
    max-width: 176px;
    position: relative;
}

.sp-detail-renewal__main-image-link {
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    position: relative;
}

.sp-detail-renewal__main-image-link::before {
    content: "";
    display: block;
    padding-top: 133%;
}

.sp-detail-renewal__main-image img,
.sp-detail-renewal__main-image-link img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.sp-detail-renewal__main-image .sp-catalog-renewal__badge {
    left: 4px;
    top: 4px;
}

.sp-detail-renewal__video {
    flex: 0 0 auto;
    min-width: 0;
}

.sp-detail-renewal__video-link {
    background: #e8e8e8;
    border: 0;
    cursor: pointer;
    display: block;
    font: inherit;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.sp-detail-renewal__video-link::before {
    content: "";
    display: block;
    padding-top: 56%;
}

.sp-detail-renewal__video-link img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
}

.sp-detail-renewal__play {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: #111;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.sp-detail-renewal__play svg {
    display: block;
    height: 22px;
    margin-left: 2px;
    width: 22px;
}

.sp-detail-renewal__actions {
    align-items: center;
    border-bottom: 1px solid #f4c4cb;
    border-top: 1px solid #f4c4cb;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 10px 4px;
}

.sp-detail-renewal__back {
    align-items: center;
    color: #111;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    text-decoration: none;
}

.sp-detail-renewal__back-icon {
    align-items: center;
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.sp-detail-renewal__back-icon svg {
    display: block;
    height: 18px;
    width: 18px;
}

.sp-detail-renewal__quantity {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sp-detail-renewal__quantity-label {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.sp-detail-renewal__quantity-control {
    align-items: center;
    display: flex;
    gap: 6px;
}

.sp-detail-renewal__qty-value {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    min-width: 28px;
    text-align: center;
}

.sp-detail-renewal__qty-btn {
    align-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 22px;
}

.sp-detail-renewal__qty-btn--minus {
    background: #d0d0d0;
    color: #111;
}

.sp-detail-renewal__qty-btn--plus {
    background: #f4c4cb;
    color: #111;
}

.sp-detail-renewal__notice {
    color: #e60012;
    font-size: 10px;
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 0 4px;
}

.sp-detail-renewal__cart {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
    padding: 0 4px;
}

.sp-detail-renewal__cart-btn {
    background: #f4c4cb;
    border: 0;
    border-radius: 999px;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    min-width: 140px;
    padding: 10px 28px;
    text-align: center;
    width: auto;
}

/* --- 商品画像モーダル（Figma 2251:6） --- */
body.sp-detail-modal-open {
    overflow: hidden;
}

.sp-detail-renewal__modal-overlay {
    background: rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
    display: none;
    inset: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 8px;
    position: fixed;
    z-index: 10000;
}

.sp-detail-renewal__modal-overlay.is-open {
    align-items: center;
    display: flex;
    justify-content: center;
}

.sp-detail-renewal__modal-panel {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    flex-shrink: 0;
    margin: auto;
    max-width: 390px;
    position: relative;
    width: 96%;
}

.sp-detail-renewal__modal-close {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 28px;
    z-index: 2;
}

.sp-detail-renewal__modal-close::before,
.sp-detail-renewal__modal-close::after {
    background: #111;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2px;
}

.sp-detail-renewal__modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sp-detail-renewal__modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-detail-renewal__modal {
    background: #fff;
    box-sizing: border-box;
    max-height: 85vh;
    overflow-y: auto;
    padding: 32px 2px 10px;
    -webkit-overflow-scrolling: touch;
}

.sp-detail-renewal__modal-layout {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-detail-renewal__modal-hero {
    width: 100%;
}

.sp-detail-renewal__modal-image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.sp-detail-renewal__modal-image--hero {
    height: auto;
    object-fit: contain;
}

.sp-detail-renewal__modal-thumbs {
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    height: 67px;
    padding: 0 8px;
    width: 100%;
}

.sp-detail-renewal__modal-thumb-btn,
.sp-detail-renewal__modal-thumb--video {
    background: #f2f2f2;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    flex: 1 1 0;
    font: inherit;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.sp-detail-renewal__modal-thumb-btn {
    cursor: pointer;
}

.sp-detail-renewal__modal-thumb-btn.is-active {
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
}

.sp-detail-renewal__modal-thumb-btn img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sp-detail-renewal__modal-thumb--video {
    align-items: center;
    background: #111;
    display: flex;
    justify-content: center;
}

.sp-detail-renewal__modal-thumb-video-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sp-detail-renewal__modal-thumbs:has(> .sp-detail-renewal__modal-thumb--video:only-child) {
    justify-content: flex-start;
}

.sp-detail-renewal__modal-thumbs:has(> .sp-detail-renewal__modal-thumb--video:only-child) .sp-detail-renewal__modal-thumb--video {
    flex: 0 0 auto;
    height: 67px;
    width: 67px;
}

.sp-detail-renewal__modal-video-icon {
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    display: flex;
    inset: 0;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.sp-detail-renewal__modal-video-icon svg {
    display: block;
    height: 18px;
    width: 18px;
}

.sp-detail-renewal__modal-text {
    color: #111;
    font-size: 11px;
    line-height: 1.55;
    padding: 0 8px 4px;
    text-align: left;
    word-break: break-word;
}

.sp-detail-renewal__video-modal-panel {
    width: 96%;
}

.sp-detail-renewal__video-modal-body {
    box-sizing: border-box;
    padding: 32px 8px 12px;
}

.sp-detail-renewal__video-player {
    background: #000;
    display: block;
    height: auto;
    max-height: 70vh;
    width: 100%;
}

@media (max-width: 360px) {
    .sp-detail-renewal__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sp-detail-renewal__quantity {
        align-items: flex-start;
        flex-direction: row;
        gap: 12px;
    }
}

/* --- カートリスト（Figma 2025:166） --- */
.sp-cart-renewal {
    padding: 0 8px 40px;
}

.sp-cart-renewal__title {
    font-size: 13px;
    font-weight: 700;
    margin: 8px 0 14px;
    text-align: center;
}

.sp-cart-renewal__error {
    color: #e60012;
    font-size: 11px;
    line-height: 1.45;
    margin: 0 0 10px;
}

.sp-cart-renewal__error--center {
    text-align: center;
}

.sp-cart-renewal__grid {
    display: grid;
    gap: 12px 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.sp-cart-renewal__item {
    min-width: 0;
}

.sp-cart-renewal__thumb {
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.sp-cart-renewal__thumb::before {
    content: "";
    display: block;
    padding-top: 67%;
}

.sp-cart-renewal__thumb img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.sp-cart-renewal__name {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    margin: 6px 0;
    text-align: center;
    word-break: break-word;
}

.sp-cart-renewal__qty {
    align-items: center;
    border: 1px solid #e94b65;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 120px;
    padding: 2px 8px;
}

.sp-cart-renewal__qty-btn {
    align-items: center;
    background: none;
    border: 0;
    color: #111;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 24px;
}

.sp-cart-renewal__qty-btn svg {
    display: block;
    height: 14px;
    width: 14px;
}

.sp-cart-renewal__qty-btn--minus,
.sp-cart-renewal__qty-btn--plus {
    color: #e94b65;
    font-size: 18px;
    font-weight: 700;
}

.sp-cart-renewal__qty-value {
    font-size: 13px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.sp-cart-renewal__benefit-slot {
    align-items: center;
    border: 1px dashed #e94b65;
    box-sizing: border-box;
    color: #111;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: auto;
    justify-content: center;
    line-height: 1.45;
    min-height: 123px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.sp-cart-renewal__item--placeholder {
    align-self: start;
    min-height: 0;
}

.sp-cart-renewal__footer-actions {
    align-items: center;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    justify-content: space-between;
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.sp-cart-renewal__add-product {
    align-items: center;
    color: #111;
    display: inline-flex;
    flex: 0 1 auto;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    margin: 0;
    text-decoration: none;
}

.sp-cart-renewal__add-product-icon {
    align-items: center;
    border: 1px solid #111;
    border-radius: 50%;
    color: #e94b65;
    display: flex;
    flex: 0 0 22px;
    font-size: 16px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
}

.sp-cart-renewal__cta-wrap {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 0;
}

.sp-cart-renewal__cta {
    background: #f4c4cb;
    border-radius: 999px;
    color: #111;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
}

.sp-cart-renewal__empty {
    font-size: 13px;
    margin: 24px 0;
    text-align: center;
}

.sp-cart-renewal__form-section {
    border-top: 1px solid #e0e0e0;
    margin-top: 8px;
    padding: 20px 8px 40px;
}

.sp-cart-renewal__form-section--page {
    border-top: 0;
    margin-top: 0;
}

.sp-cart-renewal__form-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
    text-align: center;
}

.sp-cart-renewal__form-subtitle {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 8px;
}

.sp-cart-renewal__form-lead {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 12px;
    text-align: center;
}

.sp-cart-renewal__required {
    color: #e60012;
}

.sp-cart-renewal__pickup-note {
    background: #fff3cd;
    font-size: 11px;
    line-height: 1.45;
    margin: 0 0 16px;
    padding: 8px;
    text-align: center;
}

.sp-cart-renewal__pickup-note span {
    color: #e60012;
    font-weight: 700;
}

.sp-cart-renewal__form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0 4px;
}

.sp-cart-renewal__form input[type="text"],
.sp-cart-renewal__form input[type="tel"],
.sp-cart-renewal__form textarea {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
}

.sp-cart-renewal__form-note {
    color: #666;
    font-size: 11px;
    margin: 4px 0 0;
}

.sp-cart-renewal__radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.sp-cart-renewal__radio {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    gap: 4px;
}

.sp-cart-renewal__form-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.sp-cart-renewal__submit,
.sp-cart-renewal__back-btn {
    border: 0;
    border-radius: 999px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.sp-cart-renewal__submit {
    background: #f4c4cb;
    color: #111;
}

.sp-cart-renewal__back-btn {
    background: #eee;
    color: #111;
}

/* --- お客様情報入力（Figma 2030:342） --- */
.sp-order-renewal {
    padding: 0 8px 40px;
}

.sp-order-renewal__section-title {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
    margin: 16px 0 14px;
    text-align: center;
}

.sp-order-renewal__section-title::before,
.sp-order-renewal__section-title::after {
    border-top: 1px solid #f4c4cb;
    content: "";
    flex: 1 1 auto;
}

.sp-order-renewal__fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sp-order-renewal__field {
    min-width: 0;
}

.sp-order-renewal__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 6px;
}

.sp-order-renewal__label--hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sp-order-renewal__required {
    color: #e60012;
}

.sp-order-renewal__input,
.sp-order-renewal__textarea {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
}

.sp-order-renewal__textarea {
    background: #e8e8e8;
    border: 0;
    border-radius: 4px;
    min-height: 58px;
    padding: 10px 12px;
    resize: vertical;
}

.sp-order-renewal__toggle {
    display: flex;
    gap: 8px;
    width: 100%;
}

.sp-order-renewal__toggle-label {
    align-items: center;
    background: #d9d9d9;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111;
    cursor: pointer;
    display: flex;
    flex: 1 1 0;
    justify-content: center;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 4px 8px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.sp-order-renewal__toggle-input {
    height: 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.sp-order-renewal__toggle-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    pointer-events: none;
}

.sp-order-renewal__toggle-label.is-active,
.sp-order-renewal__toggle-label:has(.sp-order-renewal__toggle-input:checked) {
    background: #f4c4cb;
    border-color: #e94b65;
    box-shadow: inset 0 0 0 1px #e94b65;
    color: #111;
}

.sp-order-renewal__notices {
    color: #e60012;
    font-size: 11px;
    line-height: 1.55;
    margin: 18px 0 8px;
}

.sp-order-renewal__notices p {
    margin: 0 0 4px;
}

.sp-order-renewal__notices span {
    font-weight: 700;
}

.sp-order-renewal__detail-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.sp-order-renewal__detail-item {
    margin: 0 0 14px;
}

.sp-order-renewal__detail-item--benefit {
    margin-bottom: 10px;
}

.sp-order-renewal__detail-name {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 8px;
    word-break: break-word;
}

.sp-order-renewal__qty {
    align-items: center;
    border: 1px solid #e94b65;
    border-radius: 999px;
    display: inline-flex;
    justify-content: space-between;
    max-width: 120px;
    padding: 2px 8px;
    width: 100%;
}

.sp-order-renewal__qty-btn {
    align-items: center;
    background: none;
    border: 0;
    color: #111;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 24px;
}

.sp-order-renewal__qty-btn svg {
    display: block;
    height: 14px;
    width: 14px;
}

.sp-order-renewal__qty-btn--minus,
.sp-order-renewal__qty-btn--plus {
    color: #e94b65;
    font-size: 18px;
    font-weight: 700;
}

.sp-order-renewal__qty-value {
    font-size: 13px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.sp-order-renewal__terms {
    margin: 0 0 12px;
    text-align: center;
}

.sp-order-renewal__terms a {
    color: #111;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.sp-order-renewal__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-order-renewal__submit {
    background: #f4c4cb;
    border: 0;
    border-radius: 999px;
    color: #111;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 16px;
    width: 100%;
}

.sp-order-renewal__back {
    background: #eee;
    border-radius: 999px;
    box-sizing: border-box;
    color: #111;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.sp-order-renewal__error {
    color: #e60012;
    font-size: 11px;
    line-height: 1.45;
    margin: 0 0 6px;
}

/* --- 注文完了 --- */
.sp-order-complete-renewal {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 390px;
    padding: 28px 16px 48px;
    text-align: center;
}

.sp-order-complete-renewal__title {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.45;
    margin: 0 0 16px;
}

.sp-order-complete-renewal__text {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

/* --- フィルター全画面モーダル（メニュー同様） --- */
.sp-filter-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 100%;
    transform: translateX(-50%);
    z-index: 10001;
    pointer-events: none;
    visibility: hidden;
}

.sp-filter-drawer__overlay {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.28s ease;
}

.sp-filter-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.sp-filter-drawer__close {
    position: absolute;
    top: 4px;
    right: 8px;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    line-height: 40px;
}

.sp-filter-drawer__title {
    color: #888;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0;
    padding: 48px 20px 18px;
    text-align: left;
}

.sp-filter-drawer__form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.sp-filter-drawer__body {
    box-sizing: border-box;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px 24px;
}

.sp-filter-drawer__section {
    margin: 0 0 22px;
}

.sp-filter-drawer__section--tags {
    margin-bottom: 28px;
}

.sp-filter-drawer__section--name {
    margin-top: 8px;
    margin-bottom: 8px;
}

.sp-filter-drawer__label {
    color: #222;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
}

.sp-filter-drawer__label--strong {
    font-size: 14px;
    margin-bottom: 10px;
}

.sp-filter-drawer__select-wrap {
    margin: 0 0 14px;
}

.sp-filter-drawer__select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 10px center / 12px 8px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    height: 40px;
    padding: 0 32px 0 12px;
    width: 100%;
}

.sp-filter-drawer__hint,
.sp-filter-drawer__select-wrap .non-select-msg {
    color: #888;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.sp-filter-drawer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.sp-filter-drawer__tag {
    cursor: pointer;
    display: inline-block;
    line-height: 1.35;
    margin: 0;
    position: relative;
}

.sp-filter-drawer__tag input {
    height: 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.sp-filter-drawer__tag span {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sp-filter-drawer__tag input:checked + span,
.sp-filter-drawer__tag input:focus-visible + span {
    color: #e94b65;
    font-weight: 700;
}

.sp-filter-drawer__name-row {
    align-items: stretch;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.sp-filter-drawer__name-input {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    color: #222;
    flex: 1 1 auto;
    font-size: 14px;
    height: 44px;
    min-width: 0;
    padding: 0 12px;
}

.sp-filter-drawer__name-input::placeholder {
    color: #b0b0b0;
}

.sp-filter-drawer__name-submit {
    align-items: center;
    background: #5a5a5a;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 0 0 52px;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.sp-filter-drawer__name-submit svg {
    display: block;
    height: 20px;
    width: 20px;
}

.sp-filter-drawer__actions {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    justify-content: center;
    padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0px));
}

.sp-filter-drawer__btn {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 700;
    height: 52px;
    letter-spacing: 0.08em;
    line-height: 52px;
    margin: 0;
    min-width: 96px;
    padding: 0 18px;
    text-align: center;
}

.sp-filter-drawer__btn--search {
    background: #e94b65;
    min-width: 120px;
}

.sp-filter-drawer__btn--clear {
    background: #8a8a8a;
    min-width: 96px;
}

body.is-sp-filter-open {
    overflow: hidden;
}

body.is-sp-filter-open .sp-filter-drawer {
    pointer-events: auto;
    visibility: visible;
}

body.is-sp-filter-open .sp-filter-drawer__overlay {
    opacity: 1;
}

body.is-sp-filter-open .sp-filter-drawer__panel {
    transform: translateX(0);
}

@media (min-width: 769px) {
.sp-filter-drawer {
    max-width: 390px;
}
}

/* PC閲覧時のみ390px中央カラム（スマホ実機・エミュレータは全幅） */
@media (min-width: 769px) {
.sp-catalog-renewal__shop-wrap,
.sp-catalog-renewal {
    max-width: 390px;
}
}
