@charset "UTF-8";

/* ------------------------------------
  all
------------------------------------ */
html, body {
  color: #444;
  background-color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.popup,
body.searched {
  overflow: hidden;
}

::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}

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

a:hover {
  text-decoration: none;
}

li {
  list-style-type: none!important;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hover:hover {
  cursor: pointer;
  opacity: 0.5;
}


img {
	display: block;
}

.hidden {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.forpc {
  display: block;
}

.forsp {
  display: none;
}

#load {
  height: 100vh!important;
}

/* ------------------------------------
  #header
------------------------------------ */
#header {
  width: 100%;
  position: fixed;
  z-index: 500;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
#header.head_black,
#header.head_white {
  opacity: 0.9;
}
.hide #header {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

#logo {
  width: 259px;
  position: fixed;
  top: 38px;
  left: 50px;
  z-index: 10;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}
.head_white #logo img {
  opacity: 0;
}
.popup .head_white #logo img,
.searched .head_white #logo img {
  opacity: 1;
}

#logo a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../img/logo_tyd_3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 800ms linear;
  transition: all 800ms linear;
}
.head_white #logo a:before {
  opacity: 1;
}
.popup .head_white #logo a:before,
.searched .head_white #logo a:before {
  opacity: 0;
}


/* #btn_lang */
#btn_lang {
  position: fixed;
  top: 40px;
  right: 96px;
  z-index: 10;
}

#btn_lang div {
  height: 16px;
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  margin-left: 16px;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
#btn_lang div.on {
  font-weight: 600;
  color: #222;
  -webkit-transition: color 800ms linear;
  transition: color 800ms linear;
}
#btn_lang div:not(.on) {
  -webkit-transition: opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), color 800ms linear;
  transition: opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), color 800ms linear;
}
#btn_lang div:not(.on):hover {
  cursor: pointer;
  opacity: 0.5;
}

#btn_lang div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  color: #222;
  -webkit-transition: color 800ms linear;
  transition: color 800ms linear;
}

.head_white #btn_lang div,
.head_white #btn_lang div a {
  color: #fff;
}
.popup .head_white #btn_lang div,
.popup .head_white #btn_lang div a,
.searched .head_white #btn_lang div,
.searched .head_white #btn_lang div a {
  color: #222;
}


/* #btn_menu */
#btn_menu {
  width: 25px;
  height: 19px;
  position: fixed;
  top: 38px;
  right: 50px;
  z-index: 10;
  cursor: pointer;
}

#btn_menu .bar {
  width: 25px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#btn_menu .bar span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #222;
  display: inline-block;
  -webkit-transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), background-color 800ms linear;
  transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), background-color 800ms linear;
}
.head_white #btn_menu .bar span {
  background-color: #fff;
}
.head_white #btn_menu.on .bar span,
.searched .head_white #btn_menu .bar span {
  background-color: #222;
}

#btn_menu .bar span.top {
  top: 0px;
}
#btn_menu .bar span.middle {
  top: 8px;
}
#btn_menu .bar span.bottom {
  bottom: 0px;
}

#btn_menu.on .bar span.top {
  -webkit-transform: translate3d(0,8px,0);
  transform: translate3d(0,8px,0);
}
#btn_menu.on .bar span.middle {
}
#btn_menu.on .bar span.bottom {
  -webkit-transform: translate3d(0,-8px,0);
  transform: translate3d(0,-8px,0);
}


/* #block_menu */
#block_menu .share {
  height: 21px;
  position: absolute;
  bottom: 38px;
  right: 48px;
}

#block_menu .share li {
  float: left;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 21px;
}
#block_menu .share li.tw {
  width: 24px;
  background-image: url("../img/icn_tw.png");
}
#block_menu .share li.fb {
  width: 19px;
  background-image: url("../img/icn_fb_2.png");
}
#block_menu .share li.insta {
  width: 19px;
  margin-right: 2px;
  background-image: url("../img/icn_insta.png");
}

