@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
header .inner p{
	display: none;
}
header .inner {
	position: relative;
}
#mail {
	position: absolute;
    top: 50%;
    right: 130px;
	z-index: 20;
}
#sns ul{
	display: flex;
	gap: 20px;
    align-items: center;
}
#sns ul li.mail {
}
#sns ul li.mail a{
	background-image: url("/img/spatial-direction/index/icon-mail.svg");
	background-repeat: no-repeat;
	height: 20px;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main{
  background: url("/img/spatial-direction/index/bgi-main.jpg")no-repeat;
  background-size: cover;
  padding: 40px 70px;
  height: 800px;
	position: relative;
	background-position: center;
}
#main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  pointer-events: none;
}
#main .inner{
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
#main .inner p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
#main .inner p span{
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
}
#main .inner p span > span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media only screen and (max-width:1250px) {

}
@media only screen and (max-width:767px) {
#main{
  padding: 20px;
  height: 470px;
}

#main .inner p span{
  font-size: 24px;
}
}

/*------------------------------------------------------------
	btn
------------------------------------------------------------*/
.btn a{
  color: #fff;
  border-color: #fff;
  margin-top: 70px;
	position: relative;
  box-sizing: border-box;
  transition: color .5s cubic-bezier(.210, .60, .350, 1);
}
.btn a:hover{
  color: #000;
  transition: color .5s .5s cubic-bezier(.210, .60, .350, 1);
	opacity: 1;
}
.btn a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #fff;
  transition: width .5s cubic-bezier(.210, .60, .350, 1);
}
.btn a:hover::before{
  width: 100%;
}
.btn a::after{
  content: "";
  position: absolute;
	right: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-image: url("../img/common/icon_moreArrow_blk.svg");
  margin-left: 12px;
  transition: background .5s cubic-bezier(.210, .60, .350, 1);
  border-color: #fff;
}
.btn a:hover:after{
  background-image: url("../img/common/icon_moreArrow_wht.svg");
  transition: background .5s .5s cubic-bezier(.210, .60, .350, 1);
  border-color: #000;
}


/*------------------------------------------------------------
	mainSlider
------------------------------------------------------------*/
#mainSlider {
  margin: 0 auto;
}
#mainSlider li{
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  text-align: center;
  display: none;
}
@media only screen and (max-width:767px) {
  #mainSlider li{
    font-size: 16px;
    text-shadow: 0 0 10px rgba(139,121,86,1);
  }
}

/*------------------------------------------------------------
	lead
------------------------------------------------------------*/
#lead .inner{
  padding: 200px 40px 290px;
}
#lead p{
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  text-align: center;
}
#lead p + p{
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
#lead .inner{
  padding: 60px 20px;
}
#lead p{
  font-size: 18px;
  text-align: left;
}
}
/*------------------------------------------------------------
	.main
------------------------------------------------------------*/
.main .inner{
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
.main .inner .txt{
  position: absolute;
}
.main .inner .txt h2{
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  
}
.main .inner .txt p{
  font-size: 18px;
  font-weight: 500;
  
}
.main .inner .txt .btn{
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
.main .inner .txt h2{
  font-size: 28px;
  	text-shadow: 0 0 10px rgba(139,121,86,0.5);

}
.main .inner .txt p{
  font-size: 16px;
	text-shadow: 0 0 10px rgba(139,121,86,1);

}
.main .inner .txt .btn{
	text-shadow: 0 0 10px rgba(139,121,86,1);
}
}

/*------------------------------------------------------------
	design
------------------------------------------------------------*/
#design .main{
  background: url("/img/spatial-direction/index/img-design-01.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  height: 1027px;
}
#design .main .inner .txt{
  left: 175px;
  top: 265px;
}
#design > .inner{
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
#design .inner .col{
  display: grid;
  gap:40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 220px;
  align-items: center;
}
#design .inner .col .txt{
  padding-left: 50px;
}
#design .inner .col .txt p{
  font-size: 18px;
  font-weight: 500;
  
}
#design .inner .col .txt p + p{
  margin-top: 35px;
}
#design .inner ul{
  display: grid;
  gap:40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 170px;
}
#design .inner li{
  position: relative;
}
#design .inner li p,
#design .inner li h3{
  position: absolute;
  content: "";
  display: block;
  left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
