@charset "utf-8";

* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}





body {
  background: #000;
  color: #111;
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a img {
  /*transition: .4s;*/
}

a:hover img {
  /*transform: scale(1.05);*/
}

h2 {
  font-size: 100%;
  letter-spacing: .05em;
}

.o {
  color: #9C7B55;
  transition: all 200ms linear;
}

.fade {
  opacity: 0;
  /*filter: grayscale(100%);*/
  transition: all 1s linear 200ms;
}

.show {
  opacity: 1;
  /*filter: grayscale(0%);*/
}





#loading {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 800ms, visibility 800ms;
  width: 100%;
  z-index: 1001;
}

#loading div {
  animation: wait 2s linear infinite normal;
  color: #9C7B55;
  font-size: 300%;
  font-weight: 100;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 1s linear;
  width: 100%;
}

@keyframes wait {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}

#loading div.hide {
  color: #000;
}





#header {
  background: #000;
  line-height: 54px;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100;
}

#header .inner {
  background: url(../img/top/sando.png) -200px center no-repeat;
  background-size: auto 20px;
  margin: 0 auto;
  transition: 800ms cubic-bezier(.16,.84,.44,1);
  width: 100%;
  position: relative;
}

#header ul {
  background: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: .07em;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  transition: .4s;
}

.gnavi_open #header ul {
  opacity: 1;
  visibility: visible;
}

#header li {
  border-top: 1px solid #9C7B55;
  display: block;
  line-height: 3.5;
  text-align: center;
}

#header a {
  display: block;
}

#header.tp {
  background: transparent;
}

#fb {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
}

#ig {
  position: absolute;
  left: 55px;
  top: 20px;
  width: 20px;
}

#fb img,
#ig img {
  display: block;
}

#lang-ja,
#lang-en {
  position: absolute;
  color: #9C7B55;
  font-weight: 600;
}

#lang-ja {
  right: 70px;
  top: 5px;
}

#lang-en {
  right: 95px;
  top: 5px;
}

#gnavi_btn {
  height: 60px;
  right: 0;
  position: fixed;
  top: 0;
  width: 60px;
  z-index: 101;
}

#gnavi_btn span {
  background: #9C7B55;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: all .4s cubic-bezier(.3,0,.15,1);
  width: 25px;
}

#gnavi_btn span::before,
#gnavi_btn span::after {
  background: #9C7B55;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -6px;
  transition: all .5s cubic-bezier(.3,0,.15,1);
  width: 100%;
}

#gnavi_btn span::after {
  top: 6px;
}

#gnavi_btn.x span {
  background: rgba(0,0,0,0);
}

#gnavi_btn.x span::before {
  top: 0;
  transform: rotate(45deg);
}

#gnavi_btn.x span::after {
  top: 0;
  transform: rotate(-45deg);
  width: 100%;
}

#close {
  height: 60px;
  right: 0;
  position: fixed;
  top: 0;
  width: 60px;
  z-index: 101;
}

#close::before,
#close::after {
  background: #9C7B55;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 25px;
}

#close::after {
  transform: translateX(-50%) rotate(45deg);
}





#pagetop {
  margin-top: 60px;
}

#pagetop a {
  display: block;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 50px;
}

#pagetop a::before {
  border: 2px solid #9C7B55;
  border-width: 2px 2px 0 0;
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
}





#copyright {
  font-size: 67.5%;
  line-height: 70px;
  margin: 30px 0 20px;
}





.contact {
  border: 2px solid #9C7B55;
  display: block;
  font-size: 85%;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 30px;
  margin: 70px auto 0;
  transition: .6s;
  width: 300px;
}

/*.contact:hover {
  background: #9C7B55;
}

.contact:hover .o {
  color: #000;
}*/





#top {
  padding-top: 60px;
}

#top .lead {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 300px;
}

#top .lead > span {
  display: block;
  font-size: 70%;
  letter-spacing: .07em;
  line-height: 30px;
}

#top .lead > span:nth-child(2) {
  font-size: 100%;
  font-weight: 600;
  letter-spacing: .05em;
}

#top .lead_2 {
  font-size: 60%;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 5px auto 0;;
  width: 300px;
}

#top .logo {
  margin: 50px 0 50px;
}

#top .logo img {
  width: 320px;
}

.s {
  font-size: 60%;
  line-height: 1.5;
  margin: 0 auto;
  width: 300px;
}





#works_roll div {
  background: #141414;
  margin: 50px auto 0;
  height: 205px;
  width: 300px;
}

#works_roll img {
  display: block;
  width: 100%;
}





#we_can_do {
  padding-top: 50px;
}

#we_can_do h2 {
  font-weight: 400;
}

