@charset "UTF-8";
:root{
  --mainColor:#AE9B4F;
}

a{
  transition: 0.5s;
}

body{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  background: #EFEFEF;
  text-align: left;
  color:#000000;
}

*{
  font-family: "Zen Old Mincho", serif !important;
}

.sp{
  display: none;
}

  #wraper{
    width: calc(100vw + (100% - 100vw));
    overflow-x: hidden;
  }

.b-font,.b-font * {
font-family: "kudryashev-d-excontrast", serif !important;
font-weight: 500;
font-style: normal;
}

.noto,.noto *{
  font-family: "Noto Sans JP", sans-serif !important;
}

.content{
  width: 90%;
  max-width: 1155px;
  margin: auto;
}

.header_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 10px;
  padding-right: 60px;
  background: rgba(0 0 0 / 30%);
  width: 100%;
  
}

@media screen and (min-width:1001px){
  .mainhead{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 100;
  } 

  .mainhead .menuBox{
    display: flex;
  }

  .mainhead .menuBox a{
    font-weight: bold;
    display: block;
    color:#ffffff;
    margin-left: 1.5em;
    letter-spacing: 0;
    font-size: 24px;
    position: relative;
    transition: 0.5s;
  }
  
  .mainhead .menuBox li:not(:first-child) a:before{
    content:"|";
    position: absolute;
    left: -20px;
  }
  
  .mainhead .menuBox a:hover{
    color:#ffffff !important;
  }

  .mainhead .menuBox a:after{
    content:"";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: #ffffff;
    transition: 0.5s;
  }

  .mainhead .menuBox a:hover:after{
    width: 100%;
  }
  
}

.mainVisual{
  height: 825px;
  width: 100%;
  background: url("../images/main-bg.webp") center;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

  h2.site-title{
    margin-top: 350px;
    font-size:96px;
    font-weight: 100 !important;
    writing-mode: vertical-rl;
    color:#ffffff;
    position: relative;
    z-index: 5;
    line-height: 0.75em;
  }
  
  h2.site-title span{
    font-size:24px;
    font-weight: normal;
    letter-spacing: 0.4em;
  }
  
  .mainVisual__text-bg{
    position: absolute;
    z-index: 1;
    min-height: 830px;
  }
  
  .mainVisual__text-bg img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 825px;
  }
  
  @media screen and (min-width:1700px){  
  .mainVisual__text-bg img{
    height: auto;
  }
  }
  
  .mainVisual__img{
    position: absolute;
    z-index: 3;
    height: 100%;
    left: calc(50% - 700px)
  }


  :root{
    --pd:100px;
  }
  
  @media screen and (min-width:1700px){
      :root{
        --pd:230px;
      }
  } 