#block_menu .share li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ------------------------------------
  #wrapper
------------------------------------ */
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* ------------------------------------
  #index
------------------------------------ */
#fv {
  width: 100%;
  height: 100vh!important;
  position: relative;
  overflow: hidden;
  margin-bottom: 200px;
}

#fv .down {
  width: 2px;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 100;
  overflow: hidden;
}
#fv .down:before {
  content: "";
  width: 100%;
  height: 52px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0,-150%,0);
  transform: translate3d(0,-150%,0);
}
#fv .down.black:before {
  background-color: #000;
}
.loaded #fv .down:before {
  -webkit-animation: line 2500ms ease infinite;
  animation: line 2500ms ease infinite;
}
@keyframes line {
  0% {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,-150%,0);
  }
  80%,100% {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,110%,0);
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,-150%,0);
  }
  80%,100% {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,110%,0);
  }
}

#fv .slide {
  width: 100%;
  height: 100vh;
  position: relative;
}

#fv .slide li {
  width: 100%;
  height: 100vh;
  position: relative;
}

#fv .slide li .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#fv .slide li .credit {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  position: absolute;
  bottom: 42px;
  left: 50px;
  z-index: 10;
}
#fv .slide li .credit.center {
  top: 0;
  bottom: 0;
  margin: auto;
}
#fv .slide li .credit.white {
  opacity: 0.9;
}
#fv .slide li .credit.black {
  color: #000;
}

#fv .slide li .credit span {
  margin-right: 17px;
}


#fv #video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#fv #video video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
#fv #video.wide video {
  width: 100%;
  height: auto;
}
#fv #video:not(.wide) video {
  width: auto;
  height: 100%;
}


/* #index */
#index .block {
  height: -webkit-calc(100vh - 200px);
  height: calc(100vh - 200px);
  position: relative;
}
#index .block.min {
  height: -webkit-calc((100vh - 200px)/2);
  height: calc((100vh - 200px)/2);
  width: 33.33%;
  float: left;
  margin-bottom: 200px;
}
#index .block.gallery {
  margin-bottom: 200px;
}

#index .block a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#index .block a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.15);
  opacity: 0;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#index .block a:hover:before {
  opacity: 1;
}

#index .block a .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#index .block a:hover .pic {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#index .block.shadow a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/pic_index_shadow.png");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 440px 440px;
}

#index .block a h2 {
  width: 200px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  z-index: 10;
  margin: auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
#index .block.white a h2 {
  opacity: 0.9;
}
#index .block.news a h2 {
  background-image: url("../img/txt_index_1.png");
}
#index .block.works a h2 {
  background-image: url("../img/txt_index_2.png");
}
#index .block.movie a h2 {
  background-image: url("../img/txt_index_3.png");
}
#index .block.gallery a h2 {
  background-image: url("../img/txt_index_4.png");
}
#index .block.profile a h2 {
  height: 21px;
  background-image: url("../img/txt_index_5.png");
}
#index .block.contact a h2 {
  height: 21px;
  background-image: url("../img/txt_index_6.png");
}
#index .block.shop a h2 {
  height: 21px;
  background-image: url("../img/txt_index_7.png");
}
#index .block.news.black a h2 {
  background-image: url("../img/txt_index_1_bl.png");
}
#index .block.works.black a h2 {
  background-image: url("../img/txt_index_2_bl.png");
}
#index .block.movie.black a h2 {
  background-image: url("../img/txt_index_3_bl.png");
}
#index .block.gallery.black a h2 {
  background-image: url("../img/txt_index_4_bl.png");
}
#index .block.profile.black a h2 {
  height: 21px;
  background-image: url("../img/txt_index_5_bl.png");
}
#index .block.contact.black a h2 {
  height: 21px;
  background-image: url("../img/txt_index_6_bl.png");
}
#index .block.shop.black a h2 {
  height: 21px;
  background-image: url("../img/txt_index_7_bl.png");
}

