/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
.title-wrap {
  position: relative;
  white-space: nowrap;
}
.btn-wrap-l,
.btn-wrap-r,
.btn-wrap-c {
  width: fit-content;
  margin-top: clamp(2.5rem, calc(2.7777777777777777vw + 1.875rem), 3.75rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .btn-wrap-l {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .btn-wrap-r {
    margin-right: 0;
  }
}
.more-btn {
  display: flex;
  align-items: center;
}
.more-btn p {
  font-size: clamp(0.875rem, calc(0.5555555555555556vw + 0.75rem), 1.125rem);
  font-weight: 500;
  margin: 0;
}
.btn-circle {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #010101;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .btn-circle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn-circle::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.btn-wrap-l:hover .btn-circle,
.btn-wrap-r:hover .btn-circle,
.btn-wrap-c:hover .btn-circle {
  border: 1px solid #606060;
  background-color: #606060;
}
.btn-wrap-l:hover .btn-circle::before,
.btn-wrap-r:hover .btn-circle::before,
.btn-wrap-c:hover .btn-circle::before {
  background-color: #fff;
}
.fade-in {
  animation: fade-In-mainv 1s ease forwards;
}
@keyframes fade-In-mainv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fixed-bg {
  position: fixed;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: linear-gradient(to bottom, #F5F5F5, #F0F0F0);
  border-radius: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  z-index: -2;
}
@media (min-width: 992px) {
  .fixed-bg {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.fixed-bg::before {
  content: "";
  position: fixed;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: url(../images/common/bg-logo.svg) no-repeat;
  background-size: 80%;
  background-position: 50% 30%;
  opacity: .4;
  z-index: -1;
}
@media (min-width: 992px) {
  .fixed-bg::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-size: 50%;
    background-position: center;
  }
}
.mainv-wrapper {
  position: relative;
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mainv-wrapper::before {
  content: "";
  position: fixed;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: url(../images/common/bg-logo.svg) no-repeat;
  background-size: 80%;
  background-position: 50% 30%;
  opacity: .4;
  transition: opacity .35s ease;
  z-index: -1;
}
@media (min-width: 992px) {
  .mainv-wrapper::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-size: 50%;
    background-position: center;
  }
}
.catchcopy2025 {
  font-size: clamp(5rem, calc(18.51851851851852vw + 0.8333333333333339rem), 11.25rem);
  font-weight: 600;
  position: absolute;
  left: 50px;
  bottom: 20%;
  line-height: 1;
  color: #ffffff;
  z-index: 1;
}
@media (min-width: 768px) {
  .catchcopy2025 {
    left: 10%;
  }
}
@media (min-width: 992px) {
  .catchcopy2025 {
    font-size: clamp(11.25rem, calc(3.3333333333333335vw + 9.375rem), 11.875rem);
  }
}
@media (min-width: 1200px) {
  .catchcopy2025 {
    font-size: clamp(11.875rem, calc(7.5vw + 6.25rem), 13.75rem);
    bottom: 15%;
  }
}
@media (min-width: 1600px) {
  .catchcopy2025 {
    font-size: clamp(13.75rem, calc(20vw + -6.25rem), 17.5rem);
  }
}
.scrolldown-img {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 120px;
  z-index: 1;
}
@media (min-width: 992px) {
  .scrolldown-img {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .scrolldown-img {
    width: 180px;
    right: 20px;
    bottom: 5%;
  }
}
@media (min-width: 1600px) {
  .scrolldown-img {
    width: 240px;
  }
}
#mainv-slide {
  width: 130%;
  position: absolute;
  left: -15%;
  bottom: 10%;
  rotate: -16deg;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #mainv-slide {
    rotate: -10deg;
  }
}
#mainv-slide .swiper-wrapper {
  transition-timing-function: linear;
}
#mainv-slide .swiper-wrapper .swiper-slide {
  width: auto;
  height: 340px !important;
}
@media (min-width: 768px) {
  #mainv-slide .swiper-wrapper .swiper-slide {
    height: 240px !important;
  }
}
@media (min-width: 992px) {
  #mainv-slide .swiper-wrapper .swiper-slide {
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  #mainv-slide .swiper-wrapper .swiper-slide {
    height: 360px !important;
  }
}
@media (min-width: 1600px) {
  #mainv-slide .swiper-wrapper .swiper-slide {
    height: 500px !important;
  }
}
#mainv-slide .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.slider-mainv {
  pointer-events: none;
  width: 130%;
  position: absolute;
  left: -15%;
  bottom: 10%;
  rotate: -16deg;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .slider-mainv {
    rotate: -10deg;
  }
}
.slider-mainv .slider-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: slider-marquee 40s linear infinite;
  will-change: transform;
}
.slider-mainv .slide-item {
  flex: 0 0 auto;
  margin-right: 20px;
  height: 340px;
}
@media (min-width: 768px) {
  .slider-mainv .slide-item {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .slider-mainv .slide-item {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .slider-mainv .slide-item {
    height: 360px;
  }
}
@media (min-width: 1600px) {
  .slider-mainv .slide-item {
    height: 500px;
  }
}
.slider-mainv .slide-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.slider-mainv .slide-item:last-child {
  margin-right: 0;
}
@keyframes slider-marquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* About us */
/* スコープ */
#about-content {
  padding-top: clamp(7.5rem, calc(5.194805194805195vw + 6.3311688311688314rem), 12.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0), #F0F0F0);
  overflow: hidden;
  display: block;
  position: relative;
}
#about-content svg#about_text {
  display: block;
  width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  #about-content svg#about_text {
    width: 60%;
  }
}
/* 共通フェードイン */
#about-content .fade-item {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: opacity,transform;
}
#about-content.play .fade-item.on {
  opacity: 1;
  transform: none;
}
/* About_us は要素ごとに順番表示 */
#about-content [data-step] {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: opacity,transform;
}
#about-content.play [data-step].on {
  opacity: 1;
  transform: none;
}
/* white_fill はそのまま白でOK（必要ならここで色変更可能） */
#about-content .white_fill {
  fill: #fff;
}
/* 1回再生後、余計なトランジションを止める軽い最適化 */
#about-content.done [data-step],
#about-content.done .fade-item {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  #about-content [data-step],
  #about-content .fade-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.h-about-content-text {
  margin-top: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  font-size: clamp(1rem, calc(1.5584415584415585vw + 0.6493506493506493rem), 2.5rem);
  padding-left: clamp(0.9375rem, calc(4.870129870129871vw + -0.15827922077922074rem), 5.625rem);
  padding-right: clamp(0.9375rem, calc(4.870129870129871vw + -0.15827922077922074rem), 5.625rem);
  font-weight: 900;
  line-height: 1.8;
}
.h-about-sub {
  font-size: clamp(1.125rem, calc(4.675324675324675vw + 0.07305194805194803rem), 5.625rem);
  margin-bottom: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
}
/* =======================
   Base Layout
======================= */
.slide-stage {
  position: relative;
  height: 60svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #F0F0F0;
}
@media (min-width: 768px) {
  .slide-stage {
    height: 40svh;
  }
}
@media (min-width: 1200px) {
  .slide-stage {
    height: 80svh;
  }
}
@media (min-width: 1600px) {
  .slide-stage {
    height: 100svh;
  }
}
.img-slide-light {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform-origin: center center;
}
/* モバイル初期〜最大幅（値はJSと揃えておくと分かりやすい） */
@media (max-width: 767px) {
  .img-slide-light {
    width: 60vw;
  }
}
/* PC初期〜最大幅 */
@media (min-width: 768px) {
  .img-slide-light {
    width: 30vw;
  }
}
#catalog-content {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #catalog-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#catalog-content video#bgVideo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 32vh;
  min-width: 120%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}
#catalog-content .catalog-box {
  z-index: 2;
  position: relative;
  color: #fff;
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-top: clamp(5.625rem, calc(1.948051948051948vw + 5.186688311688312rem), 7.5rem);
  padding-bottom: clamp(5.625rem, calc(1.948051948051948vw + 5.186688311688312rem), 7.5rem);
  padding-bottom: clamp(2.5rem, calc(3.2467532467532463vw + 1.7694805194805197rem), 5.625rem);
}
#catalog-content .catalog-box .catalog-text {
  font-size: clamp(1.125rem, calc(0.8333333333333334vw + 0.9375rem), 1.5rem);
  font-weight: 600;
}
@media (min-width: 992px) {
  #catalog-content .catalog-box .catalog-text {
    text-align: right;
  }
}
#catalog-content .catalog-box .more-btn p {
  color: #ffffff;
}
#catalog-content .catalog-box .btn-circle {
  border: 1px solid #ffffff;
}
#catalog-content .catalog-box .btn-circle::before {
  background-color: #ffffff;
}
#catalog-content .catalog-box .more-btn:hover .btn-circle {
  border: 1px solid #010101;
  background-color: #010101;
}
#catalog-content .catalog-box .more-btn:hover .btn-circle::before {
  background-color: #fff;
}
#catalog-content::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
/* イベント情報 */
#event-content {
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background-color: #F0F0F0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  #event-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#event-content .event-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #ffffff;
}
@media (min-width: 992px) {
  #event-content .event-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
#event-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  #event-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
#event-content article {
  margin-bottom: 30px;
}
#event-content .event-media {
  position: relative;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}
