@charset "utf-8";
/* トップスライド
--------------------------- */
.top_mv{
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.mv_slider{
    width: 100%;
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
}
.mv_slider .slick-list,
.mv_slider .slick-track{
    width: 100%;
    height: 100%;
}
.mv_slider li{
    width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    position: relative;
}
.mv_slider li::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(89,69,48,0.2);
}
.mv_slider li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); /* 拡大率 */
  }
}
.mv_txtArea{
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mv_text{
  width: 48.024%;
}
.mv_text .pc-none{
  display: none;
}
.mv_text .sp-none{
  display: block;
}
@media screen and (max-width: 767px) {
  .mv_txtArea{
    bottom: 45px;
  }
  .mv_text{
    min-width: 360px;
  }
  .mv_text .pc-none{
    display: block;
  }
  .mv_text .sp-none{
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .mv_txtArea.l-container{
    width: 92.3%;
  }
  .mv_text{
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 991px) {
.mv_slider li:first-child{
	background-image: url("../images/mv1_sp.webp");
}
.mv_slider li:nth-child(2){
	background-image: url("../images/mv2_sp.webp");
}
.mv_slider li:nth-child(3){
	background-image: url("../images/mv3_sp.webp");
}
}
@media screen and (min-width: 992px) {
  .mv_slider li:first-child{
	background-image: url("../images/mv1.webp");
}
.mv_slider li:nth-child(2){
	background-image: url("../images/mv2.webp");
}
.mv_slider li:nth-child(3){
	background-image: url("../images/mv3.webp");
}
}

/* ---------------------------
トップコンテンツ
--------------------------- */
/* ================================================ */
/* EVENT */
.top_event{
  margin-top: 6.9rem;
}
.top_event_main{
  margin-bottom: 50px;
}
.event_swiper .swiper-slide a{
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top_event{
    margin-top: 8.9rem;
  }
  .top_event_main{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .event_swiper .swiper-wrapper {
    gap: 20px;
  }
  .event_swiper .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 992px) {
  .top_event{
    margin-top: 12.6rem;
  }
  .top_event_main{
    margin-bottom: 65px;
  }
  .event_swiper .swiper-wrapper {
    gap: 40px;
  }
  .event_swiper .swiper-slide {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .top_event_main{
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .top_event{
    margin-top: 14.1rem;
  }
  .event_swiper .swiper-wrapper {
    gap: 64px;
  }
  .event_swiper .swiper-slide {
    width: calc((100% - 128px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top_event.l-container{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .top_event_main .c-title1{
    text-align: center;
  }
  .event_swiper .swiper-slide {
    width: 82.051%;
  }
  .event_swiper.only .swiper-slide {
    width: 100%;
  }
  .top_event .vm{
    margin-top: 4.5rem;
  }
}
/* ================================================ */
/* GALLERY (施工事例) */
.top_gallery{
  position: relative;
  margin-top: 8rem;
  padding: 7.1rem 0 8rem;
}
.gallery_img.zoom{
  aspect-ratio: 4 / 3;
}
.gallery_img.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-txtArea{
  margin-top: 22px;
}
.gallery-ttl{
  color: #464646;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.gallery-tags{
  color: #a0a0a0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.57;
  margin-top: 8px;
}
.gallery_vm{
  margin-top: 57px;
}
@media screen and (min-width: 768px) {
  .top_gallery{
    margin-top: 9.6rem;
    padding: 8.7rem 0 10rem;
  }
  .top_gallery__inner {
    width: auto;
    margin-left: max(8.9744%, calc((100% - 1620px) / 2));
  }
}
@media screen and (min-width: 992px) {
  .top_gallery{
    margin-top: 13.6rem;
    padding: 14rem 0 12rem;
  }
  .top_gallery__inner{
    display: flex;
    margin-left: max(5%, calc((100% - 1620px) / 2));
  }
  .top_gallery .c-title1{
    margin-right: 70px;
  }
  .gallery_contents{
    min-width: 0;
    flex: 1;
  }
  .gallery_vm{
    margin-top: 5.428rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_gallery .c-title1{
    margin-right: 100px;
  }
  .gallery-ttl{
    font-size: 1.7rem;
  }
  .gallery_vm{
    margin-top: 7.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .top_gallery{
    margin-top: 15.4rem;
    padding: 16rem 0 14rem;
  }
  .top_gallery .c-title1{
    margin-right: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .top_gallery .c-title1{
    margin-right: 150px;
  }
}
@media screen and (min-width: 1800px) {
  .top_gallery .c-title1{
    margin-right: 170px;
  }
}
@media screen and (max-width: 991px) {
  .top_gallery .c-title1{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_gallery .c-title1{
    text-align: center;
  }
  .top_gallery__inner {
    width: 100%;
  }
  .gallery_swiper .swiper-wrapper {
    flex-direction: column;
    gap: 56px;
  }
  .gallery_swiper .swiper-slide {
    width: 100%;
  }
  .gallery_swiper .swiper-slide:nth-child(n + 4) {
    display: none;
  }
  .gallery-txtArea{
    text-align: center;
  }
  .gallery_vm{
    text-align: center;
  }
}
/* ================================================ */
/* MODEL (モデルハウス) */
.top_model{
  position: relative;
  margin-top: 10rem;
}
.top_model__img{
  position: relative;
}
.top_model__img img{
  max-width: 100%;
  height: auto;
}
.top_model__txtArea .c-title1{
  margin-bottom: 5.1rem;
}
.top_model_bigtxt{
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
.top_model__txt .txt_block {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.69;
  text-align: justify;
}
.top_model__txt .vm{
  margin-top: 4.6rem;
}
@media screen and (min-width: 768px) {
  .top_model{
    width: auto;
    margin-left: max(8.9744%, calc((100% - 1340px) / 2));
    display: flex;
    flex-direction: row-reverse;
    margin-top: 13rem;
  }
  .top_model__img{
    width: 49.426%;
    margin-left: auto;
    padding-right: 3%;
  }
  .top_model__img-inner{
    position: relative;
    aspect-ratio: 250 / 237;
  }
  .model_img1{
    width: 100%;
  }
  .model_img2{
    width: 43.119%;
    position: absolute;
    left: 35.779%;
    bottom: 0;
  }
  .top_model__txtArea{
    position: absolute;
    left: 0;
    width: 100%;
  }
  .top_model__txtArea .c-title1 .f-eng{
    font-size: 7.8rem;
  }
  .top_model__txt{
    width: 44.2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top_model{
    min-height: 439px;
  }
  .top_model__img{
    align-self: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .top_model{
    margin-left: max(5%, calc((100% - 1340px) / 2));
    margin-top: 16rem;
  }
  .top_model__img{
    width: 58.427%;
    padding-right: max(5vw, calc((100vw - 1620px) / 2));
  }
  .top_model__txtArea{
    align-self: center;
  }
  .top_model__txt{
    width: 35.204%;
  }
}
@media screen and (min-width: 1200px) {
  .top_model__img{
    width: 58.427%;
  }
  .top_model__txt{
    width: 35.204%;
  }
  .top_model__txtArea .c-title1{
    margin-bottom: 8.9rem;
  }
  .top_model__txtArea .c-title1 .f-eng{
    font-size: 10.5rem;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
  }
  .top_model_bigtxt{
    font-size: 2.6rem;
    margin-bottom: 3.8rem;
  }
  .top_model__txt .txt_block{
    font-size: 1.5rem;
  }
  .top_model__txt .vm{
    margin-top: 7.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top_model{
    margin-top: 20rem;
  }
  .top_model__img{
    width: 63.427%;
  }
  .top_model__txtArea{
    align-self: flex-end;
    bottom: 8.114%;
  }
  .top_model__txt{
    width: 30.204%;
  }
}
@media screen and (min-width: 1600px) {
  .top_model__img{
    width: 67.427%;
  }
  .top_model__txtArea{
    bottom: 13.114%;
  }
  .top_model__txt{
    width: 26.204%;
  }
}
@media screen and (min-width: 1800px) {
  .top_model__img{
    width: 69.4268%;
  }
  .top_model__txt{
    width: 24.204%;
  }
}
@media screen and (max-width: 767px) {
  .top_model__img{
    width: 100%;
    margin-bottom: 4rem;
  }
  .top_model__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .model_img1{
    width: 76.923%;
    aspect-ratio: 3 / 2;
  }
  .model_img2{
    width: 46.1538%;
    aspect-ratio: 36 / 23;
    margin-top: -20px;
    margin-left: auto;
  }
  .top_model__txtArea .c-title1{
    width: 92.307%;
    margin-right: auto;
    margin-left: auto;
  }
  .top_model__txt{
    width: 82.051%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ================================================ */
/* CONCEPT */
.top_concept{
  position: relative;
  margin-top: 10rem;
  padding-top: 9.2rem;
}
.top_concept .c-title1{
  margin-bottom: 5.7rem;
}
.top_concept__main_img, .top_concept__sub_img{
  position: relative;
  overflow: hidden;
  display: block;
}
.top_concept__main_img{
  aspect-ratio: 71 / 44;
}
.top_concept__sub_img{
    aspect-ratio: 52 / 33;
}
.concept_img01, .concept_img02{
  width: 100%;
  position: relative;
}
.concept_img01{
  height: 135%;
  top: -17.5%;
}
.concept_img02{
  height: 135%;
  top: -17.5%;
}
.concept_img01 img, .concept_img02 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.top_concept_bigtxt{
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.top_concept__txtArea .txt_block{
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.92;
}
.top_concept__txtArea .txt_block p + p{
  margin-top: 2.5rem;
}
.top_concept__txtArea .vm{
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .top_concept{
    margin-top: 13rem;
    padding-top: 11.8rem;
  }
  .top_concept__block{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: calc((100% - 100vw) / 2);
  }
  .top_concept__main_img{
    aspect-ratio: 29 / 39;
    width: 36.9426%;
    flex-shrink: 0;
  }
  .top_concept__txtArea{
    width: 54.1401%;
    padding-right: 3%;
    margin-top: 5.5556vw;
  }
  .top_concept__sub_img{
    aspect-ratio: 47 / 30;
    width: 58%;
    margin-top: 13rem;
    margin-left: auto;
  }
  .concept_img02{
    height: 178%;
    top: -39%;
  }
}
@media screen and (min-width: 992px) {
  .top_concept{
    margin-top: 16rem;
    padding-top: 14.7rem;
  }
  .top_concept__block{
    margin-left: min(7.7778vw, 140px);
  }
  .top_concept__txtArea{
    padding-right: max(5vw, calc((100vw - 1620px) / 2));
  }
  .top_concept__sub_img{
    margin-top: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_concept .c-title1{
    margin-bottom: 9.8rem;
  }
  .top_concept_bigtxt{
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 4.3rem;
  }
  .top_concept__txtArea .txt_block{
    font-size: 1.5rem;
    line-height: 2.13;
  }
  .top_concept__txtArea .txt_block p + p{
    margin-top: 3.2rem;
  }
  .top_concept__txtArea .vm{
    margin-top: 5.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .top_concept{
    margin-top: 20rem;
    padding-top: 18.5rem;
  }
  .top_concept__sub_img{
    margin-top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .top_concept .l-container{
    width: 100%;
    margin: 0;
  }
  .top_concept .c-title1{
    width: 82.0512%;
    margin-right: auto;
    margin-left: auto;
  }
  .top_concept__main_img{
    width: 91.025%;
  }
  .top_concept__txtArea{
    margin-top: 5.7rem;
  }
  .top_concept__txtArea .inner{
    width: 82.0512%;
    margin-right: auto;
    margin-left: auto;
  }
  .top_concept__txtArea .txt_block{
    letter-spacing: 0;
  }
  .top_concept__sub_img{
    width: 66.666%;
    margin-top: 6rem;
    margin-left: auto;
  }
  .top_concept__sub_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .concept_img01{
    height: 168%;
    top: -34%;
  }
  .concept_img02{
    height: 180%;
    top: -40%;
  }
}
/* ================================================ */
/* REASON */
.top_reason{
  margin-top: 9.9rem;
  padding-bottom: 10rem;
}
.top_reason img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_reason .c-title1{
  margin-bottom: 6rem;
}
.top_reason__list{
  margin-bottom: 0;
}
.top_reason__list li{
  position: relative;
}
.top_reason__list li::before, .top_reason__list li::after{
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(160,160,160,0.25);
  left: 0;
}
.top_reason__list li:first-child::before{
  content: "";
  top: 0;
}
.top_reason__list li::after{
  content: "";
  bottom: 0;
}
.top_reason__list a{
  position: relative;
  display: flex;
}
.top_reason__flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translateX(0);
  transition: .4s;
}
.top_reason__img{
  aspect-ratio: 4 / 3;
  width: 39.436%;
}
.top_reason__txtArea{
  width: 55.211%;
}
.top_reason__tit{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.top_reason__list a .arrow{
  width: 50px;
  height: 22px;
  background-color: #464646;
  background-image: url(../images/arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
@media screen and (min-width: 768px) {
  .top_reason{
    margin-top: 13rem;
    padding-bottom: 13rem;
  }
  .top_reason__list a{
    padding: 20px 0;
    transition: .4s;
  }
  .top_reason__list a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .4s,opacity ease .6s;
    opacity: 0;
    z-index: -1;
  }
  .top_reason__list a:hover::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
    opacity: 1;
  }
  .top_reason__list a:hover .top_reason__flex{
    transform: translateX(20px);
    transition: .4s;
  }
  .top_reason__img{
    width: 24.436%;
  }
  .top_reason__txtArea{
    align-self: center;
    width: 70.211%;
  }
  .top_reason__tit{
    font-size: 1.6rem;
    margin-bottom: 1.1rem;
  }
  .top_reason__txtArea .txt_block{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .top_reason__list a .arrow{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .top_reason{
    margin-top: 16rem;
    padding-bottom: 16rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .top_reason .c-title1{
    margin-bottom: 0;
  }
  .top_reason__list{
    width: 70.432%;
  }
}
@media screen and (min-width: 1140px) {
  .top_reason__list{
    width: 65.432%;
  }
  .top_reason__img{
    width: 28.3%;
  }
  .top_reason__txtArea{
    width: 66.0377%;
  }
}
@media screen and (min-width: 1200px) {
  .top_reason__list a{
    padding: 25px 0;
  }
  .top_reason__list a:hover .top_reason__flex{
    transform: translateX(25px);
  }
  .top_reason__tit{
    font-size: 2rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.7rem;
  }
  .top_reason__txtArea .txt_block{
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .top_reason__list a .arrow{
    width: 60px;
    height: 30px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .top_reason__list{
    width: 71.432%;
  }
  .top_reason__img{
    width: 26.3%;
  }
  .top_reason__txtArea{
    width: 68.0377%;
  }
}
@media screen and (min-width: 1400px) {
  .top_reason{
    margin-top: 20rem;
    padding-bottom: 20rem;
  }
  .top_reason__list a{
    padding: 32px 0;
  }
  .top_reason__list a:hover .top_reason__flex{
    transform: translateX(32px);
  }
}
@media screen and (max-width: 767px) {
  .top_reason.l-container{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .top_reason .c-title1{
    width: 82.0512%;
    margin-right: auto;
    margin-left: auto;
  }
  .top_reason__list{
    width: 96.1538%;
    margin-left: auto;
  }
  .top_reason__list a{
    background-color: #f0f0f0;
    padding: 20px 0 20px 20px;
  }
  .top_reason__txtArea{
    padding-top: 20px;
  }
  .top_reason__list a .arrow{
    position: absolute;
    bottom: 20px;
    right: 15px;
  }
}
/* ================================================ */
/* PARA */
.MainImage{
  position: relative;
  width: 100%;                 /* 親が全幅なら全開でビューポート全幅に */
  aspect-ratio: 36 / 23;
  overflow: hidden;
  clip-path: inset(0px);       /* JS が上書きする初期値 */
  will-change: clip-path;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .MainImage{
    aspect-ratio: 81 / 44;
    margin-top: 11rem;
  }
}
@media screen and (min-width: 992px) {
  .MainImage{
    margin-top: 14rem;
  }
}
@media screen and (min-width: 1400px) {
  .MainImage{
    margin-top: 18rem;
  }
}
/* .MainImage が左右パディングのある親の中にある場合は、
   下記を .MainImage に足すと画面全幅まで突き抜けられます:
   width: 100vw; margin-left: calc(50% - 50vw);
   （その際、祖先の overflow-x を確認してください） */
 
/* 中の画像（視差で動く要素） */
.MainImage-src{
  position: absolute;
  left: 0;
  top: -15%;                   /* 上下に余白を持たせて視差の動く幅を確保 */
  width: 100%;
  height: 130%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
 
/* 動きを抑える設定を尊重 */
@media (prefers-reduced-motion: reduce){
  .MainImage{ clip-path: inset(0px) !important; }
  .MainImage-src{ transform: none !important; top: 0; height: 100%; }
}
/* ================================================ */
/* ABOUT US */
.top_about{
  margin-top: 7rem;
}
.top_about img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_about .c-title1{
  margin-bottom: 6rem;
}
.top_about__text{
  margin-top: 2.4rem;
  position: relative;
  padding-bottom: 15px;
}
.top_about__text::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(180,180,180,0.25);
  bottom: 0;
  left: 0;
}
.top_about__text::after{
  position: absolute;
  content: "";
  width: 18.75%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  transition: width 0.4s;
}
.top_about__item a:hover .top_about__text::after{
  width: 100%;
}
.top_about__tit{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
.top_about__text .txt_block{
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.54;
}
.top_about__text .arrow{
  display: block;
  width: 50px;
  height: 22px;
  background-color: #464646;
  background-image: url(../images/arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  margin-top: 2.7rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top_about{
    margin-top: 10.6rem;
  }
  .top_about__flex{
    display: flex;
    gap: 30px;
  }
  .top_about__text::after{
    width: 15.625%;
  }
}
@media screen and (min-width: 992px) {
  .top_about{
    margin-top: 14.6rem;
  }
  .top_about__flex{
    gap: 40px;
  }
  .top_about__text{
    padding-bottom: 40px;
  }
  .top_about__text .txt_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_about__text .arrow{
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top_about .c-title1{
    margin-bottom: 8rem;
  }
  .top_about__flex{
    gap: 60px;
  }
  .top_about__text{
    padding-bottom: 5.8rem;
    margin-top: 4rem;
  }
  .top_about__tit{
    font-size: 2.2rem;
    margin-bottom: 1.8rem;
  }
  .top_about__text .txt_block{
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top_about__text .txt_block p{
    width: calc(100% - 80px);
  }
  .top_about__text .arrow{
    width: 60px;
    height: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .top_about{
    margin-top: 18.1rem;
  }
}
@media screen and (max-width: 767px) {
  .top_about__item + .top_about__item{
    margin-top: 6rem;
  }
}

/* ================================================ */
/* INSTAGRAM */
.top_insta{
  margin-top: 13rem;
  margin-bottom: 12rem;
}
.top_insta .c-title1{
  margin-bottom: 6rem;
}
.top_insta .vm{
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top_insta{
    margin-top: 14.5rem;
    margin-bottom: 14.7rem;
  }
  .top_insta .vm{
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .top_insta{
    margin-top: 16.6rem;
    margin-bottom: 17.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_insta .c-title1{
    margin-bottom: 8rem;
  }
  .top_insta .vm{
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .top_insta{
    margin-top: 18.2rem;
    margin-bottom: 20rem ;
  }
}
/* Instagram slide */
.insta_block{
	width: 100%;
}
.insta_block #sb_instagram #sbi_images{
	padding-top: 0;
	padding-bottom: 0;
	display: flex !important;
}
.insta_block .swiper-wrapper{
	transition-timing-function: linear;
}
.insta_block .sbi_item,.insta_block #sb_instagram .sbi_photo,.insta_block #sb_instagram .sbi_photo img{
	aspect-ratio: 130 / 173;
}
.insta_block #sb_instagram .sbi_photo{
	height: initial !important;
}
.insta_block #sb_instagram .sbi_photo img{
	padding: 0 3px !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.insta_block #sb_instagram .sbi_type_carousel .fa-clone{
	width: 5%;
  top: 2.3058%;
  right: 14px;
}
@media screen and (min-width: 1200px){
	.insta_block #sb_instagram .sbi_photo img{
		padding: 0 5px !important;
	}
}
@media screen and (min-width: 1800px){
	.insta_block .sbi_item{
		width: 260px !important;
		flex-shrink: 0;
	}
}
