@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

body {
  overflow: hidden;
}

body.loaded {
  overflow: auto;
}

#loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: background 2s ease;
  pointer-events: none;
}

#loading-logo {
  width: 54%;
  max-width: 360px;
  -webkit-animation: fadeInLogo 1s ease;
          animation: fadeInLogo 1s ease;
}

/*#loading-logo svg {
    fill: #231815;
    transition: fill 1s ease;
}*/
#loading-logo img {
  fill: #231815;
  transition: opacity 1s ease;
}

/* ローディング完了後のロゴと画面の動き */
body.logo-hidden #loading-logo {
  background: url(/assets/images/logo_wt.svg) no-repeat left top;
  background-size: cover;
}

body.logo-hidden #loading-logo svg {
  fill: #FFF;
}

body.logo-hidden #loading-logo img {
  opacity: 0;
}

/* ローディング完了後の画面とロゴの動き */
body.loaded #loading-screen {
  background: transparent;
  /*transform: translateY(-100%);*/
  /*background-color: #777b76;*/
}

/* コンテンツを非表示にしておく（ローディング中） */
body:not(.loaded) #content {
  visibility: hidden;
}

/* コンテンツを表示（ローディング後） */
body.loaded #content {
  visibility: visible;
}

/* ロゴのフェードインアニメーション */
@-webkit-keyframes fadeInLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ロゴのフェードアウトアニメーション */
@-webkit-keyframes fadeOutLogo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutLogo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s ease;
}
header .gnav {
  width: 100%;
}
header .gnav ul {
  display: flex;
  gap: 100px;
  justify-content: center;
}
header .gnav ul a {
  display: block;
  padding: 30px 0;
  color: #FFF;
  font-family: "Roboto Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 16px;
  font-weight: 300;
  transition: color 0.4s;
}
header.scrolled #site-title {
  width: 80px;
  height: 80px;
  top: 0px;
}
header.scrolled .header-nav {
  padding-top: 20px;
}
header.scrolled .header-nav::after {
  opacity: 0;
}
header.scrolled .gnav ul a {
  color: #717171;
}
header.scrolling {
  height: 60px;
}
header.scrolling #site-title {
  opacity: 0;
  top: calc(0px - 28vw - 40px);
}
header.scrolling .header-nav ul.lang {
  transform: translateY(-100vh);
}
header.scrolling #btn-menu {
  top: 8px;
}
header body.scrolled .gnav a {
  color: #717171;
}
@media screen and (max-width: 760px) {
  header .gnav ul {
    display: flex;
    gap: 0px;
    padding: 0 6%;
    justify-content: space-around;
  }
  header .gnav ul a {
    display: block;
    padding: 30px 0;
    color: #FFF;
    font-family: "Roboto Sans", sans-serif;
    letter-spacing: 0.075em;
    font-size: 13px;
  }
}

header.hidden {
  transform: translateY(-100px);
}

#container {
  height: 100%;
}

#home {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.home-logo {
  width: 54%;
  max-width: 360px;
  padding-bottom: 60px;
}

#logo {
  fill: #FFF;
  transition: fill 0.6s;
}

#logo._black {
  fill: #231815;
}

.home-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-bg img {
  opacity: 0;
}

.kvSwiper {
  height: 100%;
}

.kvSwiper .swiper-slide {
  height: 100%;
}

.kvSwiper .slide-img {
  height: 100%;
}

.kvSwiper .kv0 {
  background: #FFF;
}

.kvSwiper .kv1 {
  background: url(../images/home/slider_01.jpg) no-repeat center center;
  background-size: cover;
}

.kvSwiper .kv2 {
  background: url(../images/home/slider_02.jpg) no-repeat center center;
  background-size: cover;
}

.kvSwiper .kv3 {
  background: url(../images/home/slider_03.jpg) no-repeat center center;
  background-size: cover;
}

.kvSwiper .kv4 {
  background: url(../images/home/slider_04.jpg) no-repeat center center;
  background-size: cover;
}

.kvSwiper .kv5 {
  background: url(../images/home/slider_05.jpg) no-repeat center center;
  background-size: cover;
}

#works {
  padding: 140px 0;
}
@media screen and (max-width: 760px) {
  #works {
    padding: 20vw 0 10vw;
  }
}

