@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.l-header__inner {
  margin: 0 auto;
}

.p-special__list {
  margin-top: 2.5rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-special__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-special__list {
    margin-top: 4rem;
  }
}
.p-special__list-item a {
  display: block;
  border: 1px solid #b08a3e;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-special__list-item a:hover {
    transform: scale(0.98);
    opacity: 0.8;
  }
}
.p-special__list-item + .p-special__list-item {
  margin-top: 2.5rem;
  padding-top: 2.4rem;
  border-top: 1px solid #dbd8d2;
}
@media screen and (min-width: 768px) {
  .p-special__list-item + .p-special__list-item {
    margin-top: 4.5rem;
    padding-top: 4.4rem;
  }
}

.report_title {
  margin-bottom: 10%;
  line-height: 1.55;
  font-weight: 700;
  color: #b08a3e;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .report_title {
    font-size: 20px;
  }
}

.report_text {
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .report_text {
    font-size: 1.6rem;
  }
}

.report_img {
  margin: 8% auto;
}

.shikishi_title {
  text-align: center;
  line-height: 1.5em;
  margin: 80px 0 40px;
  font-size: 1.6rem;
  color: #b08a3e;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shikishi_title {
    font-size: 20px;
  }
}

.shikishi_list {
  display: flex;
  flex-wrap: wrap;
}
.shikishi_list .shikishi_item {
  width: 49%;
  margin-left: 2%;
  margin-top: 5%;
  cursor: pointer;
}
.shikishi_list .shikishi_item:nth-child(2n+1) {
  margin-left: 0;
}
.shikishi_list .shikishi_item:nth-child(n+1):nth-child(-n+2) {
  margin-top: 0;
}
.shikishi_list .shikishi_chara {
  font-size: 1.25rem;
  margin-top: 15px;
  color: #b08a3e;
}
@media screen and (min-width: 768px) {
  .shikishi_list .shikishi_chara {
    margin-top: 12px;
  }
}
.shikishi_list .shikishi_name {
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .shikishi_list .shikishi_name {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.shikishi_list .shikishi_cap {
  font-size: 1.3rem;
  margin-top: 15px;
  color: #b08a3e;
}
.shikishi_list .shikishi_text {
  font-size: 1.15rem;
  line-height: 1.5em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .shikishi_list .shikishi_text {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-top: 5px;
  }
}