.l-section__content {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  margin-top: 40px;
}

.l-section.is-active .l-section__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-img_modal {
  width: 100%;
  margin: 0px auto;
  padding: 40px 0px;
}

@media screen and (min-width: 768px) {
  .p-img_modal {
    max-width: 500px;
  }
}

.shikishi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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_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 .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;
  }
}

/******************************************/
.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;
}
/*# sourceMappingURL=onihana.special.css.map */