#index .block a .credit {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  opacity: 0.9;
  position: absolute;
  bottom: 35px;
  left: 50px;
  z-index: 10;
}
#index .block a .credit.black {
  color: #000;
}

#index .block a .credit span {
  margin-right: 17px;
}

#index .share {
  width: 200px;
  height: 21px;
  margin: -111px auto 90px;
  letter-spacing: -.4em;
  text-align: center;
}

#index .share li {
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin: 0 19px 0 19px;
}
#index .share li.tw {
  width: 27px;
  background-image: url("../img/icn_tw_pc.png");
}
#index .share li.fb {
  width: 23px;
  background-image: url("../img/icn_fb_pc.png");
}
#index .share li.insta {
  width: 23px;
  background-image: url("../img/icn_insta_pc.png");
}

#index .share li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ------------------------------------
  #works_list
------------------------------------ */
#works_list {
  width: 100%;
  padding-top: 250px;
  padding-bottom: 200px;
}


/* .search */
#other .search {
  position: absolute;
  top: 40px;
  right: 170px;
  z-index: 300;
  backface-visibility: hidden;
}

#other .search .btn {
  width: 17px;
  height: 16px;
  position: relative;
  z-index: 10;
}

#other .search .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../img/icn_search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms linear;
  transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms linear;
}
#other .search .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-image: url("../img/icn_search_wh.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms linear;
  transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms linear;
}
.head_white #other .search .btn:after {
  opacity: 0;
}
.head_white #other .search .btn:before {
  opacity: 1;
}
#other .search .btn.on:before,
#other .search .btn.on:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#other .search .btn .close {
  width: 17px;
  height: 17px;
  position: relative;
}
#other .search .btn .close span {
  position: absolute;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #222;
  display: inline-block;
  -webkit-transition: width 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), background-color 800ms linear;
  transition: width 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), background-color 800ms linear;
}
#other .search .btn .close span.top {
  top: 0px;
}
#other .search .btn .close span.bottom {
  bottom: 0px;
}
#other .search .btn.on .close span {
  width: 100%;
}

#other .search .btn .close span.top {
  -webkit-transform: translate3d(-50%,7px,0) rotate(45deg);
  transform: translate3d(-50%,7px,0) rotate(45deg);
}
#other .search .btn .close span.bottom {
  -webkit-transform: translate3d(-50%,-9px,0) rotate(-45deg);
  transform: translate3d(-50%,-9px,0) rotate(-45deg);
}


#other .search .form {
  width: 325px;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 48px;
  right: 0;
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
  pointer-events: none;
}
#other .search .form.on {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  pointer-events: auto;
}

#other .search .form .s {
  width: 300px;
  height: 20px;
  float: left;
  font-size: 12px;
  margin-right: 7px;
  padding-right: 7px;
  border: none;
  border-right: 1px #ddd solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  background-color: transparent;
}
#other .search .form .s:focus {
  outline: none;
}

#other .search .form .searchsubmit {
  width: 18px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  float: left;
  background-color: transparent;
  outline: none;
  position: relative;
  background-image: url("../img/btn_submit.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.head_white #other .search .form .searchsubmit {
  background-image: url("../img/btn_submit_wh.png");
}

#other .search form:after {
  content: '';
  display: block;
  clear: both;
}


/* .search_block */
#other .search_block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  backface-visibility: hidden;
  background-color: #fff;
  display: none;
}

#other .search_block .form {
  width: 66%;
  position: absolute;
  top: 50%;
  left: 17%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  margin-top: 40px;
}

#other .search_block .form form {
  width: 600px;
  margin: 0 auto 47px;
  padding-bottom: 10px;
  position: relative;
}

#other .search_block .form form:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #979797;
  position: absolute;
  bottom: 0;
  left: 0;
}

