@charset "UTF-8";
/* -------------------------/ 

common

------------------------- */
@media screen and (max-width: 750px) {
  h3 {
    line-height: 1.8; } }

/* -------------------------------------------------------

modal

------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.modal-content {
  position: relative;
  display: inline-block;
  width: 90vw;
  max-width: 640px;
  max-height: 90vh;
  box-sizing: border-box; }

.modal-content img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  display: block;
  object-fit: contain; }

/* ✕ ボタン：画像の外側・右上に */
.close-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  z-index: 10; }
  @media screen and (max-width: 750px) {
    .close-btn {
      top: -30px;
      right: 0;
      width: 28px;
      height: 28px;
      font-size: 20px;
      line-height: 28px; } }

.close-btn:hover {
  color: #000; }

/* -------------------------/ 

mv

------------------------- */
.block-mv {
  margin-top: 60px;
  /*background: url("../images/img-mv.png") no-repeat center;*/
  /*width: 100%;*/
  /*height: 0;*/
  /*padding-top: calc(850 / 1920 * 100%);*/
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  position: relative;
  /*background-size: cover;*/ }
  .block-mv img {
    width: 100%; }
  @media screen and (max-width: 750px) {
    .block-mv {
      background: none;
      height: auto;
      padding: inherit;
      margin-top: 60px; } }
  .block-mv .point {
    position: absolute;
    left: 0.5%;
    bottom: 1.2%;
    width: min(25%, 240px);
    z-index: 1; }
    @media screen and (max-width: 1280px) {
      .block-mv .point {
        width: 15%; } }
    @media screen and (max-width: 750px) {
      .block-mv .point {
        left: 0.5%;
        bottom: 1%;
        width: 20%; } }
  .block-mv .mv-copy {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 40%; }
    @media screen and (min-width: 1280px) {
      .block-mv .mv-copy {
        max-width: 755px; } }
    @media screen and (max-width: 750px) {
      .block-mv .mv-copy {
        display: none; } }

/*-------- slide ------------*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots li button:before {
  display: none; }

.slick-slide img.pc {
  display: block; }
  @media screen and (max-width: 750px) {
    .slick-slide img.pc {
      display: none; } }
.slick-slide img.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .slick-slide img.sp {
      display: block; } }

.slider {
  width: 1920px;
  margin: 0 auto; }
  @media screen and (max-width: 1919px) {
    .slider {
      width: 100%; } }
  .slider .slick-dots {
    z-index: 3;
    bottom: 20px; }
    @media screen and (max-width: 750px) {
      .slider .slick-dots {
        bottom: 0; } }
    .slider .slick-dots button {
      cursor: pointer;
      color: transparent;
      outline: none;
      width: 15px;
      height: 15px;
      padding: 0;
      display: block;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: #333;
      border: 1px solid #FFF; }
      @media screen and (max-width: 750px) {
        .slider .slick-dots button {
          width: 7px;
          height: 7px; } }
    .slider .slick-dots .slick-active button {
      background: #A89F8D; }

/* -------------------------/ 

topics＋price

------------------------- */
.bg-red {
  padding: 1.5rem 0 2.5rem;
  background: linear-gradient(90deg, #dccea2 0%, #f5e7ca 50%, #a38f64 100%); }
  @media screen and (max-width: 750px) {
    .bg-red {
      padding: 2rem 0; } }

/* -------------------------/ 

topics

------------------------- */
.block-topics_kagu {
  padding: 1.5rem 0 2.5rem;
  background: #7C191E; }
  @media screen and (max-width: 750px) {
    .block-topics_kagu {
      padding: 2.5rem 0; } }
  .block-topics_kagu p {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto; }
    .block-topics_kagu p img {
      width: 100%; }
    @media screen and (max-width: 750px) {
      .block-topics_kagu p {
        max-width: inherit; } }

.block-topics {
  padding: 2rem 0 2.5rem;
  background: linear-gradient(90deg, #dccea2 0%, #f5e7ca 50%, #a38f64 100%); }
  @media screen and (max-width: 750px) {
    .block-topics {
      padding: 2rem 0; } }
  .block-topics .hensairei {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto; }
    .block-topics .hensairei img {
      width: 100%; }
    @media screen and (max-width: 750px) {
      .block-topics .hensairei {
        max-width: inherit; } }
    .block-topics .hensairei a {
      transition: all 0.3s ease 0s; }
      .block-topics .hensairei a:hover {
        opacity: 0.6; }
  .block-topics p {
    text-align: center;
    max-width: 1024px;
    width: 90%;
    margin: 0 auto; }
    .block-topics p img {
      width: 100%;
      vertical-align: bottom; }
    @media screen and (max-width: 750px) {
      .block-topics p {
        max-width: inherit; } }
  .block-topics ul {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    align-items: baseline;
    -webkit-align-items: baseline; }
    .block-topics ul img {
      width: 100%; }
    .block-topics ul .topics_text {
      width: min(50%, 480px); }
      @media screen and (max-width: 750px) {
        .block-topics ul .topics_text {
          width: 100%;
          margin-bottom: 1rem; } }
    .block-topics ul .topics_hensairei {
      width: min(48%, 263px);
      margin-left: 20px; }
      @media screen and (max-width: 900px) {
        .block-topics ul .topics_hensairei {
          width: min(33%, 263px); } }
      @media screen and (max-width: 750px) {
        .block-topics ul .topics_hensairei {
          width: 80%;
          margin-left: 0; } }
      .block-topics ul .topics_hensairei a {
        transition: all 0.3s ease 0s; }
        .block-topics ul .topics_hensairei a:hover {
          opacity: 0.6; }

/* -------------------------/ 

banner-modelroom

------------------------- */
.block-modelroom {
  padding: 3rem 0 3rem;
  background: #000; }
  @media screen and (max-width: 750px) {
    .block-modelroom {
      padding: 3rem 0; } }
  .block-modelroom p {
    text-align: center;
    max-width: 1024px;
    width: 90%;
    margin: 0 auto; }
    .block-modelroom p img {
      width: 100%;
      vertical-align: bottom; }
    @media screen and (max-width: 750px) {
      .block-modelroom p {
        max-width: inherit; } }
  .block-modelroom a {
    transition: all 0.3s ease 0s; }
    .block-modelroom a:hover {
      opacity: 0.8; }

/* -------------------------/ 

price

------------------------- */
.block-price {
  background: linear-gradient(90deg, #dccea2 0%, #f5e7ca 50%, #a38f64 100%);
  margin-top: 2.5rem; }
  @media screen and (max-width: 750px) {
    .block-price {
      margin-top: 2rem; } }
  .block-price p {
    text-align: center;
    max-width: 648px;
    width: 90%;
    margin: 0 auto; }
    .block-price p img {
      width: 100%; }
    @media screen and (max-width: 750px) {
      .block-price p {
        max-width: inherit; } }

/* -------------------------/ 

point +　info

------------------------- */
.wrapper-info {
  background: url("../images/bg-info.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 12rem;
  /* point */
  /* info */
  /* service */
  /* banner */ }
  @media screen and (max-width: 750px) {
    .wrapper-info {
      padding-bottom: 7rem; } }
  .wrapper-info .block-point {
    padding-top: 4rem; }
    .wrapper-info .block-point ul {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; }
      .wrapper-info .block-point ul li {
        max-width: 330px;
        width: 32.5%; }
        @media screen and (max-width: 750px) {
          .wrapper-info .block-point ul li {
            max-width: inherit;
            width: 100%;
            margin-bottom: 2rem; }
            .wrapper-info .block-point ul li:last-child {
              margin-bottom: 0; } }
        .wrapper-info .block-point ul li img {
          width: 100%; }
  .wrapper-info .block-info {
    padding: 10rem 0 0; }
    @media screen and (max-width: 750px) {
      .wrapper-info .block-info {
        padding: 6rem 0 0; } }
    .wrapper-info .block-info h3 {
      font-size: 2.0rem;
      color: #A89F8D;
      font-family: "EB Garamond", serif;
      font-weight: 500;
      margin-bottom: 2.5rem;
      letter-spacing: .2em;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .wrapper-info .block-info h3 {
          font-size: 2.8rem; } }
  .wrapper-info .block-service {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      .wrapper-info .block-service {
        flex-wrap: wrap; } }
    .wrapper-info .block-service .bn {
      margin-top: 3rem;
      width: 32.6%;
      max-width: 333px; }
      @media screen and (max-width: 750px) {
        .wrapper-info .block-service .bn {
          width: 100%;
          max-width: 666px; } }
      .wrapper-info .block-service .bn a {
        transition: all 0.3s ease 0s; }
        .wrapper-info .block-service .bn a:hover::before {
          opacity: 1; }
        .wrapper-info .block-service .bn a:hover {
          opacity: 0.8; }
      .wrapper-info .block-service .bn img {
        width: 100%; }
  .wrapper-info .block-banner {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .wrapper-info .block-banner .bn {
      margin-top: 5rem; }
      .wrapper-info .block-banner .bn a {
        transition: all 0.3s ease 0s; }
        .wrapper-info .block-banner .bn a:hover::before {
          opacity: 1; }
        .wrapper-info .block-banner .bn a:hover {
          opacity: 0.8; }
      .wrapper-info .block-banner .bn p.link {
        font-size: 1.3rem;
        color: #fff;
        margin-top: 1rem; }
        .wrapper-info .block-banner .bn p.link a.outer_site {
          color: #A89F8D;
          display: inline; }
      .wrapper-info .block-banner .bn.draft_management .bn-draftmanagement {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .wrapper-info .block-banner .bn.draft_management .bn-draftmanagement.hidden {
          opacity: 0; }
      .wrapper-info .block-banner .bn.bn-cp .bn-02 {
        margin-top: -18px; }
        @media screen and (max-width: 750px) {
          .wrapper-info .block-banner .bn.bn-cp .bn-02 {
            margin-top: -17px; } }
        @media screen and (max-width: 400px) {
          .wrapper-info .block-banner .bn.bn-cp .bn-02 {
            margin-top: -9px; } }
      .wrapper-info .block-banner .bn.bn-cp .cap {
        font-size: 1.0rem;
        margin-top: 1rem;
        line-height: 1.4; }
      .wrapper-info .block-banner .bn.bn-3d .bn_3d-modelroom_img {
        background-image: url("../images/bn-3d-modelroom.png");
        padding-top: calc(213 / 1024* 100%);
        position: relative;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 750px) {
          .wrapper-info .block-banner .bn.bn-3d .bn_3d-modelroom_img {
            background-image: url("../images/bn-3d-modelroom_sp.png");
            padding-top: calc(583 / 1024* 100%); } }
        .wrapper-info .block-banner .bn.bn-3d .bn_3d-modelroom_img .modelroom_list {
          display: flex;
          justify-content: center;
          gap: 15px;
          position: absolute;
          top: 45%;
          left: 21%; }
          @media screen and (max-width: 1200px) {
            .wrapper-info .block-banner .bn.bn-3d .bn_3d-modelroom_img .modelroom_list {
              left: 40%;
              transform: translateX(-33%); } }
          @media screen and (max-width: 750px) {
            .wrapper-info .block-banner .bn.bn-3d .bn_3d-modelroom_img .modelroom_list {
              gap: 10px;
              top: 56%;
              left: 14%;
              transform: translateX(-8%); } }
          .wrapper-info .block-banner .bn.bn-3d .bn_3d-modelroom_img .modelroom_list .modelroom_btn img {
            max-width: 290px;
            width: 100%; }

/* -------------------------/ 

concept

------------------------- */
.block-concept {
  background: url("../images/bg-concept.jpg") no-repeat center top;
  height: 1387px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .block-concept {
      width: 100%;
      height: 0;
      padding-top: calc(1824 / 750 * 100%);
      /* calc(画像高さ ÷ 画像横幅 × 100%) */
      background: url("../images/bg-concept-sp.jpg") no-repeat center;
      background-size: contain; } }
  .block-concept .copy {
    width: 90%;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    .block-concept .copy h3 {
      font-size: 2.6rem;
      margin-bottom: 3.5rem;
      color: #A89F8D;
      letter-spacing: .2em;
      font-weight: 700; }
    .block-concept .copy .text {
      font-size: 1.6rem;
      line-height: 2.8; }
      @media screen and (max-width: 750px) {
        .block-concept .copy .text {
          font-size: 1.6rem;
          line-height: 2.2;
          text-align: left; } }
    .block-concept .copy p {
      margin-top: 3rem;
      font-size: 2.2rem;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        .block-concept .copy p {
          margin-top: 5rem;
          font-size: 2.0rem; } }

/* -------------------------/ 

contents

------------------------- */
.block-contents {
  background: url("../images/bg-contents.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 12rem 0 0 0; }
  @media screen and (max-width: 750px) {
    .block-contents {
      padding: 0; } }
  .block-contents .contents-area {
    max-width: 1560px;
    width: 90%; }
    @media screen and (max-width: 750px) {
      .block-contents .contents-area {
        max-width: inherit;
        width: 100%; } }
    .block-contents .contents-area.plan, .block-contents .contents-area.design {
      margin-top: 12rem; }
      @media screen and (max-width: 750px) {
        .block-contents .contents-area.plan, .block-contents .contents-area.design {
          margin-top: 7rem; } }
    .block-contents .contents-area.design {
      margin-left: auto;
      margin-right: 0; }
    .block-contents .contents-area .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center; }
      .block-contents .contents-area .wrapper .img {
        max-width: 1000px;
        width: 57%;
        overflow: hidden; }
        .block-contents .contents-area .wrapper .img img {
          width: 100%;
          height: auto;
          transition: transform .6s ease; }
        .block-contents .contents-area .wrapper .img:hover img {
          transform: scale(1.1); }
        @media screen and (max-width: 750px) {
          .block-contents .contents-area .wrapper .img {
            max-width: inherit;
            width: 100%; } }
      .block-contents .contents-area .wrapper .text-unit {
        width: 40%;
        max-width: 490px; }
        @media screen and (max-width: 750px) {
          .block-contents .contents-area .wrapper .text-unit {
            max-width: inherit;
            width: 90%;
            margin: 3rem auto 0;
            order: 2; } }
        .block-contents .contents-area .wrapper .text-unit h3 {
          font-size: 4.6rem;
          color: #A89F8D;
          font-family: "EB Garamond", serif;
          margin-bottom: .5rem; }
          @media screen and (max-width: 750px) {
            .block-contents .contents-area .wrapper .text-unit h3 {
              font-size: 3.6rem;
              line-height: 1.4; } }
        .block-contents .contents-area .wrapper .text-unit .sub {
          font-size: 1.6rem;
          margin-bottom: 2.5rem;
          color: #A89F8D; }
          @media screen and (max-width: 750px) {
            .block-contents .contents-area .wrapper .text-unit .sub {
              font-size: 1.3rem;
              display: none; } }
        .block-contents .contents-area .wrapper .text-unit .border {
          position: relative;
          margin-bottom: 6rem; }
          @media screen and (max-width: 750px) {
            .block-contents .contents-area .wrapper .text-unit .border {
              margin-bottom: 3rem; } }
          .block-contents .contents-area .wrapper .text-unit .border:before {
            position: absolute;
            bottom: 0;
            content: '';
            width: 30px;
            border-bottom: 1px solid #A89F8D; }
        .block-contents .contents-area .wrapper .text-unit .title,
        .block-contents .contents-area .wrapper .text-unit .text {
          color: #FFF; }
        .block-contents .contents-area .wrapper .text-unit .title {
          font-size: 2.4rem;
          margin-bottom: 2.5rem;
          line-height: 1.6;
          font-size: calc(16px + 8 * ((100vw - 750px) / 1170)); }
          @media screen and (max-width: 750px) {
            .block-contents .contents-area .wrapper .text-unit .title {
              font-size: 2.0rem;
              margin-bottom: 1.8rem; } }
        .block-contents .contents-area .wrapper .text-unit .text {
          font-size: 1.6rem;
          line-height: 2.2;
          font-size: calc(12px + 4 * ((100vw - 750px) / 1170)); }
          @media screen and (max-width: 750px) {
            .block-contents .contents-area .wrapper .text-unit .text {
              font-size: 1.4rem; } }
        .block-contents .contents-area .wrapper .text-unit .btn-link {
          max-width: 370px;
          width: 100%;
          margin-top: 5rem; }
          @media screen and (max-width: 750px) {
            .block-contents .contents-area .wrapper .text-unit .btn-link {
              margin-top: 3rem; } }

/* -------------------------/ 

marimo-banner

------------------------- */
.block-banner_marimo .bn {
  width: min(90%, 1024px);
  margin: 150px auto 0; }
  @media screen and (max-width: 1170px) {
    .block-banner_marimo .bn {
      margin: 70px auto 0; } }
  .block-banner_marimo .bn img {
    width: 100%; }
