@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ==================================

  『建築実例』 TOP PC Style

================================== */

.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}


/* ----------------------------------

  Swiper Slider Overwrite

---------------------------------- */

.swiper-container {
  position: relative;
}

/*
.swiper-container::before {
  content: "新着実例：6件";
  position: absolute;
  top: -2.5em;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
*/

.swiper-controller {
  position: relative;
  width: 425px;
  margin: 0 auto;
  display: none;
}

.swiper-slide[data-swiper-slide-index="0"].swiper-slide-active figure img,
.swiper-slide[data-swiper-slide-index="0"].swiper-slide-duplicate-active figure img,
.swiper-slide[data-swiper-slide-index="0"].swiper-slide-prev figure img {
  animation: unset;
}

.swiper-slide[data-swiper-slide-index="1"].swiper-slide-active figure img,
.swiper-slide[data-swiper-slide-index="1"].swiper-slide-duplicate-active figure img,
.swiper-slide[data-swiper-slide-index="1"].swiper-slide-prev figure img {
  animation: unset;
}

.swiper-slide[data-swiper-slide-index="2"].swiper-slide-active figure img,
.swiper-slide[data-swiper-slide-index="2"].swiper-slide-duplicate-active figure img,
.swiper-slide[data-swiper-slide-index="2"].swiper-slide-prev figure img {
  animation: unset;
}

.swiper-container .show-detail {
  margin: 85px auto 0;
}


/* Scrollbar
---------------------------------- */

.swiper-scrollbar {
  position: relative;
  max-width: 320px;
  height: 1px !important;
  background-color: #bcbcbc;
  margin: 0 auto;
  display: none;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  width: 320px;
}

.swiper-scrollbar-drag {
  z-index: 999 !important;
  top: -7px;
  height: 14px;
  background-color: #3a3937;
  opacity: 1;
}

.swiper-scrollbar::before {
  content: none;
  position: absolute;
  top: -2.25em;
  left: 0.3em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9c9c9c;
}

.swiper-scrollbar::after {
  content: none;
  position: absolute;
  top: -2.25em;
  right: 0.3em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9c9c9c;
}

.swiper-scrollbar.is-before::before {
  top: -2em;
  left: 0.1em;
  font-size: 20px;
  color: #3a3937;
}

.swiper-scrollbar.is-after::after {
  top: -2em;
  right: 0.1em;
  font-size: 20px;
  color: #3a3937;
}


/* Pagination
---------------------------------- */

.swiper-pagination {
  font-size: 16px;
  font-size: 1.6rem;
  color: #9c9c9c;
}


/* Button
---------------------------------- */

.swiper-button-prev,
.swiper-button-next {
  color: #9c9c9c;
  transform: scale(0.4);
}

.swiper-button-prev {
  transform-origin: 0 50%;
}

.swiper-button-next {
  transform-origin: 100% 50%;
}


/* ----------------------------------

  Main

---------------------------------- */


/* .main { padding: 80px 0 0; } */


/* ----------------------------------

  Section

---------------------------------- */

section {
  position: relative;
  width: 100%;
}

section .inner::after {
  content: "";
  clear: both;
  display: block;
}


/* Main Visual
---------------------------------- */

.main-visual {
  position: relative;
  top: 0;
  width: 100%;
  height: calc(495 / 1500 * 100vw);
  display: flex;
  flex-direction: row;
  gap: 1px;
}

.main-visual figure {
  position: relative;
  max-width: initial;
  width: 100%;
  height: calc(495 / 1500 * 100vw);
  aspect-ratio: 371 / 495;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.8s ease;
  cursor: pointer;
}

.main-visual figure.mv01 {
  flex: 0.5;
  background-image: url(../images/ziturei_header_img001b.jpg);
}

.main-visual figure.mv02 {
  flex: 1;
  background-image: url(../images/ziturei_header_img002b.jpg);
}

.main-visual figure.mv03 {
  flex: 1;
  background-image: url(../images/ziturei_header_img003b.jpg);
}

.main-visual figure.mv04 {
  flex: 1;
  background-image: url(../images/ziturei_header_img004b.jpg);
}

.main-visual figure.mv05 {
  flex: 0.5;
  background-image: url(../images/ziturei_header_img005b.jpg);
}




.main-visual figure:hover {
  /*flex: calc(1500 / 495);*/
  flex: 2;
  aspect-ratio: 739 / 495;
}

.main-visual figure img {
  width: 100%;
  height: auto;
}


/* Add 202403 */

.main-visual figure a {
  width: 100%;
  height: 100%;
  display: block;
}

