@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
.mask-list > li a figure, .related-list li a, .character-content-list > li a figure {
  position: relative;
}
.mask-list > li a figure::after, .related-list li a::after, .character-content-list > li a figure::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 32, 47, 0.7);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* =====================================================================
    共通
======================================================================*/
@media screen and (max-width: 767px) {
  .header h1 {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@media screen and (min-width: 768px) {
  .header h1 {
    opacity: 0;
  }
}

.main {
  padding-bottom: 18rem;
}

.subpage-head {
  margin-bottom: 6rem;
  padding: 18rem 0 6rem;
  background: url(../images/common/pattern_bg-sp.jpg) no-repeat top center/cover;
  border-bottom: 1px solid #ff202f;
}
@media screen and (min-width: 768px) {
  .subpage-head {
    padding-bottom: 3.4rem;
    background-image: url(../images/common/pattern_bg-pc.jpg);
  }
}
.subpage-head h1 {
  text-align: center;
  font-family: "Staatliches", sans-serif;
  font-size: 12rem;
  color: #ff202f;
}
@media screen and (min-width: 768px) {
  .subpage-head h1 {
    text-align: left;
  }
}

.sub-ttl01 {
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Staatliches", sans-serif;
  font-size: 8rem;
  color: #ffffff;
  background-color: #ff202f;
}
@media screen and (min-width: 768px) {
  .sub-ttl01 {
    font-size: 5rem;
  }
}

.sub-ttl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 142%;
  line-height: 1.4;
  color: #ff202f;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sub-ttl02 {
    margin-bottom: 4rem;
    font-size: 166%;
  }
}
.sub-ttl02::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid;
  margin-right: 0.8em;
}
.sub-ttl02::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid;
  margin-left: 0.8em;
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem calc(30 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .btn-list {
    gap: 2rem calc(20 / 1000 * 100%);
    width: calc(800 / 1000 * 100%);
    margin: 0 auto;
  }
}
.btn-list li {
  width: calc(320 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .btn-list li {
    width: 48.75%;
  }
}
.btn-list li a {
  position: relative;
  text-align: center;
  padding: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 107%;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ff202f;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .btn-list li a {
    padding: 0.7em 1em;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .btn-list li a:hover {
    opacity: 1;
    color: #000000;
    background-color: #ff202f;
  }
}
.btn-list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 0.5em;
  height: 1em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 18"><path d="M162.013,1189.01L158.56,1198H152v-17.99h6.563Z" transform="translate(-152 -1180)" fill-rule="evenodd"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 18"><path d="M162.013,1189.01L158.56,1198H152v-17.99h6.563Z" transform="translate(-152 -1180)" fill-rule="evenodd"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}

/* =====================================================================
    news
======================================================================*/
#news .main {
  background-image: radial-gradient(#cbcbcb 1.5px, transparent 1.5px), radial-gradient(#cbcbcb 1.5px, transparent 1.5px);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  background-color: #dedede;
}
#news .main::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50rem);
  background-color: #ffffff;
}
#news .main::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 40rem;
  left: 0;
  width: 100%;
  height: 12rem;
  background: url(../images/common/grunge_white_bottom.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  #news .main::after {
    bottom: 30rem;
    height: 25.3rem;
  }
}

