@charset "UTF-8";
/*
 *  SiteName : DETAIL ARTIST(ディテールアーティスト)
 *  © 2025 DETAIL ARTIST
 */
/*==============================================================
  common
==============================================================*/

.brand-list_content-border {
  position: relative;
  padding: 40px;
  width: 1118px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.brand-list_content-border .brand-list_explanation {
  margin: 0;
  width: 620px;
}
.brand-list_content-border .brand-list_explanation .brand-list_brand-logo {
  max-height: 170px;
}
.brand-list_content-border .brand-list_explanation .brand-list_brand-logo + p {
  margin: 20px 0 0;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
}
.brand-list_content-border .brand-list_explanation ul {
  margin: 40px 0 0;
  display: flex;
  justify-content: left;
}
.brand-list_content-border .brand-list_explanation ul li {
  margin: 0 23px 0 0;
  width: 37px;
}
.brand-list_content-border .brand-list_explanation ul li:nth-last-of-type(1) {
  margin: 0;
}
.brand-list_content-border .brand-list_brand-image {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 460px;
}
.brand-list_content-border .brand-list_item-list {
  margin: 40px 0 0;
  width: 620px;
}
.brand-list_content-border .brand-list_item-list ul {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.brand-list_content-border .brand-list_item-list ul li {
  margin: 0 40px 40px 0;
  width: calc((100% - 80px) / 3);
}
.brand-list_content-border .brand-list_item-list ul li:nth-of-type(3n) {
  margin: 0 0 40px 0;
}
.brand-list_content-border .brand-list_item-list ul li h5 {
  margin: 16px 0 0;
  line-height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.brand-list_content-border .brand-list_button-list {
  margin: 20px auto 0;
  width: 100%;
  display: flex;
}
.brand-list_content-border .brand-list_button-list .link-button {
  margin: 0 110px 0 0;
  width: calc((100% - 220px) / 3);
  background-color: #fff;
}
.brand-list_content-border .brand-list_button-list .link-button:nth-last-of-type(1) {
  margin: 0;
}
.brand-list_content-border .brand-list_button-list .link-button a {
  padding: 21px 0 21px 30px;
  height: calc(100% - 42px);
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
.brand-list_content-border .brand-list_button-list .link-button a span {
  right: 37px;
  background-color: #000;
}
.brand-list_content-border .brand-list_button-list .link-button a span::before, .brand-list_content-border .brand-list_button-list .link-button a span::after {
  background-color: #000;
}

/*==============================================================
  brand-list_title
==============================================================*/
#brand-list_title {
  margin: 140px auto 0;
}
#brand-list_title h2 {
  font-size: 20px;
  font-size: 2rem;
}
#brand-list_title h3 {
  margin: 23px 0 0;
  font-size: 70px;
  font-size: 7rem;
}
#brand-list_title h4 {
  margin: 40px 0 0;
}
#brand-list_title .brand-list_image {
  margin: 60px 0 0;
  width: 100%;
  height: 400px;
  background-image: url(../img/brand/title-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 48.0625em){
  section {
    margin: 60px auto 0;
  }
  .brand-list_content-border {
    padding: 40px 20px;
    width: calc(92% - 2px - 40px);
    border-radius: 30px;
  }
  .brand-list_content-border .brand-list_explanation {
    width: 100%;
  }
  .brand-list_content-border .brand-list_explanation .brand-list_brand-logo {
    margin: auto;
    max-width: 199px;
    text-align: center;
  }
  .brand-list_content-border .brand-list_explanation .brand-list_brand-logo + p {
    line-height: 24px;
  }
  .brand-list_content-border .brand-list_explanation ul {
    display: none;
  }
  .brand-list_content-border .brand-list_brand-image {
    margin: 30px auto 0;
    position: static;
    width: 100%;
  }
  .brand-list_content-border .brand-list_item-list {
    margin: 30px 0 0;
    padding: 0 0 10px;
    width: calc(100% + 19px);
    overflow-y: scroll;
  }
  .brand-list_content-border .brand-list_item-list ul {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
  }
  .brand-list_content-border .brand-list_item-list ul li {
    margin: 0 30px 0 0;
    width: 180px;
  }
  .brand-list_content-border .brand-list_item-list ul li:nth-of-type(3n) {
    margin: 0 30px 0 0;
  }
  .brand-list_content-border .brand-list_item-list ul li h5 {
    margin: 12px 0 0;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .brand-list_content-border .brand-list_button-list {
    margin: 40px auto 0;
    display: block;
  }
  .brand-list_content-border .brand-list_button-list .link-button {
    margin: 20px auto 0;
    width: 94%;
  }
  .brand-list_content-border .brand-list_button-list .link-button:nth-last-of-type(1) {
    margin: 20px auto 0;
  }
  .brand-list_content-border .brand-list_button-list .link-button a {
    padding: 16px 0 15px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .brand-list_content-border .brand-list_button-list .link-button a span {
    right: 20px;
  }
  #brand-list_title {
    margin: 100px auto -10px;
  }
  #brand-list_title h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #brand-list_title h3 {
    margin: 14px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
  }
  #brand-list_title h4 {
    margin: 20px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #brand-list_title .brand-list_image {
    margin: 40px 0 0;
    height: 160px;
  }
}