.main-visual figure a span {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 1%;
  transform: translateX(10%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;

}

.main-visual a span { color: #ffffff; }

.main-visual figure:hover a span {
  opacity: 1;
  visibility: visible;
}

/* Breadcrumb
---------------------------------- */

#bread {
  margin: 25px auto 0;
}

#bread ul {
  position: relative;
  z-index: 2;
  top: initial;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  color: #000000;
  text-shadow: none;
  flex-wrap: wrap;
}

#bread li {
  color: #000000;
}

#bread li.txt_w a {
  margin-right: 5px;
  color: #000000;
}


/* Heading
---------------------------------- */

.heading {
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
  color: #167cba;
}

.sub-heading {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 45px;
}


/* Intro
---------------------------------- */

.intro {
  padding: 80px 0 130px;
  text-align: center;
}

.intro .heading {
  color: #167cba;
}

.intro p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: calc(30 / 14);
}


/* Recommend Example
---------------------------------- */

.rcmd {
  display: grid;
  grid-template-columns: calc(710 / 1500 * 100%) calc(790 / 1500 * 100%);
  margin: 0 0 115px;
}

.rcmd-summary {
  position: relative;
  padding: 0 60px 0 calc((100vw - 1200px) / 2);
}

.rcmd-summary h3 {
  font-size: 24px;
  line-height: calc(40 / 24);
  letter-spacing: 0.05em;
  border-bottom: solid 1px #eeeeee;
  padding: 0 0 25px;
  margin: 10px 0 25px;
}

.rcmd-summary h3 small {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin: 0.5em 0 0;
}

.rcmd figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:1200px) {
  .rcmd-summary {
    padding: 0 60px 0 0;
  }
}


/* Search Tag
---------------------------------- */

.tag-unit {
  display: flex;
  flex-wrap: wrap;
}

.tag {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025em;
  display: inline-block;
  color: #a5a5a5;
  line-height: 1.0;
  white-space: nowrap;
  margin: 0 1em 1em 0;
  transition: all 0.3s;
}

.tag::before {
  content: "#";
}

.tag:hover {
  color: rgba(165, 165, 165, 0.7)
}


/* 詳細を見る
---------------------------------- */

.show-detail {
  position: relative;
  width: 300px;
  height: 70px;
  line-height: 70px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  border: solid 1px #c0c6d1;
  background-color: #ffffff;
  margin: 60px 0 0;
  transition: 0.2s ease;
}

.show-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(221, 235, 244);
  background: -moz-linear-gradient(left, rgba(221, 235, 244, 1) 0%, rgba(167, 213, 242, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(221, 235, 244, 1) 0%, rgba(167, 213, 242, 1) 100%);
  background: linear-gradient(to right, rgba(221, 235, 244, 1) 0%, rgba(167, 213, 242, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddebf4', endColorstr='#a7d5f2', GradientType=1);
  text-decoration: none;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.show-detail:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.show-detail.show-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(221, 235, 244);
  background: -moz-linear-gradient(left, rgba(221, 235, 244, 1) 0%, rgba(167, 213, 242, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(221, 235, 244, 1) 0%, rgba(167, 213, 242, 1) 100%);
  background: linear-gradient(to right, rgba(221, 235, 244, 1) 0%, rgba(167, 213, 242, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddebf4', endColorstr='#a7d5f2', GradientType=1);
  text-decoration: none;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 1);
  transform-origin: left top;
}

.show-detail.show-all:hover::before {
  transform: scale(0, 1);
  transform-origin: right top;
}

.show-detail span {
  position: relative;
  z-index: 1;
}

.show-detail span::before {
  content: "＞";
  transform: scale(0.4, 0.8);
  display: inline-block;
}

/* Example Items
---------------------------------- */

.example-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  justify-items: stretch;
}
.example-item { position: relative; }
.example-item figure { overflow: hidden; }
.example-item figure img {
  width: 100%;
  height: auto;
  transition: all .3s;
  object-fit: cover;
}

.example-item a:hover figure img {
  opacity: 0.5;
}

.example-item h4 {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(24 / 16);
  text-decoration: none;
  color: #000000;
  margin: 25px 0 35px;
}

.example-item h5 {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: calc(30 / 24);
  text-align: center;
  margin: 0 0 15px;
}

.example-item p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(24 / 14);
}

/* New Arrivals
---------------------------------- */
.new-arrivals { padding: 0 0 240px; }
.new-arrivals .example-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}
.new-example .example-item { width: calc((100% - 120px) / 3); }

/* Slick Slider */
.ei-slide.slick-slider {
  overflow: hidden;
  padding: 0;
}

/* NEW */
.example-item.new::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
  width: 48px;
  height: 48px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  background: url(../images/new.png) no-repeat 0 0;
  background-size: cover;
}