#other .search_block .form form input[type=text] {
  width: 600px;
  height: 33px;
  font-size: 33px;
  text-align: center;
  padding: 0 25px 0 25px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#other .search_block .form form input[type=submit] {
  width: 17px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 0;
  border: none;
  background-color: transparent;
  background-image: url("../img/btn_submit_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#other .search_block .form form input[type=text]:focus,
#other .search_block .form form input[type=submit]:focus {
  outline: none;
}

#other .search_block ul {
  width: 100%;
  position: relative!important;
  top: 0!important;
  left: 0!important;
  -webkit-transform: translate3d(0,0,0)!important;
  transform: translate3d(0,0,0)!important;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -.4em;
}

#other .search_block ul li {
  display: inline-block;
  float: none;
  letter-spacing: 0em;
  margin: 0 10px 0 10px;
}



/* .list */
.common_list .list {
  width: 100vw;
  opacity: 1;
  -webkit-transition: opacity 1200ms linear;
  transition: opacity 1200ms linear;
  -webkit-transition-property: opacity, transform, filter!important;
  transition-property: opacity, transform, filter!important;
}
.common_list .list.change {
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}

.common_list .list li {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.common_list .list li.s2 {
  width: 100%;
}
.common_list .list.change li {
  -webkit-transition: 10ms!important;
  transition: 10ms!important;
}

.common_list .list li a {
  display: block;
}

.common_list .list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.common_list .list li a:hover:before {
  background-color: rgba(0,0,0,0.3);
}

.common_list .list li .pic {
  width: 100%;
  overflow: hidden;
}
.common_list .list li a:hover .pic {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.common_list .list li.s2 a:hover .pic,
.common_list .list li.s3 a:hover .pic {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.common_list .list li .pic img {
  width: 100%;
  height: auto;
}

.common_list .list li .txt_block {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.common_list .list li .txt_block p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 150ms;
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 150ms;
}
.common_list .list li a:hover .txt_block p {
  opacity: 0.9;
}

.common_list .list li .txt_block h2 {
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 26px;
  font-weight: 500;
  margin: 0 20px 0 20px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms;
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms;
}
.common_list .list li.s2 .txt_block h2 {
  font-size: 30px;
  letter-spacing: 0.07em;
  line-height: 34px;
}
.common_list .list li.s3 .txt_block h2 {
  font-size: 32px;
  letter-spacing: 0.07em;
  line-height: 36px;
}
.common_list .list li a:hover .txt_block h2 {
  opacity: 0.9;
}

.common_list #no_hit {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;

  display: none;
}

.common_list #no_hit p {
  width: 100%;
  height: 29px;
  background-image: url("../img/txt_not_found.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* ------------------------------------
  .common_detail
------------------------------------ */
.common_detail {
  width: 100%;
}

.common_detail .fv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.common_detail .fv .pic {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.common_detail .head {
  margin: 0 50px 50px 94px;
}

.common_detail .head .date {
  font-size: 14px;
  line-height: 17px;
  color: #888;
  margin-bottom: 20px;
}

.common_detail .head .title {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 18px;
}

.common_detail .head .sub {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #888;
}

.common_detail .body {
  margin: 0 0 200px 0;
}

.common_detail .body .desc {
  width: -webkit-calc(50% - 100px);
  width: calc(50% - 100px);
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.03em;
  margin: 0 50px 30px 94px;
}

.common_detail .body .desc a {
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.common_detail .body .desc a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.common_detail .body .share {
  width: 70px;
  margin: 0 0 100px 94px;
}

.common_detail .body .share li {
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.common_detail .body .share li.tw {
  width: 23px;
  background-image: url("../img/icn_tw.png");
  float: right;
}
.common_detail .body .share li.fb {
  width: 21px;
  background-image: url("../img/icn_fb_2.png");
  float: left;
}

.common_detail .body .share li a {
  display: block;
  width: 100%;
  height: 100%;
}

.common_detail .body .slide_area {
  margin: 0 94px 100px 94px;
  max-height: -webkit-calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  position: relative;
}

.common_detail .body .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.common_detail .body .slide li {
  width: 100%!important;
  height: 100%;
  position: relative;
}

.common_detail .body .slide li .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.common_detail .body .slide_area .num p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -48px;
}
.common_detail .body .slide_area .num p.now {
  margin-top: -24px;
  font-weight: 600;
}
.common_detail .body .slide_area .num p.total {
  margin-top: 6px;
  color: #888;
}

.bx-wrapper .bx-controls-direction a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.common_detail .bx-viewport {
  height: 80vh!important;
  max-height: -webkit-calc(100vh - 180px)!important;
  max-height: calc(100vh - 180px)!important;
}

.bx-wrapper .bx-prev {
  margin-top: -24px;
}
.bx-wrapper .bx-next {
  margin-top: 6px;
}
.bx-wrapper .bx-controls-direction a {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -53px;
}

.common_detail .body .slide_area .btn_prev,
.common_detail .body .slide_area .btn_next {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;

}
.common_detail .body .slide_area .btn_prev {
  left: 0;
  cursor: url("../img/icn_slide_prev_sh.png"),pointer;
  cursor: -webkit-image-set(url('../img/icn_slide_prev_sh.png') 1x,url('../img/icn_slide_prev_sh_2x.png') 2x), pointer;
}
.common_detail .body .slide_area .btn_next {
  right: 0;
  cursor: url("../img/icn_slide_next_sh.png"),pointer;
  cursor: -webkit-image-set(url('../img/icn_slide_next_sh.png') 1x,url('../img/icn_slide_next_sh_2x.png') 2x), pointer;
}

.common_detail .body .movie {
  margin: 0 94px 0 94px;
  max-height: -webkit-calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  position: relative;
}

.common_detail .foot {
  width: 100%;
}

.common_detail .foot .txt {
  width: 100%;
  height: 14px;
  font-size: 17px;
  line-height: 14px;
  letter-spacing: 0.01em;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 49px;
  text-align: center;
}
#works_detail .foot .txt {
//  background-image: url("../img/txt_related_works.png");
}
#gallery_detail .foot .txt {
//  background-image: url("../img/txt_related_gallery.png");
}
#movie_detail .foot .txt {
//  background-image: url("../img/txt_related_movie.png");
}

.common_detail .foot .list {
}

.common_detail .foot .list li {
  width: 33.33%;
  float: left;
  overflow: hidden;
}
#movie_detail .foot .list li {
  width: 50%;
}
/*
.common_detail .foot .list li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.common_detail .foot .list li:nth-child(3),
.common_detail .foot .list li:nth-child(6) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.common_detail .foot .list li:nth-child(4),
.common_detail .foot .list li:nth-child(7) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.common_detail .foot .list li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
*/
.common_detail .foot .list li:nth-child(4n) {
  margin-right: 0;
}

.common_detail .foot .list li a {
  display: block;
  position: relative;
}

.common_detail .foot .list li .pic {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.common_detail .foot .list li .pic:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#movie_detail .foot .list li .pic:before {
  padding-top: 50%;
}

/* ------------------------------------
  #gallery_list
------------------------------------ */
#gallery_list {
  width: 100%;
  padding-top: 250px;
  padding-bottom: 200px;
}


