

.view360content {
    position: relative;
}
.view360content .dragArea {
    position: absolute;
    /* top: 41%; */
    /* left: 37%; */
    width: 100%;
    height: 100%;
    cursor: url('https://www.forcus.co.jp/img/360images/cursor.cur'),move;
    background-image: url('../image/icon.png');
    background-repeat: no-repeat;
    background-size: 150px auto;
    /* background-position: center; */
   -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
.view360content.mousedown .dragArea {
    background-image: none;
}
@media screen and (max-width: 767px) {
	.view360content .dragArea {
   	    top: 37%;
        left: 50%;
        width: 53%;
        height: 100%;
        cursor: url(https://www.forcus.co.jp/img/360images/cursor.cur), move;
        background-image: url(../image/icon.png);
        background-repeat: no-repeat;
        background-size: 55px auto;
    }
}