
.main_img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  object-position: center;
}




.slider_content_container {
    overflow: hidden;
    position: relative;
}

.splide_custom_card2 .xcard2 {
  opacity: 1;
  height: 35vh;
  object-fit: cover;
  width: 100%;
}
.add-gradoverlay {
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.spd_title {
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  font-family: 'Lato';
    font-weight: 700;
  text-transform: capitalize;

  margin-bottom: 0;

}
.spd_title img {
  width: 111px;
  height: 63px;
  object-fit: contain;
}
.spd_title2 {
  font-size: 15px;
  text-align: center;
  padding: 25px;
  font-family: 'Lato';
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;

}

#splide_main {
  z-index: 13;
  max-width: 1100px;
  margin: auto;

}
#splide_main .splide__arrow--next {
  right: 42%;
    height: 32px;
    margin-top: 0;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/7ef9fac2-9706-4048-0b2b-2ba2b84cff00/400) no-repeat;
    background-size: contain;

}
#splide_main .splide__arrow--prev {
  left: 42%;
  height: 32px;
  margin-top: 0;
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/e0ff8f8a-9803-4482-6d9c-9f5451294100/400) no-repeat;
  background-size: contain;
}
#splide_main .splide__arrow--next:before, #splide_main .splide__arrow--prev:before {
  color: #ffffff;
  /* font-family: 'simedarbyproperty' !important;
  content: "\eb09"; */
  display: none;
  font-size: 32px;
  display: contents;
  /* transform: rotate(180deg); */
  z-index: 99;
}
#splide_main .splide__arrow svg {
display: none;
}
#splide_main  .splide__pagination {
  bottom: 45px;
}
#splide_main  .splide__pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}
#splide_main  .splide__pagination>li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
#splide_main .splide__pagination__page {
  background: #fff;
  transform: scale(1);
  z-index: 1;
  height: 15px;
  border-radius: 50px;
  border: 2px solid transparent;
  margin-left: 0.425rem;
  margin-right: 0.425rem;
  opacity: 1;
  width: 15px;
}
#splide_main  .splide__pagination__page.is-active {
  transform: scale(1);
  z-index: 1;
  height: 15px;
  border-radius: 50px;
  border: 4px solid #ffc900;
}
#thumbnail-carousel {
  /* z-index: 1; */
  display: block;
  height: 100%;
  /* opacity: 0.7; */
  position: absolute;
  top: -2rem;
  /* background: linear-gradient(180deg,#000,rgba(0,0,0,.55)); */
  width: 100%;

}
.splide__arrow--prev svg {
  transform: scaleX(-1);
  /* display: none !important; */
}


  #splide_main  .splide__slide  {
    display: block;
    width: 100%;
    margin-top: 30px;
    /* transform: scale(.9);  */
    /* border-radius: 8px; */
    transition: transform 400ms;
    /* transform: scale(0.9); */
    transform-origin: center center;
    /* opacity: 0.1; */
    background-color: transparent;

  }
  #splide_main .splide__slide .splide_custom_card {

    background: #121e33;
    color: #000;
    width: 100%;
    border: 1px solid #fff;
    height: auto;
    /* margin-top: 2rem; */
    transform-origin: center center;
  }
  #splide_main .splide__slide .splide_custom_card2 {

    background: #fff;
    width: 100%;
    border: 1px solid #fff;
    height: auto;
    /* margin-top: 2rem; */
    transform-origin: center center;

  }


  .splide_custom_card .xcard {
    opacity: 1;
    height: 204px;
    object-fit: cover;
    width: 100%;
  }

  /* .splide__slide::after  {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    transform-origin: center center;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;

  } */
  #splide_main  .splide__slide.is-active  {
  -webkit-transition: opacity 5s linear;
  transition: opacity .5s linear;
  background-color: #fff;
  color: #000;
  margin-top: 0;
  border: 0;


}
  #splide_main  .splide__slide.is-active  .sd_bg {
 opacity: 1;



}
#splide_main  .splide__slide.is-active .sd_bg:hover  {
  color:#000;
  background-color: #fff;
  transition: .5s;
  border:1px solid #0000 !important;
  display: block;
}

#splide_main .splide__slide.is-active .splide_custom_card {

  height: 100%;
    background: #121e33;
  width: 100%;
  border: 2px solid #fff;
  height: 100%;
  transform-origin: center center;

}
#splide_main .splide__slide.is-active .splide_custom_card2 {
  background: url(../klgcc/klgcc-coming-soon-active.jpg?v4);
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  /* height: 100%; */
  background-position: center;
  transform-origin: center center;
  background-size: cover;

}
.splide_custom_card2 .splide__slide.is-active .sd_bg {
  opacity: 1;
}

