@media only screen and (max-width: 959px) {
  /* SP用 */
}

@media only screen and (min-width: 960px) {
  /* PC用 */

   .time__txt--ss {
        display: inline-block;
        color: var(--_dark-color);
        font-feature-settings: "liga" off, "clig" off;
        font-size: clamp(20.2162162162px, 2.2225225225vw, 24px);
        font-weight: 700;
        line-height: 1.3;
        transform: translateY(clamp(-2px, -.1801801802vw, -1.7297297297px));
    }


}
