@charset "utf-8";

/* ----------------------------------
design
---------------------------------- */
#content_Wrap {
  color: #170c06;
  background-color: #f9f8f8;
}

.lower_ttl {
  padding: 0;
  position: relative;
  text-align: center;
}
.lower_ttl h2 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 80%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* color: #998a7a; */
  color: #fff;
  font-family: 'Cinzel', serif !important;
  font-size: clamp(22px, calc(2.9259259259259258vw), 30px);
  font-weight: 500;
  letter-spacing: 0.12em;
  /* text-shadow: 0px 0px 5px #fff; */
  text-shadow: 0px 0px 5px #838383;
  z-index: 2;
}

.lower_ttl .line {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  position: absolute;
  top: 22%;
  left: 80%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /*  border-left: 1px solid #fff;
  width: 1px;
  height: 30px; */
  border-bottom: 1px solid #fff;
  width: 30px;
  height: 1px;
  text-shadow: 0px 0px 5px #434343;
  z-index: 2;
} 
/* .lower_ttl h2::before {
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 22%;
  left: 76.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 30px;
  height: 1px;
  content: '';
}
figure {
  position: relative;
}
/* video のスタイル */
.video-container02 {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.video-container02 video {
  width: 100%;
  height: auto;
  display: block;
}
/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .video-container02 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .video-container02 {
    max-width: 100%;
    /* padding: 0 0 55px; */
  }
}

/* inner */
.inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