.splide_custom_card2 .splide__slide.is-active .slide_subtext {
  opacity: 1;
}
#splide_main .splide__slide.is-active .xcard2 {
opacity: 0;

}

.ribb {
  height: auto;
  width: 54% ;
  object-fit: cover;
  opacity: 1;
  display: block;
}
.spd_title {
  color: #000;
  /* transform: scaleX(.8); */
}
.boxtoHide {
  display: none !important;
}
.slide_subtext {
  opacity: 0;
  color: #000;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 0;
}
#splide_main  .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  /* background:none; */
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  bottom: 22px;
  top: unset !important;
}

#splide_main  .splide__slide.is-active .spd_title  {
  color: #000;
  transform: scaleX(1);
  }
#splide_main  .splide__slide.is-active .spd_title2  {
  color: #000;
  transform: scaleX(1);
  opacity: 0;
  padding: unset;

  }
  .sd_bg {
    background-color: #fff;
    color: #000;
    font-family: 'Lato';
    font-weight: 500;
    width: auto;
    padding: 8px 47px;
    opacity: 0;
    font-size: 13px;
    border: 2px solid #000;
}
.tp_txt {
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 1.2;
  font-size: 17px;
  margin-bottom: 7px;
}
.nxt_txt {
  line-height: 1.2;
  font-size: 11px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #fff;
}
#splide_main  .splide__slide.is-active .slide_subtext  {
  opacity: 1;
  padding: 0;
  padding: 12px 0px;

  }
#splide_main  .splide__slide.is-active .splide_custom_card .xcard {
  height: 204px;
  width: 100%;
  object-fit: cover;

  }
#splide_main  .splide__slide.is-active .splide_custom_card .ribb {
  height: auto;
  width: 54% ;
  object-fit: cover;
  opacity: 1;
  display: block;
  }
#splide_main  .splide__slide.is-active .splide_custom_card .boxtoHide {
display: flex !important;
  }
  #splide_main .splide__arrow--prev:before {
    transform: rotate(180deg);
    display: block;
}
  #splide_main .splide__slide.is-active .splide_custom_card2 .boxtoHide {
    display: flex !important;
  }
  .slide_subtext2 {
    opacity: 0;
  }
 #this-slider-1 .splide__arrow--next:before,  #this-slider-1 .splide__arrow--prev:before {
    /* color: #ffffff;
    font-family: 'simedarbyproperty' !important;
    content: "\eb09"; */
    display: none;
    font-size: 32px;
    display: contents;
    /* transform: rotate(180deg); */
    z-index: 99;
}

#this-slider-1 .splide__arrow--prev:before {
  transform: rotate(180deg);
  display: block;
}
#this-slider-1 .splide__arrow--prev, #this-slider-1 .splide__arrow--next {
  /* bottom: 9px; */
  top: unset;
  /* width: fit-content; */
  height: 32px;
  margin-top: 0;
}
@keyframes opacity {
    0% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }

}
#splide_main .splide__slide.is-active::after  {

background: rgba(0, 0, 0, 0);
border:0;
}
#splide_main  .splide .splide__arrow {
 top: 0;
 bottom: 0;
 height: 100%;
 transform: none;
 border-radius: unset;
 width: 50px;
 opacity: 0.9;

}
.splide:not(.is-overflow) .splide__pagination {
  display: unset ;
}
/* #splide_main .splide .splide__arrow {
  position: absolute;
  bottom: 0;
  width: 100% !;
  margin: auto;
} */




/* #splide_main .splide__arrow.splide__arrow--prev {
 left: 0;
}
#splide_main  .splide__arrow.splide__arrow--next {
 right: 0;
} */

.slide_card {
display: flex;
flex-direction: column;
}
.heading {
margin: 40px 25px;
}
.Image-ratioContainer {
position: relative;
width: 100%;
}
.Image-ratioContainer .Image-img {
height: 100%;
width: 100%;
}
.Image-ratioContainer>.Image-picture {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.AnimatedCardCarouselBackground-Card-body {

display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
justify-content: space-between;
padding: 30px 25px 50px;
background-color: aqua;
/* width: 400px; */
}
.ovel {
position: relative;
}
.ovel::after {
content:'';
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background: rgba(0, 0, 0, 0.5);

}

/* 数字の位置 */
.pagination {
  bottom: 47px;
  left: 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
}

  /* 数字の色やサイズ調整 */
  .pagination span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto';
    padding: 0 5px;
    text-shadow: 1px 1px 2px black;
  }
 .main-carousel .splide__slide img {
    transition: .7s ease-out;
  }