.u-content-full02{
  padding: 80px 0;
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
  
  #lease{
    position: relative;
  }
  
  #lease .cont-title{
    display: flex;
    gap: 55px;
    position: relative;
  }
  
  #lease .cont-title .lease-title01{
    writing-mode: vertical-rl;
    font-size: 64px;
    color:#AEAEAE;
    line-height: 0.5em;
    margin-right: 10px;
  }
  
  #lease .cont-title svg{
    display: inline-block;
    margin-top:35px;
  }  
  
  #lease .cont-title .lease-title02{
    font-size: 96px;
    color:#C4915E;
    display: inline-block;
    text-align: left;
    line-height: 0.6em;
    margin-top: -35px;
  }
  
  #lease .cont-title .lease-title02 small{
    display: block;
    font-size: 15px;
    color:#C4915E;
    letter-spacing: 0.4em;
  }
  
  #lease .cont-title .lease-title03{
    font-size: 24px;
    color:#C4915E;
    display: inline-block;
    margin-top: 70px;
  }
  
  #lease .cont-title .lease-title03:after{
    content:" ";
    height: 1px;
    width: calc(100% - 700px);
    position: absolute;
    right: 0;
    top:90px;
    background: #000000;
  }
  
  .u-content-full{
    padding: 100px 0;
    padding-left: var(--pd);
  }
  
  .lease__img{
    position: absolute;
    top:240px;
    right: 0;
    width: calc(100% - (455px + var(--pd)));
    height: 550px;
  }
  
  .lease__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .lease__text{
    line-height: calc(40em / 14);
    font-size: 14px;
    text-align: left;
    margin:60px 0 70px;
  }

  .lease__img02{
    position: absolute;
    bottom:0;
    left: 0;
  }
  
  #lease .btn-wrap{
    display: flex;
    gap:30px;
    padding: 218px 0 30px;
    padding-left: 455px;
  }

  .link-btn01{
    display: flex;
    border-radius:100px;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 65px;
    background: #557475;
    position: relative;
    color:#ffffff !important;
    font-size: 15px;
    transition: 0.5s;
    padding-left: 30px;
    box-sizing: border-box;
  }
  
  .link-btn01 *{
    fill:#557475;
    transition: 0.5s;
  }
  
  .link-btn01:hover{
    background:#B5C0C0;
  }
  
  .link-btn01:hover *{
    fill:#B5C0C0;
  }
  
  .link-btn02{
    display: flex;
    border-radius:100px;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 65px;
    background: #2E2E2E;
    position: relative;
    color:#ffffff !important;
    font-size: 15px;
    transition: 0.5s;
    padding-left: 30px;
    box-sizing: border-box;    
  }
  
  .link-btn02 *{
    fill:#2E2E2E;
    transition: 0.5s;
  }
  
  .link-btn02:hover{
    background:#838383;
  }
  
  .link-btn02:hover *{
    fill:#838383;
  }  
  
  a.linkbtn:visited,
  a.linkbtn:focus,
  a.linkbtn:hover{
    color:#ffffff !important;
  }
  
  .linkbtn span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 45px;
    top:7px;
    left: 7px;
    padding: 3px 12.5px;
    background: #ffffff;
    border-radius: 100px;
  }

  .cont-title{
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: 100px;
  }
  
  .cont-title01{
    letter-spacing:0.2em;
    font-size: 16px;
    margin-top: 35px;
  }  
  
  .cont-title02{
    font-size:50px;
    color:#C4915E;
  }   
  
  #situation .cont-title{
    padding-right: 100px;
    justify-content: flex-end;  
  }
  
  #situation .cont-title:after{
    content:" ";
    height: 1px;
    width: calc(100% - 325px);
    position: absolute;
    top:50px;
    left: -230px;
    display: block;
    background: #000000;
  }
  
  .situation__title{
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 1.5em;
  }
  
  .situation__text{
    font-size: 14px;
    line-height: 3em;
  }
  
  .situation__cont{
    display: grid;
    gap:30px;
    grid-template-columns: 350px 1fr;
    padding-right: 100px;
  }
  
  .situation__list-text{
    writing-mode: vertical-rl;
    font-size: 24px;
    position: relative;
  }
  
  .situation__list-text span{
    background: #EFEFEF;
    position: relative;
    z-index: 3;
    line-height: 1em;
    display: inline-block;
    padding-bottom: 10px;
  }
  
  .situation__list-text:after{
    content:" ";
    height: 100%;
    width: 1px;
    background: #000000;
    left: 40%;
    top:0;
    position: absolute;
    display: block;
  }
  
  .situation__list{
    display: grid;
    gap:25px;
    grid-template-columns: repeat(5,1fr);
  }
  
  .situation__item{
    display: grid;
    grid-template-columns: 1fr 1.5em;
    gap:5px;
  }
  
  .situation__img{
    height: auto;
    width: 100%;
    max-height: 500px;
  }
  
  .situation__img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

#about{
  background: url("../images/main-bg.webp");
  padding-top: 0;
  position: relative;
  padding-bottom: 230px;
}

  .cl-wt{
    color: #ffffff;
  }
  
  #about .cont-title:after{
    content:" ";
    display: block;
    width: calc(100% - 440px);
    height: 1px;
    position: absolute;
    right: 0;
    top:45px;
    background: #ffffff;
  }
  
  #about .cont-title01{
    writing-mode: vertical-rl;
    margin-top: -40px;
    letter-spacing: 0.3em;
  }
  
  .about__cont01{
    display: flex;
    justify-content: center;
    gap:85px;
  }
  
  .about__cont-box{
    padding-top: 85px;
    color:#ffffff;
  }
  
  .about__cont-heading{
    font-size:16px;
    font-weight: normal;
    margin-bottom: 20px;
    color:#ffffff;
    letter-spacing: 0;
    
  }
  
  .about__cont-heading span{
    font-size:20px;
  }
  
  .about__cont-text{
    color:#ffffff;
    line-height: calc(40em / 16);
    font-size: 16px;
  }
  
  .about__cont02{
    padding-top: 80px;
    padding-left: 50%;
    display: grid;
    grid-template-columns: 405px 1fr;
    gap:20px;
  }
  
  .sec03_img02{
    position: relative;
    top:350px;
    height: 515px;
    width: 100%;
  }
  
  .sec03_img03{
    position: absolute;
    width: 48%;
    height: 457px;
    left: 0;
    bottom:300px;
  }
  
  .sec03_img03 img,
  .sec03_img02 img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  .pb0{
    padding-bottom: 0 !important;
  }
  
  #product{
    width: calc(100vw + (100% - 100vw));
    overflow-x: hidden;
    padding-bottom: 80px;
    background: #ffffff;
  }