/*  一覧
-----------------------------------------*/
.news-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: calc(710 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .news-list {
    gap: 0.5rem;
    width: calc(1115 / 1000 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .news-list {
    width: calc(1250 / 1000 * 100%);
  }
}
.news-list li {
  width: 100%;
}
.news-list li a {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-list li a time {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  font-family: "Staatliches", sans-serif;
  color: #850008;
  background-color: #ff202f;
  -webkit-transform: skewX(22deg);
          transform: skewX(22deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news-list li a time {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-list li a time span {
  position: relative;
  display: block;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news-list li a time span {
    font-size: 85%;
  }
}
.news-list li a time span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
  display: block;
  width: 0.8em;
  height: 0.5em;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.news-list li a h3 {
  display: block;
  width: 100%;
  margin: -1em 0 0 0;
  padding: 1.5em 1.8em 1.5em 1.6em;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: skewX(22deg);
          transform: skewX(22deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news-list li a h3 {
    margin: 0 0 0 0.5rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.news-list li a h3 span {
  display: block;
  line-height: 1.785;
  color: #ffffff;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news-list li a h3 span {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 768px) {
  .news-list li a:hover {
    opacity: 1;
  }
  .news-list li a:hover time {
    background-color: #ff404d;
  }
  .news-list li a:hover h3 {
    background-color: #450101;
  }
}

/*  詳細
-----------------------------------------*/
.news-article {
  position: relative;
  padding: 0 calc(40 / 670 * 100%);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-article {
    padding: 0 calc(100 / 1000 * 100%);
  }
}
.news-article::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#aa000b), to(#f82b39));
  background: linear-gradient(90deg, #aa000b 0%, #f82b39 100%);
}
.news-article-header {
  position: relative;
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .news-article-header {
    padding: 4rem 0;
  }
}
.news-article-header::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -15%;
  width: 130%;
  border-bottom: 0.2rem solid #000000;
}
.news-article-header time {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  padding-left: 1.2em;
  font-family: "Staatliches", sans-serif;
  color: #ff202f;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .news-article-header time {
    font-size: 85%;
  }
}
.news-article-header time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
  display: block;
  width: 0.8em;
  height: 0.5em;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.news-article-header h2 {
  font-weight: 700;
  font-size: 114%;
  line-height: 1.687;
}
@media screen and (min-width: 768px) {
  .news-article-header h2 {
    font-size: 122%;
  }
}
.news-article .news-article-img > li figure img, .news-article-img > li figure .news-article img, .news-article .news-article-contents .movie-embed, .news-article-contents .news-article .movie-embed {
  -webkit-box-shadow: 0 0 2rem 0.5rem rgba(255, 32, 47, 0.5);
          box-shadow: 0 0 2rem 0.5rem rgba(255, 32, 47, 0.5);
}
.news-article-contents {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .news-article-contents {
    padding-top: 4rem;
  }
}
.news-article-contents > *:not(:last-child) {
  margin-bottom: 5rem;
}
.news-article-contents p strong {
  color: #ff202f;
  background-color: #000000;
}
.news-article-contents p a {
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  text-shadow: #ff202f 0 0 0.5em, #ff202f 0 0 0.5em, #ff202f 0 0 0.5em;
}
.news-article-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .news-article-img {
    gap: 3rem 3.75%;
  }
}
@media screen and (min-width: 768px) {
  .news-article-img > li {
    width: 48.125%;
  }
  .news-article-img > li.large {
    width: 100%;
  }
}
.news-article-img > li figure figcaption {
  margin-top: 0.8em;
  text-align: center;
  font-size: 80%;
  line-height: 1.3;
}

.btn-back a .arrow {
  position: relative;
  top: -0.05em;
  width: 0.6em;
  height: 0.3em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 10"><polygon class="cls-1" points="10 4 12 0 6 0 0 10 5 10 7 10 32 10 32 4 10 4" fill-rule="evenodd" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 10"><polygon class="cls-1" points="10 4 12 0 6 0 0 10 5 10 7 10 32 10 32 4 10 4" fill-rule="evenodd" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .btn-back a .arrow {
    margin-right: -0.8em;
  }
}

/* =====================================================================
    character
======================================================================*/
/*  一覧
-----------------------------------------*/
.character-content > li {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .character-content > li {
    padding-top: 10rem;
  }
}
.character-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem calc(30 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .character-content-list {
    gap: 4rem calc(44 / 1000 * 100%);
  }
}
.character-content-list > li {
  width: calc(320 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .character-content-list > li {
    width: calc(304 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .character-content-list > li a:hover {
    opacity: 1;
  }
  .character-content-list > li a:hover figure::after {
    opacity: 1;
  }
}
.character-content-list > li figure {
  clip-path: polygon(0 0, 94% 0%, 94% 6%, 100% 6%, 100% 100%, 6% 100%, 6% 94%, 0% 94%);
}
.character-content-name {
  margin-top: 0.7em;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .character-content-name {
    font-size: 133%;
  }
}

/*  詳細
-----------------------------------------*/
.character-column {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .character-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.character-img {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .character-img {
    margin: 0;
    width: calc(420 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .character-profile {
    width: calc(500 / 1000 * 100%);
  }
}
.character-profile-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 250%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .character-profile-name {
    font-size: 222%;
  }
}
.character-profile-cv {
  display: inline-block;
  margin-top: 0.8em;
  padding: 0.2em 0.3em;
  font-size: 111%;
  color: #ffffff;
  background-color: #000000;
}
.character-profile p {
  margin-top: 0.8em;
  padding-top: 0.5em;
  border-top: 1px solid #ff202f;
}
.character .related {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .character .related {
    margin-bottom: 10rem;
  }
}
.character-cast-desc {
  display: grid;
  grid-template-columns: calc(339 / 670 * 100%) calc(300 / 670 * 100%);
  grid-template-rows: auto auto;
  gap: 3rem 0;
  grid-template-areas: "figure character-cast-name" "p p";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .character-cast-desc {
    grid-template-columns: calc(320 / 1000 * 100%) calc(630 / 1000 * 100%);
    grid-template-areas: "figure character-cast-name" "figure p";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.character-cast-desc figure {
  grid-area: figure;
  margin-left: calc(-200 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .character-cast-desc figure {
    margin-left: 0;
  }
}
.character-cast-desc figure img {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.character-cast-desc p {
  grid-area: p;
}
.character-cast-name {
  grid-area: character-cast-name;
  font-size: 142%;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .character-cast-name {
    padding-top: 21.4285714286%;
    font-size: 155%;
  }
}

.character .btn-back,
.mask .btn-back {
  text-align: left;
  margin-bottom: 6rem;
}
@media screen and (min-width: 1600px) {
  .character .btn-back,
  .mask .btn-back {
    margin-left: calc(-150 / 1000 * 100%);
  }
}

.related .sec-ttl {
  font-size: 8rem;
}
@media screen and (min-width: 768px) {
  .related .sec-ttl {
    font-size: 5rem;
  }
}
.related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem calc(20 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .related-list {
    -webkit-column-gap: calc(20 / 1000 * 100%);
       -moz-column-gap: calc(20 / 1000 * 100%);
            column-gap: calc(20 / 1000 * 100%);
  }
}
.related-list li {
  width: calc(210 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .related-list li {
    width: calc(210 / 1000 * 100%);
  }
}
.related-list li a:hover {
  opacity: 1;
}
.related-list li a:hover::after {
  opacity: 1;
}

/* =====================================================================
    mask
======================================================================*/
/*  一覧
-----------------------------------------*/
.mask-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem calc(30 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .mask-list {
    gap: 4rem calc(44 / 1000 * 100%);
  }
}
.mask-list > li {
  width: calc(320 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .mask-list > li {
    width: calc(304 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .mask-list > li a:hover {
    opacity: 1;
  }
  .mask-list > li a:hover figure::after {
    opacity: 1;
  }
}
.mask-list > li figure {
  clip-path: polygon(0 0, 94% 0%, 94% 6%, 100% 6%, 100% 100%, 6% 100%, 6% 94%, 0% 94%);
}
.mask-list-ttl {
  text-align: center;
  margin-top: 0.5em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mask-list-ttl {
    font-size: 133%;
  }
}

/*  詳細
-----------------------------------------*/
.mask-column {
  margin-bottom: 10rem;
}
.mask-column .sec-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .mask-column .sec-ttl {
    font-size: 222%;
  }
}
.mask-img {
  margin: 0 auto 6rem;
  width: calc(590 / 670 * 100%);
}
@media screen and (min-width: 768px) {
  .mask-img {
    width: calc(400 / 1000 * 100%);
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 0;
}
@media screen and (min-width: 768px) {
  .movie-list {
    -webkit-column-gap: calc(20 / 1000 * 100%);
       -moz-column-gap: calc(20 / 1000 * 100%);
            column-gap: calc(20 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .movie-list li {
    width: calc(320 / 1000 * 100%);
  }
}
.movie-list .yt_popup {
  position: relative;
}
.movie-list .yt_popup::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.movie-list .yt_popup::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24.9rem;
  width: calc(249 / 670 * 100%);
  padding-top: calc(129 / 670 * 100%);
  background: url(../images/top/btn_play.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .movie-list .yt_popup:hover {
    opacity: 1;
  }
  .movie-list .yt_popup:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.movie-list-ttl {
  text-align: center;
  margin-top: 1em;
  font-size: 111%;
  line-height: 1.5;
}
.movie-list-ttl span {
  padding: 0 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #ffffff;
  background-color: #ff202f;
}

/* =====================================================================
    staff
======================================================================*/
.staff .subpage-head h1 small {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: 70%;
}
.staff-group:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .staff-group:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.staff-group .sub-ttl01 {
  margin-bottom: 6rem;
  background-color: #000000;
}
.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .staff-list {
    gap: 3rem 2%;
  }
}
.staff-list li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff-list li {
    width: 49%;
    font-size: 110%;
  }
}
.staff-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 107%;
}
.staff-list li dl > * {
  line-height: 1.4;
}
.staff-list li dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1em;
  color: #ff202f;
}
@media screen and (min-width: 768px) {
  .staff-list li.feature {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.staff-list li.feature dl {
  font-size: 128%;
}
.staff-list li.feature .btn-comment {
  font-size: 167%;
}

.btn-comment {
  position: relative;
  display: inline-block;
  font-size: 200%;
  width: 1em;
  margin: -0.15em 0 -0.1em 0.3em;
  aspect-ratio: 60/50;
  background-image: url(../images/common/btn_comment.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.popup-staff .popup-area {
  padding: 30rem 0;
}
.popup-staff .popup-list figure {
  margin: 0 auto 6rem;
  width: calc(590 / 670 * 100%);
  border: 1px solid gray;
}
@media screen and (min-width: 768px) {
  .popup-staff .popup-list figure {
    margin-bottom: 3rem;
    width: calc(400 / 1000 * 100%);
  }
}
.popup-staff .popup-list-name {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .popup-staff .popup-list-name {
    margin-bottom: 6rem;
  }
}
.popup-staff .popup-list-name dt {
  display: inline-block;
  margin-bottom: 0.6em;
  padding: 0.1em 0.5em;
  font-weight: 900;
  line-height: 1.3;
  color: #ffffff;
  background-color: #000000;
}
.popup-staff .popup-list-name dd {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 178%;
  line-height: 1.3;
}
.popup-staff .popup-list-comment dt {
  line-height: 1;
}

.popup-list-bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.popup-list-bg::before, .popup-list-bg::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 12rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .popup-list-bg::before, .popup-list-bg::after {
    height: 25.3rem;
  }
}
.popup-list-bg::before {
  top: -11.8rem;
  background: url(../images/common/grunge_white_top.png) no-repeat center top/100% 100%;
}
@media screen and (min-width: 768px) {
  .popup-list-bg::before {
    top: -25rem;
  }
}
.popup-list-bg::after {
  bottom: -11.8rem;
  background: url(../images/common/grunge_white_bottom.png) no-repeat center bottom/100% 100%;
}
@media screen and (min-width: 768px) {
  .popup-list-bg::after {
    bottom: -25rem;
  }
}/*# sourceMappingURL=subpage.css.map */