/* Main Thumb */

#main-thumbnail-carousel {
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(transparent, rgb(0, 0, 0));

}
#main-thumbnail-carousel .splide__list li {
  border: 0;
  /* backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0!important;
  justify-content: space-evenly; */
  /* width: 100%; */
}

.thumb_style {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 18px;
  height: 100%;
  border-top:3px solid #fff;

}

.is-active_thumb {
  margin-top: -3px;
  border-top:7px solid #C78E43;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid transparent;
  margin: 0;
  padding: 0;
}
.splide__track--nav>.splide__list {
  border: 3px solid transparent;
  margin: 0;
  padding: 0;
}

#main-thumbnail-carousel .splide__track {
  max-width: 90%;
  margin: auto;
  height: 100%;

}
.splide:not(.is-overflow) .splide__pagination {
  display: flex !important;
}
.bxs {
  display: grid;
  justify-content: center;
  justify-items: center;
}
/* .hero .main-carousel {
  height: calc(90vh - 127px);
  max-height: 1050px;
  min-height: 680px;
} */
.hero-carousel .splide__slide::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgb(0 0 0 / 82%), transparent);
  pointer-events: none;
}
.hero-carousel .splide__pagination__page.is-active {
  transform: scale(1.3);
  z-index: 1;
  height: 15px;
  border-radius: 50px;
  border: 4px solid rgb(7, 138, 68);
}
.hero-carousel .splide__pagination__page {
  background: #fff;
  transform: scale(1);
  z-index: 1;
  height: 15px;
  border-radius: 50px;
  border: 2px solid transparent;
  width: 15px;
}
.hero-carousel .splide__pagination .splide__pagination__page {
  margin-left: 0.425rem;
  margin-right: 0.425rem;
  opacity: 1;
}
.hero-carousel .splide__pagination {
bottom: 1.875rem !important;

}
#thumbnail-carousel .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1);
  z-index: 1;
  height: 15px;
  border-radius: 50px;
  width: 56px;
}
#thumbnail-carousel .splide__pagination__page {
  background: #fff;
  transform: scale(1);
  z-index: 1;
  height: 15px;
  border-radius: 50px;
  width: 15px;
}
#thumbnail-carousel .splide__pagination .splide__pagination__page {
  margin-left: 0.425rem;
  margin-right: 0.425rem;
  opacity: 1;
}
#thumbnail-carousel .splide__arrow--next:before, #thumbnail-carousel .splide__arrow--prev:before {
  color: #ffffff;
  font-family: 'simedarbyproperty' !important;
  content: "\eb09";
  display: none;
  font-size: 32px;
  display: contents;
  /* transform: rotate(180deg); */
  z-index: 99;
}
.hero-carousel .splide__pagination {
  bottom: 1.7em;

}
.splide__arrow {

  background: transparent;

}

#thumbnail-carousel .splide__arrow svg {
  fill: #ffffff;
  scale: 1.1;
  opacity: 0;
  height: 3rem;
  width: 3rem;
  display: none;

}
.hero-carousel .splide__arrow svg {
  fill: green;
}
.hero-carousel .splide__arrow--next {
    right: 2%;
    bottom: 46%;
  height: 32px;
  margin-top: 0;

}
.hero-carousel .splide__arrow--prev {
  left: 2%;
  bottom: 46%;
  height: 32px;
  margin-top: 0;

}
@media only screen and (max-width: 600px) {
  .hero-carousel .splide__arrow--next {
    right: 21%;
    bottom:11px!important;
}
  .hero-carousel .splide__arrow--prev {
    left: 21%;
    bottom:11px !important;
}

  #splide_main .splide__arrow--prev {
    left: 25%;
    bottom: -4rem !important;
  }
  #splide_main .splide__arrow--next {
    right: 25%;
    bottom: -4rem !important;
  }
  #splide_main .splide__slide.is-active .slide_subtext {
    opacity: 1;
    padding: 18px;
}

.pagination {
  bottom: 44px;
}
.slider_content_container {

  padding: 0;
  padding-bottom: 30px;


}
#gettumb {
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
#splide_main .splide__pagination {
  bottom: -40px;
}
.coverimg {
  background: url(../images/bbr-entrance.png);
  background-size: cover;
  height: 54vh;
  background-position: 77% 41%;
}
.main_img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
}