.p-special__title {
  width: 274px;
  margin: 0 auto 96px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-load .p-special__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-special__title {
    width: 90%;
    margin: 0 auto 50px;
  }
  .p-special__title h2 {
    width: 41%;
  }
}
.p-special__contents {
  width: 78.6%;
  max-width: 1100px;
  margin: 0 auto;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-load .p-special__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-special__contents {
    width: 90%;
  }
}
.p-special__contents-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-special__contents-list {
    display: block;
  }
}
.p-special__contents-list-item {
  width: 47.3%;
  margin-right: 5.4%;
  margin-bottom: 4.6%;
}
@media screen and (min-width: 768px) {
  .p-special__contents-list-item:hover .p-in-image img {
    transform: scale(1.05);
  }
  .p-special__contents-list-item:hover .p-in-title {
    color: var(--color-red);
  }
}
@media screen and (max-width: 767px) {
  .p-special__contents-list-item {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}
.p-special__contents-list-item:nth-of-type(even) {
  margin-right: 0;
}
.p-special__contents-list-item .p-in-image {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-special__contents-list-item .p-in-image {
    margin-bottom: 10px;
  }
}
.p-special__contents-list-item .p-in-image img {
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-special__contents-list-item .p-in-title {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  transition: color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-special__contents-list-item .p-in-title {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
}