.labelLT {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.labelRT {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.labelRT .new,
.labelRT .off,
.labelRT .few {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 11px;
  border-radius: 0 4px 0 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.labelRT .new {
  background-color: rgba(235, 0, 19, 0.75);
}

.labelRT .off {
  background-color: rgba(248, 77, 0, 0.75);
}

.labelRT .few {
  background-color: rgba(0, 115, 230, 0.8);
}

.labelRT .few span {
  width: 100%;
  height: 19px;
  background: url(/img/labelRT-few.svg) no-repeat center / contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: "";
}

.labelArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.labelArea .label {
  width: fit-content;
  height: 26px;
  padding: 0 8px;
  line-height: 22px;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #404040;
  border-radius: 8px 0 8px 0;
}

.labelArea .label.new {
  color: #eb0013;
  border-color: #eb0013;
}

.labelArea .label.off {
  color: #f84d00;
  border-color: #f84d00;
}

.labelArea .label.few {
  color: #5092e9;
  border-color: #5092e9;
}

.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: center / contain no-repeat;
}

.icon-info {
  background-image: url("/img/icon_item-info.svg");
}

.icon-close {
  background-image: url("/img/icon_item-close.svg");
}

.icon-sound-on {
  background-image: url("/img/icon_soundOn.svg");
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  border: none;
}

.icon-sound-off {
  background-image: url("/img/icon_soundOff.svg");
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgba(91, 91, 91, 0.6);
}

.sp {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 5px;
  background: url("/img/icon_sp.png") center / contain no-repeat;
  vertical-align: middle;
}

.prose {
  max-width: 65ch;
  line-height: 1.6;
}

.prose img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 0.5rem;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  margin: 1.5em 0 0.5em;
  line-height: 1.3;
}

.prose ul,
.prose ol {
  margin: 1em 0;
  padding-left: 2em;
}

.prose blockquote {
  margin: 1em 0;
  padding-left: 1em;
  color: #4b5563;
  border-left: 4px solid #e5e7eb;
}