#event-content .event-media img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
#event-content .event-media:hover {
  opacity: .8;
}
#event-content .currently {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 40px;
  font-size: clamp(0.5rem, calc(1.1111111111111112vw + 0.25rem), 1rem);
  font-weight: 500;
  color: #ffffff;
  display: grid;
  place-items: center;
  background-image: url(../images/page/event/currently-icon.svg);
}
@media (min-width: 768px) {
  #event-content .currently {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #event-content .currently {
    width: 80px;
    height: 80px;
  }
}
#event-content .deadline {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: clamp(0.5rem, calc(1.1111111111111112vw + 0.25rem), 1rem);
  font-weight: 500;
  color: #ffffff;
  padding: 7px 13px;
  display: grid;
  place-items: center;
  background-color: #808080;
}
@media (min-width: 768px) {
  #event-content .deadline {
    padding: 9px 15px;
  }
}
#event-content ul.event-type {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  flex-direction: row;
  padding-left: 0;
  margin: 0;
}
#event-content ul.event-type li {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  font-weight: 500;
  color: #ffffff;
  display: block;
  padding: 7px 13px;
  line-height: 1;
  background-color: #8D1C17;
  border-radius: 3px;
  transition: background-color 0.4s ease;
}
@media (min-width: 768px) {
  #event-content ul.event-type li {
    padding: 9px 15px;
  }
}
#event-content .event-detail h3 {
  font-size: clamp(0.875rem, calc(0.8333333333333334vw + 0.6875rem), 1.25rem);
}
#event-content .event-detail .event-day,
#event-content .event-detail .event-place {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#event-content .event-detail .event-day::before,
#event-content .event-detail .event-place::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  #event-content .event-detail .event-day::before,
  #event-content .event-detail .event-place::before {
    width: 24px;
    height: 24px;
  }
}
#event-content .event-detail .event-day::before {
  background-image: url(../images/top/icon-calendar.svg);
}
#event-content .event-detail .event-place::before {
  background-image: url(../images/top/icon-map.svg);
}
/* 選べる家づくりプラン */
#plan-content {
  position: relative;
  padding-top: clamp(5.625rem, calc(7.142857142857142vw + 4.017857142857143rem), 12.5rem);
  padding-bottom: clamp(5.625rem, calc(7.142857142857142vw + 4.017857142857143rem), 12.5rem);
  padding-left: 10px;
  padding-right: 10px;
  z-index: 0;
}
@media (min-width: 992px) {
  #plan-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  #plan-content .stickybox-plan {
    position: sticky;
    top: 0;
  }
}
#plan-content .plan-title {
  font-size: clamp(2.5rem, calc(6.944444444444445vw + 0.9375rem), 5.625rem);
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #fff;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  #plan-content .plan-title {
    margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
    text-align: right;
  }
}
@media (min-width: 992px) {
  #plan-content .plan-title {
    font-size: clamp(5.625rem, calc(11.29032258064516vw + -3.407258064516128rem), 10rem);
  }
}
#plan-content .title-jp {
  font-size: clamp(1rem, calc(1.3888888888888888vw + 0.6875rem), 1.625rem);
  font-weight: 500;
  color: #010101;
  text-align: right;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #plan-content .title-jp {
    text-align: initial;
    display: block;
    position: absolute;
    bottom: 0;
    right: 10%;
    right: 5%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #plan-content .title-jp {
    font-size: clamp(1.625rem, calc(2.258064516129032vw + -0.18145161290322576rem), 2.5rem);
  }
}
#plan-content .plan-box {
  position: relative;
  padding-left: clamp(0.625rem, calc(3.2467532467532463vw + -0.10551948051948046rem), 3.75rem);
  padding-right: clamp(0.625rem, calc(3.2467532467532463vw + -0.10551948051948046rem), 3.75rem);
  padding-bottom: clamp(2.5rem, calc(2.5974025974025974vw + 1.9155844155844155rem), 5rem);
  background-color: transparent;
}
@media (min-width: 768px) {
  #plan-content .plan-box {
    padding-top: clamp(2.5rem, calc(2.5974025974025974vw + 1.9155844155844155rem), 5rem);
  }
  #plan-content .plan-box .plan-margin {
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #plan-content .plan-box .plan-margin {
    margin-top: 8%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #plan-content .plan-box .plan-margin {
    margin-top: 12%;
  }
}
#plan-content .plan-box .plan-text {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  line-height: 1.8;
}
@media (min-width: 768px) {
  #plan-content .plan-box .plan-scroll {
    height: 400px;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scrollbar-color: #404040 #eaeaea;
  }
  #plan-content .plan-box .plancard {
    padding: 5px;
    height: 400px;
    scroll-snap-align: start;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  #plan-content .plan-box .plan-scroll {
    height: 500px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  #plan-content .plan-box .plancard {
    height: 500px;
  }
}
#plan-content .plan-box .img-plan {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: center;
  margin-bottom: clamp(0.9375rem, calc(0.6944444444444444vw + 0.78125rem), 1.25rem);
}
#plan-content .plan-box .more-btn-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#plan-content .plan-box .more-btn-plan h3 {
  font-size: clamp(0.75rem, calc(0.7792207792207793vw + 0.5746753246753247rem), 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
#plan-content .plan-box .more-btn-plan h3 span.s-title {
  font-size: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  margin: 0;
}
#plan-content .plan-box .btn-circle-plan {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #010101;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #plan-content .plan-box .btn-circle-plan {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#plan-content .plan-box .btn-circle-plan::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
#plan-content .plan-box .more-btn-plan:hover .btn-circle-plan {
  border: 1px solid #606060;
  background-color: #606060;
}
#plan-content .plan-box .more-btn-plan:hover .btn-circle-plan::before {
  background-color: #fff;
}
#plan-content .plan-box::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 97%;
  --base: #EAEAEA;
  --accent: #cecece;
  padding-left: clamp(0.9375rem, calc(2.922077922077922vw + 0.2800324675324676rem), 3.75rem);
  padding-right: clamp(0.9375rem, calc(2.922077922077922vw + 0.2800324675324676rem), 3.75rem);
  padding-bottom: clamp(2.5rem, calc(3.2467532467532463vw + 1.7694805194805197rem), 5.625rem);
  background-color: var(--base);
  animation-name: color-in, color-out;
  animation-timeline: view(), view();
  animation-range: entry, exit;
  animation-fill-mode: both, forwards;
  animation-duration: 10ms;
  z-index: -1;
}
@media (min-width: 768px) {
  #plan-content .plan-box::after {
    height: 100%;
  }
}
@keyframes color-in {
  from {
    background-color: var(--base);
  }
  to {
    background-color: var(--accent);
  }
}
@keyframes color-out {
  from {
    background-color: var(--accent);
  }
  to {
    background-color: var(--base);
  }
}
/* 施工事例 */
#works-content {
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  #works-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#works-content .works-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #F0F0F0;
  position: relative;
}
@media (min-width: 992px) {
  #works-content .works-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
#works-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  #works-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
#works-content .worksslide {
  overflow: hidden;
  padding: 20px 0;
}
#works-content .worksslide .swiper-wrapper {
  overflow: visible;
  position: relative;
  padding-top: 52px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x;
}
@media (min-width: 992px) {
  #works-content .worksslide .swiper-wrapper {
    padding-top: 80px;
  }
}
#works-content .worksslide .swiper-wrapper .is-dragging {
  cursor: grabbing;
}
#works-content .worksslide .works-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#works-content .worksslide .swiper-button-prev,
#works-content .worksslide .swiper-button-next,
#works-content .worksslide .button-all {
  margin-top: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  margin-bottom: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  margin-top: .625rem;
  margin-bottom: .625rem;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works-content .worksslide .swiper-button-prev,
  #works-content .worksslide .swiper-button-next,
  #works-content .worksslide .button-all {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
#works-content .worksslide .swiper-button-prev,
#works-content .worksslide .swiper-button-next {
  border: 1px solid #010101;
}
#works-content .worksslide .button-all {
  border: 1px solid #8D1C17;
}
#works-content .worksslide .swiper-button-prev::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works-content .worksslide .swiper-button-prev::before {
    width: .75rem;
    height: .75rem;
  }
}
#works-content .worksslide .swiper-button-next::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works-content .worksslide .swiper-button-next::before {
    width: .75rem;
    height: .75rem;
  }
}
#works-content .worksslide .swiper-button-prev::before {
  clip-path: polygon(100% 45%, 15% 45%, 50% 0, 40% 0, 0 50%, 40% 100%, 50% 100%, 15% 55%, 100% 55%);
}
#works-content .worksslide .swiper-button-next::before {
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
}
#works-content .worksslide .button-all::before {
  content: "";
  background-image: url(../images/top/btn-all.svg);
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works-content .worksslide .button-all::before {
    width: .75rem;
    height: .75rem;
  }
}
#works-content .worksslide .swiper-button-prev:hover,
#works-content .worksslide .swiper-button-next:hover {
  background: #010101;
}
#works-content .worksslide .button-all:hover {
  background: #8D1C17;
}
#works-content .worksslide .swiper-button-prev:hover::before,
#works-content .worksslide .swiper-button-next:hover::before {
  background-color: #ffffff;
}
#works-content .worksslide .button-all:hover::before {
  background-image: url(../images/top/btn-all-w.svg);
}
#works-content .worksslide .swiper {
  overflow: visible;
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  #works-content .worksslide .swiper {
    height: 480px;
  }
}
@media (min-width: 992px) {
  #works-content .worksslide .swiper {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #works-content .worksslide .swiper {
    height: 540px;
  }
}
@media (min-width: 1600px) {
  #works-content .worksslide .swiper {
    height: 700px;
  }
}
#works-content .worksslide .swiper-slide {
  width: 10%;
  flex: 0 0 auto;
  display: block;
  height: auto;
  box-sizing: border-box;
  margin: 0 ;
  -webkit-transition: width 1.2s ease,height 1.2s ease;
  transition: width 1.2s ease,height 1.2s ease;
}
#works-content .worksslide .swiper-slide article {
  overflow: hidden;
}
#works-content .worksslide .swiper-slide img {
  transition: transform .6s ease;
  will-change: transform;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  #works-content .worksslide .swiper-slide img {
    height: 340px;
  }
}
@media (min-width: 992px) {
  #works-content .worksslide .swiper-slide img {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  #works-content .worksslide .swiper-slide img {
    height: 420px;
  }
}
@media (min-width: 1600px) {
  #works-content .worksslide .swiper-slide img {
    height: 560px;
  }
}
#works-content .worksslide .swiper-slide .works-ttl {
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  line-height: 2;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
#works-content .worksslide .is-enlarged {
  width: 80%;
}
@media (min-width: 768px) {
  #works-content .worksslide .is-enlarged {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  #works-content .worksslide .is-enlarged {
    width: 60%;
  }
}
#works-content .worksslide .is-enlarged img {
  transition-duration: .3s;
}
#works-content .worksslide .is-enlarged .works-ttl {
  opacity: 1;
}
#works02-content {
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  #works02-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#works02-content .works-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #F0F0F0;
  position: relative;
}
@media (min-width: 992px) {
  #works02-content .works-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
#works02-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  #works02-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
#works02-content .worksslide02 {
  overflow: hidden;
  padding: 20px 0;
}
#works02-content .worksslide02 .swiper-wrapper {
  overflow: visible;
  position: relative;
  padding-top: 52px;
}
@media (min-width: 992px) {
  #works02-content .worksslide02 .swiper-wrapper {
    padding-top: 80px;
  }
}
#works02-content .worksslide02 .works02-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#works02-content .worksslide02 .swiper-button-prev,
#works02-content .worksslide02 .swiper-button-next,
#works02-content .worksslide02 .button-all {
  margin-top: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  margin-bottom: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  margin-top: .625rem;
  margin-bottom: .625rem;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works02-content .worksslide02 .swiper-button-prev,
  #works02-content .worksslide02 .swiper-button-next,
  #works02-content .worksslide02 .button-all {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