/* ------------------------------------
  #movie_list
------------------------------------ */
#movie_list {
  width: 100%;
  padding-top: 250px;
  padding-bottom: 200px;
}

#movie_list .list {
  width: 100vw;
  opacity: 1;
  -webkit-transition: opacity 1200ms linear;
  transition: opacity 1200ms linear;
}
#movie_list .list.change {
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}

#movie_list .list li {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: left;
}

#movie_list .list li a {
  display: block;
}

#movie_list .list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#movie_list .list li a:hover:before {
  background-color: rgba(0,0,0,0.3);
}

#movie_list .list li .pic {
  width: 100%;
  overflow: hidden;
}
#movie_list .list li a:hover .pic {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

#movie_list .list li .pic img {
  width: 100%;
  height: auto;
}

#movie_list .list li .txt_block,
#movie_detail .list li .txt_block {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding-bottom: 29px;
}

#movie_list .list li .txt_block:before,
#movie_detail .list li .txt_block:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -18px;
  left: 2px;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 100ms;
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 100ms;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
#movie_list .list li a:hover .txt_block:before,
#movie_detail .list li a:hover .txt_block:before {
  opacity: 0.9;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#movie_list .list li .txt_block p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 150ms;
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 150ms;
}
#movie_list .list li a:hover .txt_block p {
  opacity: 0.8;
}

