.block_image_wrap {
  width: 70%;
  position: relative;
}

._oneImage {
  width: 85%;
  position: absolute;
}

._img1 {
  top: 0;
  left: 0;
  z-index: 11;
  animation: anime-_img1 8s ease 2s infinite normal forwards running;
}

@keyframes anime-_img1 {
  0% {
    top: 0;
    left: 0;
    z-index: 11;
    transform: rotate(0);
  }
  40% {
    top: 0;
    left: 0;
    z-index: 11;
    transform: rotate(0);
  }
  50% {
    top: 30px;
    left: 50px;
    z-index: 10;
    transform: rotate(8deg);
  }
  90% {
    top: 30px;
    left: 50px;
    z-index: 10;
    transform: rotate(5deg);
  }
  100% {
    top: 0;
    left: 0;
    z-index: 11;
    transform: rotate(0);
  }
}

._img2 {
  top: 30px;
  left: 50px;
  z-index: 9;
  transform: rotate(8deg);
  animation: anime-_img2 8s ease 2s infinite normal forwards running;
}

@keyframes anime-_img2 {
  0% {
    top: 30px;
    left: 50px;
    z-index: 9;
    transform: rotate(8deg);
  }
  40% {
    top: 30px;
    left: 50px;
    z-index: 9;
    transform: rotate(5deg);
  }
  50% {
    top: 0;
    left: 0;
    z-index: 11;
    transform: rotate(0);
  }
  90% {
    top: 0;
    left: 0;
    z-index: 11;
    transform: rotate(0);
  }
  100% {
    top: 30px;
    left: 50px;
    z-index: 9;
    transform: rotate(8deg);
  }
}

.concept-main_text p {
  text-align: left;
}

.bl-flex {
  justify-content: flex-start;
}

.bl-flex h3 {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.artist_archive .bl-container .bl-col {
  /* width: calc((100% - 80px) / 5); */
  width: calc((100% - 100px) / 5);
  margin-right: 20px;
}

/*
.artist_archive .bl-container .bl-col:nth-child(5n) {
  margin-right: 0;
}
*/

.footer_nav li:last-child a {
  width: 200px;
}

.event2025 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.webs2025 h2 {
  color: #E40255;
  font-size: 2rem;
  margin-bottom: 16px;
}

@media (max-width:1100px) {
  .webs2025 h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.websLeftSpacing {
  margin-left: 1em;
}
@media (max-width:767px) {
  margin-left: 0;
}

.webs2026KV {
  margin-top: -60px;
  position: relative;
}

@media (max-width:767px) {
  .webs2026KV {
    margin-bottom: 50px;
  }
}

.websFadeIn2026 {
  opacity: 0;
  transform: translateY(20px); /* 20px下に配置 */
  animation: fadeUp 1.5s ease-out forwards;
}

.webs2026KV ._logo {
  max-width: 100%;
  width: 500px;
  position: absolute;
  top: 40%;
  left: calc(50% - 250px);
}

@media (max-width:767px) {
  .webs2026KV ._logo {
    left: 0;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
  }
}

.webs202512252028 {
  display: flex!important;
  justify-content: center!important;
}

.webs202512252028 li {
  margin: 0!important;
}

.webs202512252024 a {
  width: 100px!important;
}

.webs202512252024 a,
.webs202512252024 img {
  width: 100%;
}