@charset "UTF-8";
.btn {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid white;
  font-size: 11px;
  font-weight: 100;
  padding: 10px 65px;
  margin: 10px auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  text-decoration: none !important;
}


.btn.float:hover {
  background-color: Black;
  color: white;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.btn.filled {
  background-color: Black;
  color: white;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.btn.filled:hover {
  background-color: white;
  color: Black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.letter-spacing:hover {
  background-color: Black;
  letter-spacing: 3px;
  color: white;
}

.btn.shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.shadow:hover {
  -webkit-transform: translate(-2.5px, -2.5px);
          transform: translate(-2.5px, -2.5px);
  -webkit-box-shadow: 5px 5px 0 0 Black;
          box-shadow: 5px 5px 0 0 Black;
}

.btn.solid {
  -webkit-box-shadow: 2px 2px 0 0 Black;
          box-shadow: 2px 2px 0 0 Black;
  border-radius: 7px;
}

.btn.solid:hover {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}

.btn.slide-bg:hover {
  color: Black;
}

.btn.slide-bg:hover::before {
  -webkit-transform: none;
          transform: none;
}

.btn.cover-3d {
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 300px;
          perspective: 300px;
}

.btn.cover-3d span {
  display: inline-block;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.btn.cover-3d::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: Black;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
}

.btn.cover-3d:hover {
  color: white;
}

.btn.cover-3d:hover::before {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.btn-cubic {
  position: relative;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 300px;
          perspective: 300px;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 600;
}

.btn-cubic span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid Black;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center center -25px;
          transform-origin: center center -25px;
  color: black;
}

.btn-cubic .hovering {
  background-color: Black;
  color: white;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.btn-cubic .default {
  background-color: white;
  color: Black;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.btn-cubic:hover .hovering {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.btn-cubic:hover .default {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.article__botton {
  text-align: center;
  border: 2px solid Black;
  margin: 0 auto;
}

body {
  font-family: "Open Sans", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,sans-serif;
}

.content-width {
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.font-sm, .header .navigation__inner .nav > a, .concept > p, .topics {
  font-size: 11px;
  font-weight: 100;
}

.font-md, .pickup__p, .orignal-button {
  font-size: 16px;
  font-weight: 100;
}

.font-lr {
  font-size: 25px;
}

.pb-sm {
  padding-bottom: 16px !important;
}

.pb-lr {
  padding-bottom: 50px !important;
}

.mb-sm {
  margin-bottom: 16px !important;
}

.mb-lr {
  margin-bottom: 60px !important;
}

.global-container {
  height: auto;
  width: auto;
}

.header {
  height: 1281px;
}

.header__logo {
  text-align: center;
}

.header .navigation__inner > ul {
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0 auto;
}

.header .navigation__inner > ul li:last-child {
  border-right: 2px solid white;
}

.header .navigation__inner .nav {
  height: 17px;
  border-left: 2px solid white;
}

.header .navigation__inner .nav > a {
  padding: 0 15px;
  color: white !important;
  font-weight: 700;
}

.main-image__inner {
  height: 1281px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.main-image__inner > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-image__footer {
  position: absolute;
  top: 68%;
  left: 50%;
  width: 50px;
  height: 200px;
  overflow: hidden;
}

.main-image__scrolltext {
  color: white;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main-image__downarrow {
  -webkit-animation-name: arrow-item;
          animation-name: arrow-item;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes arrow-item {
  0%,
  100% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
  }
  30%,
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes arrow-item {
  0%,
  100% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
  }
  30%,
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.pickup {
  padding-bottom: 62px;
  background-color: #F7F7F7;
}

.pickup__title {
  text-align: center;
  padding: 48px 0;
  font-size: 20px;
  font-weight: 100;
}

.pickup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 76%;
  margin: 0 auto;
}

.pickup__item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
  list-style: none !important;
  z-index: 100;
}

.pickup__item > a img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pickup__text {
  text-align: center;
  width: 80%;
  height: auto;
  margin: 0 auto;
  color: white;
  position: absolute;
  bottom: 15px;
  left: 10%;
  line-height: 17px;
}

.pickup__p {
  margin: 0;
  font-weight: 700;
}

.pickup__p > span {
  font-size: 11px;
  font-weight: 100;
}

.img-zoom, .bg-img-zoom {
  opacity: 0;
}

.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-animation-name: kf-img-show;
          animation-name: kf-img-show;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}

.bg-img-zoom {
  background-image: url(images/villa-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}

.img-bg50::before {
  display: block;
  content: '';
  padding-top: 50%;
}

.concept {
  padding: 40px 0;
}

.concept__title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: 1px;
}

.concept > p {
  line-height: 30px;
  text-align: center;
  margin: 0 40%;
}

.works {
  background-color: #F7F7F7;
  padding-bottom: 55px;
}

.works .swiper-title {
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 30px;
  padding-top: 40px;
}

.works .swiper-container {
  max-width: 1300px;
  height: 700px;
}

.works .swiper-container .swiper-wrapper .swiper-slide img{
  width: 100%;
}

.topics {
  width: 960px;
  margin: 0 auto;
}

.topics__title {
  text-align: center;
  margin: 55px 0 20px 0;
}

.topics dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topics dl:nth-last-child(1) {
  border-bottom: 1px solid #ddd;
}

.topics dt {
  width: 20%;
  line-height: 63px;
  border-top: 1px solid #ddd;
}

.topics dd {
  width: 80%;
  line-height: 63px;
  border-top: 1px solid #ddd;
  margin: 0;
}

.topics span {
  font-size: 10px;
  font-weight: 100;
  padding: 7px 16px;
  margin-left: 13px;
  color: white;
  background-color: #999999;
}

.main-button {
  width: 100%;
}

.orignal-button {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 40px;
  line-height: 37px;
  border: 2px solid #999999;
  background-color: white;
  z-index: 2;
  overflow: hidden;
}

.orignal-button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
}

.orignal-button:hover:before {
  -webkit-transform: none;
          transform: none;
}

.orignal-button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: Black;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.top-scroll {
  width: 100%;
}

.top-scroll__btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 40px;
  padding: 22px 15px;
  border: none;
  background-color: #F7F7F7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.top-scroll__btn:hover {
  background-color: #dedede;
}

.top-scroll__btn > span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: Black;
}

.top-scroll__btn > span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateX(-4px) translateY(-5px);
          transform: rotate(-45deg) translateX(-4px) translateY(-5px);
}

.top-scroll__btn > span:nth-child(2) {
  -webkit-transform: rotate(45deg) translateX(3px) translateY(-7px);
          transform: rotate(45deg) translateX(3px) translateY(-7px);
}

.footer {
  width: 100%;
  margin-bottom: 35px;
}

.footer__inner > p {
  text-align: center;
  font-weight: 700;
}

.footer__inner > p > span {
  font-size: 12px;
  margin-right: 20px;
}

.footer__inner > small {
  display: block;
  text-align: center;
}

.footer__aside {
  display: block;
  margin: 0 auto;
  width: 960px;
}

.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin-bottom: 46px;
}

.footer__ul > li {
  padding: 0 10px 0 0;
  border-right: 1px solid #ddd;
}

.footer__ul > li:last-child {
  padding: 0;
  border: none;
}

.footer__ul > li > a {
  width: 225px;
  padding: 28px 15px;
  background-color: #F7F7F7;
  color: #111;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.footer__ul > li > a > span {
  display: block;
  font-size: 10px;
  font-weight: lighter;
  margin-top: 5px;
}

.footer__ul > li > a:hover {
  background-color: #dedede;
}

@media (min-width: 600px) {
  .pickup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pickup__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 15px;
  }
  .pickup__item > a > img {
    margin: 8px 0;
  }
}

@media (min-width: 960px) {
  .pickup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pickup__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin: 0;
  }
  .pickup__item > a > img {
    margin: 8px 0;
  }
}

@media (min-width: 1280px) {
  .pickup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: revert;
        flex-wrap: revert;
  }
  .pickup__item {
    -ms-flex-preferred-size: revert;
        flex-basis: revert;
    margin: 0 15px;
  }
  .pickup__item > a > img {
    margin: 8px 0;
  }
}
/*# sourceMappingURL=style.css.map */