* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -ms-overflow-style: none;
  /* これを追加 */
}

*::-webkit-scrollbar {
  display: none;
}


/* For modern browsers */

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}

.none {
  display: none !important;
}


/*common*/

body {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  z-index: 20;
  position: relative;
}

.whiteback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  z-index: 11;
}

body:not([scroll_p="0"]):not([scroll_p="message"]) .whiteback {
  opacity: 1;
}

.sec_title {
  vertical-align: middle;
}

.sec_title img {
  vertical-align: middle;
}

.sec_title p {
  display: inline-block;
  font-size: 66px;
  font-family: "aGotham-BoldItalic", sans-serif;



  vertical-align: middle;
  letter-spacing: -0.037em;
  color: #44AF35;
}

.sec_title .slash {
  display: inline-block;
  border-left: 1px solid #000;
  vertical-align: middle;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
}

.post {
  background-color: #E3E3E3;
}

.our {
  background-color: #44AF35;
}


/* header logo */

.left_logo1 {
  position: fixed;
  z-index: 1000;
}

.left_logo1 img {
  position: absolute;
  top: 0;
  left: 0;
}

.left_logo1 .logo1_1 {
  display: none;
}

.left_logo2 {
  position: fixed;
  z-index: 1000;
}

.left_logo2 img {
  position: absolute;
  top: 0;
  left: 0;
}

.left_logo1 .logo2_2 {
  display: none;
}


/* scroll */

.scroll {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 10px;
  height: auto;
}


/*header menu*/

.menu_wrap {
  position: fixed;
  z-index: 1000;
}


/*kv*/

