@layer page {
.lp-feature main p {
    margin-bottom: 0;
}
.lp-feature .wrap {
    max-width: 1120px;
    margin: 0 auto;
}
.lp-feature .recommend {
    margin-bottom: 40px;
    padding-top: 40px;
}
.lp-feature .pickup-text {
    text-align: center;
    margin-top: 24px;
}
.lp-feature .title-border-red {
    border-bottom: 1px solid var(--semantic-accent-red);
    margin-top: 16px;
}
.lp-feature .kv {
    margin-bottom: 40px;
}
.lp-feature .kv .kv-bg {
    position: relative;
}
.lp-feature .kv .kv-bg img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}
.lp-feature .kv .kv-bg::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 172px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}
.lp-feature .kv .kv-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.lp-feature .kv .kv-title h1 {
    color: var(--semantic-base-background);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 1px 1px 0 var(--semantic-secondary-text);
    white-space: nowrap;
}
.lp-feature .intro-wrap {
    max-width: 1120px;
    margin: auto;
    border: 1px solid var(--semantic-primary-border);
}
.lp-feature .intro {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 24px;
}
.lp-feature .intro .intro-img,
.lp-feature .campaign .bnr-img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lp-feature .campaign .bnr-img {
    width: 100%;
}
.lp-feature .intro-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 32px;
}
.lp-feature .title-type-b h2 {
    font-weight: 600;
    font-size: var(--font-size-26);
    line-height: var(--line-height-150);
    letter-spacing: var(--letter-spacing-1);
}
.lp-feature .title-type-b p {
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-20);
    line-height: var(--line-height-150);
    letter-spacing: var(--letter-spacing-1);
}
.lp-feature .link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-feature .link-btn a {
    background-color: var(--semantic-relux-brand-primary);
    color: var(--semantic-base-background);
    border-radius: 4px;
    width: 100%;
    max-width: 300px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .lp-feature .anchorlink-list {
        justify-content: flex-start;
    }
    .lp-feature .kv {
        margin-bottom: 24px;
    }
    .lp-feature .kv .kv-bg::after {
        height: 211px;
    }
    .lp-feature .wrap {
        padding: 0 16px;
    }
    .lp-feature .recommend {
        margin-bottom: 40px;
        padding-top: 24px;
    }
    .lp-feature .pickup-text {
        text-align: left;
    }
    .lp-feature .intro {
        display: flex;
        flex-direction: column;
        padding: 24px 16px;
    }
    .lp-feature .intro-text {
        text-align: left;
        margin-left: inherit;
    }
    .lp-feature .intro-text h4 {
        text-align: center;
    }
    .lp-feature .title-type-b h2 {
        font-size: var(--font-size-18);
    }
    .lp-feature .title-type-b p {
        font-size: var(--font-size-14);
    }
    .lp-feature .link-btn a {
        max-width: inherit;
        height: 40px;
    }
    .lp-feature .campaign {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .lp-feature  .table-wrapper {
        max-width: inherit;
    }
    .lp-feature  .table-wrapper .table-th-text {
        font-size: var(--font-size-16);
    }
}

@media screen and (min-width: 768px) {
    .lp-feature .link-btn {
        margin-top: 48px;
    }
    .lp-feature .list-asterisk.list-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (hover: hover) {
    .lp-feature .link-btn a:hover,
    .lp-feature .campaign a:hover {
        opacity: 0.7;
    }
}
}