@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
.newarrival-tit {
  padding-top: 70px;
  margin-top: -70px;
}
/* 左からフェードイン */
.slideinLeft.active {
  animation: slideIn01 0.6s ease-out forwards;
  line-height: 1.5;
}

@keyframes slideIn01 {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* 下からフェードイン　*/
.slideinBottom.active {
  animation: slideinBottom 0.6s ease-out forwards;
}
@keyframes slideinBottom {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ============== TOP ここから ============== */
.sec-hero {
  position: relative;
  height: clamp(280px, 70vw, 480px);
  max-width: 2000px;
  margin: 0 auto 10px;
  container: hero-container / inline-size;
}
.hero-kv {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("../img/buy/buy-kv_sp.webp") center center/cover no-repeat;
}

.kv-tit {
  position: absolute;
  left: 30px;
  bottom: 10%;
  z-index: 10;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5rem;
  color: #fff;
}
.kv-tit .tit {
  font-size: clamp(3.2rem, 5.6vw, 5.6rem);
  display: block;
}
.kv-tit .subtit {
  font-size: clamp(1.2rem, 2.4vw, 2.2rem);
  font-weight: normal;
}
/*　見出しアニメーション　*/
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on .3s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
@container hero-container (min-width: 700px) {
  .hero-scroll {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 2%;
    letter-spacing: 2px;
    height: 120px;
    line-height: 120%;
    font-size: 1.2rem;
    z-index: 3;
    text-transform: uppercase;
  }
  .hero-scroll:before {
    content: "";
    position: absolute;
    left: .2rem;
    top: 0;
    height: 0;
    width: 1px;
    background-color: #333;
    -webkit-animation: scroll 2s cubic-bezier(1,0,0,1) 1s infinite;
    animation: scroll 2s cubic-bezier(1,0,0,1) 1s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @keyframes scroll {
    0% {
      bottom: auto;
      top: 0;
      height: 0;
    }
    50% {
      height: 120px;
    }
    100% {
      top: auto;
      bottom: 0;
      height: 0;
    }
  }
  .hero-scroll span {
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: -70px;
    left: 1rem;
  }
  .hero-kv{
    width: 95%;
  } 
  .kv-tit {
    width: 95%;
  }
}
@container hero-container (min-width: 1000px) {
  .hero-scroll {
    left: 5%;
  }
  .hero-kv{
    width: 88%;
    background: url("../img/buy/buy-kv_pc.webp") center center/cover no-repeat;
  }
  .kv-tit {
    width: 88%;
  }
  .kv-tit .tit, .kv-tit .subtit {
    padding-left: 6rem;
    line-height: 1.3;
  }  
}

/* ============== エリアリスト ここから ============== */
.sec-area {
  width: min(90%, 1440px);
  margin: clamp(40px, 12vw, 60px) auto;
  container: area-container / inline-size;
}
.area-list {
  padding: clamp(20px, 4.5vw, 40px) 8px clamp(22px, 4.5vw, 42px);
  text-align: left;
  border-top: solid 0.5px #999;
}
.area-list:last-child {
  border-bottom: solid 0.5px #999;
}
.area-list h3 {
  padding-bottom: clamp(22px, 4.5vw, 42px);
  font-size: clamp(2.0rem, 1.8vw, 2.4rem);
  letter-spacing: 0.2rem;
} 
.list-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(182px, 1fr));
  column-gap: 1rem;
  row-gap: 1rem;
}
.list-row li a {
  font-size: clamp(1.4rem, 2.0vw, 1.6rem);
  height: 30px;
  display: block;
}
.off a {
  color: #D5D5D5;
  pointer-events: none;
}
@container area-container (min-width:680px) {
  .area-list {
    display: flex;
    justify-content: space-between;
  }
  .area-list h3 {
    padding-top: 0;
  }
  .list-row {
    width: 70%;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .list-row li a:hover{
    opacity: 0.4;
    transition: 0.4s;
  }
}

/* ============== 物件一覧 ここから ============== */
.contents {
  width: min(90%, 1440px);
  margin: clamp(80px, 18vw, 180px) auto 0;
  container: contents-container / inline-size;
}
.bukken-area {
  margin-bottom: clamp(100px, 18vw, 240px);
}
.newarrival-tit {
  padding-bottom: clamp(40px, 6.5vw, 100px);
}
.newarrival-tit .sec-tit_h2_ja
{
  font-weight: normal;
  font-size: clamp(2.0rem, 4.5vw, 4.8rem);
  display: block;
  letter-spacing: 4px;
  word-break: auto-phrase;
}
.newarrival-tit .sec-tit_h2_en
{
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.0rem, 2.4vw, 1.6rem);
  font-weight: normal;
  letter-spacing: .5rem;
  display: block;
  text-transform: uppercase;
}
.bukken-grid {
  display: grid;
  row-gap: clamp(30px, 4vw, 60px);
}
.bukken .pic {
  position: relative;
}
.bukken .pic img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bukkendata {
  text-align: left;
}
.bukkendata .tag {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding: 10px;
  background-color: #333;
  text-box: trim-both cap alphabetic;
  margin-bottom: clamp(6px, 1.2vw, 10px);
}
.bukkendata h3 {
  font-size: clamp(1.4rem, 4.6vw, 1.8rem);
}
.bukkendata p:not(.tag) {
  font-size: clamp(1.6rem, 4.6vw, 2.0rem);
  font-weight: bold;
}
.table dl dt {
  display: none;
}
.table dl dd {
  color: #777;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
@container contents-container (min-width: 460px) {
  .bukken-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(20px, 3vw, 40px);
  }
}
@container contents-container (min-width: 900px) {
  .bukken .pic:hover img:last-of-type {
    opacity: 1;
    transition: 0.4s;
  }
}
@container contents-container (min-width: 1000px) {
  .bukken-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .table dl dd {
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  }
}
/* ========= 会社紹介 ここから ========= */
.sec-company {
  max-width: 2000px;
  margin-inline: auto;
  container: company-container / inline-size;
}
.company-inner {
   background: url("../img/company_sp.webp")center center/cover no-repeat;
  padding: clamp(50px, 8.2vw, 80px) 5%;
  color: #fff;
  text-align: left;
}
.company-tit, .company-txt {
  margin-bottom: clamp(40px, 8.2vw, 60px);
  max-width: 670px;
}
.company-tit .sec-tit_h2_en
{
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  letter-spacing: .5rem;
  display: block;
  text-transform: uppercase;
}
.company-tit .sec-tit_h2_ja
{
  font-weight: normal;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  display: block;
  letter-spacing: 4px;
}
.company-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 800px;
}
.company-link_btn {
  width: min(100%, 360px);
  border: solid 1px #fff;
  padding: 18px 1rem;
  display: block;
  outline: none;
  color: #fff;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
  text-align: center;
}
/*　バナー画像　*/
.banner-wrap {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
  padding-top: clamp(60px, 20vw, 240px);
  padding-bottom: clamp(80px, 18vw, 180px);
}
.banner-list {
  width: min(90%, 1440px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.8vw, 30px);
}

