@charset "utf-8";

/*--PhotoArea--*/

.c-player-detail-hero__thumb {
  position: relative;
}
.c-player-detail-hero__thumb img {
  display: none;
}

.c-player-detail-hero {
  width: 100%;
  background: url("/ex/event/detail/2024/assets/img/header-back.jpg") center/cover !important;
}

.c-player-detail-hero__thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*PC*/
@media screen and (min-width: 37.5em) {
  .c-player-detail-hero {
    height: 230px;
    position: relative;
  }
  .c-player-detail-hero__thumb {
    width: 270px;
  }

  .c-player-detail-hero__thumb:after {
    background-size: 115% auto;
  }

  .c-player-detail-hero__thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 150px;
    background-position: 0 50%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
  }

  .c-player-detail-hero__thumb:before {
  }
  .c-player-detail-hero:after {
    content: "© 臼井儀人／双葉社・シンエイ・テレビ朝日・ADK";
    font-size: 9px;
    color: #000;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .c-player-detail-hero__meta-content {
    background-image: none !important;
    align-items: center;
    padding-top: 85px;
    color: #000 !important;
  }
  .c-player-detail-hero__meta {
    position: relative;
  }
  .c-player-detail-hero__meta:before {
    content: "";
    display: block;
    width: 100%;
    height: 78px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
    position: absolute;
    top: 40px;
    left: 0;
  }
}

/*SP*/
@media screen and (max-width: 37.4375em) {
  .c-player-detail-hero__thumb {
    width: 100%;
    height: 370px;
    margin: 0 auto;
    padding-top: 10px; 
  }

  .c-player-detail-hero__thumb:after {
    background-size: 90% auto !important;
    background-position: -50px 40px !important;
  }

  .c-player-detail-hero__thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-position: 95% 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .c-player-detail-hero__meta {
    padding: 10px 0;
    margin-top: 0;
    background: #000;
    position: relative;
  }
  .c-player-detail-hero__meta:after {
    content: "© 臼井儀人／双葉社・シンエイ・テレビ朝日・ADK";
    font-size: 9px;
    color: #000;
    position: absolute;
    bottom: -20px;
    right: 10px;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
  }  
  .c-player-detail-hero__meta:before {
    content: "";
    display: block;
    width: 100%;
    height: 62px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 2;
  }
  .c-player-detail-hero__meta-content {
    color: #FFF;
  }
}