@charset "utf-8";

/* outline
------------------------------*/
.l-page * {
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

#contents {
  width: 100%;
  min-width: 1080px;
  padding-bottom: 0;
}

/* main
------------------------------*/
.l-page_inner {
  background-color: #fff;
}
.l-page_inner .contents_wid {
  width: 1080px;
    margin: 0 auto;
}
.contents_wid h2 {
  text-align: center;
}
.l-page_inner h3 {
  padding-left: 9px;
  font-size: 50px;
  letter-spacing: .2em;
  text-align: center;
}
.l-page_inner a:hover {
  opacity: .8;
  text-decoration: none;
}

.mv_container {
  position: relative;
  z-index: 0;
  height: 1080px;
  padding-top: 467px;
  background-image: url(/images/top/mv_bg.jpg);
  background-position: center;
  background-size: cover;
}
.mv_container::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, .3);
  content: "";
}
.mv_container h2 {
  padding-left: 4px;
  color: #fff;
  font-size: 80px;
  letter-spacing: .1em;
  text-shadow: 0 3px 6px rgb(0, 0, 0);
}
.mv_container .mv_scroll {
  position: relative;
  margin: 450px auto 0 auto;
  color: #fff;
  font-size: 24px;
  letter-spacing: .02em;
  text-align: center;
}
.mv_container .mv_scroll::before {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 21px;
  content: "";
}
.mv_container .mv_scroll::after {
  opacity: 1;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: -20px;
  }
}

.intro_container {
  padding: 120px 0;
}
.intro_container p {
  padding-left: 6px;
  color: #000;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: .2em;
  text-align: center;
}

.search_container {
  padding: 120px 0;
  background-color: #1e1e1e;
}
.search_container h3 {
  color: #fff;
}
.search_container ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 52px;
}
.search_container li {
  border-radius: 11px;
  box-shadow: 0 3px 6px rgba(4, 4, 4, .3);
}
.search_container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 340px;
  height: 239px;
  padding-left: 6px;
  overflow: hidden;
  border: 2px solid #d1c5a0;
  border-radius: 11px;
  box-shadow: 0 3px 6px rgba(4, 4, 4, .3);
  background-size: cover;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .2em;
  text-align: center;
}
.search_container li a::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: -1;
  background-image: inherit;
  background-size: inherit;
  background-color: rgba(143, 143, 143, .29);
  content: "";

  background-blend-mode: lighten;
  filter: blur(2px) brightness(46%);
}
.search_container .search_buy-sell a {
  background-image: url(/images/top/search_buy-sell_bg.jpg);
}
.search_container .search_residential a {
  background-image: url(/images/top/search_residential_bg.jpg);
}
.search_container .search_office a {
  background-image: url(/images/top/search_office_bg.jpg);
}

.one-rank_container {
  padding: 122px 0;
}
.one-rank_container h3 {
  margin-left: 30px;
  color: #000;
}
.one-rank_container dt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 150px;
  margin-top: 50px;
  padding-left: 6px;
  overflow: hidden;
  border: 2px solid #d1c5a0;
  border-radius: 11px;
  background-size: cover;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .2em;
  text-align: center;
}
.one-rank_container dt::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: -1;
  background-image: inherit;
  background-size: inherit;
  background-color: rgba(143, 143, 143, .29);
  content: "";

  background-blend-mode: lighten;
  filter: blur(2px) brightness(46%);
}
.one-rank_container .one-rank_price {
  background-image: url(/images/top/one-rank_price.jpg);
}
.one-rank_container .one-rank_management {
  background-image: url(/images/top/one-rank_management.jpg);
}
.one-rank_container .one-rank_solution {
  background-image: url(/images/top/one-rank_solution.jpg);
}
.one-rank_container dd {
  margin-top: 12px;
  padding-left: 3px;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .2em;
  text-align: center;
}

.property_container {
  width: 100%;
}

