@charset "UTF-8";
/* #2b2b2b */
/* #ffffff */
/* #dbd0c0 */
/* #faeee0 */
/* #f9e4c8 */
/* #f9cf93 */
/* #ffffff */
/* #2b2b2b */
:root {
  /* 內頁主視覺背景圖 */
  --kv-banner-about: url("../img/brooke-cagle-xcgh5_-QIXc-unsplash.jpg");
  --kv-banner-space-planning: url("../img/zac-gudakov-ztWpwTEx728-unsplash.jpg");
  --kv-banner-decoration: url("../img/spacejoy-OlFHzNjg9kY-unsplash.jpg");
  --kv-banner-aesthetics: url("../img/spacejoy-crjt6vBgYeg-unsplash.jpg");
  --kv-banner-services: url("../img/kobu-agency-7okkFhxrxNw-unsplash.jpg");
  --kv-banner-works: url("../img/works-kv.jpg");
  --kv-banner-system-furniture: url("../img/system-furniture-kv.jpg");
}

.sub-hero-section {
  position: relative;
  z-index: 1;
  padding: 160px 0 130px;
  background-color: rgb(255, 255, 255); /* 內頁主視覺底色 */
  background-size: cover;
  background-position: center center;
  width: 100%;
  -webkit-box-sizing: cover;
          box-sizing: cover;
  overflow: hidden;
}
.sub-hero-section.hero-about {
  background-image: var(--kv-banner-about);
}
.sub-hero-section.hero-space-planning {
  background-image: var(--kv-banner-space-planning);
}
.sub-hero-section.hero-decoration {
  background-image: var(--kv-banner-decoration);
}
.sub-hero-section.hero-aesthetics {
  background-image: var(--kv-banner-aesthetics);
  background-position: center 60%;
}
.sub-hero-section.hero-services {
  background-image: var(--kv-banner-services);
}
.sub-hero-section.hero-works {
  background-image: var(--kv-banner-works);
}
.sub-hero-section.hero-system-furniture {
  background-image: var(--kv-banner-system-furniture);
}
.sub-hero-section .banner_svg_effect {
  position: absolute;
  bottom: -1px;
  z-index: 2;
  fill: rgb(255, 255, 255); /* 內頁主視覺底部向量弧形填色 */
}
.sub-hero-section .banner {
  position: relative;
  z-index: 3;
  color: rgb(255, 255, 255);
}
.sub-hero-section .banner .hero-content h2.banner-title {
  font-size: calc(18px + 1.4vw);
}
.sub-hero-section .banner .hero-content h2.banner-title:before {
  content: "";
  position: relative;
  display: none;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  background-color: transparent;
  margin-bottom: 0;
}
.sub-hero-section .banner .hero-content h2.banner-title.text-center:before {
  margin: 0;
}

.breadcrumb-section {
  background-color: rgb(255, 255, 255);
}
.breadcrumb-section .breadcrumb {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.breadcrumb-section .breadcrumb::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 8px;
  border-radius: 8px;
  background-color: rgb(249, 228, 200);
  opacity: 0.5;
}
.breadcrumb-section .breadcrumb a {
  position: relative;
}
.breadcrumb-section .breadcrumb a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: rgb(43, 43, 43); /* 麵包屑連結項目底線顏色 */
  bottom: 0.1em;
  left: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.breadcrumb-section .breadcrumb a:hover::after {
  width: 100%;
  left: 0;
}
.breadcrumb-section .breadcrumb a:active::after {
  width: 100%;
  left: 0;
}

.first-section {
  background-color: rgb(255, 255, 255);
}
.first-section:before {
  content: "";
  display: block;
  background-image: url("../img/section-decoration-item.svg");
  background-size: cover;
  aspect-ratio: 800/760;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  z-index: -1;
}
.first-section:after {
  content: "";
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  aspect-ratio: 434/35;
  margin-top: 30px;
  margin-bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgb(219, 208, 192)%22%20viewBox%3D%220%200%20434%2035%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill-opacity%3D%221%22%20d%3D%22M0%2C1.3V35h434V15.9C210.3%2C69.6%2C162.1-11.2%2C0%2C1.3z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3C%2Fsvg%3E");
}

.hovertopmove:not([disabled]) {
  position: relative;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  top: 0;
}
.hovertopmove:not([disabled]):hover, .hovertopmove:not([disabled]):focus {
  top: -5px;
}

.picboxsize, .picboxsize2 {
  position: relative;
  aspect-ratio: 4/2.4;
  overflow: hidden;
}
.picboxsize img, .picboxsize2 img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.picboxsize2 {
  aspect-ratio: 3/1;
}