/* 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: 88%;
    max-width: 440px;
    margin-top: 40px;
}
.block-07__txt-02{
    padding: 0 30px;
    margin-top: 20px;
}
@media screen and (max-width: 834px){
    .block-07__mainttl{
        margin-top: 0;
    }
}


.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;
}

/* p-color */
#p-color{
    padding-bottom: 50px;
}
#p-color .p-color__ttl{
    display: block;
    margin: 0 auto;
    max-width: 220px;
    width: 40%;
    margin-top: 80px;
}
#p-color .p-color__ttl img{
    width: 100%;
}
#p-color .p-color__lists{
    margin: 0 auto;   /* 水平方向中央寄せ */
    margin-top: 50px;
    display: flex;
    /* width: fit-content; */
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-bottom: 30px;
}
#p-color .p-color__lists .slider{
    margin: 0 10px;
}
#p-color .p-color__lists .slider .item{
    width: 270px;
}
#p-color .p-color__lists .slider .ttl{
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
}
#p-color .p-color__lists .slider .ttl.black{

}
/* #p-color .p-color__lists .item:first-child{
    animation-name: scroll;
    animation-duration: 20s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
} */
@keyframes a{
    0%{transform:translate(0)}
    to{transform:translate(-50%)}
}
/* @keyframes scroll {
    0% { margin-left: 0; }      
    20% { margin-left: -100%; }
    25% { margin-left: -100%; }
    45% { margin-left: -200%; }
    50% { margin-left: -200%; }
    70% { margin-left: -300%; }
    75% { margin-left: -300%; }
    95% { margin-left: -400%; }
    100% { margin-left: -400%; }
  } */
   /* p-color */

   /* p-insta */
   #p-insta{
    background-color: #F0F0F0;
   }
   #p-insta .p-insta__bg{
    background: url(../img/insta_bg.png) no-repeat center / cover;
    padding-bottom: 50px;
   }
   @media screen and (max-width: 400px){
    #p-insta .p-insta__bg{
        background: url(../img/insta_bg.png) no-repeat center / 100%;
    }
   }
   #p-insta .p-insta__ttl{}
   #p-insta .p-insta__ttl .ttl{
    display: block;
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
    /* margin-top: 80px; */
    padding-top: 80px;
   }

   #p-insta .p-insta__lists{
    display: flex;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-left: 12.5%;
    margin-top: 30px;
    padding-bottom: 30px;
   }
   @media screen  and (max-width: 1024px){
    #p-insta .p-insta__lists{
        padding-left: 5%;
    }
   }
   @media screen  and (max-width: 450px){
    #p-insta .p-insta__lists{
        padding-left: 2%;
    }
   }
   /* @media screen  and (max-width: 834px){
    #p-insta .p-insta__lists{
        padding-left: 28%;
    }
   } */

   #p-insta .p-insta__lists .slick-list{
    margin-top: 30px;
   }
   #p-insta .p-insta__lists .slick-arrow{
    position: absolute;
   }
   #p-insta .p-insta__lists .slider{
    margin: 0 20px;
   }
   #p-insta .p-insta__lists .slider .item{
    display: block;
    margin: 0 auto;
    width: 420px;
   }
   @media screen  and (max-width: 1024px){
    #p-insta .p-insta__lists .slider .item{
        width: 320px;
    }
   }
   /* p-insta */

   #p-series{
    margin-top: 80px;
   }
   #p-series .p-series__lists{
    margin: 0 auto;   /* 水平方向中央寄せ */
    margin-top:20px;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-bottom: 30px;
}
#p-series .p-series__lists .slider{
    margin: 0 10px;
}
#p-series .p-series__lists .slider .item{
    width: 270px;
}
#p-series .p-series__lists .slider .ttl{
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
}
   /* #p-series .p-series__lists{
    margin: 0 auto; 
    margin-top: 20px;
    display: flex;
    width: fit-content;
    overflow: hidden;
    animation:a 15s linear infinite;
}
#p-series .p-series__lists .item{
    width: 281px;
    margin: 0 10px;
}
#p-series .p-series__lists .item .ttl{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
} */
.block-03_a__btn{
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}
@media screen  and (max-width: 834px){
    .block-03_a__btn{
        bottom: 8%;
    }
}
.block-03_a__btn a{
}
.block-07__img{
    width: 95%;
    margin: 0 auto;
}
@media screen  and (max-width: 834px){
    .block-07__img{
        margin-top: 20px;
    }

}

@media screen  and (max-width: 600px){
    .block-04__video{

    }
}
@media screen  and (max-width: 450px){
    .block-04__txt--01{
        top: 9%;
    }
}