#we_can_do ul {
  font-size: 75%;
  line-height: 20px;
  list-style: none;
  margin: 30px auto 0;
  overflow: hidden;
  width: 300px;
}

#we_can_do li {
  display: inline-block;
}

#we_can_do li:nth-child(n+3) {
  margin-top: 10px;
}

#we_can_do li::after {
  background: #111;
  content: '';
  display: inline-block;
  height: 18px;
  margin: 0 18px;
  overflow: hidden;
  transform: rotate(45deg);
  transition: all 1s linear;
  vertical-align: middle;
  width: 1px;
}

#we_can_do .show li::after {
  background: #9C7B55;
}

#we_can_do li:nth-child(2)::after,
#we_can_do li:nth-child(5)::after,
#we_can_do li:last-child::after {
  display: none;
}

#we_can_do .and {
  font-size: 85%;
  letter-spacing: .1em;
  position: relative;
  padding: 40px 0;
}

#we_can_do .and::before,
#we_can_do .and::after {
  background: #111;
  content: '';
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -2px;
  overflow: hidden;
  position: absolute;
  transition: all 1s linear;
  width: 1px;
}

#we_can_do .and.show::before,
#we_can_do .and.show::after {
  background: #9C7B55;
}

#we_can_do .and::before {
  top: 15px;
}

#we_can_do .and::after {
  bottom: 15px;
}

#we_can_do .fig {
  margin-top: -15px;
}

#we_can_do img {
  width: 300px;
}

#we_can_do nav {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
  margin: 70px auto 80px;
  width: 300px;
}

#we_can_do nav div {
  width: 50%;
}

#we_can_do nav div:last-child {
  margin-top: 50px;
  width: 100%;
}

#we_can_do nav a {
  display: inline-block;
}

#we_can_do nav a > span {
  display: block;
}

#we_can_do nav .upper {
  font-size: 100%;
}

#we_can_do nav .lower {
  color: #828282;
  font-size: 65%;
}

#we_can_do nav div:last-child .upper {
  border-bottom: 2px solid #9C7B55;
  font-size: 180%;
}

#we_can_do nav div:last-child .lower {
  margin-top: 5px;
}





#works {
  padding-top: 180px;
  text-transform: uppercase;
}

#works ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 40px auto 0;
  width: 300px;
}

#works li {
  text-align: left;
  width: 47%;
}

#works li:nth-child(n+3) {
  margin-top: 20px;
}

#works li a,
#works li a > span {
  display: block;
}

#works .thumb {
  background: #111;
}

#works .thumb img {
  display: block;
  width: 100%;
}

#works .title {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 10px;
}

#works .tag {
  color: #828282;
  font-size: 60%;
}

#works .more {
  background: #141414;
  display: block;
  font-size: 75%;
  line-height: 50px;
  margin: 40px auto 0;
  transition: .6s;
  width: 300px;
}

/*#works .more:hover {
  background: #9C7B55;
}

#works .more:hover .o {
  color: #000;
}*/





#concept {
  padding-top: 180px;
}

#concept .fig {
  margin-top: 50px;
}

#concept img {
  width: 300px;
}

#concept .flex {
  display: block;
  margin: 50px auto 0;
  text-align: left;
  width: 300px;
}

#concept h3 {
  font-weight: 400;
  font-size: 120%;
  line-height: 2.2;
}

#concept p {
  font-size: 90%;
  line-height: 2;
  margin-top: 15px;
}

#concept .contact {
  margin-top: 60px;
}






#company {
  padding-top: 180px;
}

#company .flex {
  display: block;
  margin: 50px auto 0;
  text-align: left;
  width: 300px;
}

#company .flex p {
  font-size: 85%;
  line-height: 2;
  margin-bottom: 30px;
}

#company dl {
  font-size: 85%;
  line-height: 2;
}

#company dt {
  color: #828282;
}

#company dt:nth-child(n+2),
#company dd {
  margin-top: 5px;
}

#company dd a {
  display: inline-block;
}

#company dd a.gm {
  font-size: 85%;
  margin-top: 5px;
}





#works_all {
  padding-top: 70px;
}

#works_all section {
  margin: 0 auto;
  text-align:  left;
  width: 300px;
}

#works_all section + section {
  padding-top: 70px;
}

#works_all section h2 {
  color: #000;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#works_all section h3 {
  color: #000;
  font-size: 60%;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#works_all section h3 .o {
  color: #828282;
}

#works_all ul {
  list-style: none;
}

#works_all li {
  background: #111;
  color: #9C7B55;
  position: relative;
}

#works_all li::before {
  content: 'Wait for it';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#works_all li + li {
  margin-top: 5px;
}

#works_all li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

#works_all .fade {
  transition: all 1s linear 0;
}