#product .cont-title:after{
    content:" ";
    display: block;
    width: calc(100% - 440px);
    height: 1px;
    position: absolute;
    right: 0;
    top:45px;
    background: #000000;
  }

#product .cont-title{
  margin-bottom: 40px;
}
  
  #product .cont-title01{
    writing-mode: vertical-rl;
    margin-top: -20px;
    letter-spacing: 0.3em;
    display: inline-block;
    margin-right: 20px;
  }
  
/* スライダー全体 */
.product__slider {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 30px;
  box-sizing: border-box;
  overflow: visible;
}

/* スライドの中身 */
.product__slide {
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-racio:670 / 500;
  max-height: 500px;
}

/* 画像を枠内にフィットさせる */
.product__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PC ではスライドの高さを揃える雰囲気 */


@media (max-width: 1000px) {
  .product__slider {
    padding: 24px 0 24px;
  }
  .product__slide {
    height: auto;
  }
}

/* ドット（Swiper pagination） */
.product__pagination {
  position: static;            /* 下固定ではなく、普通のフロー内に */
  margin-top: 30px;
  text-align: center;
}

.product__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  background: #ccc;
  opacity: 1;
}

.product__pagination .swiper-pagination-bullet-active {
  background: #434343;
}  

  .product__link{
    text-align: center;
    margin-top: 60px;
  }
  
  .product__link a{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color:#000000;;
  }  
  
  .product__link-text{
    display: inline-block;
    padding-right: 30px;
    background-image: url("../images/insta_arrow.svg");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.2em
  }

#melit{
  padding-top: 0;
    background-image: url("../images/sec05_bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  padding-bottom: 80px;
}

