/* videoフレーム対応 */
.video__flame{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.video__flame:after, .video__flame:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: calc(100% + 30px);
    transform: translateX(-15px);
}
.video__flame:before{
    top: -45%;
    background: url(../img/video_flame_before.png) no-repeat center / contain;
}
.video__flame:after{
    bottom: -45%;
    background: url(../img/video_flame_after.png) no-repeat center / contain;
}
.video video{
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: cover;
}

/* products各写真にリンク入れ込み */
.block-16__lists{
    display: flex;
    gap: 10px;
}
.block-07__txt--06{
    width: 40%;
    margin-top: 30px;
    max-width: 180px;
}
@media screen and (max-width: 834px){
    .block-07__txt--06{
        width: 42.5%;
    }
}
.block-07__txt--08{
    width: 60%;
    margin-top: 50px;
}
@media screen and (max-width: 834px){
    .block-07__txt--08{
        width: 65%;
    }
}
.block-07__txt-01{
    padding: 0 30px;
    width: 85%;
    max-width: 440px;
}
.block-07__txt-02{
    padding: 0 30px;
    margin-top: 20px;
}
.block-07__note.first{
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}
.block-07__note-ttlimg{
    max-width: 260px;
}
.block-07__txt--03{
    width: 77%;
    max-width: 400px;
    margin-top: 50px;
}
@media screen and (max-width: 834px){
    .block-07__txt--03{
        width: 80%;
    }
}
.block-07__note p{
    margin-top: 20px;
}
@media screen and (max-width: 834px){
    .block-07__note p{
        margin-top: 2vw;
    }
}
.block-07__img--03{
    margin-top: 20px;
}
@media screen and (max-width: 834px){
    .block-07__txt--05{
        width: 87.5%;
    }
}

.footer-link.sp{
    visibility: hidden;
        position: fixed;
        opacity: 0;
        bottom: 0;
        width: 100%;
        max-width: initial;
        right: 0;
        left: 0;
        max-height: 60px;
        transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
        justify-content: center;
        z-index: 10;
}
.footer-link.sp.active{
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
        visibility: visible;
        display: flex;
        opacity: 1;
}
