html { scroll-behavior: auto !important; }

.breadcrumb {
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow: visible;
}

.breadcrumb:before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 1
}

.canvas {
    z-index: 0;
}

.movie_ttl_en,
.solution_ttl_en {
    white-space: pre;
}

.icon_play_movie {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_play_movie img {
    width: 28px;
    height: 34px;
    position: relative;
    top: 8px;
}

@media(max-width:767px) {
    .icon_play_movie img {
        width: 14px;
        height: 17px;
        top: 5px;
    }
    
}


.present > .pin-scope,
.solution > .pin-scope,
.movie > .pin-scope {
  overflow: visible;
  position: relative;
}


.footer {
    z-index: 100;
}