@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding: 80px 0 60px;
}

#main div.body {
  max-width: 1240px;
}

@media screen and (min-width:768px) {

  #main {
    padding: 100px 0 150px;
  }

}

/**
 * セクショニング
 */

:where(#main .section) ~ .section {
  margin-top: 100px;
}

:where(#main .column) ~ .column {
  margin-top: 40px;
}

:where(#main .block) ~ .block {
  margin-top: 20px;
}

@media screen and (min-width:768px) {

  :where(#main .section) ~ .section {
    margin-top: 150px;
  }

  :where(#main .column) ~ .column {
    margin-top: 80px;
  }

  :where(#main .block) ~ .block {
    margin-top: 40px;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

/**
 * ビジュアル
 */

#visual div.visual {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width:768px) {

  #visual div.visual {
    display: block;
    position: relative;
  }

}

/* テキスト画像 */

#visual div.visual div.text {
  width: 90%;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width:768px) {

  #visual div.visual div.text {
    width: auto;
    margin: unset;
    position: absolute;
    left: 50px;
    bottom: 0;
  }

}

/* 画像 */

#visual div.visual div.image {
  position: relative;
}

#visual div.visual div.image img {
  width: 100%;
}

#visual div.visual div.image div.cover {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/* キャプション */

#visual div.visual div.caption {
  padding: 0.875em 1.5em;
  color: #fff;
  line-height: 1;
  font-size: 0.625em;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

@media screen and (min-width:768px) {

  #visual div.visual div.caption {
    top: unset;
    bottom: 0;
  }

}

/**
 * キャッチコピー
 */

#visual div.catchcopy {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.25em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #visual div.catchcopy {
    max-width: 1240px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 4px;
    font-size: 2em;
    text-align: unset;
  }

}

/** ***************************************************************************
 * コンテンツ共用
 * ************************************************************************* */

/** ---------------------------------------------------------------------------
 * レイアウト 1
 */

#main .section-style-1 div.contents {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width:768px) {

  #main .section-style-1 div.contents {
    flex-direction: row;
    justify-content: space-between;
  }

}

/**
 * 内容
 */

#main .section-style-1 div.content {
  max-width: 650px;
  flex-grow: 1;
  flex-shrink: 0;
}

/* タイトル */

#main .section-style-1 .section-title {
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.625em;
  font-weight: 400;
}

#main .section-style-1 .section-title img {
  width: auto;
  max-height: 70px;
  margin-bottom: 10px;
  display: block;
}

@media screen and (min-width:768px) {

  #main .section-style-1 .section-title {
    margin-bottom: 50px;
    font-size: 1.625em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 30px;
  }

  #main .section-style-1 .section-title img {
    width: revert-layer;
    max-height: unset;
    margin-bottom: unset;
    display: block;
  }

}

/* テキスト */

#main .section-style-1 div.text {
  line-height: 2.5;
}

@media screen and (min-width:768px) {

  #main .section-style-1 div.text {
    line-height: 3;
  }

}

/**
 * 画像
 */

#main .section-style-1 div.image {
  width: calc(100% + 40px);
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
  padding-bottom: 54%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
} 

#main .section-style-1 div.image div.caption {
  padding: 0.875em 1.5em;
  color: #fff;
  line-height: 1;
  font-size: 0.625em;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

#main .section-style-1 div.image div.caption[align="left"] {
  left: 0;
  right: unset;
}

@media screen and (min-width:768px) {

  #main .section-style-1 div.image {
    width: 58%;
    max-width: 100%;
    margin-left: 2%;
    margin-right: unset;
    align-self: flex-start;
  } 

}

/** ---------------------------------------------------------------------------
 * ビジュアル
 */

#main div.visual {
  max-width: none;
  width: var(--innerWidth);
  min-height: 40vh;
  margin-top: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: var(--innerCenter);
}

@media screen and (min-width:768px) {

  #main div.visual {
    min-height: 400px;
    margin-top: 100px;
  }

}

/**
 * 内容
 */

#main div.visual div.text {
  width: fit-content;
  padding: 50px 20px;
  color: #fff;
  line-height: 2.5;
}

@media screen and (min-width:768px) {

  #main div.visual div.text {
    line-height: 3;
    text-align: center;
  }

}

/**
 * 画像
 */

#main div.visual div.caption {
  padding: 0.875em 1.5em;
  color: #fff;
  line-height: 1;
  font-size: 0.625em;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

/** ---------------------------------------------------------------------------
 * レイアウト 2
 */

/* タイトル */

#main .section-style-2 .section-title {
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}

#main .section-style-2 .section-title img {
  width: auto;
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
}

@media screen and (min-width:768px) {

  #main .section-style-2 .section-title {
    margin-bottom: 80px;
    font-size: 1.625em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 30px;
  }

  #main .section-style-2 .section-title img {
    width: revert-layer;
    max-height: unset;
    margin-bottom: unset;
    display: block;
  }

}

/** ***************************************************************************
 * FEATURE
 * ************************************************************************* */

#feature.section .section-title img {
  max-height: 40px;
}

@media screen and (min-width:768px) {

  #feature.section .section-title img {
    max-height: revert-layer;
  }

}

/** ***************************************************************************
 * HAMMONS
 * ************************************************************************* */

/**
 * 紹介文
 */

#hammons div.lead {
  line-height: 2.5;
}

