@charset "UTF-8";

/* TOP */
#top-slide {
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.slides img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center bottom;
}
@media all and (-ms-high-contrast: none) {
    .slides img {
        width: 100%;
        height: 100%;
    }
}
.top-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.top-scroll p {
    position: absolute;
    right: 5%;
    bottom: 2%;
    z-index: 4;
    display: block;
    overflow: hidden;
    width: 25px;
    padding: 0 0 80px 5px;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Brygada 1918", serif;
    line-height: 1;

    -webkit-writing-mode: vertical-lr;
}
.top-scroll p::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 70px;
    background: #000000;
    content: "";
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
.top-concept {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    min-width: 1080px;
    margin: 0 auto;
    padding: 7em 0;
    background-color: #efefef;
}
.top-concept-item {
    width: 400px;
}
.top-concept-item h2 {
    margin-bottom: 1em;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 32px;
    font-family: "Brygada 1918", serif;
}
.top-concept-item h2 strong {
    display: block;
    color: #595757;
    font-size: 15px;
}
.top-concept-item p {
    margin-bottom: 3em;
}
.top-concept-photo {
    width: 680px;
}
.top-news {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto;
    padding: 7em 0;
}
.top-news strong {
    margin: 0 5em 0 1em;
    font-weight: normal;
    font-size: 22px;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-news p {
    margin-right: 5em;
}

