@charset "UTF-8";

/* メインビジュアル */
.s_Jumbotron {
    background: url('/img/concert-gcc3149417_.jpg') right no-repeat;
    position: relative;
    color: white;
    /* 背景がない部分 */
    background-color: black;
}

.s_Jumbotron__container {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    top: 0;
    bottom: 0;
    width: 500px;
}
