@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

html {
  height: 100%;
}

body {
  height: 100%;
  padding-top: 0 !important;
}

#main {
  font-family: 'NotoSerifCJKjp';
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main {
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#main .section ~ .section {
  padding-top: 50px;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section ~ .section {
    padding-top: 120px;
  }

  #main .column ~ .column {
    margin-top: 100px;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  height: 100%;
  letter-spacing: 1px;
  font-family: 'NotoSerifCJKjp';
  font-weight: 400;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual {
    letter-spacing: 2px;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * 画像
 */

#visual div.visual {
  height: 69.6%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-grow: 6;
  transform: scale(1.1);
  filter: contrast(150%) brightness(120%);
}

body.loaded
#visual div.visual {
  transition:
    transform 0.6s ease-in-out 0.0s,
    filter 0.8s ease-in-out 1.0s;
  transform: scale(1.0);
  filter: contrast(100%) brightness(100%);
}

#visual div.visual::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1.0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#visual div.visual::after {
  content: '';
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#visual div.visual .title {
  padding: 40px;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 3;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.visual {
    height: 65.87%;
  }

}

/** ***************************************************************************
 * テキスト
 */

#visual div.content {
  height: 30.4%;
  padding: 15px;
  line-height: 2;
  text-align: center;
  background-color: rgba(255, 255, 255, 1.0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#visual div.content .title {
  line-height: 2;
  font-size: 1.125em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.content {
    height: 34.13%;
    padding: 20px;
    line-height: 2.5;
  }

  #visual div.content .title {
    font-size: 1.5em;
  }

}

/** ***************************************************************************
 * アンカーナビ
 * ************************************************************************* */

#anchor-nav ul.list li {
  margin: 1px 0;
}

#anchor-nav ul.list li a {
  color: inherit;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

#anchor-nav ul.list div.image {
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#anchor-nav ul.list div.image img {
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#anchor-nav ul.list div.content {
  width: 50%;
  padding: 20px 15px 35px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 1;
}

#anchor-nav ul.list div.content::after {
  content: '';
  width: 0.625em;
  height: 1em;
  background: url("../image/_common/icon-arrow-1.png") center center / 100% 100% no-repeat;
  transform-origin: center center;
  transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  left: calc(50% - 0.3125em);
  bottom: 10px;
  transition: transform 0.3s ease-in-out 0.0s;
}

#anchor-nav ul.list a:hover div.content::after {
  transform: rotate(90deg) rotateX(180deg) translateX(3px);
}

#anchor-nav ul.list div.content .type {
  margin-bottom: 15px;
  font-size: 0.9375em;
  text-align: center;
}

#anchor-nav ul.list div.content .title {
  font-size: 0.875em;
  text-align: center;
}

#anchor-nav ul.list div.content .title img {
  width: auto;
  max-height: 14px;
  margin-bottom: 5px;
  filter: brightness(0) invert(1);
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #anchor-nav ul.list {
    display: flex;
  }

  #anchor-nav ul.list li {
    width: calc(100% / 3);
    margin: 0;
  }

  #anchor-nav ul.list li a {
    flex-direction: column;
  }

  #anchor-nav ul.list div.image {
    width: 100%;
  }

  #anchor-nav ul.list div.image img {
    transform: none;
    position: static;
  }

  #anchor-nav ul.list div.content {
    width: 85%;
    margin: -120px auto 0;
  }

  #anchor-nav ul.list div.content .title img {
    max-height: 22px;
  }

}

/** ***************************************************************************
 * シリーズ 共用
 * ************************************************************************* */

#main .section-series {
  padding-bottom: 40px;
  background: url("../image/series/image-bg-1.jpg") center bottom / auto 80px no-repeat;
}

#main .section-series:last-child {
  background: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series {
    padding-bottom: 100px;
    background-size: auto;
  }

}

/** ***************************************************************************
 * タイトル
 */

