@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_font_roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.fadeUp {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadeUp.is-active {
  opacity: 1;
  transform: translateX(0);
}

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

@media (min-width: 769px) {
  .hp_pcNone {
    display: none !important;
  }
  .ly_works {
    margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  }
  .bl_archive_interview_flexBox {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: clamp(1rem, 2vw, 2rem);
  }
  .el_more_btn {
    display: block;
    color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: clamp(0.625rem, 1vw, 0.75rem);
    font-weight: bold;
    padding: clamp(0.25rem, 0.6vw, 0.375rem) 0;
    width: clamp(4.375rem, 7vw, 5.625rem);
    border: solid 1px;
    border-radius: clamp(1.25rem, 3vw, 1.875rem);
    overflow: hidden;
    transition: color 0.6s ease;
    z-index: 2;
    margin: clamp(1.25rem, 3vw, 1.875rem) 0 0 auto;
  }
  .el_more_btn:visited {
    color: #030303;
  }
  .el_more_btn::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 25%;
    right: clamp(0.375rem, 0.8vw, 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;
  }
  /* ▼ 初期状態：左にズラして透明にして隠す */
  /* ▼ 下線は幅0から */
  /* ▼ ホバー時：文字が左→右へスライドイン */
  /* ▼ ホバー時：下線が左→右に伸びる */
}
@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 {
    position: relative;
  }
  .el_btn_hover_area:hover:hover .el_hover_image::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .bl_works_ttl_wrapper {
    padding-top: clamp(3.125rem, 7vw, 5rem);
    /* ===== 背景ベース + ノイズ ===== */
    position: relative;
    overflow: hidden;
    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;
    /* 格子背景 */
  }
  .bl_works_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_works_ttl_wrapper > * {
    position: relative;
    z-index: 2;
  }
  .dmd_works_ttl {
    color: #030303;
    font-size: clamp(5.625rem, 12vw, 8.75rem);
    font-weight: 700;
    margin: clamp(3.75rem, 8vw, 7.5rem) 0 clamp(0.5rem, 1vw, 0.625rem) clamp(2.5rem, 6vw, 5rem);
    display: inline-block;
  }
  .dmd_works_ruby {
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    display: inline-block;
    margin-left: clamp(0.375rem, 1vw, 0.625rem);
    font-weight: 700;
    color: #030303;
  }
  .bl_works_serch {
    margin: clamp(1.875rem, 5vw, 3.125rem) 0;
  }
  .bl_works_serch_txt {
    border: 1px solid #030303;
    padding: clamp(0.75rem, 2vw, 1.25rem) clamp(0.375rem, 1vw, 0.625rem);
    border-radius: clamp(1.25rem, 4vw, 1.875rem);
    width: clamp(7.5rem, 15vw, 11.25rem);
    text-align: center;
    font-size: clamp(0.75rem, 1.3vw, 1.125rem);
  }
  .bl_works_filter {
    margin-left: clamp(1.25rem, 4vw, 3.125rem);
  }
  .bl_works_filter .el_cat {
    text-decoration: none;
    background: #f0f0f0;
    color: #030303;
    border: none;
    margin-top: clamp(0.375rem, 1vw, 0.625rem);
  }
  .bl_works_imgContents {
    position: relative;
  }
  .bl_works_img {
    margin-bottom: clamp(1.875rem, 5vw, 3.125rem);
  }
  .bl_works_contents {
    max-width: clamp(18.75rem, 42vw, 28.125rem);
    cursor: pointer;
  }
  .bl_works_name {
    display: block;
    position: absolute;
    top: clamp(8.125rem, 15vw, 11.25rem);
    left: 0;
    right: 0;
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 2.1875rem);
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
  }
  .bl_works_name__word {
    font-weight: bold;
    opacity: 0;
    transform: translateX(-15px); /* ← 横方向にズラす！ */
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .bl_works_name__word::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.35s ease 0.05s; /* 少し遅れて伸びると綺麗 */
  }
  .bl_works_contents:hover .bl_works_name__word {
    opacity: 1;
    transform: translateX(0);
  }
  .bl_works_contents:hover .bl_works_name__word::after {
    width: 100%;
  }
  .bl_works_categories {
    margin-bottom: clamp(0.625rem, 2vw, 1.25rem);
  }
  .el_cat {
    color: #808080;
    border: 1px solid #808080;
    border-radius: clamp(0.75rem, 3vw, 1.25rem);
    padding: clamp(0.25rem, 0.8vw, 0.3125rem) clamp(0.375rem, 1vw, 0.625rem);
    margin-right: clamp(0.375rem, 1vw, 0.625rem);
  }
  .el_cat:nth-last-of-type(1) {
    margin-right: 0;
  }
  .bl_works_priceTxt {
    font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    margin-left: clamp(0.375rem, 1vw, 0.625rem);
  }
  .bl_works_priceTxt.el_works_priceTxt_border {
    border: 2px solid #030303;
    text-align: center;
    padding: clamp(0.375rem, 1.5vw, 0.625rem);
  }
  .bl_works_priceSubTxt {
    font-size: clamp(0.625rem, 1vw, 0.9375rem);
    margin-right: clamp(0.375rem, 1vw, 0.625rem);
  }
  .bl_works_price {
    font-size: clamp(1.125rem, 3vw, 1.875rem);
  }
}
@media (max-width: 768px) {
  .hp_spNone {
    display: none !important;
  }
  .bl_works_ttl_wrapper {
    padding-top: 9.6385542169vw;
    /* ===== 背景ベース + ノイズ ===== */
    position: relative;
    overflow: hidden;
    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;
    /* 格子背景 */
  }
  .bl_works_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_works_ttl_wrapper > * {
    position: relative;
    z-index: 2;
  }
  .dmd_works_ttl {
    font-size: 12.0481927711vw;
    font-weight: 700;
    margin: 8.4337349398vw 0 1.2048192771vw 9.6385542169vw;
    display: inline-block;
    color: #030303;
  }
  .dmd_works_ruby {
    font-size: 3.8554216867vw;
    display: inline-block;
    margin-left: 1.2048192771vw;
    color: #030303;
    font-weight: 700;
  }
  .bl_archive_interview_flexBox {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
  }
  .bl_archive_interview_flexItem {
    flex: 1 1 calc(50% - 1rem); /* タブレット：2列 */
  }
  .el_cat {
    color: #808080;
    border: 1px solid #808080;
    border-radius: 3.6144578313vw;
    padding: 0.3614457831vw 2.4096385542vw;
    margin: 0 1.8072289157vw 0.6024096386vw 0;
    text-align: center;
    font-size: 2.6506024096vw;
  }
  .el_cat:nth-last-of-type(1) {
    margin-right: 0;
  }
  .bl_works_filter {
    margin: 7.2289156627vw 0 4.2168674699vw;
  }
  .bl_works_filter .el_cat {
    text-decoration: none;
    background: #f0f0f0;
    color: #030303;
    border: none;
    margin-bottom: 1.2048192771vw;
  }
  .bl_works_serch {
    max-width: 84.3373493976vw;
    margin: 0 auto;
    display: block;
  }
  .bl_works_serch_txt {
    border: 1px solid #030303;
    padding: 2.4096385542vw 1.2048192771vw;
    border-radius: 4.8192771084vw;
    width: 34.6987951807vw;
    text-align: center;
    margin: 7.2289156627vw 0 3.6144578313vw;
    font-size: 3.4939759036vw;
  }
  .bl_works_txtContents {
    width: 90.3614457831vw;
    margin: 0 auto;
  }
  .bl_works_name__word {
    margin-bottom: 4.2168674699vw;
    font-size: 4.8192771084vw;
    font-weight: bold;
    color: #030303;
    position: relative;
    display: inline-block;
  }
  /* ▼ 初期状態：線なし（幅0） */
  .bl_works_name__word::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%; /* ← ここ大事！初期は 0% */
    height: 2px;
    background: #030303;
  }
  /* ▼ 表示されたら（fadeUp → is-active）線が伸びる */
  .fadeUp.is-active.bl_works_name__word::after {
    width: 100%; /* ← 左→右に伸びる */
    transition: width 0.5s ease;
  }
  .bl_works_priceTxt.el_works_priceTxt_border {
    border: 2px solid #030303;
    text-align: center;
    padding: 1.2048192771vw;
  }
  .bl_works_priceSubTxt {
    font-size: 3.3734939759vw;
    margin-right: 1.2048192771vw;
  }
  .bl_works_price {
    font-size: 4.8192771084vw;
    font-weight: bold;
  }
  .el_more_btn {
    display: block;
    color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 3.0120481928vw;
    font-weight: bold;
    padding: 1.2048192771vw 0;
    width: 21.686746988vw;
    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: 20%;
    right: 1.2048192771vw;
  }
  .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 {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .bl_pagination {
    margin-bottom: 12.0481927711vw;
  }
}
@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: 8.6746987952vw;
    width: 8.6746987952vw;
    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;
  }
}
