@charset "UTF-8";

/* Common Design */

.container1650 {
  max-width: 1650px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.container1500 {
  max-width: 1500px;
  width: calc(100% - 40px);
  margin: 0 auto;
}


.container1200 {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}


.container1100 {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

#hero {
  background: url(../imgs/mv.jpg) no-repeat center center / cover ;
	margin-bottom: 120px;
  position: relative;
}

#hero .mvTxt {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.introTxt{
  font-size: 24px;
  margin: 0 auto 80px;
  text-align: center;
  color: #fff;
}
.introTxt sup{font-size: 12px;}
#hero .mvTxt h2 {
  font-size: 38px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
/*

#hero .caption {
  bottom: 20%;
}
*/

.designNav {
  margin-bottom: 100px;
}

.designNav a {
  width: 26.6%;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: linear-gradient(to right, #333333, #666666);
  position: relative;
  border: 1px solid #666666;
}

.designNav a::after {
  display: none;
  content: '';
  width: 82px;
  height: 24px;
/*  background: url(../imgs/facade/ic_arr.png) no-repeat top left / cover;*/
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}

.designNav a:hover,
.designNav a.active {
  background: linear-gradient(to right, #5e594a, #bdb295);
  border-color: #bdb295;
}

.designNav a.active {
  pointer-events: none;
}

.designNav a:hover::after,
.designNav a.active::after {
  display: block;
}

.designNav a span {
  display: block;
}

.designNav a span:nth-child(1) {
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
}

.designNav a span:nth-child(1)::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #bfbbb2;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.designNav a span:nth-child(2) {
  font-size: 13px;
}

.designNavBot a::after {
  display: none !important;
}

.titEn {
  line-height: 1;
  color: #eacd7f;
  text-align: center;
}

.titJp {
  line-height: 1.6;  
  font-size: 26px;
  text-align: center;
  margin: 30px 0 40px;
}
.titJp sup.fz12{font-size: 12px;}

.cmTxt {
  text-align: center;
}

figure.rel {
  position: relative;
}

figure.rel figcaption {
  position: absolute;
  color: #fff;
  font-size: 10px;
  right: 10px;
  bottom: 5px;
}

figure.rel figcaption.left {
  left: 10px;
}

.shadow {
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
}

.capBot {
  background: #000;
  padding: 90px 0;
}

.capBot .designNav {
  margin-bottom: 150px;
}

.capBot .cap {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 10px;
}

.capBot .cap ul li {
  position: relative;
  padding-left: 15px;
}

.capBot .cap ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '※';
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  
#hero {
  background: url("../imgs/mv-sp.jpg") no-repeat center center / cover ;margin-bottom: 50px;
  }

  #hero .caption {
    bottom: 5px;
  }

  #hero .mvTxt {
    bottom: 10%;
    font-size: min(3.5vw, 16px);
  }
.introTxt{
	  font-size: 5vw;
	line-height: 1.5;
	margin-bottom: 30px;
}
	.introTxt sup{font-size: 12px;}
  .designNav {
    margin-bottom: 50px;    
  }

  .designNav a {
    width: 32%;
  }

  .designNav a span:nth-child(1) {
    font-size: min(3.2vw, 20px);
    height: 30px;
  }

  .designNav a span:nth-child(2) {
    font-size: min(3vw, 13px);
  }

  .designNav a::after {
    width: 50px;
    height: 15px;
    bottom: -25px;
  }

  .titEn {
    font-size: min(3.5vw, 16px);
  }

  .titJp {
    margin: 10px auto 15px !important;
    font-size: min(5vw, 26px);
  }

  .cmTxt {
    font-size: min(3.5vw, 16px);
    text-align: left !important;
  }

/*
  .cmTxt br {
    display: none;
  }
*/

  .capBot {
    padding: 60px 0;
  }

  .capBot .designNav {
    margin-bottom: 40px;
  }

}

/* Facade */
#facade #facade-box01 {
  padding: 0 0 150px;
}

#facade #facade-box01 sup {
  font-size: 50%;
}