#melit .cont-title{
    padding-top: 60px;
    background-image: url("../images/sec05__titleobj.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 10px;
  width: 547px;
  position: relative;
  margin: auto;
  margin-bottom: 60px;
  } 

  #melit .cont-title01{
    position: absolute;
    width: 100%;
    color:#ffffff;
    bottom:0;
    text-align: center;
  } 
  
  #melit .cont-title02{
    color:#ffffff;
    text-align: center;
    width: 100%;
    display: block;
  } 
  
  .melit__content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:96px;
    max-width: 860px;
    width: 90%;
    margin: auto;
    color:#ffffff;
  }
  
  .melit__box{
    border:1px solid #ffffff;
    border-radius: 15px;
    padding: 20px;
    position: relative;
  }
  
  .melit__num{
    background: #000000;
    font-size:32px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    top:-40px;
    left: 10px;
  }
  
  .melit__icon{
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
  }
  
  .melit__title{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }

  #flow{
    padding: 80px 0;
  }
  
  #flow .cont-title{
    text-align: center;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    gap:0;
    line-height: 0.5em;
  }
  
  #flow .cont-title span{
    display: block;
    width: 100%;
  }
  
  #flow .cont-title:before{
    content:" ";
    height: 1px;
    width:calc(50vw - 200px);
    background: #000000;
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
  }
  
  #flow .cont-title:after{
    content:" ";
    height: 1px;
    width:calc(50vw - 200px);
    background: #000000;
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
  }  
  
  .flow__list{
    background-image: url("../images/main-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(5,1fr);
  }

  .flow__list-item{
    position: relative;
    padding: 20px;
    color:#ffffff;
  }
  
  .flow__list-obj01{
    position: absolute;
    height: 100%;
    right: 0;
    width: 41px;
    top:0;
  }
  
  .flow__list-obj01 img{
    width: 100%;
    height: 100%;
  }
  
  .flow__list-num{
    font-size: 48px;
  }
  
  .flow__list-heading{
    display: grid;
    align-items: center;
    grid-template-columns:60px 1fr;
    text-align: center;
    height: 92px;
  }
  
  .flow__list-title{
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #ffffff;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .flow__list-text{
    height:330px;
    padding: 20px;
    padding-top: 110px;
    font-size: 12px;
    line-height: 2em;
  }
  
  .flow__list-obj02{
    position: absolute;
    left: 10px;
    top:40px;
  }

  #rates .cont-title{
    margin-bottom: 20px;
    display: block;
  }
  
  #rates .cont-title02{
    display: block;
  }
  
  .rates__content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:88px;
    align-items: flex-end;
  }
  
  .rates__table{
    width: 100%;
    border-top:1px solid #000000;
  }
  
  .rates__table th,
  .rates__table td{
    padding: 20px 8px;
    border-bottom:1px solid #000000;
    vertical-align: top;
  }
  
  .rates__table th span{
    display: inline-block;
    padding: 3px 10px;
    color:#ffffff;
    background: #373737;
  }
  
  .rates__table td p{
    line-height: 2em;
    font-size: 14px;
  }

  .rates__box-title{
    padding-top: 50px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .rates__box-list{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
  }
  
  .rates__box-item img{
    display: inline-block;
  }
  
  .rates__box-item{
    text-align: center;
    padding: 20px;
    border:1px solid #414141;
    border-radius: 6px;
  }
  
  .rates__box-listimage{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rates__box-listtext{
    font-size: 12px;
    text-align: center;
  }

  #bonsai-news .cont-title{
    padding-right: 100px;
    justify-content: flex-end;  
  }
  
  #bonsai-news .cont-title:after{
    content:" ";
    height: 1px;
    width: calc(100% - 480px);
    position: absolute;
    top:50px;
    left: -230px;
    display: block;
    background: #000000;
  }
  
/*===== BONSAI-NEWS slider =====*/
  #bonsai-news .u-content-full02{
    padding-top: 0;
  }
  
  .bonsai-news__slider-cover{
    position: relative;
  }
  
.bonsai-news__slider {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.bonsai-news__wrapper {
  /* Swiper の wrapper なので特に指定不要だが念のため */
}

/* カード本体 */
.bonsai-news__slide {
  display: flex;
}

.bonsai-news__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}

/* サムネイル */
.bonsai-news__thumb {
  margin: 0;
  height: 240px;
  overflow: hidden;
}

.bonsai-news__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  object-position: center;
}

/* テキスト部 */
.bonsai-news__body {
  padding: 16px 24px 24px;
  height: 120px;
}

.bonsai-news__date {
  font-size: 0.875rem;
  margin-bottom: 3px;
  color:#515151;
}

.bonsai-news__title {
  font-size: 1rem;
  line-height: 1.2;
  color:#515151;
}

/* ナビゲーションボタン（左右の丸矢印） */
.bonsai-news__button {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #D9D9D9;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 左右位置：SP では内側寄り、PC では外側に少しはみ出させる */
.bonsai-news__button--prev {
  left: 8px;
}

.bonsai-news__button--next {
  right: 8px;
}

@media (min-width: 1001px) {
  .bonsai-news__button--prev {
    left: -80px;
  }
  .bonsai-news__button--next {
    right: -80px;
  }
}

/* ボタン内の矢印アイコン */
.bonsai-news__button-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.bonsai-news__button-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: center;
}

/* 左矢印／右矢印 */
.bonsai-news__button--prev .bonsai-news__button-icon::before {
  transform: rotate(-135deg);
}

.bonsai-news__button--next .bonsai-news__button-icon::before {
  transform: rotate(45deg);
}

