@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding-bottom: 60px;
  background-color: #f2f1ea;
}

#main :where(.section) ~ :where(.section) {
  margin-top: 60px;
}

#main :where(.column) ~ :where(.column) {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #main {
    padding-bottom: 120px;
  }

  #main :where(.section) ~ :where(.section) {
    margin-top: 120px;
  }

  #main :where(.column) ~ :where(.column) {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  padding: 40px 0;
  background: linear-gradient(to bottom, #fff, #f2f1ea);
}

@media screen and (min-width:768px) {

  #lead {
    padding: 80px 0;
  }

}

/**
 * タイトル
 */

#lead .section-title {
  margin-bottom: 40px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead .section-title {
    margin-bottom: 80px;
  }

}

/**
 * 内容
 */

#lead div.content .catchcopy {
  width: 100%;
  margin-bottom: 3em;
  letter-spacing: 2px;
  line-height: 2.5;
  font-size: 1.25em;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lead div.content .text {
  line-height: 2.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead div.content {
    line-height: 3;
  }

}

/**
 * 画像
 */

#lead div.image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

#lead div.image div.caption {
  margin-top: 5px;
  line-height: 1;
}

/** ***************************************************************************
 * 京王多摩川ハモンズ棟内
 * ************************************************************************* */

#area-1 div.body {
  max-width: 1330px;
}

/**
 * タイトル
 */

#area-1 .section-title {
  margin-bottom: 20px;
  padding: 0.625em 1em 0.75em;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  background: url("../_image/design/area-1-title.jpg") center center / cover no-repeat;
}

@media screen and (min-width:768px) {

  #area-1 .section-title {
    margin-bottom: 40px;
    font-size: 1.25em;
  }

}

/**
 * 内容
 */

#area-1 div.area div.item {
  width: fit-content;
  position: relative;
  z-index: 0;
}

#area-1 div.area div.item ~ div.item {
  margin-top: 20px;
}

@media screen and (min-width:768px) {

  #area-1 div.area {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #area-1 div.area div.item {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 30px;
  }

  #area-1 div.area div.item ~ div.item {
    margin-top: 0;
  }

}

/* 内容 */

#area-1 div.area div.item div.content {
  width: 70%;
  padding: 15px 15px 20px;
  color: #fff;
  font-size: 0.875em;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#area-1 div.area div.item-1 div.content {
  background-color: rgba(187, 160, 95, 0.8);
}

#area-1 div.area div.item-2 div.content {
  background-color: rgba(145, 163, 192, 0.8);
}

#area-1 div.area div.content .title {
  margin-bottom: 0.75em;
  font-size: 1.143em;
  text-align: center;
}

#area-1 div.area div.content .title + * {
  margin-top: 0;
}

@media screen and (min-width:768px) {

  #area-1 div.area div.item div.content {
    width: 65%;
    padding: 25px 15px 30px;
    text-align: center;
  }

}

/* 画像 */

#area-1 div.area div.item img {
  width: 100%;
}

/** ***************************************************************************
 * 賃貸マンション棟内・街区内
 * ************************************************************************* */

#area-2 div.body {
  max-width: 1330px;
}

/**
 * タイトル
 */

#area-2 .section-title {
  margin-bottom: 20px;
  padding: 0.625em 1em 0.75em;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  background: url("../_image/design/area-2-title.jpg") center center / cover no-repeat;
}

@media screen and (min-width:768px) {

  #area-2 .section-title {
    margin-bottom: 40px;
    font-size: 1.25em;
  }

}

/**
 * 内容
 */

#area-2 div.area div.item {
  width: fit-content;
  position: relative;
  z-index: 0;
}

#area-2 div.area div.item ~ div.item {
  margin-top: 20px;
}

@media screen and (min-width:768px) {

  #area-2 div.area {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #area-2 div.area div.item {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 30px;
  }

  #area-2 div.area div.item ~ div.item {
    margin-top: 0;
  }

}

/* 内容 */

#area-2 div.area div.item div.content {
  width: 70%;
  padding: 15px 15px 20px;
  color: #fff;
  font-size: 0.875em;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#area-2 div.area div.item-1 div.content {
  background-color: rgb(143, 173, 128, 0.8);
}

