@charset "utf-8";
/* CSS Document */
/**************************************************
	Header
**************************************************/
.fixed_bar {
  background-color: #dcd7cc;
}
.fixed_bar.transparent {
  background-color: transparent;
}
.fixed_bar.transparent .logo polygon,
.fixed_bar.transparent .logo path {
  fill: #dcd7cc;
}
.fixed_bar .logo a svg polygon,
.fixed_bar .logo a svg path {
  fill: #242424;
}

/**
.fixed_bar.open_xxx
**/
.fixed_bar.nav_open .logo a svg path,
.fixed_bar.nav_open .logo a svg polygon {
  fill: #dcd7cc;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background-color: gray;
}

.progress-bar .progress {
  height: 100%;
  background-color: white;
}

/* .AnimationLeftToRight{position: relative;}
.AnimationLeftToRight::before{content: "";position: absolute; left: 0;right: 0; bottom: 0; top: 0; transition: all .5s; transform-origin: left center; transform: scaleX(0);background-color: #dcd7cc;z-index: 1;}
.AnimationLeftToRight.active::before{transform: scaleX(1);} */
/* .animation_bottom_to_top{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both, } */

/**************************************************
	section_first
**************************************************/
.section_first {
  height: 100vh;
  width: 100%;
  background: url(../images/index/index-video-bg.jpg) center center;
  background-size: cover;
}
.section_first .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_first .section_first-wrap {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding-top: 10%;
}
/* height: 100%;padding: 7% 20% 0; */
.section_first .section_first-wrap .slogan {
  color: #fdfdf1;
  flex: 0 0 250px;
  letter-spacing: 0.2rem;
  font-weight: 300;
  line-height: 2;
  padding-bottom: 34px;
}
.section_first .section_first-wrap .first_aside {
  flex: 0 0 50%;
  margin-right: 20%;
}
.section_first .section_first-wrap .first_aside .slogan_icon img {
  height: 38px;
  width: inherit;
}
.section_first .section_first-wrap .first_aside .slogan_icon {
  border-bottom: 1px solid #fdfdf1;
}
.section_first .section_first-wrap .first_aside .icon_arrow img {
  height: 14px;
  vertical-align: middle;
  position: relative;
  transform: translateY(38%);
}
/* .section_first .section_first-wrap .first_aside .icon_arrow{background: url(../images/index/button_arrow.svg) no-repeat center;height: 14px;vertical-align: middle;position: relative;transform: translateY(38%);display: block;width: 29px;height: 15px;} */
.section_first .section_first-wrap .first_aside .btn_slogan-more {
  text-align: right;
}
.section_first .section_first-wrap .first_aside .btn_slogan-more a {
  display: block;
  border: 1px solid #fdfdf1;
  border-radius: 8px;
  color: #fdfdf1;
  display: inline-flex;
  margin-top: 1rem;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.section_first
  .section_first-wrap
  .first_aside
  .btn_slogan-more
  a
  span.link_more {
  padding: 2px 4px 2px 12px;
  transition: all 0.3s;
}
.section_first
  .section_first-wrap
  .first_aside
  .btn_slogan-more
  a:hover
  span.link_more {
  padding: 2px 19px 2px 19px;
}
.section_first
  .section_first-wrap
  .first_aside
  .btn_slogan-more
  a
  span.icon_arrow {
  border-left: 1px #fdfdf1 solid;
  padding: 2px 8px 6px 4px;
}
/* .section_first-wrap div{opacity: 0;transform: translate(0px, -50px);} */

/**************************************************
	section_concept
**************************************************/
.section_concept > .display_flex {
  align-items: center;
}
.section_concept .concept_imgwrap {
  flex: 0 0 50%;
  display: flex;
}
.section_concept .concept_imgwrap .concept_img1 {
  margin-right: 2%;
}
/* .section_concept .concept_imgwrap .concept_img1 img{position: absolute;} */
.section_concept .concept_imgwrap .concept_img2 {
  flex: 0 0 40%;
  position: relative;
  align-self: flex-start;
}
.section_concept .concept_imgwrap .concept_img2 .concept_img2-2 {
  position: absolute;
  top: 20%;
  left: 31%;
  width: 120%;
}
.section_concept .concept_aside {
  padding: 4% 2% 0 14%;
  flex: 0 0 50%;
}
.section_concept .concept_title {
  transform: translate(0px, -30px);
  opacity: 0;
}
.section_concept .title .title-name_eng {
  margin-right: 2%;
}
.section_concept .concept_sub-title {
  margin-bottom: 1.8rem;
  font-family: "Shippori Mincho", serif;
}
.section_concept .concept_sub-title .sub-title1 {
  font-size: 2rem;
}
.section_concept .concept_sub-title .sub-title2 {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  display: block;
}
.section_concept .concept_sub-title .public-line {
  width: 3rem;
  height: 1px;
  background: #242424;
  display: inline-block;
  position: relative;
  transform: translateY(-1000%) rotate(-45deg);
}

/**************************************************
	section_customization
**************************************************/
.section_customization .wrapper {
  padding: 0 0 0 8%;
  position: relative;
}
.section_customization .title .title-name {
  display: block;
}
.section_customization .contect-primary {
  margin-right: 3%;
}
.section_customization .customization_imgwrap {
  min-width: 0;
  position: relative;
}
/* .section_customization .customization_button-wrap a.btn_primary i{display: inline-block;width: 31px;height: 13px;background: url(../images/index/icon_arrow_right.png);background-size: cover; vertical-align: baseline; margin-left: 8px;}
.section_customization .customization_button-wrap a.btn_primary:hover i{background: url(../images/index/icon_arrow_right_f2.png);background-size: cover;} */
.section_customization .concept_contect {
  margin: 0 22% 15% 0;
}
.section_first .section_first-wrap .first_aside .icon_arrow img {
  height: 14px;
  vertical-align: middle;
  position: relative;
  transform: translateY(38%);
}

.section_customization .swiper {
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.section_customization .swiper div.swiper_box {
  display: flex;
  text-align: left;
  width: auto;
}
.section_customization .swiper div.swiper_box.item02 .customization_img {
  width: 60%;
  flex: 0 0 60%;
}
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide
  .customization_img {
  margin-right: 3%;
}
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide
  .customization_content {
  align-self: center;
  flex: 0 0 40%;
  white-space: nowrap;
}
/* .section_customization .swiper ul.swiper-wrapper li.swiper-slide:nth-child(2) {margin-right: 45px;} */
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide.slideitem2
  .customization_img {
  flex: 0 0 40%;
}
/* .section_customization .swiper ul.swiper-wrapper li.swiper-slide.slideitem2 .customization_content{flex:0 0 49%;} */
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide.slideitem4.customization_img {
  flex: 0 0 53%;
}
/* .section_customization .swiper ul.swiper-wrapper li.swiper-slide.slideitem4 .customization_content{flex:0 0 49%;}
.section_customization .swiper ul.swiper-wrapper li.swiper-slide.slideitem3 .customization_content{flex:0 0 49%;}
.section_customization .swiper ul.swiper-wrapper li.swiper-slide.slideitem5 .customization_content{flex:0 0 49%;}
.section_customization .swiper ul.swiper-wrapper li.swiper-slide.slideitem7 .customization_content{flex:0 0 49%;} */
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide
  .customization_img-num {
  font-size: 3rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Shippori Mincho", serif;
}
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide
  .customization_img-name {
  font-size: 1.25rem;
  letter-spacing: 0.5rem;
  display: block;
  padding-left: 1%;
  display: inline-block;
  vertical-align: middle;
  font-family: "Shippori Mincho", serif;
}
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(6)
  .customization_img {
  text-align: left;
}
.section_customization .swiper ul.swiper-wrapper li.swiper-slide img {
  max-height: 300px;
  min-height: 300px;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(1)
  img,
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(3)
  img,
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(5)
  img,
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(6)
  img,
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(7)
  img {
  height: 300px;
  object-fit: cover;
}
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(2)
  img,
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide:nth-child(4)
  img {
  max-height: 300px;
  object-fit: cover;
}
/* .section_customization .swiper ul.swiper-wrapper li.swiper-slide{transition: all 200ms linear;} */
.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide.swiper-slide-active
  .customization_content {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.section_customization
  .swiper
  ul.swiper-wrapper
  li.swiper-slide.swiper-slide-active
  .customization_img {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.swiper-progress-box {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: rgba(110, 110, 110, 0.18);
  mix-blend-mode: normal;
  z-index: 1;
  transition: width 1.8s cubic-bezier(0.6, 0.25, 0, 1);
}
.swiper-progress-bar {
  position: absolute;
  height: 1px;
  background: #747474;
  transition: width 1s cubic-bezier(0.6, 0.25, 0, 1);
}

/**************************************************
	section_portfolio
**************************************************/
.section_portfolio .wrapper {
  padding: 0 0 0 12%;
}
/* .section_portfolio .portfolio_wrap{margin-left: 5%;} */
.section_portfolio .portfolio_content {
  position: relative;
}
.section_portfolio .portfolio_title-2 {
  writing-mode: vertical-rl;
  z-index: 4;
  line-height: 1;
  position: absolute;
  font-weight: bold;
  left: -14px;
  top: 10px;
  line-height: 0.8;
}
.section_portfolio .portfolio_row {
  margin-left: 100px;
}
/* .section_portfolio .portfolio_list{position: relative;width: 108%;list-style: none;margin: 0;padding: 0;margin-bottom: 5rem;right: -4.5vw;display: flex;} */
/* .section_portfolio .portfolio_list li{ flex:0 0 31%; margin-right: 2%;} */
.section_portfolio .swiper-wrapper li .portfolio_img {
  margin-bottom: 10px;
  margin-bottom: 5%;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0 0 68.37% 0;
}
.section_portfolio .swiper-wrapper li.item_01 .portfolio_img {
  background: url(../images/portfolio/cover/1.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.section_portfolio .swiper-wrapper li.item_02 .portfolio_img {
  background: url(../images/portfolio/cover/2.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.section_portfolio .swiper-wrapper li.item_03 .portfolio_img {
  background: url(../images/portfolio/cover/3.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.section_portfolio .swiper-wrapper li.item_04 .portfolio_img {
  background: url(../images/portfolio/cover/4.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.section_portfolio .swiper-wrapper li.item_05 .portfolio_img {
  background: url(../images/portfolio/cover/5.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.section_portfolio .swiper-wrapper li.item_06 .portfolio_img {
  background: url(../images/portfolio/cover/6.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
}
/* .section_portfolio .swiper-wrapper li .portfolio_img img{height: 400px; object-fit: cover;} */
.section_portfolio {
  background: url(../images/index/index-4-bg-deco.png) no-repeat;
  background-size: cover;
  background-position: left center;
  padding-bottom: 5%;
}
.section_portfolio .button_group {
  margin-left: -15%;
}

.portfolio_button-wrap {
  text-align: right;
  margin: 5% 15% 0 0;
}
.mobile-note {
  display: none;
  text-align: center;
  color: #b5b5b5;
  margin-bottom: 30px;
}
.section_portfolio .swiper-button-next,
.section_portfolio .swiper-button-prev {
  margin-top: calc(-11px - (var(--swiper-navigation-size) / 2));
}

@media (max-width: 991px) {
  .section_portfolio .swiper-wrapper li .portfolio_img img {
    height: 300px;
    object-fit: cover;
  }
  .section_portfolio .wrapper {
    padding: 0 8%;
  }
  .section_portfolio .portfolio_wrap {
    margin: 0;
  }
  .section_portfolio .portfolio_row {
    margin: 0;
  }
  .section_portfolio .portfolio_title-2 {
    writing-mode: inherit;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .section_portfolio .portfolio_list {
    right: 0;
    flex-direction: column;
    margin-top: -22px;
    width: 100%;
  }
  .section_portfolio .portfolio_list li {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }

  .section_portfolio .btn_black {
    min-width: 180px;
    text-align: center;
  }
  .portfolio_button-wrap {
    margin: 5% 0 0;
  }
  .section_portfolio .button_group {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .portfolio_button-wrap {
    margin: 10% 0 5rem;
  }
}
/**************************************************
	section_different
**************************************************/
.section_different .wrapper {
  padding: 0 8% 0 0;
}
.section_different .display_flex {
  align-items: flex-start;
}
.section_different .different_imgwrap {
  flex: 0 0 40%;
  margin: 40px 2% 0 0;
}
.section_different .different_img2 {
  flex: 0 0 30%;
  margin-right: 8%;
}
.section_different .title .title-name {
  margin-left: 2%;
}
.section_different .different_aside_warp {
  display: flex;
}
.section_different .button-wrap {
  margin-top: 20px;
}
/* .section_different .different_contect{align-self:flex-end;} */

.different_title {
  display: flex;
  align-items: center;
}

.different_title .title-name {
  margin-top: 40px;
  margin-left: 8px;
}

@media (max-width: 1200px) {
  .section_different .wrapper {
    padding: 0 8%;
  }
  .section_different .different_wrap {
    flex-direction: column-reverse;
  }
  .section_different .different_aside_warp {
    margin-bottom: 5%;
  }
  .section_different .different_imgwrap {
    margin: 0;
  }
  .different_img1 {
    display: none;
  }

  .different_title .title-name {
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .section_different .different_img2 {
    margin: 2% 0 0 0;
    width: 100%;
    flex: 0 0 100%;
  }
  .section_different .different_img2 img {
    height: 200px;
    object-fit: cover;
  }
  .section_different .different_aside_warp {
    flex-direction: column-reverse;
  }
  .section_different .button-wrap {
    margin-bottom: 20px;
  }
  /* .section_different
  .wrapper{padding:0 4.5%;} */
  /* .wrapper{padding:0 5%;} */
  .different_title {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 991px) {
  .display_flex {
    flex-direction: column;
    align-items: inherit;
  }
  .title {
    line-height: 1.5;
  }
  .title .title-name_eng {
    font-size: 3rem;
  }
  .section_first .section_first-wrap .first_aside {
    margin-right: 10%;
  }
  .section_concept .concept_imgwrap {
    flex: 0 0 70%;
    width: 70%;
    margin: 0 auto 5%;
  }
  .section_concept .concept_aside {
    padding: 0;
  }
  .section_customization .concept_contect {
    margin: 0 0 5% 0;
  }
  .section_customization .customization_button-wrap {
    margin-bottom: 5%;
  }
  .mobile-note {
    display: block;
  }

  .portfolio_button-wrap {
    text-align: center;
  }
  .button_group .button_group-wrap {
    flex-direction: column;
    align-items: center;
  }
  .button_group .button_group-wrap > li {
    margin: 1% 0;
  }
  .section_customization .jcarousel-wrapper .jcarousel ul li {
    flex-direction: column;
  }
  .section_customization
    .jcarousel-wrapper
    .jcarousel
    ul
    li
    .customization_content {
    flex: inherit;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section_customization
    .jcarousel-wrapper
    .jcarousel
    ul
    li
    .customization_img-num {
    display: inherit;
  }
  .section_customization
    .jcarousel-wrapper
    .jcarousel
    ul
    li
    .customization_img-name {
    display: inherit;
  }
  .section_customization .jcarousel-wrapper .jcarousel ul li:nth-child(2) img,
  .section_customization .jcarousel-wrapper .jcarousel ul li:nth-child(4) img {
    max-height: 310px;
  }
  .contect-primary {
    letter-spacing: 0.1rem;
  }
  .section_customization .wrapper {
    padding: 0 8%;
  }
}

@media (max-width: 500px) {
  .section_first {
    background: url(../images/index/index-video-bg_m.jpg) 69% center;
    background-size: 134%;
  }
  .section_first .section_first-wrap {
    flex-direction: column;
    align-items: inherit;
    justify-content: inherit;
    display: inherit;
    margin: 0 0 10% 10%;
  }
  .section_first .section_first-wrap .slogan {
    padding-bottom: 0;
    flex: inherit;
    width: 100%;
  }
  .section_first .section_first-wrap .first_aside {
    flex-basis: 0%;
    margin: 0;
  }
  .section_customization .customization_button-wrap {
    text-align: center;
    margin: 3rem 0 5rem;
  }
  .section_portfolio .portfolio_list {
    margin-bottom: 3rem;
  }
  /* .section_portfolio .but-item .btn_black{min-width: 163px;text-align: center;} */
  .section_concept .concept_imgwrap .concept_img2 .concept_img2-2 {
    left: inherit;
  }
  .section_concept .concept_imgwrap {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 auto 5%;
  }
  .section_customization .swiper div.swiper_box {
    flex-direction: column;
  }
  .section_customization
    .swiper
    ul.swiper-wrapper
    li.swiper-slide
    .customization_img,
  .section_customization .swiper ul.swiper-wrapper li .customization_content,
  .section_customization
    .swiper
    ul.swiper-wrapper
    li.swiper-slide.slideitem7
    .customization_content {
    width: 100%;
    flex: 0 0 100%;
  }
  .container {
    padding-top: 0;
  }
  .swiper-progress-box {
    display: none;
  }
}
