#tsunagu .volume {
  display: inline-block;
  padding: 0.25em 0.75em;
  font-family: var(--wp--preset--font-family--theme-gothic-title);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
#tsunagu .volume::before {
  content: "Vol.";
  font-size: 0.5em;
}
#tsunagu .tsunagu_index .article_list .article_post .volume {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: clamp(1.25rem, 3.33vw, 2.5rem);
  translate: -50% -50%;
}
#tsunagu.single .main_block .main_head .post_info .series_list {
  display: inline-block;
}
#tsunagu.single .main_block .main_head .post_info .volume {
  background-color: #2E847F;
  color: var(--wp--preset--color--theme-white);
}
/*# sourceMappingURL=tsunagu.css.map */