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

@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 {
    opacity: 0.7;
  }
}

/* common */
body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

.el_sec_title {
  font-size: clamp(28px, 5vw, 75px);
  color: #030303;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 2;
}
.el_sec_title .el_small_title {
  font-size: clamp(14px, 1.2vw, 16px);
  margin-top: clamp(6px, 1vw, 10px);
  font-weight: 700;
  display: block;
}

.el_left_title {
  text-align: left;
}
.el_left_title::after {
  top: -1.25rem;
  left: -1.5625rem;
}

.el_center_title {
  text-align: center;
}
.el_center_title::after {
  top: -1.25rem;
  right: 50%;
  transform: translateX(50%);
}

.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: #000;
  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_more_btn {
  display: block;
  color: #030303;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.375rem 0;
  width: 5.625rem;
  border: solid 1px;
  border-radius: 1.875rem;
  overflow: hidden;
  transition: color 0.6s ease;
  z-index: 2;
}
.el_more_btn:visited {
  color: #030303;
}
.el_more_btn::after {
  content: "→";
  font-weight: 700;
  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_sectionLink_btn a {
  display: block;
  color: #fff;
  background-color: #030303;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.375rem 0;
  width: 16.875rem;
  margin: 0 auto;
  border: solid 1px;
  border-radius: 2.5rem;
}
.el_sectionLink_btn a:visited {
  color: #fff;
}
.el_sectionLink_btn a::after {
  content: "→";
  font-weight: 700;
  position: absolute;
  top: 38%;
  right: clamp(10px, 2vw, 20px);
}
@media (hover: hover) and (pointer: fine) {
  .el_sectionLink_btn a:hover:hover {
    color: #030303;
    background-color: #FFCC1E;
    border-color: #FFCC1E;
  }
}

.el_sectionLink_btn a,
.el_sectionLink_btn a:hover {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.el_new_icon {
  width: 2.5rem;
  margin: 0 0 -1.125rem 0.625rem;
  position: absolute;
  z-index: 2;
}

.js_fixed {
  opacity: 1;
  transition: 0.5s;
}
.js_fixed.is_visible {
  opacity: 1;
}
.js_fixed.is_hidden {
  opacity: 0;
  pointer-events: none;
}

.hp_none {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

.bl_event_status {
  display: none;
}

.el_ttl_border_bottom {
  /* ▼ 初期状態：幅0%（線なし） */
  /* ▼ 色付きグラデ版 */
  /* ★★★ ここがポイント ★★★  
     .is-active が付いた瞬間に 0 → 100% へアニメーション */
}
.el_ttl_border_bottom p {
  position: relative;
  display: inline-block;
}
.el_ttl_border_bottom p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 4px;
  background: #000;
  transition: width 0.5s ease;
}
.el_ttl_border_bottom.el_ttl_border_color p::after {
  background: linear-gradient(to right, #FFE200 0%, #FFE200 43%, #FFFFFF 43%, #FFFFFF 100%);
}
.el_ttl_border_bottom.is-active p::after {
  width: 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); /* ← 元の位置へ */
}

@media (min-width: 831px) {
  /* ▼ 汎用アニメーション（li hover で発動するように変更した版） */
  .multi-underline-animation span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: left;
  }
  .multi-underline-animation span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.6s ease;
  }
  .hp_pc_None {
    display: none !important;
  }
  .hp_flexNone {
    display: block !important;
  }
  .el_border_background {
    position: relative;
    padding-top: 1px;
  }
  .el_border_background::before {
    content: "";
    display: block;
    position: absolute;
    --cell: 10px;
    --line: #e9edf2;
    --line-strong: #d9dee6;
    --radius: 6px;
    width: 50%;
    height: 38vw;
    background: repeating-linear-gradient(to right, transparent 0 calc(var(--cell) * 5 - 1px), var(--line-strong) calc(var(--cell) * 5 - 1px) calc(var(--cell) * 5)), repeating-linear-gradient(to bottom, transparent 0 calc(var(--cell) * 5 - 1px), var(--line-strong) calc(var(--cell) * 5 - 1px) calc(var(--cell) * 5)), repeating-linear-gradient(to right, transparent 0 calc(var(--cell) - 1px), var(--line) calc(var(--cell) - 1px) var(--cell)), repeating-linear-gradient(to bottom, transparent 0 calc(var(--cell) - 1px), var(--line) calc(var(--cell) - 1px) var(--cell));
    border-top: 4px solid var(--topbar);
    border-left: 1px solid #dfe3e8;
    border-right: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    border-radius: var(--radius);
    overflow: hidden;
    background-color: #fff;
    z-index: -1;
  }
  .el_yellow_square {
    position: relative;
  }
  .el_yellow_square::before {
    content: "";
    position: absolute;
    display: block;
    width: clamp(14px, 1vw, 16px);
    height: clamp(14px, 1vw, 16px);
    background: #FFE200;
    bottom: 0;
    left: clamp(-20px, -2vw, -35px);
  }
  .bl_infoEvent_wrapper {
    max-width: clamp(320px, 97vw, 1350px);
    margin: 0 auto;
  }
  .bl_infoEvent_wrapper > div,
  .bl_infoEvent_wrapper > p {
    margin-bottom: clamp(4px, 1vw, 10px);
    font-size: clamp(8px, 1.3vw, 15px);
  }
  .bl_infoEvent_ttl {
    width: clamp(100px, 12vw, 170px);
    display: inline-block;
    font-size: clamp(16px, 1.8vw, 24px);
    color: #006ECA;
    font-weight: bold;
  }
  .bl_infoEvent_date {
    color: #AD0012;
    font-weight: bold;
    font-size: clamp(8px, 1.3vw, 14px);
    width: clamp(80px, 25vw, 106px);
    display: inline-block;
  }
  .bl_infoEvent_subttl {
    width: clamp(60px, 6vw, 85px);
    display: inline-block;
    font-size: clamp(8px, 1.1vw, 12px);
    border-radius: clamp(12px, 2.6vw, 20px);
    color: #808080;
    border: 1px solid #808080;
    text-align: center;
    padding: clamp(3px, 0.7vw, 5px) 0;
    margin-right: clamp(10px, 3vw, 20px);
  }
  .bl_infoEvent_txt {
    font-size: clamp(12px, 1.5vw, 15px);
  }
  /* fv */
  .ly_fv .splide__slide:nth-of-type(1) .slide-item {
    margin-bottom: 3.125rem;
    display: block;
    height: 900px;
    background-image: url(../images/new_top/simplehouse_mv1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ly_fv .splide__slide:nth-of-type(2) .slide-item {
    margin-bottom: 3.125rem;
    display: block;
    height: 900px;
    background-image: url(../images/new_top/simplehouse_mv2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ly_fv .splide__slide:nth-of-type(3) .slide-item {
    margin-bottom: 3.125rem;
    display: block;
    height: 900px;
    background-image: url(../images/new_top/simplehouse_mv3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ly_fv .splide__slide:nth-of-type(4) .slide-item {
    margin-bottom: 3.125rem;
    display: block;
    height: 900px;
    background-image: url(../images/new_top/simplehouse_mv4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ly_fv .slide-item {
    overflow: hidden;
  }
  .ly_fv .slide-item img {
    width: 1920px;
    max-width: none;
    display: block;
    margin: 0 auto;
  }
  .bl_fv_inner {
    position: relative;
  }
  .bl_fv_slide {
    position: relative;
  }
  .bl_fv_title {
    position: absolute;
    top: clamp(50px, 7.3vw, 100px);
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden; /* 見切れ */
  }
  .bl_fv_title img {
    display: block;
    width: 800px; /* 固定 */
    max-width: none; /* ← 超重要 */
    margin: 0 auto; /* 中央基準 */
  }
  .bl_fv_title04 {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: clamp(200px, 27vw, 380px);
    z-index: 10;
    width: clamp(250px, 37vw, 530px);
  }
  .bl_fv_txt04 {
    position: absolute;
    top: clamp(250px, 35vw, 500px);
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 10;
    width: clamp(280px, 43vw, 680px);
  }
  .bl_fv_icon04 {
    position: absolute;
    margin: 0 auto;
    top: clamp(180px, 24vw, 350px);
    width: clamp(80px, 11vw, 150px);
    z-index: 10;
    left: clamp(180px, 18vw, 260px);
  }
  .bl_fv_title_03 {
    position: absolute;
    top: clamp(40px, 8.3vw, 120px);
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 10;
    width: clamp(320px, 50vw, 800px);
  }
  .bl_fv_title_03::before {
    content: "";
    position: absolute;
    background: url(../images/new_top/34top_.svg);
    background-repeat: no-repeat;
    width: clamp(100px, 12vw, 161px);
    height: clamp(100px, 12vw, 150px);
    right: clamp(-200px, -14vw, -140px);
    bottom: clamp(15px, 3vw, 28px);
  }
  .bl_fv_title_03 p {
    margin-bottom: 1.875rem;
  }
  .bl_fv_bottom_03 {
    position: absolute;
  }
  .bl_fv_bottom_03.el_ritto_ryosenji {
    right: clamp(20px, 5vw, 50px);
    width: clamp(120px, 18vw, 200px);
    bottom: 55px;
  }
  .bl_fv_bottom_03.el_nakakomoricho {
    right: clamp(250px, 40vw, 530px);
    left: 0;
    bottom: 55px;
    margin: 0 auto;
    width: clamp(240px, 35vw, 450px);
  }
  .bl_fv_subTitle {
    display: block;
    position: absolute;
    top: 31.25rem;
    right: 0;
    left: 0;
    z-index: 10;
    max-width: 18.75rem;
    margin: 0 auto;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
  }
  .custom-next {
    position: absolute;
    top: 20.8125rem;
    right: 0.625rem;
    max-width: 1.875rem;
    height: 5rem;
    background: url("../images/fv_carousel_next.png") no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
  }
  .bl_section_wrapper {
    max-width: clamp(320px, 95vw, 1385px);
    margin: clamp(30px, 8vw, 110px) auto clamp(20px, 3vw, 40px);
    position: relative;
    z-index: 1;
  }
  .ly_feature {
    padding-top: 3.125rem;
  }
  .ly_feature h2 {
    font-size: clamp(32px, 6.5vw, 90px);
    font-weight: bold;
    color: #030303;
  }
  .ly_feature h2 .bl_ttl_subTxt {
    font-size: clamp(10px, 1.5vw, 20px);
    display: block;
    margin: clamp(4px, 1vw, 8px) 0 0 clamp(4px, 3vw, 30px);
    font-weight: 700;
    color: #030303;
  }
  .ly_feature .bl_feature_lead_box {
    width: clamp(300px, 60vw, 850px);
  }
  .ly_feature .bl_feature_lead_box .bl_feature_lead {
    width: clamp(250px, 45vw, 600px);
  }
  .ly_feature .bl_feature_lead_box .bl_feature_lead02 {
    width: clamp(300px, 60vw, 850px);
    margin-top: clamp(8px, 2.5vw, 20px);
  }
  .ly_feature .bl_feature_contents {
    margin-bottom: clamp(2px, 0.3vw, 5px);
  }
  .ly_feature .bl_feature_contents .bl_feature_btn,
  .ly_feature .bl_feature_contents .bl_feature_btn:hover {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .ly_feature .bl_feature_contents .bl_feature_intro {
    width: clamp(180px, 40vw, 280px);
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 800;
    font-size: clamp(16px, 2.5vw, 24px);
    padding: clamp(2px, 0.5vw, 4px) 0;
  }
  .ly_feature .bl_feature_contents.el_back_blue .bl_feature_intro {
    background: #0076CC;
  }
  .ly_feature .bl_feature_contents.el_back_blue .bl_feature_btn:hover {
    background: #0076CC;
    border: 1px solid #0076CC;
  }
  .ly_feature .bl_feature_contents.el_back_blue + .bl_feature_topTxt {
    margin-top: clamp(16px, 2.5vw, 24px);
  }
  .ly_feature .bl_feature_contents.el_back_yellow .bl_feature_intro {
    background: #C4AE4C;
  }
  .ly_feature .bl_feature_contents.el_back_yellow .bl_feature_btn:hover {
    background: #C4AE4C;
    border: 1px solid #C4AE4C;
  }
  .ly_feature .bl_feature_contents.el_back_green .bl_feature_intro {
    background: #00BBA2;
  }
  .ly_feature .bl_feature_contents.el_back_green .bl_feature_btn:hover {
    background: #00BBA2;
    border: 1px solid #00BBA2;
  }
  .bl_feature_contents:nth-of-type(1) .bl_feature_txtContents {
    background: url(../images/new_top/53top_.webp);
  }
  .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents {
    position: relative;
    background: url(../images/new_top/50top_.webp);
    background-size: cover;
  }
  .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: clamp(250px, 40vw, 445px);
    width: 100%;
    /* ▼ 2行目を少し遅らせる（自然で綺麗） */
  }
  .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3 span {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: clamp(32px, 5vw, 64px);
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.5s ease;
  }
  .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3.fadeUp.is-active span::after {
    width: 100%;
  }
  .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3.fadeUp.is-active span:nth-of-type(2)::after {
    transition-delay: 0.15s;
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_txtContents {
    background-image: linear-gradient(rgba(26, 29, 31, 0.8117647059), rgba(26, 29, 31, 0.8117647059)), url(../images/new_top/noise.png);
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents {
    position: relative;
    background: url(../images/new_top/48top_.webp);
    background-size: cover;
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    height: clamp(250px, 40vw, 445px);
    width: 100%;
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(1) {
    font-weight: 900;
    font-size: clamp(32px, 5vw, 64px);
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.5s ease;
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(2) {
    font-size: clamp(16px, 2.5vw, 32px);
    margin-top: clamp(10px, 3vw, 20px);
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.5s ease 0.15s;
  }
  .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3.is-active span::after {
    width: 100%;
  }
  .bl_feature_contents:nth-of-type(3) {
    background-image: linear-gradient(rgba(52, 56, 58, 0.8117647059), rgba(52, 56, 58, 0.8117647059)), url(../images/new_top/noise.png);
  }
  .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents {
    position: relative;
    background: url(../images/new_top/49top_.webp);
    background-size: cover;
  }
  .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    height: clamp(250px, 40vw, 445px);
    width: 100%;
  }
  .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(1) {
    font-weight: 900;
    font-size: clamp(32px, 5vw, 64px);
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.5s ease;
  }
  .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(2) {
    font-size: clamp(16px, 2.5vw, 32px);
    margin-top: clamp(10px, 3vw, 20px);
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
  }
  .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.5s ease 0.15s;
  }
  .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3.is-active span::after {
    width: 100%;
  }
  .bl_feature_imgContents,
  .bl_feature_contents > div {
    flex: 1 1 0;
    max-width: 50%;
    height: clamp(250px, 43vw, 445px);
  }
  .bl_feature_txtContents {
    padding-top: clamp(25px, 3.8vw, 50px);
  }
  .bl_feature_topTxt {
    color: #fff;
    text-align: center;
    margin-top: clamp(25px, 2.5vw, 32px);
    font-size: clamp(20px, 2.6vw, 34px);
    font-weight: 700;
  }
  .bl_feature_topTxt span {
    font-size: clamp(32px, 6.5vw, 70px);
    font-weight: 700;
    margin-right: 4px;
  }
  .bl_feature_txt {
    margin-top: clamp(25px, 3vw, 45px);
    text-align: center;
    color: #fff;
    line-height: 1.6;
    font-size: clamp(11px, 1.3vw, 17px);
  }
  .bl_feature_btn {
    position: relative;
    border: 1px solid #fff;
    width: clamp(150px, 25vw, 240px);
    margin: clamp(20px, 3vw, 40px) auto 0;
    border-radius: clamp(20px, 3vw, 30px);
    text-align: center;
    font-size: clamp(14px, 1vw, 18px);
  }
  .bl_feature_btn::before {
    content: "→";
    position: absolute;
    font-weight: 700;
    font-size: clamp(12px, 2vw, 16px);
    top: clamp(10px, 2vw, 20px);
    right: clamp(10px, 2vw, 16px);
    color: #fff;
  }
  .bl_feature_btn a {
    padding: clamp(13px, 2.5vw, 20px) 0;
    display: block;
    color: #fff;
    font-size: clamp(14px, 1.5vw, 16px);
  }
  .ly_works {
    padding-bottom: clamp(60px, 8vw, 100px);
  }
  .ly_works h2 {
    font-size: clamp(32px, 6.5vw, 90px);
    font-weight: bold;
    color: #030303;
  }
  .ly_works h2 .bl_ttl_subTxt {
    font-size: clamp(10px, 1.5vw, 20px);
    display: block;
    margin: clamp(4px, 1vw, 8px) 0 0 0;
    text-align: center;
    font-weight: 700;
  }
  .ly_works h2 .bl_ttl_subTxt.el_yellow_square::before {
    left: clamp(35px, 5vw, 65px);
  }
  .ly_works .bl_works_lead_box {
    width: clamp(300px, 60vw, 850px);
  }
  .ly_works .bl_works_lead_box .bl_works_lead {
    width: clamp(250px, 47.5vw, 680px);
    height: clamp(40px, 8vw, 58px);
  }
  .ly_works .bl_works_lead_box .bl_works_lead02 {
    width: clamp(300px, 60vw, 850px);
    margin-top: clamp(8px, 2.5vw, 20px);
  }
  .ly_works .bl_works_item {
    position: relative;
    width: 33.333%;
  }
  .ly_works .bl_works_item img {
    height: clamp(240px, 36vw, 360px);
    width: 33.333vw;
    object-fit: cover;
  }
  .ly_works .bl_works_item h3 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: clamp(15px, 3vw, 30px);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: opacity 0.5s ease;
    z-index: 3;
  }
  .ly_works .bl_works_item h3 span {
    line-height: 1.3;
    font-weight: bold;
    font-size: clamp(23px, 3.5vw, 36px);
  }
  .ly_works .bl_works_item:hover h3 {
    opacity: 1;
    pointer-events: auto;
  }
  .ly_works .bl_works_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.25s;
    z-index: 2;
    pointer-events: none;
  }
  .ly_works .bl_works_item:hover::after {
    opacity: 1;
  }
  .ly_works .bl_works_item:hover .multi-underline-animation span::after {
    width: 100%;
  }
  .ly_works .bl_works_btn {
    margin-top: clamp(30px, 5vw, 50px);
    font-size: clamp(14px, 1.5vw, 16px);
  }
  .bl_contact_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .bl_contact_flexBox > div {
    flex: 1 1;
    max-width: 50%;
    box-sizing: border-box;
    height: clamp(220px, 45vw, 360px);
  }
  .bl_contact_right {
    position: relative;
    background: url(../images/new_top/60top_.webp) center/cover no-repeat;
  }
  .bl_contact_right_ttl {
    width: clamp(250px, 33vw, 420px);
    margin: clamp(20px, 5vw, 50px) auto 0;
  }
  .bl_contact_right_txt {
    position: absolute;
    width: clamp(80px, 9vw, 150px);
    top: clamp(10px, 2vw, 20px);
    right: clamp(10px, 1vw, 30px);
  }
  .bl_contact_left {
    position: relative;
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #FFE200;
    background-image: linear-gradient(rgba(255, 226, 0, 0.8117647059), rgba(255, 226, 0, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
  }
  .bl_contact_left .bl_contact_left_wrapper {
    display: contents;
  }
  .bl_contact_left .bl_contact_left_wrapper .bl_contact_left_ttl {
    color: #fff;
    padding: clamp(8px, 2vw, 16px);
    font-weight: 800;
    font-size: clamp(26px, 2.5vw, 38px);
    width: clamp(330px, 40vw, 580px);
    margin: clamp(25px, 5vw, 40px) auto clamp(20px, 5vw, 30px);
    text-align: center;
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #FFB018;
    background-image: linear-gradient(rgba(255, 176, 24, 0.8117647059), rgba(255, 176, 24, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
  }
  .bl_contact_left_txt {
    margin-top: clamp(15px, 4vw, 30px);
    color: #000;
    text-align: center;
    line-height: 1.6;
    font-size: clamp(14px, 1.3vw, 20px);
    font-weight: 700;
  }
  .bl_contact_left_btn a {
    background: #FF8020;
    border-radius: clamp(25px, 5vw, 40px);
    padding: clamp(18px, 2.5vw, 28px) 0;
    display: block;
    width: clamp(240px, 32vw, 460px);
    text-align: center;
    margin: clamp(20px, 5vw, 40px) 0 0 clamp(20px, 11vw, 160px);
    color: #fff !important;
    font-size: clamp(16px, 2.2vw, 24px);
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 700;
  }
  .bl_contact_left_btn a::after {
    content: "→";
    position: absolute;
    color: #fff;
    font-size: clamp(16px, 2vw, 26px);
    right: clamp(10px, 2vw, 20px);
  }
  .bl_contact_left_btn a:hover {
    background: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .bl_contact_left_human {
    position: absolute !important;
    bottom: 0;
    left: clamp(10px, 4vw, 30px);
    width: clamp(80px, 10vw, 130px);
    max-height: 100%;
  }
  .ly_staff {
    padding-bottom: clamp(40px, 8vw, 100px);
  }
  .ly_staff.el_border_background::before {
    height: 100%;
    z-index: 0;
    right: 0;
  }
  .bl_staff_ttl {
    font-size: clamp(32px, 6.5vw, 90px);
    font-weight: bold;
    color: #030303;
    line-height: 0.5;
    text-align: center;
  }
  .bl_staff_ttl span {
    display: inline-block;
    font-size: clamp(10px, 1.5vw, 20px);
    text-align: center;
    font-weight: 700;
  }
  .bl_staff_ttl span.el_yellow_square::before {
    left: clamp(-20px, -1.4vw, -5px);
  }
  .bl_staff_lead_box {
    width: clamp(300px, 60vw, 850px);
  }
  .bl_staff_lead_box .bl_staff_lead {
    width: clamp(230px, 40vw, 510px);
    height: clamp(40px, 8vw, 65px);
  }
  .bl_staff_lead_box .bl_staff_lead02 {
    width: clamp(300px, 60vw, 850px);
    margin-top: clamp(8px, 2.5vw, 20px);
  }
  .bl_staff_btn {
    margin-top: clamp(20px, 5vw, 50px);
    font-size: clamp(14px, 1.5vw, 16px);
  }
  /* スクロール系 */
  .scroller {
    --gap: clamp(8px, 2.5vw, 24px);
    --speed: 35s;
    overflow: hidden;
    width: 100%;
    padding-block: clamp(4px, 1.2vw, 8px);
    background: #fff;
  }
  .scroller .track {
    display: inline-flex;
    gap: var(--gap);
    align-items: flex-start !important;
    will-change: transform;
  }
  .scroller img {
    width: clamp(200px, 35vw, 400px);
    height: clamp(150px, 26vw, 300px);
    object-fit: cover;
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
  }
  .scroller--left .track {
    animation: marquee var(--speed) linear infinite;
  }
  .scroller--right .track {
    animation: marquee-rev var(--speed) linear infinite;
  }
  .scroller:hover .track {
    animation-play-state: running !important;
  }
  /* 継ぎ目無し */
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes marquee-rev {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  /* 段差（5枚サイクル） */
  .scroller .track a:nth-child(5n+1) img {
    margin: clamp(30px, 3.6vw, 45px) 10px 0 10px;
  }
  .scroller .track a:nth-child(5n+2) img {
    margin: 0 10px 0 10px;
  }
  .scroller .track a:nth-child(5n+3) img {
    margin: clamp(60px, 8vw, 90px) 10px 0 10px;
  }
  .scroller .track a:nth-child(5n+4) img {
    margin: clamp(30px, 3.6vw, 45px) 10px 0 10px;
  }
  .scroller .track a:nth-child(5n+5) img {
    margin: 0 10px 0 10px;
  }
  .scroller .track a:nth-child(5n+6) img {
    margin: clamp(20px, 8vw, 90px) 10px 0 10px;
  }
  /* 逆走レーンは反転 */
  .scroller--right .track a:nth-child(5n+1) img {
    margin: clamp(30px, 3.6vw, 45px) 10px 0 10px;
  }
  .scroller--right .track a:nth-child(5n+2) img {
    margin: 0 10px 0 10px;
  }
  .scroller--right .track a:nth-child(5n+3) img {
    margin: clamp(60px, 8vw, 90px) 10px 0 10px;
  }
  .scroller--right .track a:nth-child(5n+4) img {
    margin: clamp(30px, 3.6vw, 45px) 10px 0 10px;
  }
  .scroller--right .track a:nth-child(5n+5) img {
    margin: 0 10px 0 10px;
  }
  .scroller--right .track a:nth-child(5n+6) img {
    margin: clamp(20px, 8vw, 90px) 10px 0 10px;
  }
  .scroller {
    overflow: hidden;
  }
  .track {
    display: flex;
    width: max-content;
  }
  .group {
    display: flex;
  }
  .track img {
    flex: 0 0 auto;
  }
  .track img:nth-of-type(2) {
    margin: 0.625rem 1.25rem 0 0;
  }
  .track img:nth-of-type(3) {
    margin: 1.5625rem 1.25rem 0 0;
  }
  .track img:nth-of-type(4) {
    margin: 2.5rem 1.25rem 0 0;
  }
  .track img:nth-of-type(5) {
    margin: 3.4375rem 1.25rem 0 0;
  }
  .track img:nth-of-type(6) {
    margin: 4.375rem 1.25rem 0 0;
  }
  .scroller--left .track {
    animation: marquee var(--speed) linear infinite;
  }
  .scroller--right .track {
    animation: marquee-rev var(--speed) linear infinite;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes marquee-rev {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  .ly_model {
    background: url(../images/new_top/75top_.webp) center/cover no-repeat;
    padding-top: clamp(24px, 4vw, 60px);
    margin-bottom: clamp(60px, 8vw, 100px);
  }
  .ly_model .bl_model_topContents {
    max-width: clamp(320px, 95vw, 1385px);
    margin: 0 auto clamp(16px, 3vw, 45px);
  }
  .ly_model .bl_model_topContents > * {
    max-width: 52%;
    box-sizing: border-box;
  }
  .ly_model .bl_model_ttl {
    font-size: clamp(32px, 6.5vw, 90px);
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 0.5;
  }
  .ly_model .bl_model_ttl span {
    font-size: clamp(10px, 1.5vw, 20px);
    display: inline-block;
    margin-top: 0;
    font-weight: 700;
  }
  .ly_model .bl_model_ttl span.el_yellow_square::before {
    left: clamp(-25px, -1.5vw, -10px);
  }
  .ly_model .bl_model_right_txt {
    font-size: clamp(14px, 1.6vw, 17px);
    color: #fff;
    margin-top: clamp(12px, 2.2vw, 35px);
    line-height: 1.6;
    font-weight: 700;
  }
  .ly_model .bl_model_bottomContents {
    position: relative;
    overflow: hidden;
    padding-bottom: clamp(24px, 4vw, 60px);
    /* ▼ テキスト（初期は非表示） */
    /* ▼ ★ a を hover → テキスト表示 */
    /* ▼ ★ a を hover → 下線が左→右へ伸びる */
  }
  .ly_model .bl_model_bottomContents a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    /* ▼ 黒いオーバーレイ（既存） */
  }
  .ly_model .bl_model_bottomContents a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.25s;
    z-index: 2;
    pointer-events: none;
  }
  .ly_model .bl_model_bottomContents a:hover::after {
    opacity: 1;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: clamp(12px, 3vw, 30px);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 3;
    transition: opacity 0.4s ease;
    /* ▼ サブタイトルフォント */
    /* ▼ 下線アニメ初期値 */
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt span {
    font-size: clamp(14px, 2.2vw, 22px);
    display: inline-block;
    font-weight: bold;
    line-height: 1.3;
    margin-top: clamp(6px, 1.5vw, 16px);
    position: relative;
    overflow: hidden;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt span.bl_model_bottom_subTtl {
    font-size: clamp(22px, 3.2vw, 38px);
    font-weight: 800;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.4s ease;
  }
  .ly_model .bl_model_bottomContents a:hover .bl_model_bottom_txt,
  .ly_model .bl_model_bottomContents a:hover .bl_model_bottom_txt {
    opacity: 1;
    pointer-events: auto;
  }
  .ly_model .bl_model_bottomContents a:hover .bl_model_bottom_txt span::after {
    width: 100%;
  }
  .ly_model .bl_model_house_img {
    position: absolute;
    bottom: 0;
    left: clamp(12px, 3vw, 40px);
    width: clamp(120px, 16vw, 200px);
    height: auto;
    max-width: 100%;
    z-index: 2;
  }
  .ly_model .bl_model_lead_box {
    width: clamp(280px, 55vw, 710px);
  }
  .ly_model .bl_model_lead_box .bl_model_lead {
    width: clamp(280px, 55vw, 710px);
    height: clamp(40px, 8vw, 65px);
  }
  /* estate */
  .ly_estate {
    padding-bottom: 5rem;
    /* ===== 背景ベース + ノイズ ===== */
    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_estate_topBox {
    background: url(../images/top_estate_back.jpg) no-repeat top center/cover;
    padding: 3.75rem 0;
    width: 100%;
  }
  .bl_estate_title {
    color: #fff;
    margin-bottom: clamp(20px, 5vw, 40px);
    text-align: center;
    font-size: clamp(30px, 8vw, 60px);
    font-weight: 800;
  }
  .bl_estate_title::after {
    background-color: #0076CC;
  }
  .bl_estate_topText {
    color: #fff;
    font-size: clamp(14px, 3vw, 20px);
    line-height: 2;
    font-weight: bold;
    text-align: center;
  }
  #loading {
    text-align: center;
  }
  .bl_estate_search {
    max-width: 70.25rem;
    margin: 0 auto;
    padding: 2.5rem 4.875rem 3.75rem;
    text-align: center;
  }
  .bl_estate_search .bl_search_radio {
    margin-bottom: 2.8125rem;
  }
  .bl_estate_search .bl_estate_radioBtn {
    display: block;
    color: #fff;
    width: 29.0625rem;
    font-size: 1.3125rem;
    letter-spacing: 0.125rem;
    font-weight: 700;
    background: #0ABA9E url(../images/new_top/11top_.svg) no-repeat left 5.9375rem center/100% auto;
    background-size: 3.3125rem;
    padding: 1.5rem 0;
    border: 0.1875rem solid transparent;
    border-radius: 3.125rem;
    transition: border-color 0.3s ease;
    cursor: pointer;
    position: relative;
  }
  .bl_estate_search .bl_constructing_btn {
    background: #FF7880 url(../images/new_top/12top_.svg) no-repeat left 5.625rem center/100% auto;
    background-size: 1.9375rem;
  }
  .bl_estate_search input[type=radio] {
    display: none;
  }
  .bl_estate_search input[type=radio]:checked + .bl_estate_radioBtn {
    border: solid 0.1875rem #000;
  }
  .bl_estate_search input[type=radio]:checked + .bl_estate_radioBtn::before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    background-color: #fff;
    border: solid 0.1875rem #000;
    border-radius: 50%;
    position: absolute;
    top: -0.875rem;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
  }
  .bl_estate_search input[type=radio]:checked + .bl_estate_radioBtn::after {
    content: "";
    width: 0.875rem;
    height: 0.5rem;
    border: solid #000;
    border-width: 0 0 0.1875rem 0.1875rem;
    position: absolute;
    top: -0.25rem;
    right: 50%;
    transform: translateX(50%) rotate(-45deg);
    z-index: 3;
  }
  .bl_estate_search input[type=checkbox] {
    display: none;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn {
    color: #fff;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -0.6875rem;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
    border: solid 0.125rem;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn::after {
    content: "";
    width: 0.6875rem;
    height: 0.3125rem;
    border: solid;
    border-width: 0 0 0.125rem 0.125rem;
    position: absolute;
    top: -0.25rem;
    right: 50%;
    transform: translateX(50%) rotate(-45deg);
    z-index: 3;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn.el_green {
    background: #0ABA9E;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn.el_green::before {
    border-color: #0ABA9E;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn.el_green::after {
    border-color: #0ABA9E;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn.el_pink {
    background: #FF7880;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn.el_pink::before {
    border-color: #FF7880;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn.el_pink::after {
    border-color: #FF7880;
  }
  .bl_estate_results {
    position: relative;
    text-align: center;
    font-size: clamp(16px, 2vw, 26px);
    font-weight: 700;
    line-height: 1.66;
    margin-bottom: 3.75rem;
    color: #030303;
  }
  .bl_estate_results::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #030303;
    width: 4.375rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -0.625rem;
  }
  .bl_estate_btn {
    position: relative;
    width: clamp(220px, 27vw, 300px);
    margin: 0 auto;
  }
  .bl_estate_btn::before {
    position: absolute;
    content: "";
    background: url(../images/new_top/14top_.svg);
    width: clamp(14px, 2vw, 20px);
    height: clamp(14px, 2vw, 20px);
    left: clamp(20px, 3vw, 35px);
    top: clamp(15px, 2vw, 22px);
    z-index: 1;
  }
  .el_green {
    color: #0ABA9E;
  }
  .el_pink {
    color: #FF7880;
  }
  .bl_estate_list {
    max-width: 70.25rem;
    margin: 0 calc(50% - 35.125rem + 1.25rem) 0.9375rem auto;
  }
  .bl_estate_list .bl_estate_item {
    width: 16.5625rem;
    margin: 0 0 2.8125rem 1.25rem;
    flex-basis: calc(25% - 1.25rem);
    position: relative;
  }
  .bl_estate_list .bl_estate_item .el_new_icon {
    top: -1.125rem;
  }
  .bl_estate_list .bl_estate_img {
    margin-bottom: 1.25rem;
  }
  .bl_estate_list .bl_estate_img img {
    display: block;
    width: clamp(240px, 45vw, 330px);
    aspect-ratio: 330/240;
    height: auto;
    object-fit: cover;
    margin-inline: auto;
  }
  .bl_estate_list .bl_estate_item_info {
    width: 14.375rem;
    margin: 0 auto;
  }
  .bl_estate_list .bl_estate_tags {
    margin-bottom: 1rem;
  }
  .bl_estate_list .bl_estate_city {
    font-size: 0.875rem;
    font-weight: 700;
    margin-right: clamp(10px, 2vw, 20px);
    color: #030303;
  }
  .bl_estate_list .bl_estate_section {
    font-size: clamp(11px, 0.8vw, 13px);
    padding: clamp(3px, 0.8vw, 4px) clamp(6px, 0.8vw, 10px);
    border-radius: clamp(14px, 1.4vw, 20px);
    width: clamp(64px, 8vw, 90px);
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .bl_estate_list .bl_estate_section.el_green {
    background-color: #0ABA9E;
  }
  .bl_estate_list .bl_estate_section.el_pink {
    background-color: #FF7880;
  }
  .bl_estate_list .bl_estate_name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
    color: #030303;
  }
  .bl_estate_list .bl_estate_price {
    font-size: 0.9375rem;
    padding: 0.5625rem 0;
    border-width: 0.0625rem 0 0.0625rem 0;
    margin-bottom: 1.25rem;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    color: #030303;
    font-weight: 500;
  }
  .bl_estate_list .bl_estate_price span {
    font-size: 1.375rem;
    font-weight: 700;
    color: #C20000;
  }
  .bl_estate_list .bl_estate_txt {
    font-size: 1rem;
    line-height: 1.43;
    color: #030303;
    margin-bottom: 1.5625rem;
  }
  .bl_estate_list .bl_estate_link {
    margin-left: auto;
    position: relative;
  }
  .bl_estate_list .bl_estate_link::after {
    content: "";
    position: absolute;
    background: url(../images/new_top/15top_.svg);
    width: clamp(10px, 1.2vw, 13px);
    height: clamp(10px, 1.2vw, 13px);
    left: clamp(5px, 1vw, 8px);
    top: clamp(3px, 1vw, 5px);
    z-index: 1;
  }
  .bl_estate_list .el_btn_hover_area:hover .bl_estate_link::after {
    background: url(../images/new_top/14top_.svg);
  }
  .page-numbers {
    display: none;
  }
  /* interview */
  .ly_interview {
    padding-bottom: clamp(24px, 6vw, 60px);
  }
  .bl_interview_ttl {
    font-size: clamp(32px, 6.5vw, 90px);
    font-weight: 700;
    color: #030303;
    line-height: 0.5;
    text-align: center;
  }
  .bl_interview_ttl span {
    display: inline-block;
    font-size: clamp(10px, 1.5vw, 20px);
    text-align: center;
    font-weight: 700;
  }
  .bl_interview_ttl span.el_yellow_square::before {
    left: clamp(-25px, -1.5vw, -10px);
  }
  .bl_interview_lead_box {
    width: clamp(300px, 62vw, 860px);
  }
  .bl_interview_lead_box .bl_interview_lead {
    width: clamp(300px, 62vw, 860px);
  }
  .bl_interview_lead_box .bl_interview_lead02 {
    width: clamp(260px, 50vw, 680px);
    margin-top: clamp(8px, 2.5vw, 20px);
  }
  .bl_interview_flexBox {
    margin-top: clamp(20px, 6vw, 50px);
  }
  .bl_interview_flexBox li {
    position: relative;
    /* ▼ テキスト（初期は透明） */
    /* ▼ hover でテキストフェードイン */
    /* ▼ hover で下線アニメ（左→右） */
    /* ▼ オーバーレイ（既存） */
  }
  .bl_interview_flexBox li .bl_interview_txt {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: clamp(8px, 3vw, 20px);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    z-index: 3;
    transition: opacity 0.5s ease;
    /* ▼ 下線（初期は width:0） */
  }
  .bl_interview_flexBox li .bl_interview_txt span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: clamp(14px, 1.8vw, 23px);
  }
  .bl_interview_flexBox li .bl_interview_txt span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: currentColor;
    transition: width 0.4s ease;
  }
  .bl_interview_flexBox li:hover .bl_interview_txt {
    opacity: 1;
    pointer-events: auto;
  }
  .bl_interview_flexBox li:hover .bl_interview_txt span::after {
    width: 100%;
  }
  .bl_interview_flexBox li::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.25s;
    z-index: 2;
    pointer-events: none;
  }
  .bl_interview_flexBox li:hover::after {
    opacity: 1;
  }
  .bl_interview_btn {
    margin-top: clamp(24px, 7vw, 70px);
  }
  /* event */
  .ly_event {
    max-width: clamp(320px, 95vw, 1385px);
    margin: 0 auto;
  }
  .ly_event .bl_event_title {
    width: clamp(180px, 21.5vw, 230px);
    margin-bottom: 3.125rem;
    font-size: clamp(32px, 6.5vw, 90px);
    font-weight: 700;
    color: #030303;
    text-align: left;
  }
  .ly_event .bl_event_title span {
    display: block;
    margin: clamp(5px, 1vw, 10px) 0 0 0;
    font-size: clamp(10px, 1.5vw, 20px);
    text-align: center;
    font-weight: 700;
  }
  .ly_event .bl_event_title span.el_yellow_square::before {
    left: clamp(5px, 1vw, 15px);
  }
  .ly_event .bl_event_list h3 {
    position: relative;
    font-size: 1.125rem;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 0.875rem;
    font-weight: 700;
    margin: 3.4375rem 0 1.25rem;
    color: #030303;
  }
  .ly_event .bl_event_list h3::before {
    content: "開催中";
    position: absolute;
    font-size: 0.8125rem;
    background: #0076CC;
    color: #fff;
    width: 5.625rem;
    height: 1.25rem;
    top: -2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
  }
  .ly_event .bl_event_list a {
    position: relative;
    width: 22.5rem;
    flex-basis: calc(33.333% - 1.25rem);
    height: 34.375rem;
  }
  .ly_event .bl_event_list figure {
    max-width: clamp(320px, 42vw, 450px);
    height: clamp(240px, 30vw, 320px);
  }
  .ly_event .bl_event_list figure img {
    max-width: clamp(320px, 42vw, 450px);
    height: clamp(240px, 30vw, 320px);
    object-fit: contain;
  }
  .ly_event .bl_event_text {
    position: relative;
    padding-left: 3.625rem;
    line-height: 1.4;
  }
  .ly_event .bl_event_text::before {
    position: absolute;
    background: #c8c8c4;
    border-radius: 1.25rem;
    width: 2.8125rem;
    height: 1.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
  }
  .ly_event .bl_event_text.el_event_time {
    margin-bottom: 0.625rem;
    letter-spacing: -0.0625rem;
  }
  .ly_event .bl_event_text.el_event_time::before {
    content: "日時";
  }
  .ly_event .bl_event_text.el_event_place::before {
    content: "場所";
  }
  .ly_event .el_more_btn {
    margin-top: 1.625rem;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .ly_event .el_sectionLink_btn {
    margin-top: 3.75rem;
  }
  /* info */
  .ly_info {
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #0a1931;
    background-image: linear-gradient(rgba(0, 29, 85, 0.8117647059), rgba(0, 29, 85, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
    position: relative;
    padding: clamp(40px, 8vw, 100px) 0 clamp(60px, 12vw, 160px);
  }
  .ly_info .bl_info_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ly_info .bl_info_btn a {
    color: #fff;
    width: clamp(200px, 35vw, 355px);
  }
  .bl_info_title {
    color: #030303;
    font-size: clamp(24px, 4vw, 54px);
    font-weight: bold;
    margin-bottom: clamp(20px, 6vw, 60px);
    display: inline-block;
  }
  .bl_info_subttl {
    position: relative;
    font-weight: bold;
    color: #030303;
    margin-left: clamp(12px, 2.5vw, 50px);
    font-size: clamp(12px, 1.3vw, 16px);
  }
  .bl_info_subttl.el_yellow_square::before {
    bottom: 4px;
  }
  .bl_info_wrapper {
    max-width: clamp(320px, 95vw, 1385px);
    margin: 0 auto;
    gap: 1rem;
  }
  .bl_companyInfo_listBox,
  .bl_companyInfo_company {
    position: relative;
    background: #fff;
    padding: clamp(20px, 3vw, 40px) clamp(15px, 2vw, 35px) 0;
    width: clamp(280px, 47vw, 680px);
    height: 53.75rem;
    margin: 0 auto;
    border-radius: clamp(8px, 3vw, 20px);
  }
  .bl_companyInfo_contents a {
    color: #333;
    text-decoration: none;
    font-size: clamp(14px, 2vw, 16px);
  }
  .bl_companyInfo_list {
    position: relative;
    border-top: 1px solid #7d7d7d;
    padding: clamp(12px, 4vw, 28px) 0;
  }
  .bl_companyInfo_list::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 0;
    color: #0076CC;
    transition: 0.3s;
  }
  .bl_companyInfo_list:hover::after {
    right: clamp(-4px, -1vw, -10px);
  }
  .bl_companyInfo_list.__update::before {
    content: "更新情報";
  }
  .bl_companyInfo_list.__announce::before {
    content: "お知らせ";
  }
  .bl_companyInfo_list::before {
    position: absolute;
    font-size: clamp(12px, 1.3vw, 12px);
    color: #808080;
    display: inline-block;
    left: clamp(30px, 10vw, 110px);
    top: clamp(8px, 2vw, 25px);
    border: 1px solid #808080;
    border-radius: clamp(4px, 2vw, 20px);
    padding: clamp(2px, 1vw, 4px) clamp(6px, 3vw, 15px);
  }
  .bl_companyInfo_list:nth-last-of-type(1) {
    border-bottom: 1px solid #7d7d7d;
  }
  .el_info_time {
    color: #AD0012;
    font-weight: 700;
    font-size: clamp(13px, 2vw, 15px);
    margin-bottom: clamp(10px, 3vw, 20px);
  }
  .bl_info_pic_title {
    font-size: clamp(13px, 2vw, 16px);
    margin-bottom: clamp(6px, 1.5vw, 10px);
  }
  .bl_info_postContents p {
    font-size: clamp(13px, 2vw, 16px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }
  .bl_companyInfo_contents.company li {
    margin-bottom: clamp(12px, 4vw, 30px);
  }
  .bl_companyInfo_companyList li {
    position: relative;
  }
  .bl_companyInfo_companyList li:nth-of-type(3) .bl_studio_infoName {
    position: relative;
  }
  .bl_companyInfo_companyList li:nth-of-type(3) .bl_studio_infoName::after {
    position: absolute;
    content: "完全予約制";
    background: #C13B42;
    color: #fff;
    width: clamp(70px, 7vw, 88px);
    font-size: clamp(12px, 1vw, 14px);
    text-align: center;
    right: clamp(0px, -5vw, -10px);
    top: clamp(-3px, -0.5vw, -5px);
    padding: clamp(3px, 0.8vw, 6px) 0;
  }
  .bl_child_contentText {
    height: 12.1875rem;
  }
  .bl_child_contentText .bl_studio_infoName {
    color: #030303;
    font-size: clamp(10px, 1.4vw, 18px);
    font-weight: 700;
    border-bottom: 1px solid #7d7d7d;
    padding: 0 clamp(6px, 2vw, 15px) clamp(6px, 2vw, 15px) 0;
    margin-bottom: clamp(4px, 2vw, 8px);
    width: clamp(180px, 24vw, 300px);
  }
  .bl_child_contentText .el_telText {
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 600;
    color: #0076CC;
    display: flex;
    align-items: center;
    margin-bottom: clamp(6px, 2vw, 10px);
  }
  .bl_child_contentText .el_telText span {
    font-size: clamp(10px, 1.1vw, 16px);
    font-weight: normal;
    margin-right: clamp(4px, 0.5vw, 6px);
  }
  .bl_child_contentText p {
    font-size: clamp(10px, 1.4vw, 15px);
    line-height: 1.33;
  }
  .bl_child_contentText figure {
    margin: 0;
    width: clamp(140px, 16vw, 226px);
    margin-right: clamp(12px, 1.5vw, 20px);
  }
}
@media (max-width: 830px) {
  .multi-underline-animation span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: left;
  }
  .multi-underline-animation span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.6s ease;
  }
  .hp_sp_None {
    display: none !important;
  }
  .hp_sp_flexNone {
    display: block !important;
  }
  .el_border_background {
    position: relative;
    padding-top: 1px;
  }
  .el_border_background::before {
    content: "";
    display: block;
    position: absolute;
    --cell: 10px;
    --line: #e9edf2;
    --line-strong: #d9dee6;
    --radius: 6px;
    width: 100%;
    height: 79vw;
    background: repeating-linear-gradient(to right, transparent 0 calc(var(--cell) * 5 - 1px), var(--line-strong) calc(var(--cell) * 5 - 1px) calc(var(--cell) * 5)), repeating-linear-gradient(to bottom, transparent 0 calc(var(--cell) * 5 - 1px), var(--line-strong) calc(var(--cell) * 5 - 1px) calc(var(--cell) * 5)), repeating-linear-gradient(to right, transparent 0 calc(var(--cell) - 1px), var(--line) calc(var(--cell) - 1px) var(--cell)), repeating-linear-gradient(to bottom, transparent 0 calc(var(--cell) - 1px), var(--line) calc(var(--cell) - 1px) var(--cell));
    border-top: 4px solid var(--topbar);
    border-left: 1px solid #dfe3e8;
    border-right: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    border-radius: var(--radius);
    overflow: hidden;
    background-color: #fff;
    z-index: -1;
  }
  .el_sec_title {
    font-size: 9.156626506vw;
    line-height: 1;
    z-index: 2;
  }
  .el_sec_title::after {
    width: 13.2530120482vw;
    height: 13.2530120482vw;
  }
  .el_sec_title .el_small_title {
    line-height: 1;
    font-size: 3.8554216867vw;
    margin-bottom: 0.3614457831vw;
  }
  .el_left_title::after {
    top: -4.8192771084vw;
    left: -5.7831325301vw;
  }
  .el_center_title::after {
    top: -3.9759036145vw;
    right: 50%;
    transform: translateX(50%);
  }
  .el_more_btn {
    line-height: 1;
    font-size: 2.4096385542vw;
    padding: 0.6024096386vw 0 1.0843373494vw;
    width: 16.8674698795vw;
    border-radius: 7.2289156627vw;
    border-width: 0.3614457831vw;
  }
  .el_more_btn::after {
    top: 0.6024096386vw;
    right: 1.4457831325vw;
  }
  .el_sectionLink_btn a {
    font-size: 3.1325301205vw;
    padding: 4.578313253vw 0;
    width: 58.4337349398vw;
    border-radius: 9.6385542169vw;
    font-weight: normal;
  }
  .el_sectionLink_btn a::after {
    font-size: 3.3734939759vw;
    top: 4.8192771084vw;
    right: 4.8192771084vw;
  }
  .el_new_icon {
    width: 9.6385542169vw;
    margin: 0 0 -4.8192771084vw 1.2048192771vw;
  }
  .el_yellow_square {
    position: relative;
  }
  .el_yellow_square::before {
    content: "";
    position: absolute;
    display: block;
    width: 2.4096385542vw;
    height: 2.4096385542vw;
    background: #FFE300;
    left: -3.0120481928vw;
    bottom: 0.9638554217vw;
  }
  a:hover {
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
  }
  .bl_section_wrapper {
    padding: 0 4.8192771084vw;
  }
  .ly_feature.el_border_background::before {
    height: 78.313253012vw;
  }
  .ly_feature .bl_section_wrapper {
    padding: 21.686746988vw 4.8192771084vw 5.421686747vw;
  }
  .ly_feature .bl_feature_lead_box {
    width: 87.9518072289vw;
  }
  .ly_feature .bl_feature_lead_box .bl_feature_lead {
    width: 62.6506024096vw;
  }
  .ly_feature .bl_feature_lead_box .bl_feature_lead02 {
    width: 87.9518072289vw;
    margin-top: 2.4096385542vw;
  }
  .ly_feature h2 {
    font-size: 17.3493975904vw;
    font-weight: 700;
    color: #030303;
    margin-bottom: 8.4337349398vw;
  }
  .ly_feature h2 span {
    display: block;
    font-size: 3.8554216867vw;
    margin-left: 3.6144578313vw;
    color: #030303;
    font-weight: bold;
  }
  .ly_feature h2 span.el_yellow_square {
    position: relative;
  }
  .ly_feature h2 span.el_yellow_square::before {
    content: "";
    position: absolute;
    display: block;
    width: 2.4096385542vw;
    height: 2.4096385542vw;
    background: #FFE300;
    left: -3.0120481928vw;
    bottom: 0.9638554217vw;
  }
  .ly_feature .bl_feature_contents {
    display: block;
    margin-top: 1.8072289157vw;
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_txtContents .bl_feature_topTxt, .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_txtContents .bl_feature_topTxt {
    font-size: 6.7469879518vw;
  }
  .ly_feature .bl_feature_contents.el_back_blue .bl_feature_intro,
  .ly_feature .bl_feature_contents.el_back_blue .bl_feature_btn::before {
    background: #0076CC;
  }
  .ly_feature .bl_feature_contents.el_back_yellow .bl_feature_intro,
  .ly_feature .bl_feature_contents.el_back_yellow .bl_feature_btn::before {
    background: #C4AE4C;
  }
  .ly_feature .bl_feature_contents.el_back_green .bl_feature_intro,
  .ly_feature .bl_feature_contents.el_back_green .bl_feature_btn::before {
    background: #0ABA9E;
  }
  .ly_feature .bl_feature_contents .bl_feature_imgContents {
    position: relative;
    height: 33.734939759vw;
  }
  .ly_feature .bl_feature_contents .bl_feature_imgContents .bl_feature_intro {
    position: absolute;
    font-size: 3.6144578313vw;
    font-weight: 800;
    top: 4.8192771084vw;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    width: 42.7710843373vw;
    margin: 0 auto;
  }
  .ly_feature .bl_feature_contents .bl_feature_imgContents h3 {
    font-size: 7.7108433735vw;
    font-weight: 900;
    text-decoration: underline;
    color: #fff;
    position: absolute;
    top: 10.843373494vw;
    left: 0;
    right: 0;
    text-align: center;
  }
  .ly_feature .bl_feature_contents .bl_feature_imgContents h3 span {
    font-size: 4.8192771084vw;
    display: inline-block;
  }
  .ly_feature .bl_feature_contents .bl_feature_txtContents {
    display: block;
    color: #fff;
    text-align: center;
    padding: 6.0240963855vw 4.2168674699vw 10.843373494vw;
  }
  .ly_feature .bl_feature_contents .bl_feature_txtContents .bl_feature_topTxt {
    font-size: 4.6987951807vw;
    font-weight: 700;
    margin-bottom: 3.6144578313vw;
  }
  .ly_feature .bl_feature_contents .bl_feature_txtContents .bl_feature_topTxt span {
    font-size: 8.0722891566vw;
    font-weight: 700;
  }
  .ly_feature .bl_feature_contents .bl_feature_txtContents .bl_feature_txt {
    line-height: 2;
    font-size: 3.4939759036vw;
  }
  .ly_feature .bl_feature_contents .bl_feature_txtContents .bl_feature_btn {
    position: relative;
    margin-top: 8.4337349398vw;
    text-align: right;
    font-size: 3.3734939759vw;
    text-decoration: underline;
    padding-right: 12.0481927711vw;
  }
  .ly_feature .bl_feature_contents .bl_feature_txtContents .bl_feature_btn a {
    font-weight: 700;
  }
  .ly_feature .bl_feature_contents .bl_feature_txtContents .bl_feature_btn::before {
    content: "→";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2.4096385542vw;
    top: -0.6024096386vw;
    font-size: 3.6144578313vw;
    width: 6.0240963855vw;
    height: 6.0240963855vw;
    border-radius: 50%;
    font-weight: 900;
  }
  .ly_feature .bl_feature_contents:nth-of-type(1) .bl_feature_txtContents {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8117647059), rgba(0, 0, 0, 0.8117647059)), url(../images/new_top/noise.png);
  }
  .ly_feature .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents {
    background: url(../images/new_top/50top_.webp);
    background-size: 100% auto;
    position: relative;
    height: 33.734939759vw;
  }
  .ly_feature .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3 {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    width: 72.2891566265vw;
    margin: 0 auto;
  }
  .ly_feature .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3 span {
    font-size: 7.7108433735vw;
    font-weight: 900;
    color: #fff;
    display: inline-block;
  }
  .ly_feature .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.6s ease;
  }
  .ly_feature .bl_feature_contents:nth-of-type(1) .bl_feature_imgContents h3.is-active::after {
    width: 100%;
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_txtContents {
    background-image: linear-gradient(rgba(26, 29, 31, 0.8117647059), rgba(26, 29, 31, 0.8117647059)), url(../images/new_top/noise.png);
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents {
    background: url(../images/new_top/48top_.webp);
    background-size: 100% auto;
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    width: 72.2891566265vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    /* ▼ 2行目（小） */
    /* ▼ fadeUp の is-active で線アニメ発動 */
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(1) {
    font-size: 7.7108433735vw;
    font-weight: 900;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 700;
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.6s ease;
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(2) {
    font-size: 4.3373493976vw;
    font-weight: 700;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3 span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.6s ease 0.15s; /* 少し遅らせる */
  }
  .ly_feature .bl_feature_contents:nth-of-type(2) .bl_feature_imgContents h3.is-active span::after {
    width: 100%;
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_txtContents {
    background-image: linear-gradient(rgba(52, 56, 58, 0.8117647059), rgba(52, 56, 58, 0.8117647059)), url(../images/new_top/noise.png);
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents {
    background: url(../images/new_top/49top_.webp);
    background-size: 100% auto;
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    width: 72.2891566265vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    /* ▼ 2行目（小） */
    /* ▼ fadeUp の is-active で線アニメ発動 */
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(1) {
    font-size: 7.7108433735vw;
    font-weight: 900;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.6s ease;
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(2) {
    font-size: 4.3373493976vw;
    font-weight: 700;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3 span:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.6s ease 0.15s; /* 少し遅らせる */
  }
  .ly_feature .bl_feature_contents:nth-of-type(3) .bl_feature_imgContents h3.is-active span::after {
    width: 100%;
  }
  .ly_works .bl_section_wrapper {
    padding: 18.0722891566vw 4.8192771084vw 7.2289156627vw;
  }
  .ly_works h2 {
    font-size: 17.3493975904vw;
    color: #030303;
    font-weight: 700;
  }
  .ly_works h2 span {
    display: block;
    font-size: 3.8554216867vw;
    margin-left: 3.6144578313vw;
    font-weight: 700;
  }
  .ly_works h2 span.el_yellow_square {
    position: relative;
  }
  .ly_works h2 span.el_yellow_square::before {
    content: "";
    position: absolute;
    display: block;
    width: 2.4096385542vw;
    height: 2.4096385542vw;
    background: #FFCC1E;
    left: -4.2168674699vw;
    bottom: 0.9638554217vw;
  }
  .ly_works .bl_works_lead_box {
    width: 87.9518072289vw;
    margin-top: 9.6385542169vw;
  }
  .ly_works .bl_works_lead_box .bl_works_lead {
    width: 71.0843373494vw;
  }
  .ly_works .bl_works_lead_box .bl_works_lead02 {
    width: 86.7469879518vw;
    margin-top: 2.4096385542vw;
  }
  .ly_works .bl_works_list {
    display: block;
    margin-top: 2.4096385542vw;
  }
  .ly_works .bl_works_item {
    width: 100%;
    padding-bottom: 6.0240963855vw;
  }
  .ly_works .bl_works_item h3 {
    font-size: 5.0602409639vw;
    color: #030303;
    font-weight: 800;
    margin-left: 7.2289156627vw;
    margin-top: 3.6144578313vw;
    color: #030303;
    position: relative;
    display: inline-block;
  }
  .ly_works .bl_works_item h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #030303;
    transition: width 0.6s ease;
  }
  .ly_works .bl_works_item h3.fadeUp.is-active::after {
    width: 100%;
  }
  .ly_works .bl_works_btn {
    margin-top: 6.0240963855vw;
  }
  .ly_works .bl_works_btn a {
    font-size: 3.6144578313vw;
    font-weight: 700;
  }
  .ly_staff {
    display: block;
    /* スクロール系 */
    /* 継ぎ目無し */
    /* 段差（5枚サイクル） */
    /* 逆走レーンは反転 */
  }
  .ly_staff .bl_section_wrapper {
    padding: 18.0722891566vw 4.8192771084vw 6.6265060241vw;
  }
  .ly_staff .bl_staff_ttl {
    font-size: 17.3493975904vw;
    font-weight: 700;
    color: #030303;
    line-height: 0.5;
  }
  .ly_staff .bl_staff_ttl span {
    font-weight: 700;
    font-size: 3.8554216867vw;
    margin-left: 3.6144578313vw;
  }
  .ly_staff .bl_staff_ttl span.el_yellow_square::before {
    left: -4.2168674699vw;
  }
  .ly_staff .bl_staff_lead_box {
    width: 87.9518072289vw;
    margin-top: 9.6385542169vw;
  }
  .ly_staff .bl_staff_lead_box .bl_staff_lead {
    width: 53.0120481928vw;
  }
  .ly_staff .bl_staff_lead_box .bl_staff_lead02 {
    width: 86.7469879518vw;
    margin-top: 2.4096385542vw;
  }
  .ly_staff .bl_staff_btn {
    margin-top: 8.4337349398vw;
  }
  .ly_staff .bl_staff_btn a {
    font-size: 3.6144578313vw;
    font-weight: 700;
  }
  .ly_staff .scroller {
    --gap: vw(24px);
    --speed: 35s;
    overflow: hidden;
    width: 100%;
    padding-block: 0.9638554217vw;
    background: #fff;
  }
  .ly_staff .scroller .track {
    display: inline-flex;
    gap: var(--gap);
    align-items: flex-start !important;
    will-change: transform;
  }
  .ly_staff .scroller img {
    width: 48.1927710843vw;
    height: 36.1445783133vw;
    object-fit: cover;
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
  }
  .ly_staff .scroller--left .track {
    animation: marquee var(--speed) linear infinite;
  }
  .ly_staff .scroller--right .track {
    animation: marquee-rev var(--speed) linear infinite;
  }
  .ly_staff .scroller:hover .track {
    animation-play-state: running !important;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes marquee-rev {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  .ly_staff .scroller .track a:nth-child(5n+2) img {
    margin: 6.0240963855vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller .track a:nth-child(5n+3) img {
    margin: 12.0481927711vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller .track a:nth-child(5n+4) img {
    margin: 0vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller .track a:nth-child(5n+5) img {
    margin: 6.0240963855vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller .track a:nth-child(5n+6) img {
    margin: 12.0481927711vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller--right .track a img:nth-child(5n+2) img {
    margin: 6.0240963855vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller--right .track a img:nth-child(5n+3) img {
    margin: 12.0481927711vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller--right .track a img:nth-child(5n+4) img {
    margin: 0vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller--right .track a img:nth-child(5n+5) img {
    margin: 6.0240963855vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller--right .track a img:nth-child(5n+6) img {
    margin: 12.0481927711vw 0.6024096386vw 0 0.6024096386vw;
  }
  .ly_staff .scroller {
    overflow: hidden;
  }
  .ly_staff .track {
    display: flex;
    width: max-content;
  }
  .ly_staff .group {
    display: flex;
  }
  .ly_staff .track img {
    flex: 0 0 auto;
  }
  .ly_staff .scroller--left .track {
    animation: marquee var(--speed) linear infinite;
  }
  .ly_staff .scroller--right .track {
    animation: marquee-rev var(--speed) linear infinite;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes marquee-rev {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  .ly_contact {
    padding-top: 18.0722891566vw;
  }
  .ly_contact .bl_contact_flexBox {
    display: block;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_right {
    position: relative;
    padding: 6.0240963855vw 0 24.0963855422vw;
    background: url(../images/new_top/60top_.webp) center/cover no-repeat;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_right .bl_contact_right_ttl {
    width: 60.2409638554vw;
    margin: 0 auto;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_right .bl_contact_right_txt {
    position: absolute;
    width: 18.0722891566vw;
    right: 2.4096385542vw;
    top: 2.4096385542vw;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_right .bl_contact_right_bottomTtl {
    padding: 1.2048192771vw 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -3.6144578313vw;
    width: 84.3373493976vw;
    margin: 0 auto;
    color: #fff;
    font-weight: 800;
    font-size: 4.8192771084vw;
    text-align: center;
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #FFB018;
    background-image: linear-gradient(rgba(255, 176, 24, 0.8117647059), rgba(255, 176, 24, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_left {
    padding: 0;
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #FFE200;
    background-image: linear-gradient(rgba(255, 226, 0, 0.8117647059), rgba(255, 226, 0, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_left .bl_contact_left_wrapper {
    padding: 4.8192771084vw 0 7.2289156627vw;
    position: relative;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_left .bl_contact_left_txt {
    text-align: center;
    font-size: 3.6144578313vw;
    line-height: 1.7;
    margin-top: 2.4096385542vw;
    font-weight: 700;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_left .bl_contact_left_btn a {
    position: relative;
    color: #fff;
    font-size: 3.6144578313vw;
    width: 61.4457831325vw;
    margin: 6.0240963855vw auto 0;
    background: #FF8020;
    border-radius: 6.0240963855vw;
    text-align: center;
    padding: 3.6144578313vw 0;
    font-weight: 700;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_left .bl_contact_left_btn a::after {
    content: "→";
    position: absolute;
    font-size: 3.6144578313vw;
    right: 2.6506024096vw;
    top: 3.8554216867vw;
    color: #fff;
  }
  .ly_contact .bl_contact_flexBox .bl_contact_left .bl_contact_left_human {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18.0722891566vw;
  }
  .ly_model {
    margin: 12.0481927711vw 0 18.0722891566vw;
    padding: 16.8674698795vw 0;
    background: url(../images/new_top/sp/12top_sp.webp);
  }
  .ly_model .bl_model_topContents {
    display: block;
    padding: 0 4.8192771084vw;
  }
  .ly_model .bl_model_topContents .bl_model_ttl {
    font-size: 15.0602409639vw;
    color: #fff;
    line-height: 0.6;
    font-weight: 700;
  }
  .ly_model .bl_model_topContents .bl_model_ttl span {
    font-size: 3.8554216867vw;
    margin-left: 3.0120481928vw;
    font-weight: 700;
  }
  .ly_model .bl_model_topContents .bl_model_ttl .el_yellow_square::before {
    bottom: 1.2048192771vw;
  }
  .ly_model .bl_model_topContents .bl_model_right_txt {
    margin-top: 4.8192771084vw;
    color: #fff;
    font-size: 3.3734939759vw;
    line-height: 1.9;
  }
  .ly_model .bl_model_topContents .bl_model_lead_box {
    margin-top: 6.0240963855vw;
  }
  .ly_model .bl_model_topContents .bl_model_lead_box .bl_model_lead {
    width: 87.9518072289vw;
  }
  .ly_model .bl_model_flex_None {
    display: block;
  }
  .ly_model .bl_model_bottomContents {
    position: relative;
    margin-top: 9.6385542169vw;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt {
    font-weight: 700;
    text-decoration: underline;
    font-size: 3.8554216867vw;
    color: #fff;
    padding-left: 4.8192771084vw;
    margin-top: 2.4096385542vw;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt span {
    font-weight: 700;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt .bl_model_bottom_subTtl {
    display: block;
    font-weight: 800;
    font-size: 5.0602409639vw;
    margin-top: 1.2048192771vw;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt .bl_model_bottom_subTtl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: currentColor;
  }
  .ly_model .bl_model_bottomContents .bl_model_bottom_txt .bl_model_bottom_subTtl.fadeUp.is-active::after {
    width: 100%;
    transition: width 0.6s ease;
  }
  .ly_model .bl_model_bottomContents .bl_model_house_img {
    position: absolute;
    right: 0;
    bottom: 9.0361445783vw;
    width: 31.3253012048vw;
  }
  .ly_interview.el_border_background::before {
    height: 55%;
  }
  .ly_interview .splide__slide {
    width: 84.3373493976vw !important;
  }
  .ly_interview .splide__slide img {
    width: 84.3373493976vw !important;
    height: 84.3373493976vw !important;
    object-fit: cover;
    object-position: center;
  }
  .ly_interview .bl_interview_wrapper {
    text-align: left;
    padding: 16.8674698795vw 4.8192771084vw 7.2289156627vw;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_ttl {
    font-size: 17.3493975904vw;
    color: #030303;
    font-weight: 700;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_ttl .el_small_title {
    display: block;
    font-size: 4.0963855422vw;
    margin-left: 3.6144578313vw;
    font-weight: 700;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_ttl .el_small_title.el_yellow_square {
    position: relative;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_ttl .el_small_title.el_yellow_square::before {
    content: "";
    position: absolute;
    display: block;
    width: 3.0120481928vw;
    height: 3.0120481928vw;
    background: #FFE300;
    left: -4.2168674699vw;
    bottom: 0.9638554217vw;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_lead_box {
    width: 87.9518072289vw;
    margin-top: 8.4337349398vw;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_lead_box .bl_interview_lead {
    width: 87.9518072289vw;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_lead_box .bl_interview_lead02 {
    width: 67.4698795181vw;
    margin-top: 2.4096385542vw;
  }
  .ly_interview .bl_interview_wrapper .bl_interview_flexBox li img {
    width: 120.4819277108vw;
  }
  .ly_interview .bl_interview_splide .splide__arrows {
    display: none;
  }
  .ly_interview .bl_interview_txt {
    margin-top: 2.4096385542vw;
  }
  .ly_interview .bl_interview_txt span {
    font-size: 5.0602409639vw;
    font-weight: 800;
    text-align: center;
    color: #030303;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .ly_interview .bl_interview_txt span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: currentColor;
    transition: width 0.6s ease;
  }
  .ly_interview .bl_interview_txt.fadeUp.is-active span::after {
    width: 100%;
  }
  .ly_interview .bl_interview_btn {
    margin-top: 9.6385542169vw;
  }
  .ly_interview .bl_interview_btn a {
    font-weight: 700;
    font-size: 3.6144578313vw;
  }
  .ly_event {
    margin-top: 15.6626506024vw;
  }
  .ly_event .bl_event_title {
    font-size: 17.3493975904vw;
    padding-left: 4.8192771084vw;
    font-weight: 700;
    color: #030303;
    margin-bottom: 9.6385542169vw;
  }
  .ly_event .bl_event_title span {
    font-weight: bold;
    display: block;
    font-size: 3.8554216867vw;
    margin-left: 2.4096385542vw;
    font-weight: 700;
  }
  .ly_event .bl_event_splide {
    padding-left: 4.8192771084vw;
  }
  .ly_event .bl_event_splide .splide__arrows {
    display: none;
  }
  .ly_event .bl_event_text {
    position: relative;
    padding-left: 9.6385542169vw;
    line-height: 1.4;
    font-size: 2.6506024096vw;
  }
  .ly_event .bl_event_text::before {
    position: absolute;
    background: #c8c8c4;
    border-radius: 2.4096385542vw;
    font-size: 2.8915662651vw;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0.6024096386vw;
    padding: 0.3614457831vw 1.2048192771vw;
    width: 9.6385542169vw;
    letter-spacing: 0.16em;
  }
  .ly_event .bl_event_text.el_event_time {
    margin-bottom: 1.2048192771vw;
    letter-spacing: -0.1204819277vw;
  }
  .ly_event .bl_event_text.el_event_time::before {
    content: "日時";
  }
  .ly_event .bl_event_text.el_event_place::before {
    content: "場所";
  }
  .ly_event .bl_event_list a {
    width: 100%;
  }
  .ly_event .bl_event_list figure {
    max-width: 84.3373493976vw;
    height: 60.2409638554vw;
  }
  .ly_event .bl_event_list figure img {
    max-width: clamp(320px, 42vw, 450px);
    height: clamp(240px, 30vw, 320px);
    object-fit: contain;
  }
  .ly_event .bl_event_list h3 {
    position: relative;
    font-size: 4.0963855422vw;
    border-bottom: 2px solid #ccc;
    padding: 3.0120481928vw 0 1.686746988vw;
    font-weight: 700;
    margin-bottom: 2.4096385542vw;
  }
  .ly_event .bl_event_list h3::before {
    content: "開催中";
    position: absolute;
    font-size: 3.1325301205vw;
    background: #0076CC;
    color: #fff;
    width: 19.2771084337vw;
    top: -4.8192771084vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    padding: 0.2409638554vw 0;
    font-weight: 700;
  }
  .ly_event .bl_event_infoContents {
    position: relative;
    width: 74.6987951807vw;
    margin: 12.0481927711vw auto 0;
    height: 36.1445783133vw;
  }
  .ly_event .splide__pagination {
    position: absolute;
    bottom: 43vw;
    left: 0;
    right: 0;
    text-align: center;
  }
  .ly_event .splide__pagination .splide__pagination__page {
    border-radius: 50%;
    width: 2.4096385542vw;
    height: 2.4096385542vw;
    padding: 0;
    margin-right: 1.8072289157vw;
  }
  .ly_event .splide__pagination .splide__pagination__page.is-active {
    background: #030303;
  }
  .ly_event .el_more_btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .ly_event .bl_event_btn {
    margin-top: 7.2289156627vw;
  }
  .ly_event .bl_event_btn a {
    font-size: 3.6144578313vw;
  }
  .ly_info {
    padding: 19.2771084337vw 4.8192771084vw 16.8674698795vw;
  }
  .ly_info .bl_info_wrapper {
    display: block;
  }
  .ly_info .bl_info_title {
    font-size: 12.0481927711vw;
    margin-bottom: 0;
    color: #030303;
    font-weight: 700;
  }
  .ly_info .bl_info_subttl {
    font-size: 3.8554216867vw;
    display: block;
    margin: 0 0 9.6385542169vw 3.6144578313vw;
    font-weight: 700;
  }
  .ly_info .bl_companyInfo_list {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 6.0240963855vw 3.3734939759vw;
  }
  .ly_info .bl_companyInfo_list::after {
    content: "→";
    position: absolute;
    font-size: 3.3734939759vw;
    top: 45%;
    right: 1.2048192771vw;
    color: #0076CC;
    transition: 0.3s;
    font-weight: 700;
  }
  .ly_info .bl_companyInfo_list.__update::before {
    content: "更新情報";
  }
  .ly_info .bl_companyInfo_list.__announce::before {
    content: "お知らせ";
  }
  .ly_info .bl_companyInfo_list::before {
    position: absolute;
    font-size: 2.6506024096vw;
    color: #808080;
    display: inline-block;
    left: 25.3012048193vw;
    top: 6.265060241vw;
    border: 1px solid #808080;
    border-radius: 2.4096385542vw;
    padding: 0.4819277108vw 3.0120481928vw;
  }
  .ly_info .bl_companyInfo_list:nth-last-of-type(1) {
    border-bottom: 1px solid #7d7d7d;
  }
  .ly_info .el_info_time {
    color: #AD0012;
    font-weight: bold;
    margin-bottom: 3.6144578313vw;
  }
  .ly_info .bl_info_pic_title {
    font-size: 3.6144578313vw;
    margin-bottom: 1.2048192771vw;
  }
  .ly_info .bl_info_postContents p {
    font-size: 1.8072289157vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }
  .ly_info .bl_companyInfo_contents.company li {
    margin-bottom: 3.6144578313vw;
  }
  .ly_info .bl_companyInfo_listBox {
    width: auto;
    height: auto;
  }
  .ly_info .bl_companyInfo_contents {
    position: static;
    height: auto;
    margin-bottom: 10.843373494vw;
  }
  .ly_info .bl_companyInfo_contents p {
    font-size: 3.6144578313vw;
    letter-spacing: -0.1204819277vw;
  }
  .ly_info .bl_info_btn {
    position: static;
    transform: none;
  }
  .ly_info .bl_info_btn a {
    font-size: 3.6144578313vw;
    font-weight: 700;
  }
  .ly_info .bl_companyInfo_company {
    margin-top: 16.8674698795vw;
    width: auto;
    height: auto;
  }
  .ly_info .bl_child_contentText {
    display: block;
    height: auto;
  }
  .ly_info .bl_child_contentText .bl_studio_infoName {
    font-weight: 700;
    color: #030303;
    border-bottom: 1px solid #ccc;
    font-size: 4.2168674699vw;
    padding: 3.6144578313vw 0 2.4096385542vw;
    margin-bottom: 1.8072289157vw;
  }
  .ly_info .bl_child_contentText .el_telText {
    color: #0076CC;
    display: flex;
    align-items: center;
    font-size: 4.8192771084vw;
    transform: scaleY(1.3);
    font-weight: bold;
    padding-bottom: 1.8072289157vw;
  }
  .ly_info .bl_child_contentText .el_telText span {
    font-size: 3.1325301205vw;
    font-weight: bold;
    margin-right: 1.2048192771vw;
    transform: scaleY(0.7);
  }
  .ly_info .bl_child_contentText p {
    font-size: 3.6144578313vw;
    line-height: 1.33;
  }
  .ly_info .bl_companyInfo_companyList {
    margin-bottom: 7.2289156627vw;
  }
  .ly_info .bl_companyInfo_companyList li {
    margin-top: 4.8192771084vw;
    position: relative;
  }
  .ly_info .bl_companyInfo_companyList li:nth-of-type(3) .bl_studio_infoName {
    position: relative;
  }
  .ly_info .bl_companyInfo_companyList li:nth-of-type(3) .bl_studio_infoName::after {
    position: absolute;
    content: "完全予約制";
    background: #C13B42;
    color: #fff;
    width: 24.0963855422vw;
    font-size: 3.8554216867vw;
    text-align: center;
    right: 0;
    top: 3.0120481928vw;
    padding: 0.6024096386vw 0;
  }
}
/* ly_sns_fixd */
.ly_sns_fixd {
  position: fixed;
  top: 20rem;
  left: 1.25rem;
  z-index: 10;
}

.bl_sns_title {
  width: 0.875rem;
  margin-left: 0.4375rem;
}

.bl_snsLink li {
  width: 1.5625rem;
  margin-top: 0.625rem;
}
.bl_snsLink li a:hover {
  opacity: 0.7;
}

/* infoLinks_fixd */
.ly_infoLinks_fixd.hp_pc_only {
  position: fixed;
  bottom: 1.875rem;
  right: 0.625rem;
  z-index: 50;
}
.ly_infoLinks_fixd.hp_pc_only li {
  margin-bottom: 1.25rem;
  position: relative;
}
.ly_infoLinks_fixd.hp_pc_only .el_circle_btn {
  width: 7.8125rem;
  height: 7.8125rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border: none;
  border-radius: 50%;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .ly_infoLinks_fixd.hp_pc_only .el_circle_btn:hover:hover {
    transform: scale(1.05);
  }
}
.ly_infoLinks_fixd.hp_pc_only .el_circle_btn.el_circle_btn__yellow {
  color: #030303;
  background: #FFCC1E url(../images/icon_consul.svg) no-repeat top 0.9375rem center/2.1875rem auto;
  padding-top: 1.875rem;
}
.ly_infoLinks_fixd.hp_pc_only .el_circle_btn.el_circle_btn__blue {
  color: #fff;
  background: #006ECA url(../images/new_top/26top_.svg) no-repeat top 1.5625rem center/2.8125rem auto;
  padding-top: 1.25rem;
}
.ly_infoLinks_fixd.hp_pc_only .el_rotate__float {
  animation: rotate 12s infinite linear;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 7.1875rem;
  margin: auto;
  pointer-events: none;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 追尾する画像のスタイル */
.ly_popup_event {
  position: fixed;
  top: 12.5rem;
  right: 0.625rem;
  display: flex;
  z-index: 60;
}
.ly_popup_event a {
  width: 16.25rem;
}
.ly_popup_event img {
  width: 100%;
}

.close-button {
  position: absolute;
  top: -0.9375rem;
  right: -0.3125rem;
  background: #030303;
  border: solid 0.125rem #fff;
  font-size: 1.25rem;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 0.4375rem 0.4375rem;
  z-index: 51;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}

@media (max-width: 830px) {
  .ly_fv {
    margin-bottom: 6.0240963855vw;
  }
  .ly_fv .splide__slide:nth-of-type(1) .slide-item {
    height: 45.1807228916vw;
    width: 100vw;
  }
  .bl_fv_title {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90.3614457831vw;
    top: 18.0722891566vw;
    font-size: 7.2289156627vw;
    letter-spacing: 0.843373494vw;
  }
  .bl_fv_title04 {
    position: absolute;
    top: 24.0963855422vw;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 10;
    width: 72.2891566265vw;
  }
  .bl_fv_txt04 {
    position: absolute;
    top: 38.5542168675vw;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 10;
    width: 67.4698795181vw;
  }
  .bl_fv_icon04 {
    position: absolute;
    margin: 0 auto;
    left: 1.8072289157vw;
    bottom: 7.2289156627vw;
    width: 32.5301204819vw;
    z-index: 10;
  }
  .bl_fv_title_03 {
    position: absolute;
    top: 18.0722891566vw;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 10;
    width: 78.313253012vw;
  }
  .bl_fv_title_03 p {
    margin-bottom: 0.9375rem;
  }
  .bl_fv_bottom_03 {
    position: absolute;
  }
  .bl_fv_bottom_03.el_ritto_ryosenji {
    right: 0;
    left: 0;
    width: 42.1686746988vw;
    bottom: 0;
    margin: 0 auto;
  }
  .bl_fv_bottom_03.el_nakakomoricho {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 67.4698795181vw;
    width: 89.156626506vw;
  }
  .bl_fv_subTitle {
    top: 73.4939759036vw;
    font-size: 3.3734939759vw;
  }
  .custom-next {
    display: none;
  }
  .bl_infoEvent_wrapper {
    width: 90%;
    margin: 0 auto 7.2289156627vw;
  }
  .bl_infoEvent_ttl {
    font-size: 7.7108433735vw;
    color: #0076CC;
    font-weight: 700;
    display: block;
    width: 27.7108433735vw;
  }
  .bl_infoEvent_date {
    color: #AE0012;
    font-size: 3.1325301205vw;
    font-weight: 700;
    margin-right: 4.8192771084vw;
  }
  .bl_infoEvent_subttl {
    color: #808080;
    border: 1px solid #808080;
    border-radius: 2.4096385542vw;
    font-size: 2.4096385542vw;
    padding: 0 3.6144578313vw;
  }
  .bl_infoEvent_txt {
    display: block;
    width: 48.1927710843vw;
    margin-top: 1.2048192771vw;
    font-size: 2.8915662651vw;
  }
  /* pickup_link */
  .bl_linkBox_list {
    flex-wrap: wrap;
  }
  /* estate */
  .ly_estate {
    /* ===== 背景ベース + ノイズ ===== */
    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;
    padding-bottom: 9.6385542169vw;
  }
  .ly_estate .page-numbers {
    display: none;
  }
  .bl_estate_topBox {
    background: url(../images/new_top/13top_.webp) no-repeat top center/100% auto;
    padding: 14.4578313253vw 0 20.4819277108vw;
  }
  .bl_estate_title {
    color: #fff;
    margin-bottom: 5.421686747vw;
    font-size: 12.0481927711vw;
    text-align: center;
    font-weight: bold;
  }
  .bl_estate_topText {
    font-size: 3.8554216867vw;
    letter-spacing: -0.2409638554vw;
    color: #fff;
    text-align: center;
    line-height: 2;
  }
  .bl_estate_search_wrapper {
    padding: 0 1.2048192771vw;
  }
  .bl_estate_search_wrapper .bl_estate_btn {
    position: relative;
    width: 56.6265060241vw;
    margin: 0 auto;
  }
  .bl_estate_search_wrapper .bl_estate_btn::before {
    position: absolute;
    content: "";
    background: url(../images/new_top/14top_.svg);
    width: 4.2168674699vw;
    height: 4.2168674699vw;
    left: 4.2168674699vw;
    top: 5.6626506024vw;
    z-index: 1;
  }
  .bl_estate_search_wrapper .bl_estate_btn a {
    font-weight: 700;
    font-size: 3.6144578313vw;
  }
  .bl_estate_search {
    padding: 2.4096385542vw 6.0240963855vw 10.6024096386vw;
    border-radius: 4.2168674699vw;
  }
  .bl_estate_search .bl_search_radio {
    margin-bottom: 6.0240963855vw;
  }
  .bl_estate_search .bl_search_radio input {
    display: none;
  }
  .bl_estate_search .bl_estate_radioBtn {
    width: 41.5662650602vw;
    font-size: 4.3373493976vw;
    padding: 14.4578313253vw 0 3.6144578313vw;
    background: #0ABA9E url(../images/view_Land.png) no-repeat top 4.8192771084vw center/100% auto;
    background-size: 11.4457831325vw;
    border: 0.6024096386vw solid transparent;
    border-radius: 3.6144578313vw;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .bl_estate_search .bl_constructing_btn {
    background: #FF7880 url(../images/new_top/view_build.png) no-repeat top 4.8192771084vw center/100% auto;
    background-size: 6.6265060241vw;
  }
  .bl_estate_search input[type=radio] {
    display: none;
  }
  .bl_estate_search input[type=radio]:checked + .bl_estate_radioBtn {
    border: solid 0.1875rem #000;
  }
  .bl_estate_search input[type=radio]:checked + .bl_estate_radioBtn::before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    background-color: #fff;
    border: solid 0.1875rem #000;
    border-radius: 50%;
    position: absolute;
    top: -0.875rem;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
  }
  .bl_estate_search input[type=radio]:checked + .bl_estate_radioBtn::after {
    content: "";
    width: 0.875rem;
    height: 0.5rem;
    border: solid #000;
    border-width: 0 0 0.1875rem 0.1875rem;
    position: absolute;
    top: -0.25rem;
    right: 50%;
    transform: translateX(50%) rotate(-45deg);
    z-index: 3;
  }
  .bl_estate_search .bl_search_check {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.1686746988vw;
  }
  .bl_estate_search .bl_estate_checkBtn {
    width: 19.2771084337vw;
    font-size: 3.3734939759vw;
    background-size: 6.3855421687vw;
    padding: 1.686746988vw 0;
    border-radius: 6.0240963855vw;
    line-height: 1;
  }
  .bl_estate_search .bl_estate_checkBtn.el_green {
    border-width: 0.6024096386vw;
  }
  .bl_estate_search .bl_estate_checkBtn.el_pink {
    border-width: 0.6024096386vw;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn::before {
    width: 3.3734939759vw;
    height: 3.3734939759vw;
    top: -1.8072289157vw;
    border: solid 0.4819277108vw;
  }
  .bl_estate_search input[type=checkbox]:checked + .bl_estate_checkBtn::after {
    width: 1.8072289157vw;
    height: 0.843373494vw;
    border-width: 0 0 0.6024096386vw 0.6024096386vw;
    top: -0.6024096386vw;
  }
  .bl_estate_results {
    font-size: 3.8554216867vw;
    font-weight: bold;
    margin-bottom: 12.0481927711vw;
    text-align: center;
    color: #030303;
    position: relative;
  }
  .bl_estate_results::after {
    content: "";
    position: absolute;
    border-bottom: 1.2048192771vw solid #030303;
    width: 12.0481927711vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -3vw;
  }
  .bl_estate_results .bl_estate_results_number {
    font-size: 6.0240963855vw;
  }
  .bl_estate_list {
    width: 95.1807228916vw;
    margin: 0 auto;
  }
  .bl_estate_list .bl_estate_item {
    width: 45.7831325301vw;
    margin: 0 0 10.843373494vw 2.4096385542vw;
    flex-basis: calc(50% - 2.4096385542vw);
  }
  .bl_estate_list .bl_estate_img {
    margin-bottom: 2.6506024096vw;
  }
  .bl_estate_list .bl_estate_item_info {
    width: 44.578313253vw;
  }
  .bl_estate_list .bl_estate_tags {
    margin-bottom: 1.4457831325vw;
  }
  .bl_estate_list .bl_estate_city {
    font-size: 2.8915662651vw;
    margin-right: 3.6144578313vw;
    font-weight: bold;
    color: #030303;
  }
  .bl_estate_list .bl_estate_section {
    font-size: 2.8915662651vw;
    padding: 0.3614457831vw 4.8192771084vw;
    border-radius: 3.0120481928vw;
    background: #0AB89C;
    color: #fff;
    font-weight: bold;
  }
  .bl_estate_list .bl_estate_name {
    font-size: 4.0963855422vw;
    margin-bottom: 1.4457831325vw;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.2048192771vw;
    color: #030303;
  }
  .bl_estate_list .bl_estate_price {
    font-size: 2.8915662651vw;
    padding: 0.2409638554vw 0 1.2048192771vw;
    border-width: 0.1204819277vw 0 0.1204819277vw 0;
    margin-bottom: 2.4096385542vw;
    border-bottom: 1px solid #ccc;
    color: #030303;
  }
  .bl_estate_list .bl_estate_price span {
    font-size: 4.3373493976vw;
    color: #C30000;
    font-weight: bold;
  }
  .bl_estate_list .bl_estate_txt {
    font-size: 3.1325301205vw;
    margin-bottom: 3.0120481928vw;
  }
  .bl_estate_list .bl_estate_link {
    margin-left: auto;
    position: relative;
  }
  .bl_estate_list .bl_estate_link::after {
    content: "";
    position: absolute;
    background: url(../images/new_top/15top_.svg);
    width: 2.0481927711vw;
    height: 2.0481927711vw;
    left: 1.2048192771vw;
    top: 1.2048192771vw;
    z-index: 1;
  }
  .bl_estate_list .el_more_btn {
    margin-left: auto;
  }
  /* reason */
  .ly_reason {
    background: url(../images/top_reasons_back_sp.jpg) top center/100% auto no-repeat;
    padding-bottom: 43.3734939759vw;
  }
  .bl_reason_title {
    margin: 0 auto 13.2530120482vw;
  }
  .bl_reason_wrapper {
    margin: 0 auto;
    padding: 14.4578313253vw 0;
    width: 89.7590361446vw;
    border-radius: 0 0 4.8192771084vw 4.8192771084vw;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .bl_reason_contents {
    margin: 0 auto;
  }
  /* account */
  /* 追尾する画像のスタイル */
  .ly_popup_event {
    top: 54.2168674699vw;
    right: 2.4096385542vw;
  }
  .ly_popup_event a {
    width: 46.9879518072vw;
  }
  .close-button {
    top: -2.4096385542vw;
    right: -1.8072289157vw;
    font-size: 3.9759036145vw;
    padding: 1.4457831325vw 1.4457831325vw;
  }
  /* infoLinks_fixd */
  .ly_infoLinks_fixd.hp_sp_only {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
    width: 100%;
  }
  .ly_infoLinks_fixd.hp_sp_only ul {
    width: 93.9759036145vw;
    margin: 0 auto;
  }
  .ly_infoLinks_fixd.hp_sp_only .el_circle_btn {
    width: 45.7831325301vw;
    height: 14.4578313253vw;
    font-size: 3.1325301205vw;
    letter-spacing: -0.1204819277vw;
    border-radius: 7.2289156627vw;
    padding-top: 0.3614457831vw;
    border: none;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
  }
  .ly_infoLinks_fixd.hp_sp_only .el_circle_btn.el_circle_btn__yellow {
    color: #030303;
    background: #FFCC1E url(../images/icon_consul.svg) no-repeat left 3.6144578313vw center/6.0240963855vw auto;
    padding-left: 10.843373494vw;
  }
  .ly_infoLinks_fixd.hp_sp_only .el_circle_btn.el_circle_btn__yellow::after {
    content: "CONSULTATION";
    font-size: 2.0481927711vw;
    position: absolute;
    top: 1.8072289157vw;
    left: 16.8674698795vw;
  }
  .ly_infoLinks_fixd.hp_sp_only .el_circle_btn.el_circle_btn__blue {
    color: #fff;
    background: #006ECA url(../images/new_top/26top_.svg) no-repeat left 4.8192771084vw center/7.8313253012vw auto;
    padding-left: 14.4578313253vw;
  }
  .ly_infoLinks_fixd.hp_sp_only .el_circle_btn.el_circle_btn__blue::after {
    content: "FREE CATALOG";
    font-size: 2.0481927711vw;
    position: absolute;
    top: 1.8072289157vw;
    left: 14.4578313253vw;
    letter-spacing: 0.1204819277vw;
  }
}
