/* ------------------------------------------------------ */
/* feature_week202511_a_pc.css */
/* ------------------------------------------------------ */
.feature_week202511_a #feature_nav {
    margin: 32px auto 80px;
}
.feature_week202511_a .arrow01 ul li::after {
    border-color: #1c2b50;
}
.feature_week202511_a .feature-maintext {
    width: 100%;
    height: auto;
    margin: 25px 0 0;
    text-align: center;
}
.feature_week202511_a .feature-maintext p {
    font-size: 16px;
}
.feature_week202511_a .week-section {
    width: 1080px;
    height: auto;
    margin: 20px auto 32px;
}
.feature_week202511_a .week-section:first-child {
    margin-top: 45px;
}
.feature_week202511_a .week-section .category-name-decoration {
    background-image: url("../images/title_decoration_pc.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 360px;
}
.feature_week202511_a .week-section .category-name {
    position: relative;
    padding: 50px 0 22px;
    border-bottom: 4px solid #1c2b50;
    text-align: center;
}
.feature_week202511_a .week-section .category-name::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1c2b50;
}
.feature_week202511_a .week-section .category-name h2 {
    display: inline-block;
    margin: 24px 0 22px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.feature_week202511_a .week-section .category-name em {
    display: inline-block;
    color: #fc73c2;
    font-size: 36px;
    font-weight: bold;
}
.feature_week202511_a .week-section .category-name p {
    color: #1c2b50;
    font-size: 16px;
}
.feature_week202511_a .feature-category-title-none .heading2.feature_category_title {
    display: none;
}
.feature_week202511_a .more-button-wrap {
    width: 100%;
    margin: 32px auto 0;
    text-align: center;
}
.feature_week202511_a .more-button-wrap a {
    display: inline-block;
    position: relative;
    width: 480px;
    height: 56px;
    padding: 14px 0;
    border-radius: 28px;
    background-color: #ff76c8;
    color: #1c2b50;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: .2s;
}
.feature_week202511_a .more-button-wrap a:hover {
    background-color: #ffacde;
    color: #57668b;
    text-decoration: none;
}
.feature_week202511_a .content_product_list .feature_category_title::before {
    content: none;
}
.feature_week202511_a .content_product_list .feature_category_title::after {
    content: none;
}
.feature_week202511_a .content_section_incentive_program_list {
    margin-top: 56px;
}