@charset "UTF-8";



.mv{
	background-image: url(../img/brands/head_bg.jpg);
}


/* brands_menu
***************************************************************/
.brands_menu ul{
  display: flex;
  flex-wrap: wrap;
}
.brands_menu ul li {
  width: 19.2%;
  text-align: center;
  margin-right: 1%;
}
.brands_menu ul li a{
  height: 50px;
  color: #fff;
  /*background: #02abeb;*/
  background: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
}
.brands_menu ul li a.current {
    background: #fcc800;
    color: #000;
}

.tax-brands_tag .tag_wrap.tag_menu_wrap a.current {
    background: #fcc800;
    color: #000;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .brands_menu ul li a:hover {
      background: #fcc800;
      color: #000;
      transition: .3s ease;
  }

	.tax-brands_tag .tag_wrap.tag_menu_wrap a:hover {
	    background: #fcc800;
	    color: #000;
	}
  .brands_menu ul li:nth-child(5n){
    margin-right: 0;
  }
  .brands_menu ul li:nth-child(n + 6){
    margin-top: 15px;
  }
}
/* サイドバー付き1500以上のみ*/
@media all and (min-width:1500px) {
}

/*ハンバーガー+PC以下*/
@media all and (min-width:768px) and (max-width:1499px) {
  .brands_menu ul li {
    width: 19.5%;
    text-align: center;
    margin-right: 0.5%;
  }
  .brands_menu ul li a {
    letter-spacing: 0;
    font-size: 85%;
  }
  .tag_wrap.tag_menu_wrap a {
    letter-spacing: 0;
    font-size: 90%;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .brands_menu ul li {
    width: calc((100% - 4px) / 2);
    text-align: center;
    margin-right: 4px;
  }
  .brands_menu ul li:nth-child(2n) {
    margin-right: 0;
  }
  .brands_menu ul li:nth-child(n + 3){
    margin-top: 4px;
  }
  .brands_menu ul li a {
    letter-spacing: 0;
    font-size: 90%;
    height: 40px;
  }
  .tag_wrap.tag_menu_wrap a {
    letter-spacing: 0;
    font-size: 90%;
  }
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:370px){
}





/* brands_wrap ワークス一覧
***************************************************************/
.brands_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8.3%;
}
.brands_wrap .brands_content {
    width: 29.6%;
    margin-right: 5.6%;
}
.brands_img {
    display: block;
    border: 1px solid #ededed;
    height: 0;
    padding-bottom: 66.5%;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/*.brands_content:hover .brands_imgwrap .brands_img{
    transform: translate(5px, 5px);
    box-shadow: 0em 0em 0 #fce799;
}*/
.cat_date_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 1.8em;
}
.cat_date_wrap .date_wrap {
    margin-top: 0px;
}
.brands_categoly {
    background-color: #fcc800;
    color: #000;
    font-weight: 500;
    padding: 5px 8px;
    font-size: 14px;
    display: inline-block;
}

.brands_content > p{
  color: #727272;
  margin-top: 1.8em;
}
.brands_content h3{
  /*color: #f0b502;*/
  color: #000;
  font-weight: 700;
  margin-top: 0.7em;
}

.brands .btn01{
  margin-left: auto;
  margin-right: auto;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .brands_wrap .brands_content:nth-child(3n){
      margin-right: 0;
  }
  .brands_wrap .brands_content:nth-child(n + 4){
    margin-top: 5%;
  }
}
/* サイドバー付き1500以上のみ*/
@media all and (min-width:1500px) {
}

/*ハンバーガー+PC以下*/
@media all and (min-width:768px) and (max-width:1499px) {

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .brands.sec {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .brands_wrap .brands_content {
    width: 47%;
    margin-right: 5.6%;
  }
  .brands_wrap .brands_content:nth-child(2n){
      margin-right: 0;
  }
  .brands_wrap .brands_content:nth-child(n + 3){
      margin-top: 15%;
  }
  /*.brands_img {
      box-shadow: 0.4em 0.4em 0 #cceefb;
  }*/
  .brands_content > p {
    margin-top: 1.2em;
    font-size: 14px;
  }
  .brands_content h3 {
    margin-top: 0.4em;
    letter-spacing: 0;
  }
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:370px){
}



/* other_wrap
***************************************************************/
.other{
  margin-top: 180px;
}
.other_wrap{
  margin-top: 100px;
}
.other_wrap > p{
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.other_wrap > ul{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other_wrap > ul li {
    width: 33%;
    font-weight: 700;
    color: #00abeb;
    position: relative;
    display: flex;
    align-items: center;
}
.other_wrap > ul li::before{
  content: '';
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  border:  2px solid #fcc800;
  border-radius: 100px;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.other_wrap > ul li:nth-child(n+4){
  margin-top: 1.3em ;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/* サイドバー付き1500以上のみ*/
@media all and (min-width:1500px) {
}

/*ハンバーガー+PC以下*/
@media all and (min-width:768px) and (max-width:1499px) {

}
/*ハンバーガー+PC以下*/
@media all and (min-width:768px) and (max-width:1150px) {
  .other_wrap > ul li {
      width: 50%;
  }
  .other_wrap > ul li:nth-child(n+3){
    margin-top: 1.3em ;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .other {
    margin-top: 100px;
  }
  .other .secttl_wrap span {
    font-size: 3.9vw;
    letter-spacing: 0;
    margin-left: 1.3em;
    white-space: nowrap;
  }
  .other_wrap {
      margin-top: 30px;
      font-size: 14px;
  }
  .other_wrap > ul {
    margin-top: 30px;
    flex-direction: column;
  }
  .other_wrap > ul li {
      width: 100%;
      letter-spacing: 0;
  }
  .other_wrap > ul li:nth-child(n+2) {
    margin-top: 0.9em;
  }
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:370px){
}




/* aaa 
***************************************************************/


@media all and (min-width:681px){
}

@media all and (max-width:680px) {

}
