@charset "UTF-8";

/* 2026/08 改修分 */
.u-target {
  transition: opacity 0.3s;
  &:is(:hover, :focus-visible) {
    opacity: .7;
  }
}
.u-underlinetxt {
  text-decoration: underline;
  text-underline-offset: .1em;
  text-decoration-thickness: 1px;
}