@charset "UTF-8";
.top-fv-wrap {/*        ここからFV   */
    width: 100%;
    aspect-ratio: 3/2;
}
.top-fv-img {
    background-color: #F2EFE7;
}
/*                             ここまでFV   */
.top-pickup-wrap {/*            ここからPickUpニュース*/
    width: 100%;
    margin: 20px auto 0;
}
.top-pickup-content {
    padding: 10px 0;
    background-color: #ffffff;
}
.top-pickup-content-postwrap {
    text-align: center;
}
.top-pickup-content-post {
    width: 240px;
    height: 160px;
}
.top-pickup-arrow {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 80px;
    z-index: 999;
}
.swiper-button-prev {
    width: 40px;
    height: 20px;
    background-image: url("../images/pre_button.svg");
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}
.swiper-button-prev:hover {
    background-image: url("../images/pre_button_hover.svg");
}
.swiper-button-next {
    width: 40px;
    height: 20px;
    background-image: url("../images/next_button.svg");
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}
.swiper-button-next:hover {
    background-image: url("../images/next_button_hover.svg");
}
@media screen and (min-width: 800px) {
    .top-pickup-content-post {
        width: 360px;
        height: 240px;
    }
    .top-pickup-arrow {
        padding: 0 40px;
        top: 120px;
    }
}
/*                         ここまでPickUpニュース*/
.top-latestnews-wrap {/*    ここから最新ニュース*/
    width: 100%;
    margin-bottom: 30px;
}
.top-latestnews-postwrap {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.top-latestnews-post {
    border-bottom: solid 2px #EDEAEA;
}
.top-latestnews-postlink {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 25px;
    transition: filter 0.3s ease;
}
.top-latestnews-postlink:hover {
    filter: brightness(90%);
} 
.top-latestnews-post-image {
    height: 100px;
}
.top-latestnews-img {
    height: 90px;
    width: auto;
    aspect-ratio: 3 / 2;
}
.top-latestnews-post-text {
    width: calc(100% - 125px);
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: start;
    gap: 10px;
}
.top-latestnews-datecat-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.top-latestnews-date {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    font-weight: 400;
    color: #8B8B8B;
}
.top-latestnews-cat {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
}
.top-latestnews-talentname {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.top-latestnews-newstitle {
    font-size: 1.3rem;
    line-height: 1.3em;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.top-latestnews-morebutton {
    width: 290px;
    margin: 0 auto;
}
.top-latestnews-morebutton-link {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 5.4rem;
    border: solid 1px #000000;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.top-latestnews-morebutton a:hover {
    background-color: #8E8563;
    color: #ffffff;
    border: solid 1px #ffffff;
}
@media screen and (min-width: 735px) {
    .top-latestnews-wrap {
        margin-top: 30px;
    }
    .top-latestnews-postwrap {
        max-width: 1070px;
        grid-template-columns: 1fr 1fr;
    }
    .top-latestnews-post {
        max-width: 535px;
    }
}
/*                         ここまで最新ニュース*/
