.summergift-section {
    background: url("/images/summergift2026/summergift-bg01.jpg") no-repeat;
    background-size: cover;
    font-family: 'Noto Serif JP', serif;
    padding: 194px 0 193px;
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.summergift-section .inner {
    max-width: 1160px;
    margin: 0 auto;
}
.summergift-heading {
    background: url("/images/summergift2026/summergift-bg02.jpg") no-repeat;
    background-size: cover;
    padding: 52px 28px;
    margin-top: 140px;
}
.summergift-heading h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 49px;
    margin-bottom: 23px;
}
.summergift-heading p {
    font-size: 21px;
    font-weight: 400;
    line-height: 39px;
    color: #fff;
}
.summergift-nav {
    max-width: 767px;
    margin: 93px auto 0;
}
.summergift-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.summergift-nav__item {
    width: calc(100% / 2 - 0px);
}
.summergift-nav__item:nth-child(1) {
    width: 100%;
}
.why-choose-section {
    background: url("/images/summergift2026/summergift-bg03.jpg") no-repeat;
    background-size: cover;
    padding: 0;
}
.feature {
    width: 100%;
    background: #F9F6EF;
    padding: 40px 0;
}
.feature:nth-child(1)::after,
.feature:nth-child(3)::after {
    content: none;
}
.feature:nth-child(2)::before,
.feature:nth-child(4)::before {
    content: none;
}
.feature-content {
    padding: 0;
}
.feature-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ACA265;
}
.feature-number {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    top: auto;
}
.feature.reverse .feature-number {
    right: auto;
}
.feature-label {
    font-size: 16px;
    color: #00626B;
    font-weight: 400;
    letter-spacing: 0;
}
.number {
    font-size: 46px;
    color: #00626B;
    letter-spacing: 0;
    font-weight: 700;
    -webkit-text-stroke: transparent;
}
.feature-label::before {
    content: none;
}
.feature h3 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
}
.feature:nth-child(2) h3,
.feature:nth-child(4) h3 {
    text-align: left;
}
.feature p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}
.feature p strong {
    color: #00626B;
}
.feature-image {
    transform: translateY(0);
}
.lp-recommend {
    background: url("/images/summergift2026/summergift-bg04.jpg") no-repeat;
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 157px;
    margin-bottom: 50px;
}
.product-parts01 {
    padding: 161px 0 0;
    background: transparent;
    background-color: transparent;
}
.product-parts01__wrap {
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
}
.product-parts01__head {
    background: url("/images/summergift2026/summergift-bg05.png") no-repeat;
    background-size: cover;
    margin-bottom: 70px;
    display: block;
    padding: 45px 0;
}
.product-parts01__head h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.product-parts01__head h3 span {
    font-size: 31px;
    color: #fff;
}
.product-parts__list {
    max-width: 1100px;
    margin: auto;
}
.product-parts__flex {
    justify-content: right;
    padding: 0 10px;
}
.product-parts__img {
    padding-top: 77%;
}
@media (max-width: 767px) {
    .summergift-section {
        padding: 50px 0;
    }
    .summergift-heading {
        margin-top: 50px !important;
    }
    .summergift-heading h2 {
        font-size: 28px;
    }
    .summergift-heading p {
        font-size: 18px;
        text-align: left;
    }
    .summergift-nav {
        margin-top: 50px !important;
        padding: 0 20px;
    }
    .why-choose-section {
        padding: 50px 0 0;
    }
    .feature-header {
        padding: 0 20px 20px;
    }
    .feature-number {
        left: auto;
    }
    .feature h3 {
        font-size: 20px;
    }
    .feature p {
        padding: 0 20px;
        font-size: 14px;
    }
    .lp-recommend {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }
    .product-parts01 {
        padding: 50px 0 0;
    }
    .product-parts01__head {
        margin-bottom: 40px;
    }
    .product-parts01__head h3 {
        font-size: 28px;
    }
    .product-parts01__head h3 span {
        font-size: 21px;
    }
    .product-parts__list {
        width: 94%;
    }
}