@charset "UTF-8";
.hero__content {
  width: 96%;
  height: calc(100vh - 92px - 2vw);
  margin: clamp(3rem, 2rem + 5vw, 5.75rem) auto 0;
  padding-top: 92px;
  background: #EDECE8 url(../../image/top/fv.png) center/contain no-repeat;
  border-radius: 8px;
  position: relative;
}
.hero__content .box__sale { /*建売情報リンク*/
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 8px;
  background: #fff;
  width: 368px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hero__content .box__sale__top:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 0 12px 0;
}
.hero__content .box__sale__top:first-of-type > div:first-of-type { /*現品かぎり*/
  padding: 0 10px;
  border-right: 1px solid #D8D8D8;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero__content .box__sale__top:first-of-type > div:first-of-type span {
  background: #FFE2E2;
  color: #E00000;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 15px;
}
.hero__content .box__sale__top:first-of-type > div:nth-of-type(2) { /*お買い得なコンテナハウスが*/
  font-size: 14px;
}
.hero__content .box__sale__top:first-of-type > div:nth-of-type(3) { /*残り2点*/
  font-size: 24px;
}
.hero__content .box__sale__top:first-of-type > div:nth-of-type(3) span {
  font-size: 40px;
}
.hero__content #sale--cta {
  transition: opacity 0.45s cubic-bezier(0.22, 0.9, 0.37, 1), transform 0.45s cubic-bezier(0.22, 0.9, 0.37, 1);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hero__content #sale--cta.hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .hero__content {
    height: 82vh;
    margin-bottom: clamp(0.625rem, 0.216rem + 2.05vw, 1.75rem);
    background: #EDECE8 url(../../image/top/fv_sp.png) center/contain no-repeat;
  }
  .hero__content .box__sale { /*建売情報リンク*/
    position: fixed;
    bottom: 1%;
    right: 2%;
    border-radius: 4px;
    width: 96%;
    padding: 8px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }
  .hero__content .box__sale__top:first-of-type {
    height: 40px;
    padding: 0;
  }
  .hero__content .box__sale__top:first-of-type > div:first-of-type { /*現品かぎり*/
    padding: 0 5px 0 0;
  }
  .hero__content .box__sale__top:first-of-type > div:first-of-type span {
    font-size: 10px;
  }
  .hero__content .box__sale__top:first-of-type > div:nth-of-type(2) { /*お買い得なコンテナハウスが*/
    font-size: 12px;
    margin-left: 5px;
  }
  .hero__content .box__sale__top:first-of-type > div:nth-of-type(3) { /*残り2点*/
    font-size: 1rem;
    margin-left: 5px;
  }
  .hero__content .box__sale__top:first-of-type > div:nth-of-type(3) span {
    font-size: 36px;
  }
  .hero__content .box__sale__bottom .--btn--black {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 420px) {
  .hero__content .box__sale__top:first-of-type > div:first-of-type { /*現品かぎり*/ }
  .hero__content .box__sale__top:first-of-type > div:first-of-type span {
    font-size: 10px;
  }
  .hero__content .box__sale__top:first-of-type > div:nth-of-type(2) { /*お買い得なコンテナハウスが*/ }
  .hero__content .box__sale__top:first-of-type > div:nth-of-type(3) { /*残り2点*/ }
  .hero__content .box__sale__bottom .--btn--black .text {
    display: none;
  }
}

.sec__about {
  margin: 0 2%;
  width: 96%;
  padding: 120px 0;
}
.sec__about .inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5%;
}
.sec__about .inner .--title--hgroup {
  margin: 0 0 40px 0;
}
.sec__about .inner .--list {
  display: flex;
  margin: 0 0 40px 0;
  gap: 28px;
  flex-wrap: wrap;
}
.sec__about .inner .--list li {
  flex: 1;
  min-width: 300px;
  border: 1px solid #0B0B0B;
  padding: 40px;
  border-radius: 8px;
}
.sec__about .inner .--list li .--title {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: clamp(1.063rem, 0.813rem + 1.25vw, 1.75rem);
  line-height: 1.3;
}
.sec__about .inner .--list li .--title span {
  display: inline-block;
}
.sec__about .inner .--list li .--title span.en {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  display: block;
  line-height: 1.6;
}
.sec__about .inner .--list li p {
  font-size: 0.875em;
  text-align: left;
  line-height: 2;
}
.sec__about .inner > div {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec__about {
    padding: 10% 0;
  }
  .sec__about .inner .--title--hgroup {
    margin: 0 0 5% 0;
  }
  .sec__about .inner br {
    display: none;
  }
  .sec__about .inner .--list {
    margin: 0 auto 5%;
    gap: 1rem;
  }
  .sec__about .inner .--list li {
    padding: 10% 5%;
  }
  .sec__about .inner .--list li .--title {
    margin: 0 0 5% 0;
    line-height: 1.2;
  }
  .sec__about .inner > div {
    text-align: center;
  }
}

