.photo:not(#section-kv .photo) {
  text-align: center;
  width: fit-content;
  margin: auto;
}
#section-kv .photo img {
  width: 100%;
}
a.btn-item:hover {
  opacity: 0.7;
}
.btn-wrap {
  position: relative;
}
.btn-wrap a.btn-item img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 320px;
}
.btn-wrap-01 a.btn-item img {
  bottom: 9%;
  width: calc(404 / 1440 * 100%);
}
.btn-wrap-02 a.btn-item img {
  bottom: 15%;
  width: calc(404 / 1130 * 100%);
}
.btn-wrap-03 a.btn-item img {
  bottom: 5%;
  width: calc(404 / 1130 * 100%);
}
@media (max-width:768px) {
  .btn-wrap a.btn-item img {
    min-width: auto;
  }
  .btn-wrap-01 a.btn-item img {
    bottom: 12%;
    width: calc(264 / 375 * 100%);
  }
  .btn-wrap-02 a.btn-item img {
    bottom: 15%;
    width: calc(264 / 375 * 100%);
  }
  .btn-wrap-03 a.btn-item img {
    bottom: 6%;
    width: calc(264 / 375 * 100%);
  }
}


