/* CSS Document */
/*------------------
common
--------------------*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.03em;
  width: 100%;
  line-height: 1.0em;
  background-color: #000;
  font-weight: 300; }

.home {
  background-color: #ffffff; }

h1, h2, h3 {
  color: #FFF; }

h3 {
  font-size: 14px;
  margin: 20px 0 3px; }

h3:nth-of-type(1) {
  margin-top: 0; }

/*------------------
Top Slideshow
--------------------*/
.bx-wrapper {
  /*width: 100%;*/
  /*height: 100vh;*/
  overflow: hidden;
  /*position: fixed;*/
  /*top: 0;*/ }

.top_slides {
  display: none;
  background: #000; }

.bx-viewport, .bx-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.top_slides, .top_slides li {
  height: 100%;
  opacity: 0.8;
  background: #000; }

.top_slides li span {
  display: block;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.bx-wrapper .bx-viewport {
  border: none !important; }

.enter_logo {
  position: fixed;
  top: calc(50% - 55px);
  left: calc(50% - 35px);
  width: 70px;
  height: 75px; }
  .enter_logo svg {
    width: 70px; }

.enter_site {
  font-size: 12px;
  letter-spacing: 0.2em;
  position: fixed;
  top: calc(50% + 20px);
  left: calc(50% - 59px);
  text-align: left;
  cursor: pointer;
  transition: .3s;
  font-weight: bold;
  line-height: 0;
  opacity: 0; }

[data-wipe] {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  overflow: hidden; }
  [data-wipe]:before, [data-wipe]:after {
    content: attr(data-wipe);
    padding-top: inherit;
    padding-bottom: inherit;
    white-space: nowrap;
    position: absolute;
    top: 0;
    overflow: hidden;
    color: #000;
    background: white; }
  [data-wipe]:before {
    left: 0;
    text-indent: 15px;
    width: 0; }
  [data-wipe]:after {
    padding-left: inherit;
    padding-right: inherit;
    left: 100%;
    text-indent: calc(-100% - 30px);
    transition: 0.1s ease-in-out; }
  [data-wipe]:hover:before {
    width: 100%;
    transition: width 0.1s ease-in-out; }
  [data-wipe]:hover:after {
    left: 0;
    text-indent: 0;
    transition: 0s 0.1s ease-in-out; }

/*------------------
loading
--------------------*/
#loading {
  background: #fff none repeat scroll 0 0;
  position: relative; }

#loading-logo {
  width: 56px;
  position: absolute;
  margin: auto;
  top: -60px;
  left: 0px;
  text-align: center; }

.home .loading-bar {
  background: #fff none repeat scroll 0 0;
  height: 0;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 50%;
  width: 100%;
  vertical-align: top; }

#loading-logo polygon {
  fill: #000000;
  display: none; }

.loading-bar button {
  display: none; }

.loading-bar > header {
  background: #000 none repeat scroll 0 0;
  height: 10px;
  position: absolute;
  width: 0; }

.logo-wrap {
  width: 250px;
  padding-top: 15px; }

.home .logo-wrap {
  opacity: 0;
  display: none; }

.st-menu-open .logo-wrap {
  opacity: 0.6 !important; }

#loading .header-ttl {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 5px;
  vertical-align: top; }

#loading .column-top {
  height: 23px;
  position: absolute;
  right: 40px;
  top: 55px;
  width: 39px; }

#loading .navBtn span {
  display: block;
  height: 4px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

#loading .navBtn {
  display: block;
  width: 30px;
  cursor: pointer; }

#loading .navBtn span:nth-of-type(2),
#loading .navBtn span:nth-of-type(3) {
  margin-top: 5px; }

/*------------------
header
--------------------*/
header {
  z-index: 999; }

#header-logo {
  width: 40px; }

.header-ttl {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
  vertical-align: top; }

.logo-wrap {
  margin-left: 30px; }

/*------------------
overlay
--------------------*/
/*------------------
nav
--------------------*/
header .navBtn {
  display: block;
  width: 30px;
  cursor: pointer;
  transition: .3s; }

header .navBtn span {
  display: block;
  height: 4px;
  width: 100%;
  background: #ffffff; }

header .navBtn span:hover {
  opacity: 1; }

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
  margin-top: 5px; }

nav {
  -webkit-overflow-scrolling: touch; }

.nav-list > li {
  font-size: 14px; }

ul.cat-list, ul.nav-list {
  margin: 30px 30px 15px;
  width: 80%; }

ul.nav-list {
  margin-top: 30px; }

