/* Pick Up Detail Page Styles */

.pickup-detail-page {
    background: linear-gradient(180deg, #fff 0%, #efefef 100%);
    min-height: 100vh;
}

/* Page Header */
.pickup-detail-header {
    padding: 120px 60px 0;
}

.pickup-detail-header__inner {
    max-width: 1161px;
    margin: 0 auto;
}

.pickup-detail-header__title {
    font-family: 'Futura', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0;
    background: linear-gradient(90deg, #492b91 0%, #e70769 19.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 75px;
    margin: 0;
}

/* Article Section */
.pickup-detail-article {
    padding: 40px 60px;
}

.pickup-detail-article__inner {
    max-width: 1161px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.pickup-detail-article__content {
    flex: 1;
    max-width: 621px;
}

.pickup-detail-article__title {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 63px;
    background: linear-gradient(92.62deg, #322e95 0.32%, #fe0161 41.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2.64px;
    font-feature-settings: 'pkna' 1, 'palt' 1;
    margin: 0 0 44px 0;
}

.pickup-detail-article__description {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.8px;
    color: #151515;
    margin: 0;
}

.pickup-detail-article__image-wrapper {
    width: 435px;
    height: 289px;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
}

.pickup-detail-article__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Information Section */
.pickup-detail-info {
    padding: 0 60px 80px;
}

.pickup-detail-info__inner {
    max-width: 1161px;
    margin: 0 auto;
}

.pickup-detail-info__title {
    font-family: 'Futura', 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 35px;
    background: linear-gradient(90deg, #452b92 0%, #f00466 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 40px 0;
    line-height: 1.2;
}

.pickup-detail-info__table {
    background: #fff;
    border-radius: 20px;
    padding: 46px 73px;
}

.pickup-detail-info__row {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pickup-detail-info__row:last-child {
    border-bottom: none;
}

.pickup-detail-info__label {
    width: 200px;
    flex-shrink: 0;
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #b2b2b2;
}

.pickup-detail-info__value {
    flex: 1;
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #151515;
}

.pickup-detail-info__value a {
    color: #312d96;
    text-decoration: none;
    word-break: break-all;
    transition: opacity 0.3s ease;
}

.pickup-detail-info__value a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* Not Found Section */
.pickup-detail-notfound {
    padding: 120px 60px 80px;
}

.pickup-detail-container {
    max-width: 1161px;
    margin: 0 auto;
    text-align: center;
}

.pickup-detail-notfound p {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #151515;
    margin-bottom: 40px;
}

.pickup-detail-back__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #312d96;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.pickup-detail-back__btn:hover {
    opacity: 0.7;
}

/* ============================================
   SP (Mobile) Styles
   ============================================ */
@media screen and (max-width: 768px) {
    /* Page Header */
    .pickup-detail-header {
        padding: 100px 20px 0;
    }

    .pickup-detail-header__title {
        font-size: 24px;
        line-height: 50px;
    }

    /* Article Section */
    .pickup-detail-article {
        padding: 30px 20px;
    }

    .pickup-detail-article__inner {
        flex-direction: column;
        gap: 30px;
    }

    .pickup-detail-article__content {
        max-width: 100%;
    }

    .pickup-detail-article__title {
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 1.5px;
        margin: 0 0 24px 0;
    }

    .pickup-detail-article__description {
        font-size: 16px;
        line-height: 32px;
    }

    .pickup-detail-article__image-wrapper {
        width: 100%;
        height: 200px;
    }

    /* Information Section */
    .pickup-detail-info {
        padding: 0 20px 60px;
    }

    .pickup-detail-info__title {
        font-size: 24px;
        margin: 0 0 24px 0;
    }

    .pickup-detail-info__table {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .pickup-detail-info__row {
        flex-direction: column;
        gap: 8px;
        padding: 16px 0;
    }

    .pickup-detail-info__label {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .pickup-detail-info__value {
        font-size: 14px;
        line-height: 24px;
    }

    /* Not Found Section */
    .pickup-detail-notfound {
        padding: 100px 20px 60px;
    }

    .pickup-detail-notfound p {
        font-size: 16px;
    }
}
