.fs-l-main {
    width: 100%;
}
.main-content {
    background: url("../images/pointup2026/pointup-bg.jpg") no-repeat;
    background-size: cover;
}
.pointup-section {
    padding: 55px 0 50px;
}
.pointup-section .inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 67px 95px;
}
.pointup-section .inner::before {
    content: '';
    display: block;
    background: #7F1D1D;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -67px;
    left: 0;
}
.pointup-section h2 {
    font-size: 29px;
    color: #7F1D1D;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Noto Serif JP', serif;
}
.pointup-section p {
    font-size: 20px;
    color: #7F1D1D;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.pointup-logo {
    width: 119px;
    margin-left: auto;
    display: block;
}
.familysale-section,
.recommended-section,
.why-choose-section {
    background: transparent;
}
.familysale-section {
    background-color: transparent;
}
.familysale-section p {
    margin-top: 31px;
    font-size: 20px;
    color: #7F1D1D;
    text-align: left;
}
.recommended-section {
    padding: 0;
}
.tabs {
    max-width: 747px;
    gap: 13px;
    margin: 15px auto 0;
}
.tab {
    background-color: #7F1D1D;
}
.why-choose-section .section-title h2 {
    border-bottom: 2px solid #2E0903;
}
.feature-label {
    color: #7F1D1D;
}
.number {
    -webkit-text-stroke: 1.19px #7F1D1D;
}
.feature:nth-child(1)::after,
.feature:nth-child(2)::before,
.feature:nth-child(3)::after {
    background: linear-gradient(90deg, #7F1D1D, #000000);
}
.section-heading {
    background: #7F1D1D;
    border-top: none;
    border-bottom: none;
    padding: 15px 0;
}
.section-heading::before,
.section-heading::after {
    content: none;
}
.section-heading h2 {
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
    font-size: 44px;
    letter-spacing: 0.12em;
    font-weight: 600;
}
.section-heading h2 span {
    font-size: 23px;
}
.pointup_category {
    padding-bottom: 60px;
}
.pointup_category__list {
    max-width: 1163px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 11px;
    margin: 36px auto 0;
}
.pointup_category__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 3px solid #7F1D1D;
    border-radius: 4px;
    width: 100%;
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #7F1D1D;
    font-family: 'Noto Serif JP', serif;
    padding: 20px 0;
}
.product-parts01 {
    padding: 43px 0 135px;
    background: transparent;
    background-color: transparent;
}
.lp-recommend .section-heading {
    padding: 27px 0;
}
.lp-recommend .section-heading:before {
    content: '' !important;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #7F1D1D;
}
.lp-recommend .section-heading:after {
    content: '' !important;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #7F1D1D;
}
.product-parts01__wrap {
    background: transparent;
    max-width: 1150px;
    box-shadow: none;
    padding: 0;
}
.product-parts__list {
    gap: 20px 42px;
}
.product-parts__flex {
    justify-content: right;
}
#hotitem,
#mostwanted {
    padding-top: 150px;
    margin-top: -150px;
}
@media screen and (max-width: 768px) {
    .pointup-section .inner {
        padding: 20px;
        width: 90%;
    }
    .pointup-section h2 {
        font-size: 24px;
    }
    .pointup-section p {
        font-size: 18px;
    }
    .familysale-section p {
        font-size: 16px;
        text-align: left;
    }
    .tabs {
        gap: 0;
    }
    .section-heading h2 {
        font-size: 26px;
    }
    .product-parts01 {
        padding: 43px 0 70px;
    }
    .product-parts01__wrap {
        padding: 0 20px;
    }
    .product-parts__list {
        gap: 5px 10px;
    }
    .pointup_category__list {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
    }
    .pointup_category__link {
        font-size: 20px;
        height: 100%;
        padding: 20px 10px;
    }
}