/* ==========================================================================
   News Page Styles
   ========================================================================== */

/* --------------------------------
   News Page Container
   -------------------------------- */
.news-page {
    background: linear-gradient(to bottom, #ffffff, #efefef);
    min-height: 100vh;
}

/* --------------------------------
   Hero Section
   -------------------------------- */
.news-hero {
    padding-top: 120px;
    width: 100%;
}

.news-hero__title {
    font-family: 'Futura', 'Century Gothic', sans-serif;
    font-weight: 500;
    font-size: 50px;
    background: linear-gradient(93deg, #452b92 0.24%, #f00466 14.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
    margin-left: 80px;
    line-height: 1;
}

.news-hero__visual {
    position: relative;
    width: 100%;
    height: 347px;
    overflow: hidden;
}

.news-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.5;
}

.news-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3), transparent);
}

.news-hero__text {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
}

.news-hero__text-main {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #2e2e97;
    letter-spacing: 3.84px;
    line-height: 1.4;
}

/* --------------------------------
   News List Section
   -------------------------------- */
.news-list-section {
    padding: 60px 80px 80px;
    max-width: 1280px;
    margin: 0 auto;
}

.news-list-container {
    width: 100%;
}

/* News Section Header */
.news-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.news-section-title {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.news-section-title__en {
    font-family: 'Futura', 'Century Gothic', sans-serif;
    font-weight: 500;
    font-size: 35px;
    background: linear-gradient(90deg, #452b92 0%, #ff0061 115.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.7px;
    line-height: 1;
}

.news-section-title__jp {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #b2b2b2;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list__item {
    border-bottom: 1px solid #B2B2B2;
}

.news-list__item:first-child {
    border-top: none;
}

.news-list__link {
    display: flex;
    align-items: baseline;
    padding: 24px 16px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.news-list__link:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.news-list__date {
    font-family: 'Futura', 'Century Gothic', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #767676;
    min-width: 110px;
    flex-shrink: 0;
}

.news-list__title {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #061840;
    line-height: 27px;
}

/* --------------------------------
   More Button (PC - in header)
   -------------------------------- */
.news-more-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 160px;
    height: 40px;
    border-radius: 6px;
    text-decoration: none;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(264deg, #ff0061 44%, #452b92 114%) border-box;
    border: 1px solid transparent;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.news-more-btn span {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #231E1F;
}

.news-more-btn:hover {
    background: linear-gradient(90deg, #312d96 0%, #fd0162 100%);
}

.news-more-btn:hover span {
    color: #fff;
}

.news-more-btn:hover .news-more-arrow path {
    fill: #fff;
}

.news-more-arrow {
    width: 33px;
    height: 24px;
}

/* Hidden news items (revealed by もっと見る) */
.news-list__item--hidden {
    display: none;
}

/* Mobile More Button (hidden on PC) */
.news-more-wrapper-sp {
    display: none;
}

/* --------------------------------
   Contact Section
   -------------------------------- */
.news-contact {
    background: linear-gradient(90deg, #312d96 0%, #fd0162 100%);
    padding: 60px 0;
}

.news-contact__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.news-contact__title {
    font-family: 'Futura', 'Century Gothic', sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
}

.news-contact__text {
    font-family: 'A-OTF Gothic MB101 Pr6N', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

.news-contact__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: 16px;
    transition: transform 0.2s ease;
}

.news-contact__btn:hover {
    transform: scale(1.1);
}

.news-contact__arrow {
    width: 37px;
    height: 37px;
}

/* ==========================================================================
   Mobile Responsive Styles (SP)
   ========================================================================== */
@media screen and (max-width: 768px) {
    /* Hero Section - Mobile */
    .news-hero {
        padding-top: 80px;
    }

    .news-hero__title {
        font-size: 35px;
        margin-bottom: 40px;
        margin-left: 15px;
    }

    .news-hero__visual {
        height: 264px;
        width: calc(100% - 32px);  /* inset from edges */
        margin: 0 16px;
    }

    .news-hero__text {
        left: 29px;
    }

    .news-hero__text-main {
        font-size: 24px;
        letter-spacing: 2.88px;
        line-height: 44px;
    }

    /* News List Section - Mobile */
    .news-list-section {
        padding: 80px 15px;
    }

    .news-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 0;
    }

    .news-section-title {
        display: none;
    }

    .news-section-title__en {
        font-size: 35px;
    }

    .news-section-title__jp {
        font-size: 14px;
    }

    /* Hide header button on mobile */
    .news-section-header .news-more-btn {
        display: none;
    }

    .news-list__link {
        flex-direction: column;
        gap: 17px;
        padding: 13px 16px;
    }

    .news-list__date {
        font-size: 12px;
        min-width: auto;
    }

    .news-list__title {
        font-size: 12px;
        line-height: 2;
    }

    /* Show mobile button below list */
    .news-more-wrapper-sp {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }

    .news-more-btn--sp {
        width: 75px;
        height: 25px;
        gap: 8px;
    }

    .news-more-btn--sp span {
        font-size: 9px;
    }

    .news-more-btn--sp .news-more-arrow {
        width: 6px;
        height: 8px;
    }

    /* Contact Section - Mobile */
    .news-contact {
        padding: 34px 0;
    }

    .news-contact__title {
        font-size: 32px;
    }

    .news-contact__text {
        font-size: 18px;
        line-height: 54px;
    }

    .news-contact__btn {
        margin-top: 8px;
    }
}