@container company-container (min-width:600px) {
  .company-wrap {
    position: relative;
    min-height: 660px;
  }
  .company-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: min(80%, 800px);
    height: 100%;
    background: url("../img/company.webp")center center/cover no-repeat;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* 左からフェードイン PCのみ */
  .slideinLeft01.active {
    animation: slideIn01 0.6s ease-out forwards;
    line-height: 1.5;
  }
  @keyframes slideIn01 {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .company-pic_sp {
    position: absolute;
    top: 6vw;
    right: 0;
    width: 55%;
    height: 100%;
    display: block;
    background: url("../img/company02.webp")center center/cover no-repeat;
    z-index: 1;
  } 
  .banner-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .banner-list a:hover {
    opacity: 0.8;
    transition: 0.6s;
  }
}
@container company-container (min-width:1000px) {
  .company-inner {
    width: min(80%, 1200px);
    padding-left: 10vw;
  }
  .company-link {
    align-items: flex-start;
  }
  .company-link_btn {
	  position: relative;
    transition: all .2s linear;
  }
  .company-link_btn::before{
    content:"";
    position: absolute;
    top:50%;
    right:-74px;
    width:90px;
    height:0.5px;
    background-color:#fff;
    transition: all .2s linear;
  } 
  .company-link_btn:hover {
    background-color:#000;
    color:#fff;
    opacity: 1;
  }
  .company-link_btn:hover::before{
    right: -90px;
  }
  .banner-list {
    gap: clamp(40px, 3.8vw, 60px);
  }
} 
/* ============== CONTACT ここから ============== */ 
.sec-contact {
  max-width: 2000px;
  margin-inline: auto;
  background: url("../img/common/contact_bg.webp") no-repeat 85% center / cover;
  padding: clamp(60px, 6vw, 100px) 0 clamp(80px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  container: contact-container / inline-size;
}
.contact-tit {
  width: min(86% ,600px);
  color: #fff;
}
.contact-tit h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: normal;
  letter-spacing: .5rem;
}
.contact-tit p {
  margin: 2rem auto 0;
  word-break: auto-phrase;
}
.sec-contact ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem; 
  width: min(80%, 360px);
}
.sec-contact ul li {
  border: 1px solid #fff;
  background-color: #373737;
  padding: clamp(8px, 5vw, 40px);
  width: 100%;
}
.sec-contact ul li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  align-items: center;
}
/*　テキスト　フェードイン ここから　*/
.fadeUpTrigger{
  opacity: 0;
}
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.time05{
  animation-duration: 0.5s;
}

.time1{
  animation-duration: 1s;
}

.time15{
  animation-duration: 1.5s;
}
@container contact-container (min-width:600px) {
  .sec-contact ul {
    width: min(80%, 1200px);
    flex-direction: row;
    column-gap: 0;
    justify-content: center;
  } 
  .sec-contact ul li:hover {
    background-color: #666;
    transition: 0.3s;
  }
  .sec-contact ul li:first-child a {
    pointer-events: none;
  }
  .sec-contact ul li:first-child a::after {
    content: "06-6910-7500";
    font-size: clamp(2.0rem, 2vw, 3.8rem);
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .sec-contact ul li:not(.time05) a::after {
    content: " ";
    background: url("../img/column/arrow.svg") center no-repeat;
    width: clamp(28px, 5vw, 40px);
    height: clamp(28px, 5vw, 40px);
    margin-top: 20px;
  }
} 

@media only screen and (min-width:767px) {
  .sec-hero {
    height: 480px;
  }
}