/* Swiper がボタンを無効化したときの見た目 */
.bonsai-news__button.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

  .bonsai-news__link-wrap{
    text-align: center;
  }
  
  .bonsai-news__link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 250px;
    font-size: 14px;
    border-radius: 100px;
    border:1px solid #000000;
    background: #ffffff;
    transition: 0.5s;
    margin-top: 60px;
    color:#000000 !important;
    
  }
  
  .bonsai-news__link:hover{
    background: #C4915E;
    color:#ffffff !important;
    border:1px solid #C4915E;
  }  

  #form{
    padding: 80px 0;
    background: #000000;
  }
  
  #form .cont-title{
    text-align: center;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    gap:0;
    line-height: 0.5em;
    margin-bottom: 30px;
  }
  
  #form .cont-title span{
    display: block;
    width: 100%;
  }
  
  #form .cont-title:before{
    content:" ";
    height: 1px;
    width:calc(50vw - 200px);
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
  }
  
  #form .cont-title:after{
    content:" ";
    height: 1px;
    width:calc(50vw - 200px);
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
  }    

  #form .cont-title01{
    color:#ffffff;
  }

  #form .cont-title02{
    font-size: 36px;
  }
  
  .form__content{
    max-width: 800px;
    margin: auto;
  }
  
  .form__text{
    color:#ffffff;
    font-size: 15px;
    margin: 10px 0 5px;
  }
  
  .form__input input,
  .form__input textarea{
    display: block;
    padding: 12px !important;
    background: #ffffff;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .main-footer{
    position: relative;
  }
  
  .main-footer__cont{
    background: #2F2F2F;
    padding-top: 260px;
    padding-bottom: 160px;
  }
  
  .main-footer__box{
    display: flex;
    flex-flow: row-reverse;
    gap:55px;
    max-width: 900px;
    width: 90%;
    margin: auto;
    z-index: 3;
    position: relative;
  }
  
  .foot_bg{
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 1;
  }
  
  .main-footer__logo,
  .main-footer__nav{
    width: calc((100% - 55px) / 2);
  }
  
  .main-footer__menu{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
  }
  
  .main-footer__menu a{
    color:#ffffff !important;
  }
  
  .main-footer__menu a:hover,
  .main-footer__menu a:visited{
    color:#ffffff !important;
  }
  
  .main-foot__btnwrap{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  

  .main-foot__btn01{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    background: #557475;
    position: relative;
    color:#ffffff !important;
    font-size: 15px;
    transition: 0.5s;
    padding-left: 30px;
    box-sizing: border-box;    
  }
  
  .main-foot__btn01 *{
    fill:#2E2E2E;
    transition: 0.5s;
  }
  
  .main-foot__btn01:hover{
    background:#B5C0C0;
  }
  
  .main-foot__btn01:hover *{
    fill:#B5C0C0;
  }  
  
  .main-foot__btn01:visited,
  .main-foot__btn01:focus,
  .main-foot__btn01:hover{
    color:#ffffff !important;
  }
  
  .main-foot__btn01 span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 22px;
    top:26px;
    left: 35px;
    padding: 1px 6px;
    background: #ffffff;
    border-radius: 100px;
  }
  
  .main-foot__btn02{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    background: #EDEEEE;
    position: relative;
    color:#000000 !important;
    font-size: 15px;
    transition: 0.5s;
    padding-left: 30px;
    box-sizing: border-box;    
  }
  
  .main-foot__btn02 *{
    fill:#ffffff;
    transition: 0.5s;
  }
    
  .main-foot__btn02:visited,
  .main-foot__btn02:focus{
    color:#000000 !important;
  }
  
  .main-foot__btn02:hover{
    background:#838383;
    color:#ffffff !important;
  }
  
  .main-foot__btn02 span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 22px;
    top:26px;
    left: 35px;
    padding: 1px 6px;
    background: #000000;
    border-radius: 100px;
  }
  
  .main-footer__copy{
    padding: 15px 0;
    color:#ffffff;
    text-align: center;
    font-size: 9px;
    background: #000000
  }

.main-foot__insta{
  position: absolute;
  left: 0;
  top:-70px;
}

.form__content *{
  text-align: center;
}

.form__content p{
  color:#ffffff;
  font-size: 16px;
  margin-top: 50px;
}

.form__content .link-btn02 {
    background: #ffffff;
    position: relative;
    color: #000000 !important;
  margin: auto;
  margin-top: 50px; 
  width: 300px;
}

.form__content .linkbtn span {
    background: #000000;
}

.form__content .linkbtn span *{
   fill: #ffffff;
}

.form__content .link-btn02:hover {
    background: var(--mainColor);
    position: relative;
    color: #ffffff !important;
}

.form__content .linkbtn:hover span {
    background: #ffffff;
}

.form__content .linkbtn:hover span *{
   fill: var(--mainColor);
}