@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	デザインページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
@media screen and (min-width: 768px) {
  .p-title .p-title__image img {
    object-position: left 74%;
  }
}
.cap {
  font-size: 0.9rem;
  text-shadow: none;
}

.p-title {
  margin-bottom: 0;
}

.concept .l-section {
  margin-bottom: 10.8rem;
}
.concept .concept-container {
  position: relative;
  z-index: 1;
  padding-top: 4.6rem;
  background: url("../../images/design/concept_bg-sp.jpg") center/cover no-repeat;
}
.concept .concept-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 9rem;
  border-right: 1px solid #707070;
}
.concept .concept-body {
  margin-bottom: 2.8rem;
  text-align: center;
}
.concept .concept-body .headline {
  margin-bottom: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  font-size: 1.8rem;
}
.concept .concept-body .note .note_item + .note_item {
  margin-top: 2em;
}
.concept .concept-image {
  position: relative;
  z-index: 1;
  width: 26rem;
  margin: auto;
}
.concept .concept-image .cap {
  width: auto;
  bottom: 2em;
  left: 100%;
  white-space: nowrap;
  transform: translateX(-4em);
}

@media screen and (min-width: 768px) {
  .concept .l-section {
    margin-bottom: 16.8rem;
  }
  .concept .concept-container {
    padding-top: 8rem;
    padding-bottom: 9rem;
    background: url("../../images/design/concept_bg-pc.jpg") center/cover no-repeat;
  }
  .concept .concept-container::after {
    height: 18rem;
    transform: translateY(-3rem);
  }
  .concept .l-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .concept .concept-body {
    margin-bottom: 0;
    text-align: left;
  }
  .concept .concept-body .headline {
    margin-bottom: 5rem;
    line-height: 1.75;
    font-size: 4rem;
  }
  .concept .concept-body .note .note_item + .note_item {
    margin-top: 2em;
  }
  .concept .concept-image {
    width: 57rem;
  }
  .concept .concept-image .cap {
    position: revert;
    text-align: right;
    transform: translateX(0);
  }
}
.space .concept-container + .concept-container {
  margin-top: 5.4rem;
}
.space .concept-container .title {
  margin-bottom: 1.2rem;
  font-family: "Cormorant", serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.space .concept-container .concept-image {
  margin-bottom: 2.8rem;
  position: relative;
  z-index: 1;
}
.space .concept-container .concept-image .cap {
  width: 100%;
  padding: 0 1em;
  text-align: right;
  color: #fff;
}
.space .concept-container .concept-body .headline {
  position: relative;
  z-index: 1;
  padding-bottom: 2.8rem;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.5rem;
}
.space .concept-container .concept-body .headline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 1.8em;
  border-bottom: 1px solid #AD9D8A;
}

