@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);
}

.el_sectionLink_btn a {
  display: block;
  color: #fff;
  background-color: #030303;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1.375rem 0;
  width: 21.875rem;
  margin: 0 auto;
  border: solid 1px;
  border-radius: 2.5rem;
  cursor: pointer;
}
.el_sectionLink_btn a:visited {
  color: #fff;
}
.el_sectionLink_btn a::after {
  content: "→";
  font-weight: bold;
  position: absolute;
  top: 35%;
  right: 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .el_sectionLink_btn a:hover:hover {
    color: #030303;
    background-color: #FFCC1E;
    border-color: #FFCC1E;
  }
}

.bl_interview_btn {
  width: clamp(280px, 28vw, 320px);
  margin: clamp(30px, 3.5vw, 50px) auto 0;
}
.bl_interview_btn a {
  font-size: clamp(12px, 1.4vw, 16px);
}

@media (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 {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }
}

html {
  font-size: clamp(12px, 1.333vw, 16px);
}

.post.post-works.current-item {
  color: #fff;
}

.dmd_bl_info_mainContents {
  padding-bottom: 7.5rem;
  background: #F4F4F4;
}

.bl_info_fvContents_wrapper {
  position: relative;
  max-width: 100%;
}

@media (min-width: 831px) {
  .dmd_fv_img {
    margin: 0 0 3.75rem 0;
  }
  .dmd_fv_img img {
    width: 100%;
    max-height: 62.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-left: 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;
  }
  .hp_pcNone {
    display: none !important;
  }
  .bl_works_fvTxt {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .bl_works_fvName {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .bl_works_interview {
    color: #030303;
    font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  }
  .bl_Breadcrumb {
    position: absolute;
    top: 0.625rem;
    left: 1.875rem;
  }
  .bl_Breadcrumb a {
    color: #030303;
  }
  .bl_works_wrapper {
    width: clamp(300px, 80vw, 960px);
    margin: 0 auto;
  }
  .bl_works_wrapper p {
    font-size: clamp(12px, 1.4vw, 16px);
    max-width: 56.25rem;
    margin-bottom: clamp(14px, 1.5vw, 20px);
    line-height: 1.8;
  }
  .wp-block-heading.bl_content_ttl {
    font-size: 4rem;
    padding: 1.5625rem 0;
    color: #030303;
    font-weight: 700 !important;
  }
  .bl_works_bottomContents {
    max-width: 87.5rem;
    margin: 3.125rem auto 5rem;
  }
  .bl_works_bottomContents .bl_works_list {
    max-width: clamp(18.75rem, 33vw, 28.125rem);
  }
  .bl_works_bottomContents .bl_works_list a {
    color: #030303;
    text-decoration: none;
  }
  .bl_works_text {
    margin-top: 0.9375rem;
    font-weight: bold;
    max-width: 25rem;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.875rem;
  }
  .bl_works_btn {
    margin-left: auto;
  }
  .dmd_works_otherContents {
    margin: 6.25rem 0;
  }
  .dmd_works_otherTtl {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: bold;
  }
  .dmd_works_otherTxt {
    font-size: clamp(0.625rem, 1.6vw, 1.25rem);
    margin-top: clamp(0.625rem, 1.6vw, 1.25rem);
  }
  .dmd_works_otherTtl,
  .dmd_works_otherTxt {
    text-align: center;
    color: #030303;
  }
  .bl_works_imgContents {
    position: relative;
  }
  /* ▼ .bl_works_list 内に文字を正しく閉じ込める */
  .bl_works_list {
    position: relative;
    cursor: pointer;
  }
  /* ▼ 背景のホバー */
  .bl_works_bottomContents .bl_works_list a:hover {
    background: #808080;
  }
  /* ▼ 名前の位置を固定（元と同じ） */
  .bl_works_name {
    display: block;
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.1875rem;
    color: #fff;
    font-weight: bold;
  }
  /* ▼ アニメーションに適した初期状態 */
  .bl_works_name__word {
    font-weight: bold;
    display: inline-block; /* display:none は禁止（アニメ不可） */
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: relative;
    overflow: hidden;
  }
  /* ▼ ホバー時に左→右スライドして表示 */
  .bl_works_list:hover .bl_works_name__word {
    opacity: 1;
    transform: translateX(0);
  }
  /* ▼ 下線の初期状態 */
  .bl_works_name__word::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.5s ease;
  }
  /* ▼ ホバーで下線が左→右に伸びる */
  .bl_works_list:hover .bl_works_name__word::after {
    width: 100%;
  }
  .bl_works_categories {
    margin-bottom: 1.875rem;
  }
  .el_cat {
    font-size: clamp(12px, 1.3vw, 14px);
    color: #808080;
    border: 1px solid #808080;
    border-radius: 1.25rem;
    padding: 0.3125rem 0.625rem;
    margin-right: 0.625rem;
  }
  .el_cat:nth-last-of-type(1) {
    margin-right: 0;
  }
  .bl_works_topInfo {
    border-bottom: 4px solid #030303;
    margin-bottom: 3.125rem;
  }
  .bl_works_priceTxt {
    font-size: 0.875rem;
    margin-left: 0.625rem;
    width: clamp(180px, 22vw, 250px);
  }
  .bl_works_priceTxt.el_works_priceTxt_border {
    border: 2px solid #030303;
    text-align: center;
    padding: 0.625rem;
  }
  .bl_works_priceSubTxt {
    font-size: 0.9375rem;
    margin-right: 0.625rem;
  }
  .bl_works_price {
    font-size: 1.875rem;
  }
  .bl_works_price_caution {
    display: block;
    color: #808080;
    font-size: 0.6875rem;
    margin-top: 0.3125rem;
  }
  .bl_works_floor_area {
    font-size: 0.9375rem;
    margin-left: clamp(0.875rem, 1.5vw, 1.25rem);
  }
  .bl_works_floor_area span {
    background: #030303;
    color: #fff;
    text-align: center;
    padding: 0.4375rem 0.625rem;
    max-width: 5.625rem;
    display: block;
    margin-bottom: 0.3125rem;
    font-size: clamp(10px, 1vw, 13px);
  }
}
@media (max-width: 831px) {
  .dmd_fv_img {
    margin-bottom: 8.4337349398vw;
  }
  .el_more_btn {
    display: block;
    color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 1.686746988vw;
    font-weight: bold;
    padding: 0.9638554217vw 0;
    width: 13.2530120482vw;
    border: solid 1px;
    border-radius: 3.6144578313vw;
    overflow: hidden;
    transition: color 0.6s ease;
    z-index: 2;
    margin-left: 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;
  }
  .hp_spNone {
    display: none !important;
  }
  .bl_Breadcrumb {
    display: flex;
  }
  .bl_works_interview {
    color: #030303;
    font-size: 4.3373493976vw;
    margin-bottom: 3.6144578313vw;
  }
  .bl_works_categories {
    margin: 2.4096385542vw 0;
  }
  .bl_Breadcrumb {
    margin: 0 0 2.4096385542vw 1.2048192771vw;
  }
  .bl_Breadcrumb a {
    color: #030303;
  }
  .bl_Breadcrumb .post.post-works.current-item {
    color: #808080;
  }
  .el_cat {
    color: #808080;
    border: 1px solid #808080;
    border-radius: 3.6144578313vw;
    padding: 0.3614457831vw 2.4096385542vw;
    margin: 0 1.2048192771vw 0.6024096386vw 0;
    text-align: center;
    font-size: 2.6506024096vw;
  }
  .el_cat:nth-last-of-type(1) {
    margin-right: 0;
  }
  .bl_works_topInfo {
    border-bottom: 2px solid #030303;
    margin-bottom: 3.6144578313vw;
  }
  .bl_works_areainfo {
    margin: 4.8192771084vw 0;
  }
  .bl_works_priceTxt {
    font-size: 3.0120481928vw;
  }
  .bl_works_priceTxt.el_works_priceTxt_border {
    border: 2px solid #030303;
    text-align: center;
    padding: 1.2048192771vw;
    width: 50.6024096386vw;
  }
  .bl_works_priceSubTxt {
    font-size: 2.8915662651vw;
    margin-right: 1.2048192771vw;
  }
  .bl_works_price {
    font-size: 5.7831325301vw;
    font-weight: bold;
    color: #030303;
  }
  .bl_works_price_caution {
    display: block;
    color: #808080;
    font-size: 2.4096385542vw;
    margin-top: 0.6024096386vw;
  }
  .bl_works_floor_area {
    font-size: 3.0120481928vw;
    margin-left: 12.0481927711vw;
  }
  .bl_works_floor_area span {
    background: #030303;
    color: #fff;
    text-align: center;
    padding: 0.6024096386vw 1.2048192771vw;
    max-width: 18.0722891566vw;
    display: block;
    border-radius: 0.3614457831vw;
    margin-bottom: 0.6024096386vw;
  }
  .bl_works_wrapper {
    max-width: 115.6626506024vw;
    margin: 0 auto;
    padding: 0 4.8192771084vw;
  }
  .bl_works_wrapper p {
    font-size: 3.6144578313vw;
    line-height: 1.8;
  }
  .wp-block-heading.bl_content_ttl {
    font-size: 10.1204819277vw;
    font-weight: bold;
    padding-bottom: 3.0120481928vw;
    margin-top: 7.2289156627vw;
    color: #030303;
    font-weight: 700 !important;
  }
  .bl_works_splide {
    margin-bottom: 8.4337349398vw;
  }
  .bl_works_splide h3 {
    font-size: 2.4096385542vw;
  }
  .bl_works_splide li {
    width: 63.8554216867vw;
    margin-right: 1.2048192771vw;
  }
  .bl_works_splide li a {
    color: #030303;
  }
  .bl_works_text {
    width: 60.2409638554vw;
    font-size: 3.6144578313vw;
    font-weight: bold;
    margin-top: 1.8072289157vw;
  }
  .bl_works_btn {
    margin: 2.4096385542vw 0 0 auto;
  }
  .dmd_works_otherContents {
    margin: 16.8674698795vw 0;
  }
  .dmd_works_otherTxt {
    font-size: 3.0120481928vw;
    margin-bottom: 3.6144578313vw;
  }
  .dmd_works_otherTtl,
  .dmd_works_otherTxt {
    text-align: center;
    color: #030303;
  }
  .bl_works_fvTxt {
    position: absolute;
    color: #fff;
    top: 7.2289156627vw;
    right: 0;
    left: 0;
    line-height: 0;
    font-size: 5.7831325301vw;
  }
  .bl_works_fvName {
    font-weight: bold;
    font-size: 6.0240963855vw;
    display: block;
    text-align: center;
  }
  .bl_works_splide {
    margin-bottom: 8.4337349398vw;
  }
  .bl_works_splide h3 {
    font-size: 2.4096385542vw;
  }
  .bl_works_splide li {
    width: 85.5421686747vw !important;
    margin-right: 1.2048192771vw;
  }
  .bl_works_splide li a {
    color: #030303;
  }
  .bl_works_text {
    width: 60.2409638554vw;
    font-size: 3.6144578313vw;
    font-weight: bold;
    margin-top: 1.8072289157vw;
  }
  .bl_works_btn {
    margin: 2.4096385542vw 0 0 auto;
  }
  .dmd_works_otherTtl {
    font-weight: 700;
    font-size: 11.5662650602vw;
  }
  .dmd_works_otherTxt {
    font-size: 3.8554216867vw;
    margin-bottom: 4.2168674699vw;
  }
  .dmd_works_otherTtl,
  .dmd_works_otherTxt {
    text-align: center;
    color: #030303;
  }
  .bl_works_name {
    font-size: 5.0602409639vw;
    border-bottom: 1px solid #030303;
    display: inline-block;
    color: #030303;
    font-weight: bold;
  }
  .bl_works_btn a {
    font-size: 3.3734939759vw;
  }
  .bl_works_link {
    font-size: 2.2891566265vw;
    width: 18.0722891566vw;
    margin-top: 7.2289156627vw;
  }
  .bl_works_link::after {
    top: 20%;
  }
}
