@font-face {
    font-family: "GoBold";
    src: url("../fonts/gobold_bold.woff") format("woff")
}

@font-face {
    font-family: "DINAlternate";
    src: url("../fonts/DINAlternate-Bold.woff") format("woff")
}

.top_link {
    position: relative;
    display: block;
    width: 160px;
    margin-left: auto;
    margin-top: 1.5rem;
    padding: 0.75rem 0 0.75rem 3.5rem;
    font-size: 15px;
    line-height: 24px;
    border-bottom: 2px solid #221815
}

@media (max-width:991px) {
    .top_link {
        margin-top: 1rem
    }
}

.top_link::before {
    position: absolute;
    content: "";
    right: 0.25rem;
    bottom: 1.25rem;
    width: 24px;
    height: 6px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.5s
}

.top_link:hover::before {
    transform: translateX(12px)
}

.top_fv {
    position: relative;
    width: 100%;
    height: 56.25vw;
    margin-top: 80px
}

@media (max-width:991px) {
    .top_fv {
        margin-top: 62px
    }
}

.top_fv::before {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 24, 21, 0.5)
}

.top_fv_movie {
    width: 100%;
    height: 100%
}

.top_fv_message {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.top_fv_message_content {
    width: 300px
}

@media (max-width:991px) {
    .top_fv_message_content {
        width: 210px
    }
}

.top_fv_message_content_logo {
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto 0.5rem
}

@media (max-width:991px) {
    .top_fv_message_content_logo {
        width: 126px
    }
}

.top_fv_message_content_text {
    width: 100%;
    padding-top: 0.75rem;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border-top: 1px solid #FFF;
    text-align: center
}

@media (max-width:991px) {
    .top_fv_message_content_text {
        font-size: 13px;
        line-height: 19px
    }
}

.top_banner {
    display: flex;
    gap: 2rem;
    width: calc(100% - 2rem);
    max-width: 960px;
    margin: 5rem auto 0
}

@media screen and (max-width:991px) {
    .top_banner {
        max-width: 480px;
        gap: 1rem
    }
}

.top_setsubi {
    max-width: 960px;
    margin: 5rem auto 0
}

.top_setsubi .top_setsubi_wrap {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.top_setsubi .top_setsubi_wrap img{
    width: 90%;
}

@media screen and (max-width:991px) {
    .top_setsubi {
        max-width: 480px;
    }
}

.top_banner_item {
    flex: 1
}

.top_banner_item img {
    width: 100%;
    height: auto
}

.top_banner_item:hover {
    opacity: 0.8
}

.top_news {
    margin-top: 8rem
}

@media (max-width:991px) {
    .top_news {
        margin-top: 4rem
    }
}

.top_news_item {
    width: calc(100% - 2rem);
    max-width: 640px;
    margin: 0 auto;
    padding: 1.5rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(34, 24, 21, 0.1)
}

.top_news_item:first-of-type {
    margin-top: 3rem
}

.top_news_item_date {
    width: 70px;
    font-size: 13px;
    line-height: 15px
}

.top_news_item_category {
    width: 48px;
    margin-right: 32px;
    padding: 3px 0;
    font-size: 10px;
    line-height: 1;
    box-sizing: border-box;
    border: 1px solid #221815;
    text-align: center
}

.top_news_item_title {
    width: calc(100% - 150px);
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New", sans-serif
}

.top_news_item_title:hover {
    text-decoration: underline
}

@media (max-width:767px) {
    .top_news_item_title {
        width: 100%;
        margin-top: 20px;
        line-height: 1.25
    }
}

.top_feature {
    margin-bottom: 10rem
}

@media (max-width:991px) {
    .top_feature {
        margin-bottom: 5rem
    }
}

.top_feature:first-of-type {
    margin-top: 10rem
}

@media (max-width:991px) {
    .top_feature:first-of-type {
        margin-top: 5rem
    }
}

.top_feature_image {
    width: calc(100% - 640px);
    aspect-ratio: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform-origin: center bottom;
    opacity: 0
}

@media (max-width:1199px) {
    .top_feature_image {
        width: calc(100% - 540px)
    }
}

@media (max-width:991px) {
    .top_feature_image {
        width: 100%;
        max-width: 600px;
        aspect-ratio: 1.5;
        margin: 0 auto 1rem
    }
}

.top_feature_image.appear {
    animation-name: appearImage;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.top_feature_content {
    width: 520px;
    padding: 0 20px
}

@media (max-width:991px) {
    .top_feature_content {
        width: calc(100% - 4rem);
        max-width: 600px;
        margin: auto;
        padding: 0
    }
}

.top_feature_content_text {
    margin-top: 3rem;
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif
}

@media (max-width:991px) {
    .top_feature_content_text {
        margin-top: 1.5rem;
        font-size: 13px
    }
}

.top_feature:nth-child(1) .top_feature_image {
    background-image: url("../img/top_feature01.webp")
}

.top_feature:nth-child(2) .top_feature_image {
    background-image: url("../img/top_feature02.webp")
}

.top_feature:nth-child(3) .top_feature_image {
    background-image: url("../img/top_feature03.webp")
}

.top_feature:nth-child(4) .top_feature_image {
    background-image: url("../img/top_feature04.webp")
}

.top_feature:nth-child(5) .top_feature_image {
    background-image: url("../img/top_feature05.webp")
}

@keyframes appearImage {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.7)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}