#facade #facade-box01 figure {
  max-width: 924px;
  width: 100%;
  margin: 0 auto 50px;
}

#facade #facade-box02 {
  padding: 0 0 250px;
}

#facade #facade-box02 > figure {
  margin-bottom: 40px;
}

#facade #facade-box02 .material {
  padding: 50px 60px;
  background: #333333;
  margin: 60px auto 0;
	max-width: 1000px
}

#facade #facade-box02 .material h5 {
  color: #eacd7f;
  font-size: 17px;
  line-height: 1;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

#facade #facade-box02 .material ul li {
  width: 13.06%;
}

#facade #facade-box02 .material ul li p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}

#facade #facade-box02 .material ul li:nth-child(1) {
  width: 53.26%;
}

#facade #facade-box03 {
  position: relative;
}

#facade #facade-box03 .titJp {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  
  #facade #facade-box01 {
    padding: 0 0 60px;
  }

  #facade #facade-box02 {
    padding: 0 0 60px;
  }

  #facade #facade-box02 .material {
    padding: 8%;
  }

  #facade #facade-box02 .material ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }

  #facade #facade-box02 .material ul li {
    width: 48%;
    margin-bottom: 4%;
  }

  #facade #facade-box02 .material ul li img {
    width: 100%;
  }
  
}


/* Common space */
#common-space .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#common-space .flex figure {
  width: 64.73%;
}

#common-space .flex .groupTxt {
  width: 30%;
}


#common-space .flexImgR figure {
  order: 2;
}

#common-space .flexImgR .groupTxt {
  order: 1;
}

#common-space .titEn {
  text-align: left;
}

#common-space .titJp {
  text-align: left;
  margin: 10px auto 20px;
}

#common-space .cmTxt {
  text-align: left;
}

#common-space .groupTxt {
  margin-top: 40px;
}

#common-space .box {
  margin: 0 auto 150px;
  position: relative;
}

#common-space #common-space-box01 figure:nth-child(1) {
  max-width: 915px;
  width: 57%;
}

#common-space #common-space-box01 figure:nth-child(2) {
  max-width: 684px;
  width: 41.46%;
  position: absolute;
  top: 21%;
  right: 0%;
}

#common-space #common-space-box01 .groupTxt {
  width: 100%;
}

#common-space #common-space-box02 {
  max-width: 1480px;
}

#common-space #common-space-box02 figure:nth-child(1) {
  max-width: 806px;
  width: 54.46%;
}

#common-space #common-space-box02 figure:nth-child(2) {
  max-width: 716px;
  width: 40.38%;
  position: absolute;
  top: 16%;
  right: 0%;
}

#common-space #common-space-box02 .groupTxt {
  max-width: 1300px;
  width: 100%;
}

#common-space #common-space-box04 {
  margin-bottom: 100px;
}

#common-space #common-space-box05 {
  margin-bottom: 0;
}

#common-space #common-space-box05 figure img {
  width: 100%;
}

#common-space #common-space-box05 .titJp {
  position: absolute;
  top: 22%;
  right: 14%;
}

@media screen and (max-width: 768px) {

  #common-space .box {
    margin-bottom: 60px;
  }

  #common-space .groupTxt {
    margin-top: 20px;
  }
#common-space #common-space-box01 figure:nth-child(1) {
  width: 100%;
}
  #common-space #common-space-box01 figure:nth-child(2) {
    margin-top: 20px;
    width: 100%;
    position: relative;
  }

  #common-space #common-space-box02 figure:nth-child(1) {
    width: 100%;
  }

  #common-space #common-space-box02 figure:nth-child(2) {
    width: 100%;
    position: relative;
    margin: 20px auto;
  }

  #common-space .flex figure {
    width: 100%;
    order: 1 !important;
  }

  #common-space .flex .groupTxt {
    width: 100%;
    order: 2 !important;
  }


}



/* Landplan */

#landplan .titEn {
  text-align: left;
}

#landplan .titJp {
  text-align: left;
  margin: 10px 0 20px;
}

#landplan .cmTxt {
  text-align: left;
}

#landplan .box {
  margin-bottom: 120px;
}