.sec__showcase {
  margin: 0 0 120px 0;
}
.sec__showcase .fv {
  margin: 0 0 5% 0;
}
.sec__showcase .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.sec__showcase .--title--hgroup {
  flex-basis: 60%;
  text-align: left;
}
.sec__showcase .--title--hgroup h1 {
  margin: 0 0 40px 0;
}
.sec__showcase .--list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec__showcase .--list li {
  transition: all 0.2s;
  flex-basis: calc(50% - 20px);
}
.sec__showcase .--list li a {
  display: block;
}
.sec__showcase .--list li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .sec__showcase {
    margin: 0 0 20% 0;
  }
  .sec__showcase .inner {
    display: block;
    padding: 0 5%;
  }
  .sec__showcase .--title--hgroup {
    position: relative;
  }
  .sec__showcase .--title--hgroup h1 {
    margin: 0 0 5% 0;
  }
  .sec__showcase .--title--hgroup a {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec__showcase .--list {
    gap: 2%;
  }
  .sec__showcase .--list li {
    flex-basis: 48%;
    font-size: 0.875em;
  }
  .sec__showcase .--list li a {
    margin-bottom: 5%;
  }
}

.sec__open-sale {
  background: url(../../image/top/open-sale_bg.jpg) no-repeat center center/cover;
}
.sec__open-sale .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.sec__open-sale .wrap--title--hgroup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec__open-sale .wrap--title--hgroup .--title--hgroup {
  text-align: left;
}
.sec__open-sale .--title--hgroup h1 + p {
  text-align: left;
}
.sec__open-sale .--list {
  display: flex;
  gap: 2%;
}
.sec__open-sale .--list li {
  flex-basis: 49%;
  border-radius: 0 0 4px 4px;
  background: #fff;
  transition: all 0.2s;
}
.sec__open-sale .--list li:hover {
  opacity: 0.7;
}
.sec__open-sale .--list li .--img img {
  width: 100%;
  height: auto;
}
.sec__open-sale .--list li .--title {
  display: flex;
  padding: 24px 20px;
  border-bottom: 1px solid #D9D9D9;
  justify-content: space-between;
}
.sec__open-sale .--list li .--title p {
  font-size: clamp(1.063rem, 0.903rem + 0.8vw, 1.5rem);
  font-weight: bold;
}
.sec__open-sale .--list li .content {
  display: flex;
  padding: 24px 20px;
  justify-content: space-between;
  align-items: flex-end;
}
.sec__open-sale .--list li .content .price p:first-of-type {
  font-size: 12px;
}
.sec__open-sale .--list li .content .price p:nth-of-type(2) {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}
.sec__open-sale .--list li .content .price p:nth-of-type(2) span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .sec__open-sale .inner {
    padding: 10% 5%;
  }
  .sec__open-sale .wrap--title--hgroup {
    display: block;
    position: relative;
  }
  .sec__open-sale .wrap--title--hgroup .--btn--bdr--arw {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec__open-sale .--list {
    display: block;
    padding: 0 5%;
  }
  .sec__open-sale .--list li {
    width: 100%;
    margin: 0 0 10% 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .sec__open-sale .--list li .--title {
    padding: 3%;
  }
  .sec__open-sale .--list li .content {
    padding: 3%;
  }
}

.sec__full-order {
  width: 100%;
  margin: 120px 0;
  background: #A5A5A5;
}
.sec__full-order .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sec__full-order .inner > .--text {
  width: 45vw;
  max-width: 500px;
  margin: 0 auto 0 0px;
}
.sec__full-order .inner > .--text .--title--hgroup {
  text-align: left;
  color: #fff;
}
.sec__full-order .inner > .--text .--list li {
  transition: all 0.2s;
  margin-bottom: 20px;
}
.sec__full-order .inner > .--text .--list li:hover {
  opacity: 0.7;
}
.sec__full-order .inner .--img {
  width: 70vw;
  max-width: 49vw;
  min-width: 49vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .sec__full-order {
    margin: 10% 0;
    padding: 10% 0% 0 0;
  }
  .sec__full-order .inner {
    display: block;
  }
  .sec__full-order .inner > .--text {
    padding: 0 5%;
    width: 100%;
    max-width: none;
  }
  .sec__full-order .inner > .--text .--title--hgroup {
    text-align: left;
    color: #fff;
  }
  .sec__full-order .inner > .--text .--list {
    margin-bottom: 10%;
  }
  .sec__full-order .inner > .--text .--list li {
    margin-bottom: 0.875rem;
    border: 1px solid #A5A5A5;
  }
  .sec__full-order .inner .--img {
    width: 100%;
    max-width: none;
    min-width: none;
    margin: 0;
  }
}
/*# sourceMappingURL=top.css.map */