#main .section-series
.section-title {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

#main .section-series
.section-title em {
  font-size: 1.1875em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series
  .section-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.125em;
  }

  #main .section-series
  .section-title em {
    font-size: 1.278em;
  }

}

/** ***************************************************************************
 * ビジュアル
 */

#main .section-series
div.visual {
  margin-bottom: 40px;
  background: url("../image/series/series-visual-texture.png") center center / 100% auto repeat-y;
}

#main .section-series
div.visual div.image img {
  width: 100%;
}

#main .section-series
div.visual div.logo {
  width: 80px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series
  div.visual {
    margin-bottom: 60px;
  }

  #main .section-series
  div.visual div.logo {
    width: 112px;
    margin-top: -55px;
  }

}

/** ***************************************************************************
 * 紹介文
 */

#main .section-series
div.lead {
  line-height: 2;
  text-align: center;
}

#main .section-series
div.lead .title {
  font-size: 1.125em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series
  div.lead {
    line-height: 2.5;
  }

  #main .section-series
  div.lead .title {
    font-size: 1.25em;
  }

}

/** ***************************************************************************
 * ギャラリー
 */

#main .section-series
div.gallery {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

/** ---------------------------------------------------------------------------
 * タイトル
 */

#main .section-series
div.gallery .gallery-title {
  margin-bottom: 30px;
  text-align: center;
}

/** ---------------------------------------------------------------------------
 * 画像
 */

#main .section-series
div.gallery div.image {
  position: relative;
  z-index: 1;
}

#main .section-series
div.gallery div.image div.item {
  width: 80% !important;
}

#main .section-series
div.gallery div.image div.item.swiper-slide-active {
  transition-duration: 0.5s !important;
}

#main .section-series
div.gallery div.image div.item a {
  color: inherit;
  display: block;
  overflow: hidden;
}

#main .section-series
div.gallery div.image div.item img {
  width: 100% !important;
  display: block !important;
  transition:
    transform 0.3s ease-in-out 0.0s,
    filter 0.3s ease-in-out 0.0s,
    opacity 0.5s ease-in-out 0.0s;
  transform: scale(1.0);
  opacity: 0.5;
}

#main .section-series
div.gallery div.image div.item.swiper-slide-active img {
  opacity: 1.0;
}

#main .section-series
div.gallery div.image div.item.swiper-slide-active:hover img {
  transform: scale(1.15);
}

#main .section-series
div.gallery div.image div.item .caption {
  width: fit-content;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75em;
  transition:
    visibility 0.5s ease-in-out 0.3s,
    opacity 0.5s ease-in-out 0.3s;
  visibility: hidden;
  opacity: 0;
}

#main .section-series
div.gallery div.image div.item.swiper-slide-active .caption {
  visibility: visible;
  opacity: 1;
}

/* 前へ / 次へ */
#main .section-series
div.gallery div.image div.navigation {
  width: 10%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
}

#main .section-series
div.gallery div.image div.navigation.prev {
  left: 0;
}

#main .section-series
div.gallery div.image div.navigation.next {
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series
  div.gallery div.image div.item {
    width: 70% !important;
  }

  /* 前へ / 次へ */
  #main .section-series
  div.gallery div.image div.navigation {
    width: 15%;
  }

}

/** ---------------------------------------------------------------------------
 * 前へ / 次へ
 */

#main .section-series
div.gallery {
  position: relative;
  z-index: 1;
}

#main .section-series
div.gallery div.button {
  width: 8%;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 2%;
}

#main .section-series
div.gallery div.button div.arrow {
  width: 12px;
  line-height: 0;
  cursor: pointer;
}

#main .section-series
div.gallery div.button div.arrow img {
  filter: brightness(1) invert(1);
}

#main .section-series
div.gallery div.button div.arrow.prev {
  transform-origin: center center;
  transform: rotate(180deg);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series
  div.gallery div.button {
    top: 15px;
  }

  #main .section-series
  div.gallery div.button div.arrow {
    width: 16px;
  }

}

/** ***************************************************************************
 * 物件一覧・実績
 */

#main .section-series
div.archive .archive-contents {
  display: grid; 
  grid-template-rows: 0fr;
  transition:
    margin-top 0.4s ease-in-out 0.0s,
    grid-template-rows 0.4s ease-in-out 0.0s;
}

#main .section-series
div.archive .archive-contents.active {
  grid-template-rows: 1fr;
}

#main .section-series
div.archive .archive-contents.active ~ .archive-contents {
  margin-top: 40px;
}

#main .section-series
div.archive .archive-contents div.archive-body {
  overflow: hidden;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series
  div.archive .archive-contents.active ~ .archive-contents {
    margin-top: 100px;
  }

}

/** ---------------------------------------------------------------------------
 * タイトル
 */

#main .section-series
div.archive .archive-contents .archive-title {
  margin-bottom: 30px;
  text-align: center;
}

#main .section-series
div.archive .archive-contents .archive-title img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
}

