@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    background: url('../img/utsunomiyaClub_1920x3000.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex-grow: 1;
    padding-bottom: 20px;
}

img {
    display: block;
}

/*--ヘッダー画像--*/
header {
    background-size: cover;
}

.container {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.container-sp {
    line-height: 0;
}

.top-wrapper {
    width: 100%;
    background: url('../img/utsunomiyaClub_1920x450.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    /*左右中央揃え*/
    align-items: center;
    /*上下中央揃え*/
    background-repeat: no-repeat;
    background-position: center;
}

.absolute {
    display: block !important;
}

.absolute-sp {
    display: none !important;
}

@media screen and (max-width:768px) {
    .top-wrapper-sp {
        line-height: 0;
    }

    .absolute,
    .top-wrapper {
        display: none !important;
    }

    .absolute-sp {
        display: block !important;
        margin: 0pc;
    }

}

/*--ヘッダー画像　ここまで--*/

/*--注意書き--*/
.prohibition {
    background-image: linear-gradient(150deg, rgba(235, 0, 249, 1), rgba(114, 0, 205, 1) 50%, rgba(0, 73, 255, 1));
    padding: 2em;
    text-align: center;
}

.text {
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .text {
        font-size: 12px;
    }

    .text span {
        display: inline-block;
    }

}

/*--注意書きここまで--*/

/*--背景画像--*/
.background {}

/*--背景画像ここまで--*/

/*--ボタン全体--*/
.button {
    padding-top: 135px;
    /* 余白指定 */
    padding-bottom: 4em;
    text-align: center;
    /* 中央寄せ */
    margin: 0 1em;
}


.button_enter:hover,
.button_leave:hover {
    opacity: .9;
}

@media screen and (max-width:768px) {
    .button {
        padding-top: 5em;
    }
}

/*--ボタン全体ここまで--*/

/*--エンターボタン--*/
.button_enterText1 {
    font-size: clamp(20px, 10vw, 40px);
    font-family: "Gill Sans", sans-serif;
    background-repeat: no-repeat;
    background-position: center 22px;
    background-size: 11px 6px;
    display: inline-block;
}

.button_enterText2 {
    font-size: clamp(10px, 5vw, 15px);
    margin-left: 1em;
}

.button_enter {
    max-width: 100%;
    margin: 0.2em;
    align-items: center;
    appearance: none;
    background-image: linear-gradient(150deg, rgba(235, 0, 249, 1), rgba(114, 0, 205, 1) 51%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -5px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 80px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    width: 20em;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
}



/*--エンターボタンここまで--*/

/*--Leaveボタン--*/
.button_leaveText1 {
    font-size: clamp(20px, 10vw, 40px);
    font-family: "Gill Sans", sans-serif;
    background-repeat: no-repeat;
    background-position: center 22px;
    background-size: 11px 6px;
    display: inline-block;
}

.button_leaveText2 {
    font-size: clamp(10px, 5vw, 15px);
    margin-left: 1em;
}

.button_leave {
    max-width: 100%;
    margin: 0.2em;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #F7F7F7 0, #D6D6D6 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -5px 0 inset;
    box-sizing: border-box;
    color: #2C2C2C;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 80px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    width: 20em;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
}


/*--Leaveボタンここまで--*/

/*--リンク画像--*/
.linkbanner {
    display: flex;
    flex-direction: column;
    width: auto;
}

.linkbanner a {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

.linkbanner .widthAdj img {
    width: 468px;
}

/*--リンク画像ここまで--*/

/*--フッター--*/
footer {
    background-color: #2C2C2C;
    height: 50px;
    display: flex;
    justify-content: center;
    position: relative;
}

.footer-text {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    /* この要素の高さの半分 */
}

/*--フッターここまで--*/