@charset "UTF-8";

.sokyu-box {
  background: #161211;
  text-align: center;
  padding: 40px 0;
}

.sokyu {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.lead-box {
  background: #060303;
  padding: 50px 0;
}

.legacy {
  width: 50%;
  max-width: 380px;
  margin: 0 auto 30px;
}

.lead-box p {
  font-size: 20px;
  color: #fff;
  line-height: 2.6;
  text-align: center;
}

.teiki-box {
  background: #060303;
  padding: 50px 0;
}

.teiki_txt {
  width: 65%;
  max-width: 490px;
  margin: 0 auto;
}

.info-box {
  padding: 80px 0;
}

.info-box .info-inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.info-box .info-inner .enttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}


.info-box .info-inner .info-con {
  /* height: 200px; */
  border-top: 1px dotted #231815;
}

.info-box .info-inner .info-con li {
  border-bottom: 1px dotted #231815;
  padding: 20px 0;
}

.info-box .info-inner dl {
  display: flex;
  justify-content: space-between;
}

.info-box .info-inner dt,
.info-box .info-inner dd {
  font-size: 14px;
}

.info-box .info-inner dt {
  margin-right: 40px;
}

.info-box .info-inner dd {
  flex: 1;
}

.info-box .info-inner dd a {
  display: inline;
  text-decoration: underline;
}

.info-box .info-inner dd a:hover {
  text-decoration: none;
}

.under-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: hidden;
}

.under-link {
    width: 50%;
}

.under-link a {
  width: 100%;
  height: 100%;
  padding: 32% 0;
    position: relative;
  overflow: hidden;
}

.under-link a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
    transform: scale(1);
  transition: transform 0.4s ease;
}

.under-link a:hover::before {
 transform: scale(1.2);
}

.under-link a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all .5s;
}

.under-link a:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

.under-link a .box-position {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}

.under-link a .box-position .enttl {
  color: #d9ad35;
}

.under-link a .box-position .ja-copy {
  color: #fff;
}


.under-link.coming-soon {
  pointer-events: none;
}


.under-link.coming-soon .coming-text {
  width: 90%;
  max-width: 310px;
  position: absolute;
  bottom: 26%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}


.content-copy {
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
  margin-top: 30px;
}

/* ロケーション */
.under-link.under-location a::before {
  background-image: url(../img/location_bg.png);
}

.under-link.under-location:hover .enttl {
  color: #c9af6b;
}

.under-link.under-location .cap_01 {
  right: 5px;
  top: 47%;
  bottom: initial;
  transform: translateY(-50%);
}
.under-link.under-location .cap_02 {
  right: 5px;
}

/* デザイン */
.under-link.under-design a::before {
  background-image: url(../img/design_bg.png);
}

/* ブランド */
.under-brand {
  width: 100%;
  background: #cfcfcf;
  padding: 6% 3%;
}

.under-link02-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.under-link02-flex .left {
  width: 36%;
}

.under-link02-flex .right {
  width: 60%;
}

.under-brand .enttl {
  color: #9c7811;
}

.brand-ttl {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}

.brand-image {
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand-image li {
  width: 48%;
  margin: 0 auto;
}

.brand-image li:nth-of-type(n + 3) {
  margin-top: 2%;
}

/* ディベロッパー */
.under-develop {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/develop_bg.png);
  padding: 6% 3%;
}

.under-link03-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.under-link03-flex .left {
  width: 44%;
}

.under-link03-flex .right {
  width: 52%;
}

.under-develop .enttl {
  color: #9c7811;
}

.develop01 {
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
}

.develop02 {
  width: 60%;
  max-width: 210px;
  margin: 30px auto 0;
}

.company-inner {
  text-align: center;
  position: relative;
}

.company-inner .content-copy {
  width: 90%;
  margin: 30px auto 0
}

.company-inner .border {
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.develop03 {
  width: 80%;
  margin: 30px auto 0;
  position: relative;
}

.develop03-ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}




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

  .lead-box p {
    font-size: 18px;
  }

  .content-copy {
    font-size: 14px;
  }

  .enttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ja-copy {
    font-size: 14px;
  }

  .under-link.coming-soon .coming-text {
    max-width: 200px;
    bottom: 17%;
  }
}



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

  .sokyu-box {
    padding: 30px 0;
  }
  .sokyu {
    width: 100%;
  }
  .lead-box {
    padding: 50px 0 25px 0;
  }

  .lead-box p {
    font-size: 14px;
    line-height: 2;
  }

  .teiki-box {
    padding: 25px 0 50px 0;
  }

    .info-box {
    padding: 40px 0;
  }

  .info-box .info-inner .enttl {
    margin-bottom: 10px;
  }

  .under-link {
    width: 100%;
  }

    .under-link a .box-position .enttl {
      font-size: 22px;
    margin-bottom: 10px;
  }

  .under-link a .box-position .ja-copy {
    font-size: 16px;
    line-height: 1.4;
  }


  .under-link:hover::before {
    transform: scale(1);
  }

  .under-link a:hover::after {
    content: none;
  }

  .under-link02-flex .left {
    width: 100%;
  }

  .under-link02-flex .right {
    width: 100%;
  }

  .under-link.under-location .cap_01,
  .under-link.under-location .cap_02 {
    font-size: 10px;
  }

    .under-link.under-location .cap_01 {
      top: 43%;
    }

  .brand-image {
    margin-top: 50px;
  }

  .brand-image li {
    width: 80%;
    margin: 0 auto;
  }

  .brand-image li:nth-of-type(n + 2) {
    margin-top: 12px;
  }

  .under-link03-flex .left {
    width: 100%;
  }

  .under-link03-flex .right {
    width: 100%;
  }

  .under-brand {
    padding: 14% 3%;
  }

  .under-develop {
    padding: 14% 3%;
  }

  .develop03-ttl {
    font-size: 18px;
  }

  .develop03 .content-copy {

    position: initial;
    transform: initial;
  }

  .company-inner .border {
    width: 6px;
  }
}