.thumb-box {
    width: 90%;
    margin: auto;
    background: rgba(241, 203, 225, 0.664);
    padding: 3% 0;
    position: relative;
  }
  .thumb-box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 96%;
    flex-flow: wrap;
    margin: auto;
    padding: 0;
  }
  .thumb-box ul::after {
    display: block;
    content:"";
    width: calc(38vw + 20px);
    }
  .thumb-box ul li {
    padding: 5px;
  }
  .thumb-container {
    overflow: hidden;
    width: 19vw;
    height: 19vw;
    max-width: 180px;
    max-height: 180px;
  }
  img.thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 240px;
    max-height: 240px;
  }
  .pc-none {
      display: block;
  }
  @media screen and (min-width: 1040px) {
    .pc-none {
        display: none;
    }
  }
  @media screen and (max-width: 560px) {
    .thumb-box, .thumb-box ul {
        width: 100%;
    }
  .thumb-box ul::after {
    width: calc( 19vw + 10px );
    }
  }
  
  @media screen and (min-width: 1200px) {
    .thumb-box {
        width: 1050px;
        padding: 25px 0;
    }
    .thumb-box ul {
      justify-content: flex-start;
      width: 1000px;
    }
    .thumb-box ul li {
      width: 240px;
      height: 240px;
    }
    .thumb-container {
        max-width: 240px;
        max-height: 240px;
    }
  }
  .swiper-pagination {
    position: relative !important;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 38px !important;
  }