@charset "UTF-8";
/* CSS Document */

/***
* common_pc.css
*/

@media only print, only screen and (min-width: 1000px){

.sp,
.tab,
.tab_sp{
	display:none;
}

.pc,
.pc_tab,
.pcw_pc{
	display:block;
}


body{
	opacity: 0;
}

/***
* layout
*/

/* header */

#header{
  width: 100%;
  position: fixed;
  z-index: 7777;
  font-size: 11px;
  padding-bottom: 40px;
}

#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: auto;
  height: auto;
  position: absolute;
  top: 26px;
  left: 33px;
  background: none;
  text-align: left;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

#nav ul{
  position: relative;
  top: 0;
  margin-top: 0;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

#nav li{
  float: left;
  margin-right: 22px;
/*  line-height: 1;*/
}

#nav li:last-child{
  margin-right: 0;
}

#nav li ul{
  position: absolute;
  padding-top: 10px;
  line-height: 1.833;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

#nav li#navWorks:hover ul{
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

#nav ul ul{
  font-size: 11px;
}

#nav li li{
  float: none;
}

#logo{
  width: 178px;
  margin: 0 auto;
  padding-top: 30px;
}

#btnLanguage{
  margin-top: 0;
  position: absolute;
  top: 31px;
  right: 33px;
}

#btnLanguage li{
  display: none;
}

#btnLanguage li.active{
  display: block;
}

#btnJp{
  margin-right: 0;
}

/* main */

#main{
  padding-top: 160px;
  text-align: center;
}

#mw #title{
  width: 378px;
  margin: 0 auto 100px;
}

#fz #title{
  width: 250px;
  margin: 0 auto 100px;
}

#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:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

#thumbs li span{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

#thumbs li:hover span{
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

#lead{
  padding: 100px 0 120px;
  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{
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
  font-size: 14px;
  line-height: 1.714;
}

#aboutTxt{
  padding-bottom: 0;
}

#aboutTxt h4{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2.143;
}

#btnInstagram{
  width: 18px;
  margin: 0 auto 50px;
  display: block;
}

/* showroom */

#galleryTtl{
  margin-bottom: 50px;
  font-size: 16px;
}

#galleryImg{
  width: 1020px;
  margin: 0 auto 60px;
}

#galleryImgL{
  width: 500px;
  float: left;
  margin-bottom: 0;
}

#galleryImgR{
  width: 500px;
  float: right;
}

#galleryLead{
  width: 630px;
  margin: 0 auto 60px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.714;
}

#galleryTxt{
  padding-bottom: 40px;
}

#galleryTxt h4{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2.143;
}

/* works */

#control{
  width: 50%;
  position: fixed;
  bottom: 40px;
  right: 0;
  font-size: 12px;
  line-height: 1.6;
  z-index: 3333;
}

#controlInner{
  width: auto;
}

#control a{
  display: inline-block;
}

#controlBack{
  padding: 0 20px;
  position: relative;
  top: -2px;
}

#controlPrev{
  width: 7px;
  height: 12px;
  position: relative;
  top: 0;
  left: 0;
  background: url("../img/icon_arrow_prev.svg") no-repeat;
  background-size: 7px 12px;
  display: block;
}

#controlNext{
  width: 7px;
  height: 12px;
  position: relative;
  top: 0;
  right: 0;
  background: url("../img/icon_arrow_next.svg") no-repeat;
  background-size: 7px 12px;
  display: block;
}

.worksImg{
  width: 50%;
  float: left;
}

.worksImg img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.worksTxt{
  width: 50%;
  height: 100vh;
  padding: 0;
  float: right;
}

.worksTxtInner{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.worksTxtInner h2{
  margin-bottom: 50px;
  font-size: 16px;
}

.worksTxtInner h2 small{
  font-size: 14px;
  line-height: 4;
}

.worksTxtInner h3{
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 2.143;
}

.worksTxtInner h4{
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 2.75;
}

.worksTxtInner h5{
  margin-bottom: 15px;
  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;
}

#modal li{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate(0);
}

#modal li img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  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;
}

#modal:hover #btnClose{
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

.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: 80px;
	height:100%;
	border-style:none;
}

.slick-prev{
	position: absolute;
	top:0;
	left:0;
	background:url("../img/icon_arrow_prev.svg") center no-repeat;
	background-size: 11px auto;
	text-indent: -99999px;
}

.slick-prev:hover{
	opacity:0.3;
}

.slick-next{
	position: absolute;
	top:0;
	right:0;
	background:url("../img/icon_arrow_next.svg") center no-repeat;
	background-size: 11px auto;
	text-indent: -9999px;
}

}