
/* ── IMG PLACEHOLDER ── */
.dp-img-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 10px;
}
.dp-img-placeholder i { font-size: 2.2rem; opacity: 0.55; }
.dp-img-placeholder span { font-size: 0.7rem; letter-spacing: 0.1em; }

/* ── CASE CARDS ── */
.dp-case-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.dp-case-swiper {
    overflow: visible;
    padding: 6px 4px 56px;
}
.dp-case-swiper .swiper-slide {
    height: auto;
}
.dp-case-pagination {
    position: static;
    margin-top: 26px;
    text-align: center;
}
.dp-case-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px !important;
}
.dp-case-pagination .swiper-pagination-bullet-active {
    transform: scale(1.15);
}
.dp-case-nav {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dp-case-nav:hover {
    transform: translateY(-50%) scale(1.04);
}
.dp-case-prev { left: -18px; }
.dp-case-next { right: -18px; }
.dp-case-card:hover {
    transform: translateY(-4px);
}
.dp-case-img {
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.dp-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dp-case-body { padding: 22px 24px; }
.dp-case-body p { font-size: 0.85rem; line-height: 1.85; margin: 0; }

footer{
    margin-top: 0;
}

.dp-head h2{
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    font-weight: bold;
    text-align: left;
}

.dp-head h2 span{
    display: block;
    font-size: 50px;
}

.dp-head p{
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.dp-head ul{
    margin-top: 30px;
}

.dp-head li{
    padding: 10px 20px;
    border-radius: 20px;
}

.dp-head img{
    border-radius: 20px;
}

.dp-about{
    padding: 50px 0;
}

h2{
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    margin-bottom: 30px;
}

h2 span{
    display: block;
    font-size: 14px;
    padding-top: 10px;
    color: #504946;
}


.dp-about img{
    border-radius: 20px;
}

.dp-about-item{
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
}

.dp-faq-content{
    margin: 10px 0;
    padding: 40px;
}

.dp-faq-content h3{
    font-size: 20px;
}

.dp-price-wrap{
    border-radius: 20px;
    width: 70%;
    margin: 20px auto;
    padding: 50px;
    text-align: center;
}

.dp-price-wrap h3{
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.dp-price-40{
    text-decoration: line-through;
    letter-spacing: 2px;
}

.dp-price-wrap h4{
    font-size: 60px;
    font-weight: bold;
    margin: 20px;
}

.dp-price-wrap h4 span{
    font-size: 30px;
    padding-right: 20px;
}

.dp-price-care{
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 20px;
}

.hpb-wrap{
    text-align: center;
}

.hpb-wrap h2{
    width: 30%;
    margin: 0 auto;
}

.dp-hpb{
    margin: 20px 0;
}

.dp-hpb p{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.dp-hpb-link a{
    text-decoration: none;
    display: block;
    width: 50%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    transition: .3s;
}

.dp-hpb-link a i{
    padding-left: 10px;
}

.dp-hpb-link p{
    margin-top: 10px;
    font-size: 14px;
}

.flow-list{
    max-width:850px;
    margin:auto;
}

.flow-item{
    display:flex;
    gap:30px;
    padding:28px 0;
    border-bottom:1px solid;
}

.flow-number{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-weight:700;
}

.flow-item h3{
    font-family: "Noto Serif JP", serif;
}

@media (max-width: 767.98px) {
    .dp-case-swiper {
        padding-bottom: 50px;
    }
    .dp-case-img {
        height: 190px;
        padding: 0;
    }
    .dp-case-img img { object-fit: cover; }
    .dp-case-nav {
        display: none;
    }

    h2{
        font-size: 30px;
    }

    .dp-head h2,.dp-head h2 span{
        text-align: center;
        font-size: 35px;
    }

    .dp-head ul{
        flex-direction: column;
    }

    .dp-head li{
        margin: 5px 0;
        text-align: center;
    }

    .dp-about,.dp-case,.dp-flow,.dp-flow,.dp-price{
        width: 90%;
        margin: auto;
    }

    .dp-about{
        padding: 0;
    }

    .dp-price-wrap{
        width: 100%;
        padding: 30px;
    }

    .dp-price-wrap h3{
        font-size: 18px;
    }

    .dp-price-wrap h4{
        font-size: 40px;
    }

    .dp-price-wrap h4 span{
        font-size: 16px;
    }

    .dp-price-care{
        padding: 10px 20px;
    }

    .dp-hpb p{
        font-size: 16px;
    }

    .dp-hpb-link a{
        width: 90%;
        font-size: 14px;
    }

    .ns-about{
        width: 95%;
        margin: 0 auto;
    }

    .dp-faq-content{
        padding: 30px;
    }
}
