@charset "UTF-8";
.mincho {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.fontWide {
  letter-spacing: 0.4em;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .fontWide {
    letter-spacing: 0.3em;
  }
}
/* ========== end △ */

.case-main {
  margin-bottom: 0;
}

.wrap {
  width: 1065px;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .wrap {
    width: 76.5625vw;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .wrap {
    width: 80vw;
    margin-top: 30vw;
  }
}
/* ========== end △ */

.wideWrap {
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1200px) {
  .wideWrap {
    width: 90vw;
    max-width: 1280px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .wideWrap {
    /*width: 76.5625vw;*/
    width: 90vw;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ========== end △ */

.case-sec__lead {
  margin-top: 70px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .case-sec__lead {
    margin-top: 10vw;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .spSpace {
    margin-right: 9.52381vw;
    margin-left: 9.52381vw;
  }
}
/* ========== end △ */

.sec {
  margin-top: 200px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec {
    margin-top: 25vw;
  }
}
/* ========== end △ */
.sec .en_ttl {
  font-size: min(4.2vw, 60px);
  line-height: 1.2;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec .en_ttl {
    font-size: 8vw;
    letter-spacing: 3px;
  }
}
/* ========== end △ */
.sec .jp_ttl {
  font-size: min(1.7vw, 25px);
  line-height: 1.8;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec .jp_ttl {
    font-size: 4.8vw;
  }
}
/* ========== end △ */
.sec .text {
  font-size: min(1.2vw, 18px);
  line-height: 2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec .text {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}
/* ========== end △ */
.sec .text p + p {
  margin-top: 20px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 769px) {
  .sec .text.pcenter {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* ========== end △ */
.sec .mt100 {
  margin-top: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_movie .wrap {
    width: 95vw;
  }
}
/* ========== end △ */
.sec_movie .en_ttl {
  text-align: center;
}
.sec_movie .youtube {
  margin-top: 3%;
  width: 100%;
  aspect-ratio: 16/9;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_movie .youtube {
    margin-top: 8vw;
  }
}
/* ========== end △ */
.sec_movie .youtube iframe {
  width: 100%;
  height: 100%;
}

.sec_living .en_ttl {
  text-align: center;
}
.sec_living .grid.--01 {
  margin-top: 3%;
  display: grid;
  grid-template-columns: 67% auto;
  align-items: end;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_living .grid.--01 {
    margin-top: 8vw;
    grid-template-columns: 1fr;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_living .grid.--01 .image {
    padding-right: 10vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 769px) {
  .sec_living .grid.--01 .cont .jp_ttl {
    padding-left: 13%;
    padding-bottom: 18%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_living .grid.--01 .cont .jp_ttl {
    padding-right: 10vw;
    margin-top: 8vw;
    text-align: right;
  }
}
/* ========== end △ */
.sec_living .grid.--02 {
  margin-top: 8%;
  display: grid;
  grid-template-columns: auto 60%;
  gap: 4%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_living .grid.--02 {
    margin-top: 10vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
/* ========== end △ */
.sec_living .grid.--02 .inner.--02 {
  display: grid;
  grid-template-columns: 1fr;
  align-self: stretch;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_living .grid.--02 .inner.--02 {
    gap: 8vw;
  }
  .sec_living .grid.--02 .inner.--02 .image {
    width: 55vw;
    margin: 0 auto;
  }
}
/* ========== end △ */
.sec_living .grid.--03 {
  margin-top: 8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_living .grid.--03 {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-top: 15vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 769px) {
  .sec_living .order1 {
    order: 1;
  }
  .sec_living .order2 {
    order: 2;
  }
}
/* ========== end △ */

.sec_kitchen .mainimage .en_ttl {
  text-align: center;
}
.sec_kitchen .mainimage .image {
  margin-top: 3%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_kitchen .mainimage .image {
    margin-top: 8vw;
    width: calc(100% + 20vw);
    margin-left: -10vw;
  }
}
/* ========== end △ */
.sec_kitchen .mainimage .jp_ttl {
  margin-top: 6%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_kitchen .mainimage .jp_ttl {
    margin-top: 10vw;
  }
}
/* ========== end △ */
.sec_kitchen .mainimage .text {
  margin-top: 3%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_kitchen .mainimage .text {
    margin-top: 5vw;
  }
}
/* ========== end △ */
.sec_kitchen .grid.--01 {
  margin-top: 8%;
  display: grid;
  grid-template-columns: 60% auto;
  align-items: end;
  gap: 4%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_kitchen .grid.--01 {
    margin-top: 10vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
/* ========== end △ */
.sec_kitchen .grid.--01 .inner.--02 {
  display: grid;
  grid-template-rows: 1fr;
  align-self: stretch;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_kitchen .grid.--01 .inner.--02 {
    gap: 8vw;
  }
}
/* ========== end △ */
.sec_kitchen .grid.--01 .inner.--02 .text {
  align-items: baseline;
  margin-top: 8%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_kitchen .grid.--01 .inner.--02 .text {
    margin-top: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_kitchen .grid.--01 .inner.--02 .image {
    width: 65vw;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 769px) {
  .sec_kitchen .order1 {
    order: 1;
  }
  .sec_kitchen .order2 {
    order: 2;
  }
}
/* ========== end △ */

.sec_bath .en_ttl {
  text-align: center;
}
.sec_bath .grid.--01 {
  margin-top: 3%;
  display: grid;
  grid-template-columns: auto 50%;
  gap: 40px;
  grid-template-areas: "a b" "c b" "c d";
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_bath .grid.--01 {
    margin-top: 8vw;
    grid-template-columns: 1.3fr 1fr;
    gap: 5vw;
    grid-template-areas: "b c" "b d" "a a";
  }
}
/* ========== end △ */
.sec_bath .grid.--01 .inner.--01 {
  grid-area: a;
  padding: 30% 0 20%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_bath .grid.--01 .inner.--01 {
    padding: 6vw 0 0;
  }
}
/* ========== end △ */
.sec_bath .grid.--01 .inner.--01 .text {
  margin-top: 3%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_bath .grid.--01 .inner.--01 .text {
    margin-top: 5vw;
  }
}
/* ========== end △ */
.sec_bath .grid.--01 .inner.--02 {
  grid-area: b;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_bath .grid.--01 .inner.--02 .image {
    height: 100%;
  }
  .sec_bath .grid.--01 .inner.--02 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* ========== end △ */
.sec_bath .grid.--01 .inner.--03 {
  grid-area: c;
}
.sec_bath .grid.--01 .inner.--04 {
  grid-area: d;
}
.sec_bath .grid.--02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  grid-template-areas: "a a" "b c";
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_bath .grid.--02 {
    margin-top: 10vw;
    gap: 8vw 5vw;
    grid-template-areas: "b c" "a a";
  }
}
/* ========== end △ */
.sec_bath .grid.--02 .inner.--01 {
  grid-area: a;
  padding: 8%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_bath .grid.--02 .inner.--01 {
    padding: 0 10vw;
  }
}
/* ========== end △ */
.sec_bath .grid.--02 .inner.--02 {
  grid-area: b;
}
.sec_bath .grid.--02 .inner.--03 {
  grid-area: c;
}

.sec_private .en_ttl {
  text-align: center;
}
.sec_private .grid.--01 {
  width: 100vw;
  max-width: 1440px;
  margin-top: 3%;
  display: grid;
  grid-template-columns: 56% auto;
  gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_private .grid.--01 {
    margin-top: 8vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_private .grid.--01 .inner.--01 {
    padding-left: 10vw;
  }
}
/* ========== end △ */
.sec_private .grid.--01 .inner.--02 {
  display: grid;
  align-items: end;
}
.sec_private .grid.--01 .inner.--02 .inner_inner {
  padding-left: 5%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_private .grid.--01 .inner.--02 .inner_inner {
    padding: 0 10vw;
  }
}
/* ========== end △ */
.sec_private .grid.--01 .inner.--02 .inner_inner .text {
  margin-top: 3%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_private .grid.--01 .inner.--02 .inner_inner .text {
    margin-top: 5vw;
  }
}
/* ========== end △ */
.sec_private .grid.--01 .inner.--02 .image {
  width: 60%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_private .grid.--01 .inner.--02 .image {
    width: 50vw;
    margin-left: 40vw;
    margin-top: 8vw;
  }
}
/* ========== end △ */
.sec_private .grid.--02 {
  display: grid;
  grid-template-columns: auto 58.6%;
  gap: 40px;
  margin-top: 8%;
  grid-template-areas: "a b" "c d";
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_private .grid.--02 {
    margin-top: 15vw;
    gap: 8vw 5vw;
    grid-template-areas: "b b" "a a" "c d";
  }
}
/* ========== end △ */
.sec_private .grid.--02 .inner.--01 {
  display: flex;
  align-items: center;
  grid-area: a;
}
.sec_private .grid.--02 .inner.--02 {
  grid-area: b;
}
.sec_private .grid.--02 .inner.--03 {
  grid-area: c;
}
.sec_private .grid.--02 .inner.--03 .image {
  height: 100%;
}
.sec_private .grid.--02 .inner.--03 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_private .grid.--02 .inner.--04 {
  grid-area: d;
}

.sec_layout .mainimage .en_ttl {
  text-align: center;
}
.sec_layout .mainimage .image {
  margin-top: 3%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_layout .mainimage .image {
    margin-top: 10vw;
    width: calc(100% + 20vw);
    margin-left: -10vw;
  }
}
/* ========== end △ */
.sec_layout .mainimage .jp_ttl {
  margin-top: 6%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_layout .mainimage .jp_ttl {
    margin-top: 8vw;
  }
}
/* ========== end △ */
.sec_layout .mainimage .text {
  margin-top: 3%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_layout .mainimage .text {
    margin-top: 5vw;
  }
}
/* ========== end △ */
.sec_layout .grid.--01 {
  margin-top: 8%;
  display: grid;
  grid-template-columns: auto 63%;
  gap: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .sec_layout .grid.--01 {
    margin-top: 10vw;
    gap: 5vw;
  }
}
/* ========== end △ */

.draw {
  margin-top: 300px;
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .draw {
    margin-top: 40vw;
    margin-bottom: 10vw;
  }
}
/* ========== end △ */

#tab {
  display: grid;
  grid-template-columns: repeat(2, 19%);
  justify-content: center;
  gap: 20px;
  font-size: min(2.2vw, 30px);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #tab {
    font-size: 4.5vw;
    margin-top: 30vw;
    grid-template-columns: repeat(2, 25vw);
    gap: 3vw;
  }
}
/* ========== end △ */
#tab li {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#tab li a {
  display: block;
  padding: 12px 0;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  #tab li a {
    padding: 8px 0;
  }
}
/* ========== end △ */
#tab li.active {
  border-bottom: 2px solid #000;
  position: relative;
  z-index: 3;
}

.tabcont {
  display: none;
}
.tabcont.active {
  display: block;
  border-top: 1px solid #fff;
  padding-top: 8%;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .tabcont.active {
    padding-top: 10vw;
  }
}
/* ========== end △ */
.tabcont .ttl {
  display: inline-block;
  font-size: min(2.8vw, 40px);
  border-bottom: 3px solid;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .tabcont .ttl {
    font-size: 6vw;
  }
}
/* ========== end △ */
.tabcont .image {
  width: 900px;
  margin: 4% auto 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .tabcont .image {
    width: 100%;
    margin-top: 8vw;
  }
}
/* ========== end △ */

.js-open-modal {
  position: relative;
}
.js-open-modal .plus_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .js-open-modal .plus_wrap {
    top: 0;
    right: 5px;
  }
}
/* ========== end △ */
.js-open-modal .plus {
  color: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.js-open-modal .plus:before, .js-open-modal .plus:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.js-open-modal .plus:after {
  transform: rotate(90deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .js-open-modal .plus {
    width: 10px;
    height: 10px;
  }
  .js-open-modal .plus:before, .js-open-modal .plus:after {
    width: 10px;
  }
}
/* ========== end △ */
.js-open-modal:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
}
.js-open-modal:after {
  content: "View More";
  font-family: "Julius Sans One", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  opacity: 0;
  width: 100%;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .js-open-modal:after {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.js-open-modal:hover {
  cursor: crosshair;
}
.js-open-modal:hover:before, .js-open-modal:hover:after {
  opacity: 1;
}
.js-open-modal:hover .plus_wrap {
  display: none;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal .modal__content {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 1600px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .modal .modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* ========== end △ */
.modal .modal__close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
}
.modal .modal__close-btn .lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 5rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.modal .modal__close-btn .lineClose:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.modal .swiper-wrapper {
  align-items: center;
  box-sizing: border-box;
}
.modal .modal__slide {
  text-align: center;
  height: auto;
}
.modal .modal__slide img {
  max-height: 90vh;
}
.modal .swiper-button-next:after,
.modal .swiper-button-prev:after {
  content: none;
}
.modal .swiper-button-next:before,
.modal .swiper-button-prev:before {
  content: "";
  width: 50px;
  height: 50px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .modal .swiper-button-next:before,
  .modal .swiper-button-prev:before {
    width: 30px;
    height: 30px;
  }
}
/* ========== end △ */
.modal .swiper-button-next {
  right: 30px;
}
.modal .swiper-button-next:before {
  transform: rotate(45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .modal .swiper-button-next {
    right: 10px;
  }
}
/* ========== end △ */
.modal .swiper-button-prev {
  left: 30px;
}
.modal .swiper-button-prev:before {
  transform: rotate(-135deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .modal .swiper-button-prev {
    left: 10px;
  }
}
/* ========== end △ */
@media (max-width: 768px) {
  .modal .modal .swiper-button-next,
  .modal .modal .swiper-button-prev {
    display: none;
  }
}/*# sourceMappingURL=09.css.map */