.type-65 {
    padding-top: 125px;
    padding-bottom: 140px;
  }
  
  .type-65 .cbox01 {
    margin-bottom: 95px;
    text-align: center;
  }
  
  .type-65 .cbox01 .cbox01A {
    margin-bottom: 18px;
  }
  
  .type-65 .itemContainer .citem,
  .type-65 .itemContainerforInstagram .citem {
    display: inline-block;
    width: 295px;
    margin-bottom: 20px;
    vertical-align: top;
  }
  
  .type-65 .itemContainer .citem:before,
  .type-65 .itemContainerforInstagram .citem:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, transparent, #000000);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .type-65 .itemContainer .citem img,
  .type-65 .itemContainerforInstagram .citem img {
    width: 100%;
    height: auto;
  }
  
  .type-65 .itemContainer .citem .citem01,
  .type-65 .itemContainerforInstagram .citem .citem01 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 10px 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  
  .type-65 .itemContainer .citem .citem01 img,
  .type-65 .itemContainerforInstagram .citem .citem01 img {
    width: 30px;
    height: 30px;
  }
  
  .type-65 .itemContainer .citem .citem01 span,
  .type-65 .itemContainerforInstagram .citem .citem01 span {
    opacity: 0;
    margin-bottom: -10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .type-65 .itemContainer .citem:hover .citem01 span,
  .type-65 .itemContainerforInstagram .citem:hover .citem01 span {
    margin-bottom: 0;
    opacity: 1;
  }
  
  .type-65.v1 {
    padding-top: 80px;
    /*padding-bottom: 80px;*/
  }
  
  .type-65.v1 .cbox01 {
    display: none;
  }
  
  .type-65.v1 .itemContainer .citem {
    width: 400px;
  }
  
  .type-65.v1 .itemContainer .citem:before {
    display: none;
  }
  
  .type-65.v1 .itemContainer .citem .citem01 {
    display: none;
  }
  
  .type-65.v1 .itemContainer .citem:hover:before {
    opacity: 1;
  }

  @media all and (max-width: 767px) {
    .type-65 {
        display: none;
      }
    
      .type-65.v1 {
        display: block;
        padding-top: 33px;
        /* padding-bottom: 33px; */
      }
    
      .type-65.v1 .itemContainer .citem {
        width: 100%;
        margin-bottom: 2px;
      }
  }

  @media all and (min-width: 768px) and (max-width: 1023px) {
    .type-65 {
        padding-top: 50px;
      }
    
      .type-65 .cbox01 {
        margin-bottom: 56px;
      }
    
      .type-65 .cbox01 .cbox01-01 {
        margin-bottom: 10px;
      }
    
      .type-65 .itemContainer .citem,
      .type-65 .itemContainerforInstagram .citem {
        width: 216px;
        margin-bottom: 16px;
      }
    
      .type-65 .itemContainer .citem .citem01,
      .type-65 .itemContainerforInstagram .citem .citem01 {
        padding: 12px 13px;
      }
    
      .type-65 .itemContainer .citem .citem01 img,
      .type-65 .itemContainerforInstagram .citem .citem01 img {
        width: 25px;
        height: auto;
      }
    
      .type-65 .itemContainer .citem .citem01 span,
      .type-65 .itemContainerforInstagram .citem .citem01 span {
        opacity: 1;
        margin-bottom: 0;
      }
    
      .type-65.v1 {
        padding-top: 47px;
        padding-bottom: 47px;
      }
    
      .type-65.v1 .itemContainer .citem {
        width: 332px;
        margin-bottom: 16px;
      }
  }

  @media all and (min-width: 1024px) and (max-width: 1199px) {
    .type-65 {
        padding-top: 50px;
      }
    
      .type-65 .cbox01 {
        margin-bottom: 55px;
      }
    
      .type-65 .cbox01 .cbox01A {
        margin-bottom: 10px;
      }
    
      .type-65 .itemContainer .citem,
      .type-65 .itemContainerforInstagram .citem {
        width: 216px;
        margin-bottom: 16px;
      }
    
      .type-65 .itemContainer .citem .citem01,
      .type-65 .itemContainerforInstagram .citem .citem01 {
        padding: 12px 13px;
      }
    
      .type-65 .itemContainer .citem .citem01 img,
      .type-65 .itemContainerforInstagram .citem .citem01 img {
        width: 25px;
        height: auto;
      }
    
      .type-65 .itemContainer .citem .citem01 span,
      .type-65 .itemContainerforInstagram .citem .citem01 span {
        opacity: 1;
        margin-bottom: 0;
      }
    
      .type-65 .btn-typ-02 {
        margin: 50px auto 0 auto;
      }
    
      .type-65.v1 {
        padding-top: 48px;
        padding-bottom: 48px;
      }
    
      .type-65.v1 .itemContainer .citem {
        width: 332px;
        margin-bottom: 16px;
      }
  }

  @media all and (min-width: 1200px) and (max-width: 1399px) {
    .type-65 {
        padding-top: 107px;
      }
    
      .type-65 .cbox01 {
        margin-bottom: 75px;
      }
    
      .type-65 .cbox01 .cbox01A {
        margin-bottom: 14px;
      }
    
      .type-65 .itemContainer .citem,
      .type-65 .itemContainerforInstagram .citem {
        width: 279px;
        color: #4a4e4e;
      }
    
      .type-65 .itemContainer .citem .citem01,
      .type-65 .itemContainerforInstagram .citem .citem01 {
        padding: 25px;
      }
    
      .type-65.v1 {
        padding-top: 70px;
        padding-bottom: 70px;
      }
    
      .type-65.v1 .itemContainer .citem {
        width: 378px;
        margin-bottom: 18px;
      }
  }

  @media all and (min-width: 1400px) and (max-width: 1599px) {
    .type-65 {
        padding-top: 107px;
      }
    
      .type-65 .cbox01 {
        margin-bottom: 75px;
      }
    
      .type-65 .cbox01 .cbox01A {
        margin-bottom: 14px;
      }
    
      .type-65 .itemContainer .citem,
      .type-65 .itemContainerforInstagram .citem {
        width: 279px;
        color: #4a4e4e;
      }
    
      .type-65 .itemContainer .citem .citem01,
      .type-65 .itemContainerforInstagram .citem .citem01 {
        padding: 25px;
      }
    
      .type-65.v1 {
        padding-top: 70px;
        padding-bottom: 70px;
      }
    
      .type-65.v1 .itemContainer .citem {
        width: 378px;
        margin-bottom: 18px;
      }
  }