.btn-360{
    position: fixed;
    top: 360px;
    right: 1%;
    display: block;
    z-index: 6;
}
.btn-360 img{
    width: 84px;
}

.banner-360{
    display: block;
    margin-top: 40px;
    position: relative;
    margin-right: 1.3%;
}
.btn-banner{
    position: absolute;
    left: 25.3%;
    bottom: 7%;
    width: 19%;
}
.btn-banner>img{
    width: 223px;
}
.banner-360-sp{
    display: none;
}
.banner-360-sp>a>img{
    width: 100%;
}
.mainVisual__videos{
    position: static;
}
@media (max-width: 767px){
    .btn-360{
        right:14px;
        top: 40%;
        z-index: 10001;
    }
    .btn-360 img{
        width: 48px;
    }
    .text-360{
        right: 1px;
        font-size: 10px;
        margin-top: 0px;
        line-height: 11px;
    }
    .banner-360{
        margin-top: 0;
        display: none;
    }
    .banner-360-sp{
        display: block;
    }
    .banner-360-sp img{
        width: 100%;
    }

}
@media (min-width: 767px) and (max-width: 1024px){
    .btn-360{
        right: 14px;
        top: 40%;
        z-index: 10001;
    }
    .btn-360 img{
        width: 55px;
    }
    .text-360{
        right:33px;
        font-size: 10px;
        margin-top: 0px;
        line-height: 11px;
    }
}

.header2 .btn-full{
    width: 100%;
}

.header2 .btn-work{
    float: left;
    width: 50%;
    padding-top: 15px;
}
.header2 .btn-contact{
    float: left;
    width: 50%;
}
.headersp .btn-work img{
    height: 41px;
    width: auto;
}
@media (min-width: 767px) and (max-width: 1540px){
    .header2 .btn-work{
        float: left;
        width: 50%;
        padding-top: 8px;
    }
    #headerInner .header2{
        max-width: 210px;
        margin-top: 0;
        padding-top: 0;
        display: block;
        padding-bottom: 10px;
    }
}

@media (max-width: 1320px) and (min-width: 768px){
    .header3 {
        display: none !important;
    }
}
@media (max-width: 942px) and (min-width: 768px) {
    #headerInner .header2 {
        max-width: 120px;
        margin: 0;
    }
    .header2 .btn-work, .header2 .btn-contact{
        width: 100%;
    }
    #gNaviWrapPc{
        font-size: 12px;
    }
}