.green_border {
  position: fixed;
  top: 50%;
  left: 0;
  background: #44AF35;
  width: 0%;
  height: 16px;
  z-index: 10;
  transform: translate(0, -50%);
  transition: all 0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

body:not(.loaded_1) .green_border {
  transition: all 0 cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
}

.loaded_1 .green_border {
  width: 100%;
  transition: all 1501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

body.loaded_2:not([scroll_p="0"]) .green_border {
  transition: all 601ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  width: 100%;
  height: 100vh;
  opacity: 0.9;
}

.center_logo {
  pointer-events: none;
  opacity: 0;
  line-height: 100%;
  text-align: center;
  position: fixed;
  top: -50vh;
  left: 50vw;
  z-index: 500;
  color: #fff;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: translate(-50%, -50%);
  /*
  transition: all 1501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  /* easeOutExpo */
}

body:not(.loaded_0) .center_logo {
  opacity: 0;
}

.loaded_0 .center_logo {
  transition: opacity 1501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.kv {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center center;
}

.kv1.kv{
  background-position: center bottom;
}

.kv .bottom_logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 73px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
}

.kv_dummy {
  width: 100%;
  height: 100vh;
}

.loaders {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  z-index: 9;
}

.loaded_0 .loaders {
  opacity: 0;
  transition: all 1501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

body:not(.loaded_2) .left_logo1, body:not(.loaded_2) .left_logo2, body:not(.loaded_2) .menu_wrap {
  z-index: 8;
}


/*message*/

.message {
  color: #fff;
  opacity: 0;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

body:not([scroll_p="0"]) .message {
  opacity: 1;
  transition: all 1501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition-delay: 0.5s;
}

.message_title {
  letter-spacing: 0.15em;
}


/*service*/

.service {
  background: #fff;
  position: relative;
}

body>.service_fix_wrap {
  position: fixed;
  z-index: 50;
  /*display: none;*/
  pointer-events: none;
  opacity: 0;
}

body.service_after>.service_fix_wrap {
  /*display: none !important;*/
  pointer-events: none !important;
  opacity: 0 !important;
}

[scroll_p="service"]>.service_fix_wrap {
  /*  display: block; */
  pointer-events: auto;
  opacity: 1;
}

body.service_after .service .service_fix_wrap {
  opacity: 1;
  pointer-events: auto;
  top: auto;
  bottom: 0;
}

.service_content_2p .for_service_content_1, body:not(.service_content_2p) .for_service_content_2 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.for_service_content_1, .for_service_content_2 {
  position: absolute;
  opacity: 1;
  transition: all 1501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.service_inner {
  position: relative;
}

.service_content_1_talbe {
  border-collapse: separate;
  text-align: center;
}

.service_content_1_talbe td:first-child {
  vertical-align: middle;
  color: #000;
}

.service_content_1_talbe td:nth-child(2) {
  vertical-align: middle;
  color: #44AF35;
}

.service_content_1_talbe td:last-child {
  vertical-align: middle;
  color: #fff;
}

.service_content_list li {
  text-align: center;
  color: #fff;
}

.service_content_list {
  display: flex;
  justify-content: center;
}

.service_plas_text {
  text-align: center;
}

.service_text {
  text-align: center;
}


/*case*/

.case_inner {
  margin: 0 auto;
}

.case_section {
  width: 100%;
  position: relative;
  z-index: 2;
}

.case_section h3 {
  font-family: "aGotham-BoldItalic";


}

.case_section td:last-child {
  font-family: Futura, sans-serif;
}

.case_section li {
  font-family: Futura, sans-serif;
}

.buil_img {
  position: absolute;
  z-index: 3;
}

.buil_info {
  position: absolute;
  z-index: 2;
  background-color: #44AF35;
  color: #fff;
}

.buil_address {
  display: inline-block;
  border-top: 1px solid #fff;
}

.buil_address img {
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.buil_access {
  letter-spacing: 0.1em;
}

[scroll_p="0"] .center_logo {
  opacity: 1;
}

.buil_map {
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.buil_map:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-image: url(../img/right_arrow_w.svg);
}

.case_logo_wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.case_inner {
  position: relative;
}

body.case_after>.case_logo_wrap {
  /* display: none !important; */
  pointer-events: none !important;
  opacity: 0 !important;
}

[scroll_p="case"]>.case_logo_wrap {
  /*display: block;*/
  pointer-events: auto;
  opacity: 1;
}

[scroll_p="case"] .case .case_logo_wrap {
  opacity: 0;
  pointer-events: none;
}

body.case_after .case .case_logo_wrap {
  opacity: 1;
  pointer-events: auto;
  top: auto;
  bottom: 0;
}

.case_section .logoplus .plus {
  font-family: "aGotham-LightItalic";

}

.ourpattern .plus {
  font-family: "aGotham-BookItalic";

}


/*case_maps*/

.case_maps_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

body>.case_maps_wrap {
  position: fixed;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
}

body.case_fixing_after>.case_maps_wrap {
  opacity: 0 !important;
  pointer-events: none !important;
}

.case_fixing>.case_maps_wrap {
  opacity: 1;
  pointer-events: auto;
}

.case_fixing .case .case_maps_wrap {
  opacity: 0;
  pointer-events: none;
}

body.case_fixing_after .case .case_maps_wrap {
  opacity: 1;
  pointer-events: auto;
  opacity: 0;
  pointer-events: none;
  top: auto;
  bottom: 0;
}

.loaded_0 .case_maps {
  margin: 0 auto;
  position: relative;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 1200ms cubic-bezier(0.000, 0.985, 0.000, 1.000);
  /* custom */
  transition: all 1200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  /* easeOutExpo */
  background-image: url("../img/case0.png");
}

.loaded_0 [case_map="1"] {
  background-image: url("../img/case1.png");
}

.loaded_0 [case_map="2"] {
  background-image: url("../img/case2.png");
}

.loaded_0 [case_map="3"] {
  background-image: url("../img/case3.png");
}

.case_maps, .case_map {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.case_map {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
  transition-delay: 0.3s;
}

[case_p="1"] [case_map="1"], [case_p="2"] [case_map="2"], [case_p="3"] [case_map="3"] {
  opacity: 1;
}

.case_mapspad {
  width: 100%;
}

.wifi {
  font-family: "aGotham-Medium";
}


/*property*/

.property_slide_content a {
  display: inline-flex;
  color: #000;
}

.property_button {
  cursor: pointer;
}

.property_button img {
  width: 8px;
  height: auto;
}

.property_slides {
  margin: 0 auto;
}

.slide_img {
  background-size: cover;
  background-image: url(../img/property1.png);
}

.property_slides .property_slide:first-of-type .slide_img {
  background-size: cover;
  background-image: url(../img/property1.png);
}

.property_slides .property_slide:nth-of-type(2) .slide_img {
  background-size: cover;
  background-image: url(../img/io_shinbashi002.jpg);
}

.property .link_index {
  position: relative;
  padding-left: 20px;
}

.property .link_index:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 42px;
  top: 23px;
  width: 8px;
  height: 8px;
  background-image: url(../img/right_arrow_w.svg);
}


/* flow */

.flow_wrapper {
  background-color: #F1F1F1;
}

.flow_item {
  text-align: center;
  color: #fff;
}

.contact {
  position: relative;
  background-color: #44AF35;
  color: #fff;
  z-index: 13;
}

.contact h2 {
  font-family: "aGotham-BoldItalic";

font-weight: 600;
}

.contact .contact_text {
  letter-spacing: 0.1em;
}

.contact .tel {
  font-family: Futura, sans-serif;
}

.contact .link_form {
  position: relative;
  text-decoration: none;
  padding-left: 20px;
}

.contact .link_form:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 34px;
  top: 23px;
  width: 8px;
  height: 8px;
  background-image: url(../img/right_arrow_g.svg);
}


/* pagetop */

.pagetop {
  position: relative;
  background-color: #F1F1F1;
  color: #000;
  z-index: 13;
}

.pagetop a {
  color: #000;
}

.pagetop .uparrow {
  display: inline-block;
  position: absolute;
  left: 49.5%;
  top: 26px;
  width: 18px;
  height: 9px;
  background-image: url(../img/up_arrow_b.svg);
}

.pagetop p {
  font-family: "aGotham-BoldItalic";


font-weight: 600;
}


/* footer */

.footer {
  position: relative;
  background-color: #000;
  color: #fff;
  z-index: 13;
}

.footer small {
  font-family: "aGotham-Light";
}


/* slick */

.slick-dots {
  width: 100%;
  margin-top: 70px;
}

.slick-dots li {
  display: inline-block;
  width: 16.6%;
}

.slick-dots li button {
  width: 100%;
  height: 1px;
  position: relative;
  text-indent: -9999px;
  border: none;
}

.slick-dots li.slick-active button {
  background-color: #44AF35;
  height: 2px;
}


/*scroll_set*/

.scroll_set {
  z-index: 200;
  width: 15px;
  height: 62px;
  position: fixed;
  bottom: 0;
  right: 10px;
  pointer-events: none;
}

.scroll_set:before {
  display: block;
  content: "Scroll";
  position: absolute;
  top: -9px;
  right: 2px;
  color: #44AF35;
  line-height: 1em;
  transform-origin: 100% 0;
  transform: rotate(90deg);
  font-family: "aGotham-BookItalic";
  font-size: 12px;
}

.scroll_set:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  background: #44AF35;
  transform-origin: 0 0;
  transform: translate(-50%, 0) scale(1, 0);
  width: 1px;
  height: 100%;
}

.scroll_point {
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  width: 9px;
  height: 9px;
  background: #44AF35;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.scroll_set_white::before {
  color: #fff;
}

.scroll_set_white::after {
  background: #fff;
}

.scroll_point_white {
  background: #fff;
}


/*pd_slide*/

.pd_slide {
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  border: solid 2px #fff;
  cursor: pointer;
}

.big_img .pd_slide {
  width: 359px;
  height: 228px;
}

body .quick_area_contents .small_imgs {
  display: block;
  height: 55px;
  width: 359px;
}

.small_imgs .pd_slide {
  height: 55px;
}

.small_imgs * {
  height: 55px;
}

body .quick_area_contents .big_img {
  margin-bottom: 0;
  position: relative;
}

.pd_slide_arr {
  z-index: 2;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 106px;
  transform-origin: center center;
  transform: rotate(45deg);
  border: solid 1px #000;
  cursor: pointer;
}

.pd_slide_arr_1 {
  left: -2px;
  border-top: none;
  border-right: none;
}

.pd_slide_arr_2 {
  right: -2px;
  border-left: none;
  border-bottom: none;
}


/*addanimation*/

.a_white_ap {
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0);
}

.a_white_ap:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-101%, 0);
}

@keyframes a_white_ap_an1 {
  0% {
    transform: translate(-101%, 0);
  }
  40% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}

@keyframes a_white_ap_an0 {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  50% {
    color: rgba(255, 255, 255, 0);
  }
  51% {
    color: rgba(255, 255, 255, 1);
  }
  100% {
    color: rgba(255, 255, 255, 1);
  }
}

.onscreen .a_white_ap:before {
  animation: a_white_ap_an1 1s ease-in-out 1s 1 normal;
}

.onscreen .a_white_ap {
  animation: a_white_ap_an0 1s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.onscreen .a_white_ap:before, .onscreen .a_white_ap {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}

.onscreen .a_white_ap.a_white_ap2:before, .onscreen .a_white_ap.a_white_ap2 {
  animation-delay: 0.5s;
}

.onscreen .a_white_ap.a_white_ap3:before, .onscreen .a_white_ap.a_white_ap3 {
  animation-delay: 0.8s;
}

.scroll_set:after {
  /*animation: scroll_set_an 1.7s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s infinite normal;*/
  animation: scroll_set_an 1.7s ease 0s infinite normal;
  transform-origin: 0 0;
}

@keyframes scroll_set_an {
  0% {
    transform-origin: 0 0;
    transform: translate(-50%, 0) scale(1, 0);
  }
  1% {
    transform-origin: 0 0;
    transform: translate(-50%, 0) scale(1, 0);
  }
  30% {
    transform-origin: 0 0;
    transform: translate(-50%, 0) scale(1, 1);
  }
  31% {
    transform-origin: 0 0;
    transform: translate(-50%, 0) scale(1, 1);
  }
  100% {
    transform-origin: 0 0;
    transform: translate(-50%, 100%) scale(1, 1);
  }
}

.slash_ap {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -20%;
  width: 130%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  animation-fill-mode: forwards;
  z-index: 3;
  overflow: hidden;
}

.slash_ap {
  left: 0%;
  width: 100%;
  transform: skew(0deg);
}

.sec_title .slash_ap {
  transform: skew(-15deg);
  left: 0%;
  width: 100%;
}

.relat {
  position: relative;
}

.slash_ap:before {
  background: #44AF35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-103%, 0);
  display: block;
}

.onscreen.slash_gl .slash_ap, .mnscreen.slash_gl .slash_ap {
  animation: slash_ap_gl 0.4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.onscreen>.slash_ap:before, .mnscreen>.slash_ap:before {
  animation: slash_ap_an 0.4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.onscreen.slash_ap_wrap>*:not(.slash_ap), .mnscreen.slash_ap_wrap>*:not(.slash_ap) {
  animation: slash_ap_an_opa 0.4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.onscreen.slash_gl .slash_ap, .mnscreen.slash_gl .slash_ap, .onscreen>.slash_ap:before, .mnscreen>.slash_ap:before, .onscreen.slash_ap_wrap>*:not(.slash_ap), .mnscreen.slash_ap_wrap>*:not(.slash_ap) {
  animation-duration: 0.5s;
}

.slash_ap_wrap>*:not(.slash_ap) {
  opacity: 0;
}

@keyframes slash_ap_an {
  0% {
    transform: translate(-103%, 0);
  }
  30% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(0%, 0);
  }
  99% {
    transform: translate(101%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(101%, 0);
    opacity: 0;
  }
}

@keyframes slash_ap_an_opa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.sec_title .slash {
  transform-origin: 0 0;
  transform: rotate(15deg) scale(1, 0) !important;
}

.mnscreen>.slash, .onscreen>.slash {
  transform: rotate(15deg) scale(1, 1) !important;
  transition: all 700ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
  transition-delay: 0.5s;
}

.contact_inner.ons>* {
  transform: translate(0, 300px);
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.contact_inner.ons.onscreen>* {
  transform: translate(0, 0);
  opacity: 1;
}

.contact_inner.ons.onscreen>*:nth-child(1) {
  transition-delay: 0.1s;
}

.contact_inner.ons.onscreen>*:nth-child(2) {
  transition-delay: 0.2s;
}

.contact_inner.ons.onscreen>*:nth-child(3) {
  transition-delay: 0.3s;
}

.contact_inner.ons.onscreen>*:nth-child(4) {
  transition-delay: 0.4s;
}

.contact_inner.ons.onscreen>*:nth-child(5) {
  transition-delay: 0.5s;
}

.flow_item:before {
  transform-origin: 100% 100%;
  transform: scale(1, 1);
}

.flow_items.onscreen .flow_item .flow_item_inner {
  opacity: 1;
}

.flow_items.onscreen .flow_item:before {
  transform: scale(0, 1);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.flow_item_inner {
  opacity: 0;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.flow_items.onscreen .flow_item:nth-child(1):before {
  transition-delay: 0.1s;
}

.flow_items.onscreen .flow_item:nth-child(2):before {
  transition-delay: 0.2s;
}

.flow_items.onscreen .flow_item:nth-child(3):before {
  transition-delay: 0.3s;
}

.flow_items.onscreen .flow_item:nth-child(4):before {
  transition-delay: 0.4s;
}

.flow_items.onscreen .flow_item:nth-child(1) .flow_item_inner {
  transition-delay: 0.5s;
}

.flow_items.onscreen .flow_item:nth-child(2) .flow_item_inner {
  transition-delay: 0.6s;
}

.flow_items.onscreen .flow_item:nth-child(3) .flow_item_inner {
  transition-delay: 0.7s;
}

.flow_items.onscreen .flow_item:nth-child(4) .flow_item_inner {
  transition-delay: 0.8s;
}

.buil_img_in {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}

.slash_gl .slash_ap {
  background: #eee;
}

.slash_gl {
  opacity: 0;
}

.onscreen.slash_gl {
  opacity: 1;
}

@keyframes slash_ap_gl {
  0% {
    background: #eee;
  }
  49% {
    background: #eee;
  }
  50% {
    background: none;
  }
  100% {
    background: none;
  }
}

.buil_img.slash_ap_wrap *, .buil_img.slash_ap_wrap .slash_ap:before {
  animation-delay: 0.3s !important;
}

.buil_info.slash_ap_wrap *, .buil_info.slash_ap_wrap .slash_ap:before {
  animation-delay: 0.6s !important;
}

.flow_logo .sec_title {
  display: inline-block;
}

.case_section_inner li, .case_section_inner td {
  position: relative;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.case_section_inner:not(.onscreen) li, .case_section_inner:not(.onscreen) td {
  color: rgba(255, 255, 255, 0) !important;
}

.case_section_inner li .d_before, .case_section_inner td .d_before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.case_section_inner.onscreen li .d_before, .case_section_inner.onscreen td .d_before {
  transform: translate(101%, 0);
}

.case_section_inner li .d_before {
  background-color: #E0EBDF;
}

.case_section_inner td .d_before {
  background-color: #fff;
}


/*property_slide*/

.property_slide {
  display: inline-block;
  vertical-align: top;
}

.property_slides {
  overflow: auto;
  white-space: nowrap;
}

.property_mes * {
  white-space: normal;
}

.property_mes {
  display: inline;
  white-space: nowrap;
}

abody:not(.property_scrolling) .property_scroll_bar_box {
  transition: all 500ms cubic-bezier(0.330, 0.015, 0.075, 0.985);
  /* custom */
}

.property_slide_content.onscreen.slash_gl .slash_ap, .property_slide_content.onscreen>.slash_ap:before, .property_slide_content.onscreen.slash_ap_wrap>*:not(.slash_ap) {
  animation-delay: 0.2s;
}

.case_maps svg {
  z-index: 10;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.case_maps svg polygon, .case_maps svg path {
  stroke-miterlimit: 1000;
  stroke-dasharray: 2000 3000;
  stroke-dashoffset: 3000;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

[case_p="1"] #case_1 path, [case_p="2"] #case_2 polygon, [case_p="3"] #case_3 polygon {
  stroke-dasharray: 2000 3000;
  stroke-dashoffset: 0;
}

.case_interior_img a {
  display: block;
  margin-bottom: 7px;
}


/*sd_before*/

.sd_before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.service_content_1 td {
  position: relative;
  overflow: hidden;
}

.sc1_onsset.onscreen .sd_before {
  transform: translate(101%, 0);
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.sd_before_wrap {
  position: relative;
  overflow: hidden;
}

.sd_before_wrap, .sd_before_wrap * {
  transition: color 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.sc1_onsset:not(.onscreen) .sd_before_wrap:not(.gr_ap):not(.wh_ap), .sc1_onsset:not(.onscreen) .sd_before_wrap:not(.gr_ap):not(.wh_ap) *:not(img) {
  color: rgba(255, 255, 255, 0) !important;
  transition: color 0ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
}

.gr_ap .sd_before {
  background: #eee;
}

.service_content_1_talbe .tb_right_arrow_g {
  transform: translate(-50px, 0);
  opacity: 0;
}

.sc1_onsset.onscreen .tb_right_arrow_g {
  transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
  transition-delay: 1s !important;
  transform: translate(0, 0);
  opacity: 1;
}

.sc1_onsset {
  display: inline-block;
  text-align: center;
}

.service_text, .service_plas_text {
  display: inline-block;
}

.sc_bord {
  position: absolute;
  background: #44AF35;
}

.sc_bord_1 {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.sc_bord_2 {
  bottom: 0;
  left: :0;
  height: 100%;
  width: 1px;
}

.sc_bord_3 {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sc_bord_4 {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sc_bord_5 {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}

.sc_bord_6 {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.left_arrow:before {}

.left_arrow, .rifht_arrow {
  border: none !important;
}

.sc_bord_1 {
  transform-origin: 100% 100%;
  transform: scale(0, 1);
}

.sc_bord_2 {
  transform-origin: 0 100%;
  transform: scale(1, 0);
}

.sc_bord_3 {
  transform-origin: 0 100%;
  transform: scale(0, 1);
}

.sc_bord_4 {
  transform-origin: 0 100%;
  transform: scale(0, 1);
}

.sc_bord_5 {
  transform-origin: 0 0%;
  transform: scale(1, 0);
}

.sc_bord_6 {
  transform-origin: 100% 100%;
  transform: scale(0, 1);
}

.service_content2_img.onscreen .sc_bord {
  transform: scale(1, 1);
}

.sc_bord {
  transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
}

.left_arrow:after, .rifht_arrow:after {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
}

.service_content2_img.onscreen .left_arrow:after, .service_content2_img.onscreen .rifht_arrow:after {
  opacity: 1;
}

.sc_bord_1, .sc_bord_4 {
  transition-delay: 0.4s !important;
  transition-duration: : 0.2s !important;
}

.sc_bord_2, .sc_bord_5 {
  transition-delay: 0.6s !important;
  transition-duration: : 0.4s !important;
}

.sc_bord_3, .sc_bord_6 {
  transition-delay: 1.0s !important;
  transition-duration: : 0.3s !important;
}

.left_arrow:after, .rifht_arrow:after {
  transition-delay: 1.2s !important;
  transition-duration: : 0.2s !important;
}

.left_message {
  transform: translate(-30px, 0);
  text-align: left;
}

.right_message {
  transform: translate(30px, 0);
  text-align: right;
}

.left_message, .right_message {
  opacity: 0;
}

.service_content2_img.onscreen .left_message, .service_content2_img.onscreen .right_message {
  opacity: 1;
  transition: all 1400ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
  transition-delay: 0.6s !important;
}

.service_content2_img.onscreen .left_message {
  transform: translate(0, 0px);
}

.service_content2_img.onscreen .right_message {
  transform: translate(0, 0px);
}

.green_tri_down, .green_tri_up {
  opacity: 0;
  transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
}

.green_tri_down {
  transform: translate(0, -20px);
}

.green_tri_up {
  transform: translate(0, 20px);
}

.service_content2_img.onscreen .green_tri_down, .service_content2_img.onscreen .green_tri_up {
  transform: translate(0, 0px);
  opacity: 1;
  transition-delay: 1.5s !important;
}

.service_content2_logo, .gray_tri_cent {
  opacity: 0;
}

.service_content2_img.onscreen .service_content2_logo, .service_content2_img.onscreen .gray_tri_cent {
  transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
  transition-delay: 1.2s !important;
  opacity: 1;
}


/*lightcase*/

.lightcase-icon-close:before, .lightcase-icon-prev:before, .lightcase-icon-next:before {
  display: none !important;
}

.lightcase-icon-close:after, .lightcase-icon-prev:after, .lightcase-icon-next:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightcase-icon-prev:after {
  background-image: url(../img/left_arrow_w.svg);
}

.lightcase-icon-next:after {
  background-image: url(../img/right_arrow_w.svg);
}

.lightcase-icon-close:after {
  background-image: url(../img/close_w.svg);
}

#lightcase-overlay {
  background: #777 !important;
}

.pd_slide {
  position: relative;
}

.pd_slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.small_imgs .pd_slide a {
  display: none;
}

.overview_main td {
  position: relative;
  overflow: hidden;
}

.overview_main td .d_before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.overview_main.onscreen td .d_before {
  transform: translate(101%, 0);
}

.overview_main td .d_before {
  background-color: #fff;
}

.quickarea_desc_content td {
  position: relative;
  overflow: hidden;
}

.quickarea_desc_content td .d_before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.quickarea_desc_content.onscreen td .d_before {
  transform: translate(101%, 0);
}

.quickarea_desc_content td .d_before {
  background-color: #fff;
}

.result_title {
  position: relative;
  overflow: hidden;
}

.result_title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  z-index: 10;
  transform: translate(0, 0);
}

.onscreen.result_title:before {
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: translate(103%, 0);
}

.property_box .slash_ap:before {
  background: #fff;
}

.slash_ap {
  pointer-events: none;
}


/*conditions*/

.conditions_title {
  font-size: 12px;
  margin: 18px 0 10px;
}

.conditions_select {
  width: 100%;
  height: 32px;
  background: #E3E3E3;
  position: relative;
  cursor: pointer;
}

.conditions_selected {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}

.conditions_select_item {
  padding: 0 10px;
  color: #666;
  border-top: solid 1px #ddd;
}

.conditions_select .conditions_select_list {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.conditions_select * {
  width: 100%;
  height: 32px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 32px;
  box-sizing: border-box;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.conditions_toggle.conditions_select .conditions_select_list {
  opacity: 1;
  pointer-events: auto;
}

.conditions_select_item:hover {
  background: #ddd;
}

.conditions_selected:before {
  content: "";
  border: solid 1px #000;
  border-top: none;
  border-left: none;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: center center;
  transform: rotate(45deg);
}

.conditions_toggle .conditions_selected:before {
  transform: rotate(-135deg);
}

.conditions_text {
  width: 100%;
  height: 32px;
  background: #E3E3E3;
  position: relative;
  cursor: pointer;
}

.conditions_text:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 1px;
  background: #000000;
  opacity: 0.3;
}

.conditions_text input {
  font-size: 12px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border: solid 0px rgba(0, 0, 0, 0);
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 0 10px;
}

.conditions_text input:nth-child(1) {
  left: 0;
}

.conditions_text input:nth-child(2) {
  right: 0;
}

.conditions_text ::placeholder {
  font-size: 0.6em;
}

.conditions_box [type="checkbox"] {
  display: none;
}

.conditions_box label {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 32px;
  background: #E3E3E3;
  width: calc( 100% - 4px);
  line-height: 30px;
  padding-left: 35px;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
}

.conditions_box {
  position: relative;
}

.conditions_box_d {
  position: relative;
  width: 50%;
  height: 40px;
  float: left;
}

.conditions_box input:checked+label {
  background: #44AF35;
  color: #fff;
}

.conditions_box .conditions_box_d:nth-child(odd) label {
  top: 0;
  left: 0;
}

.conditions_box .conditions_box_d:nth-child(even) label {
  top: 0;
  right: 0;
}

.conditions_box_c {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
  box-sizing: border-box;
  border: solid 1px #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  transform: translate(-50%, -50%);
}

.conditions_box input:checked+label .conditions_box_c {
  border-color: #fff;
}

.conditions_box input:checked+label .conditions_box_c:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 5px;
  height: 3px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: translate(-50%, -70%) rotate(-45deg);
}

.conditions_set {
  overflow: hidden;
  position: relative;
}


/*form*/

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

.sec_title_conta {
  display: inline-block;
}

body:not(.loaded_2) {
  pointer-events: none;
}

.conditions_toggle {
  z-index: 5;
}

.footer:before {
  font-family: 'lightcase', sans-serif;
  content: '\e805';
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.location_main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  display: block;
}

.property_box .figure span a {
  color: inherit;
}


/*11_2*/

.case_interior_img .slash_gl .slash_ap {
  background: #fff;
}

.case_interior_img .slash_ap:before {
  background: #fff;
}

@keyframes slash_ap_glf {
  0% {
    background: #fff;
  }
  49% {
    background: #fff;
  }
  50% {
    background: none;
  }
  100% {
    background: none;
  }
}

.case_interior_img .onscreen.slash_gl .slash_ap, .case_interior_img .mnscreen.slash_gl .slash_ap {
  animation: slash_ap_glf 0.4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.property_box .figure span {
  -webkit-font-smoothing: antialiased;
}

.center_logo p {
  text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

.loaded_0 .kv:not(.kv2) {
  transition: transform 15000ms cubic-bezier(0.690, 0.695, 0.650, 0.990);
  /* custom */
  transform: scale(1.15);
}

.kv.kv2 {
  z-index: 6;
  transition: opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 15000ms cubic-bezier(0.690, 0.695, 0.650, 0.990);
  /* easeOutExpo */
  background-image: url(../img/bg2.jpg);
  opacity: 1;
  transform: scale(1.15);
}

.kv.kv3 {
  z-index: 7;

  transition: transform 0ms cubic-bezier(0.690, 0.695, 0.650, 0.990);
  transform: scale(1) !important;
  background:none;
  }

[scroll_p="0"] .kv.kv2 {
  opacity: 0;
  transform: scale(1);
}

body:not(.message_inner_end) .service {
  opacity: 0;
}

.nw_showr {
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
}

.message_inner .ons_x.nw_showr {
    transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-delay: 0.5s;
}
.ons_x.nw_showr {
  transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  /* linear */
  transition-delay: 0.3s;
  max-width: 100vw;
}

.nw_showrx {
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
}

.mnscreen .nw_showrx {
  transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  /* linear */
  max-width: 100vw;
}



.opp_wrap_c{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  cursor: pointer;
  z-index: 0;
}

.option_box{
  cursor: pointer;
}
