@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.u-1000 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .u-1000 {
    display: none;
  }
}

/*キャプション*/
figure { position: relative }
.cap_txt {
position: absolute;
font-size: 10px;
bottom: 5px;
}
.cap_R { right: 5px;}
.cap_L { left: 5px;}
.cap_W { color: #fff;}
.cap_B { color: #000;}
.cap_ShaW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_ShaB { text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;}


.wrap{
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.flex{
  display: flex;
}

main{
  color: #4d4948;
}

/*アニメーション*/

.slide-left {
  visibility: visible;
  animation: clip 0.8s both;
}

.slide-left img {
scale: 1.05;
transition: scale 2s;
}

@keyframes clip {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.slide-right {
  visibility: visible;
  animation: clip2 0.8s both;
}

.slide-right img {
scale: 1.05;
transition: scale 2s;
}

@keyframes clip2 {
0% {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
100% {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}


/* 背景画像 */
.bg-img{
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: top center;
}

.mv {
  background-image: url("../img/mv.png");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}

.mv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 246px;
}

.text-container {
  margin: auto;
  color: #4d4948;
  padding: 60px 0;
  font-feature-settings: "palt";
}

.text-p-container{
  margin: auto;
  color: #4d4948;
  padding: 60px 0;
  font-feature-settings: "palt";
}
.text-p-container p {
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}


.text-container h2 {
  width: clamp(250px, 30vw, 500px);
  max-height: 50px;
  text-align: center;
  object-fit: contain;
  margin: 0 auto 26px auto;
}

.text-container h2 img {
  width: auto;
  height: 100%;
  max-height: 50px;
}

.text-container h3{
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 44px;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
  text-align: center;
}

.text-container p {
  margin-top: 25px;
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}

.sec01,.sec02,.sec03,.sec04,.sec05,.sec06 {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 60px;
}

.mini_ttl{
  margin: auto;
  margin-bottom: 30px;
}
.mini_ttl img{
  max-height: 46px;
}



h4{
  position: relative;
}

.fig-mini{
  position: absolute;
  top: 12px;
  right: auto;
  padding-left: 4px;
  font-size: 0.7em;
  line-height: 1;
}






/* sec01
-------------------------------------------------------------*/

.sec01 p{
  margin-top: 8px;
  /* text-align: center;
  font-size: 14px;
  line-height: 1.6; */
}
.sec01 .img-container figure + figure{
  margin-top: 40px;
}
.sec01 .bunri p{
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}


/* sec02
-------------------------------------------------------------*/
.sec02 .text-container h3{
  margin-bottom: 40px;
}
.sec02 .text-container .flex{
  gap: 4%;
}
.sec02 .text-container-left{
  width: 64%;
}
.sec02 .text-container-right{
  width: 32%;
}
.sec02 .text-container-right ul{
  flex-wrap: wrap;
}
.sec02 .text-container p{
  margin-top: 0;
}
.sec02 .text-container .text-container-left p{
  text-align: left;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 0.05em;
}
.sec02 .text-container-right ul li{
  width: 48%;
}
.sec02 .text-container .text-container-right ul li p{
  font-size: 12px;
  padding-bottom: 12px;
}


/* sec03,sec04
-------------------------------------------------------------*/
.sec03-wrap{
  width: 90%;
  max-width: 600px;
  margin: auto;
}

h4
{
  padding: 12px 0 8px;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid #957b78;
  font-size: 16px;
  color: #957b78;
}
.sec03 p{
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;

}


.sec03 .parking-box-inner ul{
  gap: 4%;
  justify-content: center;
}
.sec03 .parking-box-inner li{
  width: 48%;
}
.sec03 .parking-box-inner li p{
  text-align: left;
}


/* sec04
-------------------------------------------------------------*/
.sec04 .text-container,
.sec06 .text-container{
  padding: 60px 0 30px;
}

.sec04 {
  background-image: url("../img/bg_layerd.png");
  background-size: cover;
  background-position: center;
}

.sec04 p{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: left;
}

.sec04 .facilities-box-inner{
  gap: 2%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec04 .facilities-box-inner li{
  width: 32%;
}

/* sec05
-------------------------------------------------------------*/

.sec05 .floorplan-box-inner{
  display: flex;
  gap: 4%;
}

/* sec06
-------------------------------------------------------------*/

.sec06 .innercorridor-box-inner{
  gap: 2%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec06 .innercorridor-box-inner li{
  width: 32%;
}

.sec06 .innercorridor-box-inner p{
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;

}


.p-mini{
  font-size: 10px;
  display: block;
}


/* ノート */
.notes {
  padding-bottom: 60px;
}


@media screen and (max-width: 999px) {

}
.notes p {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.065em;
  line-height: 12px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .bg-img{
    background-image: url("../img/bk-sp.png");
    background-size: cover;
    background-position: top center;
  }
  .mv {
    min-height: 67px;
  }
  .mv figure {
    width: clamp(180px, 36.8571428571vw, 300px);
  }
  .text-container {
    margin: 0;
    padding: 40px 0;
  }
  .text-container h2 {
    width: clamp(280px, 50vw, 500px);
  }
  .text-container h3{
    font-size: clamp(20px, 3.5vw, 22px);
    line-height: 1.7;
  }
  .text-container p {
    font-size: clamp(14px, 2.38vw, 16px);
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .sec02 .text-container .text-container-left p{
    font-size: clamp(14px, 2.38vw, 16px);
    letter-spacing: 0.05em;
    line-height: 2.5;
  }

  .sec02 .text-container > .flex{
    flex-direction: column;
  }
  .sec02 .text-container-left,
  .sec02 .text-container-right{
    width: 100%;
  }
  .sec02 .text-container-right{
    margin-top: 30px;
  }

.sec03 .parking-box-inner ul {
    flex-direction: column;
  }
  .sec03 .parking-box-inner ul li{
    width: 100%;
  }
  .sec04 .facilities-box-inner li{
    width: 100%;
  }
  
  .sec05 .floorplan-box-inner {
    flex-direction: column;
    gap: 50px;
    width: 90%;
    margin: auto;
  }

  .sec06 .innercorridor-box-inner{
    flex-direction: column;
  }
  .sec06 .innercorridor-box-inner li{
    width: 100%;
  }

}
