@charset "UTF-8";
/* CSS Document */

/***
* common_sp.css
*/

@media only print, only screen and (min-width: 18.75em){
	
.tab,
.pc,
.pc_tab{
	display:none;
}

.sp{
	display:block;
}

.hover:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

/***
* layout
*/

a{
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* header */

#header{
  width: 100%;
  position: fixed;
  z-index: 7777;
  font-size: 20px;
  padding-bottom: 20px;
}

#header.gradient{
  background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  transition-duration: 0.5s;
}

#nav{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

#nav.active{
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

#nav ul{
  position: relative;
  top: 50%;
  margin-top: 10px;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

#nav.active ul{
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

#nav ul ul{
  position: relative;
  top: auto;
  transform: translateY(0);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
}

#nav li{
  float: none;
  line-height: 2.1;
}

#logo{
  width: 180px;
  margin: 0 auto;
  padding-top: 20px;
}

#btnLanguage{
  position: relative;
  margin-top: 20px;
  top: 0;
  right: 0;
}

#btnLanguage li{
  display: inline-block;
}

/* btnMenu */

#btnMenu{
	display: block;
	width: 30px;
	height: 12px;
	padding:20px 18px 15px;
	color: #000;
	font-size: 1.5em;
	cursor: pointer;
	position: fixed;
	top: -1px;
	left:0;
	z-index: 6666;
}

.bars.active{
  background: transparent !important;
}

.bars.active:before, .bars.active:after{
	background: #000;
	top: 0;
	width: 100%;
	user-select: none;
}

.bars.active:before{
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bars.active:after{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bars{
	width: 100%;
	height: 0.5px;
	margin-top: .3em;
	background: #000;
	position: relative;
	display: block;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.bars:before {
	top: -6px;
}

.bars:after {
  top: 6px;
}

.bars:before, .bars:after {
	width: 100%;
	height: 0.5px;
	background: #000;
	position: absolute;
	left: 0;
	content: '';
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#closeOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
  left:0;
  z-index:3333;
  display: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#closeOverlay.active{
  display: block;
}

/* main */

#main{
  padding-top: 100px;
  text-align: center;
}

#mw #title{
  width: 242px;
  margin: 0 auto 50px;
}

#fz #title{
  width: 161px;
  margin: 0 auto 50px;
}

#thumbs li{
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

#thumbs li img{
  width: 50vw;
  height: 50vw;
  object-fit: cover;
  transition-duration: 0.5s;
}

#thumbs li span{
  display: none;
}

#lead{
  padding: 50px 0 60px;
  font-size: 14px;
  line-height: 2.143;
  text-align: center;
}

/* about */

#aboutName{
  margin-bottom: 15px;
  font-size: 18px;
}

#aboutNameSub{
  margin-bottom: 15px;
  font-size: 14px;
}

#aboutLead{
  margin-bottom: 50px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.714;
}

#aboutTxt{
  padding-bottom: 20px;
}

#aboutTxt h4{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2.143;
}

#btnInstagram{
  width: 18px;
  margin: 0 auto 20px;
  display: block;
}

/* showroom */

#galleryTtl{
  margin-bottom: 50px;
  font-size: 16px;
}

#galleryImg{
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}

#galleryImgL{
  width: 100%;
  float: none;
  margin-bottom: 18px;
}

#galleryImgR{
  width: 100%;
  float: none;
}

#galleryLead{
  width: auto;
  margin: 0 auto 60px;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.714;
}

#galleryTxt{
  padding-bottom: 20px;
}

#galleryTxt h4{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2.143;
}

#galleryTxt small{
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.7;
}

#galleryTxt p{
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.667;
  letter-spacing: 0.02em;
}

/* works */

#control{
  width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.6;
  z-index: 3333;
}

#controlInner{
  width: 100%;
}

#control a{
  display: inline-block;
}

#controlBack{
  padding: 0 20px;
  position: relative;
  top: -2px;
}

#controlPrev{
  width: 9px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 20px;
  background: url("../img/icon_arrow_prev.svg") no-repeat;
  background-size: 9px auto;
  display: block;
}

#controlNext{
  width: 9px;
  height: 18px;
  position: absolute;
  top: 2px;
  right: 20px;
  background: url("../img/icon_arrow_next.svg") no-repeat;
  background-size: 9px auto;
  display: block;
}

.worksImg{
  width: 100%;
  float: none;
}

.worksImg img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.worksTxt{
  width: 100%;
  padding: 40px 0;
  float: none;
}

.worksTxtInner{
  position: relative;
}

.worksTxtInner h2{
  margin-bottom: 50px;
  font-size: 14px;
}

.worksTxtInner h2 small{
  font-size: 12px;
  line-height: 4;
}

.worksTxtInner h3{
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 2.143;
}

.worksTxtInner h4{
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 2.75;
}

.worksTxtInner h5{
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}

.worksTxtInner h6{
  font-size: 12px;
  line-height: 1.5;
}

#modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 8888;
  background: #fff;
}

#modal li{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#modal li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#modal li img{
	opacity: 0;	
}
#modal li img.active{
	opacity: 1;
}

#btnClose{
  width: 20px;
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
  z-index: 8889;
}

.strJp{
	display: none !important;
}
.strEn{
	display: none !important;
}
body.jp .strJp{
	display: block !important;
}
body.jp .strEn{
	display: none !important;
}
body.en .strEn{
	display: block !important;
}
body.en .strJp{
	display: none !important;
}

/* slick */

.slick-prev, .slick-next{
	width: 50px;
	height: 64px;
	border-style:none;
}

.slick-prev{
	position: absolute;
	top: auto;
  bottom: 0;
	left:0;
	background:url("../img/icon_arrow_prev.svg") center no-repeat;
	background-size: 9px auto;
	text-indent: -99999px;
}

.slick-prev:hover{
	opacity:0.3;
}

.slick-next{
	position: absolute;
	top: auto;
  bottom: 0;
	right:0;
	background:url("../img/icon_arrow_next.svg") center no-repeat;
	background-size: 9px auto;
	text-indent: -9999px;
}

}