@charset "utf-8";
/* ========================
  design
======================== */

#contentWrap {
  margin: 80px 0 0;
}

/* common
--------------- */
.inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

figure {
  position: relative;
  height: fit-content;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  font-size: 10px;
  z-index: 5;
}

.title_Box {
  padding: 70px 0;
  color: #686d71;
  text-align: center;
}

.title_Box h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  padding: 0 0 20px;
}

.title_Box p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.title_Box p.copy {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 40px;
}

.title_Box p.copy02 {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 20px;
}

sup {
  font-size: 10px;
  vertical-align: super;
}





/* contents
--------------- */
.main {}

.main .title_Box p.copy {
  padding: 0 0 40px;
}



.sec_01 {
  padding: 0 0 100px;
}

ul.btn_List {
  display: flex;
  justify-content:space-between;
  max-width: 900px;
  width:94%;
  margin: 0 auto;
}
ul.btn_List li {
  width:48.5%;
  align-items: stretch;
}
ul.btn_List li a {
  display:block;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  border:1px solid #231815;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
ul.btn_List li:nth-child(1) a {
  background: url(../img/exterior_bg.jpg) center center no-repeat;
  background-size: cover;
}
ul.btn_List li:nth-child(2) a.comingsoon {
  background: rgba(35, 24, 21, 0.7);
  pointer-events: none;
  cursor: default;
}
ul.btn_List li:nth-child(2) a.comingsoon p {
  max-width: 160px;
  width:94%;
}
ul.btn_List li:nth-child(2) a.comingsoon img {
  width:100%;
}
ul.btn_List li a p {
  text-align:center;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
ul.btn_List li a p span {
  font-size: 150%;
  letter-spacing: 0.2em;
}
ul.btn_List li a:hover {
  opacity: .5;
  transition: .3s;
}


.sec_02 {
  padding: 0 0 100px;
}
.material_Box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;

  border:1px solid #231815;
  padding: 0 4%;
}
.material_Box .title_Box {
  padding: 40px 0;
}
.material_Box .flex {
  /* margin-top: 30px; */
  width:100%;
  justify-content: space-between;
  align-items:flex-start;
}
.material_Box .flex p {
  text-align:left;
  width:50%;

  line-height:2.2;
}
.material_Box .flex figure {
  width:45%;
}

.sec_03 {
  padding: 0 0 100px;
}

.sec_04 {
  padding: 0 0 50px;
}


/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

  .workspace_Box {
    padding: 40px;
  }

  /* .workspace_Box .txt_fig > div {
    width: 60.5853988%;
  }
  .workspace_Box .txt_fig figure {
    width:32.98693175%;
  } */
  .ev_Box {
    padding: 40px;
  }
}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  #contentWrap {
    margin: 40px 0 0;
  }


  /* common
  --------------- */

  .title_Box {
    padding: 40px 0;
    width: 94%;
    margin: 0 auto;
  }

  .title_Box h2 {
    /* font-size: 20px; */
    font-size: 16px;
    padding: 0 0 20px;
  }

  .title_Box p {
    font-size: 13px;
    /* text-align: left; */
    /* text-align: justify; */
    text-align: center;
  }

  .title_Box p.copy {
    /* font-size: 18px; */
    font-size: 15px;
    text-align: center;
    padding: 0 0 20px;
  }

  .title_Box p.copy02 {
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }

  .inner .title_Box {
    width: 100%;
  }



  /* contents
  --------------- */
  .main .title_Box p.copy {
    padding: 0 0 20px;
  }

  .sec_01 {
    padding: 0 0 50px;
  }

  ul.btn_List {
    flex-direction: column;
    max-width: 100%;
    width:80%;
  }
  ul.btn_List li {
    width:100%;
    margin-bottom: 10px;
  }
  ul.btn_List li a {
    height: 100%;
    padding: 10px 0;
  }
  ul.btn_List li:nth-child(1) a {
  }
  ul.btn_List li:nth-child(2) a.comingsoon {
    /* padding: 32px 0; */
    padding: 20px 0 22px;
  }
  ul.btn_List li:nth-child(2) a.comingsoon p {
    width:35%;
  }
  ul.btn_List li:nth-child(2) a.comingsoon img {
    width:100%;
  }
  ul.btn_List li a p {
    font-size: 12px;
  }
  ul.btn_List li a p span {
    font-size: 150%;
    letter-spacing: 0.2em;
  }



  .sec_02 {
    padding: 0 0 50px;
  }
  .material_Box {
    padding: 0 3%;
  }
  .material_Box .title_Box {
    padding: 30px 0 20px;
  }
  .material_Box .flex {
    /* margin-top: 20px; */
    flex-direction: column;
  }
  .material_Box .flex p {
    width:100%
  }
  .material_Box .flex figure {
    margin-top: 20px;
    width:100%;
  }

  .sec_03 {
    padding: 0 0 50px;
  }

  .sec_04 {
    padding: 0 0 0px;
  }

}
