@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding-bottom: 60px;
}

#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;
  overflow: hidden;
}

@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;
  }

}

/** ***************************************************************************
 * 商業施設
 * ************************************************************************* */

#mall {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#mall div.body {
  max-width: 1270px;
}

/**
 * 紹介文
 */

#mall div.lead {
  max-width: none;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  position: relative;
  z-index: 1;
  left: calc(50% - 50vw);
}

/* 内容 */

#mall div.lead div.content {
  width: 80%;
  padding: 20px 3%;
  line-height: 2;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}

@media screen and (min-width:768px) {

  #mall div.lead div.content {
    width: auto;
    min-width: 695px;
    padding: 40px 3%;
    line-height: 2.5;
    font-size: 1.125em;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    transform: translate(-50%, -70%);
  }

}

/* 画像 */

#mall div.lead div.image {
  width: 50%;
  position: relative;
  z-index: 0;
}

#mall div.lead div.image.large {
  width: 100%;
}

#mall div.lead div.image img {
  width: 100%;
}

#mall div.lead 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;
}

/**
 * 商業施設一覧
 */

#mall div.mall-list {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

#mall div.mall-list::after {
  content: '';
  max-width: none;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
}

@media screen and (min-width:768px) {

  #mall div.mall-list {
    padding-top: 100px;
    padding-bottom: 100px;
  }

}

/* 商業施設一覧 1 */

#mall-list-1::after {
  background-color: #e9e7d4;
}

@media screen and (min-width:768px) {

  #mall-list-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

}

/* 商業施設一覧 2 */

#mall-list-2::after {
  background-color: #dfdbe0;
}

/* 施設名 */

#mall div.mall-list .section-title {
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width:768px) {

  #mall div.mall-list .section-title {
    font-size: 1.75em;
  }

}

/* 施設写真 */

#mall div.mall-list div.visual {
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}

#mall div.mall-list div.visual 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) {

  #mall div.mall-list div.visual {
    margin-bottom: 30px;
  }

}

/* ショップリスト */

#mall div.mall-list div.shop ~  div.shop {
  margin-top: 2.5em;
}

#mall div.mall-list div.shop dl.list {
  letter-spacing: 0;
  line-height: 1.3;
}

#mall div.mall-list div.shop dl.list div.item ~ div.item {
  margin-top: 2.5em;
}

#mall div.mall-list div.shop dl.list dt {
  margin-bottom: 1.5em;
  font-size: 1.167em;
  font-weight: 500;
}

#mall div.mall-list div.shop dl.list dt ~ dt {
  margin-top: 2.5em;
}

#mall div.mall-list div.shop dl.list dd ~ dd {
  margin-top: 0.75em;
}

#mall div.mall-list div.shop dl.list dd {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width:768px) {

  #mall div.mall-list div.shop {
    font-size: 0.75em;
  }

  #mall div.mall-list div.shop ~  div.shop {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px dotted #6f6d70;
  }

  #mall div.mall-list div.shop dl.list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #mall div.mall-list div.shop dl.list div.item {
    width: 25%;
    padding-right: 1em;
  }

  #mall div.mall-list div.shop dl.list div.item ~ div.item {
    margin-top: 0;
  }

}

/**
 * トリエ京王調布 B館
 */

@media screen and (min-width:768px) {

  #mall-2 {
    width: 48%;
  }

  #mall-2 div.shop dl.list div.item {
    width: 100% !important;
    padding-right: 0 !important;
  }

}

/**
 * トリエ京王調布 C館
 */

@media screen and (min-width:768px) {

  #mall-3 {
    width: 48%;
  }

  #mall-3 div.shop dl.list div.item {
    width: 100% !important;
    padding-right: 0 !important;
  }

}

/**
 * トリエ京王調布 サウスゲートビル
 */

@media screen and (min-width:768px) {

  #mall-4 {
    width: 100%;
    padding: 30px;
    border: 1px solid #d0cfc5;
  }

  #mall-4 .section-title {
    text-align: left !important;
  }

  #mall-4 div.shop dl.list div.item {
    width: 100% !important;
    padding-right: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  #mall-4 div.shop dl.list dd {
    width: 50%;
    padding-right: 1em;
  }

}

/** ***************************************************************************
 * COMMUNITY & FUTURE
 * ************************************************************************* */

#community {
  overflow: hidden;
}

#community div.body {
  max-width: 1410px;
}

/**
 * タイトル
 */

