@charset "UTF-8";
/*
Theme Name: leel
Theme URI: 
Version: 1.01
Author: Masahiko Sato
Author URI: http://kobadesings.com

*/
/* CSS Document */
::selection {
	background:#FFF;
}
::-moz-selection {
	background:#FFF;
}
@font-face {
	font-family: 'NotoLight';
	src: url('css/fonts/NotoLight.eot');
	src: local('☺'), url('css/fonts/NotoLight.woff') format('woff'), url('css/fonts/NotoLight.ttf') format('truetype'), url('css/fonts/NotoLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Conduit';
    src: url('css/fonts/ConduitITCStd-ExtraLight.eot');
    src: url('css/fonts/ConduitITCStd-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/ConduitITCStd-ExtraLight.woff2') format('woff2'),
        url('css/fonts/ConduitITCStd-ExtraLight.woff') format('woff'),
        url('css/fonts/ConduitITCStd-ExtraLight.ttf') format('truetype'),
        url('css/fonts/ConduitITCStd-ExtraLight.svg#ConduitITCStd-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
.animated {
  -webkit-animation-duration:2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomInSlow {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInSlow {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

.zoomInSlow {
  -webkit-animation-name: zoomInSlow;
  animation-name: zoomInSlow;
}
.bloc:before,.clear:before,.clear:after,[class*="content"]:before,[class*="content"]:after,[class*="site"]:before,[class*="site"]:after{
	content:'';
	display:table;
}
.bloc:after,.clear:after,[class*="content"]:after,[class*="site"]:after{
	clear:both;
}
.bloc:after,.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

html, body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  font-family: "Conduit", "NotoLight", Times, serif;
  color: #888;
  
	-webkit-text-size-adjust: 100%;
	background:#FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div#loading {
    height: 100VH;
    width: 100vw;
    display: flex;
    background: #fff;
    position: relative;
    z-index: 1000;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
}
.centered {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wrap {
    width: 100%;
    height: 100%;
}
.centered .wrap {
    display: table;
    width: 100%;
    text-align: center;
}
.centered .wrap .sec {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
div#fade {
  position: relative;
  z-index: 1000;
}
a:hover {
    text-decoration: none;
}
h1 {
    margin: 0;
    display: block;
    color: #000;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    z-index: 10000;
    position: relative;
    padding: 0;
}
h1:hover{
	 color:#aaa;
}
h1 a {
    font-size: 36px;
    letter-spacing: .5em;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    bottom: 1px;
    height:49px;
    position: relative;
}
h1 a object{
  position: absolute;
  bottom: 0.5px;
  height: 35px;
}
#loading h1 {
    font-size: 36px;
    letter-spacing: .5em;
    text-transform: uppercase;
}
 h2{
	 font-family: 'Conduit';
	 color:#000;
   
	 line-height:1.2em;
	 letter-spacing:2px;
 }
 .text h2{
	 margin-bottom:1em;
	font-size:20px;
 }
 h2.alt{
	 font-size: 65px;
	 text-align:center;
	 margin:140px 0 70px;
 }
 .mask {
  width: 200px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -49px 0 0 -100px;
  font-size: 40px;
  letter-spacing: 23px;
  text-align: center;
  color: #000;
}

.row,.col-lg-12 {
  padding:0;
  margin:0;
}
.link {
  position: absolute;
  bottom: 150px;
  width: 100%;
  text-align: center;
 font-family: 'Conduit';
  font-size: 20px;
}
.link a {
  color:#000;
}
.link a:hover {
  border-bottom: 1px solid #000;
}
.link li {
  display: inline-block;
}
.link li + li{
  margin-left: 1rem;
}
 span.home {
  position: fixed;
  z-index: 10000;
  color: #000;
  right: 30px;
  top: 30px;
  font-size: 20px;
	width:31px;
	height:31px;
}
span.home a{
	cursor:pointer;
	width:100%;
	height:100%;
	display:block;
}
nav {
    padding-top: 60px;
    height:auto;
    text-align: center;
    z-index: 800;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.onview {
  display: block;
}
nav .nav_wrap {
  position:relative;
  width: auto;
  height: 60px;
  bottom: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 487ms ease-out;
  -webkit-transition-delay: 123ms;
  -moz-transition: opacity 487ms ease-out 123ms;
  -o-transition: opacity 487ms ease-out 123ms;
  transition: opacity 487ms ease-out 123ms;
}
nav .nav_wrap ul li {
  display: inline-block;
  line-height: 1.4;
}
nav .nav_wrap ul li a {
    font-size: 18px;
    letter-spacing: .1em;
    color: #000;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    color: #000;
    line-height: 60px;
    margin: 0 10px;
    font-family: 'Conduit';
}
nav .nav_wrap ul li a:hover {
 color:#000;
 border-bottom:#000 1px solid;
}

nav .nav_wrap ul li a.cur_nav {
  color: white;
}
p.date {
  font-size: 13px;
  color: #000;
  display: inline-block;
  letter-spacing: 1px;
	font-family:"Times New Roman";
}
p.news_title {
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  font-family: serif;
  color: #000;
}
header {
    display: none;
    background: rgba(255,255,255,0.1);
    z-index: 1000;
    position: fixed;
    padding-top: 10px;
    height: 60px;
    width: 100%;
    backdrop-filter: blur(2px);

}
header .bar {
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 0px;
  z-index: 10001;
  text-align: left;
  right: 15px;
  top: 15px;
}
header.onview .bar .menu_button {
  margin-left: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  display: block;
  background-image: url('img/bar.png');
  height: 21px;
  width:26px;
  text-indent: -999em;
}
header .bar .menu_button {
  -webkit-transition: opacity 111ms ease-out;
  -moz-transition: opacity 111ms ease-out;
  -o-transition: opacity 111ms ease-out;
  transition: opacity 111ms ease-out;
}
header .bar .menu_button.icon {
  background-size: cover;
  margin-left: auto;
  margin-right: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  display: block;
  background-image: url(img/bar.png);
  height: 15px;
  width: 15px;
  text-indent: -999em;
}
header .bar .menu_button.icon {
  -webkit-transition: opacity 111ms ease-out;
  -moz-transition: opacity 111ms ease-out;
  -o-transition: opacity 111ms ease-out;
  transition: opacity 111ms ease-out;
}
.filter_button{
  background-repeat: no-repeat;
  display: block;
  background-image: url('img/filter.png');
  height: 40px;
  width:40px;
  text-indent: -999em;
  cursor: pointer;
  right: 30px;
  position: absolute;
  top: 30px;
}
nav.nav_open {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0%);
    -sand-transform: translateY(0px);
    display: block;
}

nav.nav_open .nav_wrap {
  opacity: 1;
  display: block;
}
nav .bar .fa-bars {
	display:block;
}
nav.nav_open .bar .fa-bars {
	display:none;
}
nav.nav_open .bar .menu_button{
  background-repeat: no-repeat;
  display: block;
  background-image: url('img/close.png');
  height: 21px;
  width: 26px;
  text-indent: -999em;
  cursor:pointer;
}
.bar .filter_button.close{
  background-image: url('img/close.png');
}
/*----------------TOP*/

.project_list .content_inner {
  height: 100%;
  padding-top:0px;
}
.project {
    display: block;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.project img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 111ms ease-out;
    -moz-transition: opacity 111ms ease-out;
    -o-transition: opacity 111ms ease-out;
    transition: opacity 111ms ease-out;
    margin: 0 auto;
}
.project_frame a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity 111ms ease-out;
  -moz-transition: opacity 111ms ease-out;
  -o-transition: opacity 111ms ease-out;
  transition: opacity 111ms ease-out;
}
.title_wrap {
  position: ;
  bottom: 20px;
  left: 7%;
}
/*.title_wrap_center {
    position: absolute;
    text-align: center;
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0;
    padding: 0 5%;
}*/
.title_wrap_center .title_line {
    text-align: left;
    display: flex;
    min-height: 2em;
    width: 65%;
    margin: 1em auto;
    justify-content: space-between;
}
.project_title.onview {
  display: block;
  animation-duration: 1s;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
}
.title_line {
    color: #000;
    font-size: 28px;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 2px;
    font-family: 'Conduit';
}
.title_wrap_center .title_line {
    text-align: left;
    min-height: 2em;
}
.title_wrap_center .project_title{
    width: 90%;
    height: 100%;
    position: absolute;
}
.title_wrap_center .project_title a {
    display: table;
    width: 100%;
    height: 100%;
}
.title_wrap_center .active .h-animated{
   animation-delay: 0.5s;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.links {
    font-size: 18px;
}
span.category {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5em;
    text-transform: lowercase;
}
@keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
  }
  1% {
  display: block;
  opacity: 0;
  }
   100% {
  display: block;
  opacity: 1;
      }
    }
    @-moz-keyframes fade-in {
      0% {
  display: none;
  opacity: 0;
      }
      1% {
  display: block;
  opacity: 0;
      }
      100% {
  display: block;
  opacity: 1;
      }
    }
    @-webkit-keyframes fade-in {
      0% {
  display: none;
  opacity: 0;
      }
      1% {
  display: block;
  opacity: 0;
      }
      100% {
  display: block;
  opacity: 1;
      }
}
#fp-nav {
  opacity: 0;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 7px;
    right: 15px;
    width: 45px;
    height: 45px;
    margin: 0;
    z-index: 1001;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 35px;
    height: 100%;
     -webkit-transition: opacity 111ms ease-out;
  -moz-transition: opacity 111ms ease-out;
  -o-transition: opacity 111ms ease-out;
  transition: opacity 111ms ease-out;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
     -webkit-transition: opacity 111ms ease-out;
  -moz-transition: opacity 111ms ease-out;
  -o-transition: opacity 111ms ease-out;
  transition: opacity 111ms ease-out;
}
.pagetop img {
    width: 90%;
    height: 90%;
    padding: 5%;
}
.project_frame section{
    padding-bottom: 45px;
}
/*----------------PAGE*/
#wrapper{
	height:auto;
	width:100%;
	min-height:100%;
	position:relative;
	display:none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content{
	width:100%;
	height:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#container{
	font-size:0px;
}
.content_inner{
	height:auto;
	padding-top:35px;
}
.content_inner.works{
	height:100%;
	padding-top:0px;
}
.page {
    height: 100%;
    padding-bottom: 150px;
}
 .listtitle{
	display:none !important;
	opacity:0;
}
.list .blocktitle{
	display:none !important;
}
.list .listtitle{
	display:block !important;
	opacity: 1;
	animation-duration: 2s;
	animation-name: fade-in;
	-moz-animation-duration: 2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: fade-in;
    }

@keyframes fade-in {
	0% {display: none;opacity: 0;}
	1% {display: block;opacity: 0;}
	100% {display: block;opacity: 1;}
}
@-moz-keyframes fade-in {
  0% {display:none; opacity: 0;}
	1% {display: block;opacity: 0;}
	100% {display: block;opacity: 1;}
}
@-webkit-keyframes fade-in {
  0% {display: none;opacity: 0;}
	1% {display: block;opacity: 0;}
	100% {display: block;opacity: 1;}
}
.no_pc{
  display: none;
}
.work_cover img{
  width: 100%;
  height: auto;
}
a.work_link {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
a.work_link:hover{
  text-decoration: none;
}
a.work_link span {
  z-index: 100;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
	color:#000;
	-webkit-transition: color 487ms ease-out;
  -webkit-transition-delay: 123ms;
  -moz-transition: color 487ms ease-out 123ms;
  -o-transition: color 487ms ease-out 123ms;
  transition: color 487ms ease-out 123ms;
}
a.work_link:hover span {
   color:#fff;
}
.back_img {
	display:block;
  width: 100%;
  height: 100%;
  position: absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
  top: 0;
  left: 0;
	z-index:-1;
	opacity:0;
	 -webkit-transition: opacity 487ms ease-out;
  -webkit-transition-delay: 123ms;
  -moz-transition: opacity 487ms ease-out 123ms;
  -o-transition: opacity 487ms ease-out 123ms;
  transition: opacity 487ms ease-out 123ms;
	
}
a.work_link:hover .back_img {
  display:block;
  opacity:1;
 
}
.work_list,.work_bloc{
	height:auto;
}
.work_list{
  padding-bottom:100px;
}
.work_cover {
  height: 100%;
  width: 50%;
  position: relative;
  margin: 0;
  background: center center no-repeat;
  background-size: cover;
  display: none;
}
.work_cover {
  height: 100%;
  width:50%;
  position: relative;
  margin: 0;
  background:center center no-repeat;
  background-size:cover;
}
.desc, .subdesc {
    width: 100%;
    max-width: 800px;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.subdesc{
	width:100%;
	position: relative;
  z-index: 100;
	-webkit-transition: color 487ms ease-out;
  -webkit-transition-delay: 123ms;
  -moz-transition: color 487ms ease-out 123ms;
  -o-transition: color 487ms ease-out 123ms;
  transition: color 487ms ease-out 123ms;
}
.works a:hover .subdesc{
	color:#fff;	
}
.desc .title {
    display: block;
    text-align: center;
    width: 100%;
}
.title h2 {
  font-family: 'Conduit';
  font-size: 45px;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.title h3{
	font-family: 'Conduit';
  text-transform: uppercase;
	font-size:34px;
}
.info {
  font-size: 12px;
  color: #000;
  line-height: 2em;
  font-family: "NotoLight",sans-serif;
}
.img_wrap {
    position: relative;
    width: 80%;
    height: auto;
    margin: 2.5% auto;
    overflow: hidden;
}
.work_bloc img{
	vertical-align:middle;
	object-fit: cover;
	height:100%;
	 -webkit-transform: translateZ(0);
 	 transform: translateZ(0);
 	 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 	 -webkit-backface-visibility: hidden;
 	 backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 1s;
  	transition-duration: 1s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
li.work_bloc {
	position:relative;
	text-align:center;
}
p.place{
  font-size: 16px;
  margin: 1em 0;
}
.text {
  text-align:center;
}
.text table{
	width:70%;
	margin:60px auto;
}
td{
	line-height:2em;
	text-align:center;
	color:#000;
	font-family: "NotoLight", sans-serif;
	font-size: 13px;
  letter-spacing: 1px;
	padding: 2px 0 15px;
  min-width: 6em;
	
}
.label {
  text-align: center;
  width: 48%;
  padding: 5px 15px 0;
	color:#555;
}
.text {
  display: block;
  padding: 60px 0;
  width: 80%;
  margin: 0 auto;
}

.text p {
  text-align: left;
  font-size: 14px;
  line-height: 2em;
  color: #000;
}
.text p.first{
	text-align:center;
}
.desc.chg {
    display: block;
    text-align: center;
    padding: 5em 0;
}
div#map {
    width: 100%;
    height: 500px;
}
.contact {
    padding: 85px 15px 0;
}
.contact .text{
  padding: 10px 0;
  width: 100%;
	margin-bottom:0;
	line-height: 1.3em;
  color: #000;
  font-family: "NotoLight", sans-serif;
	letter-spacing:1px;
	font-size:13px;

}
.contactforms {
    padding: 30px 0 0;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: "DIN";
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: 游ゴシック, YuGothic, Arial, Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 2em;
}
.wpcf7-form span.required {
    color: #f00;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #f00;
}
span.req {
    color: #f00;
    font-size: 12px;
    border: 1px solid #f00;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form .form-row.selectbox:after {
    content: "▼";
    position: absolute;
    top: 1.1em;
    right: 2.78571em;
    color: #aaa;
    font-size: 11px;
}
.wpcf7-form input[type="submit"] {
    text-align: center;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 1.318em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-right: -5px;
    margin-left: -5px;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;   
}
.send_box {
    max-width: 600px;
    margin: 2em auto 5em;
}
.fitting{
	display:none;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
.acf-map div{overflow: visible;}
.lang_selector {
  margin-bottom: 2em;
}
#lang_jp,
#lang_en{
	cursor: pointer;
	width: 50px;
	height: 30px;
	display: inline;
	color: rgba(153, 153, 153, 1);
	padding: 0 .3em;	
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
#lang_jp.selected,
#lang_en.selected{
	color: rgba(0,0,0,1);
	text-decoration:underline;
}
p.en,img.en,a.en{
	display:none;
}
input.wpcf7-submit {
  border: 2px #000 solid;
  background: transparent;
  border-radius:0px;
}
.about td {
    text-align: left;
}
.about td.label {
    text-align: right;
}
.text p.centering {
    text-align: center;
}
.is-layout-flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}
.is-layout-flex .is-layout-flow.wp-block-column {
    width: 50%;
}
/*-----------Archives------*/
.archives {
    padding: 150px 0 100px;
}
.archives img {
    width: 100%;
}
.archives a {
    width: 100%;
    height: auto;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;f
}
.archives a:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.archive-bloc {
    padding: 15px;
}
.fancybox-caption__body {
    font-size: 15px;
    font-family: sans-serif;
    color: #fff;
}
.footer {
    background: rgba(255,255,255,0.1);
    z-index: 1000;
    position: fixed;
    padding-top: 0;
    height: 60px;
    width: 100%;

    backdrop-filter: blur(2px);
    bottom: 0;
}
.footer object {
    position: absolute;
    bottom: auto;
    height: 2px;
    top: 0;
}
/*-----------Queries------*/
@media (max-width: 1560px) {
	.mix{
		width:25%;
	}
}
@media (max-width: 1000px) {
	.list .listtitle {
		font-size: 60px;
	}
}
@media (max-width: 768px) {
  html, body {
    height: auto;
  }
  #wrapper {
    height: auto;
  }
  #wrapper.home {
    height: 100%;
    padding-top: 90px;
  }
  .project {
      width: 100%;
      padding: 0 15px;
  }
  .project img {
    width: 100%;
    height: 350px;
    object-fit: cover;
      object-position: center;
  }
  .title_wrap_center .title_line {
    display: block;
    width: 100%;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    margin: 10px 0 45px;
  }
  .titles a {
      font-size: 20px;
      line-height: 40px;
  }
  #content {
    height: auto;
  }
  .content_inner {
    padding-top: 85px;
  }
  header {
      padding-bottom: 0;
  }
	h1 {
		width: auto;
		text-align:left;
    font-size: unset;
	}
  #loading h1 {
    text-align: center;
  }

  h1 a {
      font-size: 29px;
      letter-spacing: .5em;
      text-transform: uppercase;
      line-height: 85px;
  }
	.text h2 {
    margin-bottom: 1em;
    font-size: 30px;
  }
  	a.work_link span {
    line-height: 50px;
	}
	nav {
   display:none;
    position: fixed;
    float:left;
    left: 0;
    top: 0;
    width: 100%;
    height: 10vh;
    z-index: 800;
     -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  nav.onview {
      display: block;
  }
  nav .nav_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: auto;
    background-color: #fff;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 487ms ease-out;
    -webkit-transition-delay: 123ms;
    -moz-transition: opacity 487ms ease-out 123ms;
    -o-transition: opacity 487ms ease-out 123ms;
    transition: opacity 487ms ease-out 123ms;
  }
  nav .nav_wrap ul {
    position: absolute;
    left: 50vw;
    transform: translate(-50%);
    top: 18vh;
    width: 80%;
    text-align: center;
  }
  nav .nav_wrap ul li {
    display: block;
    line-height: 1.4;
  }

  nav .nav_wrap ul li a {
    font-weight: 300;
    font-size: 26px;
    font-family:'Conduit';
    letter-spacing: .1em;
    color:#000;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear; 
    -webkit-transition: color 0.2s linear; 
    -o-transition: color 0.2s linear;
  }
  nav .nav_wrap ul li a:hover {
   color:#000;
   border-bottom:#000 1px solid;
  }

  nav .nav_wrap ul li a.cur_nav {
    color: white;
  }
  #fullpage {
      padding-top: 5px;
  }
	.works .title h2 {
		font-size: 30px;
	}
	.work_bloc img {
  		width: 300px;
			height:auto;
	}
	input,textarea {
		outline: none;
		padding: 5px;
		font-size: 15px;
		text-align:left;
		width:250px
	}
	.filters {
		text-align:center;
		padding: 30px 30px;
	}
	.filter, .sort {
		display: inline-block;
		margin: 15px;
	}

	.small .img_wrap,.img_wrap {
      width: 100%;
      margin: 0;
      padding: 30px 15px;
      height:auto;
  }
	.list .listtitle {
		font-size: 30px;
	}
	.list .mix {
		height: 60px !important;
	}
  .work_cover{
    height: auto !important;
    background-image: none !important;
    float: none;
  }
  .title h2 {
    font-size: 28px;
  }
  .no_pc{
    display: block;
  }
  h2.alt {
    font-size: 32px;
    text-align: center;
    margin: 140px 0 70px;
  }
  #fp-nav{
      display: none;
  }
  .text table {
      width: 100%;
  }
  .wpcf7-form .formbloc h3 {
      text-align: left;
  }
  .archives {
      padding: 100px 0 0;
  }
  .about td {
    min-width: 6em;
}
  .about td.label {
    padding: 0;
    text-align: left;
  }
  .text p.centering {
      text-align: left;
  }
    span.category {
      display: block;
  }
  .archive-bloc {
      padding: 7.5px;
  }
  .is-layout-flex {
    display: block;
  }
  .is-layout-flex .is-layout-flow.wp-block-column {
    width: 100%;
  }
}