#works02-content .worksslide02 .swiper-button-prev,
#works02-content .worksslide02 .swiper-button-next {
  border: 1px solid #010101;
}
#works02-content .worksslide02 .button-all {
  border: 1px solid #8D1C17;
}
#works02-content .worksslide02 .swiper-button-prev::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works02-content .worksslide02 .swiper-button-prev::before {
    width: .75rem;
    height: .75rem;
  }
}
#works02-content .worksslide02 .swiper-button-next::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works02-content .worksslide02 .swiper-button-next::before {
    width: .75rem;
    height: .75rem;
  }
}
#works02-content .worksslide02 .swiper-button-prev::before {
  clip-path: polygon(100% 45%, 15% 45%, 50% 0, 40% 0, 0 50%, 40% 100%, 50% 100%, 15% 55%, 100% 55%);
}
#works02-content .worksslide02 .swiper-button-next::before {
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
}
#works02-content .worksslide02 .button-all::before {
  content: "";
  background-image: url(../images/top/btn-all.svg);
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works02-content .worksslide02 .button-all::before {
    width: .75rem;
    height: .75rem;
  }
}
#works02-content .worksslide02 .swiper-button-prev:hover,
#works02-content .worksslide02 .swiper-button-next:hover {
  background: #010101;
}
#works02-content .worksslide02 .button-all:hover {
  background: #8D1C17;
}
#works02-content .worksslide02 .swiper-button-prev:hover::before,
#works02-content .worksslide02 .swiper-button-next:hover::before {
  background-color: #ffffff;
}
#works02-content .worksslide02 .button-all:hover::before {
  background-image: url(../images/top/btn-all-w.svg);
}
#works02-content .worksslide02 .swiper-slide a {
  pointer-events: none;
  width: 86%;
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  #works02-content .worksslide02 .swiper-slide a {
    width: 100%;
  }
}
#works02-content .worksslide02 .swiper-slide article {
  overflow: hidden;
}
#works02-content .worksslide02 .swiper-slide img {
  display: none;
  width: 100%;
  height: 46vw;
  object-fit: cover;
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  #works02-content .worksslide02 .swiper-slide img {
    height: 27vw;
  }
}
#works02-content .worksslide02 .swiper-slide .works-ttl {
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  line-height: 2;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
#works02-content .worksslide02 .swiper-slide-active a {
  pointer-events: auto;
}
#works02-content .worksslide02 .swiper-slide-active .works-ttl {
  opacity: 1;
}
#works03-content {
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background: #f0f0f0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  #works03-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#works03-content .works-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  #works03-content .works-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
#works03-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  #works03-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
#works03-content .swiper {
  height: 56vw;
  width: 100%;
  padding-top: 52px;
}
@media (min-width: 992px) {
  #works03-content .swiper {
    padding-top: 80px;
    height: 680px;
  }
}
@media (min-width: 1600px) {
  #works03-content .swiper {
    height: 720px;
  }
}
#works03-content .works03-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#works03-content .swiper-button-prev,
#works03-content .swiper-button-next,
#works03-content .button-all {
  margin-top: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  margin-bottom: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  margin-top: .625rem;
  margin-bottom: .625rem;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works03-content .swiper-button-prev,
  #works03-content .swiper-button-next,
  #works03-content .button-all {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
