.p-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.p-mv-ttl {
  position: relative;
  z-index: 1;
  width: 100%;
  transform: translate(0, 30px);
  opacity: 0; }
  .p-mv-ttl img {
    width: auto; }

.is-anime .p-mv-ttl {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s; }

.p-index .c-index-list:nth-child(2) ~ .c-index-list {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc; }

.p-interview-nohit {
  display: none;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .p-interview-nohit {
      margin-top: 100px; } }
  @media print, screen and (min-width: 961px) {
    .p-interview-nohit {
      margin-top: 100px; } }

.mixitup-container-failed .p-interview-nohit {
  display: block; }

.p-interview-list {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 960px) {
    .p-interview-list {
      padding: 0 10px;
      margin-top: 40px; } }
  @media print, screen and (min-width: 961px) {
    .p-interview-list {
      width: 100%;
      max-width: 1020px;
      margin: 80px auto 0;
      padding: 0 20px; } }

@media only screen and (max-width: 960px) {
  .p-interview-item {
    flex: 0 0 calc((100% - 20px * 2) / 2);
    margin: 10px; } }
@media print, screen and (min-width: 961px) {
  .p-interview-item {
    flex: 0 0 calc((100% - 20px * 4) / 4);
    margin: 15px 10px; } }

.p-interview-link {
  display: block; }
  @media print, screen and (min-width: 961px) {
    .p-interview-link:hover .p-interview-img {
      transform: scale(0.97); }
      .p-interview-link:hover .p-interview-img:after {
        background: rgba(0, 0, 0, 0.1); }
      .p-interview-link:hover .p-interview-img img {
        transform: scale(1.1); }
    .p-interview-link:hover .p-interview-ttl {
      background: linear-gradient(currentcolor, currentcolor) 0% 100%/100% 1px no-repeat; } }

.p-interview-img {
  overflow: hidden;
  position: relative; }
  @media print, screen and (min-width: 961px) {
    .p-interview-img {
      transition: transform .3s; } }
  .p-interview-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background .3s; }
  .p-interview-img img {
    width: 100%;
    transition: transform .3s; }

.p-interview-data {
  letter-spacing: .1em; }
  @media only screen and (max-width: 960px) {
    .p-interview-data {
      margin-top: 8px; } }
  @media print, screen and (min-width: 961px) {
    .p-interview-data {
      margin-top: 10px;
      padding: 0 10px; } }

.p-interview-ttl {
  display: inline;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0% 1px no-repeat;
  transition: background-size .3s; }
  @media only screen and (max-width: 960px) {
    .p-interview-ttl {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media print, screen and (min-width: 961px) {
    .p-interview-ttl {
      font-size: 14px;
      font-size: 0.875rem; } }

.p-interview-tags {
  margin-top: 5px; }
  @media only screen and (max-width: 960px) {
    .p-interview-tags {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media print, screen and (min-width: 961px) {
    .p-interview-tags {
      font-size: 12px;
      font-size: 0.75rem; } }

.p-bnr {
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .p-bnr {
      padding: 0 40px;
      margin: 0 0 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-bnr a {
      transition: opacity .3s; }
      .p-bnr a:hover {
        opacity: .7; } }
  .p-bnr img {
    width: auto; }

.p-js-fade-up {
  opacity: 0;
  transform: translate(0, 20px); }
  .is-anime.p-js-fade-up {
    transform: translate(0, 0);
    opacity: 1; }
    @media only screen and (max-width: 960px) {
      .is-anime.p-js-fade-up {
        transition: opacity 1s, transform 1s; } }
    @media print, screen and (min-width: 961px) {
      .is-anime.p-js-fade-up {
        transition: opacity 1s .2s, transform 1s .2s; } }

/*# sourceMappingURL=index.css.map */
