/*--- ENTER ---*/

html, body {

    width: 100%;

    height: 100%;

    margin: 0;

}

html {

    font-size: 62.5%;

    background: #000;

}

body {

    text-align: center;

    color: #FFF;

    background: #000;

    font-size: 1.4rem;

    line-height: 2.4rem;

    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;

}

* { box-sizing: border-box; }

img { width: 100%; }

a { color: #FFF; text-decoration: none; }

.floatBox { overflow: hidden; }

.floatBox > div { float: left; }

/* ロゴ・キャッチ非表示 */

#h1Space_pc,

#h1Space_sp,

.catch {

    display: none !important;

}

/* PC背景 */

#enterTop_pc {

    height: 100vh;

    margin-bottom: 0;

    position: relative;

    background: url(https://balispa-mens-este.com/uploader/81/image-81-01683.jpg) no-repeat center center;

    background-size: cover;

}

/* PC ボタン位置 */

#enterArea_pc {

    width: 56%;

    max-width: 680px;

    position: absolute;

    top: 90%;

    left: 50%;

    transform: translateX(-50%);

    margin: auto;

    z-index: 10;

}

/* 注意文・SEO・フッター・コピーライト非表示 */

.cautionText,

#enterText,

footer,

#copyright,

.bannerBox {

    display: none !important;

}

/* ボタン共通 */

.enterBtn div {

    width: 48%;

}

.enterBtn div + div {

    margin-left: 4%;

}

.enterBtn div a {

    display: block;

    width: 100%;

    padding: 18px 20px;

    font-size: 3.4rem;

    color: #f6d98b;

    border-radius: 12px;

    border: 1px solid #d4af37;

    background: linear-gradient(

        180deg,

        rgba(90, 60, 15, 0.75),

        rgba(0, 0, 0, 0.65)

    );

    letter-spacing:

@media screen and (max-width: 768px) {

    .pc_view {

        display: none;

    }

    .sp_view {

        display: block;

    }

    #enterTop_sp {

        height: 100vh;

        margin-bottom: 0;

        position: relative;

        background: url(/userLayoutShop/81/img/enter_ba_sp.jpg) no-repeat center center;

        background-size: cover;

        background-color: #000;

    }

    #enterTopInner_sp {

        position: absolute;

        top: 72%;

        left: 50%;

        transform: translateX(-50%);

        width: 88%;

        margin: 0 auto;

        z-index: 10;

    }

    #enterArea_sp {

        width: 100%;

    }

    #enterBtn_sp div {

        width: 48%;

    }

    #enterBtn_sp div + div {

        margin-left: 4%;

    }

    #enterBtn_sp div a {

        font-size: 2.1rem;

        padding: 13px 8px;

        color: #f6d98b;

        border: 1px solid #d4af37;

        background: linear-gradient(

            180deg,

            rgba(90, 60, 15, 0.75),

            rgba(0, 0, 0, 0.65)

        );

        border-radius: 12px;

        text-shadow: 1px 1px 6px #000;

    }

}