/* NEW Off */
.example-item::before { content: none; }

.new-arrivals .show-detail { margin: 60px auto 0; }


/* Hiraya Example
---------------------------------- */
.hiraya { padding: 0 0 200px; }


/* Lifestyle Example
---------------------------------- */
.lifestyle { padding: 0 0 220px; }


/* Image Gallery
---------------------------------- */

.gallery {
  padding: 0 0 165px;
}

.gallery-unit {
  display: grid;
  grid-template-columns: repeat(5, minmax(calc((100% - 4px) / 5), 1fr));
  gap: 1px;
}

.gallery-item {
  display: block;
  text-align: center;
  margin: 0 0 40px;
}

.gallery-item,
.gallery-item figure img {
  transition: all .3s;
}

.gallery-item:hover figure img {
  opacity: 0.7;
}

.gallery-item figure img {
  width: 100%;
  height: auto;
}

.gallery-item figure figcaption {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 1em 0 0;
}


/* Keyword Search
---------------------------------- */

.keyword-search {
  padding: 0 0 155px;
}

.tag-box {
  padding: 0 calc((1200px - 520px) / 2);
  text-align: center;
  margin: 0 0 35px;
}

.tag-box .tag {
  margin: 0 1em 1em 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.search-wrap {
  position: relative;
  width: 400px;
  height: 40px;
  border: solid 1px #d7d7d7;
  margin: 0 auto;
}

.search-wrap::after {
  content: "";
  position: absolute;
  top: calc((40px - 17px) / 2);
  right: 15px;
  width: 16px;
  height: 17px;
  background: url(../images/glass.png) no-repeat 0 0;
  background-size: cover;
}

.search-wrap [type="text"] {
  -weblit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  height: 38px;
  padding: 0 0 0 1em;
  transition: all .3s;
}

.search-wrap [type="text"]:focus {
  background: rgba(22, 124, 186, 0.05);
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #9a9a9a;
}

::-moz-placeholder {
  font-size: 12px;
  color: #9a9a9a;
}

:-ms-input-placeholder {
  font-size: 12px;
  color: #9a9a9a;
}

/* Banner
---------------------------------- */
.bnr-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin: 0 0 100px;
}
.bnr a {
  height: auto;
  display: block;
  aspect-ratio: 590 / 160;
  transition: all .3s;
}
.bnr a:hover { opacity: 0.7; }
.bnr p {
  font-size: 16px;
  margin: 0 0 1em;
}

/* Fixed Search Button
 * --------------------------------- */
.fixed-search-btn {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 145px;
  width: 190px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  color: #ffffff;
  background-color: #007dbe;
  text-indent: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.fixed-search-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 21px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/detail/glass.svg);
  background-size: cover;
}

.search-by-feat {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.modal-content {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 880px;
  max-width: 60%;
  height: auto;
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 12px 3px rgba(0,0,0,.1);
}
.modal-content h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
}
.modal-content p {
  line-height: calc(30 / 13);
  margin: 0 0 35px;
}
.modal-content p .tag {
  font-size: 13px;
  font-size: 1.3rem;
}
a.js-modal-close {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  cursor: pointer;
}
a.js-modal-close span {
  width: 40px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
}
a.js-modal-close span:first-of-type {
  transform: translateX(20px) rotate(-45deg);
  transform-origin: 50% 50%;
}
a.js-modal-close span:last-of-type {
  transform: translateX(-20px) rotate(45deg);
  transform-origin: 50% 50%;
}

@media screen and (max-width:768px) {
  .modal-content {
    width: 80%;
    max-width: initial;
  }
}
.search-m-wrap {
  position: relative;
  width: 400px;
  height: 40px;
  border: solid 1px #d7d7d7;
  margin: 0 auto;
}
.search-m-wrap::after {
  content: "";
  position: absolute;
  top: calc((40px - 17px) / 2);
  right: 15px;
  width: 16px;
  height: 17px;
  background: url(/kodate/ziturei/images/images/glass.png) no-repeat 0 0;
  background-size: cover;
}
.search-m-wrap [type="text"] {
  -weblit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  height: 38px;
  padding: 0 0 0 1em;
  transition: all .3s;
  box-sizing: border-box;
}
.search-m-wrap [type="text"]:focus { background: rgba(22,124,186,0.05); }