#design .inner li h3{
  top: 20px;
}
#design .inner li p{
  bottom: 20px;
}
#design .inner li a:hover{
  opacity: .7;
}

@media only screen and (max-width:1200px) {
#design .inner .col .txt{
  padding-left: 0;
}
}
@media only screen and (max-width:1000px) {

#design .inner .col{
  grid-template-columns: 1fr;
  margin-top: 40px;
}
}

@media only screen and (max-width:767px) {
#design .main{
  height: 470px;
}
#design .main .inner .txt{
  position: static;
padding: 40px 20px 0;
}
#design > .inner{
  padding: 0 20px;
}
#design .inner .col .txt{
  padding-left: 0;
}
#design .inner .col .txt p{
  font-size: 16px;  
}
#design .inner .col .txt p + p{
  margin-top: 20px;
}
#design .inner ul{
  display: grid;
  gap:20px;
  grid-template-columns: 1fr;
  margin-top: 60px;
}
#design .inner li h3,
#design .inner li p{
	text-shadow: 0 0 10px rgba(139,121,86,1);
}
#design .btn {
	margin: 20px auto 0;
	max-width: 400px;
}
#design .btn a {
    padding: 16px 16px;
    font-size: 16px;
}
#design .btn a::after{
  top: 46%;
  width: 12px;
  height: 12px;
}

}

/*------------------------------------------------------------
	renovation
------------------------------------------------------------*/
#renovation{
  margin-top: 80px;
}
#renovation .main{
  background: url("/img/spatial-direction/index/img-renovation-01.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  height: 1000px;
}
#renovation .main .inner .txt{
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
#renovation .main{
  height: 470px;
}
#renovation .main .inner .txt{
padding: 40px 20px;
  position: static;
  transform: translateY(0);
}
#renovation .btn {
	margin: 20px auto 0;
	max-width: 400px;
}
#renovation .btn a {
    padding: 16px 16px;
    font-size: 16px;
}
#renovation .btn a::after{
  top: 46%;
  width: 12px;
  height: 12px;
}
}

/*------------------------------------------------------------
	intenza
------------------------------------------------------------*/
#intenza .inner{
  padding: 250px 40px 0px;
}
#intenza h2{
  text-align: center;
}
#intenza h2 span{
  display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 36px;
  font-weight: 200;
}
#intenza ul{
  max-width: 600px;
  margin: 56px auto 0;
}
#intenza li{
  width: 100%;
}
#intenza li a img{
  width: 100%;
}
#intenza li a:hover{
  opacity: .7;
}
@media only screen and (max-width:767px) {
#intenza .inner{
  padding: 60px 20px;
}
#intenza h2 span{
  font-size: 28px;
}
#intenza ul{
  margin: 40px auto 0;
}
}

/*------------------------------------------------------------
	group
------------------------------------------------------------*/
#group .inner{
  padding: 250px 40px 220px;
}
#group h2{
  text-align: center;
  
  font-size: 16px;
}
#group h2 span{
  display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 36px;
  font-weight: 200;
}
#group ul{
  max-width: 1210px;
  margin: 56px auto 0;
  display: flex;
  gap:6px;
  flex-wrap: wrap;
  justify-content: center;
}
#group li{
  width: calc(50% - 6px);
}
#group li a:hover{
  opacity: .7;
}
@media only screen and (max-width:767px) {
#group .inner{
  padding: 60px 20px;
}
#group h2 span{
  font-size: 28px;
}
#group ul{
  margin: 40px auto 0;
}
}


/*------------------------------------------------------------
	scroll
------------------------------------------------------------*/
#lead p, #design .main, #design .col, #design ul li, #renovation,#intenza, #group {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#lead p.scroll,
#design .main.scroll,
#design .col.scroll,
#design ul li.scroll,
#renovation.scroll,
#intenza.scroll,
#group.scroll {
  opacity: 1;
  transform: translateY(0);
}
