@charset "utf-8";

/* ----------------------------------------------------------------------------------------------
  style_design
----------------------------------------------------------------------------------------------*/

.page_ttl_bg {
  position: relative;
}
.img_design_bg02 {
  background: url(../../img/03design-landplan/dl_bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 40px;
}
.img_design_bg03 {
  background: url(../../img/03design-landplan/dl_bg03.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 500px;
}
.img_design_bg04 {
  background: url(../../img/03design-landplan/dl_bg04.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 500px;
}
.img_design_bg05 {
  background: url(../../img/03design-landplan/dl_bg05.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 500px;
}
.area_ttl_set {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  color: #fff;
  text-align: center;
}
.page_title_area_en {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.8em;
}
.ttl_ja {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.l-sec-inner {
  padding: 80px 0;
}
.l-sec-inner-w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.l-sec-inner-w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c-btn {
  max-width: 360px;
  margin: 40px auto 0;
}
.l-page-nav {
  padding: 80px 6%;
}
.p-page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.p-page-nav li {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition:         all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-page-nav.is_view li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-page-nav.is_view li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.p-page-nav.is_view li:nth-child(3) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.p-page-nav.is_view li:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.p-page-nav.is_view li:nth-child(5) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.p-page-nav li:hover,
.p-page-nav li:nth-child(2):hover,
.p-page-nav li:nth-child(3):hover,
.p-page-nav li:nth-child(4):hover,
.p-page-nav li:nth-child(5):hover {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.design_ttl_set01 {
  color: #fff;
  text-align: center;
  padding-top: 100px;
}
.p-concept {
  position: relative;
  max-width: 920px;
  margin: 80px auto;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}
.p-concept_inner {
  padding: 40px;
  display: flex;
  gap: 4%;
}
.p-concept::before,
.p-concept::after{
    content:"";
    position: absolute;
    background:#fff;
    width: 0;
    height:1px;
    transition: all 0.2s linear;
}
.p-concept::before{
  right: 0;
  bottom: 0;
}
.p-concept::after{
  left: 0;
  top: 0;
}
.p-concept_inner::before,
.p-concept_inner::after{
  content:"";
  position: absolute;
  background: #fff;
  width:1px;
  height:0;
  transition: all 0.1s linear;
}
.p-concept_inner::before{
  left: 0;
  bottom: 0;
}
.p-concept_inner::after{
  right: 0;
  top: 0;
}
/*現在地とhoverした際の線の変化*/
.p-concept.is_view::before,
.p-concept.is_view::after{
  width: 100%;
}
.p-concept.is_view::after{
  transition-delay: 0.8s;/*すぐ線を出現させる*/
}
.p-concept.is_view::before{
  transition-delay: 0.8s;/*線の出現を0.3秒遅らせる*/
}
.p-concept.is_view .p-concept_inner::before,
.p-concept.is_view .p-concept_inner::after{
  height: 100%;
}
.p-concept.is_view .p-concept_inner::before{
  transition-delay: 0.8s;/*線の出現を0.5秒遅らせる*/
}
.p-concept.is_view .p-concept_inner::after{
  transition-delay: 0.8s;/*線の出現を0.2秒遅らせる*/
}
.p-concept_block01 {
  width: 48%;
}
.p-concept_block01_txt01 {
  line-height: 1.7;
}
.p-concept_block01_txt02 {
  font-size: 12px;
  margin-top: 20px;
}
.p-concept_block02 {
  width: 48%;
  background: rgba(0, 0, 0, .5);
}
.p-concept_block02_txt02 {
  padding: 20px;
}

.p-dl-ttl__vl03 {
  font-size: 21px;
  line-height: 1.6;
}
.p-dl-lead02 {
  text-align: justify;
  margin-top: 2em;
  line-height: 1.8;
}
.p-dl_roof_img01 {
  margin-top: 40px;
}
.p-dl-sec03_merit {
  display: flex;
  margin-top: 60px;
}
.p-dl-sec03_merit_txt {
  width: 50%;
  background: #808FA1;
  color: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
.merit_txt01 {
  font-size: 20px;
}
.merit_txt02 {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 10px;
}
.merit_txt03 {
  margin-top: 1em;
  line-height: 2;
}
.p-dl-sec03_merit_img {
  width: 55%;
  margin-top: 40px;
  margin-left: -5%;
  position: relative;
}
.p-sec04-01_wrap {
  display: flex;
  justify-content: space-between;
}
.p-sec04-01 {
  width: 50.6%;
}
.p-sec04-01_txt {
}
.p-ld_parking_sign {
  margin-top: 10px;
  max-width: 400px;
}
.p-sec04-02 {
  width: 45.4%;
}
.p-sec04-02_txt {
  display: flex;
  gap: 10px;
}
.p-sec04-02_txt_in {
  width: 244px;
}
.p-ld_ev {
  width: 200px;
  margin-top: 15px;
}
.p-ld_ev_notes {
  line-height: 1.4;
}
.p-dl-lead03 {
  text-align: justify;
  margin-top: .5em;
  line-height: 1.8;
}
.p-dl-parking-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.p-dl-parking-list li {
  width: 31.2%;
}
.p-dl-parking_txt01 {
  font-size: 18px;
  margin-top: 0.5em;
}
.p-dl-parking_txt02 {
  font-size: 14px;
  margin-top: 0.5em;
  line-height: 1.8;
}
.bg_gray {
  background: #797979;
  color: #fff;
}
.p-dl-facade-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.p-dl-facade-list li {
  width: 48%;
}
.p-dl-facade_txt01 {
  margin-top: 0.5em;
}
.p-dl-facade_merit {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.p-dl-facade_merit + .p-dl-facade_merit {
  margin-top: 100px;
}
.p-dl-facade_merit_txt {
  width: 50%;
}
.facade-merit_txt01 {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
}
.facade-merit_txt02 {
  margin-top: 20px;
  font-size: 26px;
}
.facade-merit_txt03 {
  margin-top: 2em;
  line-height: 2;
}
.p-dl-facade_merit_img {
  width: 45.4%;
  position: relative;
}
.l-sec06-in {
  background: #808FA1;
  color: #fff;
}
.p-dl-sec06-ttl01 {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-dl-sec06-ttl02 {
  margin-top: 10px;
  font-size: 26px;
}
.p-dl-sec06-lead01 {
  margin-top: 2em;
  line-height: 2;
  max-width: 430px;
}
.p-dl-sec06_zu {
  margin-top: -100px;
}
.p-dl-landplan-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 3.2%;
}
.p-dl-landplan-list li {
  width: 31.2%;
}
.p-dl-landplan_txt01 {
  font-size: 18px;
}
.landplan_number {
  display: inline-block;
  padding: .15em .2em;
  width: 1.8em;
  font-size: 17px;
  text-align: center;
  background: #000;
  color: #fff;
  margin-top: 15px;
  margin-right: 10px;
}
.p-dl-landplan_txt02 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  text-align: justify;
}
.c-letter-spacing01 {
  letter-spacing: -.05em;
}
.p-design-sec02-path_ttl {
  display: none;
}
/* sp
---------------------------------------------------------------------- */
@media screen and (max-width:768px) {
  .img_design_bg02 {
    background: url(../../img/03design-landplan/dl_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 310px;
  }
  .img_design_bg03 {
    background: url(../../img/03design-landplan/dl_bg03_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 310px;
  }
  .img_design_bg04 {
    background: url(../../img/03design-landplan/dl_bg04_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 310px;
  }
  .img_design_bg05 {
    background: url(../../img/03design-landplan/dl_bg05_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 310px;
  }
  .area_ttl_set {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 310px;
    color: #fff;
    text-align: justify;
    padding: 0 6%;
  }
  .page_title_area_en {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.8em;
    text-align: left;
  }
  .ttl_ja {
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
  }
  .l-sec-inner {
    padding: 40px 6%;
  }
  .l-sec-inner-w800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn {
    max-width: 360px;
    margin: 30px auto 0;
  }
  .l-page-nav {
    padding: 40px 6%;
  }
  .p-page-nav {
    gap: 20px;
  }
  .p-page-nav li {
  }
  .design_ttl_set01 {
    color: #fff;
    text-align: left;
    padding: 80px 6% 0;
  }
  .p-concept {
    width: 86%;
    margin: 40px auto;
    color: #fff;
  }
  .p-concept_inner {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .p-concept_block01 {
    width: 100%;
  }
  .p-concept_block01_txt01 {
    line-height: 1.7;
  }
  .p-concept_block01_txt02 {
    font-size: 12px;
    margin-top: 20px;
  }
  .p-concept_block02 {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    margin-top: 20px;
  }
  .p-concept_block02_txt02 {
    padding: 20px;
  }
  
  .p-dl-ttl__vl03 {
    font-size: 21px;
    line-height: 1.6;
  }
  .p-dl-lead02 {
    text-align: justify;
    margin-top: 2em;
    line-height: 1.8;
  }
  .p-dl_roof_img01 {
    margin-top: 40px;
  }
  .p-dl-sec03_merit {
    display: flex;
    margin: 40px -7% 0;
    flex-direction: column;
    overflow: hidden;
  }
  .p-dl-sec03_merit_txt {
    width: 90%;
    padding: 30px 7% 50px;
    margin-bottom: 0;
  }
  .merit_txt01 {
    font-size: 12px;
  }
  .merit_txt02 {
    font-size: 22px;
    margin-top: 10px;
  }
  .merit_txt03 {
    margin-top: .5em;
    line-height: 1.8;
  }
  .p-dl-sec03_merit_img {
    width: 83%;
    margin-top: -30px;
    margin-left: auto;
    position: relative;
  }
  .p-sec04-01_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .p-sec04-01 {
    width: 100%;
  }
  .p-sec04-01_txt {
  }
  .p-ld_parking_sign {
    margin-top: 10px;
    width: 100%;
  }
  .p-sec04-02 {
    width: 100%;
  }
  .p-sec04-02_txt {
    display: flex;
    gap: 3%;
  }
  .p-sec04-02_txt_in {
    width: 52%;
  }
  .p-ld_ev {
    width: 45%;
    margin-top: 15px;
  }
  .p-ld_ev_notes {
    line-height: 1.4;
  }
  .p-dl-lead03 {
    text-align: justify;
    margin-top: .5em;
    line-height: 1.8;
  }
  .p-dl-parking-list {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 40px;
  }
  .p-dl-parking-list li {
    width: 100%;
  }
  .p-dl-parking_txt01 {
    font-size: 18px;
    margin-top: 0.5em;
  }
  .p-dl-parking_txt02 {
    font-size: 15px;
    margin-top: 0.5em;
    line-height: 1.8;
  }
  .bg_gray {
    background: #797979;
    color: #fff;
  }
  .p-dl-facade-list {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 40px;
  }
  .p-dl-facade-list li {
    width: 100%;
  }
  .p-dl-facade_merit {
    display: flex;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .p-dl-facade_merit + .p-dl-facade_merit {
    margin-top: 50px;
  }
  .p-dl-facade_merit_txt {
    width: 100%;
  }
  .facade-merit_txt01 {
    font-family: 'Hoefler-Text', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
  }
  .facade-merit_txt02 {
    margin-top: 15px;
    font-size: 18px;
  }
  .facade-merit_txt03 {
    margin-top: 1.5em;
    line-height: 1.8;
  }
  .p-dl-facade_merit_img {
    width: 100%;
    margin-top: 30px;
  }
  .p-dl-sec06-ttl01 {
    font-size: 26px;
  }
  .p-dl-sec06-ttl02 {
    margin-top: 10px;
    font-size: 21px;
  }
  .p-dl-sec06-lead01 {
    margin-top: 1.5em;
    line-height: 1.8;
    max-width: 430px;
    text-align: justify;
  }
  .p-dl-sec06_zu {
    margin-top: 20px;
  }
  .p-dl-landplan-list {
    flex-wrap: wrap;
    gap: 40px 3.2%;
  }
  .p-dl-landplan-list li {
    width: 100%;
  }
  .p-dl-landplan_txt01 {
    font-size: 18px;
  }
  .landplan_number {
    display: inline-block;
    padding: .15em .2em;
    width: 1.8em;
    font-size: 17px;
    text-align: center;
    background: #000;
    color: #fff;
    margin-top: 15px;
    margin-right: 10px;
  }
  .p-dl-landplan_txt02 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
    text-align: justify;
  }
  .c-letter-spacing01 {
    letter-spacing: -.05em;
  }
  .p-design-sec02-path_ttl {
    display: block;
    text-align: center;
  }
  .p-design-sec02-path_sp {
    overflow-x: auto;
    margin-top: 20px;
  }
  .p-design-sec02-path_sp_in {
    width: 1220px;
  }
  .c-zoom {
    text-align: center;
    margin-top: 20px;
  }
}
.facade_img {
  position: relative;
}
.facade_img.img_caption_white {
  text-shadow: 0px 0px 5px rgb(0 0 0 / 95%), 0px 0px 5px rgb(0 0 0 / 95%), 0px 0px 10px rgb(0 0 0 / 95%);
}