/** ---------------------------------------------------------------------------
 * 一覧
 */

#main .section-series
div.archive .archive-contents div.contents {
  padding: 6%;
  border: 1px solid rgba(0, 0, 0, 1.0);
}

#main .section-series
div.archive .archive-contents div.contents ul.list {
  margin-bottom: -1em;
  line-height: 1.6;
  font-family: 'NotoSansCJKjp';
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#main .section-series
div.archive .archive-contents div.contents ul.list li {
  min-width: 48%;
  margin-bottom: 1em;
}

#main .section-series
div.archive .archive-contents div.contents ul.list li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

#main .section-series
div.archive .archive-contents div.contents ul.list li a[href=""] {
  pointer-events: none;
}

#main .section-series
div.archive .archive-contents div.contents ul.list li a:not([href]) {
  color: #a5a5a5;
}

#main .section-series
div.archive .archive-contents div.contents ul.list li .comingsoon {
  font-size: 0.625em;
}

/** ---------------------------------------------------------------------------
 * 物件一覧・実績を見る
 */

#main .section-series
div.archive div.button {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: margin-top 0.3s ease-in-out 0.0s;
}

#main .section-series
div.archive div.button.active {
  margin-top: 30px;
}

#main .section-series
div.archive div.button a {
  padding: 15px 15px 50px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#main .section-series
div.archive div.button a::after {
  content: '';
  width: 14px;
  height: 24px;
  background: url("../image/_common/icon-arrow-1.png") center center / 100% 100% no-repeat;
  filter: brightness(1) invert(1);
  transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  left: calc(50% - 7px);
  bottom: 10px;
}

#main .section-series
div.archive div.button.active a::after {
  transform: rotate(-90deg);
}

#main .section-series
div.archive div.button div.title {
  line-height: 1.6;
  font-size: 1.125em;
}

#main .section-series
div.archive div.button div.title img {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#main .section-series
div.archive div.button .text {
  text-align: center;
}

#main .section-series
div.archive div.button .text.open {
  position: static;
  visibility: visible;
  opacity: 1;
}

#main .section-series
div.archive div.button.active .text.open {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

#main .section-series
div.archive div.button .text.close {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

#main .section-series
div.archive div.button.active .text.close {
  position: static;
  visibility: visible;
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series
  div.archive div.button.active {
    margin-top: 80px;
  }

  #main .section-series
  div.archive div.button a {
    padding-bottom: 55px;
  }

  #main .section-series
  div.archive div.button a::after {
    width: 20px;
    height: 30px;
    left: calc(50% - 10px);
  }

}

/** ***************************************************************************
 * その他の実績
 * ************************************************************************* */

#stylio-other {
  padding: 40px 0 20px;
  background-color: #f2efea;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #stylio-other {
    padding: 80px 0 60px;
  }

  #stylio-other.section-series .section-title {
    margin-bottom: 40px;
  }

}