#works03-content .swiper-button-prev,
#works03-content .swiper-button-next {
  border: 1px solid #010101;
}
#works03-content .button-all {
  border: 1px solid #8D1C17;
}
#works03-content .swiper-button-prev::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works03-content .swiper-button-prev::before {
    width: .75rem;
    height: .75rem;
  }
}
#works03-content .swiper-button-next::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works03-content .swiper-button-next::before {
    width: .75rem;
    height: .75rem;
  }
}
#works03-content .swiper-button-prev::before {
  clip-path: polygon(100% 45%, 15% 45%, 50% 0, 40% 0, 0 50%, 40% 100%, 50% 100%, 15% 55%, 100% 55%);
}
#works03-content .swiper-button-next::before {
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
}
#works03-content .button-all::before {
  content: "";
  background-image: url(../images/top/btn-all.svg);
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #works03-content .button-all::before {
    width: .75rem;
    height: .75rem;
  }
}
#works03-content .swiper-button-prev:hover,
#works03-content .swiper-button-next:hover {
  background: #010101;
}
#works03-content .button-all:hover {
  background: #8D1C17;
}
#works03-content .swiper-button-prev:hover::before,
#works03-content .swiper-button-next:hover::before {
  background-color: #ffffff;
}
#works03-content .button-all:hover::before {
  background-image: url(../images/top/btn-all-w.svg);
}
#works03-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#works03-content .swiper-slide a {
  position: absolute;
  inset: 0;
}
#works03-content h3.works-ttl {
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  left: 5%;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  top: 50%;
  width: 100%;
}
#works03-content .swiper-slide-active h3 {
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#works03-content .swiper-horizontal > .swiper-pagination-progressbar,
#works03-content .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
#works03-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #8D1C17;
}
/* 間取りサイト */
#madori-content {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(../images/top/madori-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  #madori-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#madori-content .madori-box {
  position: relative;
  color: #fff;
  padding-left: clamp(0rem, calc(3.896103896103896vw + -0.8766233766233766rem), 3.75rem);
  padding-right: clamp(0rem, calc(3.896103896103896vw + -0.8766233766233766rem), 3.75rem);
  padding-top: clamp(5.625rem, calc(1.948051948051948vw + 5.186688311688312rem), 7.5rem);
  padding-bottom: clamp(5.625rem, calc(1.948051948051948vw + 5.186688311688312rem), 7.5rem);
  padding-bottom: clamp(2.5rem, calc(3.2467532467532463vw + 1.7694805194805197rem), 5.625rem);
}
#madori-content .madori-box .madori-text {
  font-size: clamp(1.125rem, calc(0.8333333333333334vw + 0.9375rem), 1.5rem);
  font-weight: 600;
}
@media (min-width: 992px) {
  #madori-content .madori-box .madori-text {
    text-align: right;
  }
}
#madori-content .madori-box .more-btn p {
  color: #ffffff;
}
#madori-content .madori-box .btn-circle {
  border: 1px solid #ffffff;
}
#madori-content .madori-box .btn-circle::before {
  background-color: #ffffff;
}
#madori-content .madori-box .more-btn:hover .btn-circle {
  border: 1px solid #010101;
  background-color: #010101;
}
#madori-content .madori-box .more-btn:hover .btn-circle::before {
  background-color: #fff;
}
#madori-content::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* お客様の声 */
#voice-content {
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background: #F0F0F0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: color .35s ease;
}
@media (min-width: 992px) {
  #voice-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#voice-content .voice-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  width: fit-content;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  #voice-content .voice-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
#voice-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  #voice-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
.voiceslide {
  overflow: hidden;
  padding: 20px 0;
}
.voiceslide .swiper-wrapper {
  overflow: visible;
  position: relative;
  padding-top: 52px;
}
@media (min-width: 768px) {
  .voiceslide .swiper-wrapper {
    align-items: end;
    aspect-ratio: 3.33333333;
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .voiceslide .swiper-wrapper {
    align-items: end;
    aspect-ratio: 3.57142857;
  }
}
.voiceslide .voice-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.voiceslide .swiper-button-prev,
.voiceslide .swiper-button-next,
.voiceslide .button-all {
  margin-top: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  margin-bottom: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  margin-top: .625rem;
  margin-bottom: .625rem;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .voiceslide .swiper-button-prev,
  .voiceslide .swiper-button-next,
  .voiceslide .button-all {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.voiceslide .swiper-button-prev,
.voiceslide .swiper-button-next {
  border: 1px solid #010101;
}
.voiceslide .button-all {
  border: 1px solid #8D1C17;
}
.voiceslide .swiper-button-prev::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .voiceslide .swiper-button-prev::before {
    width: .75rem;
    height: .75rem;
  }
}
.voiceslide .swiper-button-next::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .voiceslide .swiper-button-next::before {
    width: .75rem;
    height: .75rem;
  }
}
.voiceslide .swiper-button-prev::before {
  clip-path: polygon(100% 45%, 15% 45%, 50% 0, 40% 0, 0 50%, 40% 100%, 50% 100%, 15% 55%, 100% 55%);
}
.voiceslide .swiper-button-next::before {
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
}
.voiceslide .button-all::before {
  content: "";
  background-image: url(../images/top/btn-all.svg);
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .voiceslide .button-all::before {
    width: .75rem;
    height: .75rem;
  }
}
.voiceslide .swiper-button-prev:hover,
.voiceslide .swiper-button-next:hover {
  background: #010101;
}
.voiceslide .button-all:hover {
  background: #8D1C17;
}
.voiceslide .swiper-button-prev:hover::before,
.voiceslide .swiper-button-next:hover::before {
  background-color: #ffffff;
}
.voiceslide .button-all:hover::before {
  background-image: url(../images/top/btn-all-w.svg);
}
.voiceslide .swiper {
  overflow: hidden;
  position: relative;
}
.voiceslide .swiper-slide {
  width: 100%;
  flex: 0 0 auto;
  display: block;
  height: auto;
  box-sizing: border-box;
  margin: 0 ;
  -webkit-transition: width .8s ease,height .8s ease;
  transition: width .8s ease,height .8s ease;
}
@media (min-width: 768px) {
  .voiceslide .swiper-slide {
    width: 30%;
  }
}
.voiceslide .swiper-slide article {
  overflow: hidden;
  padding: 10px;
}
.voiceslide .swiper-slide .voice-img-wrap {
  position: relative;
}
.voiceslide .swiper-slide .voice-img-wrap::after {
  content: "";
  background-image: url(../images/top/voice-icon.svg);
  width: 54px;
  height: 41px;
  position: absolute;
  bottom: -5px;
  left: 3px;
}
.voiceslide .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}
.voiceslide .swiper-slide .voice-ttl {
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voiceslide .is-enlarged {
  width: 100%;
}
@media (min-width: 768px) {
  .voiceslide .is-enlarged {
    width: 40%;
  }
}
/* 平家特集 */
#hiraya-content {
  transition: color .35s ease;
  background-color: #F0F0F0;
  position: relative;
}
#hiraya-content .flex-top-hiraya {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #d1d1d1;
  transition: opacity .5s ease;
}
#hiraya-content .flex-top-hiraya > div:first-child {
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #hiraya-content .flex-top-hiraya > div:first-child {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  #hiraya-content .flex-top-hiraya > div:first-child {
    width: 70%;
  }
}
#hiraya-content .flex-top-hiraya > div:first-child .swiper-wrapper {
  transition-timing-function: linear;
}
#hiraya-content .flex-top-hiraya > div:first-child .swiper-wrapper .swiper-slide {
  width: auto;
  height: 180px !important;
}
@media (min-width: 768px) {
  #hiraya-content .flex-top-hiraya > div:first-child .swiper-wrapper .swiper-slide {
    height: 240px !important;
  }
}
@media (min-width: 1200px) {
  #hiraya-content .flex-top-hiraya > div:first-child .swiper-wrapper .swiper-slide {
    height: 340px !important;
  }
}
#hiraya-content .flex-top-hiraya > div:first-child .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#hiraya-content .flex-top-hiraya > div:last-child {
  width: 100%;
  padding: 20px;
  z-index: 1;
}
@media (min-width: 992px) {
  #hiraya-content .flex-top-hiraya > div:last-child {
    width: 35%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #hiraya-content .flex-top-hiraya > div:last-child {
    width: 30%;
  }
}
#hiraya-content .flex-top-hiraya > div:last-child .hiraya-title {
  font-size: clamp(3.75rem, calc(2.7777777777777777vw + 3.125rem), 5rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  transition: color .35s ease;
}
@media (min-width: 992px) {
  #hiraya-content .flex-top-hiraya > div:last-child .hiraya-title {
    font-size: clamp(5rem, calc(3.225806451612903vw + 2.4193548387096775rem), 6.25rem);
  }
}
#hiraya-content .flex-top-hiraya > div:last-child .title-jp {
  font-size: clamp(1rem, calc(0.5555555555555556vw + 0.875rem), 1.25rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  transition: color .35s ease;
}
@media (min-width: 992px) {
  #hiraya-content .flex-top-hiraya > div:last-child .title-jp {
    font-size: clamp(1.25rem, calc(1.6129032258064515vw + -0.040322580645161255rem), 1.875rem);
  }
}
#hiraya-content .slider-hiraya {
  pointer-events: none;
  width: 100%;
  overflow: hidden;
}
#hiraya-content .slider-hiraya .slider-track-hiraya {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: slider-marquee-hiraya 40s linear infinite;
  will-change: transform;
}
#hiraya-content .slider-hiraya .slide-item-hiraya {
  flex: 0 0 auto;
}
#hiraya-content .slider-hiraya .slide-item-hiraya img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  #hiraya-content .slider-hiraya .slide-item-hiraya img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  #hiraya-content .slider-hiraya .slide-item-hiraya img {
    height: 340px;
  }
}
@keyframes slider-marquee-hiraya {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.ink-bg-on {
  background-color: #2D2D2D;
}
.ink-bg-on .btn-line {
  background-color: #f2f2f2;
}
.ink-bg-on .mainv-wrapper::before {
  opacity: 0;
}
.ink-bg-on #voice-content {
  background-color: #2D2D2D;
}
.ink-bg-on #voice-content .voice-ttl {
  color: #fff;
}
.ink-bg-on #hiraya-content {
  background-color: #2D2D2D;
}
.ink-bg-on #hiraya-content .flex-top-hiraya {
  background-color: #2D2D2D;
}
.ink-bg-on #hiraya-content .flex-top-hiraya > div:last-child .hiraya-title {
  color: #404040;
}
.ink-bg-on #hiraya-content .flex-top-hiraya > div:last-child .title-jp {
  color: #fff;
}
.ink-bg-on #hiraya-content .more-btn {
  color: #fff;
}
.ink-bg-on #hiraya-content .more-btn a {
  color: #fff;
}
.ink-bg-on #hiraya-content .more-btn .btn-circle {
  border: 1px solid #fff;
}
.ink-bg-on #hiraya-content .more-btn .btn-circle::before {
  background-color: #fff;
}
.ink-bg-on #hiraya-content .more-btn:hover .btn-circle {
  background-color: #ffffff;
}
.ink-bg-on #hiraya-content .more-btn:hover .btn-circle::before {
  background-color: #2D2D2D;
}
.ink-bg-on #japanSection {
  opacity: 0;
}
/* 家づくりガイド */
/* ===== セクション（スコープ） ===== */
.ink-section {
  position: relative;
  z-index: 0;
  background: #F0F0F0;
  --fg-before: #000;
  /* 待機中の文字色 */
  --fg-active: #fff;
  /* 切替後の文字色 */
}
/* 前景（テキスト/SVG）: 背景フェードより前面に */
.ink-section .ink-fg {
  position: relative;
  z-index: 1;
  color: var(--fg-before);
  transition: color .35s ease;
}
.ink-section .ink-fg .under-white {
  border-bottom: 1px solid var(--fg-before);
}
.ink-section .ink-fg a {
  color: var(--fg-before);
}
.ink-section .ink-fg .btn-circle-building,
.ink-section .ink-fg .btn-circle {
  border: 1px solid var(--fg-before);
}
.ink-section .ink-fg .btn-circle-building::before,
.ink-section .ink-fg .btn-circle::before {
  background-color: var(--fg-before);
}
.ink-section.text-on .ink-fg {
  color: var(--fg-active);
}
.ink-section.text-on .ink-fg .under-white {
  border-bottom: 1px solid var(--fg-active);
}
.ink-section.text-on .ink-fg a {
  color: var(--fg-active);
}
.ink-section.text-on .ink-fg .btn-circle-building,
.ink-section.text-on .ink-fg .btn-circle {
  border: 1px solid var(--fg-active);
}
.ink-section.text-on .ink-fg .btn-circle-building::before,
.ink-section.text-on .ink-fg .btn-circle::before {
  background-color: var(--fg-active);
}
.ink-section .ink-inner {
  padding: 120px 0;
}
.ink-inner svg {
  padding: 0 15px;
}
/* 背景だけを暗くする全画面フェード（前景は前にあるので隠れない） */
.ink-section .screen-ink {
  position: absolute;
  inset: 0;
  background: #2D2D2D;
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
  z-index: 0;
}
.ink-section.bg-on .screen-ink {
  opacity: 1;
}
/* ← 背景暗転は遅らせてON */
/* stroke描画（白線）用のクローンに使う */
@keyframes path-draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* fillフェード（白塗り）は別クローンをopacityで */
.fill-layer path {
  opacity: 0;
  transition: opacity .2s ease;
}
.fill-layer.on path {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .ink-section .screen-ink {
    transition: none !important;
  }
  .fill-layer path {
    transition: none !important;
    opacity: 1 !important;
  }
}
/* ====== 追記: 描画後のマルキー表示 ====== */
.ink-svg-marquee {
  position: relative;
  overflow: hidden;
  clip-path: inset(15% 0 15% 0);
  -webkit-clip-path: inset(15% 0 15% 0);
}
.ink-svg-marquee::before,
.ink-svg-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 16%;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}
.ink-svg-marquee::before {
  top: 0;
}
.ink-svg-marquee::after {
  bottom: 0;
}
.ink-svg-marquee .track {
  display: flex;
  width: 200%;
  /* 子2枚で無限ループ */
  will-change: transform;
  animation: marquee-x 18s linear infinite;
}
/* アニメが始まるまで動かさない */
.ink-svg-marquee:not(.marquee-on) .track {
  animation: none;
  transform: translateX(0);
}
/* ホバーで一時停止 */
.ink-svg-marquee:hover .track {
  animation-play-state: paused;
}
/* 1枚をコンテナ幅のちょうど半分にする（2枚＝200%） */
.ink-svg-marquee .track > svg {
  flex: 0 0 50%;
  width: 50%;
  height: auto;
  display: block;
}
/* 低速回線/ユーザー設定に配慮 */
@media (prefers-reduced-motion: reduce) {
  .ink-svg-marquee .track {
    animation: none;
  }
}
/* 横スクロールのキーフレーム */
@keyframes marquee-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
  /* 子2枚構成なので -50% で綺麗にループ */
}
.ink-content {
  padding-left: clamp(0.625rem, calc(3.2467532467532463vw + -0.10551948051948046rem), 3.75rem);
  padding-right: clamp(0.625rem, calc(3.2467532467532463vw + -0.10551948051948046rem), 3.75rem);
}
.ink-content .building-title {
  font-size: clamp(1.25rem, calc(0.5555555555555556vw + 1.125rem), 1.5rem);
  font-weight: 500;
  text-align: center;
  margin-top: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  margin-bottom: clamp(2.5rem, calc(3.2467532467532463vw + 1.7694805194805197rem), 5.625rem);
}
@media (min-width: 992px) {
  .ink-content .building-title {
    font-size: clamp(1.5rem, calc(1.935483870967742vw + -0.048387096774193505rem), 2.25rem);
  }
}
@media (min-width: 768px) {
  .ink-content .stickymargin {
    margin-bottom: clamp(5.625rem, calc(7.777777777777778vw + 0.7638888888888884rem), 10rem);
  }
}
.ink-content .guide-box {
  margin-top: clamp(2.5rem, calc(11.11111111111111vw + 0rem), 7.5rem);
  position: relative;
}
@media (min-width: 768px) {
  .ink-content .guide-box .stickybox {
    position: sticky;
    top: 0;
    padding-top: 50%;
  }
}
.ink-content .guide-box .guide-title {
  font-size: clamp(3.75rem, calc(3.1645569620253164vw + 3.037974683544304rem), 5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  line-height: 1;
  font-weight: 600;
  color: #404040;
  position: relative;
}
@media (min-width: 992px) {
  .ink-content .guide-box .guide-title {
    font-size: clamp(5.625rem, calc(9.911894273127754vw + -0.5203744493392062rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
.ink-content .guide-box .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #b8b8b8;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  .ink-content .guide-box .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
.ink-content .guide-box .guide-wrap {
  position: relative;
  margin-bottom: clamp(0.9375rem, calc(0.6944444444444444vw + 0.78125rem), 1.25rem);
}
.ink-content .guide-box .guide-wrap .eng-tit {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  font-weight: 900;
  color: #010101;
}
@media (min-width: 768px) {
  .ink-content .guide-box .guide-wrap .eng-tit {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .ink-content .guide-box .guide-wrap .eng-tit {
    font-size: 30px;
    top: 40px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .ink-content .guide-box .guide-wrap .eng-tit {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .ink-content .guide-box .guide-wrap .eng-tit {
    font-size: clamp(2.5rem, calc(13.333333333333334vw + -10.833333333333334rem), 5rem);
  }
}
.ink-content .guide-box .guide-wrap .guide-detail {
  width: calc(100% - 10px);
  position: absolute;
  bottom: 20px;
  left: 5px;
}
@media (min-width: 992px) {
  .ink-content .guide-box .guide-wrap .guide-detail {
    width: calc(100% - 40px);
    bottom: 40px;
    left: 20px;
  }
}
.ink-content .guide-box .guide-wrap .guide-detail ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .5rem;
}
.ink-content .guide-box .guide-wrap .guide-detail ul li {
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  padding: 3px;
  background-color: #010101;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .ink-content .guide-box .guide-wrap .guide-detail ul li {
    font-size: 14px;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .ink-content .guide-box .guide-wrap .guide-detail ul li {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .ink-content .guide-box .guide-wrap .guide-detail ul li {
    font-size: clamp(1.375rem, calc(2.666666666666667vw + -1.291666666666667rem), 1.875rem);
    padding: 10px 5px;
  }
}
.ink-content .guide-box .guide-wrap .guide-detail h3 {
  width: fit-content;
  font-size: clamp(0.875rem, calc(1.2658227848101267vw + 0.5901898734177216rem), 1.375rem);
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  padding: 5px;
  background-color: #010101;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .ink-content .guide-box .guide-wrap .guide-detail h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .ink-content .guide-box .guide-wrap .guide-detail h3 {
    font-size: 28px;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .ink-content .guide-box .guide-wrap .guide-detail h3 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .ink-content .guide-box .guide-wrap .guide-detail h3 {
    font-size: clamp(2.5rem, calc(6.666666666666667vw + -4.166666666666667rem), 3.75rem);
    padding: 15px;
  }
}
.ink-content .guide-box .guide-wrap:hover .guide-detail ul li {
  color: #010101;
  background-color: #ffffff;
}
.ink-content .guide-box .guide-wrap:hover .guide-detail h3 {
  color: #010101;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .ink-content .guide-scroll {
    height: 400px;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scrollbar-color: #404040 #676767;
  }
  .ink-content .guidecard {
    padding-left: 10px;
    padding-right: 10px;
    height: 400px;
    margin-bottom: 20px;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .ink-content .guide-scroll {
    height: 500px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .ink-content .guidecard {
    height: 500px;
  }
}
.ink-content .img-building {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: center;
}
.more-btn-building-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-btn-building-flex > div:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  .more-btn-building-flex > div:first-child {
    width: 30%;
  }
}
.more-btn-building-flex > div:first-child h3 {
  font-size: clamp(1.125rem, calc(0.8333333333333334vw + 0.9375rem), 1.5rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .more-btn-building-flex > div:first-child h3 {
    font-size: clamp(1.5rem, calc(1.935483870967742vw + -0.048387096774193505rem), 2.25rem);
    text-align: left;
    margin-bottom: 0;
  }
}
.more-btn-building-flex > div:nth-child(2) {
  width: 90%;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .more-btn-building-flex > div:nth-child(2) {
    width: calc(70% - 60px);
  }
}
.more-btn-building-flex > div:nth-child(2) p {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 992px) {
  .more-btn-building-flex > div:nth-child(2) p {
    font-size: clamp(1rem, calc(0.6451612903225806vw + 0.4838709677419355rem), 1.25rem);
  }
}
.more-btn-building-flex > div:last-child {
  width: 10%;
}
@media (min-width: 992px) {
  .more-btn-building-flex > div:last-child {
    width: 60px;
  }
}
.btn-circle-building {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .btn-circle-building {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn-circle-building::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
#inkSection.text-on .title-jp {
  color: #fff;
}
#inkSection.text-on .more-btn-building:hover .btn-circle-building {
  background-color: #ffffff;
}
#inkSection.text-on .more-btn-building:hover .btn-circle-building::before {
  background-color: #2D2D2D;
}
#inkSection.text-on .more-btn:hover .btn-circle {
  background-color: #ffffff;
}
#inkSection.text-on .more-btn:hover .btn-circle::before {
  background-color: #2D2D2D;
}
/* モデルハウス */
#japanSection {
  transition: opacity .35s ease;
  overflow: hidden;
  /* タイミング（ms） */
  --start-delay: 400ms;
  --map-fade: 600ms;
  --item-fade: 500ms;
  --item-stagger: 350ms;
  /* 色 */
  --bg: #ffffff;
  --fg: #e6edf3;
  --accent: #8d1c17;
  --highlight: rgba(255, 255, 255, 0.75);
  --stroke: #111;
}
.modelhouse-wrap {
  background-color: #fff;
  height: 100svh;
  min-height: 100vw;
  display: grid;
  grid-template-rows: auto auto 1fr;
  position: relative;
}
@media (min-width: 1200px) {
  .modelhouse-wrap {
    min-height: 70vw;
  }
}
@media (min-width: 1600px) {
  .modelhouse-wrap {
    height: 120svh;
  }
}
/* リンクボタンのリスト */
.map-content-wrap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
.map-content-wrap .model-title {
  font-size: clamp(2.8125rem, calc(8.766233766233766vw + 0.8400974025974026rem), 11.25rem);
  font-weight: 600;
  color: #010101;
  line-height: 1;
  letter-spacing: 0;
  /* 必要に応じて微調整 */
  text-align: right;
  margin: 0;
}
.map-content-wrap .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  text-align: right;
  margin-left: auto;
  margin-right: 5%;
  display: block;
}
.map-content-wrap .btn-wrap-r {
  pointer-events: initial;
}
nav.links {
  display: flex;
  width: 100%;
  max-width: 500px;
  gap: .5rem;
  flex-wrap: wrap;
  padding: .5rem 1rem;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-end;
  pointer-events: initial;
}
.link-chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .25rem .25rem .25rem .625rem;
  border-radius: 999px;
  background: #F0F0F0;
  color: #010101;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  transition: 0.5s ease-in-out;
}
.link-chip:hover,
.link-chip:focus-visible {
  color: #ffffff;
  background: #131a22;
  border-color: #3a4149;
  outline: none;
  text-decoration: none;
}
.link-chip.is-active {
  color: #ffffff;
  background: #131a22;
  border-color: #455063;
}
.link-chip:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/top/btn-arrow.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease-in-out;
  margin-left: 10px;
}
.link-chip:hover:after {
  background-image: url(../images/top/btn-arrow-hover.svg);
}
@media (min-width: 1200px) {
  .map-content-wrap {
    bottom: 40px;
    right: 40px;
  }
  nav.links {
    width: 80%;
  }
  .link-chip {
    font-size: 18px;
    width: fit-content;
    padding: .75rem .75rem .75rem 1.25rem;
  }
  .link-chip:after {
    width: 34px;
    height: 34px;
    margin-left: auto;
  }
  .link-chip:hover:after {
    width: 34px;
    height: 34px;
  }
}
/* ステージ */
.stage {
  display: grid;
  place-items: center;
  height: 100svh;
  min-height: 100vw;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .stage {
    min-height: auto;
  }
}
@media (min-width: 1600px) {
  .stage {
    height: 120svh;
  }
}
/* ズーム対象の外ラッパ */
.svg-wrap {
  display: inline-block;
  isolation: isolate;
}
/* フィルタはグループではなく子要素にだけ適用する */
#japan_map .model.is-hovered > *,
#japan_map .model.is-hovered path {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.75));
  stroke: var(--highlight);
  stroke-width: 1px;
}
/* 初回フェード用 */
.fade {
  opacity: 0;
  transition-property: opacity;
  will-change: opacity;
}
.fade.show {
  opacity: 1;
}
/* SVGサイズ */
#modelhouse_map {
  width: 180vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 375px) {
  #modelhouse_map {
    width: 300vw;
    left: 0;
  }
}
@media (max-width: 414px) {
  #modelhouse_map {
    width: 400vw;
    left: -20vw;
  }
}
@media (max-width: 430px) {
  #modelhouse_map {
    width: 420vw;
    left: -20vw;
  }
}
@media (max-width: 1200px) {
  #modelhouse_map {
    width: 320vw;
    left: 0;
  }
}
/* model 基本：最初は透明、個別にJSでopacityを上げる */
#japan_map {
  transition-duration: var(--map-fade);
}
#japan_map .model {
  opacity: 0;
  transition: opacity var(--item-fade) ease;
  z-index: 2;
}
/* ハイライト（ボタン/パス相互ホバー時に付与） */
/* 置き換え：drop-shadow を削除してストローク強調だけに */
#japan_map .model.is-hovered {
  /* filter: drop-shadow(0 0 6px rgba(242,95,76,.75)); ←削除 */
  stroke: var(--highlight);
  stroke-width: 1px;
  /* 必要なら */
  stroke-linejoin: round;
  stroke-linecap: round;
}
.st0 {
  stroke: #fff;
  stroke-miterlimit: 10;
}
.st0,
.st1 {
  fill: #d8d8d8;
}
.st2 {
  fill: #8d1c17;
}
.st3 {
  fill: #da8a00;
}
/* 会社案内 */
#company-content {
  position: relative;
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background: linear-gradient(to bottom, #F0F0F0, rgba(240, 240, 240, 0));
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  #company-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#company-content .company-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  #company-content .company-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
#company-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  #company-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
.h-company-contet-text {
  font-size: clamp(1rem, calc(0.2597402597402597vw + 0.9415584415584416rem), 1.25rem);
  font-weight: 500;
  line-height: 1.8;
}
.h-company-sub {
  font-size: clamp(1.25rem, calc(0.6493506493506493vw + 1.103896103896104rem), 1.875rem);
  margin-bottom: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
}
/* ===== グループの表示制御 ===== */
.cv.js-cv .cv-group {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}
.cv.js-cv .cv-group.is-active {
  opacity: 1;
  pointer-events: auto;
}
/* ===== 画像アイテム共通 ===== */
.cv.js-cv .cv-item {
  --top: 50%;
  --left: 50%;
  --scale: 1;
  position: absolute;
  top: var(--top);
  left: var(--left);
  transform: translate(-50%, -50%) scale(var(--scale));
  transform-origin: center center;
  opacity: 0;
}
.cv.js-cv .cv-item img {
  display: block;
  width: 100%;
  height: auto;
}
/* グループがアクティブの時だけ、拡大しながらフェードイン */
.cv.js-cv .cv-group.is-active .cv-item {
  animation: cv-item-in 900ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes cv-item-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(calc(var(--scale, 1) * 0.9));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--scale, 1));
  }
}
/* ===== 画像ごとの位置・サイズ（テスト用レイアウト） ===== */
/* group 1 */
.cv.js-cv .cv-g1-img1 {
  --top: 32%;
  --left: 62%;
  --scale: 1.05;
  width: 25%;
}
.cv.js-cv .cv-g1-img2 {
  --top: 84%;
  --left: 74%;
  --scale: 1;
  width: 30%;
}
.cv.js-cv .cv-g1-img3 {
  --top: 58%;
  --left: 80%;
  --scale: 1;
  width: 20%;
}
/* group 2 */
.cv.js-cv .cv-g2-img1 {
  --top: 40%;
  --left: 60%;
  --scale: 1.15;
  width: 25%;
}
.cv.js-cv .cv-g2-img2 {
  --top: 88%;
  --left: 40%;
  --scale: 1.05;
  width: 20%;
}
.cv.js-cv .cv-g2-img3 {
  --top: 68%;
  --left: 70%;
  --scale: 1.05;
  width: 20%;
}
/* group 3 */
.cv.js-cv .cv-g3-img1 {
  --top: 35%;
  --left: 70%;
  --scale: 1.1;
  width: 30%;
}
.cv.js-cv .cv-g3-img2 {
  --top: 73%;
  --left: 68%;
  --scale: 1.0;
  width: 25%;
}
/* group 4 */
.cv.js-cv .cv-g4-img1 {
  --top: 35%;
  --left: 75%;
  --scale: 1.12;
  width: 15%;
}
.cv.js-cv .cv-g4-img2 {
  --top: 77%;
  --left: 80%;
  --scale: 1.2;
  width: 15%;
}
.cv.js-cv .cv-g4-img3 {
  --top: 80%;
  --left: 45%;
  --scale: 1.1;
  width: 15%;
}
/* ===== レスポンシブ（ざっくり調整） ===== */
@media (max-width: 768px) {
  .cv-section {
    padding: 50px 16px 60px;
    border-radius: 20px;
  }
  .cv.js-cv .cv-g1-img1,
  .cv.js-cv .cv-g2-img1,
  .cv.js-cv .cv-g3-img1,
  .cv.js-cv .cv-g4-img1 {
    width: 180px;
  }
  .cv.js-cv .cv-g1-img2,
  .cv.js-cv .cv-g2-img2,
  .cv.js-cv .cv-g3-img2,
  .cv.js-cv .cv-g4-img2 {
    width: 160px;
  }
  .cv.js-cv .cv-g1-img3,
  .cv.js-cv .cv-g2-img3,
  .cv.js-cv .cv-g3-img3,
  .cv.js-cv .cv-g4-img3 {
    width: 120px;
  }
  .cv.js-cv .cv-g1-img1 {
    --top: 35%;
    --left: 30%;
  }
  .cv.js-cv .cv-g1-img2 {
    --top: 68%;
    --left: 70%;
  }
  .cv.js-cv .cv-g2-img1 {
    --top: 38%;
    --left: 65%;
  }
  .cv.js-cv .cv-g2-img2 {
    --top: 70%;
    --left: 35%;
  }
  .cv.js-cv .cv-g3-img1 {
    --top: 36%;
    --left: 32%;
  }
  .cv.js-cv .cv-g3-img2 {
    --top: 69%;
    --left: 68%;
  }
  .cv.js-cv .cv-g4-img1 {
    --top: 40%;
    --left: 65%;
  }
  .cv.js-cv .cv-g4-img2 {
    --top: 72%;
    --left: 30%;
  }
}
/* ===== 背景コンテナ ===== */
.cv-clip.js-cv {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.cv-clip.js-cv:before {
  content: "";
  background-color: rgba(220, 220, 220, 0.8);
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .cv-clip.js-cv:before {
    background-color: rgba(255, 255, 255, 0);
  }
}
/* ===== グループの表示制御 ===== */
.cv-clip.js-cv .cv-group {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}
.cv-clip.js-cv .cv-group.is-active {
  opacity: 1;
  pointer-events: auto;
}
/* ===== 画像アイテム共通 ===== */
.cv-clip.js-cv .cv-item {
  --top: 50%;
  --left: 50%;
  --scale: 1;
  --cv-duration: .85s;
  position: absolute;
  top: var(--top);
  left: var(--left);
  transform: translate(-50%, -50%) scale(var(--scale));
  /* レイアウト用 scale は維持 */
  transform-origin: center center;
  opacity: 0;
  /* 中心点から四角形で開く／閉じる（Aタイプ） */
  clip-path: inset(50% 50% 50% 50%);
  transition: clip-path var(--cv-duration, 0.85s) cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s linear;
}
.cv-clip.js-cv .cv-item img {
  display: block;
  width: 100%;
  height: auto;
}
/* グループがアクティブの時：中心から開いて表示 */
.cv-clip.js-cv .cv-group.is-active .cv-item {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
}
/* 次に切り替える前のグループ：中心に向かって閉じる */
.cv-clip.js-cv .cv-group.is-leaving .cv-item {
  opacity: 0;
  clip-path: inset(50% 50% 50% 50%);
}
/* ===== 画像ごとの位置・サイズ（そのまま流用） ===== */
/* group 1 */
.cv-clip.js-cv .cv-g1-img1 {
  --top: 32%;
  --left: 62%;
  --scale: 1.05;
  width: 25%;
}
.cv-clip.js-cv .cv-g1-img2 {
  --top: 84%;
  --left: 74%;
  --scale: 1;
  width: 30%;
}
.cv-clip.js-cv .cv-g1-img3 {
  --top: 58%;
  --left: 80%;
  --scale: 1;
  width: 20%;
}
/* group 2 */
.cv-clip.js-cv .cv-g2-img1 {
  --top: 40%;
  --left: 60%;
  --scale: 1.15;
  width: 25%;
}
.cv-clip.js-cv .cv-g2-img2 {
  --top: 88%;
  --left: 40%;
  --scale: 1.05;
  width: 20%;
}
.cv-clip.js-cv .cv-g2-img3 {
  --top: 68%;
  --left: 70%;
  --scale: 1.05;
  width: 20%;
}
/* group 3 */
.cv-clip.js-cv .cv-g3-img1 {
  --top: 35%;
  --left: 70%;
  --scale: 1.1;
  width: 30%;
}
.cv-clip.js-cv .cv-g3-img2 {
  --top: 73%;
  --left: 68%;
  --scale: 1.0;
  width: 25%;
}
/* group 4 */
.cv-clip.js-cv .cv-g4-img1 {
  --top: 35%;
  --left: 75%;
  --scale: 1.12;
  width: 15%;
}
.cv-clip.js-cv .cv-g4-img2 {
  --top: 77%;
  --left: 80%;
  --scale: 1.2;
  width: 15%;
}
.cv-clip.js-cv .cv-g4-img3 {
  --top: 80%;
  --left: 45%;
  --scale: 1.1;
  width: 15%;
}
/* ===== レスポンシブ（元のものをそのまま cv-clip に） ===== */
@media (max-width: 768px) {
  .cv-section {
    padding: 50px 16px 60px;
    border-radius: 20px;
  }
  .cv-clip.js-cv .cv-g1-img1,
  .cv-clip.js-cv .cv-g2-img1,
  .cv-clip.js-cv .cv-g3-img1,
  .cv-clip.js-cv .cv-g4-img1 {
    width: 160px;
  }
  .cv-clip.js-cv .cv-g1-img2,
  .cv-clip.js-cv .cv-g2-img2,
  .cv-clip.js-cv .cv-g3-img2,
  .cv-clip.js-cv .cv-g4-img2 {
    width: 140px;
  }
  .cv-clip.js-cv .cv-g1-img3,
  .cv-clip.js-cv .cv-g2-img3,
  .cv-clip.js-cv .cv-g3-img3,
  .cv-clip.js-cv .cv-g4-img3 {
    width: 120px;
  }
  .cv-clip.js-cv .cv-g1-img1 {
    --top: 35%;
    --left: 30%;
  }
  .cv-clip.js-cv .cv-g1-img2 {
    --top: 68%;
    --left: 20%;
  }
  .cv-clip.js-cv .cv-g1-img3 {
    --top: 58%;
    --left: 80%;
  }
  .cv-clip.js-cv .cv-g2-img1 {
    --top: 38%;
    --left: 65%;
  }
  .cv-clip.js-cv .cv-g2-img2 {
    --top: 55%;
    --left: 35%;
  }
  .cv-clip.js-cv .cv-g2-img3 {
    --top: 68%;
    --left: 70%;
  }
  .cv-clip.js-cv .cv-g3-img1 {
    --top: 36%;
    --left: 32%;
  }
  .cv-clip.js-cv .cv-g3-img2 {
    --top: 69%;
    --left: 68%;
  }
  .cv-clip.js-cv .cv-g4-img1 {
    --top: 40%;
    --left: 65%;
  }
  .cv-clip.js-cv .cv-g4-img2 {
    --top: 72%;
    --left: 30%;
  }
  .cv-clip.js-cv .cv-g4-img3 {
    --top: 80%;
    --left: 75%;
  }
}
/* スタッフ紹介 */
#staff-content {
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0), #F0F0F0);
  padding-left: 10px;
  padding-right: 10px;
}
#staff-content .staff-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #fff;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  #staff-content .staff-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-right: 10%;
  }
}
#staff-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media (min-width: 992px) {
  #staff-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