#movie_list .list li .txt_block h2 {
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 26px;
  font-weight: 500;
  margin: 0 20px 0 20px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms;
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms;
}
#movie_list .list li a:hover .txt_block h2 {
  opacity: 0.9;
}


/* ------------------------------------
  #movie_detail
------------------------------------ */
#movie_detail {
  width: 100%;
  padding-top: 90px;
}

#movie_detail .fv {
  width: auto;
  height: auto;
  max-height: -webkit-calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  margin: 0 94px 145px 94px;
}
#movie_detail .fv:before,
.common_detail .body .movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#movie_detail .fv .pic,
.common_detail .body .movie .pic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#movie_detail .fv .pic:before,
.common_detail .body .movie .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../img/bg_movie_thum_over.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#movie_detail .fv .pic .btn,
.common_detail .body .movie .pic .btn {
  width: 25px;
  height: 38px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  z-index: 10;
  margin: auto;
  cursor: pointer;
}

#movie_detail .fv .pic .btn:before,
.common_detail .body .movie .pic .btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 25px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#movie_detail .fv .pic .btn:hover:before,
.common_detail .body .movie .pic .btn:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#movie_detail .fv iframe,
.common_detail .body .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------------------------
  #news
------------------------------------ */
#news {
  width: 100%;
  padding-top: 250px;
}

#news .list {
  margin: 0 50px 0 50px;
}

#news .list li {
  width: 100%;
  margin-bottom: 95px;
  padding-bottom: 95px;
  border-bottom: 1px #ddd solid;
}

#news .list li .head {
  width: -webkit-calc(50% - 90px);
  width: calc(50% - 90px);
  float: left;
  margin: -6px 0 30px 44px;
}

#news .list li .head h2 {
  font-size: 22px;
  line-height: 28px;
  color: #222;
  font-weight: 400;
  margin-bottom: 3px;
}

#news .list li .head p {
  font-size: 12px;
  color: #888;
}

#news .list li .pic {
  width: -webkit-calc(50% - 90px);
  width: calc(50% - 90px);
  min-height: 150px;
  float: right;
  margin-right: 44px;
  margin-bottom: -50px;
}

#news .list li .pic img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#news .list li .pic p {
  font-size: 10px;
  color: #888;
  margin: -40px 0 16px 0;
  text-align: right;
}

#news .list li .pic .movie {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
#news .list li .pic .movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#news .list li .pic .movie.square:before {
  padding-top: 100%;
}

#news .list li .pic .movie .thum {
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#news .list li .pic .movie .thum:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.2);
}

#news .list li .pic .movie .thum .btn {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  z-index: 10;
  margin: auto;
  cursor: pointer;
}

#news .list li .pic .movie .thum .btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#news .list li .pic .movie .thum .btn:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#news .list li .pic .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#news .list li .body {
  width: -webkit-calc(50% - 90px);
  width: calc(50% - 90px);
  float: left;
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 -3px 44px;
}

#news .list li .body a {
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#news .list li .body a:hover {
  cursor: pointer;
  opacity: 0.5;
}

#news .list li .body iframe {
  width: 100%;
  height: -webkit-calc((50vw - 140px)*0.5625);
  height: calc((50vw - 140px)*0.5625);
}

#news .list li .share {
  width: 67px;
  margin-top: 60px;
}

