.hero_banner {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    min-height: calc(100vh - 128px);
    min-height: calc(100svh - 128px);
    position: relative
}

.dnd-section .hero_banner {
    min-height: 600px
}

.hero_banner-image:before,
.hero_banner-slide_image:before,
.hero_banner-video:before {
    background-color: rgba(0, 0, 0, .45);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.hero_banner-image,
.hero_banner-swiper.swiper,
.hero_banner-video {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.hero_banner-slide,
.hero_banner-slide_image {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.hero_banner-slide {
    background-color: #000
}

.hero_banner-image img,
.hero_banner-slide_image img,
.hero_banner-video video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.hero_banner-content {
    overflow: hidden;
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
    width: 100%;
    z-index: 2
}

.hero_banner-logo {
    display: block;
    margin: 0 auto
}

.hero_banner-top_text {
    font-size: 80px;
    margin: 0 0 18px
}

.hero_banner-title,
.hero_banner-top_text {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.hero_banner-title {
    align-items: flex-start;
    display: flex;
    font-size: 128px;
    gap: 20px;
    justify-content: center;
    margin: 0;
    width: 100%
}

.hero_banner-title span {
    font-size: 56px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -6px;
    line-height: 100%;
    padding: 13px 13px 0 9px;
    text-transform: lowercase
}

.hero_banner-richtext {
    margin-top: 38px;
    text-align: center
}

.hero_banner-buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 38px;
    width: 100%
}

.hero_banner-swiper .swiper-button-next,
.hero_banner-swiper .swiper-button-prev {
    color: inherit;
    height: 52px;
    margin-top: -26px;
    width: 52px
}

.hero_banner-swiper .swiper-button-next:after,
.hero_banner-swiper .swiper-button-prev:after {
    height: 100%;
    width: 100%
}

.hero_banner-swiper .swiper-button-next,
.hero_banner-swiper.swiper-rtl .swiper-button-prev {
    right: 40px
}

.hero_banner-swiper .swiper-button-next:after,
.hero_banner-swiper.swiper-rtl .swiper-button-prev:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 52 52'%3E%3Crect width='52' height='52' fill='%23fff' fill-opacity='.32' rx='26'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22 18 8 8-8 8'/%3E%3C/svg%3E");
    content: ""
}

.hero_banner-swiper .swiper-button-next:focus:after,
.hero_banner-swiper .swiper-button-next:hover:after,
.hero_banner-swiper.swiper-rtl .swiper-button-prev:focus:after,
.hero_banner-swiper.swiper-rtl .swiper-button-prev:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 52 52'%3E%3Crect width='52' height='52' fill='%23fff' rx='26'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22 18 8 8-8 8'/%3E%3C/svg%3E");
    content: ""
}

.hero_banner-swiper .swiper-button-prev,
.hero_banner-swiper.swiper-rtl .swiper-button-next {
    left: 40px
}

.hero_banner-swiper .swiper-button-prev:after,
.hero_banner-swiper.swiper-rtl .swiper-button-next:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 52 52'%3E%3Crect width='52' height='52' fill='%23fff' fill-opacity='.32' rx='26'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m30 18-8 8 8 8'/%3E%3C/svg%3E");
    content: ""
}

.hero_banner-swiper .swiper-button-prev:focus:after,
.hero_banner-swiper .swiper-button-prev:hover:after,
.hero_banner-swiper.swiper-rtl .swiper-button-next:focus:after,
.hero_banner-swiper.swiper-rtl .swiper-button-next:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 52 52'%3E%3Crect width='52' height='52' fill='%23fff' rx='26'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m30 18-8 8 8 8'/%3E%3C/svg%3E");
    content: ""
}

.scrolldownSVG {
    bottom: 15vh;
    bottom: 15svh
}

.scrolldownSVG,
.scrolldownSVG-home {
    display: none;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 16px;
    z-index: 3
}

.scrolldownSVG-home {
    bottom: 134px
}

@media (max-width:1024px) {
    .hero_banner {
        min-height: calc(100vh - 106px);
        min-height: calc(100svh - 106px)
    }

    .hero_banner-title {
        font-size: 123px;
        line-height: 100%
    }

    .hero_banner-title span {
        font-size: 33px;
        letter-spacing: -5.18px;
        line-height: 100%;
        padding: 10px 10px 0
    }

    .scrolldownSVG {
        display: block
    }
}

@media (max-width:767px) {
    .hero_banner {
        min-height: calc(100vh - 93px);
        min-height: calc(100svh - 93px)
    }

    .hero_banner-title {
        font-size: 72px;
        line-height: 100%
    }

    .hero_banner-title span {
        font-size: 14px;
        letter-spacing: -2px;
        line-height: 100%;
        padding: 5px 0 0
    }
}