@charset "utf-8";

/*==================================
共通
===================================*/

.tbl_tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 23px;
  margin: 0 auto 20px;
  padding-left: 6px;
  border-left: #f15a24 solid 5px;
}

.brand_btnarea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 40px;
}

.brand_btnarea a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 2%;
  border-radius: 4px;
  margin: 0 1%;
  min-width: 360px;
  text-align: center;
  line-height: 18px;
  height: auto;
}

.brand_btnarea a:hover {
  opacity: 0.7;
}

.brand_btnarea .main_btn {
  background-color: #f15a24;
  color: #fff;
  border: none;

}

.brand_btnarea .sub_btn {
  border: 1px solid #f15a24;
  color: #f15a24;
  background-color: #fff;
}


/*==================================
ブランド詳細部分
===================================*/
.main_brand_detail {
  padding: 20px 6%;
}

.other_area {
  padding: 20px 6% 80px;
}

.brand_item {
  margin-bottom: 60px;
}

.other_area .tbl_tit {
  margin-top: 60px;
}

.main_brand_detail * {
  box-sizing: border-box;
}

.brand_detail_wrap {
  max-width: 900px;
  margin: 0 auto;
}

.brand_img {
  width: 400px;
  max-width: 100%;
  margin-right: 5%;
  margin: 0 auto 20px;
  text-align: center;
}

.brand_detail_tbl,
.company_detail_tbl {
  border: #D6D6D6 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}


.brand_detail_tbl th,
.company_detail_tbl th {
  background-color: #EFEFEF;
  padding: 22px 2%;
  min-width: 140px;
  text-align: left;
  font-weight: bold;
  width: 23%;
}

.brand_detail_tbl td,
.company_detail_tbl td {
  padding: 24px 3%;
  width: auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.brand_detail_tbl td,
.brand_detail_tbl th,
.company_detail_tbl td,
.company_detail_tbl th {
  border-bottom: #D6D6D6 1px solid;
  display: table-cell
}


/*==================================================
スライダー
===================================*/
.slider {
  margin: 0 auto;
  width: 100%;
  display: none;
}

.nomove {
  display: block;
}

.slider.slick-initialized {
  margin: 0 auto;
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.nomove .slider_item {
  width: 297px;
}

.slider_item .item_inner {
  background-color: #EFEFEF;
  padding: 18px;
  margin: 0 5px;
  min-height: 210px;
  display: block;
}

.slider_item .slider_img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 5/3;
  margin-bottom: 5px;
}

.item_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D6D6D6;
  content: "";
  width: 4%;
  height: 100%;
  z-index: 1;
  color: #fff;
  left: -4%;
  background: url(/2025/images/slick/slick_prev.gif) no-repeat center center;
}

.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D6D6D6;
  content: "";
  width: 4%;
  height: 100%;
  z-index: 1;
  color: #fff;
  right: -4%;
  background: url(/2025/images/slick/slick_next.gif) no-repeat center center;

}


@media screen and (max-width: 1280px) {

  .brand_detail_tbl th,
  .company_detail_tbl th {
    font-size: 13px;
    min-width: 70px;
    width: 20%;

  }

  .brand_detail_tbl td,
  .company_detail_tbl td {
    font-size: 13px;
  }

  /*==================================
スライダー
===================================*/
  .nomove .slider_item {
    width: 203px;
  }

  .slider_item .item_inner {
    min-height: 150px;
  }

}

@media screen and (max-width: 1024px) {

  /*==================================
共通
===================================*/
  .main_brand_detail {
    box-sizing: border-box;
  }

  .tbl_tit {
    font-size: 18px;
    line-height: 19px;
  }

  /*==================================
ブランド詳細部分
===================================*/

  .other_area {
    padding: 0 0 90px;
  }

  .other_area h2 {
    padding-left: 6px;
    width: 88%;
    margin: 40px auto 20px;
  }

  .brand_img {
    width: 210px;
    max-width: 80%;
  }

  .brand_detail_tbl,
  .company_detail_tbl {
    border: none;
    border-top: #D6D6D6 1px solid;
  }

  .brand_detail_tbl th,
  .company_detail_tbl th {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 3.2%;
  }

  .brand_detail_tbl td,
  .company_detail_tbl td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 14px 3%;
  }

  /*==================================
スライダー
===================================*/

  .nomove {
    padding: 0 3%;
  }

  .slider_item .item_inner {
    min-height: 170px;
  }


}

@media screen and (max-width: 481px) {
  /*==================================
共通
===================================*/

  .contents {
    width: 100%;
  }

  .main_brand_detail {
    padding: 20px 3%;
  }

  .tbl_tit {
    font-size: 17px;
  }

  /*==================================
ブランド詳細部分
===================================*/

  .brand_btnarea {
    margin: 30px auto 40px;
  }

  .brand_btnarea a {
    padding: 16px;
    font-size: 15px;
    min-width: unset;
    text-align: center;
    max-width: 94%;
  }

  /*==================================
スライダー
===================================*/

  .nomove .slider_item {
    width: 160px;
  }


  .slider_item .item_inner {
    margin: 0 4px;
    padding: 10px;
    min-height: 160px;
  }


}

@media screen and (max-width: 380px) {

  /*==================================
スライダー
===================================*/
  .slider_item .item_inner {
    min-height: 140px;
  }
}