.familysale-section {
    background: #030303;
    padding: 53px 0 56px;
}
.familysale-heading {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.familysale-heading::before,
.familysale-heading::after {
    background: #fff;
}
.familysale-heading h2 {
    color: #fff;
}
.familysale-section p {
    color: #fff;
}
.recommended-section {
    background: #030303;
    padding: 0 0 141px;
}
.section-header h2 {
    color: #fff;
}
.tab {
    background: linear-gradient(90deg, #1C2E52 0%, #011D36 50%, #011C35 100%);
}
.category-tabs .tab {
    background: linear-gradient(90deg, #6B5F14 0%, #464120 100%);
}
.why-choose-section.familysale-check {
    background: #030303;
    padding: 0 0 100px;
}
.why-choose-section.familysale-check .features {
    gap: 31px;
}
.why-choose-section.familysale-check .feature {
    width: 100%;
    background: linear-gradient(90deg, #1C2E52 0%, #011D36 50%, #011C35 100%);
    padding: 40px 0;
}
.why-choose-section.familysale-check .feature:nth-child(1)::after,
.why-choose-section.familysale-check .feature:nth-child(3)::after {
    content: none;
}
.why-choose-section.familysale-check .feature:nth-child(2)::before,
.why-choose-section.familysale-check .feature:nth-child(4)::before {
    content: none;
}
.why-choose-section.familysale-check .feature-content {
    padding: 0;
}
.why-choose-section.familysale-check .feature-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ACA265;
}
.why-choose-section.familysale-check .feature-number {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    top: auto;
}
.why-choose-section.familysale-check .feature.reverse .feature-number {
    right: auto;
}
.why-choose-section.familysale-check .feature-label {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}
.why-choose-section.familysale-check .number {
    font-size: 46px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    -webkit-text-stroke: transparent;
}
.why-choose-section.familysale-check .feature-label::before {
    content: none;
}
.why-choose-section.familysale-check .feature h3 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}
.why-choose-section.familysale-check .feature:nth-child(2) h3,
.why-choose-section.familysale-check .feature:nth-child(4) h3 {
    text-align: left;
}
.why-choose-section.familysale-check .feature p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}
.why-choose-section.familysale-check .feature p strong {
    font-weight: 700;
}
.why-choose-section.familysale-check .feature-image {
    transform: translateY(0);
}
.familysale-countdown {
    margin: 47px auto 0;
    max-width: 1062px;
    padding: 61px 51px;
    background: linear-gradient(90deg, #6B5F14 0%, #464120 100%);
    box-sizing: border-box;
}
.familysale-countdown__title {
    margin: 0 0 40px;
    color: #fff;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 100%;
}
.familysale-countdown__frame {
    border-top: 5px solid #111111;
    border-bottom: 5px solid #111111;
    margin: 0 auto;
    padding: 22px 12px 18px;
}
.familysale-countdown__units {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
}
.familysale-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 0 !important;
}
.familysale-countdown__digit {
    width: 180px;
    height: 150px;
    perspective: 400px;
    border-radius: 16px;
}
.familysale-countdown__digit:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
    width: 16px;
    height: 48px;
    background: url("/images/family-sale2026/dot.png") no-repeat;
    background-size: cover;
}
.familysale-countdown__unit:last-child .familysale-countdown__digit:after {
    content: none;
}
.flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #111;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    font-family: 'Inter', sans-serif;
    font-size: 96px;
    font-weight: 700;
    color: #fff;
    line-height: 88px;
    letter-spacing: 0.02em;
    text-align: center;
    transform-style: preserve-3d;
    -webkit-user-select: none;
    user-select: none;
}
.flip-card__top,
.flip-card__bottom,
.flip-card__back .flip-card__top,
.flip-card__back .flip-card__bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}
.flip-card__top {
    top: 0;
    background: #111111;
    border-radius: 16px 16px 0 0;
    z-index: 1;
}
.flip-card__top span {
    position: relative;
    display: block;
    line-height: 150px;
}
.flip-card__top span:before {
    content: "";
    background: #111111;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 46px;
    right: -45px;
    margin: auto;
    border-radius: 50%;
}
.flip-card__top span:after {
    content: "";
    background: #111111;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    bottom: 46px;
    right: -45px;
    margin: auto;
    border-radius: 50%;
}
.flip-card__bottom {
    bottom: 0;
    background: #0d0d0d;
    border-radius: 0 0 10px 10px;
    z-index: 1;
}
.flip-card__bottom span {
    display: block;
    margin-top: -44px;
    line-height: 88px;
}
.flip-card__back {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}
.flip-card__back .flip-card__top {
    transform-origin: bottom center;
    transform: rotateX(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 3;
    background: linear-gradient(180deg, #222 0%, #151515 100%);
}
.flip-card__back .flip-card__bottom {
    transform-origin: top center;
    transform: rotateX(90deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
}
.flip-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    z-index: 5;
    pointer-events: none;
}
.familysale-countdown__digit.is-flipping .flip-card__back .flip-card__top {
    animation: familysaleFlipTop 0.35s ease-in forwards;
}
.familysale-countdown__digit.is-flipping .flip-card__back .flip-card__bottom {
    animation: familysaleFlipBottom 0.35s ease-out 0.35s forwards;
}
@keyframes familysaleFlipTop {
    0% { transform: rotateX(0deg); }
    100% { transform: rotateX(-90deg); }
}
@keyframes familysaleFlipBottom {
    0% { transform: rotateX(90deg); }
    100% { transform: rotateX(0deg); }
}
.familysale-countdown__label {
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}
.familysale-countdown__sep {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 88px;
}
.familysale-countdown.is-ended .flip-card {
    opacity: 0.7;
}
.section-heading {
    border-top: none;
    border-bottom: none;
    padding: 30px 0;
}
.section-heading::before {
    top: -7px;
    background: #fff;
}
.section-heading::after {
    bottom: -7px;
    background: #fff;
}
.lp-recommend {
    background: #030303;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.lp-recommend .section-heading {
    margin-bottom: 30px;
}
.product-parts01,
.product-parts02,
.product-parts03 {
    background: #030303;
    padding: 70px 0;
}
.product-parts01__wrap,
.product-parts02__wrap,
.product-parts03__wrap {
    background: none;
    padding: 0 20px;
}
.product-parts01__head span,
.product-parts03__head span {
    color: #A69F5F;
}
.product-parts01__head h3,
.product-parts03__head h3 {
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}
.product-parts__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 25px;
}
.product-parts__item {
    width: calc((100% - 60px) / 3);
}
.lp-detail {
    background: #030303;
    padding: 70px 0;
}
.lp-detail .section-heading {
    margin-bottom: 30px;
}
.why-choose-section .section-title h2 {
    color: #fff;
}
.why-choose-section {
    background: #030303; 
}
.feature-label::before {
    background: url("/images/family-sale2026/feature-label.png") no-repeat;
    background-size: cover;
}
.number {
    color: #ACA265;
}
@media (max-width: 768px) {
    .familysale-countdown {
      margin-top: 28px;
      padding: 22px 14px 26px;
    }
    .familysale-countdown__title {
      font-size: 18px;
      margin-bottom: 14px;
    }
    .familysale-countdown__frame {
      max-width: 100%;
      padding: 16px 4px 14px;
    }
    .familysale-countdown__units {
      gap: 40px;
    }
    .familysale-countdown__unit {
      min-width: 64px;
      gap: 8px;
    }
    .familysale-countdown__digit {
      width: 64px;
      height: 64px;
    }
    .familysale-countdown__digit:after {
        right: -26px;
        width: 10px;
        height: 31px;
    }
    .flip-card {
      font-size: 34px;
      line-height: 64px;
      border-radius: 8px;
    }
    .flip-card__top {
      border-radius: 8px 8px 0 0;
    }
    .flip-card__bottom {
      border-radius: 0 0 8px 8px;
    }
    .flip-card__top span {
      line-height: 64px;
    }
    .flip-card__bottom span {
      margin-top: -32px;
      line-height: 64px;
    }
    .familysale-countdown__sep {
      font-size: 26px;
      line-height: 64px;
    }
    .familysale-countdown__label {
      font-size: 12px;
    }
    .why-choose-section.familysale-check .why-choose-section {
        padding: 50px 0 0;
    }
    .why-choose-section.familysale-check .feature-header {
        padding: 0 20px 20px;
    }
    .why-choose-section.familysale-check .feature-number {
        left: auto;
    }
    .why-choose-section.familysale-check .feature h3 {
        font-size: 20px;
    }
    .why-choose-section.familysale-check .feature p {
        padding: 0 20px;
        font-size: 14px;
    }
    .lp-detail {
        padding: 20px 0;
    }
    .product-parts__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .product-parts__item {
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .familysale-countdown__digit.is-flipping .flip-card__back .flip-card__top,
    .familysale-countdown__digit.is-flipping .flip-card__back .flip-card__bottom {
      animation: none;
    }
}