@charset "UTF-8";
.bd-home .home {
    padding: 200px 0;
}

.bd-home .wrapper {
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

.bd-home .home .container {
    position: relative;
    max-width: 1160px;
    width: 90%;
    margin: auto;
}

.bd-home .home .container>h1:first-child {
    font-size: 10rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: bold;
}

.bd-home .home .container>h1:nth-of-type(2) {
    font-size: 4rem;
    font-weight: bold;
    font-weight: 700;
    font-weight: 700;
    line-height: 1.5;
    margin: -20px 0 40px;
}

.bd-home .home .container>p {
    font-size: 1.4rem;
    line-height: calc(25 / 14);
    font-family: 'Noto Sans JP', sans-serif;
}

.bd-home .home .container>video {
    width: 1500px;
    position: absolute;
    right: -130px;
    top: -300px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .bd-home .home {
        overflow-x: hidden;
        padding: 30vw 0;
    }
    .bd-home .home .container>h1:first-child {
        font-size: 12vw;
    }
    .bd-home .home .container>h1:nth-of-type(2) {
        font-size: 6vw;
        margin-top: 0;
    }
    .bd-home .home .container>video {
        width: 201vw;
        top: -46vw;
        right: -34.5vw;
    }
}