#staff-content .staffprofile {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  overflow: hidden;
  padding: 20px 0;
}
#staff-content .staffprofile .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  #staff-content .staffprofile .swiper {
    padding: 0 3.2rem;
  }
}
#staff-content .staffprofile .staff-btn {
  display: flex;
}
#staff-content .staffprofile .swiper-button-prev,
#staff-content .staffprofile .swiper-button-next,
#staff-content .staffprofile .button-all {
  margin-top: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  margin-bottom: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem);
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #staff-content .staffprofile .swiper-button-prev,
  #staff-content .staffprofile .swiper-button-next,
  #staff-content .staffprofile .button-all {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#staff-content .staffprofile .swiper-button-prev,
#staff-content .staffprofile .swiper-button-next {
  border: 1px solid #010101;
}
#staff-content .staffprofile .button-all {
  border: 1px solid #8D1C17;
}
#staff-content .staffprofile .swiper-button-prev::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #staff-content .staffprofile .swiper-button-prev::before {
    width: .75rem;
    height: .75rem;
  }
}
#staff-content .staffprofile .swiper-button-next::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #staff-content .staffprofile .swiper-button-next::before {
    width: .75rem;
    height: .75rem;
  }
}
#staff-content .staffprofile .swiper-button-prev::before {
  clip-path: polygon(100% 45%, 15% 45%, 50% 0, 40% 0, 0 50%, 40% 100%, 50% 100%, 15% 55%, 100% 55%);
}
#staff-content .staffprofile .swiper-button-next::before {
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
}
#staff-content .staffprofile .button-all::before {
  content: "";
  background-image: url(../images/top/btn-all.svg);
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  #staff-content .staffprofile .button-all::before {
    width: .75rem;
    height: .75rem;
  }
}
#staff-content .staffprofile .swiper-button-prev:hover,
#staff-content .staffprofile .swiper-button-next:hover {
  background: #010101;
}
#staff-content .staffprofile .button-all:hover {
  background: #8D1C17;
}
#staff-content .staffprofile .swiper-button-prev:hover::before,
#staff-content .staffprofile .swiper-button-next:hover::before {
  background-color: #ffffff;
}
#staff-content .staffprofile .button-all:hover::before {
  background-image: url(../images/top/btn-all-w.svg);
}
#staff-content .staffprofile .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 0.5s;
  transition: var(--transition), opacity 0.5s;
  border-radius: 4px;
}
#staff-content .staffprofile .slide-media {
  padding-top: 180%;
  border-radius: 200px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
}
#staff-content .staffprofile .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
@media (min-width: 992px) {
  #staff-content .staffprofile .slide-media img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}
@media (min-width: 992px) {
  #staff-content .staffprofile .slide:hover {
    overflow: visible;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
}
#staff-content .staffprofile .staff-content {
  padding: 1rem 0;
}
#staff-content .staffprofile .staff-position {
  font-size: clamp(0.625rem, calc(0.5555555555555556vw + 0.5rem), 0.875rem);
  line-height: 1;
  display: block;
}
#staff-content .staffprofile .staff-name {
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#staff-content .staffprofile .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
/* スタッフブログ */
#blog-content {
  padding-top: clamp(5.625rem, calc(7.142857142857142vw + 4.017857142857143rem), 12.5rem);
  padding-bottom: clamp(5.625rem, calc(7.142857142857142vw + 4.017857142857143rem), 12.5rem);
  background: linear-gradient(to bottom, #F0F0F0, rgba(240, 240, 240, 0));
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #blog-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#blog-content .blog-title {
  font-size: clamp(2.5rem, calc(6.944444444444445vw + 0.9375rem), 5.625rem);
  margin-bottom: clamp(0.3125rem, calc(0.6944444444444444vw + 0.15625rem), 0.625rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  #blog-content .blog-title {
    font-size: clamp(5.625rem, calc(14.516129032258066vw + -5.987903225806452rem), 11.25rem);
  }
}
#blog-content .title-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 500;
  color: #010101;
  text-align: center;
}
@media (min-width: 992px) {
  #blog-content .title-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
#blog-content .swiper-slide {
  display: block !important;
}
#blog-content .blog-box {
  position: relative;
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-bottom: clamp(2.5rem, calc(3.2467532467532463vw + 1.7694805194805197rem), 5.625rem);
  background-color: transparent;
}
#blog-content .blog-box .img-blog {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}
#blog-content .blog-box::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: calc(100% - 20px);
  --base: #EAEAEA;
  --accent: #cecece;
  padding-left: clamp(0.9375rem, calc(2.922077922077922vw + 0.2800324675324676rem), 3.75rem);
  padding-right: clamp(0.9375rem, calc(2.922077922077922vw + 0.2800324675324676rem), 3.75rem);
  padding-bottom: clamp(2.5rem, calc(3.2467532467532463vw + 1.7694805194805197rem), 5.625rem);
  background-color: var(--base);
  animation-name: blog-color-in, blog-color-out;
  animation-timeline: view(), view();
  animation-range: entry, exit;
  animation-fill-mode: both, forwards;
  animation-duration: 10ms;
  z-index: -1;
}
@media (min-width: 768px) {
  #blog-content .blog-box::after {
    height: calc(100% - 40px);
  }
}
@media (min-width: 992px) {
  #blog-content .blog-box::after {
    height: calc(100% - 70px);
  }
}
@media (min-width: 1600px) {
  #blog-content .blog-box::after {
    height: calc(100% - 90px);
  }
}
@keyframes blog-color-in {
  from {
    background-color: var(--base);
  }
  to {
    background-color: var(--accent);
  }
}
@keyframes blog-color-out {
  from {
    background-color: var(--accent);
  }
  to {
    background-color: var(--base);
  }
}
.blog-inner {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.blog-inner .detail {
  width: calc(70% - 10px);
  padding-right: 15px;
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
}
.blog-inner .detail .day {
  font-size: clamp(0.625rem, calc(0.38961038961038963vw + 0.5373376623376623rem), 1rem);
  margin-right: 10px;
}
.blog-inner .detail .category {
  font-size: clamp(0.625rem, calc(0.38961038961038963vw + 0.5373376623376623rem), 1rem);
  display: inline-block;
  padding: 1px 10px;
  background-color: #8D1C17;
  border-radius: 20px;
}
.blog-inner .detail h3 {
  font-size: clamp(0.75rem, calc(0.5194805194805194vw + 0.6331168831168831rem), 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
.blog-inner .no-staff,
.blog-inner .staff-img {
  width: 26%;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 2;
}
.blog-inner .no-staff img,
.blog-inner .staff-img img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 5px solid #ffffff;
}
.blog-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1;
}
.staffcard {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(255, 255, 255, 0.2);
  overflow: hidden;
  /*
	.swiper-button-prev,.swiper-button-next {
	    display: grid;
	    place-content: center;
	    border: 1px solid #010101;
		width: 2rem;
		height: 2rem;
	    cursor: pointer;
	    -webkit-transition: var(--transition);
	    transition: var(--transition);
		border-radius: 50%;
		transition: 0.5s ease-in-out;
	    position: absolute;
	    z-index: 1;
	    top: 0;
	    bottom: 0;
	    margin: auto;
		@media (min-width:@screen-lg){
			width: 2.5rem;
			height: 2.5rem;
		}
	}
	.swiper-button-prev::before{
		content: "";
	    position: absolute;
		width: .625rem;
		height: .625rem;
		position: absolute;
		top: 50%;
		left: 50%;
		clip-path: polygon(100% 45%, 15% 45%, 50% 0, 40% 0,0 50%, 40% 100%, 50% 100%, 15% 55%, 100% 55%);
		background-color: #010101;
		transform: translate(-50%, -50%);
		transition: 0.5s ease-in-out;
		@media (min-width:@screen-lg){
			width: .75rem;
			height: .75rem;
		}
	}
	.swiper-button-next::before{
		content: "";
		width: .625rem;
		height: .625rem;
		position: absolute;
		top: 50%;
		left: 50%;
		clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
		background-color: #010101;
		transform: translate(-50%, -50%);
		transition: 0.5s ease-in-out;
		@media (min-width:@screen-lg){
			width: .75rem;
			height: .75rem;
		}
	}
	.swiper-button-prev:hover,.swiper-button-next:hover{
		background: #010101;
	}
	.swiper-button-prev:hover::before,.swiper-button-next:hover::before{
		background-color: #ffffff;
	}
	.swiper-button-disabled {
    	pointer-events: none;
    	opacity: 0;
	}
	.swiper-button-prev {
    	right: calc(~'100% - 1.6rem');
  	}
	.swiper-button-next {
    	left: calc(~'100% - 1.6rem');
  	}
  	*/
}
.staffcard [class*=swiper]:focus {
  outline: none;
}
.staffcard .slide-media,
.staffcard .thumb-media {
  position: relative;
  overflow: hidden;
}
.staffcard .slide-media img,
.staffcard .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.staffcard .staffcard-btn {
  display: flex;
}
.staffcard .swiper-button-prev,
.staffcard .swiper-button-next,
.staffcard .button-all {
  margin-top: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem) !important;
  margin-bottom: clamp(0.625rem, calc(0.6493506493506493vw + 0.4788961038961039rem), 1.25rem) !important;
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .staffcard .swiper-button-prev,
  .staffcard .swiper-button-next,
  .staffcard .button-all {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.staffcard .swiper-button-prev,
.staffcard .swiper-button-next {
  border: 1px solid #010101;
}
.staffcard .button-all {
  border: 1px solid #8D1C17;
}
@media (min-width: 1024px) {
  .staffcard .button-all {
    display: none;
  }
}
.staffcard .swiper-button-prev::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .staffcard .swiper-button-prev::before {
    width: .75rem;
    height: .75rem;
  }
}
.staffcard .swiper-button-next::before {
  content: "";
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .staffcard .swiper-button-next::before {
    width: .75rem;
    height: .75rem;
  }
}
.staffcard .swiper-button-prev::before {
  clip-path: polygon(100% 45%, 15% 45%, 50% 0, 40% 0, 0 50%, 40% 100%, 50% 100%, 15% 55%, 100% 55%);
}
.staffcard .swiper-button-next::before {
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
}
.staffcard .button-all::before {
  content: "";
  background-image: url(../images/top/btn-all.svg);
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .staffcard .button-all::before {
    width: .75rem;
    height: .75rem;
  }
}
.staffcard .swiper-button-prev:hover,
.staffcard .swiper-button-next:hover {
  background: #010101;
}
.staffcard .button-all:hover {
  background: #8D1C17;
}
.staffcard .swiper-button-prev:hover::before,
.staffcard .swiper-button-next:hover::before {
  background-color: #ffffff;
}
.staffcard .button-all:hover::before {
  background-image: url(../images/top/btn-all-w.svg);
}
.staffcard .swiper-a:not(.swiper-initialized) {
  padding: 0;
}
.staffcard .swiper-a:not(.swiper-initialized) .swiper-button-prev,
.staffcard .swiper-a:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.staffcard .swiper-a:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.staffcard .swiper-b:not(.swiper-initialized) {
  padding: 0;
}
.staffcard .swiper-b:not(.swiper-initialized) .swiper-button-prev,
.staffcard .swiper-b:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.staffcard .swiper-b:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .staffcard .l-inner {
    padding: 0 4rem;
  }
  .staffcard .swiper {
    padding: 0 3.2rem;
  }
  .staffcard .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
  .staffcard .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
@media only screen and (max-width: 599px) {
  .staffcard .l-inner {
    padding: 0;
  }
  .staffcard .swiper {
    padding: 0 2rem;
  }
  .staffcard .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .staffcard .swiper-button-prev::before,
  .staffcard .staffcard .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .staffcard .swiper-button-prev:hover::before,
  .staffcard .staffcard .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .staffcard .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .staffcard .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}
@media only screen and (min-width: 600px) {
  .staffcard .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .staffcard .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
/* ルームツアー */
#roomtour-content {
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  #roomtour-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#roomtour-content .roomtour-title {
  font-size: clamp(3.75rem, calc(8.333333333333332vw + 1.875rem), 7.5rem);
  margin-left: clamp(-0.625rem, calc(-1.3888888888888888vw + -0.3125rem), -1.25rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #F0F0F0;
  position: relative;
}
@media (min-width: 992px) {
  #roomtour-content .roomtour-title {
    font-size: clamp(7.5rem, calc(9.67741935483871vw + -0.24193548387096797rem), 11.25rem);
    margin-left: clamp(-1.25rem, calc(-3.225806451612903vw + 1.3306451612903225rem), -2.5rem);
  }
}
#roomtour-content .roomtour-jp {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  color: #010101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media (min-width: 992px) {
  #roomtour-content .roomtour-jp {
    font-size: clamp(1.875rem, calc(1.6129032258064515vw + 0.5846774193548387rem), 2.5rem);
  }
}
/* 88度 */
#hachihachi-content {
  color: #ffffff;
  background-image: url(../images/top/88do-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-bottom: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  padding-left: 10px;
  padding-right: 10px;
  /* ---- セクション限定のスコープ ---- */
}
@media (min-width: 992px) {
  #hachihachi-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#hachihachi-content .hachijuhachido-logo {
  display: grid;
  place-items: center;
}
#hachihachi-content .hachijuhachido-logo img {
  width: 100px;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  #hachihachi-content .hachijuhachido-logo img {
    width: 120px;
  }
}
#hachihachi-content .reserve-circle {
  width: fit-content;
  padding: 2px 20px;
  border-radius: 20px;
  background-color: rgba(1, 1, 1, 0.5);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(0.9375rem, calc(0.974025974025974vw + 0.7183441558441559rem), 1.875rem);
}
@media (min-width: 768px) {
  #hachihachi-content .reserve-circle {
    margin-left: 0;
  }
}
#hachihachi-content .hachihachi-txt {
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #hachihachi-content .hachihachi-txt {
    text-align: left;
    margin-left: 0;
  }
}
#hachihachi-content .hachihachi-tit {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: clamp(0.9375rem, calc(0.974025974025974vw + 0.7183441558441559rem), 1.875rem);
}
@media (min-width: 768px) {
  #hachihachi-content .hachihachi-tit {
    text-align: left;
  }
}
#hachihachi-content .hachihachi-tit span {
  font-size: .8rem;
}
#hachihachi-content .more-btn p {
  color: #ffffff;
}
#hachihachi-content .btn-circle {
  border: 1px solid #ffffff;
}
#hachihachi-content .btn-circle::before {
  background-color: #ffffff;
}
#hachihachi-content .more-btn:hover .btn-circle {
  border: 1px solid #010101;
  background-color: #010101;
}
#hachihachi-content .more-btn:hover .btn-circle::before {
  background-color: #fff;
}
