/* banner */
#banner {
    margin-top: 68px;
}

#banner .item {
    height: 782px;
}

#banner .item iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner .item video {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    object-fit: cover;
}

#banner .item .clip {
    padding: 0 25%;
    border-radius: 0 0 45% 45%;
    -webkit-transform: translateX(-16.666%);
    transform: translateX(-16.666%);
}
#banner .maskJpho{position:absolute;opacity: 0.9487;height: 100%;}
#banner .maskJpho img{
    height: 100%;
    object-fit: cover;
}
#banner .item .info .workframe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#banner .item .info h3 {
    letter-spacing: .15em;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    font-size: 40px;
}

#banner .item .info p {
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    font-size: 20px;
}

#banner .item .info .more_btn {
    margin-top: 1.5rem;
    padding: .8rem 2rem;
}

#banner .info {
    display: none;
}

@media screen and (max-width: 1470px) {
    #banner .item {
        height: 600px;
    }
}

@media screen and (max-width: 640px) {
    #banner .item {
        height: 370px;
    }

    #banner {
        margin-top: 66px;
        background-color: #f2f2f2;
    }
}

@media screen and (max-width: 480px) {
    #banner .item {
        height: 279px;
    }
}