#hammons div.content .logo {
  text-align: center;
}

@media screen and (min-width:768px) {

  #hammons div.lead {
    line-height: 3;
    text-align: center;
  }

}

/**
 * ハモンズ
 */

#hammons div.hammons {
  line-height: 2.5;
}

#hammons div.hammons .logo {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

#hammons div.hammons .image {
  text-align: center;
}

#hammons div.hammons .chord {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

#hammons div.hammons .chord img {
  filter: none;
}

@media screen and (min-width:768px) {

  #hammons div.hammons .logo {
    font-size: 1.5em;
  }

  #hammons div.hammons .text {
    line-height: 3;
    text-align: center;
  }

}

/**
 * ハモンズR
 */

#hammons div.hammons-r {
  line-height: 2.5;
}

#hammons div.hammons-r .logo-1 {
  text-align: center;
}

#hammons div.hammons-r .logo-2 {
  text-align: center;
}

@media screen and (min-width:768px) {

  #hammons div.hammons-r {
    line-height: 3;
  }

  #hammons div.hammons-r .text {
    text-align: center;
  }

}

/** ***************************************************************************
 * LIVING
 * ************************************************************************* */

#living.section div.contents {
  flex-direction: column;
}

@media screen and (min-width:768px) {

  #living.section div.contents {
    flex-direction: row;
  }

}

/**
 * 画像
 */

#living div.side {
  margin-top: 30px;
}

#living div.side div.side-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#living div.side div.side-image img {
  width: calc(100% / 2 - 10px);
}

@media screen and (min-width:768px) {

  #living div.side {
    margin-top: unset;
    margin-left: 2%;
  }

}

/**
 * 見取り図
 */

#living div.side div.side-plan {
  padding: 15px;
  background-color: #efefef;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#living div.side div.side-plan div.item {
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

@media screen and (min-width:768px) {

  #living div.side div.side-plan {
    padding: 20px;
  }

  #living div.side div.side-plan div.item {
    width: calc(100% / 2 - 10px);
  }

}

/** ***************************************************************************
 * SCENE
 * ************************************************************************* */

/**
 * 内容
 */

#scene div.contents div.image {
}

@media screen and (min-width:768px) {

  #scene div.contents div.image {
    width: 50%;
    padding-bottom: 43%;
  }

}

/**
 * マップ
 */

#scene div.map {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

#scene div.map div.item {
  width: 100%;
  padding: 20px 20px 30px;
  background-color: #efefef;
}

@media screen and (min-width:768px) {

  #scene div.map div.item {
    width: calc(100% / 2 - 10px);
    padding: 30px 40px 40px;
  }

}

/* キャプション */

#scene div.map div.map-caption {
  margin-bottom: 20px;
  text-align: center;
}

/* 画像 */

#scene div.map div.map-image {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

/** ***************************************************************************
 * CITY
 * ************************************************************************* */

/**
 * 内容
 */

#city div.content {
  line-height: 2.5;
}

@media screen and (min-width:768px) {

  #city div.content {
    line-height: 3;
    text-align: center;
  }

}

/** ***************************************************************************
 * 「itonami」イメージムービー
 * ************************************************************************* */

/**
 * 動画
 */

#itonami div.movie {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

#itonami div.movie div.button {
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#itonami div.movie div.button a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#itonami div.movie div.embed {
  padding-bottom: 67%;
  clip-path: url("#about-movie-mask");
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#itonami div.movie div.embed div.cover {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#itonami div.movie div.embed iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#itonami div.movie div.caption {
  width: fit-content;
  margin-left: auto;
  margin-right: 10%;
  font-size: 0.75em;
}

/** ***************************************************************************
 * 物件概要
 * ************************************************************************* */

/**
 * タイトル
 */

#outline .section-title {
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.625em;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width:768px) {

  #outline .section-title {
    margin-bottom: 50px;
  }

}

/**
 * 物件概要
 */

#outline div.outline {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

#outline table.data {
  font-size: 0.875em;
  border-collapse: collapse;
}

#outline table.data th {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: normal;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#outline table.data td {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-top: 2px dotted #c7c7c7;
  border-bottom: 2px dotted #c7c7c7;
}

#outline table.data td.memo {
  padding: 2em 1.5em;
}

#outline div.update {
  font-size: 0.75em;
}

/* SP表示 */

@media screen and (max-width:767px) {

  #outline table.data colgroup {
    display: none;
  }

  #outline table.data tbody {
    display: block;
  }

  #outline table.data tr {
    display: block;
  }

  #outline table.data tr ~ tr {
    margin-top: -1px;
  }

  #outline table.data th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.025);
    display: block;
  }

  #outline table.data td {
    width: 100%;
    border-bottom: none;
    display: block;
  }

}

/* 予告広告 */

#outline dl.memo dt {
  margin-bottom: 15px;
  padding: 0.5em 1.5em;
  line-height: 1.2;
  font-size: 1.125em;
  border: 2px solid #787878;
  display: inline-block;
}

@media screen and (min-width:768px) {

  #outline dl.memo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #outline dl.memo dt {
    margin-right: 1.5em;
    margin-bottom: unset;
    font-size: 2em;
    flex-shrink: 0;
  }

  #outline dl.memo dd {
    flex-grow: 1;
  }

}

/* 更新日 */

#outline div.update {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