@media screen and (min-width: 768px) {
  .space .l-section {
    margin-bottom: 12rem;
  }
  .space .concept-container + .concept-container {
    margin-top: 9rem;
  }
  .space .concept-container .title {
    margin-bottom: 2.8rem;
    font-size: 5.4rem;
  }
  .space .concept-container .concept-image {
    margin-bottom: 3.4rem;
  }
  .space .concept-container .concept-body {
    display: grid;
    grid-template-columns: 47rem 1fr;
    align-items: center;
    width: 116rem;
    margin: auto;
  }
  .space .concept-container .concept-body .headline {
    margin-right: 3rem;
    padding-right: 3rem;
    padding-bottom: 0;
    font-size: 2.4rem;
    border-right: 1px solid #AD9D8A;
  }
  .space .concept-container .concept-body .headline::after {
    content: none;
  }
}
.material .material-container {
  padding: 4rem 0 3.4rem;
  color: #fff;
  background: #000;
}
.material .material-title {
  position: relative;
  z-index: 1;
  margin-bottom: 3.6rem;
}
.material .material-title .image {
  width: 92%;
}
.material .material-title .title {
  position: absolute;
  z-index: 1;
  top: -0.5em;
  right: 0;
  padding-right: 4vw;
  line-height: 1.28;
  font-family: "Cormorant", serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.material .material-body .headline {
  position: relative;
  z-index: 1;
  padding-bottom: 2.8rem;
  line-height: 1.6;
  font-size: 1.5rem;
}
.material .material-body .headline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 1.8em;
  border-bottom: 1px solid #fff;
}
.material .material-body .note {
  margin-bottom: 2.8rem;
}
.material .material-body .image {
  margin-bottom: 2.6rem;
}
.material .material-designer {
  position: relative;
  z-index: 1;
  padding: 4rem 2.4rem;
}
.material .material-designer::before, .material .material-designer::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 5rem;
  height: 9rem;
}
.material .material-designer::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.material .material-designer::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.material .material-designer .headline {
  margin-bottom: 2.8rem;
  text-align: center;
}
.material .material-designer .headline .sub {
  font-family: "Cormorant", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.material .material-designer .headline .main {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.material .material-designer .designer .info {
  width: fit-content;
  margin: auto auto 2.8rem;
}
.material .material-designer .designer .info .image {
  width: 16rem;
  margin: auto auto 2.2rem;
}
.material .material-designer .designer .info .name {
  margin-bottom: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1.7rem;
}
.material .material-designer .designer .info .name .en {
  margin-left: 1em;
  font-family: "Cormorant", serif;
  font-size: 0.82em;
}
.material .material-designer .designer .info .post {
  font-size: 1.1rem;
}
.material .material-designer .designer .note {
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .material .material-container {
    padding: 7.4rem 0 9rem;
  }
  .material .material-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 11rem;
    position: revert;
    max-width: 1366px;
    margin: auto;
    margin-bottom: 6.4rem;
  }
  .material .material-title .image {
    width: 68rem;
  }
  .material .material-title .title {
    position: revert;
    padding-right: 0;
    font-size: 4.8rem;
  }
  .material .material-body {
    text-align: center;
  }
  .material .material-body .headline {
    padding-bottom: 1.8rem;
    font-size: 2.4rem;
  }
  .material .material-body .headline::after {
    content: none;
  }
  .material .material-body .note {
    margin-bottom: 3.6rem;
  }
  .material .material-body .image {
    margin-bottom: 7rem;
  }
  .material .material-designer {
    width: 100rem;
    margin: auto;
    padding: 3rem 6rem 4.8rem;
  }
  .material .material-designer .headline {
    margin-bottom: 4.6rem;
    text-align: center;
  }
  .material .material-designer .headline .sub {
    font-size: 1.8rem;
  }
  .material .material-designer .headline .main {
    font-size: 2.2rem;
  }
  .material .material-designer .designer {
    display: grid;
    grid-template-columns: 1fr 16rem;
    gap: 0 6.2rem;
  }
  .material .material-designer .designer .info {
    grid-area: 1/1/2/2;
    width: 100%;
  }
  .material .material-designer .designer .info .name {
    margin-bottom: 0.8em;
    text-align: left;
    font-size: 2.2rem;
  }
  .material .material-designer .designer .info .post {
    font-size: 1.3rem;
  }
  .material .material-designer .designer .note {
    grid-area: 2/1/3/2;
  }
  .material .material-designer .designer .image {
    grid-area: 1/2/3/3;
  }
}
.landplan .landplan-title {
  margin-bottom: 5.2rem;
  text-align: center;
}
.landplan .landplan-title .title {
  font-family: "Cormorant", serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.landplan .landplan-title .headline {
  font-size: 1.6rem;
}
.landplan .landplan-top .image {
  width: 27rem;
  margin: auto auto 4.2rem;
}
.landplan .landplan-top .landplan-top__body .headline {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
}
.landplan .landplan-top .landplan-top__body .note {
  margin-bottom: 3.2rem;
}
.landplan .landplan-top .landplan-top__body .point .point-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 2.5rem;
  font-family: "Cormorant", serif;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #AD9D8A;
  font-size: 2rem;
}
.landplan .landplan-top .landplan-top__body .point .point-title::after {
  content: "";
  display: block;
  border-top: 1px solid #AD9D8A;
}
.landplan .landplan-top .landplan-top__body .point .point-list {
  margin-bottom: 3rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #AD9D8A;
}
.landplan .landplan-top .landplan-top__body .point .point-list .point-list__item + .point-list__item {
  margin-top: 1.8rem;
}
.landplan .landplan-top .landplan-top__body .point .point-list .point-list__item .item-name {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.4rem;
}
.landplan .landplan-top .landplan-top__body .point .point-list .point-list__item .item-name .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  aspect-ratio: 1;
  font-size: 1.3rem;
  color: #fff;
  background: #685644;
}
.landplan .landplan-other .landplan-other__item + .landplan-other__item {
  margin-top: 3rem;
}
.landplan .landplan-other .landplan-other__item .image {
  position: relative;
}
.landplan .landplan-other .landplan-other__item .body {
  margin-bottom: 2rem;
}
.landplan .landplan-other .landplan-other__item .headline {
  margin-bottom: 1.8rem;
  padding: 0.8em 0 0.8em 1.2rem;
  line-height: 1.8;
  font-size: 1.5rem;
  border-left: 1px solid #AD9D8A;
}

@media screen and (min-width: 768px) {
  .landplan .landplan-title {
    margin-bottom: 11rem;
  }
  .landplan .landplan-title .title {
    margin-bottom: 2.8rem;
    line-height: 1;
    font-size: 5rem;
  }
  .landplan .landplan-title .headline {
    font-size: 2.4rem;
  }
  .landplan .landplan-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 11.6rem;
    margin-bottom: 14rem;
  }
  .landplan .landplan-top .image {
    flex: 0 0 49rem;
    width: 49rem;
    margin: 0;
  }
  .landplan .landplan-top .landplan-top__body {
    flex: 0 0 56rem;
    width: 56rem;
  }
  .landplan .landplan-top .landplan-top__body .headline {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
  .landplan .landplan-top .landplan-top__body .point .point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 5.6rem;
    margin-bottom: 0;
    padding-bottom: 3.6rem;
  }
  .landplan .landplan-top .landplan-top__body .point .point-list .point-list__item + .point-list__item {
    margin-top: 0;
  }
  .landplan .landplan-top .landplan-top__body .point .point-list .point-list__item .item-note {
    font-size: 1.2rem;
  }
  .landplan .landplan-other .landplan-other__item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 8rem;
  }
  .landplan .landplan-other .landplan-other__item:nth-child(even) .body {
    order: 2;
  }
  .landplan .landplan-other .landplan-other__item:nth-child(even) .image {
    order: 1;
  }
  .landplan .landplan-other .landplan-other__item + .landplan-other__item {
    margin-top: 4rem;
  }
  .landplan .landplan-other .landplan-other__item .body {
    flex: 0 0 56rem;
    width: 56rem;
    margin-bottom: 0;
  }
  .landplan .landplan-other .landplan-other__item .headline {
    margin-bottom: 1.6rem;
    padding: 1em 0 1em 1em;
    font-size: 2rem;
  }
  .landplan .landplan-other .landplan-other__item .image {
    flex: 0 0 56rem;
    width: 56rem;
  }
}
/*# sourceMappingURL=style.css.map */
