@charset "UTF-8";

.second-mv .inner::after{
  content: "";
  background-image: url(../../img/works/mv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 584px;
  height: 107px;
  position: absolute;
  bottom: 35px;
  right: 0;

}
.second-mv .img{
  background-image: url(../../img/works/mv.png);
  width: 100%;
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin-bottom: 59px;
}
.second-mv {
  position: relative;
}
.second-mv::after{
  content: "";
  background-color: var(--lightgray);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 284px;
  z-index: -1;
}
.content01{
  background-color: var(--lightgray);
}
.content01 ul{
  padding: 72px 0 104px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}