body {
  background: white;
}

.smenu {
  padding: 18px 24px;
  background: white;
}
.smenu .logo .cp {
  color: #333;
}
.smenu .logo svg image {
  fill: #333;
}
.smenu .logo .whh {
  display: none;
}
.smenu .logo .bll {
  display: block;
}
.smenu #nav-content a {
  color: #333;
}
.smenu #nav-content a i:before {
  background: #333;
}
.smenu #nav-content .btn_contact {
  color: #fff;
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 10px;
  }
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  background: #333;
}

.under_mv {
  padding-top: 130px;
  background: white;
}
@media all and (max-width: 1380px) {
  .under_mv {
    padding-top: 90px;
  }
}

.under_ttls {
  padding-top: 130px;
}
.under_ttls .eg {
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
}
.under_ttls h1 {
  font-weight: normal;
  font-size: clamp(3rem, 2.1875vw, 4.2rem);
}
@media all and (max-width: 767px) {
  .under_ttls {
    padding-top: 60px;
  }
  .under_ttls .eg {
    font-size: 1.2rem;
  }
  .under_ttls h1 {
    font-size: 2.6rem;
  }
}

.brands_bx {
  background: #F8F8F8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.brands_bx .name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.brands_bx .left {
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
}
.brands_bx .left .txt {
  margin-top: 40px;
}
@media all and (max-width: 900px) {
  .brands_bx {
    grid-template-columns: 1fr;
  }
  .brands_bx .right {
    order: 1;
    top: unset;
    margin: unset;
  }
  .brands_bx .left {
    order: 2;
    max-width: 700px;
    padding: 80px 0;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .brands_bx .left {
    padding: 40px 0;
  }
  .brands_bx .left .txt {
    margin-top: 20px;
  }
}

.brand1 {
  margin-top: 150px;
}
.brand1 .name_area img {
  height: clamp(19px, 1.9791666667vw, 38px);
}
.brand1 .right {
  aspect-ratio: 1/1;
  background: url("../images/buddy_brimg.jpg") center center/cover;
  margin-right: calc(42% - 27vw);
  position: relative;
  margin-left: 80px;
  top: -80px;
}
@media all and (max-width: 900px) {
  .brand1 {
    margin-top: 80px;
  }
  .brand1 .right {
    margin: unset;
    top: unset;
    aspect-ratio: 4/3;
  }
}
@media all and (max-width: 767px) {
  .brand1 {
    margin-top: 50px;
  }
}

.brand2 {
  background: none;
  margin-top: 110px;
}
.brand2 .name_area img {
  height: clamp(50px, 5.2083333333vw, 100px);
}
.brand2 .left {
  order: 2;
}
.brand2 .right {
  order: 1;
  aspect-ratio: 96/77;
  background: url("../images/fred_brimg.jpg") center center/cover;
  position: relative;
}
@media all and (max-width: 900px) {
  .brand2 {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .brand2 .right {
    aspect-ratio: 4/3;
  }
}

.brand6 {
  background: none;
  margin-top: 180px;
  position: relative;
}
.brand6 .name_area img {
  height: clamp(20px, 1.5625vw, 30px);
}
.brand6 .right {
  aspect-ratio: 96/65;
  background: url("../images/tart_img.jpg") center center/cover;
  position: relative;
}
@media all and (max-width: 900px) {
  .brand6 {
    margin-top: 0;
  }
  .brand6:before {
    content: none;
  }
}
@media all and (max-width: 767px) {
  .brand6 .right {
    aspect-ratio: 4/3;
  }
}

.brand3 {
  background: none;
  margin-top: 180px;
}
.brand3 .name_area img {
  height: clamp(50px, 5.2083333333vw, 100px);
}
.brand3 .left {
  order: 2;
}
.brand3 .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/focal_brimg.jpg") center center/cover;
  position: relative;
}
@media all and (max-width: 900px) {
  .brand3 {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .brand3 .right {
    aspect-ratio: 4/3;
  }
}

.brand4 {
  background: none;
  margin-top: 180px;
  position: relative;
}
.brand4:before {
  content: "";
  position: absolute;
  top: -80%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 260%;
  background: #F8F8F8;
  z-index: -1;
}
.brand4 .name_area img {
  height: clamp(25px, 2.6041666667vw, 50px);
}
.brand4 .right {
  aspect-ratio: 96/65;
  background: url("../images/kodak_brimg.jpg") center center/cover;
  position: relative;
}
@media all and (max-width: 900px) {
  .brand4 {
    margin-top: 0;
  }
  .brand4:before {
    content: none;
  }
}
@media all and (max-width: 767px) {
  .brand4 .right {
    aspect-ratio: 4/3;
  }
}

.brand5 {
  background: none;
  margin-top: 180px;
}
.brand5 .name_area img {
  height: clamp(30px, 3.125vw, 60px);
}
.brand5 .left {
  order: 2;
}
.brand5 .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/zeniss_brimg.jpg") center center/cover;
  position: relative;
}
@media all and (max-width: 900px) {
  .brand5 {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .brand5 .right {
    aspect-ratio: 4/3;
  }
}

.name_area img {
  height: clamp(30px, 3.125vw, 60px);
}

.brand_right {
  background: none;
  margin-top: 180px;
}
.brand_right .left {
  order: 2;
}
.brand_right .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/focal_brimg.jpg") center center/cover;
  position: relative;
}
@media all and (max-width: 900px) {
  .brand_right {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .brand_right .right {
    aspect-ratio: 4/3;
  }
}

.brand_left {
  background: none;
  margin-top: 180px;
  position: relative;
}
.brand_left .right {
  aspect-ratio: 96/65;
  background: url("../images/kodak_brimg.jpg") center center/cover;
  position: relative;
}
@media all and (max-width: 900px) {
  .brand_left {
    margin-top: 0;
  }
  .brand_left:before {
    content: none;
  }
}
@media all and (max-width: 767px) {
  .brand_left .right {
    aspect-ratio: 4/3;
  }
}

.ukmk .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/ukmk.jpg") center center/cover;
  position: relative;
}

.dutz .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/dutz.jpg") center center/cover;
  position: relative;
}