.property_block {
  position: relative;
  z-index: 0;
  height: 940px;
  padding: 183px 0;
  background-position: center;
  background-size: cover;
}
.property_block::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, .2);
  content: "";
}

.property_box {
  position: relative;
  z-index: 0;
  width: calc(50% - 550px + 950px);
  min-width: 950px;
  height: 540px;
  margin-left: calc(50% - 550px + 150px);
}
.property_box::before {
  clip-path: polygon(16.5% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, .65);
  content: "";

  -webkit-clip-path: polygon(16.5% 0%, 100% 0, 100% 100%, 0% 100%);
}
.property_box_inner {
  position: relative;
  width: 950px;
  padding: 130px 0 155px;
  padding-right: 4px;
  text-align: right;
}
.property_box dt {
  color: #fff;
  font-size: 60px;
  letter-spacing: .1em;
}
.property_box dd {
  margin-top: 44px;
  color: #fff;
  font-size: 32px;
  line-height: 1.94;
  letter-spacing: .2em;
}
.property_box .property_btn_area {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: -37.5px;
}
.property_box .property_btn_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 35px;
  font-size: 24px;
  letter-spacing: .1em;
}
.property_box .property_btn_area .first_link {
  background-color: #1e1e1e;
  color: #fff;
}
.property_btn_area a:last-of-type {
  margin-left: 30px;
  background-color: #fff;
  color: #1e1e1e;
}

.property_buy-sell {
  background-image: url(/images/top/property_buy-sell_bg.jpg);
}
.property_residential {
  background-image: url(/images/top/property_residential_bg.jpg);
}
.property_residential .property_box {
  width: calc(50% - 550px + 960px);
  min-width: 960px;
  margin-right: calc(50% - 550px + 140px);
  margin-left: auto;
}
.property_residential .property_box::before {
  transform: scale(-1, 1);
}
.property_residential .property_box_inner {
  margin-left: auto;
  padding-left: 10px;
  text-align: left;
}
.property_residential .property_box .property_btn_area {
  left: 10px;
}
.property_office {
  background-image: url(/images/top/property_office_bg.jpg);
}
.property_office .property_box_inner dt {
  padding-right: 22px;
}
.property_office .property_box_inner dd span {
  letter-spacing: -.5em;
}

.info_container {
  display: flex;
  justify-content: space-between;
  padding: 118px 0 120px;
}

.info_map {
  position: relative;
}
.info_map img {
  width: 470px;
}
.info_map_com {
  position: absolute;
  padding: 6px 24px;
  background-color: #808080;
  color: #fff;
  font-size: 15px;
  letter-spacing: .2em;
  text-align: center;
}
.info_map_com::before {
  position: absolute;
  background-color: #808080;
  content: "";
}
.info_map_seven {
  top: 70px;
  left: 7px;
}
.info_map_seven::before {
  clip-path: polygon(0 0, 60% 0, 100% 100%);
  right: 22px;
  bottom: -80px;
  width: 25px;
  height: 82px;

  -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%);
}
.info_map_ex {
  top: 10px;
  left: 77px;
}
.info_map_ex::before {
  clip-path: polygon(46% 0, 100% 0, 0 100%);
  bottom: -80px;
  left: 51px;
  width: 25px;
  height: 82px;

  -webkit-clip-path: polygon(46% 0, 100% 0, 0 100%);
}
.info_map_station {
  top: 10px;
  left: 258px;
}
.info_map_north {
  top: 123px;
  left: 310px;
}
.info_map_north::before {
  clip-path: polygon(46% 0, 0 100%, 100% 100%);
  top: -14px;
  left: 29px;
  width: 14px;
  height: 16px;

  -webkit-clip-path: polygon(46% 0, 0 100%, 100% 100%);
}
.info_map_hills {
  top: 208px;
  left: 310px;
}
.info_map_hills::before {
  clip-path: polygon(46% 0, 0 100%, 100% 100%);
  top: 8px;
  left: -12px;
  transform: rotate(-90deg);
  width: 14px;
  height: 16px;

  -webkit-clip-path: polygon(46% 0, 0 100%, 100% 100%);
}
.info_map_hyatt {
  top: 300px;
  left: 241px;
  letter-spacing: .15em;
}
.info_map_hyatt::before {
  clip-path: polygon(46% 0, 0 100%, 100% 100%);
  top: 8px;
  left: -12px;
  transform: rotate(-90deg);
  width: 14px;
  height: 16px;

  -webkit-clip-path: polygon(46% 0, 0 100%, 100% 100%);
}
.info_map_address {
  position: absolute;
  top: 317px;
  left: 59px;
  padding: 7px 23px;
  background-color: #7c4670;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: .15em;
  text-align: center;
}
.info_map_address::before {
  clip-path: polygon(0 0, 70% 100%, 100% 100%);
  position: absolute;
  top: -80px;
  left: 25px;
  width: 47px;
  height: 82px;
  background-color: #7c4670;
  content: "";

  -webkit-clip-path: polygon(0 0, 70% 100%, 100% 100%);
}
.info_map_p01,
.info_map_p02 {
  position: absolute;
}
.info_map_p01 p,
.info_map_p02 p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 1px solid #7c4670;
  border-radius: 50%;
  background-color: #fff;
  color: #7c4670;
  font-size: 18px;
}
.info_map_p01::after,
.info_map_p02::before,
.info_map_p02::after {
  position: absolute;
  z-index: 1;
  width: 28.5px;
  height: 10px;
  background-image: url(/images/top/info_map_arrow.png);
  background-size: cover;
  content: "";
}
.info_map_p01 {
  top: 245px;
  left: 14px;
}

