@charset "UTF-8";
body, *, :before, :after {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.el_hover_border {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1875rem;
}
.el_hover_border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.el_hover_border:hover {
  cursor: pointer;
}
.el_hover_border:hover::after {
  transform: scaleX(1);
}

.bl_works_empty {
  text-align: center;
  margin-bottom: 3.125rem;
  font-size: 20 px;
}

@media (min-width: 769px) {
  .hp_pcNone {
    display: none !important;
  }
  .bl_staff_ttl_wrapper {
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #e6e6e6;
    padding-top: 6.25rem;
    background-image: linear-gradient(rgba(230, 230, 230, 0.8117647059), rgba(230, 230, 230, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
    position: relative;
    /* 格子背景 */
  }
  .bl_staff_ttl_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(170, 170, 170, 0.25) 1px, transparent 1px), linear-gradient(to bottom, rgba(170, 170, 170, 0.25) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.8;
  }
  .bl_staff_ttl_wrapper > * {
    position: relative;
    z-index: 2;
  }
  .bl_pagination {
    margin: 6.25rem 0;
  }
  .bl_archive_staff_flexBox {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    margin: clamp(40px, 8vw, 85px) auto clamp(50px, 10vw, 100px);
    gap: 3rem 1rem;
    max-width: clamp(50rem, 97.3vw, 87.5rem);
  }
  .el_more_btn {
    display: block;
    color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.375rem 0;
    width: 5.625rem;
    border: solid 1px;
    border-radius: 1.875rem;
    overflow: hidden;
    transition: color 0.6s ease;
    z-index: 2;
    margin: 1.875rem 0 0 auto;
  }
  .el_more_btn:visited {
    color: #030303;
  }
  .el_more_btn::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 25%;
    right: 0.5rem;
  }
  .el_more_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.3s ease;
    z-index: -1;
  }
  .el_btn_hover_area {
    color: #030303;
    text-decoration: none;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .el_btn_hover_area:hover:hover .el_more_btn {
    color: #fff;
  }
  .el_btn_hover_area:hover:hover .el_more_btn::before {
    left: 0;
  }
  .el_btn_hover_area:hover:hover .el_hover_border::after {
    transform: scaleX(1);
  }
  .el_btn_hover_area:hover:hover .el_hover_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  .dmd_staff_ttl {
    font-size: clamp(5.625rem, 12vw, 8.875rem);
    font-weight: bold;
    margin: 7.5rem 0 0.625rem 5rem;
    display: inline-block;
    color: #030303;
  }
  .dmd_staff_ruby {
    font-size: clamp(16px, 1.5vw, 20px);
    margin-left: clamp(4px, 0.8vw, 10px);
    display: inline-block;
    font-weight: 700;
    color: #030303;
  }
  .bl_staff_imgContents {
    position: relative;
  }
  .bl_staff_img {
    max-width: 20.625rem;
    margin-bottom: 1.25rem;
  }
  .bl_staff_Alphabetname {
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem;
    line-height: 1.5;
  }
  .bl_staff_nameAlphabet__word {
    font-weight: bold;
    color: #fff;
    font-size: 2.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .bl_staff_nameAlphabet__word::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.5s ease 0.15s;
  }
  .bl_staff_contents:hover .bl_staff_nameAlphabet__word {
    opacity: 1;
    transform: translateX(0);
  }
  .bl_staff_contents:hover .bl_staff_nameAlphabet__word::after {
    width: 100%;
  }
  .bl_staff_contents {
    max-width: 25rem;
  }
  .bl_staff_bottomContents_responsible {
    font-size: clamp(12px, 1vw, 15px);
  }
  .bl_staff_info_responsible,
  .bl_staff_bottomContents_responsible {
    color: #919191;
    text-align: center;
  }
  .bl_staff_info_responsible .el_responsible__color,
  .bl_staff_bottomContents_responsible .el_responsible__color {
    color: #030303;
  }
  .bl_staff_bottomContents_name {
    text-align: center;
    font-size: clamp(14px, 2vw, 18px);
    margin-top: clamp(2px, 0.8vw, 5px);
    color: #030303;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .el_border_background {
    padding-top: 7.2289156627vw;
  }
  .hp_spNone {
    display: none !important;
  }
  .bl_pagination {
    margin: 12.0481927711vw 0;
  }
  .dmd_staff_ttl {
    font-size: 12.0481927711vw;
    font-weight: bold;
    margin: 8.4337349398vw 0 1.2048192771vw 4.8192771084vw;
    display: inline-block;
    color: #030303;
  }
  .bl_staff_ttl_wrapper {
    padding-top: 12.0481927711vw;
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #e6e6e6;
    background-image: linear-gradient(rgba(230, 230, 230, 0.8117647059), rgba(230, 230, 230, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
    position: relative;
    /* 格子背景 */
  }
  .bl_staff_ttl_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(170, 170, 170, 0.25) 1px, transparent 1px), linear-gradient(to bottom, rgba(170, 170, 170, 0.25) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.8;
  }
  .bl_staff_ttl_wrapper > * {
    position: relative;
    z-index: 2;
  }
  .dmd_staff_ruby {
    font-size: 3.8554216867vw;
    display: inline-block;
    margin-left: 1.2048192771vw;
    color: #030303;
    font-weight: 700;
  }
  .bl_archive_staff_flexBox {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 12.0481927711vw;
    gap: 1rem;
  }
  .el_more_btn {
    display: block;
    color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 1.4457831325vw;
    font-weight: bold;
    padding: 0.7228915663vw 0;
    width: 10.843373494vw;
    border: solid 1px;
    border-radius: 3.6144578313vw;
    overflow: hidden;
    transition: color 0.6s ease;
    z-index: 2;
    margin: 3.6144578313vw 0 0 auto;
  }
  .el_more_btn:visited {
    color: #030303;
  }
  .el_more_btn::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 25%;
    right: 0.9638554217vw;
  }
  .el_more_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.3s ease;
    z-index: -1;
  }
  .el_btn_hover_area {
    color: #030303;
    text-decoration: none;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .el_btn_hover_area:hover:hover .el_more_btn {
    color: #fff;
  }
  .el_btn_hover_area:hover:hover .el_more_btn::before {
    left: 0;
  }
  .el_btn_hover_area:hover:hover .el_hover_border::after {
    transform: scaleX(1);
  }
  .el_btn_hover_area:hover:hover .el_hover_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .dmd_works_ttl {
    font-size: 7.8313253012vw;
    font-weight: bold;
    margin: 8.4337349398vw 0 1.2048192771vw 9.6385542169vw;
    display: inline-block;
  }
  .dmd_works_ruby {
    font-size: 1.8072289157vw;
    display: inline-block;
    margin-left: 1.2048192771vw;
  }
  .bl_works_filter {
    margin-left: 6.0240963855vw;
  }
  .bl_staff_imgContents {
    position: relative;
  }
  .bl_staff_img {
    max-width: 44.578313253vw;
    margin-bottom: 2.4096385542vw;
  }
  .bl_staff_Alphabetname {
    position: absolute;
    bottom: 1.2048192771vw;
    left: 1.2048192771vw;
    line-height: 1.5;
  }
  .bl_staff_contents:hover .bl_staff_nameAlphabet__word {
    display: inline-block;
  }
  .bl_staff_nameAlphabet__word {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    font-size: 4.2168674699vw;
    display: none;
    border-bottom: 1px solid #fff;
  }
  .bl_staff_contents {
    max-width: 48.1927710843vw;
  }
  .bl_staff_info_responsible,
  .bl_staff_bottomContents_responsible {
    color: #919191;
    text-align: center;
  }
  .bl_staff_info_responsible .el_responsible__color,
  .bl_staff_bottomContents_responsible .el_responsible__color {
    color: #030303;
  }
  .bl_staff_bottomContents_responsible {
    font-size: 3.3734939759vw;
  }
  .bl_staff_bottomContents_name {
    text-align: center;
    font-size: 3.8554216867vw;
    color: #030303;
    margin-top: 0.6024096386vw;
    font-weight: bold;
  }
}
@media (max-width: 480px) {
  .bl_archive_interview_flexItem {
    flex: 1 1 100%;
  }
}
@media (min-width: 831px) and (max-width: 1024px) {
  /* footer */
  .bl_footer {
    font-size: 0.8125rem;
  }
  .bl_footer_contentBottom ul:nth-last-of-type(1) {
    padding-right: 0;
  }
  .el_border.__bigBorder::before {
    height: 4.375rem;
  }
  .el_border::before {
    content: "";
    position: absolute;
    text-align: center;
    display: block;
    border-left: 1px solid #fff;
    height: 2.4375rem;
    left: 0.3125rem;
    top: 2.1875rem;
    text-align: center;
  }
}
@media (max-width: 830px) {
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    background: #fff;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 9.6385542169vw;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi span.current {
    background: #030303;
    color: #fff;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 6.0240963855vw;
    width: 6.0240963855vw;
    background: #f0f0f0;
    color: #030303;
  }
}
@media (min-width: 831px) {
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    background: #fff;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 6.25rem;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi span.current {
    background: #030303;
    color: #fff;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    background: #f0f0f0;
    color: #030303;
  }
}
