@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
    "Yu Gothic Medium", "Helvetica Neue", HelveticaNeue,
    "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
  background: #fff;
  overflow: hidden;
}
.en {
  font-family: "Roboto", sans-serif;
}
.en02 {
  font-family: "Quicksand", sans-serif;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.ul {
  letter-spacing: -0.4em;
}
.ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}
.inviewfadeIn {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.fadeIn {
  opacity: 1;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInUp {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.inviewfadeInLeft {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInLeft {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.inviewfadeInRight {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInRight {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.link a {
  position: relative;
  text-decoration: none;
}
.link a::before {
  position: relative;
  text-decoration: none;
}
.link a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #716444;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.link a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.none {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.logo {
  width: 250px;
  height: auto;
}
.menu {
  display: flex;
  align-items: center;
}
.menu-li {
  font-size: 1.4em;
  margin: 0 0 0 30px;
}
.menu li a {
  color: #716444;
}
.ergo {
  width: 50px;
  height: auto;
  margin: 0 0 0 30px;
}
.instagram {
  width: 25px;
  height: auto;
  margin: 0 0 0 30px;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* main */
.main {
  width: 100%;
  height: auto;
}
.top-wrap {
  width: 100%;
  height: auto;
  margin: 100px 0 0 0;
}
.top-txt-wrap {
  width: 90%;
  height: auto;
  margin: 60px auto 0 auto;
}
.top-txt-1 {
  font-size: 3.4em;
}
.top-txt-2 {
  font-size: 1.5em;
  line-height: 25px;
  text-align: left;
  padding: 30px 0 0 0;
}
figure img {
  max-width: 100%;
  height: auto;
}
.title {
  font-size: 2.4em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 60px 0;
}
.white {
  color: #fff;
}

/* projects */
#projects {
  width: 100%;
  height: auto;
  padding: 130px 0 0 0;
}
.projects {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.projects li {
  width: 46%;
  height: auto;
  margin: 0 2% 3% 2%;
}
.projects li a {
  color: #1e1e1e;
}
.projects-txt-1 {
  font-size: 1.4em;
  line-height: 1.4;
  text-align: center;
  padding: 15px 0 0 0;
}
.projects-txt-1 span {
  font-size: 0.9em;
}
.projects-txt-2 {
  font-size: 1.1em;
  text-align: center;
  color: #a0a0a0;
  padding: 10px 0 0 0;
}
.projects-txt-3 {
  font-size: 1.2em;
  text-align: center;
  padding: 10px 0 0 0;
}
.mask-wrap {
  position: relative;
  overflow: hidden;
}
.mask-wrap .caption {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.mask-wrap .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mask-wrap:hover .mask {
  opacity: 1;
}

/* projects - details */
.projects-d {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 150px 0 100px 0;
  box-sizing: border-box;
}
.projects-d-title {
  font-size: 2em;
  line-height: 1.4;
}
.projects-d-title span {
  font-size: 0.8em;
}
.projects-d-title-sub {
  font-size: 1.3em;
  line-height: 1.8;
  padding: 30px 0 0 0;
}
.projects-d-img {
  width: 100%;
  height: auto;
}
.projects-d-img li {
  margin: 40px 0 0 0;
}
.projects-d-txt {
  font-size: 1.3em;
  line-height: 1.8;
  padding: 35px 0 0 0;
}
.photo-l {
  width: 100%;
  height: auto;
}
.photo-p {
  width: 50%;
  height: auto;
}
.projects-d-table {
  width: auto;
  height: auto;
  margin: 40px 0 0 0;
}
.projects-d-table td {
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0 30px 0 0;
}
.projects-d-pager {
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.projects-d-prev {
  font-size: 1.4em;
  float: left;
  position: relative;
}
.projects-d-prev a {
  color: #716444;
}
.projects-d-next {
  font-size: 1.4em;
  text-align: right;
  float: right;
}
.projects-d-next a {
  color: #716444;
}

/* about */
.about-txt-wrap {
  width: 80%;
  max-width: 610px;
  margin: 90px auto 100px auto;
}
.about-txt-1 {
  font-size: 2.4em;
  letter-spacing: 0.1em;
}
.about-txt-2 {
  font-size: 1.3em;
  line-height: 2;
  text-align: justify;
  padding: 25px 0 0 0;
}
.about-txt-3 {
  font-size: 1.3em;
  line-height: 2;
  text-align: justify;
  padding: 15px 0 0 0;
}
.designer {
  width: 100%;
  height: auto;
  padding: 130px 0 0 0;
}
.designer-box {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 50px auto;
}
.photo {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.txt-designer-sub {
  font-size: 1.2em;
}
.txt-designer {
  font-size: 1.6em;
  padding: 15px 0 0 0;
}
.table-designer {
  font-size: 1.3em;
  margin: 20px 0 0 0;
}
.table-designer td {
  line-height: 1.6;
}
.td-d-1 {
  width: 55px;
  padding: 5px 0;
}
.td-d-2 {
  padding: 5px;
}
.td-d-3 {
  width: 45px;
  padding: 5px 0;
}
.td-d-4 {
  width: 70px;
  padding: 5px 0;
}
.box-1 {
  width: 24%;
  box-sizing: border-box;
  float: left;
}
.box-2 {
  width: 38%;
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 30px;
}
.ls-1 {
  letter-spacing: 0.5em;
}
.ls-2 {
  letter-spacing: 0.1em;
}

/* award */
.award {
  width: 100%;
  height: auto;
  padding: 130px 0 0 0;
}
.table-award-box {
  width: 600px;
  margin: 0 auto;
}
.table-award {
  box-sizing: border-box;
  width: 600px;
  margin: 0;
}
.table-award td {
  font-size: 1.2em;
  line-height: 1.6;
  padding: 3px 0 3px 0;
  text-indent: -1em;
  padding-left: 2em;
}

/* career */
.career {
  width: 100%;
  height: auto;
  padding: 130px 0 0 0;
}
.table-career-box {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.table-career {
  box-sizing: border-box;
  width: 500px;
  margin: 0;
}
.table-career td {
  font-size: 1.2em;
  line-height: 1.6;
  padding: 3px 0 3px 0;
  text-indent: -1em;
  padding-left: 2em;
}
.td01 {
  width: 70px;
}
.td02 {
  width: 35px;
}
.td03 {
  width: 70px;
}

/* contact */
.contact {
  width: 100%;
  height: auto;
  padding: 130px 0 150px 0;
}
.txt-contact {
  font-size: 1.3em;
  text-align: center;
  line-height: 2;
}
.txt-contact a {
  color: #1e1e1e;
  text-decoration: none;
}
.map {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.google-map {
  font-size: 1.3em;
  text-align: center;
  padding: 50px 0 0 0;
}
.google-map a {
  color: #1e1e1e;
  border: 1px solid #716444;
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
}
.google-map a:hover {
  color: #fff;
  background: #716444;
}

/* footer */
footer {
  background-color: #1e1e1e;
  padding: 30px 0;
}
.copy {
  font-size: 1.3em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  /* header */
  .menu-li {
    margin: 0 0 0 25px;
  }
  .ergo {
    margin: 0 0 0 25px;
  }
  .instagram {
    margin: 0 0 0 25px;
  }
  /* about */
  .td-d-1 {
    width: 70px;
  }
  .td-d-3 {
    width: 70px;
  }
  .td-d-4 {
    width: 70px;
  }
  .box-1 {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
  }
  .box-2 {
    width: 90%;
    max-width: 500px;
    float: none;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }
  /* career */
  .table-career-box {
    width: 600px;
    display: block;
  }
  .table-career {
    width: 600px;
    margin: 0;
  }
  .td01 {
    width: 100px;
  }
  .td02 {
    width: 100px;
  }
  .td03 {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 5%;
  }
  .logo {
    width: 160px;
  }
  /* main */
  .top-wrap {
    margin: 66px 0 0 0;
  }
  .top {
    margin: 88px 0 0 0;
  }
  .title {
    font-size: 1.6em;
    padding: 0 0 40px 0;
  }
  .top-txt-wrap {
    margin: 40px auto 0 auto;
  }
  .top-txt-1 {
    font-size: 2em;
    line-height: 30px;
  }
  .top-txt-2 {
    font-size: 1em;
    line-height: 15px;
    text-align: justify;
    padding: 20px 0 0 0;
  }
  /* projects */
  #projects {
    padding: 100px 0 0 0;
  }
  .projects {
    width: 90%;
  }
  .projects li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .projects-txt-1 {
    font-size: 1.3em;
  }
  .projects-txt-2 {
    font-size: 1em;
  }
  .projects-txt-3 {
    font-size: 1.1em;
  }
  .mask-wrap:hover .mask {
    opacity: 0;
  }
  /* projects - details */
  .projects-d {
    padding: 130px 0 80px 0;
  }
  .projects-d-title {
    font-size: 1.6em;
    line-height: 1.4;
  }
  .projects-d-title-sub {
    font-size: 1.2em;
    padding: 30px 0 0 0;
  }
  .projects-d-txt {
    font-size: 1.2em;
  }
  .photo-p {
    width: 100%;
  }
  .projects-d-table td {
    font-size: 1.2em;
    padding: 0 15px 0 0;
  }
  .projects-d-prev {
    font-size: 1.3em;
  }
  .projects-d-next {
    font-size: 1.3em;
  }
  /* about */
  .about-txt-wrap {
    margin: 50px auto 60px auto;
  }
  .about-txt-1 {
    font-size: 1.8em;
  }
  .about-txt-2 {
    font-size: 1.1em;
    line-height: 1.8;
  }
  .about-txt-3 {
    font-size: 1.1em;
    line-height: 1.8;
  }
  .designer {
    width: 100%;
    height: auto;
    padding: 130px 0 0 0;
  }
  .designer-box {
    width: 90%;
    max-width: 1000px;
    margin: 80px auto 50px auto;
  }
  .designer {
    padding: 100px 0 0 0;
  }
  .designer-box {
    margin: 0 auto 50px auto;
  }
  .txt-designer-sub {
    font-size: 1.1em;
  }
  .txt-designer {
    font-size: 1.3em;
    padding: 15px 0 0 0;
  }
  .table-designer {
    font-size: 1.1em;
    margin: 20px 0 0 0;
  }
  .table-designer td {
    line-height: 1.6;
  }
  .td-d-1 {
    width: 50px;
  }
  .td-d-3 {
    width: 50px;
  }
  .td-d-4 {
    width: 50px;
  }
  /* award */
  .award {
    padding: 100px 0 0 0;
  }
  .table-award-box {
    width: 90%;
  }
  .table-award {
    width: 90%;
  }
  .table-award td {
    font-size: 1.1em;
  }
  /* career */
  .career {
    padding: 100px 0 0 0;
  }
  .table-career-box {
    width: 90%;
  }
  .table-career {
    width: 90%;
  }
  .table-career td {
    font-size: 1.1em;
  }
  .td01 {
    width: 40px;
  }
  .td02 {
    width: 40px;
  }
  .td03 {
    width: 55px;
  }
  /* contact */
  .contact {
    padding: 100px 0 120px 0;
  }
  .txt-contact {
    font-size: 1.1em;
  }
  .map {
    width: 90%;
  }
  .google-map {
    font-size: 1.3em;
  }
  /* footer */
  .copy {
    font-size: 1.1em;
  }
}