/* text */
p {
  letter-spacing: 1.5px;
  line-height: 2;
}
.notes {
  color: #333;
}
h3.en-ttl {
  font-size: clamp(22px, calc(2.9259259259259258vw), 26px);
  line-height: 1.5;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
p.eng_ttl {
  font-size: clamp(15px, calc(2.9259259259259258vw), 20px);
  line-height: 1.5;
  letter-spacing: 2px;
}
p.sub_ttl {
  font-size: clamp(16px, calc(2.9259259259259258vw), 20px);
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.text {
  font-size: clamp(14px, calc(2.9259259259259258vw), 16px);
  text-align: center;
}

.d_bg {
  background-image: url(../img/design_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.d_wrap {
  padding: 100px 0 0;
}

.exterior_box {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
/* .exterior_box .en-ttl {
  margin-bottom: 4%;
} */
/* .exterior_box .en-ttl::after {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #170c06;
  margin: 3% 0;
  text-shadow: 0px 0px 10px #FFF;
} */
.exterior_box p.eng_ttl {
  margin: 0 0 30px;
  line-height: 2.0!important;
}
.exterior_box .copy01 {
  width: 40%;
  margin: 2% 4% 2% 6%;
}
.exterior_box .copy01 .text {
  text-align: left;
}
.exterior_box figure {
  width: 50%;
}

.approach_box {
  padding-top: 140px;
}
.approach_box figure {
  width: 100%;
}
.copy02 {
  text-align: center;
    margin: 0 auto 50px;
}

/* .ap_anime {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:white;
}

.ap_anime p {
  animation: animeap 20s linear infinite;
  transform: translateX(100%);
}

@keyframes animeap {
100% {
  transform: translateX(-100%);
 }
} */
/* .entrance-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
} */



.slide-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 28.03571429% 0;
/*  height: 706px; */
  background: #eee;
}

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-image {
  transform: translate(0, 0);
  transition: none;
}

.slide-image.animate-slide {
  animation: slideLeft 2s ease-out forwards;
}
/* AOSによって .aos-animate が付与された時にスライドイン */
/*
[data-aos="slide-image-in"].aos-animate .slide-image {
  transform: translateY(-50%) translateX(0);
}
*/
img.slide-image {
  width: 110%!important;
}

@keyframes slideLeft {
  from {
    transform: translate(0,0);
  }
  to {
     transform: translate(-5%,0);
  }
}

 .another_wrap {
  padding-bottom: 100px;
 }
.entrance_box {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.entrance_box .en-ttl {
  text-align: left;
}
.entrance_box .copy02 {
  width: 40%;
  margin: 2% 6% 2% 4%;
}
.entrance_box .copy02 p {
  text-align: left;
}
.entrance_box figure {
  width: 50%;
}
.entrance_box02 figure {
  width: 80%;
  margin-left: auto;
}

.bg02 {
  background-image: url(../img/design_bg02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 80px 0; */
}
.copy03 {
  text-align: center;
  margin-bottom: 50px;
}
.design03 {
  max-width: 960px;
  margin: 0 auto;
}
.landscape .text {
  color: #000;
}
.shikihai {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}

/* video のスタイル */
.video-container {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
video {
  width: 100%;
  height: auto;
  display: block;
}

.video-controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  gap: 10px;
}
.video-btn {
  background-color: rgba(124, 106, 87, 0.8);
  color: #fff;
  padding: 4px 13px;
  border:1px solid #FFF;
  width:80px;
  /* border-radius: 4px; */
  cursor: pointer;
  text-align:center;
  font-size: 12px;
  letter-spacing: 0.06em;
  user-select: none;
  transition: background-color 0.3s;
}

.video-btn:hover {
  background-color: rgba(138, 122, 106, 1);
}

/* 終了後に表示される静止画 */
.end-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 2;
  background-color: #000;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .video-container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .video-container {
    max-width: 100%;
    /* padding: 0 0 55px; */
  }
}


.illust-flex {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px auto 0;
}

.illust-flex .left {
  width: 17.75%;
}

.illust-flex .right {
  width: 82.25%;
  max-width: 987px;
}

.item-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
}

.item-flex li {
  width: 22.5%;
}
.item-flex li figure {
  position: relative;
}
.item-flex li:nth-of-type(n+5) {
  margin-top: 40px;
}

.item-flex li.two-space {
  flex-wrap: wrap;
  width: calc(47.5% + 10px);
}
.item-flex li.two-space figure {
  width: 100%;
  position: relative;
}
.item-flex li.two-space article {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.item-flex li.two-space .i_txt {
  align-self: flex-start;
  width: calc((100% - 10px) / 2);
}
.item-flex li.two-space .i_txt:nth-of-type(1) {
  margin-right: 10px;
}
.land_ttl {
  display: flex
;
  justify-content: flex-start;
  align-items: center;
  /* margin-bottom: 8px; */
}
.num {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 3px;
  background-color: #9f854f;
}
.num span {
  display: block;
  position: absolute;
  top: 53%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-indent: -0.03em;
  text-align: center;
  transform: translate(-50%, -54%);
}
.item-ttl {
  font-size: clamp(16px, calc(2.9259259259259258vw), 18px);
  line-height: 1.2;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 0 0 0 5px;
}
c
.item-ttl .big {
  font-size: 1.3em;
}

.item-text {
  font-size: 14px;
  line-height: 1.5;
}

.item-text .small {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.planing {
  margin: 80px auto 0;
  padding-bottom: 80px;
}

.planing-subttl .big {
  font-size: 1.4em;
}
.planing-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.planing-flex li {
  width: calc(100% / 5 - 2%);
}
.planing-flex li figure {
  position: relative;
}
.planing-flex li .p_cap {
  font-size: clamp(12px, calc(2.9259259259259258vw), 14px);
  letter-spacing: -0.02em;
  text-align: center;
}
.planing .copy04 {
  text-align: center;
  margin: 0 auto 30px;
  }

.tab_sp {
  display: none;
  }

/*=============================
tabから
=============================*/
@media only screen and (max-width: 1024px) {
  .exterior_box .copy01 {
    width: 45%;
    margin: 2% 4% 2% 6%;
  }
  .exterior_box .copy01 p {
  }
  .exterior_box figure {
    width: 45%;
  }

  .entrance_box .copy02 {
    width: 45%;
    margin: 2% 6% 2% 4%;
  }
  .entrance_box figure {
    width: 45%;
  }
}

/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {
  .lower_ttl h2 {
    position: absolute;
    top: 10%;
  }

  .lower_ttl .line {
    top: 24%;
  } 

  .lower_ttl p {
    position: absolute;
    top: 16%;
    left: 6%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.5;
  }

  /* kobetsu */
  .d_wrap {
    padding: 60px 0 0;
}

  .inner {
    width: 100%;
  }
  h3.en-ttl,p.sub_ttl {
    text-align: center;
  }
  .text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .space {
    padding-left: 0.4em;
  }

  .exterior_box .en-ttl {
    text-align: center;
    margin: 0 auto 10px;
    padding-left: 5%;
}
.exterior_box .en-ttl::after {
  content: "";
  /* width: 85%; */
}
  .exterior_box p.eng_ttl {
    margin: 0 0 20px;

}
.exterior_box .copy01 {
  width: 91%;
  margin: 0 auto 30px;
}

.copy01,.copy02,.copy03,.copy04 {
    width: 91%;
    text-align: left;
    margin: 0% auto 30px;
  }
  .exterior_box .copy01 p {
    text-align: center;
    line-height: 2.0;
  }
  .exterior_box figure {
    width: 100%;
  }

  .another_wrap {
    padding-bottom: 60px;
  }

  .slide-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 32.14285714% 0;
  background: #eee;
}

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-image {
  transform: translate(0, 0);
  transition: none;
}

.slide-image.animate-slide {
  animation: slideLeft 2s ease-out forwards;
}
img.slide-image {
  width: 110%!important;
}

@keyframes slideLeft {
  from {
    transform: translate(0,0);
  }
  to {
     transform: translate(-5%,0);
  }
}

  .entrance_box {
    flex-direction: column-reverse;
  }
  .entrance_box .en-ttl {
    text-align: center;
}
  .entrance_box .copy02 {
    text-align: center;
    width: 91%;
    margin: 2% auto;
  }
  .entrance_box .copy02 .sub_ttl {
    padding-bottom: 0px;
    text-align: center;
  }
  .entrance_box .copy02 p {
    padding-bottom: 20px;
  }
  .entrance_box figure {
    /* width: 80%; */
    width: 100%;
    margin: 0 auto;
  }
  .entrance_box02 figure {
    width: 100%;
    margin: 0 auto;
  }
  .approach_box {
    padding-top: 80px;
  }

  .bg02 {
    /* padding: 50px 0; */
}
  .shikihai.js-scrollable {
    overflow-y: hidden!important;
  }
  .shikihai.js-scrollable img {
    width: 600px!important;
    height: auto;
    max-width: initial;
  }

  .item-flex.inner {
    width: 90%;
  }

  .item-flex li {
    width: calc((100% - 10px) / 2);
  }
  .item-flex li:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .item-flex li.two-space {
    width: 100%;
  }
  .item-ttl .big {
    font-size: 1.2em;
  }

  .planing {
    margin: 40px auto 0;
    padding-bottom: 60px;
  }
  .planing-flex {
    gap: 2%;
    width: 95%;
    margin: 0 auto;
  }
.planing-flex li {
  width: calc(100% / 3 - 2%);
}
.planing-flex li:nth-last-child(-n+3) {
  margin-top: 3%;
}

}