.item-head {
  display: grid;
  place-items: center;
  text-align: center;
}

.item-ttl__logo {
  display: grid;
  place-items: center;
  text-align: center;
}
.item-ttl__logo--ideaaward {
  width: 100%;
}
.item-ttl__logo--movement {
  width: 100%;
}
.item-ttl picture {
  width: 100%;
}

@media (min-width: 1025px) {
  .item-ttl__logo {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .item-ttl__logo {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .item-ttl__logo {
    margin: 0 auto;
  }
}
