.page-blackfriday {
    font-family: var(--ff-serif);
    font-weight: var(--fw-400);
    color: var(--color-text);
    padding: var(--p-36) 0 var(--p-85);
    background: url("https://kakunoshin.itembox.design/item/item-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-bg);
    text-align: center;
    overflow: hidden;
}

.page-blackfriday .heading {
    margin: var(--m-58) 0 0;
    width: 100%;
}

.page-blackfriday .heading h2 {
    position: relative;
    font-size: var(--fs-31);
    letter-spacing: var(--ls-006);
    font-weight: var(--fw-400);
    border-top: 1px solid #A5684A;
    border-bottom: 1px solid #A5684A;
    padding: var(--p-28) 0;
}

.page-blackfriday .heading h2::before {
    content: "";
    background: #A5684A;
    width: 100%;
    height: 3px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
}

.page-blackfriday .heading h2::after {
    content: "";
    background: #A5684A;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
}

.page-blackfriday .heading p {
    margin-top: var(--m-46);
    font-size: var(--fs-24);
    font-weight: var(--fw-400);
    letter-spacing: var(--ls-006);
    line-height: var(--lh-150);
}

.page-blackfriday__product {
    background: url("https://kakunoshin.itembox.design/item/item-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-bg);
    text-align: center;
    overflow: hidden;
    padding-bottom: var(--p-205);
}

.page-blackfriday__product .inner {
    max-width: 1012px;
    width: 90%;
    margin: auto;
}

.page-blackfriday__product .page-blackfriday__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 39px;
    background: #fff;
    padding: var(--p-50) !important;
}

.page-blackfriday__item {
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 13px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.page-blackfriday__head {
    display: flex;
    flex-direction: column;
}

.page-blackfriday__link {
    flex-grow: 1;
}

.page-blackfriday__img {
    position: relative;
    padding-top: 78%;
}

.page-blackfriday__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-blackfriday__content {
    display: flex;
    flex-direction: column;
}

.page-blackfriday__label {
    display: block;
    font-size: var(--fs-12);
    font-weight: var(--fw-700);
    line-height: var(--lh-100);
    text-align: left;
    margin-top: var(--m-8);
}

.page-blackfriday__ttl {
    font-size: var(--fs-16);
    font-weight: var(--fw-700);
    line-height: var(--lh-120);
    color: #0D508E;
    margin-top: 5px;
    text-align: left;
    display: block;
}

.page-blackfriday__txt {
    font-size: var(--fs-12);
    font-weight: var(--fw-300);
    line-height: var(--lh-150);
    text-align: left;
    margin-top: var(--m-10);
}

.page-blackfriday__category {
    text-align: left;
}

.page-blackfriday__box {
    display: flex;
    gap: 4px;
    margin-bottom: var(--m-4);
}

.page-blackfriday__category .label01 {
    background: #A69F5F;
    border-radius: 4px;
    color: var(--color-text-inverse);
    font-weight: var(--fw-600);
    font-size: var(--fs-12);
    line-height: var(--lh-100);
    padding: var(--p-3);
    display: inline-flex;
    align-items: center;
}

.page-blackfriday__category .label01 .label-box {
    width: 16px;
}

.page-blackfriday__category .label02 {
    background: #A69F5F;
    border-radius: 4px;
    color: var(--color-text-inverse);
    font-weight: var(--fw-600);
    font-size: var(--fs-11);
    line-height: var(--lh-100);
    display: block;
    padding: var(--p-3);
}

.page-blackfriday__category .label03 {
    background: #A32020;
    border-radius: 4px;
    color: var(--color-text-inverse);
    font-weight: var(--fw-600);
    font-size: var(--fs-12);
    line-height: var(--lh-100);
    padding: var(--p-3) var(--p-11);
    display: flex;
    align-items: center;
}

.page-blackfriday__flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: var(--m-8);
}

.page-blackfriday__left {
    line-height: 1;
    text-align: right;
}

.page-blackfriday__price {
    margin-bottom: var(--m-6) !important;
    font-size: var(--fs-12);
    font-weight: var(--fw-500);
    font-family: var(--ff-sans);
}

.page-blackfriday__price .yen {
    font-size: var(--fs-11);
    display: inline-block;
    margin-left: var(--m-6);
}

.page-blackfriday__price .price {
    font-size: var(--fs-13);
    color: var(--color-text);
    font-weight: var(--fw-400);
    font-family: var(--ff-sans);
    text-decoration: line-through;
}

.page-blackfriday__sail {
    color: #c32a2a;
    font-size: var(--fs-12);
    font-weight: var(--fw-700);
    display: inline;
    width: 100%;
    padding-left: var(--p-17);
    position: relative;
}

.page-blackfriday__sail::before {
    content: '';
    background: url("https://kakunosh.in/images/price-arrow.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.page-blackfriday__sail span {
    font-size: 16px;
}

.page-blackfriday__sail-price {
    font-size: var(--fs-12);
    font-weight: var(--fw-700);
    font-family: var(--ff-serif);
    color: #c32a2a;
    line-height: 1;
}

.page-blackfriday__sail-price .yen {
    font-size: var(--fs-16);
}

.page-blackfriday__sail-price span {
    font-size: var(--fs-28);
    margin-right: var(--m-3);
}

.page-blackfriday__item table {
    width: 100%;
    margin-top: 10px;
}

.page-blackfriday__item button[type=submit] {
    background: #E46229;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: var(--p-5) 0;
    font-size: var(--fs-13);
    font-family: var(--ff-inter);
    border-radius: 4px;
    width: 100%;
    position: relative;
}

.page-blackfriday__item button[type=submit]::before {
    content: '';
    background: url("https://kakunosh.in/images/cart-icon.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 26%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .page-blackfriday {
        padding: var(--p-36) 0 var(--p-50);
    }

    .page-blackfriday .heading {
        margin: var(--m-40) 0 0;
    }

    .page-blackfriday .heading h2 {
        font-size: var(--fs-22);
        padding: var(--p-18) 0;
    }

    .page-blackfriday .heading p {
        font-size: var(--fs-18);
    }

    .page-blackfriday__product {
        padding-bottom: var(--p-50);
    }

    .page-blackfriday__product .page-blackfriday__list {
        grid-template-columns: repeat(1, 1fr);
        padding: var(--p-20) !important;
    }
}