@charset "UTF-8";


/**index**************************************
*******************************************/
.top .wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.t__mv__wrapper {
  width: 100%;
  height: 580px;
  max-width: 1000px;
  margin: auto;
}

.t__mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 920px;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.t__mv__inner_item_title {
  font-family: 'Lato', sans-serif !important;
  position: absolute;
  top: 60%;
  left: 4%;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 8px;
}

.t__mv__inner_item_photo {
  position: absolute;
  top: 30%;
  right: 0%;
}

.t__mv__inner_item_photo img {
  max-width: 540px;
}

/*for IE*/
_:-ms-lang(x)::-ms-backdrop,
.t__mv__inner_item_title {
  font-weight: 300;
}

/*Edge*/
_:-ms-lang(x)::backdrop,
.t__mv__inner_item_title {
  font-weight: 300;
}

/* Edge(Chromium) */
_:lang(x)::-ms-,
.t__mv__inner_item_title {
  font-weight: 300;
}


/**photos**************************************
*******************************************/
.sideways_wrp {
  height: calc(100vh - 64px);
  display: flex;
}

.sideways_inn {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  padding-bottom: 40px;
}

.sideways_inn .wide img {
  max-width: 540px;
}

.sideways_inn img {
  max-height: 70vh;
  max-width: none;
}

.sideways_inn li {
  margin-left: 140px;
}

.sideways_inn li:first-child {
  margin-left: 140px;
}

.sideways_inn li:last-child {
  margin-right: 140px;
}

.caption {
  display: flex;
  margin-top: 6px;
  font-size: 10px;
  color: #aaa;
  letter-spacing: 1px;
}

.caption span {
  display: block;
  margin-right: 2px;
  font-size: 14px;
}

.works_list li.small {
  width: 50%;
  margin: 0px auto !important;
}

.works_list li.middle {
  width: 70%;
  margin: 0px auto !important;
}

.works_list li.wide {
  width: 80%;
  margin: 0px auto !important;
}



.works_list li:nth-child(odd) {
  margin-bottom: 90px;
}

.works_list li:nth-child(even) {
  margin-top: 120px;
}

.cp_space {
  display: inline-block;
  width: 6px;
}



@media screen and (max-width: 767px) {
  .sideways_wrp {
    margin-top: 0px;
  }

  .sideways_inn li:first-child {
    margin-left: 90px;
  }

  .sideways_inn li:last-child {
    margin-right: 90px;
  }

  .sideways_inn .wide img {
    max-width: 360px;
  }

  .sideways_inn img {
    max-height: 53vh;
    max-width: none;
  }

  .sideways_inn li {
    margin-left: 100px;
  }

}

/**about, contact**************/
.text-space {
  display: block;
  margin-top: 20px;
}

.lato {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
}

.contents {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 200px);
}

.about_inner {
  display: flex;
  max-width: 720px;
  padding: 40px 20px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  letter-spacing: 1px;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.about_inner .sarabun {
  font-family: 'Sarabun', sans-serif !important;
  color: #999;
  font-weight: 300;
  opacity: 1;
}

.about_inner img {
  max-width: 280px;
  margin-right: 50px;
}

.inner {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #888;
  line-height: 1.9;
  letter-spacing: 1px;
  padding: 30px 20px;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
}

.contact .inner {
  width: 100%;
  max-width: 340px;
  margin-top: 40px;
  border: 0;
}

.contact_text {
  width: 100%;
  margin-bottom: 24px;
  padding: 10px 0px;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
}

.contact_note {
  margin-bottom: 20px;
  font-size: 11px;
  color: #aaa;
}

.contact form p {
  margin: 10px 0;
}

.contact input {
  width: 100%;
  padding: 6px;
  border: 1px #ddd solid;
}

.contact textarea {
  max-height: 100px;
  max-width: 300px;
  width: 100%;
  padding: 6px;
  border: 1px #ddd solid;
}

.inner a {
  color: #888;
}

.company {
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

.send input {
  display: block;
  float: right;
  width: 60px;
  margin-top: 8px;
  padding: 4px 10px;
  border: 1px #ccc solid;
  background: #fff;
  color: #999;
  font-weight: normal;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  .t__mv__wrapper {
    padding: 0 16px;
  }

  .t__mv__inner_item_title {
    left: 3%;
  }

  .t__mv__inner_item_photo img {
    max-width: 440px;
  }
}


@media screen and (max-width: 767px) {
  .t__mv__inner_item_title {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
  }

  .works_list li {
    padding: 30px;
  }

  .t__mv__inner_item_photo img {
    max-width: 100%;
  }
}


@media screen and (max-width: 560px) {
  .contents {
    height: calc(100vh - 100px);
  }

  .about_inner {
    flex-direction: column;
    padding: 40px 20px;
  }

  .about_inner img {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .works_list {
    margin: 0 auto 40px auto;
    padding: 40px 0;
  }

  .works_list li,
  .works_list li.small,
  .works_list li.middle,
  .works_list li.wide {
    width: 100%;
    padding: 50px 30px;
  }

  .works_list li:nth-child(odd) {
    margin-bottom: 0px;
  }

  .works_list li:nth-child(even) {
    margin-top: 0px;
  }

  .inner {
    margin-top: 0;
    padding: 40px 20px;
  }

}
