.bs-container {
}

.bs-top {
  position: relative;
}

.bs-top img {
  width: 100%;
}

#bg-brand-mb {
  display: none;
}

#bg-brand-pc {
  display: block;
}

.bs-top-box {
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
}

/* .box-item:hover {
    background: linear-gradient(90deg, #395EEF 0%, #60CE93 100%);
} */

.box-item {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(
    124.45deg,
    rgba(255, 255, 255, 0.5) 16.82%,
    rgba(255, 255, 255, 0.095) 86.25%
  );
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px 4px 20px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
  margin-bottom: 30px;
}

#last-item {
  margin-bottom: 0;
}

.box-item img {
  margin: 0 auto;
}

.box-item #header {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

.box-item #content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #4c5257;
  display: block !important;
}

.bs-content {
  background: #f5f5f5;
}

.bs-brand-content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  top: -66px;
}

.bs-brand-content-box-item {
  display: grid;
  grid-template-columns: 100%;
  /* align-items: center; */
  align-items: inherit;
  margin-bottom: 30px;
}

.brand-icon-bottom {
  background-image: url(../images/brand/arrow5.svg);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-left: 20px;
}

.pd-right {
  padding-right: 30px;
}

.pd-left {
  padding-left: 30px;
  text-align: right;
}

.bs-brand-content-box-item-text span {
  font-weight: 700;
  font-size: 51px;
  line-height: 72px;
  color: #395eef;
}

.bs-brand-content-box-item-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

.brand-icon-right {
  background-image: url(../images/brand/arrow3.svg);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-left: 20px;
}

.brand-icon-left {
  background-image: url(../images/brand/arrowleft.svg);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-right: 20px;
}

@media only screen and (max-width: 800px) {
  #bg-brand-mb {
    display: block;
  }
  #bg-brand-pc {
    display: none;
  }
  .brand-carousel-top {
    width: 100%;
    text-align: center;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .brand-carousel-top {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .brand-carousel-top::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .bs-top-box {
    transition: transform 0.5s ease;
    margin: 0px auto;
    position: unset;
    height: 100%;
  }
  .box-item {
    padding: 10px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 4px 20px rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 0;
  }
  .box-item a {
    display: flex;
  }
  .box-item img {
    margin: 3px 14px;
  }
  .box-item p {
    margin-top: 0;
    margin-right: 38px;
    font-size: 16px;
    white-space: nowrap;
  }
  .bs-brand-content-box {
    padding: 0px;
    top: 0;
  }
  .bs-brand-content-box-item {
    grid-template-columns: 100%;
    display: flex;
    flex-direction: column;
  }
  .pd-right {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .bs-brand-content-box-item-text span {
    font-size: 32px;
    line-height: 48px;
    /* display: flex; */
    display: block;
  }
  .brand-icon-right {
    background-image: url(../images/brand/arrow5.svg);
    width: 26px;
    height: 26px;
    margin-top: 10px;
  }
  .brand-icon-left {
    background-image: url(../images/brand/arrow5.svg);
    width: 26px;
    height: 26px;
    order: 2;
    margin-top: 10px;
    margin-left: 20px;
  }
  .pd-left {
    padding-left: 0;
    text-align: left;
    order: 1;
    padding-bottom: 20px;
  }
  .bs-brand-content-box-item-img {
    order: 2;
  }
}

.bs-iflu-box-top {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 26px;
  max-width: 1200px;
  text-align: center;
  padding: 30px 24px;
}

.bs-brand-content-box-item-text {
  text-align: center;
  margin-top: 30px;
}

.bs-influ-box-img-pc {
  display: block;
}

.bs-influ-box-img-mb {
  display: none;
}

.bs-influ-box-img-pc img {
  margin-top: 40px;
}

.bs-influ-box-img {
  margin-top: 20px;
}

.pb-icon-right {
  margin-left: 0;
  margin-right: 20px;
}

.bs-influ-box-img-mb-carousel {
  display: none;
}

.box-item-brand {
  padding: 24px;
  display: grid;
  grid-template-columns: 39% 59.2%;
  grid-template-rows: auto;
  grid-auto-flow: dense;
  grid-gap: 17px;
}

.bs-hover {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  /* padding-top: 30px; */
}

@media only screen and (max-width: 800px) {
  .bs-iflu-box-top {
    text-align: left;
  }
  .bs-influ-box-img-mb {
    display: block;
  }
  .bs-influ-box-img-mb img {
    /* margin-top: 20px; */
    width: 100%;
  }
  .bs-influ-box-img-pc {
    display: none;
  }
  .brand-icon-bottom {
    width: 26px;
    height: 26px;
  }
  .bs-brand-content-box-item-text {
    text-align: left;
  }
  .bs-influ-box-img-mb-2 {
    overflow: hidden;
  }
  .bs-influ-box-img-mb-carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: dense;
    margin-top: 30px;
  }
  .carousel-img {
    height: 100%;
    width: 350%;
  }
  .carousel-img img {
    height: 100%;
    margin-top: 0;
  }
  .bs-influ-box-img-mb-1 img {
    width: 100%;
  }
  .box-item-brand {
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  .bs-influ-box-img-mb {
    display: block;
  }
  .bs-influ-box-img-mb img {
    /* margin-top: 20px; */
    width: 100%;
  }
  .bs-influ-box-img-pc {
    display: none;
  }
  .brand-icon-bottom {
    width: 26px;
    height: 26px;
  }
  .bs-brand-content-box-item-text {
    text-align: left;
  }
  .bs-influ-box-img-mb-2 {
    overflow: hidden;
  }
  .bs-influ-box-img-mb-carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: dense;
    margin-top: 30px;
  }
  .carousel-img {
    height: 100%;
    width: 350%;
  }
  .carousel-img img {
    height: 100%;
    margin-top: 0;
  }
  .bs-influ-box-img-mb-1 img {
    width: 100%;
  }
  .box-item-brand {
    display: flex;
    flex-direction: column;
  }
}

.icon-img {
  width: 30px;
  height: 30px;
  /* display: block; */
  /* opacity: 1; */
  /* transition: opacity 0.5s ease; */
}

.icon-img-white {
  width: 30px;
  height: 30px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@keyframes example {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.bs-top {
  position: relative;
  height: 390px;
  width: 100%;
  background-image: url("../images/about-us/bs-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bs-top-bg {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bs-top-bg img {
  margin: auto;
  max-width: 564px;
  width: 100%;
  /* height: 103px; */
}

@media only screen and (max-width: 800px) {
  .bs-top {
    height: 260px;
  }
  .bs-top-bg {
    height: 100%;
    max-width: 282px;
    padding-top: 40px;
  }
}

.box-item-brand-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.box-item-brand-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  margin-bottom: 12px;
  color: #6c757d;
}

.box-item-brand-date {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.box-item-brand-info img {
  width: 13.33px;
  height: 13.33px;
  margin-right: 5px;
}
