@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&&family=Noto+Serif:wght@500");
.vk-mobile-nav-menu-btn {
  --vk-mobile-nav-menu-btn-bg-src: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%20width='48'%20height='48'%3E%3Cstyle%20type='text/css'%3E.st0%7Bfill:white;fill-opacity:0.8;%7D%3C/style%3E%3Cg%3E%3Crect%20x='9.8'%20y='13.2'%20class='st0'%20width='28.5'%20height='2'/%3E%3Crect%20x='9.8'%20y='23'%20class='st0'%20width='28.5'%20height='2'/%3E%3Crect%20x='9.8'%20y='32.8'%20class='st0'%20width='28.5'%20height='2'/%3E%3C/g%3E%3C/svg%3E");
  background: var(--vk-mobile-nav-menu-btn-bg-src) center/contain no-repeat;
  border: none !important;
  top: 12px;
}

.header_scrolled .vk-mobile-nav-menu-btn {
  --vk-mobile-nav-menu-btn-bg-src: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%20width='48'%20height='48'%3E%3Cstyle%20type='text/css'%3E.st0%7Bfill:black;fill-opacity:0.8;%7D%3C/style%3E%3Cg%3E%3Crect%20x='9.8'%20y='13.2'%20class='st0'%20width='28.5'%20height='2'/%3E%3Crect%20x='9.8'%20y='23'%20class='st0'%20width='28.5'%20height='2'/%3E%3Crect%20x='9.8'%20y='32.8'%20class='st0'%20width='28.5'%20height='2'/%3E%3C/g%3E%3C/svg%3E");
  background: var(--vk-mobile-nav-menu-btn-bg-src) center/contain no-repeat;
}
.header_scrolled .vk-mobile-nav-menu-btn.menu-open {
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat;
}

.fv_wrap {
  margin-top: 0 !important;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .fv_wrap {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .fv_wrap {
    padding: 0.3rem;
  }
}

.fv_box {
  position: relative;
}

.fv_text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .fv_text {
    width: 240px;
  }
}

.fv_img {
  width: 100%;
  position: relative;
  height: calc(100vh - 2rem);
}
@media (max-width: 767px) {
  .fv_img {
    height: 600px;
  }
}

@-webkit-keyframes zoomOutSlightly {
  0% {
    -webkit-transform: translateX(-5%) scale(1.1);
    transform: translateX(-5%) scale(1.1); /* 少しズームインした状態から開始 */
  }
  100% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1); /* 元の大きさに戻る */
  }
}
@keyframes zoomOutSlightly {
  0% {
    -webkit-transform: translateX(-5%) scale(1.1);
    transform: translateX(-5%) scale(1.1); /* 少しズームインした状態から開始 */
  }
  100% {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1); /* 元の大きさに戻る */
  }
}
.fv_img .vegas-slide {
  -webkit-animation: zoomOutSlightly 20s ease-in-out forwards;
  animation: zoomOutSlightly 20s ease-in-out forwards;
}

.scroll_wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 10;
}
.scroll_wrap .scroll_box {
  width: 20px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.scroll_wrap .scroll_wheel,
.scroll_wrap .scroll_shadow {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 40%;
  right: 0;
  left: 0;
  margin: -1px auto 0;
  -webkit-animation: mouseScroll 1.2s cubic-bezier(0.8, 0, 0.3, 1) infinite alternate;
  animation: mouseScroll 1.2s cubic-bezier(0.8, 0, 0.3, 1) infinite alternate;
  background: #fff;
  animation-delay: -0.08s;
  z-index: 20;
}
.scroll_wrap .scroll_wheel {
  background: #fff;
  animation-delay: -0.08s;
  z-index: 20;
}
.scroll_wrap .scroll_shadow {
  background: #ccc;
}

@-webkit-keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.greet {
  padding: 170px 0 60px;
}
@media (max-width: 1199px) {
  .greet {
    padding: 90px 0;
  }
}

.greet_text {
  text-align: center;
}

.works {
  padding: 240px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .works {
    padding: 120px 0 60px;
  }
}
@media (max-width: 767px) {
  .works {
    padding-top: 40px;
  }
}
.works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1086px;
  max-width: 100%;
  height: 305px;
  background: url(../img/top/en_garden.png) top left/contain no-repeat;
}
@media (max-width: 1199px) {
  .works::before {
    width: 80%;
  }
}

.ttl_en_cmn {
  position: relative;
}