#landplan #landplan-box01 figure {
  margin-left: 2%;
  width: 48%;
}

#landplan #landplan-box01 figure figcaption {
  bottom: 50px;
}

#landplan #landplan-box01 .groupTxt {
  width: 45%;
}

#landplan #landplan-box01 .groupTxt ul {
  margin-top: 40px;
}

#landplan #landplan-box01 .groupTxt ul li {
  width: 49%;
}

#landplan #landplan-box01 .groupTxt ul li p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#landplan #landplan-box01 .groupTxt ul li p span {
  position: absolute;
  top: 2px;
  left: 0;
}

#landplan #landplan-box01 .groupTxt ul li span {
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
  color: #fff;
  background: #620104;
}


#landplan #landplan-box02 .groupTxt {
  margin-top: 50px;
}
#landplan #landplan-box02 .titEn {
  text-align: center;
}

#landplan #landplan-box02 .titJp {
  text-align: center;
}

#landplan #landplan-box02 p {
  text-align: center;
}

#landplan #landplan-box03 {
  align-items: center;
  margin-bottom: 160px;
}

#landplan #landplan-box03 figure {
  width: 52.54%;
  margin-left: 8%;
}

#landplan #landplan-box03 .groupTxt {
  width: 34%;
}

#landplan #landplan-box04 {
  max-width: 1400px;
  position: relative;
}
#landplan #landplan-box04 figcaption{ color: white; font-size: 10px; text-align: right;}


#landplan #landplan-box04 ul {
  width: 58%;
  margin-top: 30px;
  padding-bottom: 100px;
}

#landplan #landplan-box04 ul li {
  width: 47.8%;
}

#landplan #landplan-box04 > figure {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31%;
}

@media screen and (max-width: 768px) {

  #landplan .box {
    margin-bottom: 60px !important;
  }

  #landplan .box:last-child {
    margin-bottom: 0;
  }

  #landplan #landplan-box01 figure {
    max-width: 697px;
    width: 100%;
    margin: 0 auto;
  }

  #landplan #landplan-box01 .groupTxt {
    width: 100%;
  }

  #landplan #landplan-box01 .groupTxt ul li p {
    margin-bottom: 10px;
    font-size: min(3vw, 14px);
  }

  #landplan #landplan-box03 figure {
    width: 100%;
    margin: 0 auto 20px;
  }

  #landplan #landplan-box03 .groupTxt {
    width: 100%;
  }

  #landplan #landplan-box04 ul {
    width: 100%;
    padding: 0;
  }

  #landplan #landplan-box04 ul li {
    width: 100%;
    max-width: 388px;
    margin: 0 auto 20px;
  }

  #landplan #landplan-box04 ul li:last-child {
    margin-bottom: 0;
  }

  #landplan #landplan-box04 > figure {
    width: 100%;
    text-align: center;
    position: static;
    margin-bottom: 40px;
  }
}
#designerProf{max-width: 1000px; margin: 0 auto 200px; background-color: #535353;
padding: 30px;}
#designerProf .txt01{  font-family: 'EB Garamond', serif;font-size: 16px;color: #eacd7f}
#designerProf .profWrap{display: flex; justify-content: space-between; flex-wrap: wrap;}
#designerProf .profWrap .colL{width: 30%; display: flex; align-items: flex-end;flex-wrap: wrap;}
#designerProf .profWrap .colL .txt02,#designerProf .profWrap .colL .txt03{width: 100%;}
#designerProf .profWrap .colL .txt02{font-size: 12px;}
#designerProf .profWrap .colL .txt03 {font-size: 22px;}
#designerProf .profWrap .colL .txt03 span{font-size: 12px;display: block;}
#designerProf .profWrap .colR{width: 70%;font-size: 14px;}
@media screen and (max-width: 768px) {
	#designerProf{margin-bottom: 100px;}
	#designerProf .profWrap .colL,#designerProf .profWrap .colR{width: 100%;}
	#designerProf .profWrap .colL .txt03 {font-size: 5vw;}
	#designerProf .profWrap .colR .txt04 {font-size: 2.8vw;}

}


