@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 concept
==================================================================================*/
@keyframes img-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-151vw);
  }
}
#concept .fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/bg01.jpg) center;
  background-size: cover;
}
#concept .main-content {
  position: relative;
  z-index: 2;
}
#concept .mv {
  min-height: 260px;
}
#concept .mv .page-name {
  color: #fff;
}
#concept .mv .page-name span:after {
  background-color: #fff;
}
#concept .intro {
  position: relative;
}
#concept .intro .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#concept .intro .bg-video.on {
  position: fixed;
}
#concept .intro .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#concept .intro .intro-inner {
  position: relative;
  z-index: 3;
  padding: 125px 0 0;
  width: 84%;
  margin: 0 auto;
  max-width: 1200px;
  color: #fff;
}
#concept .intro .intro-title {
  font-size: 30px;
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: normal;
  min-height: 270px;
}
#concept .intro .text01 {
  padding-bottom: 72px;
  line-height: 1.5;
  font-size: 22px;
}
#concept .intro .text02 {
  line-height: 2.5;
  font-size: 14px;
}
#concept .intro .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#concept .intro .image .in {
  position: relative;
  overflow: hidden;
}
#concept .intro .image .front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#concept .intro .in-section01 .flex-box01 {
  padding-bottom: 100px;
  justify-content: right;
}
#concept .intro .in-section01 .flex-box01 .intro-title {
  transform: translateX(-40px);
}
#concept .intro .in-section01 .flex-box02 {
  padding-bottom: 235px;
  align-items: flex-start;
}
#concept .intro .in-section01 .flex-box02 .texts {
  width: 45%;
}
#concept .intro .in-section01 .flex-box02 .image {
  padding-top: 50px;
  width: 40%;
}
#concept .intro .in-section02 {
  padding-bottom: 263px;
}
#concept .intro .in-section02 .flex-box01 {
  padding-bottom: 110px;
  justify-content: left;
  align-items: flex-start;
}
#concept .intro .in-section02 .flex-box01 .intro-title {
  transform: translateX(40px);
}
#concept .intro .in-section02 .flex-box01 .texts {
  padding-top: 30px;
  padding-left: 30%;
  width: 45%;
}
#concept .intro .in-section02 .flex-box02 .box01 {
  order: 0;
  width: 38%;
}
#concept .intro .in-section02 .flex-box02 .box01 .text02 {
  padding-top: 50px;
}
#concept .intro .in-section02 .flex-box02 .image02 {
  order: 1;
  padding-top: 92px;
  width: 48%;
}
#concept .bg-wrap {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
#concept .points-wrap {
  padding: 0 0 164px;
  position: relative;
  overflow: hidden;
}
#concept .points-wrap .points {
  display: flex;
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}
#concept .points-wrap .points li {
  opacity: 0;
  margin-right: -3%;
  transition: opacity 0.5s;
}
#concept .points-wrap .points li:nth-child(2) {
  transition-delay: 0.15s;
}
#concept .points-wrap .points li:nth-child(3) {
  transition-delay: 0.3s;
}
#concept .points-wrap .points li:nth-child(4) {
  transition-delay: 0.45s;
}
#concept .points-wrap .points.on li {
  opacity: 1;
}
#concept .image-slide-wrap {
  padding: 0px 0 160px;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(24, 47, 48) 60%, rgba(24, 47, 48, 0.8) 100%);
}
#concept .image-slide-wrap .image-slide {
  padding-top: 90px;
  display: flex;
  width: 300vw;
  gap: 2vw;
  justify-content: left;
  align-items: center;
  will-change: transform;
  animation: img-slide 22s infinite linear;
}
#concept .image-slide-wrap .annotation {
  padding-top: 30px;
  margin: 0 auto;
  width: 94%;
  text-align: right;
  color: #fff;
  font-size: 11px;
}
#concept .content-wrap {
  position: relative;
  z-index: 4;
  background-color: #1a2f30;
  color: #fff;
}
#concept .sections {
  position: relative;
  z-index: 5;
}
#concept .sections .header {
  position: relative;
  height: 300vh;
  z-index: 20;
  opacity: 1;
}
#concept .sections .header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.7;
  white-space: nowrap;
  z-index: 21;
  transition: opacity 0.6s;
}
#concept .sections .bg {
  position: absolute;
  top: 10vh;
  left: 20vw;
  right: 20vw;
  bottom: 10vh;
  overflow: hidden;
  transition: top 0.05s, right 0.05s, left 0.05s, bottom 0.05s;
}
#concept .sections .bg .in {
  position: absolute;
  left: -20vw;
  top: -20vh;
  width: 100vw;
  height: 100vh;
  background: url(../imgs/section01-bg.jpg) center;
  background-size: cover;
  transition: top 0.05s, right 0.05s, left 0.05s, bottom 0.05s;
}
#concept .sections .body {
  padding-top: 100vh;
  padding-bottom: 100vh;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  width: 84%;
  text-align: center;
}
#concept .sections .text01 {
  font-size: 26px;
  line-height: 1.7;
  padding-bottom: 70px;
}
#concept .sections .text02 {
  font-size: 22px;
  line-height: 1.7;
  padding-bottom: 25px;
}
#concept .sections .text03 {
  font-size: 14px;
  line-height: 2.8;
}
#concept .sections .text03 + .text03 {
  padding-top: 40px;
}
#concept .sections.on .bg {
  position: fixed;
}
#concept .sections.on .header .title {
  position: fixed;
  opacity: 1;
}
#concept .others {
  position: relative;
  z-index: 25;
  padding-top: 100vh;
  padding-top: 30vh;
}
#concept .others .other-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../imgs/bg01.jpg) center;
  background-size: cover;
  z-index: 25;
}
#concept .others .content-inner {
  position: relative;
  z-index: 25;
}
#concept .others .header {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
  text-align: center;
}
#concept .others .title {
  margin: 0 auto;
  text-align: left;
  padding-bottom: 95px;
  font-size: 30px;
  line-height: 2.9;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  min-height: 270px;
}
#concept .others .lead01 {
  font-size: 22px;
  line-height: 1.7;
  padding-bottom: 22px;
}
#concept .others .lead02 {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.9;
}
#concept .others .lead03 {
  padding-bottom: 150px;
  font-size: 18px;
  line-height: 1.7;
}
#concept .others .lead03 span {
  font-size: 26px;
}
#concept .others .designer {
  display: none;
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}
#concept .others .designer .mini-title {
  margin-left: 25%;
  max-width: 400px;
  padding-bottom: 45px;
}
#concept .others .designer .in-body {
  display: flex;
  padding-bottom: 215px;
  justify-content: space-between;
  align-items: flex-start;
}
#concept .others .designer .in-body .image {
  width: 20%;
}
#concept .others .designer .in-body .texts {
  width: 75%;
}
#concept .others .designer .in-body .in-text01 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 2px;
}
#concept .others .designer .in-body .in-text02 {
  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 1px;
}
#concept .others .designer .in-body .in-text03 {
  font-size: 8px;
  line-height: 1.5;
  padding-bottom: 40px;
}
#concept .others .designer .in-body .in-text04 {
  font-size: 14px;
  line-height: 2.7;
}
#concept .others .designer .plants {
  padding-bottom: 312px;
  text-align: center;
}
#concept .others .designer .plants .plants-title {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 14px;
}
#concept .others .designer .plants .plants-logo {
  margin: 0 auto;
  width: 70%;
  max-width: 135px;
  padding-bottom: 50px;
}
#concept .others .designer .plants .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#concept .others .designer .plants .lists li {
  width: 19%;
  padding-bottom: 50px;
}
#concept .others .designer .plants .lists .name {
  padding-top: 15px;
  font-size: 14px;
}
#concept .others .designer .plants .mini {
  text-align: right;
  font-size: 11px;
  margin-top: 20px;
}
#concept .others.on .other-bg {
  position: fixed;
}
#concept .section01,
#concept .section02 {
  display: none;
}
#concept .section04,
#concept .section05 {
  display: none;
  z-index: 25;
}
#concept .pageAnnotationArea {
  position: relative;
  z-index: 30;
  background-color: #1a2f30;
  color: #fff;
}
#concept .section02 .bg .in {
  background-image: url(../imgs/section02-bg.jpg);
}
#concept .section03 .bg .in {
  background-image: url(../imgs/section03-bg.jpg);
}
#concept .section04 .bg .in {
  background-image: url(../imgs/section04-bg.jpg);
}
#concept .section05 .bg .in {
  background-image: url(../imgs/section05-bg.jpg);
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  @keyframes img-slide2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-301vw);
    }
  }
  #concept .mv {
    min-height: auto;
    height: 166px;
  }
  #concept .mv .page-name {
    transform: translateY(-50%);
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: 50%;
    padding-top: 0;
    padding-left: 14%;
  }
  #concept .mv .page-name span::after {
    top: 50%;
    left: auto;
    right: 100%;
    margin-right: 20px;
    width: 1000px;
    height: 1px;
  }
  #concept .fix-bg {
    background-image: url(../imgs/bg01-sp.jpg);
  }
  #concept .main-content {
    position: relative;
    z-index: 2;
  }
  #concept .intro {
    position: relative;
  }
  #concept .intro .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  #concept .intro .bg-video.on {
    position: fixed;
  }
  #concept .intro .intro-inner {
    position: relative;
    z-index: 3;
    padding: 125px 0 0;
    width: 84%;
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;
  }
  #concept .intro .intro-title {
    font-size: 22px;
  }
  #concept .intro .text01 {
    padding-bottom: 30px;
  }
  #concept .intro .flex-box {
    display: block;
  }
  #concept .intro .in-section01 .flex-box01 {
    padding-bottom: 90px;
  }
  #concept .intro .in-section01 .flex-box01 .intro-title {
    transform: translateX(0px);
    margin-right: 0;
    margin-left: auto;
  }
  #concept .intro .in-section01 .flex-box02 {
    padding-bottom: 90px;
  }
  #concept .intro .in-section01 .flex-box02 .texts {
    width: auto;
  }
  #concept .intro .in-section01 .flex-box02 .image {
    padding-top: 60px;
    margin-left: 45%;
    width: auto;
  }
  #concept .intro .in-section02 {
    padding-bottom: 130px;
  }
  #concept .intro .in-section02 .flex-box01 {
    padding-bottom: 55px;
  }
  #concept .intro .in-section02 .flex-box01 .intro-title {
    transform: translateX(0px);
  }
  #concept .intro .in-section02 .flex-box01 .texts {
    padding-top: 30px;
    padding-left: 0%;
    width: auto;
  }
  #concept .intro .in-section02 .flex-box02 .box01 {
    width: auto;
  }
  #concept .intro .in-section02 .flex-box02 .box01 .image01 {
    width: 65%;
    margin-left: 35%;
  }
  #concept .intro .in-section02 .flex-box02 .box01 .text02 {
    padding-top: 25px;
  }
  #concept .intro .in-section02 .flex-box02 .image02 {
    padding-top: 30px;
    margin-bottom: 80px;
    width: 80%;
  }
  #concept .points-wrap {
    padding: 65px 0vw 65px 10vw;
    padding: 0 0vw 65px 10vw;
    position: relative;
  }
  #concept .points-wrap .points-slide-area {
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: auto;
  }
  #concept .points-wrap .swipe-mark {
    padding-bottom: 20px;
    margin-right: 10vw;
  }
  #concept .points-wrap .points {
    width: 252vw;
    max-width: 1200px;
  }
  #concept .points-wrap .points li {
    transition: opacity 0.5s;
  }
  #concept .points-wrap .points li:nth-child(2) {
    transition-delay: 0s;
  }
  #concept .points-wrap .points li:nth-child(3) {
    transition-delay: 0s;
  }
  #concept .points-wrap .points li:nth-child(4) {
    transition-delay: 0s;
  }
  #concept .points-wrap .points.on li {
    opacity: 1;
  }
  #concept .image-slide-wrap {
    padding: 0px 0 80px;
  }
  #concept .image-slide-wrap .image-slide {
    padding-top: 30px;
    width: 600vw;
    animation: img-slide2 22s infinite linear;
  }
  #concept .sections .header {
    height: 300vh;
  }
  #concept .sections .header .title {
    font-size: 24px;
  }
  #concept .sections .bg .in {
    background-image: url(../imgs/section01-bg-sp.jpg);
  }
  #concept .sections .text01 {
    font-size: 24px;
    padding-bottom: 67px;
    text-align: left;
  }
  #concept .sections .text02 {
    padding-bottom: 25px;
    text-align: left;
  }
  #concept .sections .text03 {
    text-align: left;
  }
  #concept .sections .text03 br {
    display: none;
  }
  #concept .others .other-bg {
    background-image: url(../imgs/bg01-sp.jpg);
  }
  #concept .others .title {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 2;
  }
  #concept .others .lead01 {
    font-size: 22px;
    line-height: 1.7;
    padding-bottom: 25px;
    text-align: left;
  }
  #concept .others .lead02 {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 2.5;
    text-align: left;
  }
  #concept .others .lead03 {
    padding-bottom: 50px;
    font-size: 24px;
    text-align: left;
  }
  #concept .others .designer .mini-title {
    margin-left: 0;
    padding-bottom: 31px;
  }
  #concept .others .designer .in-body {
    display: block;
    padding-bottom: 105px;
  }
  #concept .others .designer .in-body .image {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #concept .others .designer .in-body .texts {
    width: auto;
  }
  #concept .others .designer .in-body .in-text01 {
    text-align: center;
    padding-bottom: 5px;
  }
  #concept .others .designer .in-body .in-text02 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 5px;
  }
  #concept .others .designer .in-body .in-text03 {
    text-align: center;
    font-size: 12px;
    padding-bottom: 18px;
  }
  #concept .others .designer .in-body .in-text04 {
    text-align: left;
  }
  #concept .others .designer .plants {
    padding-bottom: 125px;
  }
  #concept .others .designer .plants .plants-title {
    padding-bottom: 8px;
  }
  #concept .others .designer .plants .plants-logo {
    width: 70%;
  }
  #concept .others .designer .plants .swipe-mark {
    padding-top: 20px;
    margin: 0 auto;
  }
  #concept .others .designer .plants .list-wrap {
    overflow: auto;
  }
  #concept .others .designer .plants .lists {
    display: flex;
    flex-wrap: nowrap;
    width: 600vw;
  }
  #concept .others .designer .plants .lists li {
    width: 9%;
    padding-bottom: 30px;
  }
  #concept .others .designer .plants .lists .name {
    padding-top: 15px;
    font-size: 14px;
  }
  #concept .others.on .other-bg {
    position: fixed;
  }
  #concept .others.section03 .image video {
    width: 100%;
  }
  #concept .section02 .bg .in {
    background-image: url(../imgs/section02-bg-sp.jpg);
  }
  #concept .section03 .bg .in {
    background-image: url(../imgs/section03-bg-sp.jpg);
  }
  #concept .section04 .bg .in {
    background-image: url(../imgs/section04-bg-sp.jpg);
  }
  #concept .section05 .bg .in {
    background-image: url(../imgs/section05-bg-sp.jpg);
  }
}/*# sourceMappingURL=style.css.map */