@charset "utf-8";
/*==============================================

	brands

==============================================*/
main {
  background-color: #B9C4BE;
  padding-bottom: 60px;
}
.mv .carry {
  padding: 150px 0 120px;
}
.mv .carry .inner {
  display: flex;
  align-items: flex-end;
  margin: 0 calc((100% - 1490px) / 2);
  margin-left: calc((100% - 1080px) / 2);
}
.mv .carry .inner .img {
  display: flex;
  /* width: calc(100% - 444px); */
  order: 1;
  margin-left: auto;
}
.mv .carry .inner .img > picture:nth-of-type(1){
  margin-right: 5px;
}
.mv .carry .inner .exp {
  position: absolute;
  padding-left: 0px;
}
.mv .carry .inner .exp h3 {margin-left: 120px;}
.mv .carry .inner .exp .text {
  margin-top: 20px;
  margin-bottom: 0px;
  max-width: 400px;
  letter-spacing: 1.5px;
}

.brands_links .brands_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #DAE3DF;
  margin-bottom: 60px;
}
.brands_links .brands_list > li {
  margin-right: 22px;
  margin-bottom: 40px;
}
.brands_links .brands_list > li:nth-child(6n) {
  margin-right: 0;
}
.brands_links .brands_list > li a {
  display: block;
  transition: all .3s;
}
.brands_links .brands_list > li a:hover {
  opacity: .7;
}
.brands_links .brands_list > li a h2 {
  font-size: 1.3rem;
  margin-top: 10px;
}
.brands_links .brands_list > li a .pos {
  margin-top: 2px;
  font-size: 1.3rem;
  color: #FFFFFF;
}

.brand_sec {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: calc((100% - 1080px) / 2);
}
.brand_sec .inner {
  display: flex;
}
.brand_sec .inner .exp {
  width: 500px;
}
.brand_sec .inner .slider_wrap {
  width: calc(100% - 500px);
  padding-left: 110px;
  overflow: hidden;
  position: relative;
}
.brand_slider {
  padding-right: 100px;
  overflow: visible;
}
.brand_slider .swiper-slide {
  width: 300px;
}
.brand_slider .swiper-slide picture {
  width: 300px;
  height: 450px;
  display: block;
}
.brand_sec .inner .exp h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 2px;
  color: #000000;
}
.brand_sec .inner .exp h2:first-letter {
  font-size: 7rem;
  margin-right: 5px;
}
.brand_sec .inner .exp .heading {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.brand_sec .inner .exp .heading .ja {
  width: 100%;
  font-size: 1.3rem;
  margin-top: 15px;
  font-weight: 600;
}
.brand_sec .inner .exp .pos {
  font-size: 1.3rem;
  margin-left: 10px;
}
.brand_sec .inner .exp .pos:before {
  content: '-';
  margin-right: 5px;
}
.brand_sec .inner .exp .text {
  font-size: 1.2rem;
  margin-top: 20px;
}
.brand_sec .inner .exp .btn {
  margin-bottom: 15px;
}
.brand_sec .inner .exp .btn a {
  color: #778665;
  border-bottom: 1px solid;
}
.brand_sec .inner .exp .btn a::before,
.brand_sec .inner .exp .btn a::after {
  background-color: #778665;
}

.brand_slider .swiper-button-prev,
.brand_slider .swiper-button-next
{
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-color: #E5E5E5;
  z-index: 3;
  transition: all .3s;
}
.brand_slider .swiper-button-prev:after,
.brand_slider .swiper-button-next:after
{
  color: #778665;
  font-size: 1.3rem;
}
.brand_slider .swiper-button-prev {
  left: -60px;
}
.brand_slider .swiper-button-next {
  left: 596px;
  right: auto;
}
.brand_slider:before {
  content: '';
  width: 105px;
  height: 100%;
  background-color: #B9C4BE;
  position: absolute;
  left: -110px;
  top: 0;
  z-index: 2;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 736px) {

  main {
  }
  .mv .carry {
  padding-bottom: 50px;
  }
  .mv .carry .inner {
  flex-direction: column;
  margin: 0;
  }
  .mv .carry .inner .img {
  padding-left: 20px;
  order: 0;
  }
  .mv .carry .inner .img > picture:nth-of-type(1){
  }
  .mv .carry .inner .exp {
  position: relative;
  padding: 0 20px;
  margin-top: -10px;
  }
  .mv .carry .inner .exp h3 {
  width: 263px;
  margin-left: 20px;
  }
  .mv .carry .inner .exp .text {
  }
  
  .brands_links .brands_list {
  padding: 0 20px;
  }
  .brands_links .brands_list > li {
  width: 48%;
  margin-right: 4%;
  }
  .brands_links .brands_list > li:nth-child(6n) {
    margin-right: 0;
  }
  .brands_links .brands_list > li:nth-child(2n) {
    margin-right: 0;
  }
  .brands_links .brands_list > li a {
  }
  .brands_links .brands_list > li a img {
    width: 100%;
  }
  .brands_links .brands_list > li a:hover {
  }
  .brands_links .brands_list > li a h2 {
  }
  .brands_links .brands_list > li a .pos {
  }
  
  .brand_sec {
  }
  .brand_sec .inner {
  display: block;
  }
  .brand_sec .inner .exp {
  width: 100%;
  padding: 0 40px;
  }
  .brand_sec .inner .slider_wrap {
  width: 100%;
  padding-left: 0;
  margin-top: 40px;
  }
  .brand_slider {
  padding-left: 20px;
  padding-right: 20px;
  }
  .brand_slider .swiper-slide {
  width: 226px;
  }
  .brand_slider .swiper-slide picture {
  width: 226px;
  height: 340px;
  }
  .brand_sec .inner .exp h2 {
  font-size: 1.8rem;
  }
  .brand_sec .inner .exp h2:first-letter {
    font-size: 6rem;
  }
  .brand_sec .inner .exp .heading {
  }
  .brand_sec .inner .exp .heading .ja {
  }
  .brand_sec .inner .exp .pos {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
  }
  .brand_sec .inner .exp .pos:before {
  }
  .brand_sec .inner .exp .text {
  margin-bottom: 40px;
  }
  .brand_sec .inner .exp .btn {
  margin-right: -40px;
  margin-left: auto;
  max-width: 257px;
  }
  .brand_sec .inner .exp .btn a {
  width: 100%;
  }
  .brand_sec .inner .exp .btn a:before {
    right: 52px;
  }
  .brand_sec .inner .exp .btn a::after {
    right: 40px;

  }
  
  .brand_slider .swiper-button-prev,
  .brand_slider .swiper-button-next
  {
  }
  .brand_slider .swiper-button-prev:after,
  .brand_slider .swiper-button-next:after
  {
  }
  .brand_slider .swiper-button-prev {
  left: 10px;
  }
  .brand_slider .swiper-button-next {
  left: auto;
  right: 10px;
  }
  .brand_slider:before {
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  }

}