.step .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/step.jpg") center center/cover;
  position: relative;
}

.mauve .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/mauve.jpg") center center/cover;
  position: relative;
}

.etnia .right {
  order: 1;
  aspect-ratio: 95/63;
  background: url("../images/etnia.jpg") center center/cover;
  position: relative;
}

.btn_blues {
  color: white;
  display: block;
  width: 156px;
  background: #337AB7;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.btn_blues:hover {
  background: #000;
}
.btn_blues i {
  padding: 5px 0 5px 30px;
  box-sizing: border-box;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  background: url("../images/icof.png") center left no-repeat;
  background-size: 20px auto;
}

.top_brand_up {
  margin: 180px auto 50px auto;
}
.top_brand_up .ttl_bx .tl_eg {
  font-size: clamp(3rem, 2.1875vw, 4.2rem);
  margin-bottom: 0;
}
@media all and (max-width: 900px) {
  .top_brand_up {
    margin: 90px auto 20px auto;
  }
}
@media all and (max-width: 767px) {
  .top_brand_up .ttl_bx .tl_eg {
    font-size: 2.4rem;
  }
}

.top_brand {
  position: relative;
  background: white;
  padding: 10px;
}
.top_brand .in1 {
  background: #F8F8F8;
  padding: 90px 0 110px 0;
  box-sizing: border-box;
}
.top_brand .sldw {
  margin: 90px 0 0 0;
  position: relative;
}
.top_brand .sldw .sw_nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.top_brand .sldw a {
  display: block;
  border: 10px solid white;
  transition: all 0.3s ease;
  overflow: hidden;
}
.top_brand .sldw a img {
  transition: all 0.3s ease;
}
.top_brand .sldw a:hover img {
  transform: scale(1.05);
}
.top_brand .swiper-button-prev, .top_brand .swiper-button-next {
  width: 60px;
  height: 60px;
  background: none;
  padding: unset;
  top: unset;
}
.top_brand .swiper-button-prev:after, .top_brand .swiper-button-next:after {
  content: none;
}
.top_brand .swiper-button-prev {
  left: -30px;
}
.top_brand .swiper-button-next {
  right: -30px;
}
.top_brand .brand_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.top_brand .brand_list a {
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.top_brand .brand_list a:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
.top_brand .brand_list a img {
  transition: all 0.3s ease;
}
@media all and (max-width: 1000px) {
  .top_brand .brand_list {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .top_brand {
    padding: 0;
  }
  .top_brand .in1 {
    padding: 50px 0 70px 0;
  }
  .top_brand .sldw {
    margin: 50px 0 0 0;
    position: relative;
  }
  .top_brand .swiper-button-prev, .top_brand .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .top_brand .swiper-button-prev {
    left: -16px;
  }
  .top_brand .swiper-button-next {
    right: -16px;
  }
  .top_brand .brand_list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.access {
  margin-top: 120px;
}
@media all and (max-width: 900px) {
  .access {
    padding-top: 60px;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=brand.css.map */