.cat-list > li {
  border-bottom: 1px solid #626262; }

.cat-list a {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  display: block;
  line-height: 3em; }

.cat-list a:before {
  content: "";
  width: 0;
  height: 11px;
  background: url(../images/arrow.png) no-repeat;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  display: inline-block; }

.pc .cat-list a:hover:before {
  color: #999;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  width: 15px;
  opacity: 1; }

.pc .cat-list a:hover {
  color: #999; }

.current-cat a {
  color: #999; }

.current-cat a:before {
  color: #999;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 15px;
  opacity: 1; }

.nav-list a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  line-height: 2.5em; }

.nav-list a:before {
  content: "";
  width: 0;
  height: 11px;
  background: url(../images/arrow.png) no-repeat;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  display: inline-block; }

.nav-sns {
  margin-left: 30px;
  margin-top: 10px; }

.nav-sns li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px; }

.nav-sns li img {
  width: 100%; }

.nav-sns li a {
  transition: .3s; }

.nav-sns li a:hover {
  opacity: .6; }

.pc .nav-list a:hover:before {
  color: #999;
  width: 15px;
  opacity: 1;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.pc .nav-list a:hover {
  color: #999; }

.logo-wrap > a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

polygon {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

 /*------------------
main
--------------------*/
.mainImg_holder {
  background: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 995; }

.mainImg {
  width: 100%;
  height: calc(100vh - 250px);
  background: url(../images/works/in0.jpg);
  background-size: cover; }

.home .cover1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  width: 100%;
  height: 100vh; }

.home .cover2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 0; }

.work-list {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 150px; }

.work-list > li {
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  width: calc(20% - 20px);
  height: 275px;
  margin-left: 10px;
  margin-right: 10px; }

.work-list > li:nth-of-type(5n) {
  margin-right: 0; }

.img_holder {
  position: relative;
  width: 100%;
  overflow: hidden; }

.flipSet {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.flipSet div {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.flipSet div img {
  width: 100%;
  height: 100%; }

.loading_mark {
  opacity: 0; }

.thumbnail {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.thumbnail img {
  transition-duration: .5s; }

.flipSet.active {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.thumbnail img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: .5s;
  opacity: 0.6; }

.cap-wrap {
  height: 70px;
  margin-bottom: 20px;
  margin-left: 2px;
  overflow: hidden;
  opacity: 0; }

.cap-wrap p {
  line-height: 1.6em; }

.work-title {
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.2; }

.work-client, .work-client p {
  font-size: 10px;
  line-height: 1.3;
  height: 13px;
  overflow: hidden; }

.load_holder {
  position: fixed;
  animation: fadeOut 6s forwards;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 9999;
  display: none; }

.loader {
  position: relative;
  display: block;
  width: 40px;
  height: 40px; }

.loader_box {
  width: 45%;
  height: 45%;
  background: white;
  opacity: 0;
  animation: load 0.7s linear infinite; }
  .loader_box:nth-of-type(1) {
    position: absolute;
    top: 2.5%;
    left: 2.5%; }
  .loader_box:nth-of-type(2) {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    animation-delay: -0.175s; }
  .loader_box:nth-of-type(3) {
    position: absolute;
    bottom: 2.5%;
    right: 2.5%;
    animation-delay: -0.35s; }
  .loader_box:nth-of-type(4) {
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    animation-delay: -0.525s; }

@keyframes load {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*INFORMATION*/
.information a {
  text-decoration: underline; }

#AWARDS, #EXHIBITION {
  font-size: 12px;
  color: #999; }

.page_404 {
  padding: 30px; }

.page_404 p {
  color: #999; }

@media screen and (max-width: 768px) {
  .logo-wrap {
    padding-top: 25px;
    width: 100%; }

  .nav-list > li {
    font-size: 12px; }

  header {
    height: 80px; }

  .home .logo-wrap {
    opacity: 0;
    padding-top: 23px; }

  .logo-wrap {
    margin-left: 10px;
    transition: .3s; }

  .pc .logo-wrap:hover {
    opacity: 0.6; }

  #header-logo {
    width: 37px; }

  .header-ttl {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 0;
    vertical-align: top;
    width: 200px; }

  .work-list {
    width: calc(100% - 10px); }

  .work-list > li {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px; }

  .work-list > li:nth-of-type(2n) {
    margin-right: 0; }

  .work-title {
    font-size: 12px;
    margin-top: 5px; }

  .work-client {
    font-size: 11px;
    margin: 5px 0; }

  .cat-list {
    margin-left: 30px !important;
    margin-top: 35px !important; }

  .nav-list {
    margin-left: 30px;
    margin-top: 60px; } }