.info_map_p01::after {
  bottom: -10px;
  left: 2.5px;
  transform: rotate(90deg);
}
.info_map_p02 {
  top: 339px;
  left: 14px;
}
.info_map_p02::before {
  top: -10px;
  left: 1px;
  transform: rotate(-90deg);
}
.info_map_p02::after {
  display: none;
}

.info_txt img {
  display: block;
}
.info_name {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 26px;
  font-family: "Noto Sans JP", sans-serif;
}
.address_box {
  display: flex;
  flex-wrap: wrap;
  width: 359px;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.address_box:last-child {
  margin-bottom: 0;
}
.address_bottom {
  display: block;
}
.address_box > dt,
.address_box > dt > dd {
  font-family: "Noto Sans JP", sans-serif;
}

.info_access {
  width: 359px;
  margin-top: 10px;
}
.info_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 70px;
  margin-top: 56px;
  border: 1px solid #fff;
  border-radius: 35px;
  background-color: #7c4670;
  color: #fff;
  font-size: 24px;
  letter-spacing: .1em;
}
.info_contact_btn:hover {
  color: #fff;
}

.info_photo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info_photo div {
  position: relative;
}
.info_photo img {
  display: block;
  width: 212px;
}
.info_photo p {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .17em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .8);
}
.info_photo p::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: pre;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .8);
  content: "Photo by\aTakumi Ota";
}

/* 更新情報 */
.search_history {
  padding-bottom: 122px;
}
.history__panel {
  width: 1080px;
  margin: 59px auto 30px;
}
.history__box {
  padding: 20px 60px;
  height: 450px;
  overflow-y: scroll;
}
.history__box::-webkit-scrollbar {
  height: 10px;
  width: 8px;
  background: #eee;
}
.history__box::-webkit-scrollbar-thumb {
  background: #737373;
  border-radius: 20px;
}

.info-list {
  padding: 12px 10px;
  border-bottom: 1px solid #d0d1d5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-list__date {
  width: 160px;
  font-weight: bold;
  box-sizing: border-box;
  background: url(/images/img_info-arrow.jpg) no-repeat left center;
  padding: 0 0 0 14px;
}

.history_btn {
  display: flex;
}
.history_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 35px;
  font-size: 24px;
  letter-spacing: .1em;
  background-color: #1e1e1e;
  color: #fff;
  margin: 0 auto;
}