#community .section-title {
  margin-bottom: 10px;
}

@media screen and (min-width:768px) {

  #community .section-title {
    margin-bottom: 15px;
  }

}

/**
 * ビジュアル
 */

#community div.visual {
  max-width: none;
  width: 100vw;
  position: relative;
  z-index: 0;
  left: calc(50% - 50vw);
}

#community div.visual img {
  width: 100%;
}

#community div.visual 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;
}

/**
 * 内容
 */

#community div.content {
  padding: 30px 0;
  line-height: 2;
}

@media screen and (min-width:768px) {

  #community div.content {
    padding: 50px 0 60px;
    line-height: 2.5;
    text-align: center;
  }

}

/**
 * 画像
 */

#community div.image {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

#community div.image div.item {
  width: 48%;
  margin-bottom: 3%;
  position: relative;
  z-index: 0;
}

#community div.image div.item:where(:nth-child(1)) {
  width: 100%;
}

#community div.image div.item img {
  width: 100%;
}

#community div.image div.item 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) {

  #community div.image div.item {
    width: calc(100% / 3 - 2%);
  }

  #community div.image div.item:last-child:nth-of-type(3n+2) {
    margin-left: 3%;
    margin-right: auto;
  }

}

/** ***************************************************************************
 * LIFE
 * ************************************************************************* */

#main #life-2.life-contents {
  margin-top: 60px;
}

#main .life-contents div.body {
  max-width: 1460px;
}

#main .life-contents .item ~ .item {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #main #life-2.life-contents {
    margin-top: 100px;
  }

  #main .life-contents div.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  #main .life-contents .item {
    width: 49%;
  }

  #main .life-contents .item ~ .item {
    margin-top: 30px;
  }

}

/**
 * 内容
 */

#main .life-contents div.contents {
  height: 90vw;
  max-height: 400px;
  padding: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents {
    height: 40.82vw;
    max-height: 600px;
    padding: 5px 5px 10px;
  }

}

/* 内容 */

#main .life-contents div.contents div.content {
  min-width: 70%;
  min-height: 60%;
  color: #fff;
  transition:
    background-color 0.3s ease-in-out 0.0s,
    backdrop-filter 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0);
}

#main .life-contents div.contents div.content:hover {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

#main .life-contents div.contents div.content a {
  height: 100%;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents div.content a {
    padding: 40px;
  }

}

/* キャッチコピー */

#main .life-contents div.contents div.catchcopy {
  font-size: 1.5em;
  text-align: center;
}

#main .life-contents div.contents div.catchcopy small {
  font-size: 0.5em;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents div.catchcopy {
    font-size: 1.875em;
  }

}

/* リンクボタン */

#main .life-contents div.contents div.button {
  min-width: 90%;
  margin-top: 15px;
  padding: 1em 1em 1.25em;
  font-size: 1.125em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

#main .life-contents div.contents div.button::after {
  content: '';
  width: 2.25em;
  height: 1.5em;
  margin: 1em auto 0;
  background: url("../_image/_common/icon-arrow-4.png") 0 0 / 100% 100% no-repeat;
  display: block;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents div.button {
    min-width: 70%;
    font-size: 1.25em;
  }

}

/* ハッシュタグ */

#main .life-contents div.contents ul.hash {
  color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#main .life-contents div.contents ul.hash li {
  padding: 5px 10px;
}

/**
 * ロケーションに戻る
 */

#life-back {
  height: 45vw;
  max-height: 200px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:768px) {

  #life-back {
    height: 20.41vw;
    max-height: 300px;
    padding: 5px 5px 10px;
  }

}

/* 内容 */

#life-back div.content {
  min-width: 90%;
  min-height: 60%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.3s ease-in-out 0.0s,
    backdrop-filter 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0);
}

#life-back div.content:hover {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

#life-back div.content a {
  min-height: 3.5em;
  padding: 0.5em 2em;
  color: #fff;
  line-height: 1.5;
  font-size: 1.125em;
  text-decoration: none;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(35, 24, 21, 1.0);
}

#life-back div.content a:hover {
  background-color: rgba(35, 24, 21, 0.8);
}

#life-back div.content a::before {
  content: '';
  width: 1.5em;
  height: 1em;
  margin-right: 1em;
  background: url("../_image/_common/icon-arrow-back-1.png") 0 0 / 100% 100% no-repeat;
}

@media screen and (min-width:768px) {

  #life-back div.content {
    min-width: 70%;
  }

}
