#category-696-1270 {
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  a:hover {
    opacity: 0.9;
  }

  .section {
    @media screen and (max-width: 1000px) {
      margin-right: -8px;
      margin-left: -8px;
    }
  }

  .section + .section {
    margin-top: 50px;

    @media screen and (max-width: 1000px) {
      margin-top: 30px;
    }
  }
  
  #feature {
    margin-bottom: 30px;

    .content-lead {
      color: #FFFFFF;
      font-family: Noto Sans JP;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      line-height: 48px;
      margin-bottom: 10px;

      @media screen and (max-width: 1000px) {
        font-size: 12px;
        line-height: 24px;
      }

      strong {
        color: #FFFB00;
        font-size: 32px;
        font-weight: 700;

        @media screen and (max-width: 1000px) {
          font-size: 24px;
        }
      }
    }
  }

  .content {
    @media screen and (max-width: 1000px) {
      padding: 0 15px;
    }
  }

  .content.content--feature {
    background-color: #5ACA9F;
    padding: 40px 25px;

    @media screen and (max-width: 1000px) {
      padding: 30px 15px;
    }
  }

  .content__column {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;

    @media screen and (max-width: 1000px) {
      margin-bottom: 8px;
    }

    a {
      width: calc((100% - 10px) / 2);
    }
  }

  .content__banner {
    a {
      display: block;
    }
  }

  .content__title {
    background-color: #FCF3E1;
    display: flex;
    align-items: center;
    height: 75px;
    margin-bottom: 20px;
    padding: 0;

    @media screen and (max-width: 1000px) {
      padding: 12.5px 6px;
      height: auto;
    }
  }
  .content__title__icon {
    width: 75px;
    height: 100%;
    @media screen and (max-width: 1000px) {
      width: 36px;
      height: 36px;
    }

    img {
      width: 100%;
      height: auto;
    }
  }
  .content__title__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    width: calc(100% - 75px);
    @media screen and (max-width: 1000px) {
      width: calc(100% - 36px);
    }

    span {
      display: block;
      color: #020202;
      font-family: Noto Sans JP;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;

      @media screen and (max-width: 1000px) {
        font-size: 10px;
        line-height: 12px;
      }
    }

    span.content__title__main {
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      @media screen and (max-width: 1000px) {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px;
      }
    }
  }

  .content__main__empty {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 20px 0;
  }

  .content__more {
    display: block;
    max-width: 740px;
    margin: 0 auto;
    position: relative;

    @media screen and (max-width: 1000px) {
      max-width: 320px;
    }

    span {
      color: #FFFFFF;
      font-family: Noto Sans JP;
      font-weight: 700;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 10%;
      position: absolute;
      display: block;
      width: 100%;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

      @media screen and (max-width: 1000px) {
        font-size: 16px;
      }
    }
  }

  .content__main + .content__more {
    margin-top: 50px;
    @media screen and (max-width: 1000px) {
      margin-top: 30px;
    }
  }

  #more {
    .content__more + .content__banner {
      margin-top: 80px;

      @media screen and (max-width: 1000px) {
        margin-top: 30px;
      }
    }
  }

  .fs-c-productList__list__item.fs-c-productListItem:nth-child(n + 7) {
      @media screen and (max-width: 1000px) {
        display: none;
      }
  }
}