@charset "UTF-8";
.wrap01 {
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap01 {
    max-width: none;
    width: 75vw;
  }
}
@media screen and (max-width: 736px) {
  .wrap01 {
    width: 81.3vw;
  }
}

.wrap02 {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap02 {
    max-width: none;
    width: 83.3vw;
  }
}
@media screen and (max-width: 736px) {
  .wrap02 {
    width: 81.3vw;
  }
}

.sub_txt_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sub_txt_box p {
  font-size: 12px;
  text-align: right;
  color: #fff;
  padding-right: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 736px) {
  .sub_txt_box p {
    font-size: 1.9vw;
  }
}

.header-property-logo {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .header-property-logo {
    width: 49.33vw;
  }
}

.box-bukken-menu-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .box-bukken-menu-lists {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists {
    margin-top: 12.4vw;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item {
  position: relative;
  width: 25%;
  height: 270px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .box-bukken-menu-lists .list-bukken-menu-item {
    height: 22.5vw;
  }
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item {
    width: 50%;
    height: 26.7vw;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.box-bukken-menu-lists .list-bukken-menu-item a.no-link {
  opacity: 0.3;
}
.box-bukken-menu-lists .list-bukken-menu-item a .list-bukken-menu-text {
  font-family: "trajan-pro-3", serif;
  font-weight: 500;
}
.box-bukken-menu-lists .list-bukken-menu-item.top a {
  background: url(../../common/images/link_bg01_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item.top a {
    background: url(../../common/images/link_bg01_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item.shirakabe a {
  background: url(../../common/images/link_bg02_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item.shirakabe a {
    background: url(../../common/images/link_bg02_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .box-bukken-menu-lists .list-bukken-menu-item.shirakabe a .list-bukken-menu-text {
    letter-spacing: 0.05em;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item.location a {
  background: url(../../common/images/link_bg03_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item.location a {
    background: url(../../common/images/link_bg03_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item.access a {
  background: url(../../common/images/link_bg04_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item.access a {
    background: url(../../common/images/link_bg04_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item.design a {
  background: url(../../common/images/link_bg05_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item.design a {
    background: url(../../common/images/link_bg05_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item.roomplan a {
  background: url(../../common/images/link_bg06_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item.roomplan a {
    background: url(../../common/images/link_bg06_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item.map a {
  background: url(../../common/images/link_bg07_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item.map a {
    background: url(../../common/images/link_bg07_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 109px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1200px) {
  .box-bukken-menu-lists .list-bukken-menu-item::after {
    height: 9.1vw;
  }
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item::after {
    height: 8.1vw;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1200px) {
  .box-bukken-menu-lists .list-bukken-menu-item::before {
    height: 4.2vw;
  }
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item::before {
    display: none;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item .list-bukken-menu-text {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .box-bukken-menu-lists .list-bukken-menu-item .list-bukken-menu-text {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item .list-bukken-menu-text {
    font-size: 4.2vw;
    line-height: 1.3em;
  }
}
.box-bukken-menu-lists .list-bukken-menu-item .list-bukken-menu-text-sub {
  font-size: 10px;
  letter-spacing: 0.01em;
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .box-bukken-menu-lists .list-bukken-menu-item .list-bukken-menu-text-sub {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 736px) {
  .box-bukken-menu-lists .list-bukken-menu-item .list-bukken-menu-text-sub {
    font-size: 1.9vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
    right: 0.6em;
    bottom: 0.5em;
    text-align: right;
  }
}

.box-bukken-note {
  background: #fff;
}
.box-bukken-note .txt {
  width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5em 0;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .box-bukken-note .txt {
    width: 90.8vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  .box-bukken-note .txt {
    width: 86.66vw;
    padding: 3.5em 0;
    font-size: 2.5vw;
    line-height: 1.5;
  }
}
.box-bukken-note .txt a {
  color: #666;
  text-decoration: underline;
  word-wrap: break-word;
}

.contents-property, .wrapper {
  padding-top: 0 !important;
}

a.nav-global-property-link {
  font-size: 1.2rem;
}

#main {
  padding-top: 110px;
}
@media screen and (max-width: 1200px) {
  #main {
    padding-top: 62px;
  }
}
@media screen and (max-width: 736px) {
  #main {
    padding-top: 62px;
  }
}
#main .anker {
  display: block;
  width: 100%;
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 1200px) {
  #main .anker {
    padding-top: 62px;
    margin-top: -62px;
  }
}
@media screen and (max-width: 736px) {
  #main .anker {
    padding-top: 62px;
    margin-top: -62px;
  }
}
#main #page_title {
  width: 100%;
  height: 850px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  #main #page_title {
    height: 70.8vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_title {
    height: 133.6vw;
  }
}
#main #page_title h2 {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "trajan-pro-3", serif;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #main #page_title h2 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_title h2 {
    font-size: 6.7vw;
  }
}
#main #page_title .sub_txt_box {
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  #main #page_title .sub_txt_box {
    height: 5.4vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_title .sub_txt_box {
    height: 15.7vw;
  }
}
#main #page_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 352px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1200px) {
  #main #page_title::after {
    height: 29.3vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_title::after {
    height: 58.7vw;
  }
}
#main #page_mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
#main #page_mv .img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#main #page_mv .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#main #page_mv .mv_ttl {
  position: absolute;
  top: 176px;
  left: 90px;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  #main #page_mv .mv_ttl {
    top: 14.67vw;
    left: 7.5vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_mv .mv_ttl {
    top: 27vw;
    left: 6vw;
  }
}
#main #page_mv .mv_ttl .ttl {
  font-size: 52px;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #main #page_mv .mv_ttl .ttl {
    font-size: 3.71vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_mv .mv_ttl .ttl {
    font-size: 8vw;
  }
}
#main #page_mv .mv_ttl .head {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #main #page_mv .mv_ttl .head {
    font-size: 1.42vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_mv .mv_ttl .head {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_mv .img_note {
    bottom: 1.5em;
  }
}
#main #page_ttl {
  background: #FFF;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  #main #page_ttl {
    padding-top: 7.85vw;
    padding-bottom: 7.85vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_ttl {
    padding-top: 9.73vw;
    padding-bottom: 9.73vw;
  }
}
#main #page_ttl .ttl {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #main #page_ttl .ttl {
    width: 5.71vw;
  }
}
@media screen and (max-width: 736px) {
  #main #page_ttl .ttl {
    width: 10.66vw;
  }
}
#main .sec_head {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #main .sec_head {
    font-size: 2vw;
  }
}
@media screen and (max-width: 736px) {
  #main .sec_head {
    font-size: 4.66vw;
    line-height: 1.7;
  }
}
#main .sec_sub_ttl {
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: "trajan-pro-3", serif;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  #main .sec_sub_ttl {
    font-size: 1.64vw;
  }
}
@media screen and (max-width: 736px) {
  #main .sec_sub_ttl {
    font-size: 4vw;
  }
}
#main .sec_txt {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  #main .sec_txt {
    font-size: 1.07vw;
  }
}
@media screen and (max-width: 736px) {
  #main .sec_txt {
    font-size: 2.93vw;
  }
}
#main .relative {
  position: relative;
}
#main .overflowHidden {
  overflow: hidden;
}
#main .img_note {
  position: absolute;
  left: 1.5em;
  bottom: 0.8em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  #main .img_note {
    font-size: 0.85vw;
  }
}
@media screen and (max-width: 736px) {
  #main .img_note {
    font-size: 2.13vw;
    right: 1em;
  }
}
#main .img_note.right {
  left: auto;
  right: 1.5em;
  text-align: right;
}
#main .img_note.black {
  color: #231815;
}

.no-link {
  pointer-events: none;
  opacity: 0.5;
}

.box-bukken-menu-lists .list-bukken-menu-item.no-link {
  opacity: 1;
}
.box-bukken-menu-lists .list-bukken-menu-item.no-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.box-bukken-menu-lists .list-bukken-menu-item.no-link.layout_dummy::before, .box-bukken-menu-lists .list-bukken-menu-item.no-link.layout_dummy::after {
  content: none;
  background: none;
}

.nav-global-property-link:hover::after, .nav-global-property-link.is-current:after {
  border-bottom-color: none !important;
}
.nav-global-property-link::after {
  border-bottom: none !important;
}

@media screen and (max-width: 736px) {
  .footer-nav .nav-global-property-link {
    padding: 1vw 0 !important;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 1200px) {
  .list-property-control {
    background-color: #3e3a39;
  }
}

@media screen and (max-width: 1200px) {
  .list-property-control-link-blue .list-property-control-text,
  .list-property-control-link-green .list-property-control-text {
    color: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .list-property-control-link-blue:hover,
  .list-property-control-link-green:hover {
    background-color: #3e3a39;
  }
}

/* pc
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 736px) {
  #main .pc {
    display: none !important;
  }
}
#main .sp {
  display: none !important;
}
@media screen and (max-width: 736px) {
  #main .sp {
    display: block !important;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform, filter;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  filter: blur(10px);
  transform: translateY(30px);
}

/*--- リンクロールオーバー ---*/
a.txt-link,
a.txt-link:hover,
a.img-link img,
a.img-link:hover img,
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span {
  transition-property: opacity;
  transition-duration: 0.4s;
}

a.txt-link {
  opacity: 1;
}

a.txt-link:hover {
  opacity: 0.5;
}

a.img-link img {
  opacity: 1;
}

a.img-link:hover img {
  opacity: 0.5;
}

a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span {
  opacity: 1;
}

a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span {
  opacity: 0.5;
}

/*--- youtubeレスポンシブ ---*/
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}/*# sourceMappingURL=comoon-style.css.map */