.kv-image{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.shiki-item{
  margin-bottom: 50px;
}
.shiki-item:last-of-type{
  margin-bottom: -50px;
}
.works-copy.section{
  margin-bottom: 20px;
}
  @media screen and (max-width:768px){
    .kv-wrapper{
      padding: 75px 20px;
    }
    .section-inner{
      max-width: 768px;
      padding: 0 0px;
    }
    .section-inner.flex-rc{
      display: block;
    }
    .image_03{
      margin-right: 7vw;
    }
    .image.image_05-06{
      margin-top: -30px;
    }
  }
    /* ーーーーSPーーーー */
    @media screen and (max-width:540px){
      .kv-wrapper{
        padding: 75px 0 50px;
      }
      .section-wrapper{
        padding: 25px 0;
      }
      .section-wrapper:first-of-type{
        padding: 0px 20px 25px;
      }
      .section-wrapper.flame{
        padding-bottom: 0px;
      }
      .works-copy.section{
        padding: 10px 20px 10px;
        margin-bottom: 0;
        box-sizing: border-box;
      }
      .shiki-item{
        margin: 0;
        padding: 10px 0;
      }
      .shiki-item:first-of-type{
        padding: 0 0 10px;
      }
      .shiki-item:last-of-type{
        margin-bottom: -35px;
      }
  }