@charset "UTF-8";
/********************************************************

setting

********************************************************/
:root {
  --margin-block: 200px; }

@media (min-width: 1101px) and (max-width: 1280px) {
  :root {
    --margin-block: 120px; } }
@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 640px) {
  :root {
    --margin-block: 70px; } }
/* -------------------------------------------------------

coming-soon

------------------------------------------------------- */
.section_coming-soon {
  position: relative;
  overflow: hidden;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000; }
  @media screen and (max-width: 600px) {
    .section_coming-soon {
      height: auto;
      padding: 50px 0; } }
  .section_coming-soon .coming-soon_wrap {
    position: relative;
    z-index: 2;
    color: #fff; }
    .section_coming-soon .coming-soon_wrap .logo {
      width: min(85%, 466px);
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .section_coming-soon .coming-soon_wrap .logo {
          width: 60%; } }
    .section_coming-soon .coming-soon_wrap .text {
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      margin: clamp(25px, 3.125vw, 50px) auto clamp(25px, 3.125vw, 50px) auto; }
      @media screen and (min-width: 750px) {
        .section_coming-soon .coming-soon_wrap .text {
          font-size: calc(16px + 0.011965812 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .section_coming-soon .coming-soon_wrap .text {
          font-size: 30px; } }
      .section_coming-soon .coming-soon_wrap .text span {
        font-size: 70%; }
    .section_coming-soon .coming-soon_wrap .btn-hp {
      position: relative; }
      @media screen and (max-width: 600px) {
        .section_coming-soon .coming-soon_wrap .btn-hp {
          width: 80%;
          margin: 0 auto; } }
      .section_coming-soon .coming-soon_wrap .btn-hp a {
        position: relative;
        overflow: hidden;
        transition: transform 0.6s ease;
        /* hover時の動き */ }
        .section_coming-soon .coming-soon_wrap .btn-hp a::after {
          content: "";
          font-family: "Material Icons";
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          transition: none; }
        .section_coming-soon .coming-soon_wrap .btn-hp a:hover {
          transform: translateY(1px) scale(0.97); }
        .section_coming-soon .coming-soon_wrap .btn-hp a:hover::after {
          animation: arrow-slide 0.6s forwards; }
  .section_coming-soon .bg_img-list {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1; }
    .section_coming-soon .bg_img-list::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 2; }
      @media screen and (max-width: 600px) {
        .section_coming-soon .bg_img-list::before {
          background: rgba(0, 0, 0, 0.6); } }
    .section_coming-soon .bg_img-list .img-list_item {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      animation-duration: 20s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
      .section_coming-soon .bg_img-list .img-list_item li {
        flex-shrink: 0;
        margin: 10px; }
        .section_coming-soon .bg_img-list .img-list_item li img {
          display: block;
          width: 100%;
          height: auto; }
      .section_coming-soon .bg_img-list .img-list_item:nth-child(1), .section_coming-soon .bg_img-list .img-list_item:nth-child(3) {
        animation-name: scrollDown; }
      .section_coming-soon .bg_img-list .img-list_item:nth-child(2) {
        animation-name: scrollUp; }
      @media screen and (max-width: 600px) {
        .section_coming-soon .bg_img-list .img-list_item:nth-child(3) {
          display: none; } }
      @media screen and (max-width: 600px) {
        .section_coming-soon .bg_img-list .img-list_item:nth-child(1), .section_coming-soon .bg_img-list .img-list_item:nth-child(2) {
          width: 49.5%; } }

@keyframes scrollDown {
  0% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(0%); } }
@keyframes scrollUp {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-50%); } }
/* -------------------------------------------------------

section_plan_detail 間取り

------------------------------------------------------- */
.section_plan_detail .limited-plan_title {
  width: min(80%, 652px);
  margin: clamp(50px, 6.25vw, 100px) auto 0 auto; }
  @media screen and (max-width: 600px) {
    .section_plan_detail .limited-plan_title {
      width: 70%; }
      .section_plan_detail .limited-plan_title img {
        vertical-align: bottom; } }

.section_plan_detail .block_plan_detail:before {
  content: "";
  height: 10px;
  background: linear-gradient(to right, #febf51, #fdb58a); }
.section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type {
  color: #ffb67f; }
.section_plan_detail .block_plan_detail .wrap_plan .spec .area p:before {
  content: "●";
  color: #ffb67f; }
.section_plan_detail .block_plan_detail .wrap_plan .img {
  margin-top: 30px; }

.section_plan_detail .block_btns ul {
  width: min(85%, 675px);
  margin: 0 auto;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center; }
  .section_plan_detail .block_btns ul li {
    width: 48%;
    font-size: 16px; }
    @media screen and (min-width: 750px) {
      .section_plan_detail .block_btns ul li {
        font-size: calc(16px + 0.0034188034 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .section_plan_detail .block_btns ul li {
        font-size: 20px; } }
    @media screen and (max-width: 600px) {
      .section_plan_detail .block_btns ul li {
        width: 100%; } }

/********************************************************

印刷用

********************************************************/
@media print {
  @page {
    size: A4 portrait;
    margin: 0mm; }
  body,
  html,
  article.contents,
  main,
  .block_plan_detail {
    margin: 0;
    padding: 0; }

  body {
    width: 210mm; }

  .block_plan_detail {
    box-sizing: border-box;
    padding: 5mm 25mm;
    /* 用紙の余白 */ }

  .plan_spec {
    margin: 0 auto 3rem; }

  .plan_detail .images {
    max-width: 640px;
    margin: 0 auto; }

  .hanrei .images {
    max-width: 640px;
    margin: 0 auto; }

  header,
  footer,
  nav,
  .point,
  .block_btns,
  .btn-page-top,
  .block-caption,
  .block_banner,
  .block_equipment,
  .section_mv_lower-layer,
  .limited-plan_title,
  .h3_wrap,
  .section_coming-soon {
    display: none; } }
