.photo {
  text-align: center;
}
#section-kv .photo img {
  width: 100%;
}
.d-block {
  display: block;
}
a.btn-item:not(.bnr-wrap *):not(.bnr-wrap) img {
  width: 338px;
}
.bnr-col-2 {
  display: flex;
  justify-content: center;
  gap: 43px;
}
.bnr-wrap {
  position: relative;
}
.bnr-wrap a.btn-item img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bnr-wrap-01 a.btn-item img {
  bottom: 4.4%;
  width: calc(338 / 1130 * 100%);
}
.bnr-wrap-02 a.btn-item img {
  bottom: 7.1%;
  width: calc(338 / 500 * 100%);
}
a.btn-item:hover {
  opacity: 0.7;
}
.bnr-wrap a.btn-item:hover {
  opacity: 1;
}
.bnr-wrap a.btn-item img:hover {
  filter: brightness(1.5);
}
@media (max-width:768px) {
  a.btn-item:not(.bnr-wrap *):not(.bnr-wrap) img {
    width: calc(686 / 750 * 100%);
  }
  .bnr-col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
  }
  .bnr-col-2 .bnr-wrap {
    flex-basis: 100%;
  }
  .bnr-wrap-01 a.btn-item img {
    bottom: 6%;
    width: calc(295 / 343 * 100%);
  }
  .bnr-wrap-02 a.btn-item img {
    bottom: 10.7%;
    width: calc(295 / 343 * 100%);
  }
  .bnr-wrap-02:nth-of-type(2) a.btn-item img {
    bottom: 7%;
  }
}


