.dinograph-sticker__ttl {
  width: 100%;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 599px) {
  .dinograph-sticker__ttl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.dinograph-sticker__ttl img {
  width: 100%;
}
.dinograph-sticker__text {
  width: 800px;
  font-size: 20px;
  margin: 0 auto 80px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .dinograph-sticker__text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.dinograph-sticker__text p {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .dinograph-sticker__text p {
    font-size: 16px;
  }
}
.dinograph-sticker__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 60px;
  margin-bottom: 140px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .dinograph-sticker__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
    line-height: 1.4em;
    font-size: 10px;
  }
}
.dinograph-sticker__item figure {
  display: block;
  aspect-ratio: 85/86;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  .dinograph-sticker__item figure {
    margin-bottom: 4px;
  }
}
.dinograph-sticker__item img {
  position: absolute;
  width: auto;
  height: 110%;
  margin-bottom: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}