#news .list li .share div {
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#news .list li .share div.tw {
  width: 23px;
  background-image: url("../img/icn_tw.png");
  float: right;
}
#news .list li .share div.fb {
  width: 21px;
  background-image: url("../img/icn_fb_2.png");
  float: left;
}

#news .list li .share div a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: none;
}



/* .pager */
#news .pager {
  width: 313px;
  text-align: center;
  letter-spacing: -.4em;
  margin: -55px auto 35px;
  line-height: 16px;
  overflow: hidden;
  position: relative;
}

#news .pager a,
#news .pager span {
  display: inline-block;
  font-size: 16px;
  height: 16px;
  color: #888;
  letter-spacing: 0.05em;
  margin: 0 9px;
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#news .pager a:hover {
  cursor: pointer;
  opacity: 0.5;
}

#news .pager .current {
  font-weight: 600;
  color: #222;
}

#news .pager .edge {
  display: none;
}

#news .pager .prev,
#news .pager .next {
  width: 8px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -9999px;
  position: absolute;
  top: 0;
}
#news .pager .prev {
  background-image: url("../img/icn_news_prev.png");
  margin-right: 70px;
  left: 0;
}
#news .pager .next {
  background-image: url("../img/icn_news_next.png");
  margin-left: 70px;
  right: 0;
}

/* ------------------------------------
  #contact
------------------------------------ */
#contact {
  width: 100%;
  min-height: 100vh;
}

#contact .center {
  width: 600px;
  margin: 0 auto;
  padding-top: 244px;
  padding-bottom: 140px;
}
#contact.complete .center {
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0!important;
}

#contact .center .txt1 {
  font-size: 20px;
  margin-bottom: 30px;
}

#contact .center .txt1 a {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}

#contact .center .txt2 {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 23px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  font-family: 'Helvetica','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho','ＭＳ Ｐ明朝','MS PMincho',serif;
}

#contact .center .txt3 {
  font-size: 13px;
  line-height: 26px;
}

#contact .center .txt4 {
  font-size: 14px;
  line-height: 27px;
  margin-top: -30px;
  margin-bottom: 52px;
}

#contact .center .txt4 span {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 6px;
}

#contact .center .form {
  width: 100%;
}

#contact .center .form .label {
  font-size: 12px;
  margin-bottom: 2px;
}

#contact .center .form input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px #CCC solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  font-size: 13px;
  padding: 0 10px;
  font-family: 'Helvetica','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho','ＭＳ Ｐ明朝','MS PMincho',serif;
}

#contact .center .form textarea {
  display: block;
  width: 100%;
  height: 200px;
  border: 1px #CCC solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  font-size: 13px;
  margin-bottom: 40px;
  padding: 10px;
  font-family: 'Helvetica','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho','ＭＳ Ｐ明朝','MS PMincho',serif;
}

#contact .center .form input[type=text]:focus,
#contact .center .form textarea:focus {
  border-color: #888;
  outline: none;
}

#contact .center .form .error {
  border-color: #ff0000!important;
}

#contact .center .form .select {
  width: 100%;
  height: 40px;
  border: 1px #CCC solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  font-size: 13px;
  overflow: hidden;
  position: relative;
}
#contact .center .form .select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  top: 17px;
  right: 14px;
}

#contact .center .form .select select {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
#contact .center .form .select select::-ms-expand {
  display: none;
}

#contact .center .form .btn_block {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}

#contact .center .form .btn_submit {
  width: 160px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #222;
  background-size: 50px 12px;
  float: right;
}

#contact .center .form .btn_back {
  width: 160px;
  height: 40px;
  border: 1px #222 solid;
  font-size: 15px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  color: #222;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#contact .center .form .btn_send {
  width: 160px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #222;
  float: right;
}

#contact .address {
  font-size: 17px;
  line-height: 27px;
  margin: 59px 0 52px 0;
}

#contact .address span {
  font-size: 10px;
}

