/* CSS Document */
#re-uniqlo .category__body .category__item-nonlink .over__ttl-jp {
    font-weight: bold;
}

@media (max-width: 767px) {
    #re-uniqlo .category__body .category__item-nonlink {
        position: relative;
        width: 100%;
        cursor: default;
    }

    #re-uniqlo .category__body .category__item-nonlink .over{
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(55,158,73,0.6);
      padding: 2vw;
    }

    #re-uniqlo .category__body .category__item-nonlink .over-inner{
      position: relative;
      border: 2px solid #fff;
      height: 100%;
      color: #fff;
      padding: 2vw;
    }

    #re-uniqlo .category__body .category__item-nonlink .over-inner::after{
      content: "";
      width: 16.72131147540984%;
      height: 16.72131147540984%;
      background: url("/re-uniqlo/img/icon-re-uniqlo.svg") no-repeat;
      background-size: contain;
      display: inline-block;
      position: absolute;
      bottom: 4%;
      left: 6%;
    }

    #re-uniqlo .category__body .category__item-nonlink .over__subttl-en{
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 0.1em;
    }

    #re-uniqlo .category__body .category__item-nonlink .over__ttl-en{
      font-size: 5vw;
      font-weight: normal;
      line-height: 1.1;
      letter-spacing: 0.05em;
      margin-bottom: 2%;
    }

    #re-uniqlo .category__body .category__item-nonlink .over__ttl-jp {
      font-size: 2vw;
      letter-spacing: 0.2em;
      line-height: 1.5;
    }

    #re-uniqlo .category__body .category__item-nonlink .over__tag{
      display: inline-block;
      border: 1px solid #fff;
      position: absolute;
      right: 6%;
      bottom: 6%;
      font-size: 14px;
      font-weight: normal;
      width: 80px;
      text-align: center;
    }
}

@media (min-width: 768px) {
    #re-uniqlo .category__body .category__item-nonlink {
        position: relative;
        width: 100%;
        cursor: default;
    }

    #re-uniqlo .category__body .category__item-nonlink .over__ttl-jp {
        font-size: 13px;
        letter-spacing: 0.2em;
        line-height: 1.5;
    }
}