.show-mobile {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .show-mobile {
        display: block !important;
    }

    .show-pc {
        display: none;
    }

    .section-0 {
        background-image: url(../images/female-bg.mobile.png);
        -webkit-transition: background-image 0.8s ease-in-out;
        transition: background-image 0.8s ease-in-out;
        background-size: cover;
    }

    .container-right-left {
        display: none;
    }

    .container-right-right {
        display: none;
    }

    .jhyy-logo {
        width: 12vw;
        height: 28.65vw;
        background-image: url(../images/logo.mobile.png);
        background-size: cover;
        position: absolute;
        left: 6vw;
        top: 6vw;
    }

    .slogan {
        background-image: url(../images/slogan.mobile.png);
        background-size: cover;
        width: 100vw;
        height: 59.86vw;
    }

    .nav-top {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 16vw;
        background: rgba(0,0,0,.6);
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        /*  padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;*/
    }

    .nav-icon {
        background-image: url(../images/nav-icon.png);
        height: 14vw;
        width: 37.288vw;
        background-size: cover;
        margin-left: 1rem;
    }

    .nav-reservation {
        background-image: url(../images/nav-reservation.png);
        height: 12vw;
        width: 33.698vw;
        background-size: cover;
        display: none;
        margin-right: 1rem;
    }

    .nav-download {
        background-image: url(../images/nav-download.png);
        height: 12vw;
        width: 33.698vw;
        background-size: cover;
        display: none;
        margin-right: 1rem;
    }

    .switch {
        width: 12vw;
        height: 30.315vw;
        background-image: url(../images/switch-male.mobile.png);
        background-size: cover;
        -webkit-transition: background-image 0.8s ease-in-out;
        transition: background-image 0.8s ease-in-out;
        position: absolute;
        top: 20vw;
        left: 6vw;
        cursor: pointer;
    }

    .section-0 .container.clearfix {
        display: none;
    }



    #video-player {
        width: 100vw;
    }


    .close-btn {
        width: 10vw;
        height: 10vw;
        background-image: url(../images/close.mobile.png);
        background-size: cover;
    }

    .reservation-btn {
        width: 38vw;
        height: 33.037vw;
        background-image: url(../images/reservation.mobile.png);
        background-size: cover;
        bottom: 50vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .download-pics {
        height: unset;
    }

    .download-btn {
        display: none;
    }

    .download-mobile {
        display: block;
        background-image: url(../images/download.mobile.png);
        background-size: cover;
        width: 63.28vw;
        height: 16vw;
    }

    .qr-download {
        width: 20vw;
        height: 23.8vw;
        background-image: url(../images/qr-download.mobile.png);
        background-size: cover;
    }

    .download-text {
        background-image: url(../images/download-text.mobile.png);
        background-size: cover;
        width: 100vw;
        height: 4.646vw;
        display: none;
    }

    .section-1-0 {
        background-image: url(../images/reservation-bg.mobile.jpg);
        background-size: cover;
    }

    .fan-title {
        width: 50vw;
        height: 37.96vw;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 4vw;
    }

    #reservation-title {
        background-image: url(../images/reservation-title.mobile.png);
        background-size: cover;
    }

    #step-box {
        display: block;
        position: absolute;
        top: 40vw;
        left: 0;
        text-align: center;
    }

    .reservation-step {
        width: 30vw;
        height: 58.212vw;
        position: relative;
        cursor: pointer;
        background-size: cover;
        display: inline-block;
        margin: 4vw 6vw;
    }

    #step0 {
        background-image: url(../images/50000.mobile.png);
        margin-top: 0;
    }

    #step1 {
        background-image: url(../images/100000.mobile.png);
        margin-top: 0;
    }

    #step2 {
        background-image: url(../images/200000.mobile.png);
        margin-top: 0;
    }

    #step3 {
        background-image: url(../images/500000.mobile.png);
        margin-top: 0;
    }

    .reservation-step .done {
        width: 14vw;
        height: 18.827vw;
        background-image: url(../images/reservation-done.mobile.png);
        background-size: cover;
        right: -6vw;
        top: 18vw;
    }

    #rules-container {
        width: 90vw;
        height: 98.9vw;
        background-image: url(../images/reservation-modal-bg.mobile.png);
        background-size: cover;
        padding: 21vw 7vw 12vw 7vw;
        box-sizing: border-box;
        letter-spacing: 0.04rem;
        font-size: .8rem;
    }

        #rules-container ol {
            padding-left: 1rem;
        }

    #close-rules {
        width: 20vw;
        height: 12.88vw;
        background-image: url(../images/close-rules.mobile.png);
        background-size: cover;
        right: -10vw;
        top: -5vw;
    }

    .section-2 {
        background-image: url(../images/role-bg.mobile.jpg);
        background-size: cover;
    }

    #role-title {
        background-image: url(../images/role-title.mobile.png);
        background-size: cover;
    }

    .section-2 .slide-img {
        width: 100vw;
        display: block;
    }

    .section-2 .fp-tableCell {
        vertical-align: bottom;
    }

    #role-box .fp-controlArrow.fp-prev {
        left: .4rem !important;
    }

    .fp-controlArrow.fp-prev {
        width: 10vw;
        height: 10vw;
        background-image: url(../images/arrow-left.mobile.png);
        background-size: cover;
    }

    #role-box .fp-controlArrow.fp-next {
        right: .4rem !important;
    }

    .fp-controlArrow.fp-next {
        width: 10vw;
        height: 10vw;
        background-image: url(../images/arrow-right.mobile.png);
        background-size: cover;
    }

    .section-3 {
        background-image: url(../images/feature-bg.mobile.jpg);
        background-size: cover;
    }

    #feature-title {
        background-image: url(../images/feature-title.mobile.png);
        background-size: cover;
    }

    .section-3 #feature-box {
        background-image: url(../images/feature-content-bg.png);
        background-size: cover;
        width: 100vw;
        height: 75.33vw;
        padding: 0;
        margin-top: 30vw;
    }

    .section-3 .swiper-slide img {
        width: 100%;
        display: block;
    }

    .arrow-left {
        width: 10vw;
        height: 10vw;
        background-image: url(../images/arrow-left.mobile.png);
        background-size: cover;
        flex-shrink: 0;
        margin: 0 !important;
    }

    .arrow-right {
        width: 10vw;
        height: 10vw;
        background-image: url(../images/arrow-right.mobile.png);
        background-size: cover;
        flex-shrink: 0;
        margin: 0 !important;
    }

    #reel {
        background-image: url(../images/reel.mobile.png);
        background-size: cover;
        width: 90vw;
        height: 70.26vw;
        padding-top: 12vw;
    }

    #reservation-android {
        height: 1rem;
        width: 7.8rem;
        background-size: cover;
    }

    #reservation-ios {
        height: 1rem;
        width: 4.96rem;
        background-size: cover;
    }

    #reel ul li.active {
        background: none;
    }

    #reservation-mobile-label {
        font-size: .8rem;
    }

    #reservation-form-group {
        display: block;
    }

    #reservation-mobile {
        background-size: cover;
        width: 50vw;
        height: 6.645vw;
        margin: 0;
        font-size: .8rem;
        padding: 0 .8rem;
    }

    #reservation-submit {
        background-size: cover;
        height: 8vw;
        width: 27.36vw;
        margin-top: .4rem;
        margin: 0 auto;
        margin-top: .4rem;
    }

    .copyright {
        position: absolute;
        bottom: 0;
        background: #F7F7F7;
        width: 100vw;
        display: block;
        height: unset;
    }

    .copyright-logo {
        background-image: url(../images/copyright-logo.mobile.png);
        background-size: cover;
        width: 60vw;
        height: 9.02vw;
        margin: 1rem auto;
        margin-left: 1rem;
    }

    .copyright-text {
        padding: 0 1rem;
    }

        .copyright-text p {
            margin: 0;
            margin-bottom: 6px;
            font-size: 12px;
            color: #747373;
        }

        .copyright-text a {
            color: #747373;
        }

    .section-3 .container {
        display: block;
    }

    .section-1-1 .show-mobile {
        text-align: center;
        padding-top: 40vw;
    }

    .activity-item {
        margin-bottom: 1rem;
    }

        .activity-item a {
            display: block;
        }

            .activity-item a img {
                width: 90vw;
            }
}
