.gif_lead{
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  margin: 0 0 50px;
}
@media screen and (max-width: 900px) {
  .gif_lead{
    font-size: 1.1rem;
    margin: 0 0 30px;
  }
}

.gif_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gif_tab > li{
  position: relative;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: solid 1px #fff;
  width: 80px;
  border-radius: 100px;
  padding: 8px 0;
  margin: 0 3px 10px 3px;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.gif_tab > li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .gif_tab > li {
    padding: 7px 0;
    margin: 0 2px 6px 2px;
    width: 66px;
  }
}

@media screen and (min-width: 901px) {
  .gif_tab > li:hover {
    background: #fff;
    color: #00b4af;
  }
}

.p-special_gif{
  margin-top:40px;
}

.p-special_gif h3{
  background: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.3rem;
  border-radius: 100px;
  padding: 10px 0;
}
@media screen and (max-width: 900px) {
  .p-special_gif{
    margin-top:30px;
  }
  .p-special_gif h3{
    margin-bottom: 10px;
    font-size: 1.2rem;
    padding: 8px 0;
  }
}

.p-special_gif_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-special_gif_item {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 2%;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .p-special_gif_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-special_gif_item:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-special_gif_item {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
  }
  .p-special_gif_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-special_gif_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}