@media screen and (max-width: 600px) {
body {
    height: 100dvh;
}
.home #bg,
.top_sp_test #bg,
.home #hero,
.top_sp_test #hero,
.home #wrapper,
.top_sp_test #wrapper,
.home .arrow,
.top_sp_test .arrow,
.home #scrollDiv,
.top_sp_test #scrollDiv,
.home .footer,
.top_sp_test .footer,
.drone
  {
    display: none;
}
.sp_content {
    text-align: center;
    height: 100dvh;
}
.slick-slide{
    position: relative;
}
    .sp_content.op1 {
        background-image: url(../img/top/sp/op1_bg.png);
        background-size: cover;
        background-position: bottom;
    }
    .sp_content.op2 {
        background-image: url(../img/top/sp/op2_bg.png);
        background-size: cover;
        background-position: center;
    }
.sp_content.sp_bg{
        background-image: url(../img/top/sp/town_bg.png);
        background-size: cover;
        background-position: bottom;
}
#scrollDiv {
    display: none;
}
.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 40px;
    z-index: 10;
}
.prev.slick-arrow {
    left: 0;
}
.next.slick-arrow {
    right: 0;
}
.slick-num {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    width: 70px;
    background-color: #FFF;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #633c1f;
    pointer-events: none;
    user-select: none;
}
    .sp_content img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
        object-fit: contain;
        object-position: bottom;
    }

.hand {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 90px;

    animation: handAnimation 1.0s ease infinite;
/*    animation-direction:alternate;*/
    pointer-events: none;
    user-select: none;
}

@keyframes handAnimation {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(-100px);
    }
}
.slick-active .link_scene5-6 {
    position: absolute;
    top: 56%;
    left: 13%;
    right: 13%;
    height: 10%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_attempt-0 {
    position: absolute;
    top: 22%;
    left: 13%;
    right: 13%;
    height: 14%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_sattempt-1 {
    position: absolute;
    top: 38%;
    left: 13%;
    right: 13%;
    height: 14%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_sattempt-2 {
    position: absolute;
    top: 54%;
    left: 13%;
    right: 13%;
    height: 14%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_sattempt {
    position: absolute;
    top: 69%;
    left: 13%;
    right: 13%;
    height: 8%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_schedule {
    position: absolute;
    top: 64%;
    left: 13%;
    right: 13%;
    height: 9%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_facility {
    position: absolute;
    top: 63%;
    left: 13%;
    right: 13%;
    height: 9%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_mind {
    position: absolute;
    top: 58%;
    left: 13%;
    right: 13%;
    height: 9%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .tel_aobadai {
    position: absolute;
    top: 26%;
    left: 41%;
    right: 14%;
    height: 6%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .tel_eda {
    position: absolute;
    top: 34%;
    left: 41%;
    right: 14%;
    height: 6%;
    /*border: 1px solid #F00;*/
    display: block;
}
.slick-active .link_contact {
    position: absolute;
    top: 48%;
    left: 14%;
    right: 51%;
    height: 6%;
    /* border: 1px solid #F00; */
    display: block;
}
.slick-active .link_entry {
    position: absolute;
    top: 48%;
    left: 49%;
    right: 14%;
    height: 6%;
    /* border: 1px solid #F00; */
    display: block;
}








}