:root {
    --Emphasis_font_family: "M PLUS Rounded 1c","Hiragino Kaku Gothic Pro","HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif;
}

.sukima-content {
    font-family : var(--Emphasis_font_family);
    margin: 0 auto;
    height: auto;
}

.sukima-content2 {
    position: relative;
    top: calc((2763vw / (2862 / 100)) * 0.3 * -1);
}
@media (max-width: 767px) {
    .sukima-content2 {
        top: calc((1478vw / (800 / 100)) * 0.2 * -1);
    }
}

/* トップページバナー */
@media (min-width: 768px) {
    .sukima-banner-area-pc {
        width: 701px;
        margin: 0 auto;
        padding: 35px 0;
    }
}
@media (max-width: 767px) {
    .sukima-banner-area-sp {
        text-align:center;
        padding: 20px 0 20px 0;
    }
}
@media (min-width: 768px) {
    .sukima-banner-link-pc {
        width: 100%;
        max-width: 701px;
        height: 120px;
        background-image: url(/sukima/image/banner_pc.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .sukima-banner-link-sp {
        width: 361px;
        height: 130px;
        background-image: url(/sukima/image/banner_sp.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto;
    }
}
/*追従型バナー*/
@media (min-width: 700px) {
    .sukima-sticky-banner-link-pc{
        width: 260px;
        height: 172px;
        background-image: url(/sukima/image/sticky_banner_pc.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto;
        position: fixed;
        z-index: 99;
        bottom: 150px;
        right: 10px;
    }
}
.sticky-banner-close-hidden {
    display: none;
}
.sticky-banner-close {
    background-color: #f8f8f8;
    border: none;
    border-radius: 25px;
    box-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
    color: #777;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    top: -5px;
    left: -5px;
    z-index: 9999;
}
@media (max-width: 700px) {
    .sticky-banner-close {
        display: none;
    }
}

/* LPコンテンツ */
.sukima-view1 {
    position: relative;
    width: 100vw;
    height: calc(2763vw / (2862 / 100));
    background-image: url(/sukima/image/view1_pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .sukima-view1 {
        width: 100vw;
        height: calc(1478vw / (800 / 100));
        background-image: url(/sukima/image/view1_sp.webp);
    }
}

.sukima-form1 {
    position: relative;
    height: 200px;
    margin: 0 0 50px 0;
}
@media (max-width: 767px) {
    .sukima-form1 {
        height: 100px;
        margin: 0 0 50px 0;
    }
}

.sukima-view2 {
    position: relative;
    width: 95vw;
    height: calc(2189vw / (2826 / 95));
    background-image: url(/sukima/image/view2_pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .sukima-view2 {
        width: 110vw;
        height: calc(1500vw / (1066 / 110));
        background-image: url(/sukima/image/view2_sp.webp);
    }
}

.sukima-recruits {
    position: relative;
    width: 100vw;
    height: calc(870vw / (2862 / 100));
    background-image: url(/sukima/image/recruits_pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .sukima-recruits {
        width: 100vw;
        height: calc(1156vw / (800 / 100));
        background-image: url(/sukima/image/recruits_sp.webp);
        top: 100px;
    }
}

.sukima-form2 {
    position: relative;
    height: 200px;
    margin: 100px 0 100px 0;
}
@media (max-width: 767px) {
    .sukima-form2 {
        height: 200px;
        margin: 100px 0 0 0;
    }
}

.sukima-view3 {
    position: relative;
    width: 100vw;
    height: calc(3212vw / (2862 / 100));
    background-image: url(/sukima/image/view3_pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .sukima-view3 {
        width: 100vw;
        height: calc(3553vw / (800 / 100));
        background-image: url(/sukima/image/view3_sp.webp);
    }
}

.sukima-view4 {
    position: relative;
    width: 80vw;
    height: calc(1166vw / (2332 / 80));
    background-image: url(/sukima/image/view4_pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin: 0 auto;
    top:100px;
}
@media (max-width: 767px) {
    .sukima-view4 {
        width: 70vw;
        height: calc(2952vw / (570 / 70));
        background-image: url(/sukima/image/view4_sp.webp);
    }
}

.sukima-form3 {
    position: relative;
    height: 200px;
    top:100px;
    margin: 100px 0 0 0;
}
@media (max-width: 767px) {
    .sukima-form3 {
        height: 200px;
        margin: 50px 0 0 0;
    }
}

.sukima-bottom {
    width: 100vw;
    height: calc(96vw / (1431 / 80));
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: #FFFCF2 0% 0% no-repeat padding-box;
    opacity: 1;
}
@media (max-width: 767px) {
    .sukima-bottom {
        height: calc(50vw / (400 / 100));
    }
}

/* 登録ボタン・リンク */
.sukima-form-area {
    position: relative;
    text-align: center;
    padding: 35px 0;
}

.sukima-form-area > div {
    position: relative;
}
@media (max-width: 767px) {
    .sukima-form-area > div:nth-of-type(2) {
        top: -90px;
    }
}

.sukima-form-border {
    display: block;
    position: absolute;
    width: 828px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #FFBB05 0% 0% no-repeat padding-box;
    border-radius: 13px;
    opacity: 1;
}
@media (max-width: 767px) {
    .sukima-form-border {
        width: 312px;
        height: 8px;
        border-radius: 7px;
    }
}

.sukima-entry-btn {
    display: block;
    position: absolute;
    width: 393px;
    height: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #FF6C7A 0% 0% no-repeat padding-box;
    border: 8px solid #FFFFFF;
    border-radius: 62px;
    opacity: 1;
    color: #fff;
    font-family : var(--Emphasis_font_family);
    font-size: 32px;
    letter-spacing: 4.48px;
}
@media (max-width: 767px) {
    .sukima-entry-btn {
        width: 236px;
        height: 60px;
        border: 5px solid #FFFFFF;
        border-radius: 37px;
        font-size: 18px;
        letter-spacing: 1.51px;
    }
}

.sukima-form-link {
    display: block;
    position: relative;
    top: 100px;
    margin: 0 auto;
    font-family : var(--Emphasis_font_family);
    font-size: 21px;
    letter-spacing: 2.52px;
}
@media (max-width: 767px) {
    .sukima-form-link {
        top: 140px;
        font-size: 14px;
        letter-spacing: 0.84px;
    }
}

.sukima-form-link > a {
    text-decoration: underline;
    color: #FF6C7A;
}