.works_wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .works_wrap {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .works_wrap {
    padding: 0 1rem;
  }
}

.works_item {
  margin-bottom: 120px;
  position: relative;
  width: 29%;
}
@media (max-width: 1199px) {
  .works_item {
    margin-bottom: 60px;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .works_item {
    width: 100%;
  }
}
.works_item:nth-child(3n-2) {
  margin-top: 80px;
  margin-bottom: -80px;
}
@media (max-width: 1199px) {
  .works_item:nth-child(3n-2) {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.works_item:nth-child(3n-1) {
  margin-top: 140px;
  margin-bottom: -140px;
}
@media (max-width: 1199px) {
  .works_item:nth-child(3n-1) {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.works_item_ttl {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  top: -1.5rem;
  right: 1.5rem;
  background: #fff;
  font-family: "Noto Serif", serif;
  padding: 20px 5px;
  font-size: 20px;
  color: #000;
  z-index: 1;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.2);
  font-feature-settings: normal;
}
@media (max-width: 1199px) {
  .works_item_ttl {
    right: -15px;
  }
}
.works_item_ttl span {
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
}
.works_item_ttl::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.65s cubic-bezier(0.8, 0, 0.125, 1), -webkit-transform 0.65s cubic-bezier(0.8, 0, 0.125, 1);
}
.works_item_ttl::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom;
  background-color: #000;
  transition: transform 0.7s cubic-bezier(0.7, 0.1, 0.2, 1), opacity 0.7s cubic-bezier(0.7, 0.1, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.7, 0.1, 0.2, 1);
}
.works_item_ttl.is_active::after {
  transform: scaleY(0) translateZ(0);
}

.works_item_img {
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.1, 0.6, 0.45, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.1, 0.6, 0.45, 1) 0.1s;
}
.works_item_img img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.1, 0.6, 0.45, 1) 0.1s, -webkit-transform 0.7s cubic-bezier(0.1, 0.6, 0.45, 1) 0.1s;
}

.works_item:hover .works_item_ttl span {
  color: #fff;
}
.works_item:hover .works_item_ttl::before {
  transform: scaleY(1);
  transform-origin: top;
}
.works_item:hover .works_item_img {
  transform: scale(0.96);
}
.works_item:hover .works_item_img img {
  transform: scale(1.1);
}

.video_wrap video {
  width: 100%;
}

.design {
  padding: 120px 0 100px;
}
@media (max-width: 1199px) {
  .design {
    padding: 90px 0;
  }
}

.design_text {
  margin-top: 40px;
  text-align: center;
}

.btn_cmn_design {
  margin-top: 70px;
}

.column {
  padding: 100px 0 170px;
}
@media (max-width: 1199px) {
  .column {
    padding: 100px 0 120px;
  }
}
@media (max-width: 767px) {
  .column {
    padding: 60px 0 120px;
  }
}

.ttl_en_cmn_column {
  text-align: center;
}
.ttl_en_cmn_column .ttl_en_img img {
  margin: 0 auto;
}

.column_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column_item {
  width: 31%;
}
@media (max-width: 767px) {
  .column_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.column_item:nth-child(1) .column_item_img::after {
  transition-delay: 0s;
}
.column_item:nth-child(2) .column_item_img::after {
  transition-delay: 0.15s;
}
.column_item:nth-child(3) .column_item_img::after {
  transition-delay: 0.3s;
}

.column_item_img {
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.45s ease;
  position: relative;
}
@media (max-width: 767px) {
  .column_item_img {
    width: 35%;
  }
}
.column_item_img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.column_item_img::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom;
  background-color: #000;
  transition: transform 0.7s cubic-bezier(0.7, 0.1, 0.2, 1), opacity 0.7s cubic-bezier(0.7, 0.1, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.7, 0.1, 0.2, 1);
}
.column_item_img.is_active::after {
  transform: scaleY(0) translateZ(0);
}

.column_item:hover .column_item_img {
  transform: scale(0.96);
}
.column_item:hover .column_item_img img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .column_item_bottom {
    width: 60%;
  }
}

.column_item_num {
  margin: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .column_item_num {
    margin: 0;
  }
}
.column_item_num img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .column_item_num img {
    margin: 0;
  }
}

.column_item_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .column_item_ttl {
    text-align: left;
    font-size: 16px;
    margin-top: 4px;
  }
}
.column_item_ttl::after {
  content: none;
}

.btn_cmn_column {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .btn_cmn_column {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .btn_cmn_column {
    margin-top: 40px;
  }
}