#contact .center .alert {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 52px;
  color: #FF0000;
}

/* ------------------------------------
  .common_page
------------------------------------ */
.common_page {
  width: 100%;
  padding-top: 250px;
}

.common_page .block {
  margin: 0 50px 100px 50px;
  padding-bottom: 94px;
  border-bottom: 1px #ddd solid;
}
.common_page .block:last-child {
  border: none;
  padding-bottom: 84px;
}

.common_page .block h2 {
  font-size: 20px;
  font-weight: normal;
  margin: -3px 0 82px 0;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
//  float: left;
}

.common_page .block .txt1 {
  font-size: 15px;
  line-height: 27px;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  float: left;
  margin-top: -5px;
}

.common_page .block .txt2 {
  font-size: 15px;
  line-height: 50px;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  float: left;
  margin-top: -16px;
}

.common_page .block dl {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  float: left;
  margin-top: -9px;
}

.common_page .block dl dt {
  font-size: 10px;
  color: #888;
  margin-bottom: -3px;
}

.common_page .block dl dd {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}

.common_page .block dl dd .t1 {
  margin-bottom: 20px;
}
.common_page .block dl dd .t2 {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 50px;
}

.common_page .block .right {
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
  float: right;
  margin-right: 44px;
}

.common_page .block .right .pic {
  width: 100%;
}

.common_page .block .right .pic img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}


/* .cate */
#other {
  width: 100%;
  position: fixed;
  z-index: 400;
  opacity: 0;
  -webkit-transition: opacity 800ms linear, transform 400ms linear;
  transition: opacity 800ms linear, transform 400ms linear;
  pointer-events: none;
}
#other.active {
  opacity: 1;
  -webkit-transition: opacity 1200ms linear, transform 400ms linear;
  transition: opacity 1200ms linear, transform 400ms linear;
  pointer-events: auto;
}
.head_black #other.active {
  opacity: 0.9;
}
.searched #other.active {
  opacity: 1;
}
.hide #other {
  opacity: 0!important;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

#other .cate {
  width: 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  backface-visibility: hidden;
  display: none;
  opacity: 0;
}
#other.profile .cate.h_profile,
#other.contact .cate.h_contact,
#other.gallery .cate.h_gallery,
#other.works .cate.h_works {
  display: block;
  opacity: 1;
}
#other.works .cate.h_works a {
  display: none;
}
#other .cate a.works_detail {
  opacity: 0;
}
#other.works.works_list .cate.h_works a.works_list,
#other.works.works_detail .cate.h_works a.works_detail {
  display: block;
  opacity: 1;
}

#other .cate ul {
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 600;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}

#other .cate li {
  float: left;
  margin: 0 12px;
}
#other .cate li:not(.on) {
  -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#other .cate li:not(.on):hover {
  cursor: pointer;
  opacity: 0.5;
}

#other .cate li a {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: color 800ms linear;
  transition: color 800ms linear;
}
#other .cate li.on:not(.c7) a,
#other .cate li.c6 a {
  font-weight: 600;
  color: #222;
}

.head_white #other .cate li a {
  color: #fff;
}
.head_white #other.searched  .cate li a {
  color: #222;
}

/* ------------------------------------
  #job
------------------------------------ */
#job {
  width: 100%;
  padding-top: 244px;
  padding-bottom: 155px;
}

#job .center {
  width: 600px;
  margin: 0 auto;
}

#job .center h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

#job .center h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
}

#job .center p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 40px;
}

#job .center p.btm {
  margin-bottom: 85px;
}


/* ------------------------------------
  #not_found
------------------------------------ */
#not_found {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../img/txt_404.png");
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 63px 30px;
}

/* ------------------------------------
  media
------------------------------------ */
@media screen and (max-width: 1059px) {
  #other.works .cate.h_works ul {
    top: 96px;
    left: initial;
    right: 38px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  #other.works.searched .cate.h_works ul {
    margin-top: 45px;
  }
}
