.category-comment {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
}
.category-comment img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
@media (any-hover: hover) {
  .category-comment img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
.category-comment a {
  text-decoration: none;
  color: inherit;
}
.category-comment a:hover {
  opacity: 1;
}
.category-comment .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.category-comment p {
  font-family: "noto-sans", sans-serif;
}
.category-comment p span {
  display: inline-block;
}
.category-comment button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
.category-comment figure {
  margin: 0;
}

.category-comment .category-comment__inner {
  text-align: center;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .category-comment .category-comment__inner {
    padding-bottom: 32px;
  }
}
.category-comment .category-comment__inner h2 {
  font-family: "untitled-sans", sans-serif;
  font-size: clamp(22px, 4vw, 3rem);
  font-weight: 200;
  line-height: 1;
  padding-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: -0.115em;
}
.category-comment .category-comment__inner p {
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(10px, 2.5vw, 13px);
}
.category-comment .category-comment__inner p .mb-only {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .category-comment .category-comment__inner p .mb-only {
    display: none;
  }
}
.category-comment .category-comment__inner p span {
  font-size: 0.8em;
}
.category-comment .category-comment__inner .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
.category-comment .category-comment__inner .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.category-comment .category-comment__inner .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.category-comment .category-comment__inner .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: #000;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #fff;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  font-family: "untitled-sans", sans-serif;
}
@media (any-hover: hover) {
  .category-comment .category-comment__inner .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #fff;
    color: #000;
  }
}
.category-comment .category-comment__inner .b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: #fff;
  color: #000;
}/*# sourceMappingURL=COMMENT_category_20251007.css.map */