@media screen and (min-width: 740px) {
    .product-variation-wrapper {
        padding: 0 10px !important;
        margin: 80px 0;
    }
}

.product-variation-wrapper {
    padding: 0 10px; 
    margin: 80px 0;
}

.product-variation-cartadd {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-variation-cartadd li {
    display: grid;
    justify-content: space-between;
    background-color: #F6EFE8;
    padding: 10px 10px 10px 20px;
    align-items: center;
}

a.back-to-cartarea {
    padding: 15px 10px;
    display: block;
    background-color: #F6EFE8;
    border: 2px solid #331d0f;
    padding: 20px 10px;
    color: #331d0f;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    text-decoration: none !important;
}

a.back-to-cartarea:hover {
    background-color: #331d0f;
    border: 2px solid #331d0f;
    padding: 20px 10px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    transition: all .3s ease-out;
    font-size: 12px;
    letter-spacing: .1em;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    text-decoration: none;
    text-decoration: none !important;
}


form.product-formbtn button {
    background-color: #331d0f;
    border: 1px solid #331d0f;
    padding: 12px 20px;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: .1em;
    text-decoration: none;
}

form.product-formbtn button:hover {
    background-color: #F6EFE8;
    border: 1px solid #331d0f;
    padding: 12px 20px;
    color: #331d0f;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all .3s ease-out;
    font-size: 12px;
    letter-spacing: .1em;
    text-decoration: none;
}

.sg001-black::before {
    content: "●";
    color: #000;
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

@media screen and (min-width: 740px) {

    .sg001-black::before,
    .sg001-beige::before {
        margin-bottom: .1em !important;
    }
}

.sg001-beige::before {
    content: "●";
    color: #ddab69;
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

.color-name {
    letter-spacing: .12em;
    padding: 0 20px;
    font-size: 14px;
}


.reserve-deliverydate {
    font-size: 13px;
    display: block;
}
@media screen and (min-width: 740px) {

    .product-size {
        font-size: 18px;
    }

    .reserve-deliverydate {
        font-size: 14px;
    }

    .color-name {
        font-size: 14px;
    }

}

.product-outline h1 {
    font-size: 10px;
    letter-spacing: .12em;
}

.product-outline h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
}

.product-outline h3 {
    font-size: 18px;
}

@media screen and (min-width: 740px) {
    .product-outline h1 {
        font-size: 12px;
    }

    .product-outline h2 {
        font-size: 16px;
    }

    .product-outline h3 {
        font-size: 20px;
    }
}

.special-price--p {
    background-color: #eee;
    padding: 12px 12px;
    display: inline-block;
    /* ▼ 20250603 font-size:22px →28pxに ▼ */
    font-size: 28px;
    font-weight: 800;
    color: #c41f1f;
}

.product-outline--price {
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}

.special-price--t {
    font-size: 20px;
}

.special-price--z {
    font-size: 16px;
    color: #c41f1f;
    font-weight: 800;
}

.special-price--s {
    line-height: 0.75em;
    color: #c41f1f;
    /* ▼ 20250603 font-size:50px → 60px ▼ */
    font-size: 60px;
}

.special-price--s::before {
    content: '\0a5';
    font-size: 14px;
}

.special-price--s::after {
    content: '税込';
    font-size: 10px;
    margin: 0 0 0 3px;
}

.special-price--cont {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    padding: 5px 12px;
}

.product-outline h3::before {
    content: "\0a5";
    font-size: 14px;
    margin-right: 5px;
}

.mt20 {
    margin-top: 20px;
}


.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.product-details--no1 p {
    margin-bottom: 5px;
}

.product-details-ttl {
    font-weight: 600;
    font-size: 16px;
}

.product-details-wrapper {
    padding: 0 30px;
}

.product-size-table table,
td,
th {
    border: 1px solid #331d0f;
    padding: 5px;
}

.product-size-table {
    width: 100%;
}

.product-size-table td {
    width: 33.3%;
}

/* 20250603　「残りわずか」追記 */

span.few_quantity{
    color: #c41f1f;
    padding-left: 10px !important;
}

span.few_quantity::before{
    content: "●";
    font-size: 10px;
    padding-right: 3px;
}

@media screen and (max-width:390px) {
    
    span.few_quantity{
        display: block;
        margin-left: 23px;
    }
}

.hw001-black::before {
    content: "●";
    color: #000;
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

@media screen and (min-width: 740px) {

    .hw001-black::before,
    .hw001-khaki::before {
        margin-bottom: .1em !important;
    }
}

.hw001-khaki::before {
    content: "●";
    color: #4A6902;
    font-size: 1.2rem;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}


    /*cartjumpbtn*/
    .cartbtn-RightBottom {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 999;
        max-width: 76px;
        background-color: #331d0f;
        padding: 5px 12px;
        border: 1px solid #fff;
        border-radius: 3px;
    }

    .cartbtn-RightBottom-inner a img {
        color: #fff;
    }

    .cartbtn-RightBottom-inner {
        display: grid;
        place-content: center;
        place-items: center;
        gap: 2px;
    }

    .cartbtn-RightBottom-inner p {
        text-align: center;
        font-size: 10px;
        color: #fff;
    }


    @media screen and (min-width: 740px) {
        .cartbtn-RightBottom {
            bottom: 30px;
            right: 30px;
            max-width: 90px;
            background-color: #331d0f;
            padding: 10px 16px;
            border-radius: 6px;
        }
    }


/* modal-shipping 0501 追加 */

.shipfreeandspeedy{
    display: flex;
    justify-content: flex-end;
}

.modal-shipping {
    display: flex;
    justify-content: flex-end;
}

.modal-shipping--notice {
    font-size: 10px;
}

.modal-shipping--shipfree {
    font-size: 18px;
    font-weight: 700;
}

.modal-shipping--cont p {
    text-align: justify;
}

.modal-shipping--cont h3 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dotted #331d0f;
    padding: 10px 0;
}

p.shipfreeandspeedy-t{
    letter-spacing: -.01em;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid #331d0f;
    /* ▼ 20250603 font-size追記　14pxから変更 */
    font-size: 16px;
}

.shipfreeandspeedy-t::before{
    content: "";
    background-image: url(https://vibiby.itembox.design/item/horizonwalk/hw001_a001/ico-shipping-b.svg);
    display: inline-block;
    height: 1.4rem;
    width: 1.4rem;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 1px;
}

a.inline{
    font-size: 10px;
    letter-spacing: 0em;
    text-decoration: underline;
}

    /*modal*/

    .modal {
        display: none;
    }

    .modaal-close:focus:after,
    .modaal-close:focus:before,
    .modaal-close:hover:after,
    .modaal-close:hover:before {
        background: #331d0f;
    }

    .modaal-close:after,
    .modaal-close:before {
        width: 2px;
        height: 40px;
    }

    .modaal-close:focus,
    .modaal-close:hover {
        background: none;
    }

    .modal-shipping {
        display: flex;
        justify-content: flex-end;
    }

    /* 20250603 fon-size:14→16pxに */
    a.inline {
        font-size: 16px;
        letter-spacing: 0em;
        text-decoration: underline;
    }

    .modal-shipping--cont h3 {
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px dotted #331d0f;
        padding: 10px 0;
    }

    .modal-shipping--notice {
        font-size: 10px;
    }

    .modal-shipping--shipfree {
        font-size: 18px;
        font-weight: 700;
    }

    .modaal-container {
        color: #331d0f;
    }

    .modal-shipping--cont p {
        text-align: justify;
    }

    /*cartjumpbtn*/
    .cartbtn-RightBottom {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 999;
        max-width: 76px;
        background-color: #331d0f;
        padding: 5px 12px;
        border: 1px solid #fff;
        border-radius: 3px;
    }

    .cartbtn-RightBottom-inner a img {
        color: #fff;
    }

    .cartbtn-RightBottom-inner {
        display: grid;
        place-content: center;
        place-items: center;
        gap: 2px;
    }

    .cartbtn-RightBottom-inner p {
        text-align: center;
        font-size: 10px;
        color: #fff;
    }


    @media screen and (min-width: 740px) {
        .cartbtn-RightBottom {
            bottom: 30px;
            right: 30px;
            max-width: 90px;
            background-color: #331d0f;
            padding: 10px 16px;
            border-radius: 6px;
        }
    }

    /* カートのサイズ表記横の参考サイズ追記　2025/05/07 */

    .product-size span{
        font-size: 12px;
        padding-left: 20px;
        letter-spacing: .03em;
    }

    /* 20250603 font-size:18pxに */
    span.product-size{
        font-size: 18px;
        font-weight: 600;
    }