.works-flex {
  display: flex;
  gap: 8%;
}
.works-flex .col-a {
  margin-top: 21vw;
  width: 46%;
  display: flex;
  flex-direction: column;
}
.works-flex .col-a a,
.works-flex .col-a span {
  display: block;
  margin-bottom: 7vw;
}
.works-flex .col-a a figcaption,
.works-flex .col-a span figcaption {
  padding: 1.5em 0 0;
  font-family: "Roboto Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #717171;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .works-flex .col-a a figcaption,
.works-flex .col-a span figcaption {
    padding: 1.2em 0 0 10px;
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.works-flex .col-a a.img-v,
.works-flex .col-a span.img-v {
  width: 75%;
  margin-left: auto;
  /*height: 0;
  overflow: visible;
  padding-top: calc(100% / 4 * 3 / 3 * 4);

  position: relative;
  margin-bottom: 9vw;*/
}
.works-flex .col-a a.img-v img,
.works-flex .col-a span.img-v img {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;*/
}
.works-flex .col-a a.img-v figcaption,
.works-flex .col-a span.img-v figcaption {
  text-align: left;
}
.works-flex .col-b {
  width: 46%;
  display: flex;
  flex-direction: column;
}
.works-flex .col-b a,
.works-flex .col-b span {
  display: block;
  margin-bottom: 7vw;
}
.works-flex .col-b a figcaption,
.works-flex .col-b span figcaption {
  padding: 1.5em 0 0;
  font-family: "Roboto Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #717171;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .works-flex .col-b a figcaption,
.works-flex .col-b span figcaption {
    padding: 1.2em 10px 0 0;
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.works-flex .col-b a.img-v,
.works-flex .col-b span.img-v {
  width: 75%;
  margin-right: auto;
  /*height: 0;
  overflow: visible;
  padding-top: calc(100% / 4 * 3 / 3 * 4);
  position: relative;
  margin-bottom: 9vw;*/
}
.works-flex .col-b a.img-v img,
.works-flex .col-b span.img-v img {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;*/
}
.works-flex .col-b a.img-v figcaption,
.works-flex .col-b span.img-v figcaption {
  text-align: left;
}

.about-inner {
  padding: 100px;
  margin-bottom: 200px;
  display: flex;
  justify-content: flex-start;
}
.about-inner .area-title {
  width: 200px;
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #e6dfd2;
}
.about-inner .about-body {
  padding-top: 15px;
}
.about-inner .ceo {
  font-family: "Noto Serif JP", serif;
}
.about-inner .ceo span.job,
.about-inner .ceo span.name {
  display: block;
  color: #717171;
  font-weight: 400;
}
.about-inner .ceo span.job {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.about-inner .ceo span.name {
  margin-top: 1em;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.about-inner .ceo span.name .en {
  margin-left: 0.5em;
}
.about-inner .profile {
  margin-top: 1.5em;
  font-family: "Noto Serif JP", serif;
  color: #717171;
  font-weight: 200;
  font-size: 13px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 760px) {
  .about-inner {
    padding: 70px 8%;
    margin-bottom: 0;
    display: block;
  }
  .about-inner .area-title {
    width: 100%;
    font-size: 36px;
  }
  .about-inner .about-body {
    padding-top: 30px;
  }
  .about-inner .ceo span.job,
.about-inner .ceo span.name {
    display: block;
    color: #717171;
    font-weight: 400;
  }
  .about-inner .ceo span.job {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .about-inner .ceo span.name {
    margin-top: 1em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .about-inner .ceo span.name .en {
    margin-left: 0.5em;
  }
  .about-inner .profile {
    margin-top: 1.5em;
    font-family: "Times New Roman", Times, serif;
    color: #717171;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.9em;
    letter-spacing: 0.05em;
  }
}
.contact-inner {
  padding: 100px 100px 200px;
  display: flex;
}
.contact-inner .contact-body {
  width: 100%;
  max-width: 480px;
  padding-top: 15px;
  position: relative;
}
.contact-inner .area-title {
  width: 200px;
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #e6dfd2;
}
.contact-inner .comingsoon {
  padding: 80px 0 200px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #717171;
}
.contact-inner input,
.contact-inner textarea {
  background: #e6dfd2;
  border: none;
  padding: 7px 8px;
  width: 100%;
  border-radius: 1px;
}
.contact-inner textarea {
  height: 160px;
}
.contact-inner dl,
.contact-inner div {
  margin-bottom: 20px;
}
.contact-inner .form-flex {
  gap: 10px;
  display: flex;
}
.contact-inner .form-flex dd {
  width: calc(50% - 5px);
}
.contact-inner input[type=submit] {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.contact-inner .wpcf7 {
  /*.invalid {
      .screen-reader-response {
          display: block!important;
          position: absolute;
          top: 80px;
          left: -200px;
          width: 180px;
          padding: 20px;
          background: #FFE3E3;
          border-radius: 2px;
          @media screen and (max-width: 760px) {
              position: static;
              width: 100%;
          }
          p {
              font-size: 12px;
              color: #A30;
          }
          ul {
              display: none;
              li {
                  font-size: 12px;
                  color: #A30;
              }
          }
      }
  }*/
}
.contact-inner .wpcf7 .screen-reader-response {
  display: none;
}
.contact-inner .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #A30;
}

@media screen and (max-width: 760px) {
  .contact-inner {
    padding: 70px 8%;
    display: block;
  }
  .contact-inner .contact-body {
    width: 100%;
    max-width: 480px;
    padding-top: 15px;
  }
  .contact-inner .area-title {
    width: 100%;
    font-size: 36px;
  }
  .contact-inner .comingsoon {
    padding: 20px 3px 100px;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #717171;
  }
}