.natsushibori_list .related_link {
  display: flex;
  justify-content: space-between;
}

.natsushibori_list .related_link li {
  width: 30%;
  max-width: 320px;
}

.\34seasons_section {
  margin-top: 1em!important;
}


.volumes {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
  margin-top: 1.5em!important;
}

.volumes a {
  color: #404040;
}

.volume-card {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.volume-image {
  flex: 0 0 35%;
}

.volume-image img {
  border-radius: 8px 0 0 8px;
}

.volume-body {
  flex: 1;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}

.volume-label {
  font-size: 0.9722222222vw;
  letter-spacing: 0.08em;
  /* text-transform: uppercase; */
  margin-bottom: 6px;
}

.volume-title {
  font-size: 0.9722222222vw;
  line-height: 1.7;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .volumes {
    grid-template-columns: 1fr;
  }

  .volume-card {
    flex-direction: row;
  }

  .volume-image {
    flex: 0 0 50%;
  }

  .volume-body {
    flex: 0 0 50%;
    padding: 12px 14px;
  }

  .volume-label {
    font-size: 3.5897435897vw;
  }

  .volume-title {
    font-size: 3.5897435897vw;
  }
}
