.p-illust {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-illust {
    padding: 0.4rem 0 0;
  }
}
.p-illust__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-illust__header {
    margin-bottom: 3rem;
  }
}
.p-illust__title {
  display: block;
  position: relative;
}
.p-illust__title-sub {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-illust__title-sub {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
  }
}
.p-illust__title-main {
  display: block;
  position: relative;
  font-size: 4.2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-illust__title-main {
    font-size: 2.7rem;
  }
}
.p-illust__inner {
  display: block;
  position: relative;
}
.p-illust__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.p-illust__list::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #6f6f6f;
}
.p-illust__list-item {
  display: block;
  position: relative;
}
.p-illust__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #6f6f6f;
}
.p-illust__list-item:nth-child(odd)::before {
  border-right: 1px solid #6f6f6f;
}

.p-illust_data {
  width: 100%;
  display: block;
  position: relative;
  padding: 4rem 4rem 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-illust_data {
    padding: 2rem 1rem 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-illust_data {
    transition: background-color 0.5s var(--ease_out);
  }
  .p-illust_data:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.p-illust_data__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 2.2rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-illust_data__thumb {
    margin-bottom: 1.2rem;
    border-radius: 0.5rem;
  }
}
.p-illust_data__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-illust_data__thumb-img img {
  width: 90% !important;
  height: 90% !important;
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-illust_data__name {
  display: block;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-illust_data__name {
    font-size: 1.2rem;
  }
}
.p-illust_data__name a {
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .p-illust_data__name-account {
    display: block;
  }
}

@media screen and (min-width: 961px) {
  .m-modal__content {
    width: 70% !important;
  }
}