@charset "UTF-8";
/*--------------------------------------------
    Color
---------------------------------------------*/
/*--------------------------------------------
	共通パーツ
---------------------------------------------*/
.pcNon {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNon {
    display: block !important;
  }
}

.spNon {
  display: block;
}
@media screen and (max-width: 767px) {
  .spNon {
    display: none !important;
  }
}

.flex, .flex_b, .flex_ib, .flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex_b {
    display: block !important;
  }
  .flex_ib {
    display: inline-block !important;
  }
  .flex_c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
ul, ol, dl {
  list-style: none;
}

.kv_mfg {
  background-image: url(/assets/images/bg_mfg.jpg);
}
.mfgTop_text {
  margin-top: 6%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .mfgTop_text {
    margin-top: 5%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.manufacturerList_item {
  aspect-ratio: 1/1;
  width: 6.5%;
  height: 6.5%;
  margin-left: 2%;
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .manufacturerList_item {
    width: 22%;
    height: 22%;
    margin-left: 4%;
  }
}
.manufacturerList_item:nth-child(5n+1) {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .manufacturerList_item:nth-child(5n+1) {
    margin-left: 4%;
  }
}
.manufacturerList_item:nth-child(12n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .manufacturerList_item:nth-child(12n+1) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .manufacturerList_item:nth-child(2n+1) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .manufacturerList_item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.manufacturerList_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(150deg, rgb(119, 119, 119), rgb(16, 16, 16));
}
.mfgDetail {
  margin-top: 12%;
}
@media screen and (max-width: 767px) {
  .mfgDetail {
    margin-top: 18%;
  }
}

.alphabetList_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6%;
  width: 70px;
  height: 70px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(94, 100, 103)), to(rgb(6, 42, 65)));
  background-image: linear-gradient(90deg, rgb(94, 100, 103), rgb(6, 42, 65));
}
@media screen and (max-width: 767px) {
  .alphabetList_title {
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.makerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #C3C0C0;
  border-right: 1px solid #C3C0C0;
}
.makerList_item {
  width: 33.33333333%;
  border-left: 1px solid #C3C0C0;
  border-bottom: 1px solid #C3C0C0;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .makerList_item {
    width: 50%;
  }
}
.makerList_link {
  display: block;
  width: 100%;
  padding: 2% 6%;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .makerList_link {
    padding: 5% 10%;
  }
}
.makerList_link:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(13, 150, 191)), to(rgb(0, 106, 183)));
  background-image: linear-gradient(90deg, rgb(13, 150, 191), rgb(0, 106, 183));
}