@charset "UTF-8";
/* ----------------------------------------------------------------------------
	V1V2 デザイン
	building-v/design/
---------------------------------------------------------------------------- */
/* title image*/
#content #h_ttl_area {
  background: url("../../building-v/design/img/title_img.jpg") bottom center/cover no-repeat;
}


#content .block {
  margin: 100px auto 124px;
}
@media screen and (max-width: 1400px) {
  #content .block {
    margin: 10% auto 10%;
  }
}
@media screen and (max-width: 750px) {
  #content .block {
    margin: 10% auto 14%;
  }
}
#content .block .image {
  position: relative;
  margin: 0 0 50px;
}
#content .block .image figure figcaption {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #content .block .image {
    margin: 0 0 3.6%;
  }
}
#content .block .image .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 14.4%;
  left: 0;
  right: 0;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #content .block .image .layout {
    top: 8%;
  }
}
#content .block .image .layout .title {
  width: 48.5%;
  padding-right: 25px;
}
@media screen and (max-width: 750px) {
  #content .block .image .layout .title {
    width: 47%;
    padding-right: 15px;
  }
}
#content .block .image .layout .title .img {
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  #content .block .image .layout .title .img {
    margin-bottom: 10px;
  }
}
#content .block .image .layout .title .txt {
  margin: 0 0 0 auto;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  #content .block .image .layout .title .txt {
    width: 60%;
  }
}
#content .block .image .layout .title .txt_w {
  width: 328px;
}
@media screen and (max-width: 1000px) {
  #content .block .image .layout .title .txt_w {
    width: 65.6%;
  }
}
#content .block .image .layout .txt {
  width: 51.5%;
}
#content .block .image .layout .txt p {
  text-align: left;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  margin-top: 0.2em;
}
#content .block .image .layout .txt p.cw {
	text-shadow: 0 0 3px rgba(50,68,105,1.00);
}
@media screen and (max-width: 750px) {
  #content .block .image .layout .txt p {
    font-size: 0.6rem;
    margin-top: 0.3em;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #content .block .image .layout .txt p br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #content .block .image .layout .txt {
    width: 53%;
  }
}
#content .block .copy {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 38px;
  font-size: 1.875rem;
  text-align: left;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #content .block .copy {
    margin: 0 auto 3.2%;
  }
}
@media screen and (max-width: 750px) {
  #content .block .copy {
    font-size: 1.18rem;
    margin: 0 auto 3%;
  }
}
#content .block .layout {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  #content .block .layout {
    display: block;
    margin: 0 auto;
  }
}
#content .block .layout .txt {
  width: 52.5%;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: -0.7em;
}
@media screen and (max-width: 750px) {
  #content .block .layout .txt {
    width: 100%;
    margin: 0 auto 1.5em;
  }
}
#content .block .layout .txt p {
  font-size: 1rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.005em;
}
@media screen and (max-width: 1000px) {
  #content .block .layout .txt p {
    font-size: 1.6vw;
    min-height: 0vw;
  }
}
@media screen and (max-width: 750px) {
  #content .block .layout .txt p {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
#content .block .layout .txt .fig {
  text-align: center;
  margin-top: 37px;
}
@media screen and (max-width: 750px) {
  #content .block .layout .txt .fig {
    width: 80%;
    margin: 6% auto 0;
  }
  #content .block .layout .txt .fig_w {
    width: 100%;
  }
}
#content .block .layout .txt .fig figcaption {
  right: auto;
  left: 22%;
  bottom: 0;
}
#content .block .layout .txt .fig img {
  max-width: 290px;
}
@media screen and (max-width: 750px) {
  #content .block .layout .txt .fig img {
    max-width: unset;
  }
}
#content .block .layout .txt .fig img.img_w {
  max-width: 429px;
}
@media screen and (max-width: 750px) {
  #content .block .layout .txt .fig img.img_w {
    max-width: unset;
    width: 100%;
  }
}
#content .block .layout .image {
  width: 47.5%;
  position: relative;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 750px) {
  #content .block .layout .image {
    width: 100%;
  }
}
#content .block .layout .image .popup:hover {
  opacity: 0.8;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
#content .block .layout .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 4.2%;
  left: 2.4%;
  width: 28px;
  height: 28px;
  margin: auto;
  background-image: url(../img/icon_zoom.png);
  background-size: cover;
  z-index: 1;
}

.popup_wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup_wrap .popup_wrap_inner {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
.popup_wrap .popup_wrap_inner img {
  width: 100%;
}
.popup_wrap .popup_wrap_inner .popup_close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .popup_wrap .popup_wrap_inner {
    width: 90%;
  }
  .popup_wrap .popup_wrap_inner .popup_close {
    top: -33px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.popup_wrap .popup_wrap_inner .popup_close:before, .popup_wrap .popup_wrap_inner .popup_close:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .popup_wrap .popup_wrap_inner .popup_close:before, .popup_wrap .popup_wrap_inner .popup_close:after {
    width: 30px;
    height: 1px;
  }
}
.popup_wrap .popup_wrap_inner .popup_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_wrap.open {
  visibility: visible;
  opacity: 1;
}

.body_no_scroll {
  overflow: hidden;
}

.fade00 {
  -webkit-animation-name: fade00;
          animation-name: fade00;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade00 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade00 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade01 {
  -webkit-animation-name: fade01;
          animation-name: fade01;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=concept.css.map */






/* w_image_wrap */
#content .w_image_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#content .w_image{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#content .w_image::before{
	content: "";
	display: block;
	padding-top: 50%;
}
#content .w_image figcaption{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#content .w_image.img01{
	background: url("../../building-v/design/img/v1_img03.jpg") center center/cover no-repeat;
}
#content .w_image.img02{
	background: url("../../building-v/design/img/v2_img03.jpg") center center/cover no-repeat;
}