/*-------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------*/

.bp__hero {
    position: relative;
    background-color: #000000;
}
.bp__hero__img {
    padding-top: 56.25%;
    background-image: url('img/bp-hero-bg.jpg');
    background-position: top center;
    -webkit-background-size: cover;
            background-size: cover;
}

.bp__hero__video--visible {
    display: block;
}

.bp__hero__copy {
    padding: 38px 30px 45px;
}
.bp__hero__copy__table__cell__headline {
    font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}
.bp__hero__copy__table__cell__description {
    font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
    font-size: 13px;
    line-height: 22.75px;
    margin: 0;
    padding: 0 0 14px;
    text-align: center;
    color: #888a94;
}
.bp__hero__copy__table__cell__button {
    margin: 0;
    padding: 0;
    text-align: center;
}
.bp__hero__copy__table__cell__button__link {
    font-size: 12px;
    line-height: 41px;
    display: block;
    width: 140px;
    height: 41px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #ffffff;
    background-color: #5484f8;
}
.bp__hero__copy__table__cell__button__link:hover {
    color: #ffffff;
}
.bp__hero__copy__table__cell__button__link:visited {
    color: #ffffff;
}
.bp__hero__scroll {
    display: none;
}
.panel-hero .video {
    z-index: 100;
}
.panel-hero .video .play {
    z-index: 104;
}

@media screen and (min-width:1024px) {
    .bp__hero {
        height: calc(100vh - 64px);
    }
}

@media screen and (min-width: 768px) {
    .bp__hero__video:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        opacity: 0.4;
        background-color: #000000;
    }

    .bp__hero {
        height: calc(100vh - 52px);
    }

    .bp__hero__video__player {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
            -ms-transform: translate(-50%, -50%); /* IE 9 */
                transform: translate(-50%, -50%);
    }
    .bp__hero__img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .bp__hero__img:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        opacity: 0.3;
        background-color: #000000;
    }
    .bp__hero__copy {
        position: absolute;
        z-index: 100;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .bp__hero__copy__table {
        display: table;
        width: 100%;
        height: 100%;
    }
    .bp__hero__copy__table__cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    .bp__hero__copy__table__cell__headline {
        font-size: 50px;
        padding: 0 0 30px;
    }
    .bp__hero__copy__table__cell__description {
        font-size: 14px;
        line-height: 24.5px;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 0 34px;
        color: #cfcfcf;
    }
    .bp__hero__copy__table__cell__button__link {
        font-size: 13px;
        line-height: 50px;
        width: 180px;
        height: 50px;
        margin: 0 auto 12px;
        -webkit-transition: all 200ms ease-in-out;
             -o-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
    }
    .bp__hero__copy__table__cell__button__link:hover {
        background-color: #4572ed;
    }
    .bp__hero__scroll {
        position: absolute;
        z-index: 100;
        bottom: 40px;
        left: 50%;
        display: block;
        width: 100px;
        margin: 0 0 0 -50px;
        cursor: pointer;
        -webkit-transition: all 200ms ease-in-out;
             -o-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
    }
    .bp__hero__scroll:hover {
        -webkit-transform: translateY(8px);
            -ms-transform: translateY(8px);
             -o-transform: translateY(8px);
                transform: translateY(8px);
    }
    .bp__hero__scroll__label {
        font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
        font-size: 11px;
        line-height: 11px;
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
        letter-spacing: 1px;
        color: #ffffff;
    }
    .bp-down-arrow {
        display: block;
        width: 20px;
        height: 11px;
        margin: 0 auto;

        fill: #ffffff;
    }
}

.bp__hero__copy__table__cell__headline__sub-nyc {
    font-size: 10px;
    margin-left: -30px;
    bottom: -1.5em;
    margin-bottom: 18px;
    display: inline-block;
    vertical-align: inherit;
}

@media screen and (min-width: 768px) {
    .bp__hero__copy__table__cell__headline__sub-nyc {
        font-size: 18px;
        margin-left: -53px;
    }
}