#area-2 div.area div.item-2 div.content {
  background-color: rgba(145, 163, 192, 0.8);
}

#area-2 div.area div.item-3 div.content {
  background-color: rgba(141, 141, 142, 0.8);
}

#area-2 div.area div.content .title {
  margin-bottom: 0.75em;
  font-size: 1.143em;
  text-align: center;
}

#area-2 div.area div.content .title + * {
  margin-top: 0;
}

@media screen and (min-width:768px) {

  #area-2 div.area div.item div.content {
    width: 65%;
    padding: 25px 15px 30px;
    text-align: center;
  }

}

/* 画像 */

#area-2 div.area div.item img {
  width: 100%;
}

/** ***************************************************************************
 * デザイン
 * ************************************************************************* */

#design div.body {
  max-width: 1380px;
}

/**
 * 紹介文
 */

#design div.lead {
  line-height: 2;
}

@media screen and (min-width:768px) {

  #design div.lead {
    line-height: 2.5;
    font-size: 1.125em;
    text-align: center;
  }

}

/**
 * 共用部・コミュニティゾーンデザイン
 */

#design-1 {
  padding: 30px 15px;
  border-radius: 4px;
  border: 1px solid #111;
  background-color: #fff;
}

@media screen and (min-width:768px) {

  #design-1 {
    padding: 60px 4.48% 80px;
  }

}

/**
 * 社名
 */

#design-1 .design-title {
  font-size: 1.125em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #design-1 .design-title {
    font-size: 1.375em;
  }

}

/**
 * 紹介文
 */

#design-1 div.content {
  line-height: 2;
}

@media screen and (min-width:768px) {

  #design-1 div.content {
    line-height: 2.5;
    text-align: center;
  }

}

/**
 * プロフィール
 */

@media screen and (min-width:768px) {

  #design-1 div.profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

}

/* 画像 */

#design-1 div.profile div.image {
  margin-bottom: 20px;
}

@media screen and (min-width:768px) {

  #design-1 div.profile div.image {
    width: 48%;
    margin-bottom: 0;
    align-self: flex-start;
  }

}

/* 内容 */

#design-1 div.profile div.text {
  font-size: 0.875em;
}

@media screen and (min-width:768px) {

  #design-1 div.profile div.text {
    width: 48%;
  }

}

/**
 * 事例
 */

#design-1 div.result {
  padding-top: 25px;
  border-top: 1px solid #c3c3c3;
}

#design-1 div.result div.item ~ div.item {
  margin-top: 15px;
}

#design-1 div.result div.item img {
  width: 100%;
}

#design-1 div.result div.item .caption {
  margin-top: 3px;
  font-size: 0.8125em;
  text-align: left;
}

@media screen and (min-width:768px) {

  #design-1 div.result {
    max-width: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
    padding: 30px 20px 15px;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #design-1 div.result div.item {
    width: calc(100% / 4 - 10px);
    margin: 0 5px 10px;
  }

  #design-1 div.result div.item ~ div.item {
    margin-top: 0;
  }

  #design-1 div.result div.item img {
    width: 100%;
  }

}

/** ***************************************************************************
 * ギャラリー
 * ************************************************************************* */

#gallery div.item ~ div.item {
  margin-top: 50px;
}

@media screen and (min-width:768px) {

  #gallery div.item ~ div.item {
    margin-top: 120px;
  }
}

/**
 * 画像
 */

#gallery div.item div.image {
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

#gallery div.item div.image img {
  width: 100%;
}

#gallery div.item div.image div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {

  #gallery div.item div.image {
    margin-bottom: 40px;
  }

}

/**
 * テキスト
 */

#gallery div.item div.text {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2;
}

@media screen and (min-width:768px) {

  #gallery div.item div.text {
    line-height: 2.5;
    text-align: center;
  }

}

/** ***************************************************************************
 * 物件エントリー
 * ************************************************************************* */

#entry {
  text-align: center;
}

#entry a {
  padding: 0.5em 4.5em 0.625em 1.5em;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 1.0);
}

#entry a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#entry a::after {
  content: '';
  width: 2em;
  height: 1.375em;
  background: url("../_image/members/_common/icon-arrow-1.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.6875em);
  right: 1em;
}
